Getting a DARwin dump file with a u.select plan varies depending on the type of u.select / DARwin integration.
First you need to ensure the DARS daemon entry that's processing your u.select plans, doesn't have the following configuration line:
no_dump = Yes
The dump file will normally be found in the DARwin/bin/temp directory.
Internal (aka Local)
u.select and DARwin share the JOB_QUEUE_xxx tables.
Here's how you can do it for an individual plan request:
- Login to u.select as an Administrator
- Click Programs Navigation link
- Click Creat a Plan Navigation link
- Select the State and School
- Click into the browser's location field
- Remove the flowExceutionKey=...
- Add debug=X
- The Url should now look like http://.../requestPlanningGuide.htm?debug=X
- Press the enter key, this will cause your browser to refresh with a new flow that will request a DARwin dump
- Again select the State and School
- Proceed with normal planning guide selections
External via CEG/Xml Interface 4.1
u.select sends xml to the DARwin Xml interface 4.1
Here's how you can do it for every plan request:
- Edit the cas4.properties file, see Configuring cas4.properties for information on where it resides for your application server.
- Add the following line:
xservice.overrideSysinDump=true
- Save the change
- Reload the Web application or Restart the Application Server
