Search found 379 matches

by yaminids
Fri Jan 13, 2006 12:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to open the job
Replies: 10
Views: 3080

Thanks Ray
by yaminids
Thu Jan 12, 2006 6:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to open the job
Replies: 10
Views: 3080

Craig,

Can you please explain how this daemon (deadlock) works?

Thanks
Yamini
by yaminids
Thu Jan 12, 2006 6:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Upgrade process Time?
Replies: 2
Views: 1423

Even with NLS included, it did not take more than 2 hours, for us, to upgrade from 7.1 to 7.5
by yaminids
Thu Jan 12, 2006 6:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warings msgs for Update Or insert type in ODBC Stage
Replies: 8
Views: 2417

Re: Warings msgs for Update Or insert type in ODBC Stage

Vijay,

We have developed many jobs which update rows in a table and never received such warnings

Yamini
P.S. As Ray said may be our DBA did something in Oracle not to generate any messages
by yaminids
Thu Jan 12, 2006 6:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to open the job
Replies: 10
Views: 3080

Hello Ray,

These are the vaules from dsdlockd.config file:

start=0
timer=900
res=0
log=

Can you please tell me how I can enable auto-start of the deadlock daemon? Also, when you said "every time the daemon wakes" do you mean that it wakes every time we restart the engine?

Thanks
Yamini
by yaminids
Thu Jan 12, 2006 6:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Array size in ORAOCI Stage
Replies: 3
Views: 1250

Re: Array size in ORAOCI Stage

aakashmalu,

I tried the same thing and found out that it wont help in retrieving the data by entering a higher value to prefetch the rows

Yamini
by yaminids
Thu Jan 12, 2006 6:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Log
Replies: 10
Views: 3868

Re: Log

Indrani,

If the DBA is not willing to switch off logging, you can ask him to increase the size of the log

Yamini
by yaminids
Fri Jan 06, 2006 11:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rare Error Messsage
Replies: 20
Views: 11836

Re: Rare Error Messsage

Naveen,

We got a similar error message when our Server was too busy to trigger a job. We did not face the problem after reducing the load on the server

Hope this helps
Yamini
by yaminids
Fri Jan 06, 2006 11:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete data from a table
Replies: 7
Views: 2839

Delete data from a table

Indrani,

Stopping the job depends on the current state of the job. If possible, try to kill the job from DataStage Director (Job==>Cleanup Resources)
If not, ask your DBA to release any locks on the table

Yamini
by yaminids
Thu Jan 05, 2006 12:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete data from a table
Replies: 7
Views: 2839

Re: Delete data from a table

Indrani,

Place a Transformer also

Hash File ==>Transformer==>ODBC Stage

Yamini

PS I think you can use a query similar to this one in the ODBC Stage:

DELETE XYZ WHERE XYZ.Col1=:1
by yaminids
Wed Jan 04, 2006 2:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete data from a table
Replies: 7
Views: 2839

Re: Delete data from a table

Indrani, I have designed a similar job sometime ago. In order to speed up the process, after reading the data from the table and doing the necessary transformations, I captured the primary key of the table in a hash file. In a different job I deleted the rows from the table based on the keys present...
by yaminids
Tue Dec 27, 2005 9:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help with this Error
Replies: 6
Views: 1804

Help with this Error

Thanks for the info guys... :)
by yaminids
Tue Dec 27, 2005 1:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help with this Error
Replies: 6
Views: 1804

Help with this Error

Hi Arnd,

Can you tell me where I can find a job's Basic code?

Thanks
Yamini
by yaminids
Thu Dec 22, 2005 11:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: nls-read -delimited, column missing error
Replies: 10
Views: 10888

nls-read -delimited, column missing error

Hello there,

We got the same error when there were unwanted quotes present in the data. In our case we surpressed the quotes by using '000' as quote character and the problem was solved

Hope this helps
Yamini
by yaminids
Wed Dec 21, 2005 6:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Select distinct records from Files
Replies: 22
Views: 8841

Re: How to Select distinct records from Files

Anil,

When you define the Stage variables assign them an initial value which wont appear in the input data

Yamini