Search found 15603 matches
- Wed Oct 01, 2008 3:54 am
- Forum: General
- Topic: Folder is locked by dsadm
- Replies: 5
- Views: 1184
- Wed Oct 01, 2008 3:54 am
- Forum: General
- Topic: Folder is locked by dsadm
- Replies: 5
- Views: 1184
- Wed Oct 01, 2008 3:53 am
- Forum: General
- Topic: Environment Variables versus Hard Coded values
- Replies: 12
- Views: 4349
- Wed Oct 01, 2008 3:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Invalid Character warnig
- Replies: 3
- Views: 1521
- Tue Sep 30, 2008 9:09 am
- Forum: General
- Topic: Environment Variables versus Hard Coded values
- Replies: 12
- Views: 4349
- Tue Sep 30, 2008 9:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Remove duplicates using Transformer Stage
- Replies: 4
- Views: 6027
- Tue Sep 30, 2008 9:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to handle the below reuirement
- Replies: 1
- Views: 1012
- Tue Sep 30, 2008 8:48 am
- Forum: General
- Topic: Environment Variables versus Hard Coded values
- Replies: 12
- Views: 4349
- Tue Sep 30, 2008 7:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Password Problems in shell script
- Replies: 4
- Views: 1181
- Tue Sep 30, 2008 6:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Load failure
- Replies: 1
- Views: 970
Make a copy of the job, put in a transform stage whose output does not have RCP and remove a number of columns. Does the same error occur at the same location? Or dump rows 169670 onwards into a peek stage or sequential file and see if you can spot a possible cause in the data. These are just two ap...
- Tue Sep 30, 2008 6:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Getting date -1 value
- Replies: 2
- Views: 1008
Your input parameter date is a string. In a transform stage, preferably in the stage variables, convert the string to a date. Then apply the DateFromDaysSince() function to the date and use that in the transform. If you use the "initial value" for the stage variables then they will only be computed ...
- Tue Sep 30, 2008 3:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ROWID in oracle not working
- Replies: 6
- Views: 1955
- Tue Sep 30, 2008 3:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Email with attachment v7.0
- Replies: 4
- Views: 1461
DataStage has mail sending capability within the email activity stage. DataStage will use the UNIX sendmail interface, so the question of attachments is just a matter of finding out how to do it with sendmail and then implementing that in a DataStage call. If you add some specifics to your question ...
- Mon Sep 29, 2008 11:14 am
- Forum: General
- Topic: Folder is locked by dsadm
- Replies: 5
- Views: 1184
Go into the IS Admin explorer tool (http://YourServer:9080) and remove the dead session, then try again.
- Mon Sep 29, 2008 9:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: materializing environment variables in a datastage job
- Replies: 6
- Views: 2460