Search found 262 matches

by g_rkrish
Wed Dec 05, 2007 11:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: odbc configuration not working
Replies: 4
Views: 1856

Since you said "with the same login id and works from another machine", I will suggest the best way to debug this problem is to put the trace on the ODBC. Good luck. You want me do on my Database side..If it is in Datastage how will you the trace of odbc..Is there any way of checking the ...
by g_rkrish
Tue Dec 04, 2007 5:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: odbc configuration not working
Replies: 4
Views: 1856

odbc configuration not working

Hi, I have some weired thing that is going on..I created a new odbc for sqlsever in the .odbc.ini and follwoing thing on my project folder but it is not working..the same connection from development is working there is no firewall or any thing but it gives me that login failed..but the same same log...
by g_rkrish
Tue Nov 27, 2007 3:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Logic Question
Replies: 18
Views: 4764

Stop. Step back. Ignore DataStage for the moment. Write out (in English) a complete specification of what is supposed to happen, including one or two examples. Then post that here. ... Ok here is what it is... We have a tableA. where we have strings like 1000 10001 1004.. There is another tableb wh...
by g_rkrish
Tue Nov 27, 2007 10:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Logic Question
Replies: 18
Views: 4764

Time to involve your official Support provider, it seems. Yes i did Criag now..Let see...I will post the solution once they solve it.... guys, I contacted.. the support... I solved that by.... We should not give thw like in the SQL rather we should give in the Transformer derivation for the refrenc...
by g_rkrish
Wed Nov 14, 2007 4:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Logic Question
Replies: 18
Views: 4764

chulett wrote:Time to involve your official Support provider, it seems.
Yes i did Criag now..Let see...I will post the solution once they solve it....
by g_rkrish
Wed Nov 14, 2007 3:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Logic Question
Replies: 18
Views: 4764

ray.wurlod wrote:I don't really have much else to offer. What stage type are you using on the reference link? If it's OCI you might try :1 instead of ? for the parameter marker. ...
I tried with db2API,ODBC,DRDBMS,UV......none of them works ray....

Thanks,
by g_rkrish
Wed Nov 14, 2007 12:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Logic Question
Replies: 18
Views: 4764

sorry Ray to bother you more..This problem is just annyoing me much.... SELECT columns FROM TableB WHERE keycolumn LIKE '?%'------Not works even though there is a matched column it just gives me 0 records but i did a work around with left function in the constraint part; SELECT columns FROM TableB W...
by g_rkrish
Wed Nov 14, 2007 1:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Logic Question
Replies: 18
Views: 4764

Stop. Step back. Ignore DataStage for the moment. Write out (in English) a complete specification of what is supposed to happen, including one or two examples. Then post that here. ... Ok here is what it is... We have a tableA. where we have strings like 1000 10001 1004.. There is another tableb wh...
by g_rkrish
Tue Nov 13, 2007 6:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Logic Question
Replies: 18
Views: 4764

You give the SQL statement in the stage that is servicing your reference link. As for "in detail", perhaps purchasing premium membership would permit you to read my reply in its entirety. There no error but it retrives 0 records but we do have matching records though..what can we do about...
by g_rkrish
Tue Nov 13, 2007 11:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Logic Question
Replies: 18
Views: 4764

ray.wurlod wrote:You give the SQL statement in the stage that is servicing your reference link.

As for "in detail", perhaps purchasing premium membership would permit you to read my reply in its entirety.
Ray,

I do have that with my friend..Thanks for your response.....
by g_rkrish
Mon Nov 12, 2007 1:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Logic Question
Replies: 18
Views: 4764

I read the problem as the more general one where, if the second column is 1 you need a lookup WHERE KEYVALUE LIKE '?%' but, if the second column is 2 you need a lookup WHERE KEYVALUE LIKE '% ... sorry ray for the late replay..I tried your way but where do i give the like statement..But i can't able...
by g_rkrish
Thu Nov 08, 2007 10:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Logic Question
Replies: 18
Views: 4764

Two Transformer stages, with the second lookup being conditional upon success of the first (a constraint in the first Transformer stage). Use other output links if needed to capture rows that fail ei ... Ray, can i know what constrint i should use here..also does codntion you are suggesting here is...
by g_rkrish
Thu Nov 08, 2007 11:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Logic Question
Replies: 18
Views: 4764

Logic Question

Hi I have a Logic questions..It's basicall a table match up but There are two options in the table 1 to look in to table 2... Table has following examples of vaules MatchString Type 10 1 104 1 14578 2 Where 1 represent starts with that string we should macth a string from another table..... where 2 ...
by g_rkrish
Fri Nov 02, 2007 9:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSjob -jobinfo
Replies: 4
Views: 3194

The exit status of dsjob is (can be) affected by its arguments. For example the -jobstatus argument causes the job's status (0 = running, 1 = finished, etc.) to be the exit status of th ... Ray, The thing i want to acheive here is that..i have to run the job, once it finished i have to get the jobi...
by g_rkrish
Thu Nov 01, 2007 9:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSjob -jobinfo
Replies: 4
Views: 3194

DSjob -jobinfo

Hi, I have a issue here when i run the job from command prompt..it's basically a shell script where i create log for every schedule run.when i give the dsjob -run command..it says status code 0..after that i give the next command to dsjob -run as dsjob -jobinfo..what it does is after a while it just...