Search found 42189 matches

by chulett
Tue Sep 05, 2017 12:47 pm
Forum: General
Topic: DataStage objects got disappeared from designer
Replies: 20
Views: 6423

You recover from backup... you are backing your projects up, yes?
by chulett
Tue Sep 05, 2017 10:45 am
Forum: General
Topic: DataStage objects got disappeared from designer
Replies: 20
Views: 6423

So this went from an "only me" issue to everyone having the problem? If so that completely changes what kind of advice you'll get. Let us know if your 'alternate VPN connection' solves anything for you...
by chulett
Mon Sep 04, 2017 8:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove ASCII Code 160 in transformer
Replies: 8
Views: 4476

I think you meant "except here in Ray Wurlod's brain" :wink:
by chulett
Fri Sep 01, 2017 1:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML stage error
Replies: 4
Views: 2397

In your shoes I wouldn't make any assumptions about what the error means. If no-one comes around that has actually dealt with this "InvalidPropertiesFormatException" before then I would suggest you involve you official support provider. Or do that while you wait. :wink:
by chulett
Thu Aug 31, 2017 8:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove ASCII Code 160 in transformer
Replies: 8
Views: 4476

Use the CHAR() function to represent it, if that's the decimal value then CHAR(160) should do the trick. Then use either Convert() or EReplace() to remove it by replacing it with nothing, typically quote quote, i.e. an empty string: ''
by chulett
Thu Aug 31, 2017 6:39 am
Forum: General
Topic: Ascential DataStage Multiple Security Issues
Replies: 4
Views: 2097

ps. I deleted the completely off-topic second advertising post in the TX forum.
by chulett
Thu Aug 31, 2017 5:59 am
Forum: General
Topic: Ascential DataStage Multiple Security Issues
Replies: 4
Views: 2097

Okay. :?

Hasn't been "Ascential" DataStage in a long time, never mind the fact that your posts just seem like a mechanism to advertise... something. I removed your URL as that's not why we're here.
by chulett
Thu Aug 31, 2017 5:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid characters by using CLOB
Replies: 2
Views: 2272

Guess so.

Perhaps this Technote might help with your block size issue. I'm also curious if you only include 1 CLOB field rather than 2, does it then work? And I also seem to remember something about it needing to be the last column in the list...
by chulett
Wed Aug 30, 2017 3:27 pm
Forum: General
Topic: Calling the same job multiple times in parallel
Replies: 8
Views: 3568

Well... hopefully all figured out by now. :wink:

My previous attempts to help were all predicated on the assumption that, as stated by the OP, the Invocation IDs were all in fact unique.
by chulett
Wed Aug 30, 2017 1:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: YTD BASED ON THE MONTH NUMBER
Replies: 7
Views: 3658

Hmmm... okay, if you say so. I found what seemed to be a number of valid answers, even if some of them were for SQL Server. At its core, SQL is SQL in spite of Oracle's sometimes unique take on the subject, so they can apply to Oracle as much as any other SQL-based solution. You might want to explai...
by chulett
Wed Aug 30, 2017 10:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: YTD BASED ON THE MONTH NUMBER
Replies: 7
Views: 3658

I'd suggest you put something like "Oracle sql ytd" into your googler of choice and go through the various discussions online. You are not the first person to wonder how to do this in SQL. :wink:
by chulett
Tue Aug 29, 2017 3:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence number using Surrogate Key in transformer
Replies: 6
Views: 4024

It's not a random number. If your requirement does not allow any gaps in the sequence number then you cannot leverage anything related to Surrogate Keys for this as they will have numbering gaps as 'missing' or skipped keys are a normal part of surrogates. Now, there may be a way to get it to do tha...
by chulett
Mon Aug 28, 2017 8:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex Flat File trimming trailing blanks
Replies: 3
Views: 1814

Just make sure you are trimming into a "varchar" rather than a character field.
by chulett
Mon Aug 28, 2017 4:00 pm
Forum: General
Topic: DataStage objects got disappeared from designer
Replies: 20
Views: 6423

Assuming that it used to work fine before whatever happened happened, I would suggest you either open a support case to see if they can help you out or go through a reinstall of the client.
by chulett
Mon Aug 28, 2017 3:24 pm
Forum: General
Topic: DataStage objects got disappeared from designer
Replies: 20
Views: 6423

Did you try anything in the interim, rebooting perhaps?