Search found 15603 matches

by ArndW
Thu Jul 19, 2007 5:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to Open Expression Editor in Transform Stage
Replies: 7
Views: 2134

I haven't heard of this problem before. Is this limited to your client workstation - if so, then the patch probably caused the problem.
by ArndW
Thu Jul 19, 2007 5:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Access unix value in DS job
Replies: 7
Views: 1666

Parameters to a job cannot be changed once inside the job.
by ArndW
Thu Jul 19, 2007 5:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routines and transforms
Replies: 1
Views: 512

This has been asked several times before, check out this thread for some information.
by ArndW
Thu Jul 19, 2007 1:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in using Fileset
Replies: 9
Views: 3140

Re: Same error

crystal_pup wrote:...I have first created the required target file named ' Dept.fs' in UNIX in my home directory...
How did you do this?
by ArndW
Wed Jul 18, 2007 10:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Querying the table based on a condition
Replies: 4
Views: 939

If A and B are in the same schema, I would do it in the original SQL where you select your records. That would be the fastest, most efficient method.
by ArndW
Wed Jul 18, 2007 10:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while scheduling DS server job
Replies: 5
Views: 1184

Does your PATH environment variable contain that directory?
by ArndW
Wed Jul 18, 2007 10:20 pm
Forum: General
Topic: importing .gz file from unix server and unzip
Replies: 9
Views: 2708

Are you using Server or PX to do this? You can ftp the files over first, then unzip them on Windows (this saves I/O overhead on the network); you could do this outside of DataStage in a script or within a job.
by ArndW
Wed Jul 18, 2007 3:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage 8 to SQL server 2005 error
Replies: 3
Views: 1069

What is the average length of a record - could this error be happening on some typical power-of-two boundary? It probably won't solve it, but will help support get a handle on the cause.
by ArndW
Wed Jul 18, 2007 3:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with partitioning
Replies: 6
Views: 1832

After changing your partitioning methods you might not get much greater speed, but at least your data will be correct. What options are you using in the Oracle stage - particularly the load method.
by ArndW
Wed Jul 18, 2007 3:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal/String manipulation problem
Replies: 7
Views: 1463

Your error is being generated on the maths line, not on the string manupulation one. What is the value of Link1.incomingCol (including spaces) that you are failing on?
by ArndW
Wed Jul 18, 2007 3:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while scheduling DS server job
Replies: 5
Views: 1184

As Ray has already stated, that is odd. The at.exe command is in the Windows\System32 directory and that is part of the path in all installations. Could you check to see if it is there on your machine?
by ArndW
Wed Jul 18, 2007 5:53 am
Forum: General
Topic: Why are we stuck with Datastage ?
Replies: 9
Views: 4067

Considering the name of the site, there is a bit of a bias in here. Just as with most things, there is no absolute. Products such as Ab Initio and Informatica have their strengths, otherwise they would have gone the way of the dodo quite a while ago. Since there were very heavy ideological wars betw...
by ArndW
Wed Jul 18, 2007 2:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal calculations
Replies: 14
Views: 8770

That sounds like the number to string math conversion used on Windows is not quad-precision. This certainly sounds like an error in DataStage that needs to be submitted to your support provider. Out of curiosity, does it work correctly if you explicitly code in a DecimalToString() call and peek that...
by ArndW
Wed Jul 18, 2007 2:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File which can hold more than 2 GB data
Replies: 23
Views: 6482

If you do the math, a 64bit pointer can address significantly more than 4Gb. Just call up your handy calculator and try 2^64. I never said that the OS won't allow 18Gb, that was your interpretation. Historically many OS's limited files to 2Gb, with the advent of 64bit addressing they allow files to ...
by ArndW
Wed Jul 18, 2007 1:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal calculations
Replies: 14
Views: 8770

If you replace the PEEK with a sequential file output do you get the results you expect? If so, then the peek is doing the incorrect conversion.