Search found 42189 matches

by chulett
Fri Oct 18, 2013 7:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete and Insert in ODBC
Replies: 5
Views: 1224

I don't see you having any choice other than to "identify the deletes" and doing them beforehand, even if it is "costly". Join the source and target then runs the deletes, afterwards you can insert in peace.
by chulett
Thu Oct 17, 2013 4:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SSL connection in MQ with datastage
Replies: 6
Views: 6414

That would be a question for the original poster and unfortunately they haven't posted here for almost 4 years. If you are having a similar issue, suggest you start a new post with your details.
by chulett
Thu Oct 17, 2013 6:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: truncate table in unsuccessful load
Replies: 5
Views: 1969

Yes, truncate before loading but you can see from the proposed design that it would be run as a 'stand alone' job after the load failed to do one thing - truncate the table. So I figured before there would be ok and then the SQL could be something you know would have no impact, like perhaps a delete...
by chulett
Thu Oct 17, 2013 6:35 am
Forum: General
Topic: Running DS job command line with multi value file param set
Replies: 6
Views: 2747

Without the space between the dash and 'param' of course.
by chulett
Wed Oct 16, 2013 11:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: truncate table in unsuccessful load
Replies: 5
Views: 1969

From the Oracle Connector documentation: 3. To truncate a table at runtime, perform these steps: a. Set Table action to Truncate. b. Use one of these methods to specify the TRUNCATE TABLE statement: * Set Generate truncate table statement at runtime to Yes, and enter the name of the table to truncat...
by chulett
Wed Oct 16, 2013 4:45 pm
Forum: General
Topic: CreateUser and UpdateUser information
Replies: 5
Views: 1117

I suspected that might be the case but was hoping they could be more precise in their requirements statement.
by chulett
Wed Oct 16, 2013 10:39 am
Forum: General
Topic: CreateUser and UpdateUser information
Replies: 5
Views: 1117

What columns are you referring to? I don't mean their names but where they live, what table(s) they are associated with.
by chulett
Wed Oct 16, 2013 7:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: timestamp insert to Date datatype to oracle
Replies: 5
Views: 1592

How exactly are you verifying this? What does the insert SQL in the stage look like, does it include a TO_DATE function for this field?
by chulett
Tue Oct 15, 2013 8:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: timestamp insert to Date datatype to oracle
Replies: 5
Views: 1592

Declare the RATE_DATE column with a data type of Timestamp in the job.
by chulett
Tue Oct 15, 2013 3:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error message about field not found
Replies: 7
Views: 4456

:!: Start a new post with the details of your error, please.
by chulett
Tue Oct 15, 2013 11:24 am
Forum: General
Topic: Error handling in server routines
Replies: 8
Views: 1328

Basically, you need to decide what needs to happen when a 'failure' is detected. Do you pass back something as the 'Ans'wer that will indicate a problem that is then handled by the caller or will you abort the routine itself?
by chulett
Tue Oct 15, 2013 7:42 am
Forum: General
Topic: datastage jobs migration from 8.1 to 9.1
Replies: 15
Views: 20967

1. Export from 8.1
2. Import into 9.1

Are you sticking with this configuration? Doing all of your development in an older version and then running the new version only in Production? :?
by chulett
Tue Oct 15, 2013 7:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle connector Update then Insert mode not working for RCP
Replies: 8
Views: 9591

I'd involve your official support provider, if you haven't gone down that path already - see what words of wisdom they have on the subject.
by chulett
Tue Oct 15, 2013 7:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Poor performance - DS Marco in column derivation with Oracle
Replies: 1
Views: 1426

Not sure I consider that a 'workaround' but rather proper usage. :wink: :wink: Specifically for #1, put the macro in the Initial Value of the stage variable and then leave its derivation empty. It will only be evaluated once (the performance hit) when the job starts and then simply used for every ro...