Search found 42189 matches

by chulett
Tue May 10, 2016 6:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with Timezone in flat files
Replies: 6
Views: 2827

Ah... RCP. That would have been good information to include in your first post.
by chulett
Tue May 10, 2016 6:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CPU and APT file
Replies: 5
Views: 1575

Node != CPU. The former is a logical concept, the latter a physical object. The O/S decides how many actual CPUs to use, not you and not DataStage.
by chulett
Mon May 09, 2016 1:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Special Character NEL as a character in a column
Replies: 3
Views: 1955

That sounds like a variation on the dreaded "double convert" that we've documented here in the past and you could search for, should you so desire.
by chulett
Mon May 09, 2016 11:45 am
Forum: General
Topic: Assign parameter obtained through web service
Replies: 6
Views: 2230

Sounds like a parameter set with value files to me. If you are the one calling the web service, seems like you could direct the output there...
by chulett
Mon May 09, 2016 8:08 am
Forum: General
Topic: DSX file triples after minor change in DataStage Designer
Replies: 7
Views: 2676

Interesting. However, as noted, it should be pretty straight-forward to open the two files and compare them to find where the bloat is coming from. They are just text files after all, so any editor that can handle large files would do the trick. We use UltraEdit / UltraCompare for things of this nat...
by chulett
Mon May 09, 2016 7:02 am
Forum: General
Topic: Add annotation to job
Replies: 4
Views: 1789

I for one would never use an annotation to "cover" any other stage. Not sure what others do but we used them on the canvas somewhat sparingly and more for high level topics regarding the job. For something like what you want to do, 'understand the usage of a transformer', IMHO that should ...
by chulett
Mon May 09, 2016 6:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Duplicate Surrogate Key
Replies: 3
Views: 1535

I'm going to guess it's a DataStage issue somehow as, to the best of my knowledge and experience, an Oracle sequence is not capable of issuing any kind of duplicate value. Not that Oracle ever has any bugs, of course. :wink:

In your shoes I'd start with your official support provider.
by chulett
Mon May 09, 2016 6:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with Timezone in flat files
Replies: 6
Views: 2827

Why not just target a string in the flat file?
by chulett
Fri May 06, 2016 6:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Excel column with long integers getting converted to float
Replies: 1
Views: 1339

That's not float, that is scientific notation and you can thank Excel for that. I imagine you'll have to disable that in the spreadsheet itself.
by chulett
Thu May 05, 2016 11:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Get SQL State of DB connector
Replies: 5
Views: 5917

Re: Get SQL State of DB connector

Welcome. Because DataStage does not recognize an error, when no updates were made, I can't react properly to the SQL operation. For my own edification, not knowing DB2, does the database itself consider an update of zero records an error? I ask because Oracle doesn't, i.e. it will happily and succes...
by chulett
Thu May 05, 2016 1:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error handling in a CDC job
Replies: 3
Views: 2309

I don't think your issue with answers is the "CDC Parallel job" part, it's the "always running job" part that complicates things. I wonder if this would fair better over in the SOA/RTI forum?
by chulett
Thu May 05, 2016 1:45 pm
Forum: General
Topic: dsjob -ljobs
Replies: 4
Views: 3294

So it sounds like you'll need to take the list of jobs and iterate through that, running each through dsjob -jobinfo and then parsing that output.
by chulett
Thu May 05, 2016 6:52 am
Forum: General
Topic: Why ETL is hard
Replies: 13
Views: 5973

I think a lot of bad habits are made when learning Informatica first. From what I can tell Informatica cannot survive without staging tables. They also tend to use SQL for joins and transforming. These developers are afraid of nulls so they scrub them out in SQL. Very poor. Hey, I resemble that rem...
by chulett
Thu May 05, 2016 6:30 am
Forum: General
Topic: dsjob -ljobs
Replies: 4
Views: 3294

He already did. Post an example of the output in 8.1 of -ljobs without the status option. Doesn't have to be the whole thing, just a nice little sample will do.
by chulett
Thu May 05, 2016 6:25 am
Forum: General
Topic: DSSendEmail in Before/After SubRoutine
Replies: 1
Views: 1547

Open the routine to see the source and all will be revealed. I'm assuming the 'DSSendMailTester' routine is still shipped with the product, that would show it as well.