Search found 78 matches

by Rubu
Mon Apr 28, 2008 7:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: routines compile
Replies: 2
Views: 1847

If you have written the routine and saved it as .c or .cpp file you can compile using following process. Pick APT_COMPILER variable and APT_COMPILEROPT variable values from administrator. For me (linux system) these are g++ and -O -fPIC -Wno-deprecated -c . Now construct the syntax in the following ...
by Rubu
Tue Apr 15, 2008 6:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading mutiple files using the same job
Replies: 8
Views: 2734

Hi tsktsk123 I believe handling multiple files in same job will not be a good idea if you are maintaining process control metadata for processed file status. The solution will depend on the method of scheduling the jobs. 1. If you are scheduling through some scheduling tools(like control-M), Event b...
by Rubu
Tue Apr 15, 2008 12:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Applying Loop in Datastage
Replies: 12
Views: 5538

I agree with BugFree. why would one want to add overload by creating a job for such a task.

BTW, just curious, why do you actually need to do such a thing?
by Rubu
Tue Apr 15, 2008 12:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Applying Loop in Datastage
Replies: 12
Views: 5538

I agree with BugFree. why would one want to add overload by creating a job for such a task.

BTW, just curious, why do you actually need to do such a thing?
by Rubu
Mon Apr 14, 2008 12:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fixedwidth file logic
Replies: 4
Views: 1239

Another way of achieving it may be... SQLSTG---->TX---->Target STG 1)Read all the rows as variable string 2)Keep the previous detail(of block 3) in stage variables 3)Append Necessary detail from Block 4 to the previous detail. 4) Put constraint as Block=4 in TX. This should work only for Sequential ...
by Rubu
Thu Apr 10, 2008 10:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple Delimiters and Pivot
Replies: 4
Views: 2498

Even though you are not the premium member you got all the information needed here. Ray: Open the file before you start the loop and don't forget to close the file (which releases the lock that OpenSeq sets) after the loop and before returning But, taking a premium membersip will be a better Idea as...
by Rubu
Tue Apr 08, 2008 8:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling Basic Routine in Parallel Job
Replies: 7
Views: 3478

I guess, correct me if I am wrong, a Basic Transformer can only be used in SMP servers.
by Rubu
Wed Oct 03, 2007 8:59 pm
Forum: IBM<sup>®</sup> DataStage TX
Topic: Jobs Getting Failed Due to Lack of Sessions
Replies: 4
Views: 3931

1. No These are PX jobs designed to load data. Teradata does have a restriction of around 15 sessions at a time, but since the jobs are running through a Grid, expectation was, if requirement crosses 15 the jobs remain in queue-- does not fail. There are no Sequence job and jobs are being configured...
by Rubu
Wed Oct 03, 2007 7:49 pm
Forum: IBM<sup>®</sup> DataStage TX
Topic: Jobs Getting Failed Due to Lack of Sessions
Replies: 4
Views: 3931

Jobs Getting Failed Due to Lack of Sessions

Hi All We have developed around 400+ jobs and trying to schedule them using CONTROL-M. Almost every next job is using at least 1 Teradata EE stage and requesting for multiple FEXPORT or FLOAD session from Teradata. Hundreds of jobs are getting triggered at the same time and failing due to non availa...
by Rubu
Tue Aug 21, 2007 1:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Weired Join Stage problem.
Replies: 15
Views: 6276

Right! I agree to Josh. Even I could not really recreate the problem. Whereas I got the following warning which may put some light in understanding why its happening. When checking operator: When binding output schema variable "leftRec": When binding output interface field "id1" ...
by Rubu
Sun Aug 19, 2007 9:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Automation of RUNNUMBER (BATCH ID)
Replies: 2
Views: 1568

Hello Ravi Could you please provide some more detail about your requirement? What exactly is " using a fild based method "? Do you want to include BATCH number as a field in this file or as a part if the file name? There may be various ways of achieving it depending on your exact requireme...
by Rubu
Thu Nov 23, 2006 1:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: EM_NETCONN(207): Network Error
Replies: 0
Views: 2220

EM_NETCONN(207): Network Error

Hi We have recieved the following error while we tried running jobs with Teradata API stage(TD_XYY). This is happening for all the jobs. TD_XYY,0: Fatal Error: Fatal: MTDP: EM_NETCONN(207): Error in doing a network connect. node_node1a: Player 4 terminated unexpectedly. Could you throw some light on...
by Rubu
Tue Oct 04, 2005 8:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: JOb getting aborted due to dsintbuf_getrow()
Replies: 1
Views: 804

JOb getting aborted due to dsintbuf_getrow()

Hi, In my Job i am Using IPC. When we are running the job manually it is running fine. Through the sequEnce it is sometimes aborting. The Log file shows : Item #: 60 Event ID: 59 Timestamp: 2005-10-05 10:20:46 Type: Fatal User Name: grefadm Message: job_city_new_35..IP_02.IP_04: dsintbuf_getrow() - ...
by Rubu
Tue Oct 04, 2005 3:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Process running in background for DataStage
Replies: 1
Views: 2011

Process running in background for DataStage

I have a process "ds cs " which is running in UNIX.
Is this part of Datastage Process. Please let me know what it is used for , if it is a datastage process.

Thanks
Rubu
by Rubu
Thu Sep 22, 2005 1:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Auto Purge is disable still logs are getting deleted
Replies: 3
Views: 1869

HI , There is no routine/After job for running the clear.file. There is no Manual interference in the proejct. There are around 50 instances of a Job in a sequence . When the job reaches ,say, when it is running 35th Instance in the sequence the the log of the 1st Instance gets deleted. Secondly , i...