Search found 26 matches

by shukla_krishna
Sun Mar 26, 2017 10:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mutiple Lookup
Replies: 3
Views: 2310

Mutiple Lookup

I need to do around 200 lookup to get descriptions for every code for every rows. Doing 200 Lookup is ugly design. same is needed for multiple tables.


Input rows are around 10Mill Records. Tried Parallel routine, but its slowing down.


Can some one suggest me what need to be done.
by shukla_krishna
Wed Feb 19, 2014 1:12 am
Forum: General
Topic: import executable jobs
Replies: 2
Views: 1440

Re: executable jobs

You can only export the executable, datastage gives this options. Try to select option "Export Jobs without Design" .
by shukla_krishna
Wed Feb 19, 2014 1:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage ODBC connector not working properly
Replies: 1
Views: 2308

DataStage ODBC connector not working properly

My job was working fine till 2 days back. There was upgrade in the AS400 box and we started getting errors. Our errors are mostly related to while reading data and if column has # in the name. We get error if we read data Select M5HOSP, "M5PAT#" as M5PATNO From <> But if we replace sql lik...
by shukla_krishna
Fri May 13, 2011 8:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Google Geocoding in Data Stage
Replies: 3
Views: 4189

I belive Web service client and transformer are working with WSDL. They does not support URL call.

Please let me know in case i am wrong .

Regards,
Krishna
by shukla_krishna
Fri May 13, 2011 4:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Download Data from http source
Replies: 9
Views: 6328

Have you got solution for this issue
by shukla_krishna
Fri May 13, 2011 2:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Google Geocoding in Data Stage
Replies: 3
Views: 4189

Google Geocoding in Data Stage

I have to get Latitude and Longitude

By calling Google API URL

http://maps.googleapis.com/maps/api/geo ... nsor=false

From data stage, what stage can be used for this. Please help me.

Thanks in advance.

Regards,
Krishna
by shukla_krishna
Wed Feb 10, 2010 6:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to change the default path for parameter set value file
Replies: 1
Views: 1509

How to change the default path for parameter set value file

Hi Experts,

Is possible to change the default file path for dataset parameters.
Please let me know where to change that.

Regards,
Krishna
by shukla_krishna
Tue Jan 19, 2010 6:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: REJECT LINK IN XML INPUT STAGE
Replies: 12
Views: 11278

Did u Get any solution for this

sjfearnside wrote:Was there a solution to this issue from the support provider?
by shukla_krishna
Tue Jan 19, 2010 6:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Validation
Replies: 6
Views: 3401

Does any one have patch no for this fix

Does any one have patch no for this fix Ok....then you should be ok, but there may be some fix/patch issues to consider (again...suggest that you search thru the forum here and also call your support provider). Also --- try it in a Server Job to see if there are any differences...there were situatio...
by shukla_krishna
Mon Jan 18, 2010 1:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: call a server a routine from another server routine
Replies: 1
Views: 1711

call a server a routine from another server routine

Is it possible to call a server a routine from another server routine.

What is syntax.
by shukla_krishna
Sat Jan 09, 2010 12:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parse Repeating XML Tags
Replies: 2
Views: 1819

It is what it is, seven "instances" of a thing called EObj... You need a technique to "reverse pivot" your seven rows. I'm sure there are many such techniques described in the forum here (it can be done in a variety of ways that use everything from stage variables to Aggregation...
by shukla_krishna
Fri Jan 08, 2010 4:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Validation
Replies: 6
Views: 3401

Ok....then you should be ok, but there may be some fix/patch issues to consider (again...suggest that you search thru the forum here and also call your support provider). Also --- try it in a Server Job to see if there are any differences...there were situations in the past where it worked in one j...
by shukla_krishna
Thu Jan 07, 2010 12:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Validation
Replies: 6
Views: 3401

"could" be a support issue..there were numerous issues with validation. Check with your support provider....and search thru here -- the subject has come up before. Someone else may have confirmed various symptoms as having patches. In the meantime, what kinds of invalid are you looking fo...
by shukla_krishna
Thu Jan 07, 2010 11:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Validation
Replies: 6
Views: 3401

XML Validation

Hi, I am trying to Validate a XML file with the XSD through XMLINPUT Stage. Mentioned the path of the XSD file in the XML file, Given the reject link to capture the error message, Mentioned as 'reject' for all types of validation errors, Still I am unable to capture the error in reject , Job is gett...
by shukla_krishna
Wed Dec 30, 2009 11:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: writing in same Dataset parallely
Replies: 3
Views: 1925

No. (I assume you mean "simultaneously".) The operating system imposes a limit of 1 on the number of writers to a file, and the data in Data Sets are stored in operating system files on the resource ... I am able to write one same file from multiple jobs , running at same time. Is there a...