For what it's worth, the migration guide section for migrating data sets leads to this technote:
How to move dataset from one server to another in IBM InfoSphere DataStage
Search found 2886 matches
- Sat Nov 15, 2014 4:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dataset : size of data file change after orchadmin cp
- Replies: 11
- Views: 7097
- Fri Nov 14, 2014 2:14 pm
- Forum: General
- Topic: Switching Data Centers - Challenges
- Replies: 9
- Views: 2688
I really doubt that the IP address is embedded anywhere in the software. We have changed IP addresses on our servers without incident. As PaulVL mentioned, there should be firewall concerns, and also between your Information Servers and all other computers communicating to and from--clients and othe...
- Fri Nov 14, 2014 2:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: File Split logic
- Replies: 8
- Views: 4623
- Fri Nov 14, 2014 6:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: 2 Phase commit issue in DTS Stage
- Replies: 2
- Views: 2383
- Fri Nov 14, 2014 6:08 am
- Forum: General
- Topic: Switching Data Centers - Challenges
- Replies: 9
- Views: 2688
- Fri Nov 14, 2014 5:46 am
- Forum: General
- Topic: istool: help with import error
- Replies: 5
- Views: 2488
Try cutting off the -ds option sooner and without double quotes... This works for me. There is a -verbose option you may choose to use too.
Code: Select all
-ds '<servername>/<Projectname>'- Wed Nov 12, 2014 6:48 am
- Forum: General
- Topic: Add a parameter to an existing parameter set
- Replies: 5
- Views: 2939
- Mon Nov 10, 2014 7:26 am
- Forum: General
- Topic: Exporting non-jobs using istool
- Replies: 3
- Views: 1658
- Mon Nov 10, 2014 7:12 am
- Forum: IBM QualityStage
- Topic: CASS stage performance
- Replies: 5
- Views: 4291
- Mon Nov 10, 2014 7:05 am
- Forum: Site/Forum
- Topic: Please update "DataStage Release" field choices
- Replies: 5
- Views: 10288
- Mon Nov 10, 2014 7:02 am
- Forum:
- Topic: Using the WHERE and JOIN columns for Extension Mappings
- Replies: 4
- Views: 4817
- Mon Nov 10, 2014 7:00 am
- Forum: General
- Topic: any experiance with ds on cloud computing ?
- Replies: 1
- Views: 765
- Mon Nov 10, 2014 6:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DS v9 -- DB2 Connection Closed error
- Replies: 10
- Views: 6513
- Mon Nov 10, 2014 6:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential File - 2 Character Delimiter
- Replies: 3
- Views: 2020
- Sat Oct 25, 2014 8:38 am
- Forum: General
- Topic: Multiple Wait for file stages not running simultaneously
- Replies: 2
- Views: 2706
Re: Multiple Wait for file stages not running simultaneously
Is there some way to get all 3 wait for files to run in the same sequence job at the same time... No. ...am I stuck creating 3 sequence jobs, one for each Wait for file? Not necessarily. There are usually plenty of options. You could create a shell script having the logic you need and call that fro...