Search found 42189 matches

by chulett
Mon Feb 25, 2008 8:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading a xml BLOB
Replies: 3
Views: 1245

:? Err, OK. I linked to it, so just click on the blue bit and you'll be there.
by chulett
Mon Feb 25, 2008 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading a xml BLOB
Replies: 3
Views: 1245

How is this different from your your previous BLOB post? Answers will still be the same. :?
by chulett
Mon Feb 25, 2008 8:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to execute a command on DB2 Command Line from DS
Replies: 2
Views: 2534

Start your own post. Explain in detail what your Oracle issue is rather than saying it is 'very similar' to a DB2 problem as that doesn't really tell us much of anything. Then people would stand a chance of actually helping.
by chulett
Mon Feb 25, 2008 8:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob
Replies: 6
Views: 3053

Like any good command, dsjob has full 'usage' implemented, so not specifying any parameters will cause it to spit them out. Also check the Command Line Interface chapter in the Server Job Developer's Guide pdf, everything (including source code) is there.
by chulett
Mon Feb 25, 2008 8:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Index of BASIC dynamic array
Replies: 7
Views: 2140

The -1 syntax is shorthand notation for the concept of assignments to the maximum element. So, if there were 3 elements in the array, referencing <-1> would be the same as <4>.
by chulett
Mon Feb 25, 2008 8:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Director Getting Closed Abruptly when viewing log in detail
Replies: 8
Views: 2490

No clue, but what's the extent of the problem? Does this only happen in one Project in particular or all Projects? Does this happen to everyone or just you? Any other details you can provide?
by chulett
Mon Feb 25, 2008 12:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to find the list of Jobs those have run today (in UNIX)
Replies: 4
Views: 1668

Compare that to "today's date" and build your list.
by chulett
Sun Feb 24, 2008 10:58 pm
Forum: General
Topic: Monitoring a DataStage jobs release of resources
Replies: 4
Views: 1633

I would think you'd also need to be monitoring Oracle with the help of your friendly neighborhood DBAs. We've seen plenty of times here where pressure on any kind of Oracle extract processing can cause it to slow. In other words, if Oracle thinks you are having a problem taking the data as fast as i...
by chulett
Sun Feb 24, 2008 10:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Does Information Server 8 support JDBC??
Replies: 4
Views: 913

Re: Does Information Server 8 support JDBC??

whenry6000 wrote:ODBC is a Windows term.

Windows term? No. Perhaps you are thinking of Microsoft, as they were one of the creators.

To the best of my knowledge, yes - the Java PACK is what you would need to leverage JDBC in DataStage.
by chulett
Sun Feb 24, 2008 10:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading a BLOB from XML to a dataset
Replies: 2
Views: 1591

Well... the short answer is they aren't supported. For more on the subject, search the forums for BLOB and see if any of them help.
by chulett
Sun Feb 24, 2008 8:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: OracleLoadfailed
Replies: 4
Views: 1874

skp wrote:33521 Type Fatal
Event Load_Ivd_TA_ACCOUNTS,1 Array execute failed for insert (...)

Data problem, I would think. You need to double-click on these Fatal messages with ellipses (...) as that means there is more information to be dug out. Let us know what you find.
by chulett
Sun Feb 24, 2008 7:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Master Sequence is not restartable
Replies: 19
Views: 5587

I've said all I can say on this subject. I know how it works and it works just fine for me. So we're either missing some vital bit of information or they've broken some aspect of this in the 8.x version. Going to repeat this one last time... Open a case with your official Support provider. Have them...
by chulett
Fri Feb 22, 2008 6:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem reading file name
Replies: 3
Views: 1511

What are you doing wrong? Not searching before posting. This has been discussed a bajillion times, please have a go at searching for a significant portion your error message, such as:

ParamValue/Limitvalue is not appropriate
by chulett
Fri Feb 22, 2008 4:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: View data error in oracle enterprise stage
Replies: 12
Views: 7822

In a sense, who cares what errors you get when you View Data - does the job run, do you get those same errors then as well?