Search found 42189 matches

by chulett
Wed Aug 12, 2009 9:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error on CREATE.FILE command
Replies: 0
Views: 1145

What exactly did you have restored? Did the restore maintain the original permissions, ownerships, etc etc? Was what was there removed first or did you restore over it?
by chulett
Wed Aug 12, 2009 9:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: INvoking a store procedure from a routine
Replies: 5
Views: 2013

Basic Call Interface. Search for it here, there's been a ton of discussions on and examples of its syntax posted. Only "problem" might be the fact that the reigning champion on the subject is Ray.
by chulett
Wed Aug 12, 2009 6:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to use XMLinput stage DS
Replies: 3
Views: 1983

Best place to start is here. Plus, oddly enough, the documentation that ships with the product. After that, best to ask specific questions or give us more than "not able to write it" to work with if you need more help. You could also search the forums here for "XMLInput" for othe...
by chulett
Wed Aug 12, 2009 6:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-01843: Not a valid month
Replies: 9
Views: 9023

To the last two posters, dates will use and "expect" the NLS_DATE_FORMAT as the default, never assume it will always be DD-MON-YYYY.
by chulett
Wed Aug 12, 2009 6:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Could not retrieve valid value for long property type
Replies: 1
Views: 1104

What version are you using? :?
by chulett
Wed Aug 12, 2009 6:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: difference between Dynamic_RDBMS and oracle OCI stage
Replies: 14
Views: 7554

I actually meant, when set to 'ODBC' it uses ODBC as the interface. :? I personally stick with OCI and don't use DRS as I abhor the "?" parameter markers it uses and don't need the "switch to any other database on the fly!" capability it was built to allow. Plus it has fewer opti...
by chulett
Wed Aug 12, 2009 6:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: metadata data mismatch
Replies: 3
Views: 1605

You can't do what you are doing with HF2 without a much better understanding of the fact that hashed files are metadata driven and how the columns are positional and thus don't operate like database tables. You are going to get yourself in trouble if you make a habit of writing to one with one set o...
by chulett
Wed Aug 12, 2009 6:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert New/Update Existing vs. Update Existing/Insert New
Replies: 3
Views: 5362

1) Ah, yes... SQL Server. I'm not really all that familiar with it but from what I've seen here you would have to deliver the file to the Windows server in order to bulk load it. Don't have that issue with other databases so tend to forget that little qualifier. So someone else more SQL Server savvy...
by chulett
Tue Aug 11, 2009 11:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read only access to Project
Replies: 18
Views: 6458

So... to clarify... while you can't stop people from trying to run jobs, you can ensure that the jobs won't run properly if they do? What does actually happen in that case, I'm assuming the job aborts before it gets very far, yes?
by chulett
Tue Aug 11, 2009 10:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Database tablename length in DS
Replies: 5
Views: 2548

Seems to me a little early to be proclaiming that "DS is not accepting long names". Can you post the actual "buffer overflow error" that you are getting? Can you clarify what you mean by "long" - how long is a table name that seems to be "too long"? Anything f...
by chulett
Tue Aug 11, 2009 10:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert New/Update Existing vs. Update Existing/Insert New
Replies: 3
Views: 5362

Combo actions are something I personally avoid the vast majority of the time except for very small data volumes - i.e. one row. I prefer qualifying my actions and using dedicated insert and update links. It also means that - if desired - I can land both to files, bulk load the inserts and then do th...
by chulett
Tue Aug 11, 2009 7:25 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: keep job logs for terminated RTI instances
Replies: 3
Views: 3160

8) Glad that was it.
by chulett
Tue Aug 11, 2009 7:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-01843: Not a valid month
Replies: 9
Views: 9023

Neither your TO_CHAR() nor your TO_DATE() functions have the appropriate 'mask' to use for the conversion.
by chulett
Tue Aug 11, 2009 2:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Archive datasets using tar unix command
Replies: 3
Views: 1435

Hard to say, one way or the other, just from what was posted. Time will tell.
by chulett
Tue Aug 11, 2009 1:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Archive datasets using tar unix command
Replies: 3
Views: 1435

First off, how about explaining what the "problem with accessing the archived datasets" you've been having is?