Search found 42189 matches

by chulett
Mon Apr 22, 2013 4:27 pm
Forum: General
Topic: where is the link count stored
Replies: 13
Views: 2597

... and is listed in one of the manuals.
by chulett
Mon Apr 22, 2013 10:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Upsert Statement
Replies: 5
Views: 1999

I am assuming they are saying they want to bind all of the columns in the stage to the insert DML but only a few to the update DML. From what I recall that wouldn't fly in the older Oracle stages as they want all columns bound all the time. ODBC didn't care but native OCI did.
by chulett
Mon Apr 22, 2013 10:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to read oracle BLOB payload
Replies: 16
Views: 29356

How about sharing your error?
by chulett
Mon Apr 22, 2013 9:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UserId and password in .odbc.ini
Replies: 3
Views: 1301

Re: UserId and password in .odbc.ini

zulfi123786 wrote:are these overriden by values provided in the ODBC stage when it actually connects?
Yes.
by chulett
Mon Apr 22, 2013 9:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Slow performance after migration to SQL Server 2008
Replies: 7
Views: 3567

Thanks... you might also want to edit your 'from' database. :wink:
by chulett
Mon Apr 22, 2013 8:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Slow performance after migration to SQL Server 2008
Replies: 7
Views: 3567

:?: You posted in the Server forum and marked your job type as Parallel. Which is it?
by chulett
Mon Apr 22, 2013 7:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to use Copy stage Force property
Replies: 14
Views: 7252

Simple enough to test that yourself and see.
by chulett
Mon Apr 22, 2013 7:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Range Lookup Error
Replies: 2
Views: 1492

I for one have no clue. However... is your C++ version actually "too recent"? In the last month have you involved your official support provider?
by chulett
Mon Apr 22, 2013 7:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Upsert Statement
Replies: 5
Views: 1999

Re: Upsert Statement

bala_135 wrote:My approach:I am changing the write mode from insert to upsert in my oracle connector stage .Writing an update query that will only update the audit columns as to updating all the columns.
Is this even valid? In older Oracle stages it would not be, hence my question about the Connector.
by chulett
Mon Apr 22, 2013 7:05 am
Forum: General
Topic: Routine output as parameter
Replies: 4
Views: 1325

Open the parameter helper in the Job Activity stage for that field, one of the options it will show you is the output from the Routine Activity stage.
by chulett
Mon Apr 22, 2013 7:00 am
Forum: General
Topic: Move Files from Host server source to Host server Target
Replies: 2
Views: 1329

Why are you piping "mv" and "sftp" together? The former won't move anything between servers and the latter needs more information to work. Use "mv" if you just need to move it to a new directory on the same server, use "sftp" to move it to another server.
by chulett
Mon Apr 22, 2013 6:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Connection to Ms Access
Replies: 6
Views: 2353

With no Access installed this would have never worked. Did you ever do the google search I suggested?
by chulett
Mon Apr 22, 2013 6:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help working with XML file.
Replies: 23
Views: 5356

Not sure what you downloaded but it wasn't trang-20030619.zip which is all you need... and it contains a local copy of the HTML manual.
by chulett
Mon Apr 22, 2013 6:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file error
Replies: 4
Views: 1619

15 fields? With only five commas in what you posted? Color me confused. :?
by chulett
Sat Apr 20, 2013 1:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Input Stage - help
Replies: 19
Views: 5086

OK. :?

What's next? Will you be posting one that does relate? If not, I'm just going to stick my "use a lookup" response from earlier.