Search found 42189 matches

by chulett
Sat Oct 15, 2011 8:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading special characters in to SQL server
Replies: 11
Views: 6208

Usually, any tool (like Toad) should have the ability to display that. Worst case, ask your DBA. No clue about SQL Server but for Oracle:

Code: Select all

select * from nls_database_parameters where parameter like 'NLS_CHAR%'
by chulett
Sat Oct 15, 2011 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading special characters in to SQL server
Replies: 11
Views: 6208

Do you know what the code page / characterset of your source & target databases are?
by chulett
Fri Oct 14, 2011 9:19 pm
Forum: General
Topic: Who's going to 2011 IOD in Vegas?
Replies: 9
Views: 1610

Golly... first.

Much as I'd like to see peoples, I'm not going to be there. :(
by chulett
Fri Oct 14, 2011 5:57 pm
Forum: General
Topic: custom generate job report
Replies: 3
Views: 1166

Have no way to check but (from what I recall) there should also be an associated style sheet that it uses to generate the report and that can be modified as well.
by chulett
Fri Oct 14, 2011 9:25 am
Forum: General
Topic: Unable to Import DSX from 8.0 to 7.5
Replies: 9
Views: 3867

Note that I didn't say it couldn't be done, just that it was 'invalid' and that nothing was broken as in needing to be fixed. Sure there are workarounds like editing the version number but there's no guarantee that even if you can get it imported that it will actually work. And don't expect support ...
by chulett
Fri Oct 14, 2011 8:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: remove unprintable characters (hex ’00’)
Replies: 8
Views: 4924

By now you should know that CHAR fields are always padded to their full size and the environment variable that controls that is APT_STRING_PADCHAR. By default it is set to '0x00' (aka hex zeroes or low-values) which is what you are currently seeing. Add $APT_STRING_PADCHAR to your job and change it ...
by chulett
Fri Oct 14, 2011 6:58 am
Forum: General
Topic: Unable to Import DSX from 8.0 to 7.5
Replies: 9
Views: 3867

There's nothing to fix here, you are attempting something invalid as there's no backwards compatability - especially from 8 to 7.
by chulett
Fri Oct 14, 2011 6:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hash file in multiple locations?
Replies: 2
Views: 1131

Re: hash file in multiple locations?

My developers want to have one hash file that would be located in two separate directories. I'd be curious eactly what this means. The distributed hashed file that Ray mentioned would mean there would be two "halves" of the hashed file in existence but it would still be accessed as if it ...
by chulett
Fri Oct 14, 2011 6:48 am
Forum: General
Topic: List of DS command
Replies: 4
Views: 1853

Hmmm... that's just the external API - dsjob.
by chulett
Thu Oct 13, 2011 9:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: remove unprintable characters (hex ’00’)
Replies: 8
Views: 4924

Is this perchance... in a CHAR field?
by chulett
Thu Oct 13, 2011 9:25 pm
Forum: General
Topic: Schedue job without using Scheduler
Replies: 9
Views: 3196

Re: Schedue job without using Scheduler

rajadommeti wrote:There will be a job (job_for_ever) running 365 days, every day at 7 AM it has to call another job ( Datastage_WS_job)
This 'forever job' sounds suspiciously like cron to me.
by chulett
Thu Oct 13, 2011 1:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Link Ordering
Replies: 7
Views: 4016

Wait... the parallel transformer doesn't support the concept of link ordering? :?
by chulett
Thu Oct 13, 2011 11:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with Date Conversion
Replies: 10
Views: 3801

I was wondering if that was the only difference... not sure how useful that turns out to be as I don't recall ever seeing a date with internal spaces like that. [shrug]

Ah well, at least now we know.