Search found 73 matches

by kaushal.kumar@igate.com
Tue May 04, 2010 4:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xml source
Replies: 2
Views: 2065

xml source

Hi, I have a requirement as: "There are 40 different xml source files with different metadata/schema. I need to create a single job which will read any of these xml files at runtime and convert it to a flat file. I need to create only one job for all the above requirements." I can do this ...
by kaushal.kumar@igate.com
Mon Apr 26, 2010 7:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Input buffer overrun at field "FIELD_NAME", at off
Replies: 1
Views: 4471

Input buffer overrun at field "FIELD_NAME", at off

While trying to import data from a text file(fixed file format) using Schema File for a particular table, we are getting the error Input buffer overrun at field "FIELD_NAME", at offset: 202. Where "FIELD_NAME" is column in the target table. Please advise.
by kaushal.kumar@igate.com
Fri Mar 26, 2010 8:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stored procedure problem
Replies: 6
Views: 4114

stored procedure problem

[* Post Contents removed, duplicate post, not appropriate for thread - Content Editor *]
by kaushal.kumar@igate.com
Fri Mar 26, 2010 7:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting only the first character of a string as SP output
Replies: 5
Views: 3510

I assume that you have tested your stored procedure in SQL server directly and get correct contents returned, so the first question would be how you have declared your datatypes. Actually, the output of the SP is a select stmt from a table based on some conditions. Hence we need not define any data...
by kaushal.kumar@igate.com
Fri Mar 26, 2010 6:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting only the first character of a string as SP output
Replies: 5
Views: 3510

Getting only the first character of a string as SP output

We are calling a Stored Procedure from an ODBC stage. When we execute the SP in SQL Server, it should give the output as a single column having multiple rows of comma dilimited strings as shown below: COLUMN1 tttttttttttttt,59779597,kjjjjjjjjjj jjjjjjjjj,iiiiiiiiiiiiii,999999999 ddddddddd,88884224,b...
by kaushal.kumar@igate.com
Thu Mar 25, 2010 11:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stored procedure problem
Replies: 6
Views: 4114

stored procedure problem

What happens when you try to fire the sql procedure outside of datastage? Any issues then? Any relevent help when you google 'SQLSTATE=42000 '? when I run the sql procedure in sql sqerver it is working fine. But in datastage it is not working. We have created a stored procedure with 3 parameters in...
by kaushal.kumar@igate.com
Thu Mar 25, 2010 10:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stored procedure problem
Replies: 0
Views: 1201

stored procedure problem

here my source is sqlserver.we have created a stored procedure with 3 paramaters in sqlserver these are all input parameter there is no o/p parameters. we want invoke this storedprocedure in datastage using storedprocedure stage.in the datastage how can i pass these parameters.and where we pass thes...
by kaushal.kumar@igate.com
Thu Mar 25, 2010 8:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stored procedure problem
Replies: 6
Views: 4114

stored procedure problem

iam facing a problem in STP stage iam getting these errors.


Stored_Procedure_26,0: Warning: map_test6.Stored_Procedure_26: SQLSTATE = 42000, fNativeError = 201 ,
by kaushal.kumar@igate.com
Mon Mar 22, 2010 11:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job control process (pid 2100) has failed ?????
Replies: 7
Views: 6982

i am waiting for responce :( There is nothing to compel anyone on DSXchange to respond to any post - it is an all-volunteer site and members post when and if they can. If they don't it may be that they don't have anything to add or, (quite unlikely) that they feel offended by something. If you're i...
by kaushal.kumar@igate.com
Mon Mar 22, 2010 11:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation Error
Replies: 3
Views: 2472

chulett wrote:No "buffers" in PX jobs. You can do that in Server but not here. ...
Thanks a lot.
I split my job in 2 different sub job :oops:
by kaushal.kumar@igate.com
Mon Mar 22, 2010 4:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation Error
Replies: 3
Views: 2472

Compilation Error

Hi ,
I am getting compilation errorError: Property 'File' for 'Sequential_File_101' is required but empty.I am using sequential file as buffere in my job.Below is the flow of my job.
stage1---> stage----> sequential file-------> stage3-------->stage4.

Please advice
by kaushal.kumar@igate.com
Sun Mar 21, 2010 10:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job control process (pid 2100) has failed ?????
Replies: 7
Views: 6982

i am waiting for responce :( There is nothing to compel anyone on DSXchange to respond to any post - it is an all-volunteer site and members post when and if they can. If they don't it may be that they don't have anything to add or, (quite unlikely) that they feel offended by something. If you're i...
by kaushal.kumar@igate.com
Sun Mar 21, 2010 10:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: node and partision problem????
Replies: 6
Views: 3109

ray.wurlod wrote:Speed - as in elapsed time? Well, all else being equal, more partitions (up to a sane amount) should finish faster than fewer. Or you may prefer fewer partitions but more than one job simultaneously ...
Thanks a lot :)
by kaushal.kumar@igate.com
Sun Mar 21, 2010 9:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: can i delete files from load directory using datastage??
Replies: 9
Views: 6742

What I would look at doing would be writing a custom BASIC routine that leveraged DSExecute() to delete whatever filename is passed in. Then your Server job could source from your control table, filter on your status code and select the filename into your job. Then in a transformer, call the routin...
by kaushal.kumar@igate.com
Sun Mar 21, 2010 9:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job control process (pid 2100) has failed ?????
Replies: 7
Views: 6982

Not just from that message... how exactly are you 'calling one job inside another job'? Are there any other messages logged, parent or child? ... i am passing parameter value ,parameter name ,job name to a routine and i am using this routine inside a transformer of parents job. in parents job i got...