Search found 42189 matches

by chulett
Fri Oct 26, 2012 3:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Copy VOC entries of Hashed files
Replies: 10
Views: 4823

Just to double-check - these are "account-based" hashed files that live in the Project, yes? Out of curiousity, how many are we talking about?
by chulett
Fri Oct 26, 2012 1:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generate XSD using Datastage
Replies: 3
Views: 3230

Yah, it's a one-time thing so don't really see a need to generate it over and over again. Besides, whomever you are generating the XML for should have provided you with an xsd to help drive what you create.
by chulett
Fri Oct 26, 2012 11:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: errors in an Oracle enterprise stage
Replies: 3
Views: 1570

The short answer is to setup a reject link from the stage to a Sequential File stage. Have you ever done that before? Give that a shot and then let us know any specific questions you may have.
by chulett
Fri Oct 26, 2012 8:27 am
Forum: General
Topic: parallel jobs with warning
Replies: 9
Views: 3514

They were aborted when run under a Sequence job because they exceeded a (probably 50) warning limit? Rather than your normal unlimited warning run when standalone? Is that the scenario you are describing?
by chulett
Fri Oct 26, 2012 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to insert records into Odbc enterprise stage target
Replies: 8
Views: 1931

In the target metadata? Then I'm out of ideas... if no-one else comes along, I'd suggest taking this to your official support provider.
by chulett
Fri Oct 26, 2012 7:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to insert records into Odbc enterprise stage target
Replies: 8
Views: 1931

Hmmm... while Informix supports CHAR fields up to 32,767 in length, I don't believe ODBC does. What happens if you declare it as a VARCHAR (or NVARCHAR) in the job?
by chulett
Fri Oct 26, 2012 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to insert records into Odbc enterprise stage target
Replies: 8
Views: 1931

What are the datatypes in your Informix target? Sounds like at least one of them is of a type that is not supported.
by chulett
Fri Oct 26, 2012 7:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to remove leading zeros for decimal values
Replies: 5
Views: 4478

Well... three points.

1. I imagine Pavan solved this five years ago.
2. And by 'solved' I mean realized that they had no issue at all.
3. They already noted how to do it for "non-decimal values".

:wink:
by chulett
Fri Oct 26, 2012 7:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01461: can bind a LONG value only for insert into a LONG
Replies: 4
Views: 3432

What are your actual Oracle datatypes in your source / target? Any LOB columns?
by chulett
Fri Oct 26, 2012 7:08 am
Forum: General
Topic: Passing value to parameter
Replies: 3
Views: 1161

Just to be anal, the actual value is $ReturnValue. And don't forget that any non-zero return value will be considered a failure of the routine if you have the 'Automatically handle' option enabled.
by chulett
Fri Oct 26, 2012 7:03 am
Forum: General
Topic: Error on CREATE.FILE command (Message[-00001])
Replies: 4
Views: 1448

SURA wrote:After the server restarted, i can see the copy of job.
Does this mean your problem is resolved and you can copy jobs now? :?
by chulett
Thu Oct 25, 2012 3:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: concatenate row values into one column based on keys
Replies: 3
Views: 1322

:evil:

Why in the heck did you feel the need to go back and remove your original question after it was answered? That's a pretty crappy thing to do.
by chulett
Thu Oct 25, 2012 9:10 am
Forum: General
Topic: Job compiled but not visible in director
Replies: 12
Views: 7524

Sounds like a possible permissions issue if the compiler thinks it goes ok but it is in fact actually still uncompiled. Can you check? Use a different userid?
by chulett
Thu Oct 25, 2012 7:51 am
Forum: General
Topic: return ouput of a command to command stage in sequencer
Replies: 4
Views: 1269

Did you find this? I found it documented in the Designer's Guide pdf, Chapter 14. Building job sequences, Table 4. Variables used in defining trigger expressions. For example, for the Execute Command stage it shows and explains: stage_label.$ReturnValue stage_label.$CommandName stage_label.$CommandO...
by chulett
Thu Oct 25, 2012 7:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove unwanted character from file using any stage
Replies: 6
Views: 3167

How about more specifics around what "unwanted character" might mean?