Search found 230 matches

by naren6876
Tue Oct 17, 2006 7:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to view the Job Activity properties
Replies: 1
Views: 754

Unable to view the Job Activity properties

Hi,

After installing windows SP2 i'm not able to view the properties of any sequencer job activities.

any clue would be highly appreciated.

Thanks inadvance.
by naren6876
Thu Oct 12, 2006 12:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can't we set the limts on scheduled jobs?.
Replies: 1
Views: 961

Can't we set the limts on scheduled jobs?.

I have a scheduled sequence job which is aborted after 50 warnings eventhough I have set the limit as No Limit.

Can't we set the limts on scheduled jobs?.

Thanks in advance.
by naren6876
Thu Oct 12, 2006 10:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Restart Process
Replies: 4
Views: 1640

Restart Process

Hi,
One of my Sequence job is got aborted in the production. This is the main sequence job.How can i restart my main sequence job automatically.?

Thanks in advance.
by naren6876
Tue Oct 03, 2006 7:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unzip in unix
Replies: 12
Views: 5775

Is there another option for unzip to specify the target location? If not, change the command to cd pathname && unzip -o /TESTZIP/xyz.zip ... yes. I have other location to store the unzipped files.How can i do that?. How can i give morethan one parameter to Before/After subroutine?. Because ...
by naren6876
Mon Oct 02, 2006 3:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unzip in unix
Replies: 12
Views: 5775

ArndW wrote:DataStage jobs shell out with a current attach point / working directory of the project that the job runs in. Check there for the output file. ...
Hi,

How can i change the directory in the routine. so that it can place the file where the zip file is.

Thanks in advance.
by naren6876
Mon Oct 02, 2006 2:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unzip in unix
Replies: 12
Views: 5775

As Arnd suggested, add the Output variable to your error message like this Message = "Error when executing command: " : Command : Output and then see what exactly is causing the error. It will be easier to debug that way. Hi. when i use the option 'o' it ran ok. unzip -o /TESTZIP/xyz.zip ...
by naren6876
Mon Oct 02, 2006 1:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Removing the unprintable characters
Replies: 1
Views: 821

Removing the unprintable characters

Hi,

How can i remove the unprintable characters from the input string.?

Thanks in advance.
by naren6876
Mon Oct 02, 2006 12:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unzip in unix
Replies: 12
Views: 5775

Re: unzip in unix

Hi, Can you check with " SUBROUTINE unzip(InputArg,ErrorCode)" .In your code I do not see InputArg. I am not sure the error is because of this or for something.Post the error. SUBROUTINE unzip(InputArg,ErrorCode) Command = 'unzip /TESTZIP/xyz.zip' Call DSExecute("UNIX",Command,O...
by naren6876
Mon Oct 02, 2006 11:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unzip in unix
Replies: 12
Views: 5775

It would be very helpful if you could actually tell us what the error is. You should also include the contents of the variable Output in your error message. ... It doesn't say anything. But it always logs it as warning with the message Error when executing command: unzip /TESTZIP/xyz.zip. why it is...
by naren6876
Mon Oct 02, 2006 10:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unzip in unix
Replies: 12
Views: 5775

unzip in unix

Hi, I have written a Before/After Subroutine as below. And it is errored out. SUBROUTINE unzip(InputArg,ErrorCode) Command = 'unzip /TESTZIP/xyz.zip' Call DSExecute("UNIX",Command,Output,SystemReturnCode) If SystemReturnCode <> 0 Then Message = "Error when executing command: " : ...
by naren6876
Mon Jul 24, 2006 12:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unexpected Error
Replies: 4
Views: 1251

The compiled routine is requiring 3 arguments per the message. Check the routine and if necessary recompile it. See if the job complains again after you recompile the routine. If this is a standard before/after Routine there are only two arguments allowed, it it's a custom Universe function then mo...
by naren6876
Mon Jul 24, 2006 11:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unexpected Error
Replies: 4
Views: 1251

Unexpected Error

DataStage Job 508 Phantom 12192 Subroutine "DSU.ReadRecords" called with 2 arguments, 3 were expected" Program "DSU.ReadRecords": Line 13, Unable to load subroutine. Attempting to Cleanup after ABORT raised in stage COV..xfm_COV DataStage Phantom Aborting with @ABORT.CODE = ...
by naren6876
Tue Jun 27, 2006 8:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Last row in a Sequential file
Replies: 4
Views: 1440

Last row in a Sequential file

Hi all,

Is tehre anyway that i can find a last row number ina sequential file which can be used in constraint as @OUTROWNUM = Lastrownum?.


Any input would be highly appreciated.

Thanks in advance.
by naren6876
Tue May 02, 2006 3:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Storing a text file into ORACLE database
Replies: 2
Views: 1314

Storing a text file into ORACLE database

Hi all,

How can i load a text file into an ORACLE database as a column?

I would be grateful if anyone could shed some light on this.

Thanks in advance.
by naren6876
Wed Apr 19, 2006 12:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling Line Terminator's
Replies: 13
Views: 3638

Hi ray, It doesn't solve my problem. Is there any way to find out a file has Line Termination of UNIX style or DOS style or None.? I would be grateful if anyone could shed some light on this. Thanks in advance. Open the Columns grid, scroll right and find where you can set the "column contains ...