Search found 2886 matches

by qt_ky
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

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
by qt_ky
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...
by qt_ky
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

theone wrote:In my question I asked logic in datastage not in unix.
Go back and read the replies completely.
by qt_ky
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

Review the Classic fed server log files for more clues. We hit several bugs with Classic fed server that required working directly with IBM Support.
by qt_ky
Fri Nov 14, 2014 6:08 am
Forum: General
Topic: Switching Data Centers - Challenges
Replies: 9
Views: 2688

Yes, it is possible. There are teams in IBM and other companies that do data server migrations every single weekend. They have specialized software for the imaging. The most important thing is for you and your team to test it thoroughly ASAP post-migration.
by qt_ky
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>'
by qt_ky
Wed Nov 12, 2014 6:48 am
Forum: General
Topic: Add a parameter to an existing parameter set
Replies: 5
Views: 2939

Should be no need; test it and find out.
by qt_ky
Mon Nov 10, 2014 7:26 am
Forum: General
Topic: Exporting non-jobs using istool
Replies: 3
Views: 1658

I know that istool can export whole projects whose isx files include all the shared containers. I have not tried exporting shared containers by themselves. If you found the tool cannot do it then open a case with Support. You may need to open an Enhancement Request.
by qt_ky
Mon Nov 10, 2014 7:12 am
Forum: IBM QualityStage
Topic: CASS stage performance
Replies: 5
Views: 4291

Did you try it on 3 nodes or 5 nodes?

Are you, or your server admin, able to monitor the server resources while the job runs and identify any bottleneck?
by qt_ky
Mon Nov 10, 2014 7:05 am
Forum: Site/Forum
Topic: Please update "DataStage Release" field choices
Replies: 5
Views: 10288

Thank you, or thank someone!!! :D
by qt_ky
Mon Nov 10, 2014 7:02 am
Forum:
Topic: Using the WHERE and JOIN columns for Extension Mappings
Replies: 4
Views: 4817

Not sure... You might try posting this in the "MetaData and IBM MetaData Workbench" forum.
by qt_ky
Mon Nov 10, 2014 7:00 am
Forum: General
Topic: any experiance with ds on cloud computing ?
Replies: 1
Views: 765

Surely an IBM Lab has. Maybe it's too new for others?
by qt_ky
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

Try opening a new Support case, if you haven't already.
by qt_ky
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

Go with a fixed-width format instead of delimited.
by qt_ky
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...