Search found 498 matches

by DeepakCorning
Thu Apr 19, 2007 12:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Populating the target table
Replies: 11
Views: 2344

If you can not point it the way i told u , try what DS Guru is saying. Its a veru effective method. You will get exact length , but again it will not be easy.

You can also try somethign liek Maximum Len so that u know whats the max len of a column in the file.
by DeepakCorning
Thu Apr 19, 2007 9:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Populating the target table
Replies: 11
Views: 2344

The simplest way to do this will be to replace ur Target "table" with yet another flat file (smae strucutre as ur target table as of now) and check the data which gets populated in the file. Its a hectic process but u will need to go on doing this and may be narrowing down the data process...
by DeepakCorning
Thu Apr 19, 2007 8:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-03113: end-of-file on communication channel
Replies: 31
Views: 16018

Got it... I did not know ODBC was also there...

Its ORACLE..
by DeepakCorning
Thu Apr 19, 2007 7:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Access 7.1 server job from 7.5.1.A client
Replies: 7
Views: 1977

Re: Access 7.1 server job from 7.5.1.A client

chulett wrote:No. Sorry, but the MCM *is* your only answer here - other than having two PCs that is. What is your issue with it? :?
I have never come across this . but will like to know what is MCM...?
by DeepakCorning
Thu Apr 19, 2007 7:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transfmer without an input link?
Replies: 8
Views: 2589

I agree ! U can have transformer without any input link but u will need to put a constraint in it and that you can do only through a stage variable and the reason is simple - there is no input :D
by DeepakCorning
Thu Apr 19, 2007 7:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-03113: end-of-file on communication channel
Replies: 31
Views: 16018

ray.wurlod wrote: Are you using ODBC as the connection type in your Dynamic RDBMS stage?
Ray Can you please explain this because I am Not sure what you mean by this?
by DeepakCorning
Wed Apr 18, 2007 3:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: look up
Replies: 8
Views: 2044

Re: look up

Are you saying tht the lookup can have A1 , A2 and A3 at the same time? or a single value? If it has all the values then what should be assigned to the output? If only one is present in the lookup then here is the way u can handle it -- Create the Hashed file with two columns - One column Substring...
by DeepakCorning
Wed Apr 18, 2007 2:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: look up
Replies: 8
Views: 2044

Re: look up

Are you saying tht the lookup can have A1 , A2 and A3 at the same time? or a single value? If it has all the values then what should be assigned to the output? If only one is present in the lookup then here is the way u can handle it -- Create the Hashed file with two columns - One column Substring(...
by DeepakCorning
Wed Apr 18, 2007 1:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-03113: end-of-file on communication channel
Replies: 31
Views: 16018

DSguru2B wrote:What is the length of the entire record with your desc column set to 666?
768 with the descr column defined as 666...
by DeepakCorning
Wed Apr 18, 2007 1:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-03113: end-of-file on communication channel
Replies: 31
Views: 16018

chulett wrote:666? The devil you say!
Well the :twisted: devil jut worked fine for me...
by DeepakCorning
Wed Apr 18, 2007 12:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-03113: end-of-file on communication channel
Replies: 31
Views: 16018

Also Just an FYI - The maximum limit of the Descrlong in the DRS stage for which this job works is "666" , if the length is greater than this then the job aborts.

May be its true with other jobs as well.
by DeepakCorning
Wed Apr 18, 2007 11:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-03113: end-of-file on communication channel
Replies: 31
Views: 16018

Yeppeeeeee... I do not know the reason why this can be an issue ! But the last column in the DRS stage was delared as Varchar (2000). I changed it to Char 255 (Tested it with Var char 255 as well) and now the job just works fine. I changed it back to Varchar 2000 , and the job aborts again with the ...
by DeepakCorning
Wed Apr 18, 2007 11:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-03113: end-of-file on communication channel
Replies: 31
Views: 16018

1. Generated the SQL statements (Insert) and ran them in SQL Plus. The SQL runs fine. With no discconection issue.

2. Replaced the DRS stage with an Oracle OCI stage , the job works fine.

Now the question is why DRS stage is not working fine with this one?
by DeepakCorning
Wed Apr 18, 2007 10:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-03113: end-of-file on communication channel
Replies: 31
Views: 16018

There are no EOT or EOF , Yes I am workign with the DBA to point this one out for me. Will update this once I get soem info.