Search found 26 matches

by dsquestion
Mon Aug 07, 2006 2:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Reading Oracle Enterprise Stage
Replies: 1
Views: 1526

Error Reading Oracle Enterprise Stage

Hi , I created one Datastage PX Jon,it contains two Oracle Enterprose Stages .I created one Oracle Table and Inserted 2 records when I am trying to view the Data from the Datastage it is Giving the Following warning. <Oracle_Enterprise_0> APT_OraInstanceSet::setup() failed to find an Oracle instance...
by dsquestion
Fri May 26, 2006 5:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage administartion
Replies: 9
Views: 4293

Datastage administartion

Hi all,

Can pls tell me the importance and precautions while handling .profile,.uvconfig,.dsenv,dsrpcservices,uv.account,voc in Datastage adminstration?

Your comments appreciated
by dsquestion
Thu Jan 05, 2006 8:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: inserting or updating rows based on the lookup
Replies: 7
Views: 10460

Hi kwwilliams,

Can you please tell how do that in the parallel version ? we have the same scenario for a parallel version project.

Your solution will be really helpful for us.

Thanks in advance
by dsquestion
Thu Jan 05, 2006 5:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: inserting or updating rows based on the lookup
Replies: 7
Views: 10460

Thanks for the comments

In my case i need to consider the column names of the Table.The metadata of the table varies.

Can you tell me whether we can assign the stage variable value to a job parameter?

comments apperciated
by dsquestion
Thu Jan 05, 2006 3:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: inserting or updating rows based on the lookup
Replies: 7
Views: 10460

inserting or updating rows based on the lookup

Hi All, I have the following scenario, i need to insert or update the rows which is coming from the source based on the look up which will have the table name and column name. for eg: source : id,value ------------ a1,35 a2,34 Lkp: id,tablename,column name ------------------------------- a1,dept,dep...
by dsquestion
Mon Dec 12, 2005 7:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: executing a batch file from unix
Replies: 4
Views: 2156

Hi,
Thanks for the comments.Is it possible in Datastage Enterprise Edition?
If so can you please guide me.
by dsquestion
Mon Dec 12, 2005 6:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: executing a batch file from unix
Replies: 4
Views: 2156

executing a batch file from unix

Hi all,

can i execute a windows batch file through a datastage mapping.Datastage is in unix.

comments appreciated
by dsquestion
Tue Dec 06, 2005 6:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routines to load data in to a sequential file
Replies: 9
Views: 3238

Hi All,

Thanks Ray,Ramesh DHL and D for your valuable inputs.Every code which has been published works good in its one way when tested.

Once again I thank you all for your valuable suggestions.
by dsquestion
Wed Nov 30, 2005 2:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routines to load data in to a sequential file
Replies: 9
Views: 3238

Hi Ray,

Thanks for the solution.
The naming convention does not have a standard format so no issues in that.Let me try with your solution.
by dsquestion
Wed Nov 30, 2005 1:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routines to load data in to a sequential file
Replies: 9
Views: 3238

Routines to load data in to a sequential file

Hi all, For instance the sequential file contains 10 records 1 2 3(***end of report***) 4 5 6(***end of report***) 7 8 9 10(***end of report***) as given above the records from 1 to 3 should go in to a seperate file(like file1.txt) and 4 to 6 to a seperate file .like that it should keep on inserting...
by dsquestion
Wed Sep 28, 2005 3:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Adding 1 to the months
Replies: 2
Views: 2150

Adding 1 to the months

Hi All, I want to add 1 to the months till my counter reaches 24. For Example. SOURCE LOCATIONID, ITEMID, DATE, QTY1, QTY2.......QTY24 ------------------------------------------ 1, 2, jan-05, 12, 16.........39 TARGET LOCATIONID, ITEMID, DATE, ADDED_DATE, QTY -----------------------------------------...
by dsquestion
Fri Sep 16, 2005 8:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: replace null to string in a sequential file
Replies: 4
Views: 2348

Hi Ray,

Thanks for your reply.Your reply was helpful.You are great.
by dsquestion
Fri Sep 16, 2005 4:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: replace null to string in a sequential file
Replies: 4
Views: 2348

replace null to string in a sequential file

Hi All, I am using sequential file as my source I just want to assign null values to ? .I just want to do this in the sequential file itself I dont want to handle this in the transformer by mentioning if isnull(column.name) then "?" else column.name.I have tried for null string in the sequ...
by dsquestion
Mon Jun 27, 2005 4:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning messages to be sent as a email
Replies: 3
Views: 1993

Warning messages to be sent as a email

Hi all,

I have a client requirement as followed when the job gets aborted the warning or fatal message in the log file has to be sent as an email through DS email notification activity. Is there any DS functions or I need to write a routine.

Please do help me.
by dsquestion
Tue May 24, 2005 11:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: connection was refused
Replies: 3
Views: 1971

connection was refused

Hi all ,
When I tried to connect datastage I am getting the below error.My pwd and username is correct.

Failed to connect to host: 199.28.108.78, project: EDEN
(The connection was refused or the RPC daemon is not running (81016))

Any solutions appereciated.Thanks in advance.