Search found 115 matches

by logic
Thu Nov 10, 2005 7:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migrating from DS7.0 to DS7.5
Replies: 1
Views: 845

Hi,
Usually there would not be any issues unless user created. The read me file would include almost everything of interest. And be sure to back up everything.
Hope this helps.
by logic
Thu Nov 10, 2005 7:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem using Link Partitioner and Hash lookup
Replies: 12
Views: 4617

Hi Ak77,
The stages that you are using create a separate process for themselves. So the problem would be with the memory buffer. You can adjust the buffer size. Exceeding the timeout will cause the mutex error.
hope this helps.
by logic
Thu Nov 10, 2005 7:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: variable NullToZero not defined
Replies: 6
Views: 3108

Hi, My 1 cent Are you selecting the routine by clicking or typing it. Chances are that there might be a spelling error or a space overlooked. Although this might not be the case since all your jobs are not compiling and were running fine before. but just in case...... Also was the routine renamed/de...
by logic
Fri Nov 04, 2005 6:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Does Datastage support STORED PROCEDURE STAGE for DB2
Replies: 2
Views: 978

Hi Mahi,
Stored Procedure stage does support DB2 in Datastage 7.5.1 . With this release, the options are DB2 , Oracle , and Sybase. It does not support SQL server though.
Hope this helps.
by logic
Thu Nov 03, 2005 12:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Protect jobs from delete
Replies: 11
Views: 3731

Would'nt making the jobs read only protect them frm deletion? :roll:
by logic
Mon Oct 31, 2005 1:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Restartable job sequence
Replies: 6
Views: 3195

Hi Bala,
Even if there are no links coming out of the last job in sequence,Check if there is an Exception handler stage included in the sequence as suggested by Ray.. :roll:
by logic
Fri Oct 28, 2005 11:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job 751 Phantom 5260
Replies: 4
Views: 1488

Hi Abhi,
I guess the error message is telling that there is a data type mismatch. Numeric for char or something similar.
Also the following post will help you.

viewtopic.php?t=93721&highlight=improper+data+type
by logic
Thu Oct 27, 2005 5:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Converting rows to columns
Replies: 10
Views: 4783

Hi Arn73, Ray,
I am sorry. Actually I did not read the whole post. I read the following part and actually wanted to point at it.

Code: Select all

You're doing what is called a pivot. You can checkout the Pivot stage
My Bad.
by logic
Thu Oct 27, 2005 4:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Converting rows to columns
Replies: 10
Views: 4783

Arn73,
The following post might help you to proceed.
viewtopic.php?t=96215&highlight=
by logic
Thu Oct 20, 2005 12:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MetaStage Installation - 'Could Not Load Resources' Error
Replies: 2
Views: 1585

Hi ecwolf,
It would be more helpful to get the answers if you Post in the right Forum.
Thanks,
by logic
Wed Oct 19, 2005 12:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup
Replies: 7
Views: 1737

Hi Deepak, I am sorry but I did'nt get it. :roll: Why would it be better to load to a CSV file. Because even if there are changes in Table A, they would be transferred to the hash File as suggested by Ray!!! Even if you are considering that when the business requirement changes then the changes have...
by logic
Tue Oct 18, 2005 1:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to send an e-mail notification after 5 rows are rejected
Replies: 3
Views: 2212

If the rows are being rejected with a warning. modify settings of job to abort after 5 warnings. Use notification activity in sequence with exception handler.
Hope this helps :)
by logic
Fri Oct 14, 2005 2:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert to csv - header, detail, trailer - in same file
Replies: 8
Views: 3358

I guess you will have to "flatten it" first
by logic
Fri Oct 14, 2005 2:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Diff between server Job Parallel Job
Replies: 30
Views: 13022

Hi rekha,
Search the forum , you will find lot of stuff Also read the following post,

Code: Select all

http://www.dsxchange.com/viewtopic.php?t=95903&highlight=search+posting
A quick answer to your question would be performance
by logic
Mon Oct 10, 2005 4:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: EBCDIC files, IMS data into the DB2 UDB
Replies: 1
Views: 991

If You directly use the

Code: Select all

search
feature then ,you might come across lots of material which will help you load into DB2 indirectly using a direct approach.
No offense meant, but really try searching for your answer please.