Search found 53125 matches
- Mon Mar 09, 2009 10:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Logically concatenate sequential files
- Replies: 5
- Views: 2193
Not with server jobs. Typically you'd use cat as a Filter command in the Sequential File stage that reads them. (The Funnel stage in parallel jobs does have an input-at-a-time method.) Right now I'm constructing header/details/trailer files using a job sequence; three activities (among others) - one...
- Mon Mar 09, 2009 5:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can a local container be used as a reference input?
- Replies: 16
- Views: 7011
SETFILE is in the UniVerse doc set.
- Mon Mar 09, 2009 3:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Help DataStage in a public ETL benchmark test
- Replies: 9
- Views: 8922
- Mon Mar 09, 2009 3:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Issue with date and timestamp
- Replies: 2
- Views: 1162
- Mon Mar 09, 2009 3:00 pm
- Forum: General
- Topic: Ardent Datastage
- Replies: 12
- Views: 3092
- Mon Mar 09, 2009 2:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Cannot find any process numbers
- Replies: 1
- Views: 1343
Maybe the process has already been killed (naughty!) without first releasing locks owned by that process. Now you have locks held by defunct process. Ooooh! The easiest way to get rid of those is to re-start the server. They can also be released via the DataStage deadlock daemon, either in interacti...
- Mon Mar 09, 2009 2:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Concatenation with null values
- Replies: 3
- Views: 1151
- Mon Mar 09, 2009 2:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error Catalog
- Replies: 5
- Views: 1396
- Mon Mar 09, 2009 2:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: AMP lock table
- Replies: 2
- Views: 3060
- Mon Mar 09, 2009 12:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SFTP with FTP stage version 8.1
- Replies: 8
- Views: 7126
SFTP with FTP stage version 8.1
Has anyone had a chance yet to play with using port #22 with the FTP stage in version 8.1 ?
If so please post your observations here. Did it work? Did it work well? How (in the stage design) did you specify the keys file on the remote server?
If so please post your observations here. Did it work? Did it work well? How (in the stage design) did you specify the keys file on the remote server?
- Mon Mar 09, 2009 12:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date Convertion 13-jan-2009 to 13-01-2009
- Replies: 2
- Views: 1069
Modify stage has lookup_int16_from_string() function, sounds ideal for what you require. It also has functions for extracting date components. If you want to do it in a Transformer stage, create a 36-character string with all 12 month abbreviations, then use Index() to determine the location of the ...
- Mon Mar 09, 2009 12:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error handling in web services
- Replies: 1
- Views: 1202
Do a bit more research. Checking whether a file exists is most easily done with a Wait For File activity, but can reasonably easily also be done with an Execute Command activity. Use the $JobStatus activity variable associated with the Job activity to determine whether or not to run an Execute Comma...
- Sun Mar 08, 2009 11:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fatal Error: Unable to start ORCHESTRATE network connection
- Replies: 2
- Views: 3540
- Sun Mar 08, 2009 7:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup character strings
- Replies: 17
- Views: 6013
Try the ODBC driver for text files. (It might be horribly slow, however.) Another possibility might be to load your text file data into UniVerse tables and effect the complex join there. (Again this will be slow, because indexes can not assist LIKE joins.) However, you can create I-descriptors (virt...
- Sun Mar 08, 2009 6:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup character strings
- Replies: 17
- Views: 6013