Search found 42 matches

by ragunathan13
Mon May 19, 2008 11:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to find the job warning limits in director log
Replies: 4
Views: 2279

Thanks Ray and chulett,

I didn't give any limits during run time for both warning and row tabs, also no values like abort after this much rows has been processed in job level.

Thanks, Ragu
by ragunathan13
Thu Apr 24, 2008 1:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage
Replies: 1
Views: 837

Abnormal termination of stage

Hi, My job failed due the following reason after processed around 35 millions of data and for this job took 24 hours of time. Abnormal termination of stage JOBNAME.STAGE_NAME detected Also I reset the job and it did not give any other error message. Job design is very simple only Seq file Stage ----...
by ragunathan13
Thu Oct 11, 2007 9:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Current time stamp
Replies: 1
Views: 777

Current time stamp

hi,

CurrenTimeStamp() - DS Function - how to make this return date in particular format (including microseconds)

like 2007-10-10-09.05.00.621621676

in datastage ..by default date gets generated in this format..
2007-10-10 09:05:00

Thanks, Ragu
by ragunathan13
Wed Mar 07, 2007 7:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compilation Error in Transform
Replies: 1
Views: 941

compilation Error in Transform

Hi.. Currently we are developing our jobs in server(Datastage version is 7.5.1.A). Comming jobs we have a plan to do in parallel. So i did a sample job in parallel. In this i get some records from row generator stage and simply pass to transform and transform to peek. when i try to compile this one ...
by ragunathan13
Mon Feb 12, 2007 7:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to call Environment variable in server routine
Replies: 4
Views: 1173

Hi ray..

Yes, the environment variable was defined in the DataStage Administrator.

I search by using thee String -- "How to read Environment variable in routine". I found few posts. but i did't get clear idea from that. can u help me pls.
by ragunathan13
Fri Feb 09, 2007 8:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to call Environment variable in server routine
Replies: 4
Views: 1173

How to call Environment variable in server routine

hi Guys,


Can we call a environment variable(User Defined) in a routine. Will it be possible. Can anybody suggest on this.

Thanks in advance
Ragunathan J
by ragunathan13
Wed Feb 07, 2007 3:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to call a SQL Server stored procedure in ds
Replies: 4
Views: 2071

HI..

Use "stored_Procedure" stage, which is present in database palate.
by ragunathan13
Tue Feb 06, 2007 6:28 am
Forum: General
Topic: Takeing backup from command Line.
Replies: 5
Views: 2323

Hi..

Use this command "dscmdexport.exe" in command prompt and give the needed parameters.
by ragunathan13
Mon Feb 05, 2007 11:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pipe Broken
Replies: 5
Views: 2151

Hi.. Actuly i write a records into flat file, using sequential file stage as "Pre_CDC_namedPipe_write" And also read records from same flat file , using sequential file stage as "Pre_CDC_namedPipe_read" by parallel. when i was run this job i get the following error. Fatal ds_setu...
by ragunathan13
Mon Feb 05, 2007 10:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pipe Broken
Replies: 5
Views: 2151

Pipe Broken

Hi..

I got a fatel error in my server job.

"Pipe Broken"

Any one help me pls. why it is come.

Regards,
Ragunathna J
by ragunathan13
Thu Dec 14, 2006 3:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to assign job status into variable in shell programing
Replies: 5
Views: 1835

Hi chulett , i would like to thank for reply. we r running the dsjobs in the unix command window. It is return job status externally ,My Requirement: the corresponding output will assign as a user defined variable. for example: i will run the shell progrmm and output of this program generate some st...
by ragunathan13
Thu Dec 14, 2006 1:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to assign job status into variable in shell programing
Replies: 5
Views: 1835

How to assign job status into variable in shell programing

Hi....

I Run a DS Job in unix shell programing use "dsjob -run" command. After Execute this command i got "Status code = 0" like. I need to assign that Status code into a variable.

Thanks in advance.

Regards,
Ragunathan J
by ragunathan13
Fri Nov 24, 2006 12:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding shell script
Replies: 3
Views: 1348

Regarding shell script

Hi,

How to access DB2 cmd editor from shell script.

Thanks in advance.....
Regards,
Ragunathan J
by ragunathan13
Mon Nov 13, 2006 7:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in Date From DB2/UDB
Replies: 17
Views: 4924

okay, lets go further then. Is this a dataset or a flat file? Is the datastaqe server and database in the same time zone? Is the output server in the same time zone as datastage? Is the Datastage client in the same time zone? What timezone is all of the above? (I've seen date differences from US to...
by ragunathan13
Mon Nov 13, 2006 12:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in Date From DB2/UDB
Replies: 17
Views: 4924

Did you check for triggers? What is the column definition of the date in the table vs. the definition in DataStage? Are you extracting from the table using a select * or select Col name, or select coalesce(colname,'2000-01-01') Or anything like that? How do you specify the date files on the sequent...