Search found 230 matches

by naren6876
Thu May 14, 2009 2:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling Surrogate key
Replies: 2
Views: 1620

Handling Surrogate key

Hi,

I have a requirement like .......

The target table is updated by multiple sources concurrently how do I make sure that they will have unique surrogate keys?

Any info would be appreciated.

Thanks in advance.
by naren6876
Thu Aug 28, 2008 10:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Enterprise databse stages are disabled
Replies: 1
Views: 988

Enterprise databse stages are disabled

HI,

If i select 'Enable remote execution of Parallel Jobs' in administrator all the Enterprise databse stages are disabled and corresponding jobs are not compiled. And able to compile Transformer stage jobs.

Please throw some light on this.

Thanks
by naren6876
Thu Aug 28, 2008 8:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: missing nutccg folder in MKSToolKit directory
Replies: 1
Views: 928

missing nutccg folder in MKSToolKit directory

Hi,
I have installed Datastage 7.5x2 onwindows XP.
The issue is transformer stage is not compiling at all.Then i checked my compiler path and nutccg folder is missing in MKStoolkit directory.

Do i need to reinstall the datastage?.

Any help would be appreciated.

Thanks in advance
by naren6876
Tue Aug 14, 2007 7:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job is not working properly
Replies: 3
Views: 1129

ArndW wrote:Please explain the differences in your job results. ...
There is no difference at all.Both of them are running against same database,same server andsame environment.

Job A pulls the data and Job B is not pulling any data.

thanks in advance.
by naren6876
Tue Aug 14, 2007 7:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job is not working properly
Replies: 3
Views: 1129

Job is not working properly

Hi All,

I have a job A which is working fine. And I have created copy of job A and renamed it as B.

Job B is not working as A.

What could be the reasons?.

Any input will be greatly appreciated.

Thanks in advance.
by naren6876
Thu Jun 28, 2007 7:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 date format
Replies: 12
Views: 3902

Can you please also output Len(Fmt(DSLink8.PROCESS_DT, "L####/##/##")) and Quote(Fmt(DSLink8.PROCESS_DT, "L####/##/##")) so we can be sure there are no non-printing characters? Although theoretic ... The output of Len(Fmt(DSLink8.PROCESS_DT, "L####/##/##")) = 10 Quote(...
by naren6876
Wed Jun 27, 2007 4:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 date format
Replies: 12
Views: 3902

ray.wurlod wrote:What is the value coming in from DSLink8.PROCESS_DT ?

Capture this using stage tracing or the Debugger or an extra output from the Transformer stage to a text file. ...
The value coming in that link is 20070627

Thanks in advance
by naren6876
Fri May 04, 2007 3:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Jobs
Replies: 1
Views: 927

Parallel Jobs

Hi All,

can we run parallel jobs on windows 2003 server?

Thanks in advance.
by naren6876
Sat Apr 28, 2007 8:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Certification
Replies: 3
Views: 1817

Certification

Hi,
If a question has 3 correct answers out of 4 chices.
what would hapen if i answer A nd B instead of A,B and C?

How do they treat it?

Thanks in advance.
by naren6876
Tue Apr 24, 2007 9:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Installation
Replies: 3
Views: 1101

Installation

Hi,

Can we use Windows 2003 server as client machine?.

I went thru the document and it doesn't anything about it.
Any input would be greatly appreciated.

Thnaks in advance.
by naren6876
Thu Apr 19, 2007 10:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Identifying conductor node
Replies: 1
Views: 907

Identifying conductor node

Hi, I have gone through some documentation and other available sources to learn about interpreting jobscores. I have a question like, can we identify a conductor node by looking at the job score?.If so ,How?. any clue pls. My guess is The first node which we can see in the job score. Please correct ...
by naren6876
Thu Mar 15, 2007 8:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Client side Plugin setup
Replies: 1
Views: 1062

Datastage Client side Plugin setup

Hi i am trying to install SAP Client s/w on windows XP. and I am getting following error. An Error occured during the move data process: -119 Component: ABAP GUI File Group: ABAPProgramDLLs File:C:\Program Files\Ascential\DataStage7.5\DSR3UI.dll Is there anything corrupted? Any suggestions pls. Than...
by naren6876
Wed Mar 14, 2007 10:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ABAP Extract GUI
Replies: 6
Views: 3457

vinaymanchinila wrote:No, I was using the one on the server, I guess I need ot install the custom GUI , will do it on Monday and let you know guys.
Thanks a bunch !
How to install Custom GUI on client machine?.
Where can I find that?.

Thanks in advance.
by naren6876
Tue Mar 13, 2007 1:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Batch script
Replies: 6
Views: 1524

If you are planning to run in parallel, you can remove the "-wait" option in the suggest command list. ... My requirement is First one should be finished before second one starts. That's why i put 'wait' option. am i in the right path?. and Myjob is not multi instance one. Thanks in advance
by naren6876
Mon Mar 12, 2007 10:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Batch script
Replies: 6
Views: 1524

Batch script

I would like to run the same job 5 times with different parameter values. I want to do this with a batch script. I want to write something like below. dsjob -run -wait -param ParamName=Value1 Myproject Myjob dsjob -run -wait -param ParamName=Value2 Myproject Myjob dsjob -run -wait -param ParamName=V...