Search found 38 matches

by chowdary
Thu Aug 25, 2011 7:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error when importing wsdl metadata
Replies: 1
Views: 1745

Error when importing wsdl metadata

I am trying to design a Parallel job that sends couple of columns from a flat file into a webservice using a webservice transformer and the response from webservice needs to send to a flat file. While trying to import the metadata using the wsdl file given by webservice team, I am getting this error...
by chowdary
Wed Aug 24, 2011 5:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to use XSD and WSDL in webservices transformer stage
Replies: 13
Views: 13591

WSDL Import error

Hi Srinivs,

I am getting the same error. How you got this error fixed? i am doing exactly same thing that you are doing... Please let me know how you got this error fixed.
by chowdary
Thu Jun 28, 2007 10:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error When Array Size is greater than 1
Replies: 9
Views: 4267

chulett wrote:I don't think your firewalls would cause any of this. Another question - what Update Action are you using in the stage?
The problem is not with one job, all jobs are having same problem.Some jobs are insert only, some are Update and Insert,some are clear and insert,some are update only.
by chowdary
Thu Jun 28, 2007 4:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error When Array Size is greater than 1
Replies: 9
Views: 4267

How much greater than 1 are you using? And what is the Transaction Size you are using? :? We tried different array size and Transction size, still we are getting same error.....Whatever Transaction size we put the array size has to be 1, if we put even 10 in the array size it fails.....One more thi...
by chowdary
Thu Jun 28, 2007 4:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error When Array Size is greater than 1
Replies: 9
Views: 4267

Re: Error When Array Size is greater than 1

gateleys wrote:
chowdary wrote:We are using DRS stages for reading and loading the data.
What happens when you use the OCI stage instead of DRS?

gateleys
We are getting same error with OCI Stage
by chowdary
Thu Jun 28, 2007 12:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error When Array Size is greater than 1
Replies: 9
Views: 4267

Error When Array Size is greater than 1

Hi all, We are facing a strange problem. All our jobs are aborting when we put array size greater than 1. If we put Array size as 1 jobs are running fine but performance is really bad like 40-50 rows/sec. If we put Array size greater than job will start processing data like 300-400 rows/sec and abor...
by chowdary
Tue Apr 18, 2006 10:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Stage Err
Replies: 1
Views: 1396

XML Stage Err

People, I am getting this weird warnings wile dumping the data from the Oracle table into XML file 1)Abnormal termination of stage JobName..StageName detected 2)DataStage Job 6531 Phantom 12293 jobnotify: Unknown error 906 [12305] DSD.StageRun JobName. JobName.StageName 1 0/0/1 - terminated. DataSta...
by chowdary
Fri Apr 14, 2006 8:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Writing Seperate Recods for Duplicate records in XML file
Replies: 0
Views: 1088

Writing Seperate Recods for Duplicate records in XML file

People, I having problem in writing duplicate records in a an XML File. I am reading data from an oracle data base, in that there are two records like Col1 Col2 Col3 Col4 060010 Drvr/Spy 2 6 060011 Drvr/Spy 2 6 while i am writing into a XML file the output is in the format <Col1>060010</Col1> <Col1>...
by chowdary
Tue Mar 28, 2006 2:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Special Characters in the Email Field
Replies: 1
Views: 1496

Special Characters in the Email Field

People, I have an email field which i am extracting from a table and writing into a flat file. for some rows the email is in invalid format (example king~123@test.com,king%123@test.com etc). so i want to write the data in to the flat file whihc has valid email like the filed must have characters a-z...
by chowdary
Thu Mar 23, 2006 10:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing XML Filename as a parameter
Replies: 4
Views: 2478

Thank you very much, It's working.

chulett wrote:Outputs / Properties / Wildcard. That controls what file(s) are read. If you don't use a wildcard pattern there but use a 'normal' filename it will just read that file in. You can use a parameter there in either case.
by chowdary
Thu Mar 23, 2006 9:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing XML Filename as a parameter
Replies: 4
Views: 2478

I am reading using the Folder Stage, Where i can parametrize the filename in the folder stage, i know we can parametrize the path name of the files but i don't know how to parametrize the file name. please help me in this one. Thanks Chowdary How are you 'reading' it? That stage should support param...
by chowdary
Thu Mar 23, 2006 8:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing XML Filename as a parameter
Replies: 4
Views: 2478

Passing XML Filename as a parameter

People,

I have a job which reads data from XML file and dunp into a Oracle Table,
Is there any way that i can parametize the XML file name?
by chowdary
Mon Mar 20, 2006 6:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading From an XML File
Replies: 11
Views: 6604

Thanks Usha, i will ask them to the give the XSD's Once again thanks for the reply Thanks Chowdary Hi Chowdary, sorry for the late reply, jus got to see ur msg, the XSDs are given by the vendor only, and these XSDs can be sitting anywhere on our desktop, and while importing the metadata, load - XML ...
by chowdary
Fri Mar 17, 2006 5:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading From an XML File
Replies: 11
Views: 6604

Hi Usha, Thanks for the reply, i have a question regarding the metadata, how i can get the xsd? For us some third party vendor will deliver will these XML files which we need to put in our DWH. All the gave is a word document which has Coloumn defnitions in a Tabular format in that word document. So...
by chowdary
Tue Mar 07, 2006 2:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Triggering a Link
Replies: 15
Views: 6345

Chulett, Thanks for the input, i tried that one, it works but it has small problem, problem is for some reason the upper stream which pulls data from Table A and sumps into XML file failed in some 1000 th row, by that time the Audit table is geeting updated and it is not getting roll back. i don't k...