Search found 42189 matches

by chulett
Sun Jul 03, 2016 6:48 am
Forum: General
Topic: Scheduled DataStage job on Windows server does not run
Replies: 10
Views: 3543

Obviously should be something that works just fine, probably just some silly thing you are missing. Did you involve your official support provider? I'm sure they would love to get it straighten out for you. :wink:
by chulett
Fri Jul 01, 2016 2:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to generate file in UTF-8 format
Replies: 7
Views: 4435

That mirrors my experience.
by chulett
Fri Jul 01, 2016 1:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: timestamp format
Replies: 11
Views: 5698

Well... if one of your fields in the target file needs a timestamp in a "different" format, AFAIK you'll need to define it as a string and build it out in that format. You may have a way to override the format as an advanced property of the field itself, others would have to confirm / deny...
by chulett
Fri Jul 01, 2016 1:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to generate file in UTF-8 format
Replies: 7
Views: 4435

Yes but isn't there some sort of a magic (maybe 4 byte) header on UTF-8 files? I recently had an issue where a particular set of files would come in either format and my tool when set to UTF-8 could read either without issue but when set to US-ASCII would barf on a UTF-8 file, adding some "garb...
by chulett
Fri Jul 01, 2016 12:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Control Code Characterset Issue
Replies: 20
Views: 16618

How about in a hex dump format? od -h should shed more light on this, I would think.
by chulett
Fri Jul 01, 2016 11:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: timestamp format
Replies: 11
Views: 5698

There is no "expected format"... a timestamp is a timestamp and only has an external format when you put it into a string. That's why the StringToTimestamp function wants to know what the string looks like but doesn't ask you what you want the timestamp to look like. Does that make sense? ...
by chulett
Thu Jun 30, 2016 1:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Control Code Characterset Issue
Replies: 20
Views: 16618

Craig, actually... not Chuck. :wink: I'm wondering what character encoding the file is being created with and if, perhaps, you've gone from single-byte to a multi-byte one. ISO 8859-1 is 8-bit single-byte coded graphic character set so guessing that's not the issue. Have you compared the two files, ...
by chulett
Thu Jun 30, 2016 12:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Control Code Characterset Issue
Replies: 20
Views: 16618

Without looking at the code itself, the first thing that comes to mind when someone says "the output file size is getting increased by 2.5 times" that there is a codepage / characterset issue. Can you confirm / deny that?
by chulett
Thu Jun 30, 2016 6:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: After SQL - Refresh View Failing
Replies: 4
Views: 2708

I would check with your DBA to make sure your executing user has the correct grants to call that package. And that the syntax is correct, I believe you need to supply a "METHOD" and you may want to use TRUE rather than true, depending on settings in the database. AFAIK, you can't call an a...
by chulett
Wed Jun 29, 2016 9:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference Between Oracle Connector and DRS Connector Stage
Replies: 3
Views: 2576

I've never seen a use for it, being (IIRC) principally designed as a marketing counter for the same ability in <cough> some other tool. The "dynamic" part would allow you to switch databases under the covers without much work in the jobs themselves other than to change the setting that con...
by chulett
Wed Jun 29, 2016 9:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF stage and sample data
Replies: 4
Views: 2667

COBOL PICTURE clauses aren't all that mysterious but you should probably ask for sample / test data to be delivered since it will typically come in EBCDIC rather than ASCII so not all that simple to generate. However, with nothing packed / comp you could get away with straight-up ASCII samples for ...
by chulett
Wed Jun 29, 2016 7:17 am
Forum: General
Topic: command to create package/ add items to package
Replies: 5
Views: 3047

Okay... still just guessing from reading the docs but perhaps you can use whatever process "defines" the package to add more components to it? You must first define the package in the InfoSphere Information Server Manager, including specifying the assets that it contains and the build and ...
by chulett
Wed Jun 29, 2016 7:01 am
Forum: General
Topic: command to create package/ add items to package
Replies: 5
Views: 3047

Look to me like you would use the -updatearchive or -up option.
by chulett
Tue Jun 28, 2016 4:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference Between Oracle Connector and DRS Connector Stage
Replies: 3
Views: 2576

It's a native Oracle stage rather than a "Dynamic" one that could be set to Oracle. Now, I don't know how the DRS works under the covers so it may very well work exactly the same as the Oracle Connector when set to Oracle.

Anyone know?
by chulett
Tue Jun 28, 2016 4:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sort Stage Error
Replies: 3
Views: 4292

Just a guess but try supplying an actual directory for the 'Temporary Directory', one it could use as scratch space.