Search found 42189 matches

by chulett
Mon Jul 27, 2015 1:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ignore columns from a sequential file
Replies: 15
Views: 8308

You didn't try the Server stage? It would not require any modifications when / if the file changes.
by chulett
Mon Jul 27, 2015 1:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output Stage
Replies: 7
Views: 5876

Ok.... we're using the xmlOutput Stage here, so xsd's aren't employed, so we can take that one off the table for now. I realize they're out of a job directly in the stage itself but you could use the xsd to generate / save the output metadata and then import those XPath Expressions into the stage.....
by chulett
Mon Jul 27, 2015 6:53 am
Forum: General
Topic: Datastage serives down and port issue 8881
Replies: 8
Views: 2667

Have you tried searching? Found several references to that message including this one. Could be the same person that is deleting projects.
by chulett
Mon Jul 27, 2015 6:50 am
Forum: General
Topic: XSD in datastage
Replies: 3
Views: 1545

Re: XSD in datastage

vinu1103sharma wrote:What are the way to create XSD in datastage or other tool?
As noted - DataStage? No. Other tool? Yes, of course.

Why did you feel the need to post this exact same question again? :?
by chulett
Mon Jul 27, 2015 6:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling Writing to SQL Server columns prefixed with numbers
Replies: 6
Views: 4685

Re: Handling Writing to SQL Server columns prefixed with num

ecclesr wrote:database columns that are prefixed with number
In my experience, this generally falls into the Bad Idea camp - even when allowed. Right up there with spaces in the name or names that start with a space or underscore. :wink:
by chulett
Sat Jul 25, 2015 7:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to create database connection in Oracle connect
Replies: 9
Views: 6379

Or the Department of Redundancy Department. :wink:
by chulett
Fri Jul 24, 2015 9:12 am
Forum: IBM QualityStage
Topic: NLS Map for Special Characters
Replies: 9
Views: 7416

Can you not ask whomever created the file for you what encoding it is using?
by chulett
Fri Jul 24, 2015 7:19 am
Forum: General
Topic: Infosphere grid on VM -
Replies: 2
Views: 1216

Sounds like an IBM / Official Support Provide question to me...
by chulett
Fri Jul 24, 2015 7:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to create database connection in Oracle connect
Replies: 9
Views: 6379

If my tnsnames.ora file is not correct the i can't connect in ODBC stage also. Not true... ODBC uses the .odbc.ini config file. Fix your tnsnames.ora file accordingly. From what I recall it uses the config file to point to the tns entry to use, if one is using the thick drivers. Thin... not so much...
by chulett
Fri Jul 24, 2015 7:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to create database connection in Oracle connect
Replies: 9
Views: 6379

Oh, we understand. :wink: It's all about the tnsnames.ora file as the errors note, there's no "server side Oracle setting" other than that. And ODBC may be working because you are using the thin client. [shrug] I think you have a DNS or /etc/hosts issue since "all you did" was re...
by chulett
Fri Jul 24, 2015 7:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output Stage
Replies: 7
Views: 5876

Never mind the fact that whomever that XML file is destined for should have provided one. Generating one from XML can be a little... hit and miss. And understand that I'm not saying it is a requirement to solve your problem, it was just a simple question as it can help with getting the proper metada...
by chulett
Thu Jul 23, 2015 5:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output Stage
Replies: 7
Views: 5876

Do you have an xsd for this file?
by chulett
Wed Jul 22, 2015 9:17 pm
Forum: General
Topic: MultiInstance Sequncer failing with Error code 255
Replies: 19
Views: 5042

Any chance of when two invocations of the job go after the same "security file" at the same time, one would block the other?
by chulett
Wed Jul 22, 2015 1:43 pm
Forum: General
Topic: MultiInstance Sequncer failing with Error code 255
Replies: 19
Views: 5042

:? Your post noted that it failed, not that it failed to run. They are not the same thing, hence my questions. So... which way did it go? 1. The Sequence job starts and fails to to start something inside it, which fails the Sequence? 2. The Sequence job starts and runs something inside it, which fai...