Search found 39 matches

by ram1899
Mon Feb 20, 2006 1:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error When Comiling the Job Sequencer
Replies: 6
Views: 2486

Error When Comiling the Job Sequencer

Hi All I'm getting this error when compiling the Job Sequencer <JobSeqGenError> <Code>2017</Code> <Desc>XML parser error on input line 0: source='', reason='The system cannot locate the resource specified. '</Desc> <LineNum>0</LineNum> <Line></Line> <Ref></Ref> <Version>7.1.0.8</Version> </JobSeqGen...
by ram1899
Wed Jun 15, 2005 7:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: trying to access the DataStage Repository
Replies: 5
Views: 1754

kduke wrote:I told you.

Thank you Ray & Kim

I told my client to get MetaStage ( Reason they gave me that is doesn't support Oracle 10X )
I will tell then that we have to leave with this

Thank you & Have Great Day
by ram1899
Tue Jun 14, 2005 1:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: trying to access the DataStage Repository
Replies: 5
Views: 1754

trying to access the DataStage Repository

I'm trying to access the DataStage Repository to create a Job for Metadata Reporting Purpose and also Auditing ( SOX implementation) I'm trying to access DS_Jobs, DS_Audit ... Etc hash files for DS repository. I want to understand the structure of this files i.e. how many columns are in each Hash fi...
by ram1899
Tue May 31, 2005 10:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Constraint based laoding
Replies: 4
Views: 1433

Re: Constraint based laoding

srekant Create a Job Sequencer Job to load you tables in Sequential mode In the sequencer Call all you Primary Key tables loading Jobs first and followed by Foreign key tables, when triggering the Foreign tables load Job trigger them only when Primary Key load Jobs run Succesfully ( i.e OK trigger) ...
by ram1899
Fri May 27, 2005 12:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sequencer
Replies: 2
Views: 684

Re: sequencer

Abhi Check point work this as you told if 15th Job failed and if you have changed the 15th Job and recompiled it then you are changing the state of the ( Status of the Job from Abort to Compiled) when you restart seq it the previous run say the check point is active and step 15 failed and it will tr...
by ram1899
Thu May 26, 2005 11:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: question about qualitystage
Replies: 6
Views: 2199

Ray Youy are correct it is very good tool when we need to standardizing and cleaning the data Mukund was telling that he can do the same in 1/2 day ( If you have Good Knowledge of QS you can do the Same in 1/2 day ) As his file are having same Meta Data if he developes the QS jobs for one file it wi...
by ram1899
Thu May 26, 2005 11:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: I want toconvert Nondelimited date to DS internal Format
Replies: 10
Views: 3531

Re: I want toconvert Nondelimited date to DS internal Format

what - Arnd suggested will work I have done the same in my project getting data from MainFrame

Thank you
by ram1899
Thu May 26, 2005 10:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to generate surroagte key for incremental load
Replies: 11
Views: 4733

Re: how to generate surroagte key for incremental load

harithay Is what is column name into which you are inserting the Surrogate Key I don't see that column name in the Update Sql or I'm I missing somthing Please update If I'm not worng what you are trying to do is in Update you are not taking the Surrogate Key Column as it is the Unique Key you are gn...
by ram1899
Thu May 26, 2005 7:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to generate surroagte key for incremental load
Replies: 11
Views: 4733

Re: how to generate surroagte key for incremental load

harithay Your design should look like this Target Table --->Hash File --------Ref Link For TransformStage1 Input File -----> Stream Link for TransformStage1 Out Put Link1 from TransformStage1 Target Table (Update) Out Put Link1 from TransformStage1 Target Table (Insert) This can be changed the is ba...
by ram1899
Thu May 26, 2005 6:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: question about qualitystage
Replies: 6
Views: 2199

Fine do it in DataStage ( Save some money for your client ) if DS is going to Do what you want then take out QS don't bring it in and there is will be other headaches as you need to Calll this QS Jobs ( QS Scripts from in DS Sequncer so the it runs before running the your DS Job) Mukund if you can d...
by ram1899
Wed May 25, 2005 10:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: question about qualitystage
Replies: 6
Views: 2199

Re: question about qualitystage

Mukund; Quality stage is whole diffrent from Enterprise Edition and Job you need to develope in in Quality stage Env In Quality Stage you have four steps to do Investigate Standardize Match Survive If you are saying biffrent business rule for diffrent seq file than I think you need diffrent Jobs for...
by ram1899
Wed May 25, 2005 10:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Renaming file in Unix at the end of a job sequence?
Replies: 5
Views: 2702

Re: Renaming file in Unix at the end of a job sequence?

Create a sh script and call it as after Job routine please check box after Job Run Sucessfully Bu doing this it will only run if the run sucessfully I create a flat file in one of my job sequences. I'd like to archive it with a date and timestamp at the end of my job sequence. Any elegant/simple way...
by ram1899
Mon May 23, 2005 1:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to generate a calendar Year Using DataStage
Replies: 12
Views: 9106

Shantanu -- You are correct

You got me on this and I agree I did a small mistake in my logic Thanks for Enlighting me Have good one Ram, You can just have one output link, without any input link. Trick: 1. Column value should be hardcoded, or derived the way its done my example in this post. 2. Have at least one stage variable...
by ram1899
Mon May 23, 2005 8:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to generate a calendar Year Using DataStage
Replies: 12
Views: 9106

Don't we need an input and output links when using the Trans

Hi Guys, I'm bit confused seeing all your solutions for this. When using a transformer stage we need and input link and output link. The no of rows sent through output link depends on the no of rows coming from input. If you don't have the Input from transformer then you will not be able to send any...
by ram1899
Fri May 13, 2005 9:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX Trainers in India
Replies: 7
Views: 3976

Re: PX Trainers in India

Pay me 5Lakhs for Month I will do I batch :D
nchincholikar wrote:Hi everybody,

Can anybody help knowing PX trainer in India.


Regards,
Narendra