Search found 40 matches

by oracle
Thu Jan 25, 2018 4:28 am
Forum: General
Topic: 262 value returned from dsjob -run
Replies: 7
Views: 4810

Thanks to all the experts for your wonderful insights ..I will keep you posted with the updates...Still we are working with DS Admins and we are planned to reach out to TWS Admins too
by oracle
Tue Jan 23, 2018 3:27 am
Forum: General
Topic: 262 value returned from dsjob -run
Replies: 7
Views: 4810

Thanks for response Paul .. TWS scheduler invokes wrapper script ...and this wrapper script mostly does nothing other than calling DataStage.We are experiencing this since almost few months and I am 100% sure that datastage job never gets triggered when we found this 262 return/error code. At a sing...
by oracle
Mon Jan 22, 2018 6:58 am
Forum: General
Topic: 262 value returned from dsjob -run
Replies: 7
Views: 4810

262 value returned from dsjob -run

Hi - Designed to run datastge job with TWS scheduler. Some times during the scheduled runs our TWS jobs were getting failed with 262 error code but the actual job never gets triggered. below is the TWS log + /fsiis_h4/IBM/InformationServer/Server/DSEngine/bin/dsjob -run -mode NORMAL -jobstatus -para...
by oracle
Wed Jun 08, 2016 5:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: converting numeric data to exponential form in unstructured
Replies: 3
Views: 5623

converting numeric data to exponential form in unstructured

Hi, I have simple job, where i am reading excel sheet using unstructured stage and writing to sequential file. My requirement is get data as it is from excel to output which is CSV file.In the sheet two of columns have numeric data (cell format is general) and Issue was they are converting to expone...
by oracle
Wed Feb 03, 2016 3:34 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Need help to Integrate WTX in Infosphere Datastage
Replies: 2
Views: 25832

Hi Ernie, I have used same WTXAccelerator.zip file from the given link from there I am taking WTXStage.jar file at classpath in java integration stage,but iam facing an error in datastage hipaa_837p_5010_flat,0: java.lang.UnsatisfiedLinkError: dtxjpi (The specified procedure could not be found. ) at...
by oracle
Tue Feb 02, 2016 6:50 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Need help to Integrate WTX in Infosphere Datastage
Replies: 2
Views: 25832

Need help to Integrate WTX in Infosphere Datastage

Iam trying to integrate wtx in Infosphere datastage through Java Integration stage , Iam unable to locate some jar files in the system like while running the job with WTXStage.jar file , am facing an errors like MapAllTypes: java.lang.NoClassDefFoundError: com.ibm.is.cc.javastage.api.Processor at ja...
by oracle
Fri Nov 13, 2015 2:22 am
Forum: General
Topic: Attempting to Cleanup after ABORT raised in job
Replies: 5
Views: 7978

Hi Ray,

It ran fine after re compile.We are seeing this issue first time and never happened before to this job. We are trying to identify the root cause of the issue .
Can you suggest us what could be the reason?
by oracle
Thu Nov 12, 2015 7:22 am
Forum: General
Topic: Attempting to Cleanup after ABORT raised in job
Replies: 5
Views: 7978

Hi,
Thanks for reply.


This was first time fails and it ran successfully many times .
Job was hanged for 1 hr and later we got these errors.
by oracle
Thu Nov 12, 2015 3:59 am
Forum: General
Topic: Attempting to Cleanup after ABORT raised in job
Replies: 5
Views: 7978

Attempting to Cleanup after ABORT raised in job

Hi ,, We have sequence job failure and got below error. It ran fine once after compilation.We would like to know what would be the reason to cause the issue and how we can fix it. Sequence job : ExecCommand Activity (run sh program) --> ExecCommand Activity (run perl program) From previous run DataS...
by oracle
Mon Mar 02, 2015 2:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to convert a one column input to multiple column
Replies: 8
Views: 5903

prasson_ibm wrote:When is the interview?
Learn from Ray,andrw how they responded...don't discourage if some one genuinely wants to learn.
by oracle
Sun Jun 02, 2013 11:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling ASCII VALUE
Replies: 5
Views: 3918

Resolved the ascii issue while loading char(15) column in db2 table using below changes.

Added Environment variable APT_STRING_PADCHAR=0X20
Called this Environment variable in the DB2 connector stage.
by oracle
Sun Jun 02, 2013 4:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling ASCII VALUE
Replies: 5
Views: 3918

Handling ASCII VALUE

Hello, Ascii value is appending end of the data for the column .Can you help us how to remove ascii value using datastage. for example we are defaulting "1111" to db2 column which is having length of the char(15) then output coming as "1111+asciivalues. deafult env variable in our pro...
by oracle
Thu Feb 07, 2013 2:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting from Binary(40) to Varchar 255
Replies: 4
Views: 2713

Converting from Binary(40) to Varchar 255

Hi all,


I am reading one columns as Binary(40) and populating into varchar(255).
I did n't find any function converting from Binary to Varchar.
Does any one know how we can convert Binary to Varchar.

Thanks
by oracle
Fri Feb 10, 2012 2:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to compile parallel routine
Replies: 3
Views: 3132

Unable to compile parallel routine

Hi All, I have developed parallel routinee and parameterized the directory of executable file (.0) in Libaray path tab in parallel routine as below #$DIR_MDM_ROOT#/#$DIR_DEV_PHASE#/#$DIR_WORK#/FirstNonNumPos_1.o. I am not able to complie the datastage job because of parameterized the directory of ex...
by oracle
Wed Feb 08, 2012 11:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine Function
Replies: 17
Views: 10841

Hi All,

I have written C++ program to develop paralllel routinee.I would like to know we do i have to place the c++ program and command to compile the parallel routinee.Can you please help me ?


Regards