Search found 102 matches

by rohitagarwal15
Fri Nov 07, 2014 4:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error: Unable to start ORCHESTRATE job: APT_PMwaitForP
Replies: 11
Views: 8793

As you say you are getting this problem randomly, is there any specific job where you are getting this error?
What is the job design? Are you fetching record from some database or writing to some database?
what will load on Datastage server when you are facing this issue?
by rohitagarwal15
Mon Jul 28, 2014 3:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parallel job failing
Replies: 3
Views: 3045

what is your job design?
Are you using some row generator or some such type of stage?
by rohitagarwal15
Wed Jul 09, 2014 12:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question on Orchadmin usage
Replies: 3
Views: 2971

Re: Question on Orchadmin usage

Typically orchadmin command cannot be used from client machine but do you mean to say that your requirement is to convert datasets into text files? If this is case, then you can create a job to read dataset using dataset stage and write it to text file using sequential file stage.
by rohitagarwal15
Wed Jul 09, 2014 12:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to Load the data into table
Replies: 3
Views: 3663

Please paste complete error message what you are getting.
by rohitagarwal15
Wed Jul 02, 2014 3:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job got aborted due to failure during the execution of logic
Replies: 6
Views: 4074

1) After how many rows job is getting aborted ?
2) Are you able to view the data in dataset ?
3) Is there any trnasformation logic written inside transformer for any column ?
4) Is the timestamp column you are referrring was getting passed as senull() is the key column in table ?
by rohitagarwal15
Tue May 06, 2014 4:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: odbc stage update table issue
Replies: 3
Views: 2595

Re: odbc stage update table issue

What is the source for this date data ? is it coming from some database or you reading it from some file ??
what is your target database for loading the data ??
by rohitagarwal15
Wed Mar 12, 2014 5:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset Read is slow
Replies: 17
Views: 13630

Is this Dataset problem is with this particular Dataset or is this is for all other Datasets too ?
If this is the problem for all the datasets then probably you can check with your storage or unix team about the mount points on which datasets description file is getting created.
by rohitagarwal15
Wed Mar 12, 2014 4:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Aborts-Failure during the execution of operator logic
Replies: 3
Views: 2943

Did you check the target table key columns? Is there any issue with DB side or some problem on target table?
Try to use sequential file in target and check whether job is running or not.
by rohitagarwal15
Tue Oct 08, 2013 8:34 am
Forum: General
Topic: Datastage project got deleted.
Replies: 3
Views: 1960

Datastage project got deleted.

Hi All, Some two days back one of my datastage project got deleted and i don't have any idea how it got deleted as no one has issued the command to delete it. One of my colleague was trying to delete some other project through DstageWrapper.sh script and after some 4 hours when one of our job got ab...
by rohitagarwal15
Wed Sep 25, 2013 5:04 am
Forum: General
Topic: DataStage BackUp process
Replies: 11
Views: 10421

Re: DataStage BackUp process

Try using "dscc.exe" command. You can find it where your Datastage clients are instlaled, location like "C:\IBM\InformationServer\Clients\Classic"
by rohitagarwal15
Mon Sep 23, 2013 1:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Message Handler is not supressing the warning
Replies: 5
Views: 3417

Do we need to recompile the job after adding the message handler ?
by rohitagarwal15
Mon Sep 16, 2013 6:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage job gets into hung state. (Parallel job initiated)
Replies: 4
Views: 3359

Thanks for the reply. Please find below details as requested. 1) There is no grid server. This is standalone server. 2) In job log only 4 entries are coming for that run - User defined variables, Adding message handler, environment variable adding and last it shows Parallel job initiated and then if...
by rohitagarwal15
Mon Sep 16, 2013 1:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage job gets into hung state. (Parallel job initiated)
Replies: 4
Views: 3359

Datastage job gets into hung state. (Parallel job initiated)

Hi All, I am facing a strange problem in some of my jobs. Sometimes whenever i trigger my DataStage job it shows as running in the director logs and on OS side too but when you see the detail logs then you will find it is hung. I tried restarting my DataStage services but still same issue is coming ...
by rohitagarwal15
Wed Sep 04, 2013 2:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job giving error while using NLS character set.
Replies: 5
Views: 5508

After making above settings the data loaded is in gebberish format but when the same data i took into the oracle output stage it is loaded correctly. Only giving improper result in XML output stage.
by rohitagarwal15
Thu Aug 29, 2013 12:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job giving error while using NLS character set.
Replies: 5
Views: 5508

I changed the below NLS parameter and then my job runs fine. Now need to check whether data loaded is correctly or not.
NLS_CHARACTERSET - AL32UTF8
NLS_LANG - AMERICAN_AMERICA.AL32UTF8