Search found 15603 matches

by ArndW
Wed Aug 30, 2006 6:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: VarChar to Hex
Replies: 8
Views: 3233

Vinaymanchinila,
even though I'm not Ray you can right pad your binary to 8 places by using the FMT(In.Column,'8"0"R') conversion. I'm not sure what you are trying to do with the "take 2 characters at a time" part.
by ArndW
Wed Aug 30, 2006 6:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error: Failed to keylookup for record
Replies: 7
Views: 5251

You are using a key for your lookup and the error states that it didn't find a lookup record for that key and you have set the job to abort when this happens.
by ArndW
Wed Aug 30, 2006 6:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Truncates While Writting to DB(SQL Server)
Replies: 14
Views: 6468

Is the definition CHAR(7) that you have from the DS job or have you done a describe on the actual Database tables? Also, if you increase your table definition in the DDL does the truncation still happen (just one position later)?
by ArndW
Wed Aug 30, 2006 1:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Configure VOC
Replies: 4
Views: 1192

When you issue the uv command it will try to enter TCL in the current working directory. If the current directory is not a valid DataStage account then it will assume that you know what you are doing and attempt to create one. There are different flavors of accounts, and this is the question you are...
by ArndW
Wed Aug 30, 2006 1:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Message
Replies: 2
Views: 1046

It isn't possible to use the server edition to write a parallel job. So you have the XE version of the softare. You should post your query into the appropriate PX forum to get an answer. "xpsread" is used to read informix (xps stands for E xtended P arallel S erver). Since this cannot be found in th...
by ArndW
Tue Aug 29, 2006 9:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP stage unable to read Packed data
Replies: 6
Views: 1756

Reading packed (i.e. binary) data from mainframes can be done; so the problem you are seeing probably has to do with the data definitions. You'll get more help if you explain exactly what is happening.
by ArndW
Tue Aug 29, 2006 9:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rare Error Messsage
Replies: 20
Views: 9221

Craig has already identified the issue - the missing (hidden) .Type30 file. Often this happens when someone copies the two files without noticing the third one. Does your process include some scripts which might be doing some moving around of these hashed files?
by ArndW
Tue Aug 29, 2006 9:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: @INROWNUM ?
Replies: 23
Views: 14823

How do you set the job to run only 947 rows? If it is via the normal job execution call then I've tried the same thing and can't reproduce your problem with AIX and 7.5
by ArndW
Tue Aug 29, 2006 7:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How do I know which functions are for DS7.5.1A Parallel Edit
Replies: 6
Views: 1338

The PX functions are not documented in that detail anywhere that I know of.
by ArndW
Tue Aug 29, 2006 6:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ftp not retrieving all records
Replies: 9
Views: 2021

(Are both Xpert and Mohanraj working the same problem?)
Does adding a <cr><lf> to the source file fix the problem?
by ArndW
Tue Aug 29, 2006 5:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ftp not retrieving all records
Replies: 9
Views: 2021

What have you specified in your FTP stage? Is your file fixed width or delimited? What is your final delimiter set to (n.b. it is missing in the file, if you add a <CR> to the source file it will probably go through without a problem)
by ArndW
Tue Aug 29, 2006 5:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to write nulls as nulls
Replies: 10
Views: 2744

No, for PX writes to sequential files it is not sufficient to just state the nullability as "Yes", you need to set the properties. What have you tried?
by ArndW
Tue Aug 29, 2006 5:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: "Configuring Template" hung
Replies: 4
Views: 1869

You will need to uninstall and clean up the directories and your registry before re-trying. Sometimes I've had to wait quite a while during installs on slow machines and slow networks - how long did you wait?
by ArndW
Tue Aug 29, 2006 4:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ftp not retrieving all records
Replies: 9
Views: 2021

Re: ftp not retrieving all records

mohanraj wrote:...My source file is located on ftp...

I'm not sure what that means. Does this mean you are using an FTP stage to read your source file? If the last record then it might be because of a missing terminator. What settings are you using?
by ArndW
Tue Aug 29, 2006 2:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to write nulls as nulls
Replies: 10
Views: 2744

You need to define the sequential file output handling of null values, this is where your error is originating. If you go into the output column in the designer, and right-mouse-click and do and "edit row" you will see the attributes that you can set for output.