Search found 68 matches

by urshit_1983
Tue Aug 08, 2006 2:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Staging table
Replies: 11
Views: 2611

Thankyou everybody let me try that.
by urshit_1983
Tue Aug 08, 2006 1:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Staging table
Replies: 11
Views: 2611

The only thing is complex SQL. Either I use DS or TOAD I have to write custom SQL. So I am asking is DS necessary or TOAD should be fine for the same ?

Or else make a table using TOAD and then use DS to load it ???
by urshit_1983
Tue Aug 08, 2006 1:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Staging table
Replies: 11
Views: 2611

Re: Staging table

Ok so Data stage does not come in the picture then. So the steps:

Create Table using TOAD
write required SQL
populate the table with required columns

Right ??
by urshit_1983
Tue Aug 08, 2006 1:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Staging table
Replies: 11
Views: 2611

Join is not a problem other parameters are to be checked. Its like 3 to 4 tables. And I need a staging table to store this. So my question is , is DS required for this purpose or i can do it in TOAD ? To build staging table...

Thanks
by urshit_1983
Tue Aug 08, 2006 1:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Staging table
Replies: 11
Views: 2611

Staging table

Hi All,

I have to create staging table. That has to be done by entering custom SQL which is a bit complex as it has many joins. Can any body suggest how shall I proceed ?

Database is Oracle.

Can I do it by TOAD or DS ?

Thanks.
by urshit_1983
Tue Aug 01, 2006 4:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_seqopen() - error in 'open()' on named pipe read links
Replies: 8
Views: 4021

Try to see the access rights of the file to which you are writing the output.

change it to

chmod 777 filename

It will be fine.

Thanks
by urshit_1983
Tue Aug 01, 2006 3:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Append date with file
Replies: 30
Views: 5823

But what if I use DSJobStartDate in seq file name like -

test_#DSJobStartDate#.txt

But i have a problem it will append like

test_2006-08-01.txt

and I want test_08012006.txt

And I didnt get your sequencer concept ?
by urshit_1983
Tue Aug 01, 2006 3:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Append date with file
Replies: 30
Views: 5823

Append date with file

I have ran the job and the file test.txt is created. Now I want to append current date in format :

test_MMDDYYYY.txt

Is there any way in Datastage or will have to write a shell script ? And if a shell script how shall i proceed ?

Thanks
by urshit_1983
Tue Aug 01, 2006 3:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: End of file error
Replies: 4
Views: 936

So kriss007 you mean just to re-run the job. It should be fine now ? No other issue except the broken link rite ?
by urshit_1983
Tue Aug 01, 2006 2:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: End of file error
Replies: 4
Views: 936

End of file error

I am getting this error :

ORA-03113: end-of-file on communication channel

I have not seen this error before. Can any one share their experience ?

Thanks.
by urshit_1983
Tue Jul 18, 2006 8:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unix import
Replies: 3
Views: 992

Thanks kduke. Let me try and will let you know if I have any problem
by urshit_1983
Tue Jul 18, 2006 2:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unix import
Replies: 3
Views: 992

And if we can do what to give after ftp>open

when I give my System IP to get connected it gives connection fail.
by urshit_1983
Tue Jul 18, 2006 1:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unix import
Replies: 3
Views: 992

Unix import

Is it possible to do reverse ?

I mean I want to do FTP from Windows client, to Unix server. But can I do import of file by opening FTP in Unix and get file from Windows Client ?

This is in continuty of Unzip in DS post.
Thanks
by urshit_1983
Tue Jul 18, 2006 1:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unzip in DS
Replies: 10
Views: 3097

So I have to write a UNIX script rite ? That means that I need to do FTP from Unix and act Unix as my Local machine and my PC as remote rite ? But then when I use FTP in unix what shall i write in Open to ?
by urshit_1983
Tue Jul 18, 2006 12:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unzip in DS
Replies: 10
Views: 3097

Thanks I got it. But I want to make this automated to unzip. Is there a way in Datastage?