Search found 210 matches

by allavivek
Fri Nov 18, 2011 7:53 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Class not found Exception.
Replies: 3
Views: 4786

Class not found Exception.

Hi All, I have a java class and iam supposed to call in my datastage to perform row by row operation. I made jar file out of it and iam giving the jar file name/path in "users classpath" area in java transformer stage. While running job iam getting error : Class not found Exception . Is th...
by allavivek
Tue Sep 27, 2011 1:02 pm
Forum: General
Topic: Exporting Whole Project in XML using dsexport.exe...
Replies: 1
Views: 1560

Exporting Whole Project in XML using dsexport.exe...

Hi All, Iam Working on automating some stuff and i need what are the input and output stages associated with each job . For that iam using xml exported file for getting input and output pins , which iam succedded. Now iam struck in doing the export of project via command line which feeds the datasta...
by allavivek
Tue May 31, 2011 11:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading COBOL File..
Replies: 3
Views: 3944

Reading COBOL File..

Hi All, I was trying to reading data from cobol file , the metadata is defined as below: 01 EMPLOYEE-RECORD. 05 EMP-RECORD-LENGTH PIC 9(4). 05 EMP-HIRE-DATE. 10 EMP-HIRE-MM PIC 99. 10 EMP-HIRE-DD PIC 99. 10 EMP-HIRE-YEAR PIC 9999. 05 EMP-SALARY PIC 9(9). 05 EMP-NAME PIC X(15). and the data is below:...
by allavivek
Sat Feb 26, 2011 10:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: diff between .isx and .dsx
Replies: 4
Views: 12764

I tried to open isx file but it was unable to read, i believe it was archived....

Thanks....
by allavivek
Sat Feb 26, 2011 10:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: diff between .isx and .dsx
Replies: 4
Views: 12764

Thanks Ray ,

If iam exporting the datastage jobs in dsx , i can view the code inside dsx file , where as in isx file i couldnt ...Is it archived ??

Thanks..
by allavivek
Sat Feb 26, 2011 5:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: diff between .isx and .dsx
Replies: 4
Views: 12764

diff between .isx and .dsx

Hi All,

Can any one tell me difference between .dsx and .isx files??

Is .isx archived file of .dsx??

If i exported jobs with .isx , while importing can i directly give .isx or should i need to make it .dsx??

Thanks...
by allavivek
Thu Feb 24, 2011 9:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RangeMap giving error..
Replies: 3
Views: 2401

ray.wurlod wrote:Have you populated the range map using a job that ends at a Write Range Map stage? ...
Hi Ray ,

Yes ray my job have rangmap stage lastone...

Thanks..
by allavivek
Wed Feb 23, 2011 9:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RangeMap giving error..
Replies: 3
Views: 2401

RangeMap giving error..

Hi All, Iam using the write range map stage and its throwing following error... "Error when checking operator: Opening rangemap" The target is dataset stage and in stage input properies i selected the the partition type "range" and selected key and sorted also... I did created th...
by allavivek
Wed Feb 23, 2011 1:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Diff stage problem for inserts...
Replies: 0
Views: 1240

Diff stage problem for inserts...

Hi All, I was doing some sample jobs for difference stage as i mostly use change capture stage. The problem i encountered are during inserts....It was showing null values and the warning it was issuing was "When checking operator: Dropping component "id1" because of a prior component ...
by allavivek
Wed Feb 16, 2011 9:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Xml Input path directory///
Replies: 8
Views: 3954

eostic wrote:Are you at 8.1 with FP1 or higher?
Hi Ernie ,

Iam using 8.1 and i dont know what is FP1..

Thanks..
by allavivek
Wed Feb 16, 2011 3:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Xml Input path directory///
Replies: 8
Views: 3954

Hi Ernie, I tried with only ls *.xml ..As it then checks for PWD for files , i copied all xml files to the PWD and it worked well... Iam not validating inside xml .. The xml didnt have any schema location ... This is namespace got loaded .. "xmlns:soapenc="http://schemas.xmlsoap.org/soap/e...
by allavivek
Wed Feb 16, 2011 2:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Xml Input path directory///
Replies: 8
Views: 3954

hmm. At the moment, I'm not sure.....but are you certain that it's saying it can't find "this" file, or is it looking for an xsd? Also, play more with a Job that just uses the External Source to a Sequential Stage. Make sure you can get any file listing from any subdirectory successfully....
by allavivek
Wed Feb 16, 2011 12:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Xml Input path directory///
Replies: 8
Views: 3954

Xml Input path directory///

Hi All, I was trying to read xml file ..The process i used the external source stage followed by xml input stage ... in external source stage i gave as ls /IBM/InformationServer/*.xml where my xml files resides... In xml input stage i checked url/filename option and defined xpath expressions in outp...
by allavivek
Wed Dec 15, 2010 5:31 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Bypassing Header Message...
Replies: 2
Views: 4264

Instead i passed the whole xml as input message and it worked....

But can any one can tell me what the error was....

Thanks..
by allavivek
Wed Dec 15, 2010 10:17 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Bypassing Header Message...
Replies: 2
Views: 4264

Hi All, After referring to manual ... "We should define the input header only if it will get passed to web service" so i removed it and for name spaces i placed transformer in between xm and web service stage.. When i run the job iam getting following error... APT_CombinedOperatorControlle...