Search found 42189 matches

by chulett
Tue Mar 27, 2007 6:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: EXEPTION HANDLER and CHECKPOINTS on sequences
Replies: 5
Views: 987

Re: EXEPTION HANDLER and CHECKPOINTS on sequences

Besides the fact that you have two "JOB3" stages, the last one needs an OK trigger if you want it to be checkpointed properly

Code: Select all

JOB1 ------\
            \
JOB2 --------> SEQUENCER --------> JOB3 ----> SEQUENCER
            /
JOB3 ------/

      EXEPTION_HANDLER --------> NOTIFICATION_ACTIVITY
by chulett
Tue Mar 27, 2007 12:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trying to find the Performance PRoblem...
Replies: 11
Views: 6025

It "comes out like that" because for some reason you have enabled (checked) the Disable BBCode in this post option.

Click on the Edit your post option, uncheck 'Disable BBCode' and all will be well. Or at least weller. :wink:
by chulett
Tue Mar 27, 2007 11:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DRS Stage Problem
Replies: 8
Views: 1559

You might want to give this a shot, it sometimes works when a 'normal' reinstall doesn't. Uninstall DataStage. Remove any directory remnants from your hard drive. Use 'regedit' (if you are comfortable with it) to remove all traces of any Ascential registry entries. Reboot. Then lastly reinstall.
by chulett
Tue Mar 27, 2007 9:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datatype warnings from oracle!
Replies: 13
Views: 4772

The job has no idea you are CASTing the data in the query. Fix the metadata in the stage instead. You are allowed to change it when appropriate, ya know.
by chulett
Tue Mar 27, 2007 7:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: bulk load-automatic?
Replies: 7
Views: 1986

What version of Oracle are you targeting? I'm surprised you got the Oracle 7 Load to work unless you have a 7 client installed, as I was under the impression that was a prerequisite. The Oracle OCI Load stage in 'Automatic' mode should be able to load data into Oracle as fast as you can supply it. W...
by chulett
Tue Mar 27, 2007 7:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use a $PATH UNIX directory in a server job
Replies: 5
Views: 1266

brunix wrote:I think too to use a Project level parameter, but I haven't permission to define it.

You mean you're not allowed to? Since you have a logon to the project, you can log into the Administrator and define a User Defined environment variable in your project. It doesn't take an admin to do that. :?
by chulett
Tue Mar 27, 2007 7:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting -11103 while running DS job
Replies: 4
Views: 947

Re: Getting -11103 while running DS job

SQLBindCol: Failed to bind result set column 'o_st_uid' for SQL statement: SELECT o_st_eid from o_st where o_st_uid = ?. This implies you used user defined sql for some reason and did not match the columns defined in the stage to it. My first piece of advice would be to allow the stage to generate ...
by chulett
Mon Mar 26, 2007 11:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DRS Stage not returning DBMS Code
Replies: 5
Views: 1558

I already explained how you can find out what information you can capture in the DRS stage. If that's not sufficient to your needs, then other approaches need to be considered. Sometimes the detailed information you are seeking is only available in the job's log after the job completes. This means b...
by chulett
Mon Mar 26, 2007 11:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pivot stage Group column. what is it for?
Replies: 2
Views: 956

Re: Pivot stage Group column. what is it for?

Greetings! And welcome. :D 1) What is the group column used for? when should it be used? One of the wonders of using a common 'widget' - not all columns are used in all circumstances. In this particular stage, that column has no function. 2) Is the 'Key' column the actual determiner of which columns...
by chulett
Mon Mar 26, 2007 11:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DRS Stage not returning DBMS Code
Replies: 5
Views: 1558

Define 'appropriate'. Do you plan on doing something different in your job (other than simply reject errors) based on the type of error? Typically, you would endevour to craft your job such that the errors you listed would never happen. I personally would consider any of these errors 'fatal' and req...
by chulett
Mon Mar 26, 2007 10:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DRS Stage not returning DBMS Code
Replies: 5
Views: 1558

Unfortunately, not all stages return all possible return variables.

:idea: If you've already found the DRS stage doesn't return values that you need, don't use it. If you are using ODBC and it works, why 'require' the use of the DRS stage? Push back.
by chulett
Mon Mar 26, 2007 8:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to reject the rows that not in the parent table???
Replies: 22
Views: 5555

With the ODBC you won't be able to use the NOTFOUND link variable. You typically give a constraint expression if you want a 'logical' reject - meaning, you want to avoid sending a row to the target that you know will cause a problem. A 'physical' reject doesn't need a constraint as it can catch reco...
by chulett
Mon Mar 26, 2007 6:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DRS Stage Problem
Replies: 8
Views: 1559

First thing I'd try is a complete re-install of your client. Throw in the cdrom and install right over the top of everything that's already there.
by chulett
Mon Mar 26, 2007 5:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to reject the rows that not in the parent table???
Replies: 22
Views: 5555

ravibabu wrote:Can you use MERGE or JOIN stage .That can be helpful to you.

Not in a Server job.
by chulett
Mon Mar 26, 2007 5:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DRS Stage Problem
Replies: 8
Views: 1559

Does this happen just for you (on your PC) or does everyone have the issue?