Search found 15603 matches

by ArndW
Tue Jun 02, 2009 1:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Status 99
Replies: 18
Views: 8044

If you have autopurge set for this job, try turning it off and seeing if the error goes away.
by ArndW
Mon Jun 01, 2009 8:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Poor performing DataStage server - 'hanging' connections
Replies: 8
Views: 2459

Do you have a timeout set from your administrator? Do the remote developers login directly or do they go through an application such as Citrix?
by ArndW
Mon Jun 01, 2009 8:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Upgrading Datastage Server jobs 5.2.1 to server jobs 8.0
Replies: 2
Views: 1677

All the stages you have will continue to work. Overall you should be able to export the jobs at V5 and import them at V8. At some point server job parameters changed in that they could no longer be modified; so if you do that you might have some recoding to do. If you have a "standard" ins...
by ArndW
Thu May 28, 2009 7:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: creation of log file
Replies: 8
Views: 2508

So the DataStage log states that the job ran successfully, but the file which is created in the job does not exist. Have you checked the DS log for messages of any kind (perhaps some warnings)? How does your job create this log?
by ArndW
Thu May 28, 2009 7:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to see the Locks in the Director[Cleanup Resources]
Replies: 12
Views: 12777

Dave - good point with the attribute to select which process, I had forgotten all about and have never changed it. The default wait period for the deadlock daemon is 900; but setting it to a lower value shouldn't impact performance. Perhaps some middle value, such as 300; this would mean that the lo...
by ArndW
Thu May 28, 2009 7:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Zip a file
Replies: 28
Views: 9975

Craig - if you print out the post and hold the sheet of paper to the top of your head, you should be able to use digital osmosis and _know_ what the error message is. I, on the other, hand am going to have to wait for a description of the error message from basu.ds.
by ArndW
Thu May 28, 2009 7:00 am
Forum: General
Topic: Environment evaluation
Replies: 9
Views: 1986

A badly written system will be slow - regardless of what platform and what tool is being used. Ray, myself and several others here occasionally get hired to sites with "performance" issues. Analyzing the causes and finding viable solutions (meaning that they satisfy cost, cost & implem...
by ArndW
Thu May 28, 2009 6:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Please suggest - How to know the PID from perticular job in
Replies: 1
Views: 899

DataStage PX jobs don't just start one PID, they start very many. It can be a challenge to track down the correct master PID, particularly on busy systems and would always recommend to activate the deadlock daemon and let DS take care of cleanup. Have you used the Director "cleanup resources&qu...
by ArndW
Thu May 28, 2009 6:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: creation of log file
Replies: 8
Views: 2508

Are you talking about the DataStage "log" file that you can browse in the director, or some other file?
by ArndW
Thu May 28, 2009 4:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: creation of log file
Replies: 8
Views: 2508

This is impossible to do from the information provided, it is somewhat like me stating "My car usually starts in the morning, but today it didn't. What is my problem?".

Look into the DataStage log for that run of the job - what do you see?
by ArndW
Thu May 28, 2009 4:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling the row number in schema file
Replies: 1
Views: 809

Using the @INROWNUM and @OUTROWNUM variables in a transform stage will give you the numbers you need, you just need to put the transform in the correct link position. If you are using a multiple node configuration then you would also need to cater for the node number.
by ArndW
Thu May 28, 2009 2:15 am
Forum: General
Topic: Environment evaluation
Replies: 9
Views: 1986

What sort of a checklist are you trying to put together - if you could list a couple of items, then I am sure others here will assist in adding other items. I'm afraid I'm still rather at a loss as to what exactly you are looking for.
by ArndW
Wed May 27, 2009 3:18 pm
Forum: General
Topic: Environment evaluation
Replies: 9
Views: 1986

I'm not quite sure of all you are asking; but performance issues are seldom, if ever, solved by merely changing versions.
by ArndW
Wed May 27, 2009 8:28 am
Forum: General
Topic: Problem with "kill PID" command
Replies: 1
Views: 1251

Long PID numbers are frequently truncated when displayed in DataStage. Do a "ps -ef | grep {YourPID}" and you will probably find the process. Do not do a kill -9, just a normal kill. Better yet, have your admin enable the deadlock daemon.
by ArndW
Wed May 27, 2009 6:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Want to add hours to Timestamp in Parallel Job
Replies: 2
Views: 1103

If you want to add 12 hours to a timestamp then use the TimestampFromSecondsSince function.