Search found 42189 matches

by chulett
Fri Nov 14, 2014 1:32 pm
Forum: General
Topic: DS_AUDIT query fails due to read-only status?
Replies: 2
Views: 1141

Just guessing here but maybe it only needs to 'compile' it once? Meaning, unprotect the project or open up the permissions then run the query and finally set things back locked up tight. Then try it again as well.

Or just wait for someone like Ray to come along with the real answer. :wink:
by chulett
Fri Nov 14, 2014 11:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error in building output schema
Replies: 3
Views: 2758

Re: Fatal Error in building output schema

kumar66 wrote:from DataSetDef provided by connector: In field "CC_13_____": Parsing parameters "0" for schema type "string": Length must be positive, got: "0".
Have you looked into this?
by chulett
Fri Nov 14, 2014 8:22 am
Forum: General
Topic: Switching Data Centers - Challenges
Replies: 9
Views: 2688

What about the IP address? I thought that if that changed it could be a problem as it is embedded in the product in several places... I think.
by chulett
Fri Nov 14, 2014 8:16 am
Forum: General
Topic: istool: help with import error
Replies: 5
Views: 2488

Yeah chulett.. I too thought so,, so i have created my own post. Can you point out as what wrong i have done. That's just it, you didn't create your own post but replied to the old one you found. Next time please use Post new topic to start a new discussion. Use Reply to topic to add to the current...
by chulett
Fri Nov 14, 2014 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: US7ASCII TO AR8ISO8859P6 Arabic character conversion issue
Replies: 3
Views: 2791

As noted, you have something to clear up. Your source, if it is truly US7ASCII, cannot contain Arabic characters. Double-check what it actually is.
by chulett
Fri Nov 14, 2014 8:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS8.7:Need info about DATASET
Replies: 3
Views: 2780

That kind of scenario would require a named pipe rather than an intermediate dataset.

I'm also curious why you marked your version as 11 and then put 8.7 in the subject.
by chulett
Fri Nov 14, 2014 1:36 am
Forum: General
Topic: istool: help with import error
Replies: 5
Views: 2488

Let's get you into your own post rather than piling on the end of one from 2009... done.
by chulett
Thu Nov 13, 2014 11:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File Split logic
Replies: 8
Views: 4623

theone - always best to explain your requirements in words, posting only input and output examples means we have to puzzle out what it is you need and leads to confusion and incorrect solutions. Or far too much back and forth. Start us off on the right foot. Oftentimes the simply act of spelling it...
by chulett
Thu Nov 13, 2014 11:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset : size of data file change after orchadmin cp
Replies: 11
Views: 7097

It certainly could I would imagine... did you change it with your server migration?
by chulett
Thu Nov 13, 2014 8:10 am
Forum: General
Topic: How to pass multiples file names from table to variable?
Replies: 9
Views: 2595

1. You create a routine that returns a delimited list of the filenames to process and you call that routine in the User Variables stage. Then you use that variable in the Start Loop stage as the 'list of things to loop through'. 2. Server jobs support USERSTATUS which is a 'communication' area much ...
by chulett
Thu Nov 13, 2014 8:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to suppress zero for decimal field in RCP enabled jobs
Replies: 9
Views: 6414

As Ray noted, not if you insist on using RCP throughout. That's the nature of the beast.
by chulett
Thu Nov 13, 2014 7:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset : size of data file change after orchadmin cp
Replies: 11
Views: 7097

That's a good thing. In fact, all of this is a good thing... are you thinking there's a problem of some kind? :?
by chulett
Wed Nov 12, 2014 11:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Call https:// from server job
Replies: 7
Views: 3843

It comes with full documentation and is probably online as well. The bigger question is can you or someone at your site code up the Java needed to source from a URL? The 'pack' just allows you to integrate that into a job.
by chulett
Wed Nov 12, 2014 10:51 pm
Forum: General
Topic: Dynamic dates as parameters in batches
Replies: 10
Views: 5213

Ray had a nice set of "date math" routines he used to give away on his old site but I don't see them on his new one. Ray, do you still have a link to that dsx around? I'm assuming it would be helpful here.