Search found 42189 matches

by chulett
Tue Jan 10, 2006 8:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Validate XML against it's XSD
Replies: 6
Views: 1506

From what I recall, there is a Validate option in the stage somewhere. First question would be - do you have this enabled?
by chulett
Tue Jan 10, 2006 7:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Differences between DataStage 7.1 and DataStage 7.5.1
Replies: 3
Views: 1702

If you have access to ADN, it is posted there.
by chulett
Tue Jan 10, 2006 7:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS setting for Oracle with AL32UTF8
Replies: 7
Views: 4619

You really meant DUTCH_THE_NETHERLANDS.AL32UTF8 (no space) yes? Do you have NLS installed?
by chulett
Tue Jan 10, 2006 7:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Concatenation of Rows
Replies: 15
Views: 10198

D wrote:(Craig - don't go there!)

Doh! Cut off at the knees. Ok, not going there. :lol:
by chulett
Mon Jan 09, 2006 10:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CLOB datatype error
Replies: 11
Views: 3118

Another reason why I suggested you stick with an Array Size of 1. Some of the advise here can be tuned if you 'know' what the maximum size of the data is in the CLOB. For example, we've got one table with a CLOB field that holds wildy different data in the CLOB. For some datatypes, I know that size ...
by chulett
Mon Jan 09, 2006 3:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can datastage clients 5.2Ver & 7.5 Ver coexist?
Replies: 7
Views: 1482

Probably best to ask Ascential Support so you know for sure.
by chulett
Mon Jan 09, 2006 2:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSJ.STAGECPU
Replies: 6
Views: 1461

Good to know.
by chulett
Mon Jan 09, 2006 2:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSJ.STAGECPU
Replies: 6
Views: 1461

I think you've listed the problem in your post - you are calling a Server function.

Do any of these DSGet* functions work for PX jobs? :?
by chulett
Mon Jan 09, 2006 2:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can datastage clients 5.2Ver & 7.5 Ver coexist?
Replies: 7
Views: 1482

I don't see anything in the readme for the MCM that mentions a version restriction. I seem to recall using for 6.x and 7.x, pretty sure you'll be fine. Multi-Client Manager -------------------- A Windows Service is used by the MCM. This service needs to be run using a user account that is part of th...
by chulett
Mon Jan 09, 2006 1:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To extract the error messages from the log file.
Replies: 2
Views: 1091

You are mixing up your processes. DSGetLinkInfo doesn't get information from the job's log but rather from the job itself. It doesn't get all errors, just the last one. And, as you've noticed, it won't get the text of the message only the error number itself. Why not put a 'reject' link against the ...
by chulett
Mon Jan 09, 2006 8:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to initialize Direct Path context in Orabulk stage
Replies: 13
Views: 5407

Question - one of the prerequisites of using Automatic mode is the Oracle instance being loaded must reside on the same server as DataStage. Is that the case?
by chulett
Mon Jan 09, 2006 8:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CLOB datatype error
Replies: 11
Views: 3118

Did you try a LongVarChar (not a VarChar) of "20000+"? No TO_CHAR.
by chulett
Mon Jan 09, 2006 7:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to initialize Direct Path context in Orabulk stage
Replies: 13
Views: 5407

Exactly. Failing to find it there, it will attempt to find private or public synonyms.

Make sure you connect to the instance with the user that owns the table.
by chulett
Mon Jan 09, 2006 7:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UVOpen Unable to Open File Hash File Error
Replies: 12
Views: 3008

Well, I guess if it ain't Arnd helping out, it must be Ray. :wink:
by chulett
Sat Jan 07, 2006 9:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: $ENV on Windows
Replies: 4
Views: 992

I can't confirm anything, but you should state the exact 7.x version that you are running as that could make a difference in the answer.