Search found 42189 matches

by chulett
Sun Oct 09, 2011 3:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_loadlibrary: Win32 error in LoadLibrary of oraoci9.dll
Replies: 8
Views: 3289

In order to answer that you'd need to do two things:

1. Determine where oraoci9.dll lives
2. Make sure that directory is in your PATH
by chulett
Sun Oct 09, 2011 9:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_loadlibrary: Win32 error in LoadLibrary of oraoci9.dll
Replies: 8
Views: 3289

Have you checked the documentation, specifically the Connectivity Guide for Oracle Databases pdf? It is typically all spelled out there. I know what needs to be set for a UNIX server but for Windows, not so much. I'd suggest checking the System variables section of the Environment Variables found un...
by chulett
Sun Oct 09, 2011 8:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_loadlibrary: Win32 error in LoadLibrary of oraoci9.dll
Replies: 8
Views: 3289

Looks like you figured that part out. :wink: For #1, isn't there more to the error message? Usually it's followed by something like "The specified module could not be found" that notes the problem. It would also be helpful to know which "Oracle stage" you are having the issue wit...
by chulett
Sun Oct 09, 2011 7:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_loadlibrary: Win32 error in LoadLibrary of oraoci9.dll
Replies: 8
Views: 3289

Why is this marked as Resolved? Did you figure out your issue? :?
by chulett
Sat Oct 08, 2011 8:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pass the value to Parameter set from script
Replies: 8
Views: 3045

Verify for us that your job's parameter name exactly matches what you are using on the command line - including case.
by chulett
Sat Oct 08, 2011 11:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pass the value to Parameter set from script
Replies: 8
Views: 3045

Too many "-param"s in there.
by chulett
Sat Oct 08, 2011 8:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid Julian day error while comparing dates
Replies: 6
Views: 2911

Hmmm... from what I recall, IsValid() supports both a 'type' (decimal,date,etc) and a 'format' so sure thought you could pass in whatever date format string it should use for the check. Got no way to prove that other than the docs, unfortunately. :(
by chulett
Sat Oct 08, 2011 8:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete statement error
Replies: 4
Views: 2298

It would help if you have an actual ORA error to post, do you? Nothing in your first post falls into the error camp.
by chulett
Sat Oct 08, 2011 8:02 am
Forum: General
Topic: how to get the username from userno in LIST.READU
Replies: 9
Views: 7185

Ah, the wonders of UniVerse internals. :wink: As others have noted, some of the topics you've chosen aren't simple, one-or-two-post subjects. There are advanced classes that get into them or they come with literally years of experience that people like Ray and Kim Duke amongst others here have. For ...
by chulett
Fri Oct 07, 2011 9:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: rows to columns
Replies: 1
Views: 1186

That would be a "vertical pivot" and there's no stage to automate that for you. However, an exact search here for vertical pivot will reveal... well, lots of post telling you to search and the occassional one that explains your options. Short version, two main options: 1) Do the assembly i...
by chulett
Fri Oct 07, 2011 6:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid Julian day error while comparing dates
Replies: 6
Views: 2911

IsValid() is expecting a string and can tell you if the characters in the string represent a valid date or not. If it does then convert it.
by chulett
Fri Oct 07, 2011 2:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: duplicate issue
Replies: 8
Views: 1659

Seriously? Sorry but first you said there's no criteria and then you stated the criteria it uses. Wasn't trying to bust anyone's chops, it just tickled my funny bone a bit. And FWIW, that behaviour matches what an Informatica lookup does when its selection criteria is set to "First".
by chulett
Fri Oct 07, 2011 9:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting Unknown characters while Fetching from SQL SERVER
Replies: 6
Views: 1443

ps. Just post your questions, please don't send it out via private messaging as well. There's no need and it just upsets the natives.
by chulett
Fri Oct 07, 2011 9:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting Unknown characters while Fetching from SQL SERVER
Replies: 6
Views: 1443

First step is always to move it from "unknown character" to known by determining the decimal or hex value of the character. A hex editor would make that simple or you can check your man page for "od" to see what your switches are to output the character in something besides octal...