Search found 15603 matches

by ArndW
Fri Aug 10, 2007 9:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: writing and reading a hash file in same stage problem
Replies: 18
Views: 3053

Re: Hash File Probem

jiegao wrote:I seperate the job into 2 jobs...


- check your SELECT on the input to see if there is a limit
- check your transform constraints to see if you might have set a limit
by ArndW
Fri Aug 10, 2007 9:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compilation Error - for dsadm user
Replies: 6
Views: 1106

can you 'touch' or 'mkdir' using your dsadm id in the project directory?
by ArndW
Fri Aug 10, 2007 8:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: fatal error of decimal value
Replies: 1
Views: 1355

I'm no expert, but the message is pretty clear; you are trying to fit more data into a field than it can contain. The full error message will also contain the name of the column in question.
by ArndW
Fri Aug 10, 2007 8:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Routine question
Replies: 18
Views: 8218

As far as I know "cd <dir> | ls" won't cause an error, but won't work either. You should change your code to read

Code: Select all

   Command = 'find ':vFilePath:' -name ':vFileName:' | wc -l'
   CALL DSExecute("UNIX",Command,Output,ReturnCode)
   Ans=Output<1>
by ArndW
Fri Aug 10, 2007 3:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Retrieving MINimum value from a list of columns
Replies: 9
Views: 2431

Hello Bandish - that sounds like it might work, but in this case we have a potential of millions of rows per hour, so doing a sort is not an option for performance and resource reasons.
by ArndW
Thu Aug 09, 2007 8:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal Calculation problem
Replies: 7
Views: 1952

Could you post a specific example of a string and the StringToDecimal call? If you got that working correctly, perhaps the rest would fall into place as well.
by ArndW
Thu Aug 09, 2007 7:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: less rows from lookup
Replies: 19
Views: 3915

DSRajesh - so many people have tried to help in this thread, and opened up a number of questions which you haven't answered or addressed, so there is little incentive for anyone to do more on the problem until you've done a bit of work on it as well. You now have a case where a write to sequential g...
by ArndW
Thu Aug 09, 2007 7:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal Calculation problem
Replies: 7
Views: 1952

How about StringToDecimal() instead of DecimalToDecimal() for CHAR fields?
by ArndW
Thu Aug 09, 2007 5:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How Datasets are stored?
Replies: 12
Views: 3749

I agree with Ray - get the IBM rep to convince you otherwise. Even better, write a simple job that outputs to a dataset (keep it simple with just one node) and then make a copy of the generated file, whose location you can discover with the data management tool. Then re-run the same job with the sam...
by ArndW
Thu Aug 09, 2007 5:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: URGENT: COMPILATION PROBLEM
Replies: 3
Views: 1264

In the interests of this forum, could you post your solution so that in the future, anyone else having your problem and using the search mechanism can find the solution.
by ArndW
Thu Aug 09, 2007 5:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failed to open RT_LOG996 file
Replies: 9
Views: 4598

You might need to go into DS.TOOLS and reindex your files; or perhaps just a refresh in the director might work to make the jobs visible. Also, try going in to the Manager to view the jobs.
by ArndW
Thu Aug 09, 2007 3:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot view data in Sequential stage
Replies: 8
Views: 2456

Do you have a peek stage in your job?
by ArndW
Thu Aug 09, 2007 3:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job does not run under
Replies: 6
Views: 1367

Ummm, the &PH& contents do not affect job runs unless you have a serious underlying disk issue on the system, since a new file is generated each run. It sounds like the ancillary information for the job is corrupt and gateleys suggestion will work. If not, there might be more problems in the...
by ArndW
Thu Aug 09, 2007 3:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: special character
Replies: 11
Views: 3325

Stay with VarChar, these characters are not really `special'. NLS is only needed if you need to manipulate non-latin characters, not if you only wish to move them around. What are your Oracle character set settings, it is possible that the conversion is happening there.
by ArndW
Thu Aug 09, 2007 3:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failed to open RT_LOG996 file
Replies: 9
Views: 4598

From the DataStage command line (either through uvsh or from the Administrator) enter "LIST DS_JOBS WITH JOBNO = <number> @ID".