Search found 42189 matches

by chulett
Thu Jan 25, 2007 8:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: VERSION CONTROL
Replies: 5
Views: 1581

As noted, the software is on the Client cdrom. If you have a later version of DataStage (7.5.x I believe) it will be an option on the autorun menu along with all the other choices. Earlier versions made you 'browse' the cdrom to find the Version Control directory and then you'd double-click on setup...
by chulett
Thu Jan 25, 2007 3:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SetUserStatus()
Replies: 3
Views: 3737

You don't find it, you just use it. :wink:
by chulett
Thu Jan 25, 2007 2:21 pm
Forum: General
Topic: NUMBER data types
Replies: 6
Views: 2709

Sometimes it just doesn't matter. I asked a similar question a couple of years ago. NUMBER(6) would allow six digits max. I think that may mean 6 total including decimals, so you could have 4 before the decimal and 2 after, but not more than 6 total. No, not really. NUMBER(6) is syntactically identi...
by chulett
Thu Jan 25, 2007 9:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: debugging Batch
Replies: 16
Views: 2751

Bastardo! :wink: :lol:
by chulett
Thu Jan 25, 2007 8:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: debugging Batch
Replies: 16
Views: 2751

Not in 7.x at all, not sure about 8.x but I doubt it. :cry:
by chulett
Thu Jan 25, 2007 7:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unkown result in the output of a routine which use SETFILE
Replies: 15
Views: 4682

If I knew for sure I would have told you. At this point just fishing for more information so more smarter people (hopefully) find it easier to help you.
by chulett
Thu Jan 25, 2007 7:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DateTime Metadata Mismatch Warnings
Replies: 17
Views: 10401

Sheesh, no other takers? Ok, I'll try again. What are the two formats expected by SQL Server and Informix? How different are they? Perhaps another generic attempt using varchar and a custom routine that formats the date appropriately? Pass in the date string and database type, pass back out what is ...
by chulett
Thu Jan 25, 2007 7:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: writing to XML file
Replies: 9
Views: 2478

Apples and Oranges. The XML parsing is Java under the covers (Xerces based, IIRC) and not all that speedy. Be happy with your 9 minutes, there is plenty of 'logic' involved.
by chulett
Thu Jan 25, 2007 7:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Project Locked Error
Replies: 2
Views: 2996

Re: Project Locked Error

him121 wrote:My idea is, is it beacause of Job Logs. If that is the case I have cleared all the logs also.

Nope. I've seen this when internal resources are gone, lock table fills, fun stuff like that. Unless you've got an advanced degree in 'Universe' internals, do as Ray suggests.
by chulett
Thu Jan 25, 2007 7:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unkown result in the output of a routine which use SETFILE
Replies: 15
Views: 4682

No idea, really. What's different between the two environments?
by chulett
Thu Jan 25, 2007 7:33 am
Forum: General
Topic: Multi Client Manager
Replies: 7
Views: 7274

Not sure, as I've never installed two different versions of Version Control, let alone mixed Windows and UNIX flavors. It will depend on how it handles the registry, I would think, more than likely only the second (most recent) install would function correctly. Why would you need to do that? Typical...
by chulett
Thu Jan 25, 2007 7:28 am
Forum: General
Topic: Installing Oracle OCI 8i Plugin
Replies: 7
Views: 3334

Re: Installing Oracle OCI 8i Plugin

fk4u wrote:While checking Plugins Installation guide i come to know that oracle oci 8i plugin is not supported with linux.

I find that hard to believe. Please cite the text where it states that.
by chulett
Thu Jan 25, 2007 7:26 am
Forum: General
Topic: Unable to initialize ORAOCI9 plug-in
Replies: 8
Views: 4404

by chulett
Thu Jan 25, 2007 7:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Modify Schema Name in OCI9
Replies: 4
Views: 1619

Yuck... Fully Generated. You don't need to switch to User Defined, but to the other generation option, whatever it is called in your version (the name changed): 'Column Generated' or the ever so long 'Generate SELECT list clause from column list; enter other clauses'. You'll be fine there using the ...