Search found 184 matches

by paranoid
Mon Apr 26, 2010 2:49 pm
Forum: General
Topic: Unable to export a job getting error 30107 error
Replies: 5
Views: 2278

Could you please tell me how to check repository index are intact and upto date.
I'm using server edition.

Thanks
Laxman
by paranoid
Mon Apr 26, 2010 2:47 pm
Forum: General
Topic: Unable to export a job getting error 30107 error
Replies: 5
Views: 2278

Could you please tell me how to check repository indexes

ray.wurlod wrote:Something - perhaps invalid indexes - is preventing a SELECT from completing successfully. Check that your repository indexes are intact and up to date.
by paranoid
Mon Apr 26, 2010 2:14 pm
Forum: General
Topic: Unable to export a job getting error 30107 error
Replies: 5
Views: 2278

Unable to export a job getting error 30107 error

Hi, I'm using datastage server edition 7.5.1. When i click on datastage components under export in datastage manager i get this below error: Error calling subroutine: *Datastage*DSR_SELECT (Action=7);Check Datastage is set up correctly in project dsprod (Subroutine failed to complete successfully (3...
by paranoid
Tue Apr 20, 2010 9:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Based on filename can we change the value for column
Replies: 3
Views: 1491

Thank you

anbu wrote:Yes you can do if you have the filename as a job parameter. Then in transformer

Code: Select all

If FILE_NAME='XXX' Then 'String1' Else 'String2'
Here FILE_NAME is a job parameter
by paranoid
Wed Apr 14, 2010 10:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Based on filename can we change the value for column
Replies: 3
Views: 1491

Based on filename can we change the value for column

Hi,

Based on input filenames can we change the value for a column in the transformer stage in datastage server jobs.



Thanks
Laxman
by paranoid
Mon Jan 04, 2010 9:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Look Up for Not equal to Condition
Replies: 6
Views: 4074

Thanks Chulett. It worked.

Belated New year Wishes :wink:
by paranoid
Mon Jan 04, 2010 9:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Look Up for Not equal to Condition
Replies: 6
Views: 4074

I created one more look up for not equal to condition and got the desired output. Is there any other way of doing this?

Thanks

Sue
by paranoid
Mon Jan 04, 2010 9:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Look Up for Not equal to Condition
Replies: 6
Views: 4074

Chulett,

Since i am using 7.5.1. version, i don't have lookup stage. I have to use a OCI stage for referencing it to the source table.

Thanks

Sue
by paranoid
Mon Jan 04, 2010 9:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Look Up for Not equal to Condition
Replies: 6
Views: 4074

Look Up for Not equal to Condition

Hi,

I am trying to create a job where it checks a value against a lookup table,
if the value matches then the job outputs 1 to a data file or else it outputs 0.

But my job is always running fine for equal to condition and it is not working for not equal to condition.

Please advise.

Thanks

Sue
by paranoid
Wed Dec 30, 2009 9:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migration of DS from one server to another
Replies: 4
Views: 1835

That's a good information as well. Thank you for the heads up on hashed files.

Sue
by paranoid
Wed Dec 30, 2009 8:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migration of DS from one server to another
Replies: 4
Views: 1835

Nikhil,

That was really a nice info. Thank you very much.
Hope i did not miss any other things.

Sue
by paranoid
Wed Dec 30, 2009 8:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migration of DS from one server to another
Replies: 4
Views: 1835

Migration of DS from one server to another

Hi, We are planning to migrate all the datastage jobs and databases from the Solaris server to the new AIX server. I am the thinking of the following points to be considered for the successful migration of the DS jobs: 1. Import all the jobs into a .dsx file and export that to new server. 2. Migrate...
by paranoid
Wed Dec 02, 2009 11:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning Messages
Replies: 15
Views: 4788

Chulett,

Even i am doing the same checking...only if the return status of the job is not equal to 1, i am performing job reset.

Thanks

Sue
by paranoid
Wed Dec 02, 2009 11:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning Messages
Replies: 15
Views: 4788

Chulett..You are great...that was the command i disabled..

thanks again..I will be changing the version to UNIX to avoid confusion...

Sue
by paranoid
Wed Dec 02, 2009 10:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning Messages
Replies: 15
Views: 4788

Chulett,

Please ignore this. We are using one more command that resets the job when a warning message pops up. Now i disabled that command and it is working fine..

Sorry for the confusion..

Thanks

Sue