Search found 78 matches

by v2kmadhav
Tue Mar 31, 2009 4:33 am
Forum: General
Topic: Batch jobs
Replies: 8
Views: 3595

venkatesh

see if this link helps...viewtopic.php?t=125768

cheers
by v2kmadhav
Tue Mar 31, 2009 4:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inserting Special Characters
Replies: 2
Views: 1384

what is the datatype for column NAME?
when you do a view data on the input file... does it display the ' correctly?

what is the exact error message that you get?
by v2kmadhav
Tue Mar 31, 2009 3:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Abort After Rows - Write to Sequential File Not working
Replies: 7
Views: 5867

why cant you write into two streams.... anything that passes goes into your actual output while the failure link is dealt with appropriately rather than aborting the job...rather than writing unix scripts etc
by v2kmadhav
Tue Mar 31, 2009 3:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to achieve other than Pivot
Replies: 10
Views: 3287

Pradeep You never mentioned about it being a file or perhaps i missed it, if you were expecting to read them as column b, c, d, e ...so on.... with 'a' being your key column i mean would it be like a, b, c, null, null, null, null a, b, c, d, e, null, null a, b, c, null, null, null, null a, b, c, d, ...
by v2kmadhav
Tue Mar 31, 2009 3:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job do not progress after certain percent...
Replies: 20
Views: 12433

does it work any better using an active stage in between the two read and write processes ...
by v2kmadhav
Tue Mar 31, 2009 3:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Remove Whitespace
Replies: 3
Views: 10272

Anthony Note that this would even strip off the potential white spaces between two words eg: address fields, if you have any. Using a trim(string) or trim(string, ' ', T) should strip any trailing white spaces... However can u see the output or the input on a database ? try to see the dump of that f...
by v2kmadhav
Tue Mar 31, 2009 2:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 client on AIX
Replies: 6
Views: 1464

DB2 client on AIX

Hi All, We have been using an ODBC stage to extract data from a remote DB2 database. Due to the magnitude of data we are receiving we feel that using a DB2 plugin would fasten things for us. However we would need some clarification in understanding if a DB2 client tool should be a licensed product o...
by v2kmadhav
Tue Mar 24, 2009 6:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parallel job fails to load records saying prior component
Replies: 4
Views: 1696

your not losing data because of that.... could you please post the complete log...
by v2kmadhav
Tue Mar 24, 2009 5:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to give unlock privilege to normal users
Replies: 3
Views: 1814

Deepak

all you have to do is select Enable Job administration in director option in admin.

that would let any user clean up resources or clear status files on jobs.

cheers
VM
by v2kmadhav
Thu Mar 05, 2009 5:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Long running job
Replies: 8
Views: 3081

Ankita


while you wait for the job to finish did u try querying your final table to see if it has the data that you were expecting?

does your job hang even when you run it without passing any data through it??

what kind of a lookup is it that you do into the lookup table??

cheers
VM
by v2kmadhav
Thu Feb 26, 2009 11:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: retrict the number of process of one stage with in a job
Replies: 9
Views: 3414

you could change the netezza stage execution properties to sequential. did you try that?
by v2kmadhav
Thu Feb 26, 2009 8:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date field is populated with Junk value
Replies: 7
Views: 2068

does your log look clean?? do any of your warning suggest something is wrong?

i would imagine that you might have already double checked your datatypes and nullable properties..

i tried replicating that and looks alright to me... all i see is nulls.
by v2kmadhav
Thu Feb 26, 2009 8:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date field is populated with Junk value
Replies: 7
Views: 2068

what is your lookup? table, dataset, file??

Did you double check if those failures are valid. ( the key doesnt find a match)

So you are saying whenever a lookup fails instead of a null it brings a value like 0001-01-01?
by v2kmadhav
Thu Feb 26, 2009 8:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: environment variable value in job
Replies: 2
Views: 1373

hello

can you create a local parameter defaulted to $PROJDEF that you pass into the transformer rather than getting the env value itself?

This might help if you wanna run that job alone with a different set of values unlike the ones in your environment without editing your code.

cheers
by v2kmadhav
Thu Feb 26, 2009 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date field is populated with Junk value
Replies: 7
Views: 2068

Puli

Are you saying datastage is defaulting the null to that 0001-0-01?

Is that how it exists in your lookup source?? if its consistently giving you a value like 0001-0-01 can you not use a transformer to convert that into a default value which is more acceptable?

cheers
VM