Application Engine

Exit(1) : Terminate the AE immediately and rollback all DB changes made
exit(0) : Terminate the AE immediately but will not rollback the DB changes made.

This is my understanding -
Any non-zero return code is some kind of error. The way it will be handled depends on “On Return” value for each step of application engine.

So exit(0) – is success

exit(1) and On Return = Abort – is error and exit program immediately
exit(1) and On Return = Break – is exit current step and section
exit(1) and On Return = Skip Step – exits current step, continue with next step

Navigate to the process definition of the application engine that you would like to trace (PeopleTools > Process Scheduler > Processes). Go to the Overrride Options tab, and from the Parameter List drop down select Append, and in the edit box next to it add the following line:

-TRACE 7 -TOOLSTRACEPC 4044

This will trace SQLs inside of your application engine as well as peoplecode. Save the process definition and go ahead and run your program. To examine the trace files, just navigate to the process monitor, click details on your process, then View Log/Trace.

-TRACE output goes into Application Engine Trace (.AET)
-TOOLSTRACEPC output goes into the PeopleTools trace file (.trc)

时间: 2024-10-09 03:30:04

Application Engine的相关文章

[新特性]PeopleTools8.54+:PeopleSoft Application Engine新特性

PeopleTools 8.54 的Application Engine 已经被更新,特别是在AE跟踪设置中有了更多的选项,本文将帮助您了解8.54的新AE特性以及如何使用这些特性. AE trace文件分割 你可以设置AE trace文件的大小.当文件大小超过定义的文件大小值时,文件将关闭,日志将转移到一个新的文件.默认大小为20MB,最大可以是1500MB.以下参数都在psprcs.cfg中. 参数----AETFileSize ;------------------------------

People Tools catalog tables.

Projects PSPROJECTDEFN — Project header table PSPROJECTITEM — Definitions in the project Fields PSDBFIELD — Fields in the system PSXLATITEM — Translate Values Records PSRECDEFN — Record header table (record types) PSRECFIELD — Fields in the record (s

信息安全-3:负数取模[转]

背景 最近在一道 Java 习题中,看到这样的一道题: What is the output when this statement executed:System.out.printf(-7 % 3); 正整数的取余运算大家都很熟悉,但是对于负数.实数的取余运算,确实给人很新鲜的感觉.于是我对此进行了一些探索.我发现,这里面还是颇有一点可以探索的东西的. 探究 首先,看看自然数的取模运算(定义1): 如果a和d是两个自然数,d非零,可以证明存在两个唯一的整数 q 和 r,满足 a = qd +

十分钟看懂云计算概念

亚马逊AWS.微软Azure.阿里Aliyun组成的3A团队连续多季度保持高速增长.AWS通过光环新网实现商用,IBM Bluemix则由世纪互联提供运营,国际云服务商陆续来了.Openstack发布Newton版本,看上去就没有不能支持的东西,私有云的春天真的来了吗?Docker红得发紫,与之对应的DevOps和NoOps持续高温.但是对于不少企业尤其是传统企业,云仍在天边,对于云仍感觉云里雾里.上云还是不上云,上什么云,这是个问题.我们试着用最通俗的比喻,理清云服务中最基本的那些事儿. 什么

C++ 备忘录 (1)

取模: 1. 转载自:http://ceeji.net/blog/mod-in-real/ 1 背景 2 3 最近在一道 Java 习题中,看到这样的一道题: 4 5 What is the output when this statement executed: 6 System.out.printf(-7 % 3); 7 8 正整数的取余运算大家都很熟悉,但是对于负数.实数的取余运算,确实给人很新鲜的感觉.于是我对此进行了一些探索.我发现,这里面还是颇有一点可以探索的东西的. 9 10 探究

不要对最终用户谈云

转这是我上网看到的一位阿里的大牛写的一篇有关云的很有意思的文章 Submitted by云舒 on Wed, 01 Feb 2012 14:56:18 +0800.技术 --------------我是很饿的分割线-------------     刚起床.看了一下IT新闻,十条有八条是云,各种云,各种装,各种混乱,心头火起.我想大喊一声,而且我也曾经大喊过,不要对最终用户谈云,云对最终用户是毫无意义的.云不是目标,只是技术手段,云的意义只在于部署云的企业,为他们节省成本.用户看到的只是应用,是

12 Top Open Source Data Analytics Apps

1. Hadoop It would be impossible to talk about open source data analytics without mentioning Hadoop. This Apache Foundation project has become nearly synonymous with big data, and it enables large-scale distributed processing of extremely large data

when will a databasechange be committed?

1) Database-updates via DML in a SQLExec-statement (e.g. INSERT INTO PS_TEST_TABLE VALUES(‘value_field_1′,’value_field_2′), triggered via an online component:Peoplebooks states that DML in a SQLExec-statement is only allowed in FieldChange, SavePreCh

在华为做外包获得的一些感想

本人曾在华为的一个项目里作为合作方的项目管理协助者,技术架构师角色.在这里谈谈技术和管理方面的感想. 1. 技术 华为在开发一个自己的云平台技术.叫做华为应用引擎(HUAWEI Application Engine).它是一个基于J2EE的云平台,有比较多的华为定制前端控件,前端控件比较齐全.REST服务可以不用写java代码就可以构建,配置一些sql语句就可以.只底层是基于Websphere的,平台将这些部署的复杂都透明化,使用者不需要知道具体的细节.几百人在开发这些平台.投入的力量还是蛮大的