Search found 3329 matches

by Sainath.Srinivasan
Fri May 01, 2009 6:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Link keeps black
Replies: 15
Views: 4745

Maybe your job monitor is not running.
by Sainath.Srinivasan
Fri May 01, 2009 6:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Formatting valus
Replies: 5
Views: 1651

Is your target a number ?
by Sainath.Srinivasan
Fri May 01, 2009 6:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: updating date field
Replies: 5
Views: 1597

Take one step at a time. Add one function at a time and see where it throws an error.

It seems the data coming into the tx is of dd-mon-yyyy format.
by Sainath.Srinivasan
Thu Apr 30, 2009 9:01 am
Forum: General
Topic: Datastage routine to run SQL queries directly
Replies: 11
Views: 23634

Are you going to call the routine once per job or once per record ?
by Sainath.Srinivasan
Thu Apr 30, 2009 8:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: compile jobs on a specific category
Replies: 7
Views: 3031

Multi-job compile !!??
by Sainath.Srinivasan
Thu Apr 30, 2009 8:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to read from Oracle Database Source
Replies: 11
Views: 3980

Normally it given the SQL statement which it is complaining about. Did you check it? Can you paste it here?

Did you use any parameters?

Is it the correct db you are connecting to ?
by Sainath.Srinivasan
Thu Apr 30, 2009 8:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to read from Oracle Database Source
Replies: 11
Views: 3980

Normally it given the SQL statement which it is complaining about. Did you check it? Can you paste it here?

Did you use any parameters?

Is it the correct db you are connecting to ?
by Sainath.Srinivasan
Thu Apr 30, 2009 8:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to restore the datastage projects
Replies: 7
Views: 2029

But what do you intend to restore? DS may be spread across disks.
by Sainath.Srinivasan
Thu Apr 30, 2009 8:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to restore the datastage projects
Replies: 7
Views: 2029

But what do you intend to restore? DS may be spread across disks.
by Sainath.Srinivasan
Thu Apr 30, 2009 8:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job aborts with Error in Write Block
Replies: 7
Views: 5973

Few queries 1.) What is your job design? 2.) Do you get the name of stage that throws this error? 3.) What happens when you view the counts through monitor? 4.) Replace the final stage in the job into a copy and attempt to run. Repeat it by removing each stage and making it a copy till the error dis...
by Sainath.Srinivasan
Thu Apr 30, 2009 8:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job aborts with Error in Write Block
Replies: 7
Views: 5973

Few queries 1.) What is your job design? 2.) Do you get the name of stage that throws this error? 3.) What happens when you view the counts through monitor? 4.) Replace the final stage in the job into a copy and attempt to run. Repeat it by removing each stage and making it a copy till the error dis...
by Sainath.Srinivasan
Thu Apr 30, 2009 8:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Link keeps black
Replies: 15
Views: 4745

Multi-instance ?
by Sainath.Srinivasan
Thu Apr 30, 2009 8:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting text to First Letter Capitalisation
Replies: 19
Views: 16850

Obviously you have not tested or checked the code. So not intended to point mistakes. Few changes required in the code 1.) look for non-alpha as seperators. So rather than restricting check for blank, look for anything between 'A-Z' or 'a-z' and do an 'else' capitalisation. 2.) Need return of char p...
by Sainath.Srinivasan
Thu Apr 30, 2009 4:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: question about dataset
Replies: 4
Views: 895

Wouldn't it be rejected in the source sequential file itself ??

You can capture the rejects from seq file.