Search found 155 matches

by sumesh.abraham
Wed Dec 17, 2008 1:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Otherwise option in constraints
Replies: 4
Views: 1837

I have two output links and I've a constraint on each. Say, for first output link, I mention that Len(cust_id)=0. If I want to write all records which fail this constraint to the other output link, instead of using a constraint such as Len(cust_id)<>0, do I have any other way to achieve the same.
by sumesh.abraham
Wed Dec 17, 2008 1:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Otherwise option in constraints
Replies: 4
Views: 1837

Otherwise option in constraints

Hi,

How can use the 'Otherwise' option in constraints?

Thanks,
Sumesh
by sumesh.abraham
Wed Dec 17, 2008 12:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using TimeDate
Replies: 1
Views: 1191

Using TimeDate

Hi,

I used

Oconv(@DATE,'D-YMD'):Oconv(@TIME,'MTS') to populate the current datetime into the Oracle table. How can I achieve the same result using TimeDate function.

Thanks,
Sumesh
by sumesh.abraham
Tue Dec 16, 2008 10:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to create job
Replies: 2
Views: 1219

Thanks Craig.
by sumesh.abraham
Tue Dec 16, 2008 5:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to create job
Replies: 2
Views: 1219

Unable to create job

Hi All, I got the DS dev environment ready...but I'm unable to save a job. I get an error as Error while creating job CustLoad Error on CREATE.FILE command (User does not have WRITE permissions to current directory. I checked the file permissions and found that the groups differ for dsadm and the de...
by sumesh.abraham
Wed Nov 05, 2008 3:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Populate date as Timestamp
Replies: 2
Views: 1329

Populate date as Timestamp

Hi All,

I want to populate todays's date as '11/05/2008 12:00:00'. How can I do other than hardcoding as
OConv(@DATE,"D-YMD"):'12:00:00'

Thanks,
Sumesh
by sumesh.abraham
Fri Apr 18, 2008 4:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting warning while using round robin partition.
Replies: 1
Views: 743

Getting warning while using round robin partition.

I am using three stages in my job. Dataset as a input, then transformer and then oracle stage.I am generating a sequence for one of the column in a transformer. so need to use round robin partition. But I am getting following warning : X_Clearance: Input dataset 0 has a partitioning method other tha...
by sumesh.abraham
Wed Mar 19, 2008 12:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null handling in Sequential Files for decimal fields
Replies: 4
Views: 1791

If I give Null Field Value=' ' (22) spaces it gives a diff warning saying no default value defined for a nullable field.
What could be causing this warning.
by sumesh.abraham
Mon Mar 17, 2008 7:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null handling in Sequential Files for decimal fields
Replies: 4
Views: 1791

Null handling in Sequential Files for decimal fields

Hi, I have a situation where in i am reading from a sequential file and after some processing writing to a sequential file. It is a '|' delimited file. I have decimal fields which are nullable.ex;UNIT_RETAIL(20,4) Warning: When validating export schema: At field "UNIT_RETAIL": "null_f...
by sumesh.abraham
Sat Mar 15, 2008 2:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning on sequential file
Replies: 17
Views: 10975

Re: warning on sequential file

Hi, I have a similar situation where in i am reading from a sequential file and after some processing writing to a sequential file. It is a '|' delimited file. I have decimal fields which are nullable.ex;UNIT_RETAIL(20,4) Warning: When validating export schema: At field "UNIT_RETAIL": &quo...
by sumesh.abraham
Mon Mar 10, 2008 5:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cascade trim to multiple columns
Replies: 3
Views: 2118

Cascade trim to multiple columns

Dear All,

I want to apply Trim function in the transformer for 65 columns. I was looking for any functionality in PX where I can specify Trim for one column and let it be cascaded to other columns. Do we have anything like that? Any help on this would be appreciated.


Cheers,
Sumesh
by sumesh.abraham
Tue Mar 04, 2008 9:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert not happening when the job is run through sequencer
Replies: 4
Views: 876

The paramters are correctly specified in the sequencer. Still I get the records not inserted into the table. What could be the cause?
by sumesh.abraham
Tue Mar 04, 2008 8:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert not happening when the job is run through sequencer
Replies: 4
Views: 876

Insert not happening when the job is run through sequencer

Hi All, I'm inserting records into an Oracle table using Oracle Enterprise stage and the Write method is Upsert. I've mentioned the Update SQL and Insert SQL statements correctly. When I run the job records are getting inserted into the table successfully. But when I run the job through sequencer, r...
by sumesh.abraham
Mon Feb 11, 2008 12:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Caught ORCHESTRATE exception in main program: APT_ParseError
Replies: 1
Views: 2020

Caught ORCHESTRATE exception in main program: APT_ParseError

Hi All, In my job, source is a data set. These records are transformed in the transformer and then loaded into an Oracle table. When I run the job I get error as main_program: Fatal Error: Caught ORCHESTRATE exception in main program: APT_ParseError: Parsing parameters "max=0" for schema t...
by sumesh.abraham
Mon Feb 11, 2008 12:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Caught ORCHESTRATE exception in main program: APT_ParseError
Replies: 0
Views: 560

Caught ORCHESTRATE exception in main program: APT_ParseError

Hi All, In my job, source is a data set. These records are transformed in the transformer and then loaded into an Oracle table. When I run the job I get error as main_program: Fatal Error: Caught ORCHESTRATE exception in main program: APT_ParseError: Parsing parameters "max=0" for schema t...