Search found 42189 matches

by chulett
Thu Dec 10, 2009 1:23 pm
Forum: General
Topic: Oracle Error
Replies: 13
Views: 3821

Still... there's no reason to go find it as the location is well known - your scratch area specified in the job's config file.
by chulett
Thu Dec 10, 2009 1:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using OS level authentication to acces Oracle
Replies: 6
Views: 4236

For whatever this is worth, here's what under the Help button:

"Select Use OS level authentication to automatically log on using your operating system user name and password. It is cleared by default. For further details on Oracle login information, see your Oracle documentation."
by chulett
Thu Dec 10, 2009 1:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using dsjob without user and password
Replies: 10
Views: 3570

Ah... I tend to forget about that option for some reason. :wink:
by chulett
Thu Dec 10, 2009 10:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Anyone had success with NTEXT in a Parallel job?
Replies: 3
Views: 2378

Anyone had success with NTEXT in a Parallel job?

I'm curious if anyone has been successful reading an NTEXT column via the ODBC Enterprise stage on UNIX from a SQL Server database. :? I can manage this in a Server job but it throws a "metadata mismatch" warning because I have to declare the column as LongVarChar rather than the LongNVarc...
by chulett
Thu Dec 10, 2009 10:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Processing multiple files
Replies: 8
Views: 3242

PhilHibbs wrote:

Code: Select all

ls -m
That returns a list of file names with a comma at the end of each, but one file name per line, and the StartLoop stage just takes the first line and ignores the rest.

Code: Select all

Convert(@FM,"",YourListOfFiles)
by chulett
Thu Dec 10, 2009 10:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using dsjob without user and password
Replies: 10
Views: 3570

It *is* documented, not sure why anyone should have to "send" it to you.
by chulett
Thu Dec 10, 2009 8:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: parameterizing the source sql query
Replies: 22
Views: 5883

How many different variations in the source? For a small enough variation, I would just build multiple jobs rather than burning too many braincells 'over-engineering' this. My 2c.
by chulett
Thu Dec 10, 2009 8:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using dsjob without user and password
Replies: 10
Views: 3570

You can't, really. Have you looked into the -file option?
by chulett
Thu Dec 10, 2009 8:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob - libvmdsapi.so could not be loaded
Replies: 5
Views: 18708

You need to "source" dsenv before-hand to set the environment.

Code: Select all

cd $DSHOME
. ./dsenv
by chulett
Thu Dec 10, 2009 8:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Processing multiple files
Replies: 8
Views: 3242

I believe it's actually the "m" option that gives you the commas, "man ls" should confirm or deny. Or you could convert @FM in the list to commas.

Lastly, an exact search for "ParamValue/Limitvalue is not appropriate" will explain what your -4 problem is all about.
by chulett
Thu Dec 10, 2009 6:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGSEGV Error
Replies: 6
Views: 2887

Sounds like a question for your official support provider.
by chulett
Thu Dec 10, 2009 6:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [ODBC Oracle Wire Protocol driver]Invalid transaction state.
Replies: 4
Views: 3629

What is your 'transaction isolation' setting in the stage? Actually, is there such a setting in the ODBC stage? There are in Oracle stages but not certain re: ODBC. Perhaps it is in the dns entry you created, compare it on this machine to your 'another machine' where it does work.
by chulett
Thu Dec 10, 2009 6:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: option in multi-instance for reading dynamic number of files
Replies: 10
Views: 4607

Not sure what you're asking. You should be able to use something from User Variables as the Invocation ID... did you actually try it or did you just assume you couldn't? :?
by chulett
Thu Dec 10, 2009 6:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer compilation Error-DS7.5x.2
Replies: 18
Views: 5968

Did you install VS 2003 or 2005? From what people have posted here, only 2003 works with your version I do believe.
by chulett
Thu Dec 10, 2009 6:23 am
Forum: General
Topic: Oracle Error
Replies: 13
Views: 3821

The 'where' would be wherever your config designates as 'scratch' space. As for 'how' it's just a plain old text file.