Search found 42189 matches

by chulett
Thu Dec 20, 2012 9:11 am
Forum: General
Topic: ERROR: Failed to open project
Replies: 6
Views: 1879

So, go back and edit your first post. Correct the code you posted so it matches reality.
by chulett
Thu Dec 20, 2012 9:08 am
Forum: General
Topic: Unable to Create File using echo command in Server Routine
Replies: 1
Views: 1320

First suggestion, add some 'breadcrumbs' so you know what's going on inside the routine. Use DSLogInfo to push both the 'ToCmd' and the 'output' from the call into the logs as a starting point. Also seems to me there should be more to the error message than what was posted, is that all that was logg...
by chulett
Thu Dec 20, 2012 8:22 am
Forum: General
Topic: Transformer Compile Error Visual C++ 2008 Express Edition
Replies: 9
Views: 5365

So this IBM Rep installed the compiler for you but never actually tested it to make sure it was working properly with DataStage? :roll:

Someone else will have to answer your question, I didn't have any luck this morning trying to track down that information on IBM's site. [sigh]
by chulett
Thu Dec 20, 2012 8:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal error while using Oracle connector for deletes.
Replies: 8
Views: 4119

Are you current on your fixpacks? Have you opened a case with your official support provider yet?
by chulett
Thu Dec 20, 2012 8:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle connector stage Pre-SQL execution anomaly
Replies: 2
Views: 1626

Re: Oracle connector stage Pre-SQL execution anomaly

My idea was, only when the data is ready to be processed by the connector stage, the pre-sql statement will be executed before any row is processed by the connector stage , and not as part of any other stage that lies before of the connector stage, within the job. And for the record, what you found...
by chulett
Thu Dec 20, 2012 8:08 am
Forum: General
Topic: Transformer Compile Error Visual C++ 2008 Express Edition
Replies: 9
Views: 5365

First suggestion would be to ensure you are using a compiler version that is officially supported by both your platform and version.
by chulett
Thu Dec 20, 2012 8:03 am
Forum: General
Topic: ERROR: Failed to open project
Replies: 6
Views: 1879

Was wondering if "It's something new" means this used to work and stopped but I doubt it. I don't see any mention of the project name.
by chulett
Wed Dec 19, 2012 12:56 pm
Forum: General
Topic: Limit number of jobs to run parallel
Replies: 5
Views: 1199

ray.wurlod wrote:This functionality is available in version 9.1, in the form of Workload Management Queues.
Interesting... any details out there on exactly how that will work?
by chulett
Wed Dec 19, 2012 12:27 pm
Forum: General
Topic: Limit number of jobs to run parallel
Replies: 5
Views: 1199

No such parameter exists. You need to limit their execution. If you are using Sequence jobs as job control then that means redesigning them in some fashion.
by chulett
Wed Dec 19, 2012 12:23 pm
Forum: Site/Forum
Topic: It's back!
Replies: 1
Views: 4197

It's back!

So... what happened?
by chulett
Tue Dec 18, 2012 11:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML out file format issue
Replies: 3
Views: 1636

If I remove the "Generate Formatted Output" check box, entire record is displaying in single line. As it should. XML does not need any special formatting, it's just "noise" to the parser as Ernie noted. Open it up in your browser or something that understands XML if you want to ...
by chulett
Tue Dec 18, 2012 9:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issues with MODIFY STAGE
Replies: 1
Views: 814

Can't really help but wanted to say thanks! for actually practicing what I've been preaching - start your own topic and link back to any you need to reference.

:D
by chulett
Tue Dec 18, 2012 9:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored procedure on Sybase ASE
Replies: 3
Views: 1315

Andy said to use 'Target' if it only takes input. That's clearly not the case for you. Even though it is being used as a source, have you tried setting the type to Transform?
by chulett
Mon Dec 17, 2012 7:27 pm
Forum: General
Topic: MQ Support
Replies: 10
Views: 3197

The plug-in is there for backwards compatability. Use the connector.
by chulett
Mon Dec 17, 2012 11:12 am
Forum: General
Topic: Problem with DataStage logs and how to clear them
Replies: 6
Views: 2631

That depends entirely on where your logs are stored, which is dependant on the RT v. OR logging as noted here amongst other posts. Assuming you have "RT" logging enabled, then you need to determine the job number associated with the job in question and you can then issue a CLEAR.FILE for t...