Search found 42189 matches

by chulett
Wed Apr 18, 2007 2:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Version Control Error
Replies: 3
Views: 758

You get that after you launch the application or after you give your credentials and click OK?

That's a Microsoft / client side error. First thing I'd try is reinstalling the VC software. You may need to completely uninstall, reboot and reinstall to get it working right.
by chulett
Wed Apr 18, 2007 2:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Root or Base Administrator is needed to Run this app message
Replies: 8
Views: 2126

Can you not simply check and see if you have a dsadm user on that box? Does the following command return anything? grep dsadm /etc/passwd We'll know where to go after that depending on the outcome. Also, do you have access to whomever installed the Server software for you? You may need to... interro...
by chulett
Wed Apr 18, 2007 1:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Root or Base Administrator is needed to Run this app message
Replies: 8
Views: 2126

Somewhat - it's not about UNIX admin rights. It's about having DataStage admin rights and that is granted automatically to the dsadm user. Have you had to make any changes using the Administrator tool? For example, setting the client timeout to 'Do not timeout'? That required either dsadm or root to...
by chulett
Wed Apr 18, 2007 1:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Root or Base Administrator is needed to Run this app message
Replies: 8
Views: 2126

You have to have created an Administrator userid on the DataStage server machine before the product can be installed. It is assumed to be 'dsadm' but can be overriden nowadays if you want. I doubt that happened for yours. That userid - dsadm - is the one that needs to be used for this. That or 'root...
by chulett
Wed Apr 18, 2007 12:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Root or Base Administrator is needed to Run this app message
Replies: 8
Views: 2126

Re: Root or Base Administrator is needed to Run this app mes

The person who installed it originally installed it as root, but then changed all of the file ownerships to user dstage. Ignoring that little nugget - you need to use either 'dsadm' or 'root' to start or stop the DataStage server. Or more properly, use your 'Adminstrator' account which is no longer...
by chulett
Wed Apr 18, 2007 12:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-03113: end-of-file on communication channel
Replies: 31
Views: 12233

666? The devil you say!
by chulett
Wed Apr 18, 2007 12:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML output generation
Replies: 44
Views: 11372

No one is suggesting you can import from the DTD, we've already established you can't. Ernie suggested using something like XML Spy to convert your DTD to an xsd - with the caveats he noted.
by chulett
Wed Apr 18, 2007 12:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Access 7.1 server job from 7.5.1.A client
Replies: 7
Views: 1483

Re: Access 7.1 server job from 7.5.1.A client

No. Sorry, but the MCM *is* your only answer here - other than having two PCs that is. What is your issue with it? :?
by chulett
Wed Apr 18, 2007 12:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling static params with ETL appn.
Replies: 3
Views: 1334

Re: Handling static params with ETL appn.

videsh77 wrote:Modifying jobs in Sys Test is BIG NO.

No time for a proper answer, but wanted to point out that no 'job modifications' would be involved in this. You simply need to use the 'Set Defaults' option from the 'Job' menu in Director to override the default value of the parameter.
by chulett
Wed Apr 18, 2007 12:17 pm
Forum: General
Topic: How to add sequence number
Replies: 7
Views: 2263

You mean concatenate, not add - yes? If so, generate the number and use the colon (:) concatenation operator to stick them together. Perhaps you need a surrogate key generated, perhaps it just needs to be the @INROWNUM. You'd have to tell us.
by chulett
Wed Apr 18, 2007 12:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to execute PL/SQL code
Replies: 2
Views: 973

You can't. Rewrite it as 'INSERT INTO SELECT FROM' style DML and you should be fine.

Or... just build a job to do that. :shock:
by chulett
Wed Apr 18, 2007 11:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer Aborts Due to Error Code = -14
Replies: 23
Views: 11723

Well now... that's a little different - they are addressing the problem with an acknowledged 'significant change' to How Things Work in this patch it would seem.
by chulett
Wed Apr 18, 2007 11:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer Aborts Due to Error Code = -14
Replies: 23
Views: 11723

All the 'patch' could do is increase the timeout, I would think - is that what you mean here? It won't address the fundamental problem.
by chulett
Wed Apr 18, 2007 11:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: usage of APT_CONFIG_FILE
Replies: 8
Views: 3028

It's an environment variable, so would not say you couldn't "use" it - but you certainly couldn't for the purpose that it was intended. :wink:
by chulett
Wed Apr 18, 2007 9:11 am
Forum: General
Topic: SQL LOADER (sqlldr)
Replies: 7
Views: 3092

Don't worry about the 'Direct Path Context' part - this is your issue:

ORA-00942: table or view does not exist

Verify your table and schema names in the stage.