Search found 133 matches

by rajeev_prabhuat
Wed Dec 29, 2004 9:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Basic Routine
Replies: 5
Views: 1070

Hi Ray and T42, Thanks you for your advice. Regards, Rajeev Prabhu Rule #1 that many... MANY people do not follow in software development: Communicate with your customer. Whether your customer are your own management team, or some clients, you must insist on ensuring that you and they are on the sam...
by rajeev_prabhuat
Wed Dec 29, 2004 5:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The connection is Broken (81002)
Replies: 4
Views: 4608

The connection is Broken (81002)

Hi, I wan connecte to Manager for a while and i left it as is and i was working on Datastage Designer after some time say 15 mts i treid to open the Manager then i got an error saying that Error Calling Subroutine: Datastage.DSR.ADMIN(Action = 3);Check up the Datastage is setup correctly in the Proj...
by rajeev_prabhuat
Mon Dec 27, 2004 3:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Basic Routine
Replies: 5
Views: 1070

Hi Ray, Thank you, Ray it worked with out JOB.STARTED.NO itself, i tried it with the jobstarttimestamp and jobendtimestamp, it gives be only the last run status. As you told that i am doing too much, but what to it is the client requirment and we have to provide it anyhow, so have to do it. :) Now i...
by rajeev_prabhuat
Mon Dec 27, 2004 12:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Basic Routine
Replies: 5
Views: 1070

Basic Routine

Hi, I have writing a routine to get the log summary to a text file and i am getting the data into the text file also, but when i get the data for a date range i am getting the data for the complete day and that is huge. I want the data for last run and for this i am sending the starttimestamp and en...
by rajeev_prabhuat
Thu Dec 23, 2004 9:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequncer Execution
Replies: 4
Views: 1543

Sequncer Execution

Hi, We performed a sequencer test. He has used Jobs 0, 1 and 2 to run simultaneously, converging into a sequencer followed by Job 7. He has set the sequence in "Any" mode. What he has observed is that as soon as the first job is completed, the sequencer is initiated which in turn ran Job 7...
by rajeev_prabhuat
Thu Dec 23, 2004 9:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use of DSSendMail in Transformer
Replies: 2
Views: 1748

HI CHULLET, It is not like that Chullet, first i had to send a mail for jobs which were sucess, failure and jobs which were aborted, that is why i was trying to make it row by row. But what i latter decided is that instead of making it row by row why not do it after job routine by combining all the ...
by rajeev_prabhuat
Thu Dec 23, 2004 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use of DSSendMail in Transformer
Replies: 2
Views: 1748

Use of DSSendMail in Transformer

Hi,

Once i create template in the Unix server how can i use this DSSendmail Routine in a transfomer.

Regards,
Rajeev Prabhu
by rajeev_prabhuat
Thu Dec 23, 2004 4:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSSendMail Template
Replies: 1
Views: 1445

DSSendMail Template

Hi,

I want to send a mail using DSSendmail Routine in Unix. Before that i have to configure the sendmail template in the project directory of the
Unix box. Can you please help me configuring the template :P .


Regards,
Rajeev
by rajeev_prabhuat
Wed Dec 22, 2004 11:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update Environment variable run time
Replies: 11
Views: 8608

Update Environment variable run time

Hi, I have a senario like this, i am having an environment variable (Global Variable) say a, i have intial value say "A", during run time and based on some condition i want to change the value of the environment variable, i did this but the environment variable is not changing. Based on th...
by rajeev_prabhuat
Tue Dec 21, 2004 2:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read text files from a folder
Replies: 7
Views: 4185

Hi Ray, That is fine in Parallel there is no folder stage, i am not complainting that there is no folder stage in server jobs. You mean to say that Sequential stage acts as Folder stage in Parallel Jobs. Regards, Rajeev Prabhu You've posted in the Parallel Extender forum. The Parallel Sequential Fil...
by rajeev_prabhuat
Tue Dec 21, 2004 1:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Simple Tranformer/Basic Transformer
Replies: 5
Views: 2658

Hi Richard, Ok, Richard i agree on that. But i have a doubt then. I am using the same Basic Transformer and i am trying to do an lookup on a Transfrmer, which already does an one to one mapping, but when i try to put a link from a hash file to the transformer it is showing that target can have only ...
by rajeev_prabhuat
Mon Dec 20, 2004 10:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Simple Tranformer/Basic Transformer
Replies: 5
Views: 2658

Simple Tranformer/Basic Transformer

Hi, We installed the DS Enterprise Edition for Unix and we installed Client in our machines after installaion our connectivity to the DS server was fine. But in the Pallet, in the processing i am not able to see both the Transformers, i come to see only Basic Transformer but in help i come to see tw...
by rajeev_prabhuat
Mon Dec 20, 2004 10:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read text files from a folder
Replies: 7
Views: 4185

Read text files from a folder

Hi, I have to read multiple text files from a folder and do the processing with the data present in it, in Server jobs we have folder stage. In Parallel, do we have any stages equivalent to it. If not what is the other option for me to read each file from the folder and process data. Regards, Rajeev...
by rajeev_prabhuat
Fri Dec 17, 2004 3:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Log files of a Datastage Job
Replies: 21
Views: 34356

Hi io I got the routine to execute, and it is giving me the result in the Result tab, but i want it to write it into a text file, how can i do that in the same code. Regards, Rajeev Prabhu In that case try replacing DSJ.LOGINFO (which returns only informational messages) with DSJ.LOGWARNING (which r...
by rajeev_prabhuat
Thu Dec 16, 2004 10:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Log files of a Datastage Job
Replies: 21
Views: 34356

Hi Ray i got it, now i have to filter from that data only the needed information. Thank you very much. Regards, Rajeev Prabhu In that case try replacing DSJ.LOGINFO (which returns only informational messages) with DSJ.LOGWARNING (which returns only warning messages) in your DSGetLogSummary call. You...