Search found 9 matches

by smishra.ds
Sun Jul 19, 2009 2:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null handling
Replies: 11
Views: 6743

Null handling and defaulting the values

Please provide your inputs on the following:- Source Column:- Varchar (Null) [Converted to varchar while reading from Database] Target Column:- Date (Null) Source Column can contain value less than '1753-01-01', which we have to set as '1753-01-01'. Error getting:- Target Column is getting ***** in ...
by smishra.ds
Wed May 13, 2009 9:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Socket Operation on a Non-socket
Replies: 6
Views: 12974

post the solution

Please post the solution for this. How it get resolved?
by smishra.ds
Tue Dec 02, 2008 11:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server Shared Container failing in Parallel Job
Replies: 1
Views: 1245

The issue got resolved.

Hi, The issue with the job got resolved. I re-started the jobs again after some time, with the expectation that SIGBUS is an operating system error and it is not related to any of the Job logic. The job ran fine. Which clearly shows the issue with the resource contention. Please post any other issue...
by smishra.ds
Tue Dec 02, 2008 9:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server Shared Container failing in Parallel Job
Replies: 1
Views: 1245

Server Shared Container failing in Parallel Job

Hi, I have a server shared container used in Parallel job. This job was running fine. The Parallel Job flow of job is as below:- Seq_File_Stage ---> ServerSharedContainer ---> Output Flow of Server Shared Container:- ----> Transformer [One lookup link on Basic Transformer] ---> Three Out put link. T...
by smishra.ds
Tue Nov 25, 2008 5:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cleaning up datastage internal files
Replies: 4
Views: 2909

All files/directories in the project that have names of the form DS_namennn or RT_namennn are the Repository tables in which information about job number nnn are stored. [/b] Hi Ray, Thanks for the info. From where i can get more details about these? How we can view the repository contents in V 7.5...
by smishra.ds
Tue Nov 25, 2008 5:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSSetUserStatus value is not returning properly
Replies: 3
Views: 2721

The main reason of using was, it was implemented from start like this, and just want to keep the uniformity in handling all the Datastage jobs. Or in other words, i cann't force this change for one single module. Just want to confirm what you are saying about -jobstatus, is it something related to D...
by smishra.ds
Tue Nov 25, 2008 4:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSSetUserStatus value is not returning properly
Replies: 3
Views: 2721

Reason of using the user status, to determine succ or fail

Hi Chulett, The return code will be zero only when the sequencer will have finished without warnings. We are using this return value to store in a Table, which is getting used by other Java code for further buisness logic execution. This logic is in place from long time in my application, but for th...
by smishra.ds
Tue Nov 25, 2008 3:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSSetUserStatus value is not returning properly
Replies: 3
Views: 2721

DSSetUserStatus value is not returning properly

We are trying to capture the status of job with the help of following routine:- -------------------------------- $INCLUDE DSINCLUDE JOBCONTROL.H Call DSSetUserStatus (Arg1) Ans = Arg1 -------------------------------- If Agr1 has Value as 0 then Success or 100 then Failure.This value we are getting w...
by smishra.ds
Thu Jul 31, 2008 4:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File- Using multiple readers
Replies: 4
Views: 6479

how many readers will be generated?

I am trying to utilize this multiple readers per node option in the sequential file stage. My parallel environment is SMP. My APT Configuration File has two logical nodes on the same physical box (SMP env). If i am choosing 2 readers per node option, then how many readers will be generated to read t...