Search found 816 matches

by us1aslam1us
Tue Dec 06, 2005 5:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem with constraint in EE
Replies: 1
Views: 1136

problem with constraint in EE

Hi, I got the following error when i wrote a constraint in Transformer stage: "Error in constraint expression for link DSLink5. Invalid conversion requested from a timestamp to a int64". Its a parallel job. The constraint is: eff_dt<term_dt<rnst_dt Or (eff_dt<=term_dt And last_dt<=term_dt)...
by us1aslam1us
Fri Dec 02, 2005 2:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Not Getting Started
Replies: 5
Views: 2362

Re: Dead Lock was the culprit

Hi udan,

How u had removed the dead locks.

Thanks
Sam








udankar wrote:Thanks mate,

The select query runs properly. Actually it was the Dead lock who was the culprit. Removed the locks on the table and now the job is running fine.

Thanks and regards

Udankar.
by us1aslam1us
Tue Nov 08, 2005 12:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL not working
Replies: 6
Views: 2940

Be curious if that's the case. Even though it wasn't said, I was working under the assumption that the SQL "runs fine in TOAD" or whatever the equivalent is for Sybase, and this was specifically a User-Defined SQL issue. :? Hi chu, I changed it to generated SQL and now it is working fine ...
by us1aslam1us
Mon Nov 07, 2005 9:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL not working
Replies: 6
Views: 2940

SQL not working

Hi all, Here is something unusual with me.I am working on Sybase OC to pull data from database and just making a straight move into a seq file. Here is my SQl, whenever i am using this in the user-defined query in syabase OC,I am getting this warning.Can anybody help me with this. SQL: SELECT DISTIN...
by us1aslam1us
Tue Sep 20, 2005 10:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Jobs examples
Replies: 2
Views: 1928

new

hey there is nothing like examples in this field but if u like to gain knowledge in this field first go through student guide then try something if u find any prob post ur queries here.

sam
by us1aslam1us
Mon Sep 19, 2005 4:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: slowly changing dimensions
Replies: 5
Views: 2838

Re: slowly changing dimensions

Hi , I am new to datastage.I have table A.I dumped it in target as Table B.Now i got new data in Table A.now i want to dump it in Table B only the new and updated rows.How will i implement it using datasatge . can any one explain me the stages step by step. thanks KK Hi, U can solve it in a simples...