Search found 170 matches

by anupam
Fri Jun 17, 2005 8:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error handling
Replies: 2
Views: 1163

You can also use DSMakeJobReport which will provide you the Job Status and the warning/error message.
by anupam
Fri Jun 17, 2005 8:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Shared container
Replies: 4
Views: 1395

When u created the shared container, u created the output link also ?

i think the problem is the output link from the shared container
by anupam
Fri Jun 17, 2005 7:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ora bulk loader Stage
Replies: 5
Views: 2708

The fastest way of loading data is using sqlldr with direct hint. Now it all depends on the situation whether to use direct hint or not. If you are creating data file and ctl file separetly then you need to trigger the sqlldr manually ( by wrinting code) so that point in time you can add different k...
by anupam
Fri Jun 17, 2005 7:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Schedule job in director every hour without instances
Replies: 11
Views: 3150

You can have 1 additional parameter say InstanceId and that parameter can be reused every 3 hours or every day as the Instance number/ Invocation Id for the Job. This InstaceId would be passed while running the Job. if you have to run Job 8 times a day, then you may choose say from 1 to 8 as the Int...
by anupam
Wed Jun 01, 2005 10:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rename the Job Category
Replies: 4
Views: 1491

u can create multiple sub-categories under Job and use it but i don't think that renaming the Job category itself is possible.
by anupam
Wed Jun 01, 2005 10:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stage variable Vs Routine- Which one gives good performance
Replies: 4
Views: 1538

First of all, one thing should be noted. i.e. if we call a routine or use stage variable, the same logic would be implemented for both of these methods, that means we would be having the same code at both the places. So, if the code can be written and is not very complicated then the first choice wo...
by anupam
Wed Jun 01, 2005 10:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting warning message in viewing data in source
Replies: 7
Views: 3767

U just need to reimport the metadata or add 2 more columns in your input stage and the problem would be solved
by anupam
Wed Jun 01, 2005 10:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Server restart need if uvodbc.config and .odbc.ini change
Replies: 3
Views: 2946

If u r changing dsenv, then u need to restart the Datastage Engine.
by anupam
Wed Jun 01, 2005 10:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle 8 taking 4 hrs to load !
Replies: 8
Views: 3094

It's better if you identfy the records need to be inserted and records which needs to be updated. Then u may use sqlldr for Inserting the records with Append mode and can use ORACI stages to update the rest of the records with option update existing records only. This will definately give u a better...
by anupam
Wed Jun 01, 2005 9:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file limitation
Replies: 4
Views: 2500

Yeah, there is a limitation of size of a hash files. It can not grow beyond 2 Gb and infact ideally hash file should eb as small as possible. Now, there is a way around if u still want the hash file to grow more then 2 GB. u can make a hash file with 64 bit pointer and it can grow much much more tha...
by anupam
Tue May 24, 2005 10:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Join in hash file
Replies: 4
Views: 2244

In the contratint you have to write that wherever the HashFile(ColA) <> SeqFile(ColA). And u will get all the rows from Hash file which are not present in the Sequential File.
by anupam
Tue May 24, 2005 10:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting OLE error while designing Jobs
Replies: 3
Views: 1769

Reinstallation will most probably resolve the OLE errors. These errors are related with Client component and due to Windows Env.
by anupam
Tue May 24, 2005 9:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX Trainers in India
Replies: 7
Views: 3943

I know a trainer who can provide the training on PX.
So if it is of ur interest and you are ready to pay then please send me a pvt message mr.nchincholikar
by anupam
Tue May 24, 2005 9:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Job 222 Phantom 26691 (Characters not in NLS map)
Replies: 7
Views: 6599

Very Rightly said by Arun Verma.

It is better you remove all unwanted special characters using routine.
by anupam
Tue May 10, 2005 7:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX unable to find an Oracle Instance
Replies: 10
Views: 7835

when i am using ORACI9 stage in server job then i am able to read the source system, but when i am using PX then i am getting error.

Please suggest