Search found 28 matches

by Ananda
Wed Nov 23, 2005 5:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Attach datetime to file after succesful completion of job
Replies: 6
Views: 3084

Thanks a ton jenkinsrob and all,

The issue is now resolved

regards
Anand
by Ananda
Wed Nov 23, 2005 10:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Attach datetime to file after succesful completion of job
Replies: 6
Views: 3084

There is no script that needs to be involved. This is because in our current deisgn of the project there are no unix scripts. I need to handle this with the DataStage job itself.. And since I am using the "mv" command to move the file in the job properties I need to devise how to pass the ...
by Ananda
Wed Nov 23, 2005 2:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Attach datetime to file after succesful completion of job
Replies: 6
Views: 3084

hi, I have a set of input files with data that needs to be moved into a Teradata table after regular intervals of time. All the input files before getting processed will be moved to the same file path and will be having the same file name. Once the data from a file is moved into the table, the file ...
by Ananda
Wed Nov 23, 2005 1:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Attach datetime to file after succesful completion of job
Replies: 6
Views: 3084

Attach datetime to file after succesful completion of job

hi, I have a parallel job. Input is a file stage and the data is populated into a table through Teradata stage. I need to take a backup of the files processed with a timestamp attached to it at runtime after successful completion of the job without hardcoding the timestamp in Job porperties. Is ther...
by Ananda
Fri Sep 30, 2005 12:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to delete job categories
Replies: 3
Views: 1345

Need to delete job categories

Hi,


I am deleting few DataStage jobs, but for some reason only the jobs are getting deleted except for the job categories.
Is it possible that the job categories get locked.

Let me know if there is any pointer to unlock and delete the job categories.

Thanks and regards
Anand
by Ananda
Wed Sep 07, 2005 1:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server Shared Container and Parallel Shared Container
Replies: 1
Views: 1243

Server Shared Container and Parallel Shared Container

Hi, I need some information regarding Server Shared Container and Parallel Shared Container. 1) What is the difference between these two shared containers. 2) What are the advantages of using Server Shared Container in a parallel DS job. Any specific reason why Server Shared Container is used in a p...
by Ananda
Wed Sep 07, 2005 1:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server Shared Container in a Parallel job
Replies: 1
Views: 1068

Server Shared Container in a Parallel job

Hi, I have been trying to use a Server Shared Container in a Parallel job, but I am getting the following error. TDTTStandardtcC24,0: Operator terminated abnormally: received signal SIGSEGV [processmgr/rtpexecutil.C:161] Within the shared container in my sample job, I am trying to move data to a seq...
by Ananda
Mon Jun 20, 2005 12:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Shared container
Replies: 4
Views: 1426

MAP TO CONTAINER LINK:

Right click on the Shared Container and go to Properties.
In the Inputs tab select the link under Link mapping.

Note: This link is the same as the link to the common job component made available throughout the project.

This should solve the problem.
by Ananda
Sat Apr 23, 2005 4:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to remove control characters from source data
Replies: 2
Views: 1653

How to remove control characters from source data

I could replace the control characters present in my input file with a space, except for the Line Feed control character (^J). In my input sequential file I had incorporated a Line Feed character in the first column. But the job got aborted with the following log: controlcharacter..Sequential_File_0...
by Ananda
Sun Mar 27, 2005 8:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to remove control characters from source data
Replies: 2
Views: 1653

How to remove control characters from source data

Hi, I am running a DataStage Server job, it is failing at the record where there are control characters. Earlier when I figured out the Line Feed control characters I used Exchange Function in Transformer Stage and could resolve the problem by replacing it with a space. Exchange(InputData,'Oa','20')...
by Ananda
Fri Nov 26, 2004 3:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Req for list of possible values and descrip for Job codes
Replies: 7
Views: 6180

Req for list of possible values and descrip for Job codes

Hi All, I am running a shell script to run the DataStage jobs. My jobs are failing and returning Datastage Job status codes as 255,121,141. I have this list of possible values for jobstatus. Can anyone add more values of Job Status codes alongwith their description. Equ DSJS.RUNNING To 0 ;* This is ...
by Ananda
Tue Sep 21, 2004 5:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to use XMLInput and XMLOutput Stage in DataStage PX 7.0
Replies: 1
Views: 1490

How to use XMLInput and XMLOutput Stage in DataStage PX 7.0

hi,

Can you please explain how to use the XMLInput and XMLOutput Stage in DataStage PX 7.0

I have tried using them with the help provided by DataStage "Help", but still I am finding error.

Please let me know the procedure to use the same.

Thanks

regards
anand
by Ananda
Mon Sep 20, 2004 3:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use of XML Input Stage and XML Output Stage
Replies: 0
Views: 1639

Use of XML Input Stage and XML Output Stage

Hi, I am trying to extract data from a XML page in XMLInputStage, transform the data in a transformer and then store it in a sequential file. At present working on DataStage PX 7.0. I am using XML Input Stage where I am including namespaces from XML and including XSLT sheet. But I am facing this err...