Search found 20 matches

by Kwang
Tue Feb 03, 2004 11:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Uer-defined sql question
Replies: 7
Views: 2908

Uer-defined sql question

Hi all, I wrote a user-defined sql query in a oledb stage: select 'N' as fund_fl, max(dim_dt_id) as dim_dt_id from dim_dt where dt_1 is not null union select 'Y', max(dim_dt_id) from dim_dt where dt_2 is not null I got the error msg: OLE DB provider error: Column does not exist. How to handle the ge...
by Kwang
Tue Jan 13, 2004 1:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to delete two hashed files in a job's after-job routine
Replies: 7
Views: 2328

How to delete two hashed files in a job's after-job routine

Hi all,

I want to delete two hashed files in the job's after-job routine. Can I just type in the TCL command in the input value text box or I have to create a server routine and call the routine from the job's after-job routine?

Thank you in advance.

Kathy
by Kwang
Fri Dec 19, 2003 2:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error on transform string from sequential file to SQL DB
Replies: 5
Views: 2109

Re: Error on transform string from sequential file to SQL DB

Hi,
We got this problem solved. We contacted the Ascential support group and upgraded the MDAC from version 2.53 to version 2.60.

KWang
by Kwang
Fri Dec 05, 2003 11:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error on transform string from sequential file to SQL DB
Replies: 5
Views: 2109

Thanks Manoj, But I am not using the cast function anywhere. Actually the data type for the field in the source text file is also varchar(120). I'm just doing a direct load. The source text file contains exact data (and data type) from the target SQL DB (loaded from the SQL DB in another job). Also,...
by Kwang
Thu Dec 04, 2003 7:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error on transform string from sequential file to SQL DB
Replies: 5
Views: 2109

Error on transform string from sequential file to SQL DB

I'm very new to datastage so I hope somebody could help me solve this wierd problem. I want to transform a string (length is 31characters) from a text file (sequential file stage) to a SQL database (OLEDB stage), the datatype of the target field in the target table is varchar(120). I got the followi...