Search found 42189 matches
- Mon Feb 28, 2005 10:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: varchar to date conversion on DS 7.5
- Replies: 6
- Views: 3598
- Mon Feb 28, 2005 10:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Write data to Seq. File - Remove Additional Delimeter in it
- Replies: 5
- Views: 2132
- Mon Feb 28, 2005 4:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dscmdexport command line problem
- Replies: 26
- Views: 12069
I know what the problem is! I've run into it before... Check the current default for the Manager's 'Export DataStage Components' screen. If you have 'Export as XML Document' checked, it will stop and prompt you with this strange little question. This in spite of the fact that you are not creating an...
- Mon Feb 28, 2005 8:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Warning Message while records are rejected
- Replies: 14
- Views: 3725
- Mon Feb 28, 2005 8:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Warning while sending a Email using DSSendMail
- Replies: 12
- Views: 8331
Sorry, I thought you said you were trying to compile the DSSendMailTester routine. That is what I was referring to when I said you can 'test' it to see if you can send email from DataStage. And DataStage uses 'sendmail' on UNIX under the covers to do the actual work, so no difference there. If you a...
- Mon Feb 28, 2005 7:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Warning Message while records are rejected
- Replies: 14
- Views: 3725
There's really only one way to avoid the warning of reject records - don't create any. In other words, don't send any records to your target that you know will be rejected. Besides doing everything you can to ensure the data is 'clean', you can logically reject known problem records via a contraint ...
- Mon Feb 28, 2005 7:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Warning while sending a Email using DSSendMail
- Replies: 12
- Views: 8331
- Sun Feb 27, 2005 4:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Execution command
- Replies: 7
- Views: 1618
You should be able to use Job Parameters on either of the lines, including the 'parameter' line - which really should be labelled 'Arguments' IMHO. As noted, the problem is they don't translate in the actual command being issued. They look fine in the log, which makes it interesting to trouble shoot...
- Sun Feb 27, 2005 4:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Exception Handling from a sequence
- Replies: 3
- Views: 1610
Ditto on the Roy/Ray style except I use three slightly different triggers most times: Finished Ok Finished with Warnings Otherwise I prefer the catch-all 'Otherwise' trigger for checking for problems as jobs can fail for more reasons that just 'Aborted'. Granted, it doesn't happen very often, but wh...
- Sat Feb 26, 2005 7:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Timer in Sequencer Job
- Replies: 4
- Views: 937
- Fri Feb 25, 2005 8:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: calling a sequencer from command line (urgent)
- Replies: 15
- Views: 3074
- Fri Feb 25, 2005 7:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: calling a sequencer from command line (urgent)
- Replies: 15
- Views: 3074
Re: calling a sequencer from command line (urgent)
My server running in unix environment and i require to call my sequence from a command line from my client machine. That's the sticky wicket - running the command from the client. From what I remember for 7.5, they have started delivering the components of 'dsjob' to the client all of the time, so ...
- Fri Feb 25, 2005 7:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to trace the warnings illegal date/time value
- Replies: 5
- Views: 1976
You need to let us know what database you are having the issue with, what stage you are using (seems like ODBC) and how the field is defined both in your database and your job. Then people will be able to give you some specific help. Bascially, you are going to need to take the output of @DATE and g...
- Thu Feb 24, 2005 3:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Required Parameter
- Replies: 5
- Views: 1231
- Thu Feb 24, 2005 2:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Required Parameter
- Replies: 5
- Views: 1231
I don't think you can, per se. Some are required by definition - for example, Date parameters must have a value. I think Encrypted and List types as well. Others, however, are perfectly happy to be left empty. About the only way to make them required is to ensure that the jobs abort if they are not ...