Search found 52 matches

by SHARAD123
Tue Dec 24, 2013 5:53 am
Forum: General
Topic: Information Server Manager Error w/ Deploy Package From File
Replies: 4
Views: 3817

Re: Information Server Manager Error w/ Deploy Package From

Hi,

Is the package checked into subversion using Information server manager? Or the code is exported to particular path and checked into SVN?
by SHARAD123
Tue Dec 17, 2013 7:14 am
Forum: General
Topic: Deploying the code from SVN
Replies: 1
Views: 1205

Deploying the code from SVN

Hi Experts, I have a task of deploying the datastage code from SVN, for which I have integrated Manager and SVN and comitted my codes to SVN. But facing below issues: 1. After deploying the code from SVN to the same region, the jobs are in not compiled state. 2. The SVN repositoy structure is HostNa...
by SHARAD123
Thu Jul 15, 2010 7:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot open Execute Command Stage in sequencer
Replies: 5
Views: 2555

Cannot open Execute Command Stage in sequencer

Hi All, I cannot open any Execute Command stage in the sequencers. If i try opening the stage DS hangs. This has been happening for 2 days now. I have tried uninstalling and reinstalling the client, but it does not resolve the issue. Please guide me through this problem. Is there any patch for this?...
by SHARAD123
Wed Mar 03, 2010 9:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get the port number?
Replies: 1
Views: 1525

How to get the port number?

Hi All,

Where can one find the Port number of the datastage application that is installed on a server?

I am under the impression that the default port number is 31538. Is it the same for both Unix and Windows versions??


Thanks,
by SHARAD123
Thu Feb 25, 2010 11:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: scheduling details
Replies: 2
Views: 1759

scheduling details

Hi,

Is there a way to get the job names and their scheduling details for an entire project??

The jobs are scheduled to run from the datastage director itself.


Thanks,
Sharad
by SHARAD123
Thu Feb 11, 2010 10:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI8TO9.B
Replies: 1
Views: 1937

OCI8TO9.B

Hi All,

I have used the OCI8TO9.B for the conversion of the oracle stages from OCI 8 to OCI 9.

How is the conversion process happening? i.e.,what is the internal process involved in the conversion of the stages??


Thanks in advance
by SHARAD123
Mon Dec 21, 2009 9:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wait for File activites in Sequencer
Replies: 3
Views: 2186

Wait for File activites in Sequencer

Hi, I have a sequencer in which i wait for 19 files. Each file has its own set of jobs(multiple instance) to be triggered, independent of each other. The idea is that if file 1 arrives its set of jobs should be triggered irrespective of the presence of other files. But in my sequencer, even though f...
by SHARAD123
Tue Oct 20, 2009 12:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Execute Command Activity in Sequence Job -- return value
Replies: 8
Views: 12986

Hi,

Is the individual job completing successfully or finishing with a log in case of an error?

If the individual job exits with a log the job run status can be captured to identify the success of the script.
by SHARAD123
Fri Sep 11, 2009 2:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "DSP.ActiveRun": Line 51, Exception raised in GCI
Replies: 8
Views: 7355

Hi, The error is thrown up only in the aggregator stage. The extract happens from a DB thru OCI and then a look up of the data is done. The process data are passed to an aggregator after which we get the error. The job runs for an hour and a half and aborts in the aggregator stage. We do not have an...
by SHARAD123
Tue Sep 08, 2009 10:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "DSP.ActiveRun": Line 51, Exception raised in GCI
Replies: 8
Views: 7355

Hi All, I am stuck up with the same error. The log after resetting the job is, DataStage Job 297 Phantom 6020 Unhandled exception raised at address 0x1005AAD6 : Access violation Attempted to write to address 0x00000000 Aborting DataStage... Could someone tell me what could be the problem. The job de...
by SHARAD123
Fri Aug 07, 2009 12:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ora 00911
Replies: 25
Views: 16109

Hi,

Can you post in some more information of the error surrounding it?

This is could be a problem of the datatype from the source.
by SHARAD123
Thu Aug 06, 2009 9:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential Files : Null values are converted to symbol €
Replies: 7
Views: 10635

Hi,

I am not sure whether this will work out. Try converting the column using Iconv(col_name,"MCP"). This converts the non readable characters to "." a period.

EReplace to remove the "." period.

Regards,
Sharad
by SHARAD123
Tue Aug 04, 2009 5:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Command to reset Aborted job
Replies: 5
Views: 2905

Thanks Craig.

The DSPrepareJob function did work as it was required :) Thanks again
by SHARAD123
Sun Aug 02, 2009 10:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Command to reset Aborted job
Replies: 5
Views: 2905

Command to reset Aborted job

Hi All, Is there a command equivalent to the sequence trigger option "Reset if required then run"?? I tried using the DSJ.RUNRESET option in the DSRunJob function,but the job is reset even if the previous run is a success. As an interim solution, the job status is captured and based on the...
by SHARAD123
Sun Aug 02, 2009 9:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Improve performance
Replies: 20
Views: 9048

Hi Vishal, To make multiple rows to the hashed file use composite key. But if the requirement is to have duplicate data in the hash file (which I presume will not be the case) then hash file cannot be of use. Also in the previous posts, there is a mention of not using keys in the lookups. Wondering ...