Search found 379 matches

by yaminids
Sun Aug 15, 2010 3:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing Runtime parameter using $UserStatus
Replies: 11
Views: 17654

Craig,

Thanks for your response.

To make myself clear, should I change the function to the following
Call DSSetUserStatus("Arg1,Arg2")
Ans =(Arg1, Arg2)
I'm using Stage variables in Job-1 to call the function. How can I pass values to the 2 variables in this job?

Thanks
Yamini
by yaminids
Sun Aug 15, 2010 2:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing Runtime parameter using $UserStatus
Replies: 11
Views: 17654

Ray, Would it be possible to pass two variables using UserStatus? I followed the design, explained above, and prepared 2 jobs and 1 Sequence. Also, I created a customer routine to get the user status Call DSSetUserStatus(Arg1) Ans =Arg1 Job-1 --> passes an argument to the routine Job-2 --> selects d...
by yaminids
Mon Feb 15, 2010 6:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Implementing 'Rank' function in DS Server jobs
Replies: 1
Views: 1658

Implementing 'Rank' function in DS Server jobs

Friends, My new assignment requires me to extract data from 3 different tables present in 3 different schemas, in the source, to one staging table in the destination db. In other terms, the requirement is to select the data based on the VENDOR column (VENDOR=1) Check if the first table (in 1st schem...
by yaminids
Thu Feb 11, 2010 6:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing run time variables to ODBC stage
Replies: 1
Views: 2922

Passing run time variables to ODBC stage

Friends, Is there a way to pass variables during the run time to the ODBC stage? My current project requires me 1) To get a value from the log table and pass this to the next stage (ODBC.) 2) Use the above value in the WHERE clause of the 2nd ODBC stage to retrieve data from the source 1st ODBC(get ...
by yaminids
Wed Dec 16, 2009 7:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage sequence error "Controller Problem"
Replies: 1
Views: 1655

DataStage sequence error "Controller Problem"

Friends,

Everyday some of our job sequences are failing with the following error

"Controller problem: Error calling DSRunJob(VENDOR_INFO_SEQ), code=-99
[General repository interface 'other error']
"

Any idea why this would happen on a regular basis?

Thanks in advance
Yamini
by yaminids
Wed Dec 16, 2009 7:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Upgrading DataStage Linux server to RHEL5
Replies: 3
Views: 1540

No. From RHEL4 32-bit to RHEL5 32-bit
by yaminids
Wed Dec 16, 2009 6:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Upgrading DataStage Linux server to RHEL5
Replies: 3
Views: 1540

Upgrading DataStage Linux server to RHEL5

Friends,

Currently we have DataStage installed on a Linix server which is on a RHEL4 base. Our infrastructure team is planning to upgrade the server to RHEL5

Would there be any issues with DataStage if the server is upgraded?

Thanks
Yamini
by yaminids
Tue Nov 17, 2009 11:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Metadata issue
Replies: 6
Views: 3047

Is 'Trim' the only solution available?
by yaminids
Mon Nov 16, 2009 1:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Metadata issue
Replies: 6
Views: 3047

Ray,

Where can I set the parameter 'APT_STRING_PADCHAR'?

Thanks
Yamini
by yaminids
Sun Nov 15, 2009 8:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Metadata issue
Replies: 6
Views: 3047

Craig,

I have tried that option as well. I modified the size of the columns to Char(30) but the job still fails with 'Inserted value too large, row rejected' error.

The job completes successfully if I a) Trim the columns or b) Increase the size of the columns in 'Transformer'

Thanks
Yamini
by yaminids
Fri Nov 13, 2009 5:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Metadata issue
Replies: 6
Views: 3047

DataStage Metadata issue

Friends, I'm having trouble with inserting data which has CHAR columns using DataStage. Due to new project requirements, most of the source columns are been changed to CHAR(XX CHAR) [Previously they were CHAR(XX BYTES)] The source table has 5 columns: 1) Merch_key --> NUMBER(10) 2) Merch_Name --> CH...
by yaminids
Mon Sep 28, 2009 5:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage job failure ***TYPE 30 descriptor***
Replies: 2
Views: 2072

DataStage job failure ***TYPE 30 descriptor***

Friends, For the past couple of days, some of our DataStage jobs have been failing with the following warnings/errors 1) JobControl (@Job1): Controller problem: Error calling DSPrepareJob(RTL_MNG_INFO) (DSGetJobInfo) Failed to open RT_LOG125 file 2) Unable to allocate Type 30 descriptor, table is fu...
by yaminids
Sun Aug 09, 2009 2:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parsing 'Comma' delimited file containing commas in data
Replies: 10
Views: 4304

It worked after I made some changes. Apparently we cannot store commas in a numeric column in Oracle. I used convert function to strip the commas as well as '$'
by yaminids
Sun Aug 09, 2009 12:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parsing 'Comma' delimited file containing commas in data
Replies: 10
Views: 4304

It didn't work :( . I even tried removing the commas using Trim function
by yaminids
Sun Aug 09, 2009 11:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parsing 'Comma' delimited file containing commas in data
Replies: 10
Views: 4304

Craig, Sorry for the confusion. The following are the results of the latest execution Scenario 1 ) Columns in the destination table were defined as ' Numeric ' Result : All the input rows were rejected with " Non-numeric data was found where numeric required " error Scenario 2 ) Modified t...