Search found 5168 matches

by kumar_s
Fri May 26, 2006 9:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What are the various parameters needed for ETL performance
Replies: 8
Views: 2960

Also check for APT_BUFFER_MAXIMUM_MEMORY, APT_BUFFER_FREE_RUN, Buffering policies, Database parameters.
by kumar_s
Fri May 26, 2006 9:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Client Connection Error.
Replies: 5
Views: 2622

Install NLS. It should be prompted during installing server.
by kumar_s
Fri May 26, 2006 9:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date format conversion
Replies: 4
Views: 957

It is marked duplicate in other post. Hence I belive Moderater can move this one to Parallel and can delete the other post.

Raji - Try StringToDate() function. What is you input stage. If is sequential file, read the input data field as varchar and use StirngToDate in the transformer.
by kumar_s
Fri May 26, 2006 9:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transaction log full.
Replies: 8
Views: 1711

Try the bulk load untility. Or try to commit after all the rows got loaded. Also check whether you have any dupicated in the loaded data.
by kumar_s
Fri May 26, 2006 9:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The section leader on bdwux407_udb1.service.com died
Replies: 4
Views: 1562

If number of process increased which may exceed the capacity of the section leader for that particular time to handle or may be even if communicaiton between the conductor and Section leader fails.
by kumar_s
Fri May 26, 2006 9:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel error while lookup
Replies: 3
Views: 1200

This error may occur randamly due to over load of the server. The job might be aborted at a peak load and when you rerun at a reduced load it might go through. Try to split the job with fewer lookup in a single job. If you have transformer and a heavy transformations try to split it. Also try to hav...
by kumar_s
Fri May 26, 2006 9:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file cf. data set
Replies: 4
Views: 1103

Dataset is stored in the native data type of Datastage. And hence it is more easily and effeciently read/written by datastage (and only by datastage.)
by kumar_s
Fri May 26, 2006 9:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: protecting the selected category of jobs inside the project
Replies: 8
Views: 2475

And this was the one among lot, written by Kim Duke. cd $DSHOME vi dsenv # add umask 007 vi sample/ds.rc # change umask to 007 chmod -R 777 catdir sql DS_LICENSE cd ../Projects chmod -R 4770 . chmod 4770 . cd NewProject chgrp -R dstage2 . vi .developer.adm .prodmgr.adm .operator.adm # add dstage2
by kumar_s
Fri May 26, 2006 9:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to save the Job
Replies: 8
Views: 2067

Will it allow you to create new job and save in a new name?
Do you have a backup of you project.
Try to do a restart of the server and do a REINDEX as suggested.
by kumar_s
Fri May 26, 2006 9:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Upgradation to 6.0
Replies: 16
Views: 3596

After - Recompile all the jobs.
by kumar_s
Fri May 26, 2006 9:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Routine
Replies: 6
Views: 2764

Are the two files in the same location?
Have you tried calling the two routines indivudually from datastage?
by kumar_s
Fri May 26, 2006 8:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Jobs Error
Replies: 3
Views: 1879

The same has been discussed several times.
May be you can avoid this warning by Clearing the partition in the previous stage output.
by kumar_s
Fri May 26, 2006 8:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: where is the PATH variable value will be set in DataStage
Replies: 10
Views: 4288

Yes, source the dsenv though .profile. But you can check the path being exported in the job log at the entry where Environtment Variable: is given. Will be at first few lines.
by kumar_s
Fri May 26, 2006 8:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: efforts estimation in datastage
Replies: 10
Views: 2686

Re: efforts estimation in datastage

ashwin141 wrote:Hi Deepak

We had created an Estimation Tool based on different parameters for Datastage Project Estimation. I can guide you about the parameters, but I am sorry the Tool can't be shared.

Regards
Ashwin

Instead you can discuss the core and concept on which your tool has been built.
by kumar_s
Fri May 26, 2006 8:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob command not working
Replies: 9
Views: 3044

DSParam and DSParam.keep are the files which hold the whole variables and its values. Which can be promoted to the new project for one. Do a search or FAQ forum for the same.