Search found 42189 matches

by chulett
Thu Apr 07, 2011 9:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Restoring entry in VOC
Replies: 5
Views: 3050

Best to start from the Project directory itself and issue the 'dssh' from there (bonus - no LOGTO needed), otherwise make sure you say 'NO' when it asks you to setup the bin directory for DataStage access.
by chulett
Thu Apr 07, 2011 7:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSR.ADMIN error
Replies: 8
Views: 3637

The variable shouldn't matter... sounds like you could have a permissions problem. Check the DSParams file in the project.
by chulett
Thu Apr 07, 2011 7:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DRS stage:Inserted value too large for column ,row rejected
Replies: 4
Views: 3337

And it could simply be actual data that is too large when compared to the target field, something that isn't enforced until it goes to the database. Is your message from DataStage or from the target database? The former means the job noticed the data was larger than the metadata and didn't even send...
by chulett
Thu Apr 07, 2011 7:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To read Lotus notes email attachment as input
Replies: 6
Views: 1891

Well, to be fair I did say 'get you started' rather than solve your problem. :wink:

Have you posed this question to your official support provider? See what suggestions they have?
by chulett
Thu Apr 07, 2011 7:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-03113: end-of-file on communication channel
Replies: 12
Views: 11910

I don't see any need to replace stages. If you can't get any joy from your DBAs and your network people (you have involved them as well, yes?) then get your official support provider involved.
by chulett
Thu Apr 07, 2011 7:02 am
Forum: General
Topic: Datastage 7.5.1A Migration From Solaris to AIX
Replies: 39
Views: 16310

No, if you only run Server jobs you'll be fine without one.
by chulett
Thu Apr 07, 2011 6:54 am
Forum: General
Topic: Datastage 7.5.1A Migration From Solaris to AIX
Replies: 39
Views: 16310

It won't. You'll need to check if the AIX server has a supported C++ compiler on it and if not, purchase one.
by chulett
Thu Apr 07, 2011 6:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Restoring entry in VOC
Replies: 5
Views: 3050

Sure seems like you did. I know there's a way to copy that verb back into this project from another but don't know the syntax off the top of my head and don't have any DataStage access. Someone will be along and supply it, I would imagine... that and help correct your hashed VOC delete issue.
by chulett
Thu Apr 07, 2011 6:46 am
Forum: General
Topic: write to a file based on job status
Replies: 8
Views: 2928

So... are we resolved?
by chulett
Thu Apr 07, 2011 6:45 am
Forum: General
Topic: passing i/p argument to DSExecute in Before Job Routine
Replies: 4
Views: 1971

Or alternately:

Code: Select all

UnxCmd="opt/BIM/SCRIPT/TUS_count.sh " : #ShellParameter#
Where the value of the parameter is "/opt/BI".
by chulett
Wed Apr 06, 2011 8:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To read Lotus notes email attachment as input
Replies: 6
Views: 1891

I'm not sure just how possible that would be, especially when complicated by having to 'check the email' and the attachment as well. Have you done any searching here? An exact search for 'Lotus Notes' turned up 35 other topics, something there might help at least get you started.
by chulett
Wed Apr 06, 2011 7:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert string to 1st letter capitalized
Replies: 8
Views: 3010

Is the Server CAPITALS transform (aka 'MCT') smart enough to change "sam smith-jones" to "Sam Smith-Jones"? I thought it was strictly whitespace reliant and thus you'd end up with "Sam Smith-jones". :?
by chulett
Wed Apr 06, 2011 1:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: can any one tell example for datastage functions
Replies: 7
Views: 7284

There's no "if-then-else" needed here. You have two output links and always fully populate both sets of columns with the same data. The key is the constraint so that only one or the other 'fires' for each record and the constraint can make use of the Key Change column.
by chulett
Wed Apr 06, 2011 11:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: prameters for multiple instance job
Replies: 1
Views: 1434

You already posted this. Seeing as how this is the wrong forum for your question, I moved the first one and you've already had a couple of replies:

viewtopic.php?t=139585

Locking this one.
by chulett
Wed Apr 06, 2011 9:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Count(*)
Replies: 22
Views: 6734

Nope, not clear at all.

Can you draw a 'picture' of the job?