Search found 15603 matches

by ArndW
Tue May 13, 2008 1:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with the lookup
Replies: 5
Views: 1022

If you run the job with a 1-node configuration, or specify "entire partitioning" for the lookup link, do you still get the same problem?
by ArndW
Mon May 12, 2008 11:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage PX and MQ Client
Replies: 11
Views: 4336

All DataStage wants to know about are the MQ queue manager and teh MQ queue name. If those can be accessed from the DataStage server command line using the mq commands (i.e. "dspmqaut") then you are good to go from DataStage.
by ArndW
Mon May 12, 2008 9:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Newline character getting loaded into DB Column
Replies: 15
Views: 5890

I use "cat -v" on UNIX. I know it might sound repetitive - but please check the creation date/timestamp on the output file to ensure you are lokoing at the right one. Also, check the path in the source file in the job to make sure you are reading from the correct place. You shouldn't be getting iden...
by ArndW
Mon May 12, 2008 9:17 am
Forum: General
Topic: Job getting aborted with out leaving any message
Replies: 18
Views: 3367

Well, that does help a bit with dbx. If you call it up with the core file (and the full path to the executable) then I think all versions will give a stack trace right away and usually that will give some indication of what caused the problem. If you have an active support contract and no intention ...
by ArndW
Mon May 12, 2008 9:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server stop and start timing
Replies: 12
Views: 2470

What a day, thanks Craig. I was thinking "ipcs" but wrote "IPSC" - which is a group that I used to belong to.
by ArndW
Mon May 12, 2008 8:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server stop and start timing
Replies: 12
Views: 2470

Is the path to this executable different from your current installation? If not, gently issue a "kill 20382" - the process is probably tired since it has been running since April 1st.

Actually, before doing that, what is the result "ipsc -a | grep 0xace"?
by ArndW
Mon May 12, 2008 8:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Internal Error: failed to convert date
Replies: 18
Views: 4616

ascen - after applying the patch, is your error for the 01/01/2500 date still the same, while that for 01/01/2008 results in "authorization failed" or is that the error for both dates?
by ArndW
Mon May 12, 2008 8:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server stop and start timing
Replies: 12
Views: 2470

There is no specified time period to wait. Sometimes you can shutdown DS and immediately bring it back up - sometimes it takes a while to close down processes and sockets. After bringing down DataStage (i.e. "$DSHOME/bin/uv -admin -stop") you should check to ensure that all sockets have been freed a...
by ArndW
Mon May 12, 2008 8:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Do warnings slow downs jobs?
Replies: 1
Views: 900

Yes, the time need to write messages to the log can slow down job execution very significantly.
by ArndW
Mon May 12, 2008 8:16 am
Forum: General
Topic: Exception Handler Sequence
Replies: 2
Views: 768

Is the exception handler being triggered and the notification activity not working or does the exception handler not get called at all? Have you ticked the "automatically handle activities that fail" box in the job control?
by ArndW
Mon May 12, 2008 8:15 am
Forum: General
Topic: Job getting aborted with out leaving any message
Replies: 18
Views: 3367

all you need is to have "dbx" installed in order to analyze core files.
by ArndW
Mon May 12, 2008 8:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deleting DataStage Projects using uvsh
Replies: 3
Views: 3392

It would seem that you aren't calling this as the actual DataStage administrator. I would recommend fixing the problem in the Admin tool and deleting from there; the problem you see might be indicative of other issues. If you running this as your dsadm user, could you please post the whole error mes...
by ArndW
Mon May 12, 2008 8:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuration file issue
Replies: 8
Views: 3655

At Version 8 the problem no longer exists. At Version 7 you can use the command "orchadmin rm {path to dataset}" as a UNIX shell command in the before-job routine call for your job. That will remove the file (using the configuration stored in the file itself) and will use the current APT_CONFIG sett...
by ArndW
Mon May 12, 2008 7:19 am
Forum: General
Topic: Job getting aborted with out leaving any message
Replies: 18
Views: 3367

Does the transform stage do more than a lookup? If it uses stage variables and derivations, then try splitting the lookup functionality into another transform stage. Then see if the lookup part or the other part is triggering the abort. You mentioned that this is a sporadic problem; does that mean t...
by ArndW
Mon May 12, 2008 7:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: getting a fatal error in dstage job
Replies: 3
Views: 1342

The first question in cases like this is "do you have RCP enabled?"