Search found 3329 matches

by Sainath.Srinivasan
Wed Jun 08, 2005 12:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inconsistence Incoming data
Replies: 4
Views: 1183

If you need to pad leading zeros, look for fmt function.
by Sainath.Srinivasan
Wed Jun 08, 2005 12:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to initialize plug-in
Replies: 10
Views: 2240

Just to make sure, did you load these environment variables before restarting datastage?

You can check the current env settings from administrator or manager.
by Sainath.Srinivasan
Wed Jun 08, 2005 12:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference between ORAOCI and ORACLE bulkloader
Replies: 2
Views: 1686

As Craig suggested, loading user bulk-loader from DataStage is not efficient. You can also improve performance of bulk load when you perform that externally.
by Sainath.Srinivasan
Wed Jun 08, 2005 12:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need some help in Migration of Jobs
Replies: 13
Views: 4545

You may also need to alter any user-defined SQL to adhere to the syntax of new RDBMS.
by Sainath.Srinivasan
Wed Jun 08, 2005 12:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: I am getting the error TNS Names could not be resolved
Replies: 9
Views: 1918

You need to 'call' the stored procedure.

Can you check whether you can import any objects from the SQL Server to confirm the connectivity.
by Sainath.Srinivasan
Wed Jun 08, 2005 12:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: same sequence number to be used in loading multiple tables
Replies: 13
Views: 3598

Did you check the format and content of source and reference data?

You can try to set default value to test the lookup working fine.

You can try to delete and re-create your hash-file in case of any dictionary problems.
by Sainath.Srinivasan
Wed Jun 08, 2005 12:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Muliple instance jobs
Replies: 4
Views: 1120

If you are creating batch jobs, the invocation id prompt will appear when you add the multi-instance jobs to your job control.
by Sainath.Srinivasan
Wed Jun 08, 2005 10:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: I am getting the error TNS Names could not be resolved
Replies: 9
Views: 1918

I was asking whether you can run sqlplus from your DataStage server machine to connect to the Oracle instance you wish to see from DataStage.
by Sainath.Srinivasan
Wed Jun 08, 2005 9:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Validation
Replies: 2
Views: 825

You can do a
if num(yourvalue) then 'number' else 'not number'
by Sainath.Srinivasan
Wed Jun 08, 2005 9:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: I am getting the error TNS Names could not be resolved
Replies: 9
Views: 1918

Can you do a
'sqlplus user/pass@sid'
from your datastage server using its configuration settings?
by Sainath.Srinivasan
Wed Jun 08, 2005 9:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clearing DSEngine/dsdlockd.log
Replies: 15
Views: 9981

It is the log of lock deamon. You can empty.
by Sainath.Srinivasan
Wed Jun 08, 2005 9:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need some help in Migration of Jobs
Replies: 13
Views: 4545

You can do an usage analysis to obtain the jobs where the stage is used.
by Sainath.Srinivasan
Wed Jun 08, 2005 3:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Checking for updates in a database then migrating data
Replies: 6
Views: 1829

You need a real-time mechanism. Check the real-time options and let us know if you need any assistance.
by Sainath.Srinivasan
Tue Jun 07, 2005 3:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: temp delimited files that contains the delimited character
Replies: 7
Views: 1997

When the data contains delimiter char, use a different delim char.

When the data contains line terminator, use convert to replace to blank.
by Sainath.Srinivasan
Tue Jun 07, 2005 11:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Finding the specific stages
Replies: 1
Views: 605

Simplest is to do an 'Usage Analysis' from Manager.