Search found 15603 matches

by ArndW
Thu Jul 17, 2008 4:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Designer just closes with no error messages
Replies: 10
Views: 6016

The "NuTCRACKER" failure is a strange one, it would seem that you have installed MKS Toolkit on your client machine as well. Did you re-install the clients?
by ArndW
Thu Jul 17, 2008 2:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage upgradation 7.5.1A-->7.5.3 Impact
Replies: 2
Views: 995

It is impossible to guarantee that there will be no impact, but the "." (dot) releases of DataStage are generally backward compatible; so you should see no issues or problems when upgrading from 7.5.1a to 7.5.3
by ArndW
Thu Jul 17, 2008 2:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Designer just closes with no error messages
Replies: 10
Views: 6016

It might sound like the old Doctor adage "take 2 aspirin and call me in the morning", but try re-installing the client software. This will force overwrite the .dlls and other files that might have been overwritten by other applications.
by ArndW
Tue Jul 15, 2008 11:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Windows Client, Linux Server
Replies: 2
Views: 750

Normally all you need it conectivity between your windows machine and the DataStage server machine, if a firewall is involved you will need to open up ports but normally if the machines can see each other all you need to do is install the correct client version and enter the server name, userid and ...
by ArndW
Tue Jul 15, 2008 1:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while running a schedule job
Replies: 2
Views: 1105

Most likely this path is in the parameters and is defaulted incorrectly when scheduled.
by ArndW
Mon Jul 14, 2008 10:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: connecting to the specific datastage server
Replies: 2
Views: 1584

did you try to connect to "servername:9080"?
by ArndW
Mon Jul 14, 2008 10:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Installation of DataStage 7.5.2 on RedHat Linux 4.0
Replies: 4
Views: 1395

I concur with lstsaur; the UNIX installation guides are more like rough guidelines and they assume that the installer understands the commands used and their implications. You will almost always get some sort of error or message and realize "Oh, I did that as root, I will need to chmod and chown tho...
by ArndW
Mon Jul 14, 2008 8:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove Warnings while populating sequential files
Replies: 15
Views: 4582

This warning should disappear when you code an explicit null handling into the transform or modify stage. Are you certain the warning did not go away when you tried this?
by ArndW
Mon Jul 14, 2008 8:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How does Partitioning work for more than 1 job
Replies: 6
Views: 1914

The same key using the same hashing algorithm with the same APT_CONFIG file will go to the same partition number on both files.
by ArndW
Mon Jul 14, 2008 3:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Case Sensitive
Replies: 4
Views: 1727

Ray,

that is why I stated "generally"; but since the lookup that the OP is referring to is unclear I didn't want to confuse the issue.
by ArndW
Mon Jul 14, 2008 3:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORCHESTRATE step execution terminating due to SIGINT
Replies: 4
Views: 2671

That error message doesn't help much, it is like getting a windows popup stating "Your job has aborted.". What other information and error messages or warnings do you get? Does this abort right away or after a while? Does it happen each and every run in the same way? What has changed in the system b...
by ArndW
Mon Jul 14, 2008 3:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Case Sensitive
Replies: 4
Views: 1727

I am not sure what "V LOOKUP" means, but generally lookups are case sensitive.
by ArndW
Mon Jul 14, 2008 3:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Extraction.
Replies: 2
Views: 1091

In Server jobs the dates/timestamps are strings, so a "LEFT(In.TimestampCol,10)" or "In.TimestampCol[1,10]" will do this for you.
by ArndW
Sun Jul 13, 2008 9:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: scratch folder filling very fast for a particular table
Replies: 10
Views: 2466

Your design has a join with only one input, that was probably an oversight. The "tsort" files are from that stage.
by ArndW
Sun Jul 13, 2008 9:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-03113: end-of-file on communication channel
Replies: 11
Views: 4719

If you change your query to "select CUSTOMERMETER_WID from MLSDWPROD.PB_MWEB_CUST_METER_D" with just one column defined and do a "view data" does it work?