Search found 15603 matches

by ArndW
Mon May 12, 2008 6:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX Job Sequence Error
Replies: 6
Views: 1466

could you please cut-and-paste the error message?
by ArndW
Mon May 12, 2008 6:32 am
Forum: General
Topic: difference between routine and a function in datastage
Replies: 3
Views: 2091

Plus it is in the General forum; so I assumed that both were wrong. I don't know TX - are the functions and routines in that product?

Please Note - the initial response only applies to Server and (partially) to PX.
by ArndW
Mon May 12, 2008 6:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP from Unix box to Windows
Replies: 8
Views: 1554

The FTP Stage requires an input link if it is writing data to a remote system, or an output link if it is reading from a remote system. The information you enter in the stage pertains to the file on the remote system.
by ArndW
Mon May 12, 2008 5:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP Stage Connect Error
Replies: 4
Views: 1270

The FTP stage in DataStage transfers data line-by-line using FTP calls; it doesn't use the classic FTP program as we are used to. Are you reading from or writing to the FTP stage? Are you specifying a valid userid and password (yes, I saw you mention "anonymous" ftp)?
by ArndW
Mon May 12, 2008 5:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP from Unix box to Windows
Replies: 8
Views: 1554

You need to have a data stream going into the FTP Stage in order to perform a "put" operation. Is that what you have done? It sounds like you are using an FTP Input stage instead.
by ArndW
Mon May 12, 2008 5:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Internal Error: failed to convert date
Replies: 18
Views: 4616

I would have expected the "date" command to display in the NLS format, but am not at a machine where I can check that. I seem to recall we always had to type in the same formatted date regardless of NLS settings, so that is probably not the issue after all. Do you get a different error if you try "0...
by ArndW
Mon May 12, 2008 5:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX Job Sequence Error
Replies: 6
Views: 1466

Ok, then you shouldn't have problems starting jobs (unless they are already running or not compiled). Do you use multi-instance jobs? Does this error always happen or just sometimes? Can you manually start the jobs that fail in the job sequence?
by ArndW
Mon May 12, 2008 4:39 am
Forum: General
Topic: Error with ntdll.dll
Replies: 9
Views: 2013

I just used the search facility in the menu above, and found this thread
by ArndW
Mon May 12, 2008 4:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Internal Error: failed to convert date
Replies: 18
Views: 4616

What is your system's default date format? Perhaps it is yyyy-mm-dd and you might try entering the date in that format, i.e. 2500-01-01
by ArndW
Mon May 12, 2008 4:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP from Unix box to Windows
Replies: 8
Views: 1554

The first step is making sure you can issue a FTP from the command line. Once you have that working, you know the necessary values for the FTP stage, namely remote system name remote userid remote password local directory remote directory It sounds like you haven't set the remote directory or your f...
by ArndW
Mon May 12, 2008 4:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX Job Sequence Error
Replies: 6
Views: 1466

Is the status of all jobs called by the job sequence "compiled" or "finished" or do you use the setting "reset then run" in your job activities?
by ArndW
Mon May 12, 2008 4:22 am
Forum: General
Topic: Error with ntdll.dll
Replies: 9
Views: 2013

mousazzi - does this happen at other PCs with the client installed or just on your PC? Do you have any patches installed from IBM? (There is a general patch available from your support provider which addresses a number of client issues, but I don't know if it applies to your current problem).
by ArndW
Mon May 12, 2008 4:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP from Unix box to Windows
Replies: 8
Views: 1554

This is easy to do with the FTP Stage. What have you tried so far and what hasn't worked?
by ArndW
Mon May 12, 2008 4:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Director error
Replies: 2
Views: 1151

What has changed since the job ran correctly? Have you tried resetting the jobs to see if you can get more information from the log files?
by ArndW
Mon May 12, 2008 4:19 am
Forum: General
Topic: Job getting aborted with out leaving any message
Replies: 18
Views: 3367

What are your hashed file settings? If you pre-load to memory and/or use buffering try changing the settings to see if it might affect your error.