heap size for the change assistant

3
Heap size for the Change Assistant Sometimes when we import BIG package the default heap size for the Change Assistant will need to be increased in order to show the template (xml file). Please follow the steps below to increase the heap size. This must be done before you open Change Assistant to apply the package: 1. Right click on the CA shortcut that you use to launch CA. 2. Choose Properties... 3. In the Target text box append -Xmx300m should look like "C:\Program Files\ PeopleSoft\Change Assistant\changeassistant.exe" -Xmx300m Weblogic - Error while booting - WLS_ADMINSERVER000000.DAT Error: While booting the Web-logic Server received an error.. The persistent store "_WLS_AdminServer" could not be deployed: weblogic.store.PersistentStoreException: java.io.IOException: [Store:280021]There was an error while opening the file store file "_WLS_ADMINSERVER000000.DAT" Solution: To start the server again: 1. find -name "*.DAT" files in "<**>/domains>/<**>" directory (in our case!) and move or remove them 2. remove "EmbeddedLDAP.lok" and "AdminServer.lok" (maybe some more) Types Of traces in Peoplesoft Tracing online People Code and SQL 1. Select Trace at the login screen or add “&trace=Y” to the login URL OR - To set trace flags, click here (use this link. 2. Choose the options in the tracing screen and login. 3. Perform the actions you wish to record. 4. Once complete logout and retrieve the file from the /appserv//LOGS directory. The trace file name will include your login name. Tracing online PeopleCode and SQL (Alternative)

Upload: priyanka-kumari

Post on 28-Apr-2015

43 views

Category:

Documents


2 download

TRANSCRIPT

Page 1: Heap Size for the Change Assistant

Heap size for the Change Assistant

Sometimes when we import BIG package the default heap size for the Change Assistant will need to be increased in order to show the template (xml file).

Please follow the steps below to increase the heap size. This must be done before you open Change Assistant to apply the package: 1. Right click on the CA shortcut that you use to launch CA. 2. Choose Properties... 3. In the Target text box append -Xmx300m should look like "C:\Program Files\PeopleSoft\Change Assistant\changeassistant.exe" -Xmx300m

Weblogic - Error while booting - WLS_ADMINSERVER000000.DAT

Error: While booting the Web-logic Server received an error..

The persistent store "_WLS_AdminServer" could not be deployed: weblogic.store.PersistentStoreException: java.io.IOException: [Store:280021]There was an error while opening the file store file "_WLS_ADMINSERVER000000.DAT"

Solution:

To start the server again:1. find -name "*.DAT" files in "<**>/domains>/<**>" directory (in our case!) and move or remove them2. remove "EmbeddedLDAP.lok" and "AdminServer.lok" (maybe some more)

Types Of traces in Peoplesoft

Tracing online   People Code   and SQL

1. Select Trace at the login screen or add “&trace=Y” to the login URL OR - To set trace flags, click here (use this link.2. Choose the options in the tracing screen and login.3. Perform the actions you wish to record.4. Once complete logout and retrieve the file from the /appserv//LOGS directory. The trace file name will include your login name.

Tracing online PeopleCode and SQL (Alternative)

1. Login to PeopleSoft and navigate to PeopleTools > Debug.2. Choose the options and save.3. Perform the actions you wish to record.4. Once complete logout and retrieve the file from the/appserv//LOGS directory. The tracefile name will include your login name.

Application Engine Tracing1. Open the process definition

Page 2: Heap Size for the Change Assistant

2. Select the overrides tab.3. Select Append on the parameters field.4. Enter -TRACE 131 -TOOLSTRACEPC 3596 -TOOLSTRACESQL1435. Save the record.

SQR Tracing1. Open the process definition2. Select the overrides tab.3. Select Append on the parameters field.4. Enter –DEBUG[ABC]… (replace ABC with the debug lettersprovided in the sqr, sqc source).5. Save the record.

Cobol Tracing1. Open the Cobol SQL process type for the platform you are running on.2. Enter 255 in the command line field between two forward slashes “//”.3. Save the record.%%PRCSNAME%% %%DBTYPE%%/%%DBNAME%%/%%OPRID%%/%%OPRPSWD%%/%%RUNCNTLID%%/%%INSTANCE%%/255/%%DBFLAG%%4. Run the process and retrieve the COBOL sqltrace from the process monitor.

Tracing Settings1. Both the process scheduler (psprcs.cfg) and application server (psappsrv.cfg) config files allow for permanent tracing settings as well as setting up trace Masks. psprcs.cfg - /appserv/prcs// psappsrv.cfg - /appserv//

2. Trace Masks are setup to limit the amount of tracing allowed when a user wants to trace through the front end package (see all methodsabove).

3. LogFence allows for lower and higher detail tracing with regards to application server standard logging. This is ideal for identifying problems on the application server.

4. To enable the trace link in the Sign on page.    People-tools > Web-profile.     Web profile > Debugging Tab -> Check the Option - Show Trace Link at Signon