Search found 138 matches

by nsm
Thu Feb 26, 2009 3:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get list of job names from batch
Replies: 4
Views: 1929

Datastage is on Unix server for us. If I put the DSHOME from UNIX, batch script is not recognizing the directory(obviously it shouldn't).

I didn't find a place under C:/IBM folder which can have "dssh" utility.

or may be I am totally missing something.
Thanks
nsm.
by nsm
Thu Feb 26, 2009 3:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get list of job names from batch
Replies: 4
Views: 1929

Datastage is on Unix server for us. If I put the DSHOME from UNIX, batch script is not recognizing the directory(obviously it shouldn't).

I didn't find a place under C:/IBM folder which can have "dssh" utility.

or may be I am totally missing something.
Thanks
nsm.
by nsm
Thu Feb 26, 2009 2:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get list of job names from batch
Replies: 4
Views: 1929

How to get list of job names from batch

Hi, I used below command to get me list of jobs in a particular category in Datastage. SELECT NAME FMT'80L' FROM DS_JOBS WHERE CATEGORY LIKE '\Jobs\KeyGenJobs' What do I do to run it from Windows batch? Once I get it I want to loop through that file and run the command for dsexport so I will have th...
by nsm
Thu Feb 19, 2009 12:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is there a limit on No of Surrogate Key Gen stages in a job?
Replies: 2
Views: 1346

Is there a limit on No of Surrogate Key Gen stages in a job?

Hi All,

I am using 3 surrogate key generator stages with in a job and job just hangs. I tried running the job using any 2 stages it works fine.

Any limit on the number of Surrogate Key generator stages used in a job?

nsm.
by nsm
Tue Feb 03, 2009 10:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: updating State file
Replies: 4
Views: 2161

Ray,

I just wanted to say I am stll looking for inputs for the people who check in futuire.
I didn't mean to hurry any one.

nsm.
by nsm
Wed Jan 21, 2009 3:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: updating State file
Replies: 4
Views: 2161

did any one face this issue before?
any suggestions?
by nsm
Wed Jan 21, 2009 2:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: updating State file
Replies: 4
Views: 2161

updating State file

All, I created a state file and used it in some jobs. Now to re run some of jobs I wanted to reset the value in the state file to a value I want. Below is the job design: Seq File--->Transformer stage--->Surrogate Key Gen stage with Update Action. Job ran fine but When I run DS jobs using the State ...
by nsm
Mon Jan 12, 2009 11:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: type Conversion error
Replies: 1
Views: 1096

type Conversion error

All, Below is the error I am getting and all the rows are getting rejected. tCopy: When checking operator: When binding input interface field "field1" to field "Tgt_field": Implicit conversion from source type "uint32" to result type "int32": Possible range li...
by nsm
Wed Dec 31, 2008 8:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP Enterprise stage Error: read file from windows XP server
Replies: 18
Views: 13501

can anybody help on how to get started with the script?
by nsm
Tue Dec 30, 2008 7:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP Enterprise stage Error: read file from windows XP server
Replies: 18
Views: 13501

oo ok..I got it now.
FTP doesn't work as all the FTP Ports are blocked on my machine..

nsm.
by nsm
Tue Dec 30, 2008 2:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP Enterprise stage Error: read file from windows XP server
Replies: 18
Views: 13501

Kandyshandy,

Please read my question properly.

nsm.
by nsm
Tue Dec 30, 2008 2:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer stage dropping records when i/p has null
Replies: 1
Views: 873

Transformer stage dropping records when i/p has null

Hi , My job is like Src sage-->Transformer Stage-->Target Stage-->Rejects Src and Target are databases. One of the columns is not nullable and it has nulls coming in, I was hoping it goes in to Rejects but Transformer stage is dropping them making the job fail. Is there a way to capture those in Rej...
by nsm
Tue Dec 30, 2008 12:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential file
Replies: 12
Views: 3752

simply use:- sort -n -u test|wc -l
and do result-1 as your file ist line is column names.
by nsm
Tue Dec 30, 2008 12:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP Enterprise stage Error: read file from windows XP server
Replies: 18
Views: 13501

yes..Using PSFTP I can put the file on to Datastage server.
by nsm
Mon Dec 29, 2008 12:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP Enterprise stage Error: read file from windows XP server
Replies: 18
Views: 13501

Chulett,

ftp://servername has to be part of URI path in version8.

I tried reading the file from path which has no spaces , didn't work.
Not sure what's happening.

Thanks
nsm.