Search found 42189 matches
- Fri Jun 07, 2013 12:25 pm
- Forum: General
- Topic: using dsjob with parameters
- Replies: 14
- Views: 4473
- Fri Jun 07, 2013 10:20 am
- Forum: General
- Topic: FTP Stage changes behavoir under different ports
- Replies: 1
- Views: 1528
Re: FTP Stage changes behavoir under different ports
To me it seems like DataStage should always try to use the FTP protocol independent of what port it needs to communicate over. Sorry but this isn't a DataStage issue, just a lack of understanding of the role the port number plays in the process. You can't just change it willy-nilly as they are part...
- Fri Jun 07, 2013 10:14 am
- Forum: General
- Topic: using dsjob with parameters
- Replies: 14
- Views: 4473
- Fri Jun 07, 2013 10:08 am
- Forum: General
- Topic: DataStage Sequence Job -- UserVariable to Activity
- Replies: 7
- Views: 12465
- Fri Jun 07, 2013 9:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: The size specified for column
- Replies: 13
- Views: 5141
Ok... from what I recall there is a 'metadata validation' check step where it goes back to the source table and verifies the metadata you're using. The message implies it is going back and seeing COL1 as CHAR(38) in the source table. If that's not true, meaning the actual column is a CHAR(20) then y...
- Fri Jun 07, 2013 7:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: The size specified for column
- Replies: 13
- Views: 5141
- Fri Jun 07, 2013 7:38 am
- Forum: General
- Topic: Using "Oracle Instant Client" with Datastage 8.1
- Replies: 3
- Views: 1260
- Fri Jun 07, 2013 7:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: The size specified for column
- Replies: 13
- Views: 5141
- Fri Jun 07, 2013 7:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Maximum number of bytes in a record in flat file
- Replies: 10
- Views: 2806
- Fri Jun 07, 2013 7:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: The size specified for column
- Replies: 13
- Views: 5141
- Fri Jun 07, 2013 6:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Maximum number of bytes in a record in flat file
- Replies: 10
- Views: 2806
- Fri Jun 07, 2013 6:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Removing duplicates on all columns except one.
- Replies: 5
- Views: 1700
- Fri Jun 07, 2013 6:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: The size specified for column
- Replies: 13
- Views: 5141
- Fri Jun 07, 2013 6:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: The size specified for column
- Replies: 13
- Views: 5141
- Thu Jun 06, 2013 8:26 pm
- Forum: General
- Topic: DataStage Sequence Job -- UserVariable to Activity
- Replies: 7
- Views: 12465
I don't see a need for the UserVariable stage here. Typical use would be to establish values once at the beginning of a Sequence and then downstream activities would have access to them. Prime example would be a looping sequence job. I'm not quite sure I follow your ultimate design here. Triggers ca...