Search found 15603 matches

by ArndW
Thu Apr 27, 2006 1:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error while opening a job
Replies: 11
Views: 2677

I'm curious now as well and will check one of the big PX repositories later to see what sort of entries are "R"{n}. Perhaps PX custom buildops? We'll see.
by ArndW
Thu Apr 27, 2006 1:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem with some sequences compilation
Replies: 16
Views: 2796

Ahh, then the problem makes sense. Does the XML get thrown into the /TMP directory or perhaps somewhere else where user permissions might be set differently?
by ArndW
Thu Apr 27, 2006 1:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem With Job Sequence
Replies: 8
Views: 4629

Pavan - you probably ended up doing the right thing; but it's too late now to figure out the root causes of the problem(s) you had. Did you have a system crash while the machine was heavily loaded or other catastrophic failure that might have initially caused some of you problems? The DS Engine is q...
by ArndW
Thu Apr 27, 2006 1:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Join 2 tables on a key without using lookup
Replies: 12
Views: 2438

You can do a lookup directly to a DB2 table from a transform stage in DataStage.
by ArndW
Thu Apr 27, 2006 12:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Enterprise Stage
Replies: 6
Views: 1923

The reason is the pad character that you have set, most likely in your enterprise stage, I belive the default is to pad with null (0x00) and you need to change that to space for your CHAR variables. I'm not at a system with documentation or DS right now so I cannot give you the exact settings to use...
by ArndW
Wed Apr 26, 2006 12:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to import the table
Replies: 6
Views: 1290

How are you importing the tables and from what database. Do these tables that cause errors have datatypes that aren't found in the others?
by ArndW
Wed Apr 26, 2006 10:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Terminating abruptly and getting locked
Replies: 21
Views: 4892

Velagapudi_k:

1. This is because you are hijacking a thread; the original was on UNIX.
2. NEVER use "kill -9" unless you want trouble in UNIX
3. I use the LOGOUT command from TCL when working with Windows.
by ArndW
Wed Apr 26, 2006 10:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Terminating abruptly and getting locked
Replies: 21
Views: 4892

You stated that your server is on UNIX, so you will need to login to your UNIX system in order to logout processes, since they do not run on your client system.
by ArndW
Wed Apr 26, 2006 10:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Terminating abruptly and getting locked
Replies: 21
Views: 4892

attach to the subdirectory "bin" and try it again or put the bin directory into your COMMAND environment variable.
by ArndW
Wed Apr 26, 2006 10:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error reading data from universe
Replies: 1
Views: 545

Posting the same problem twice has the effect that some people will take double as long to answer the question.

Perhaps you could answer the questions posed to you in the other thread and close off this one.
by ArndW
Wed Apr 26, 2006 10:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem with some sequences compilation
Replies: 16
Views: 2796

I have no idea how that could happen - but obviously it does. I'm glad you figured it out and posted the cause so that someone else might use the search mechanism to find the answer.
by ArndW
Wed Apr 26, 2006 10:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Extender
Replies: 8
Views: 2809

You really should get them to sponsor you on a training class before progressing any further, especially if you are going to build a prototype. Even if you know Server quite well, this task is like asking a Windows user to install and configure a UNIX implementation.
by ArndW
Wed Apr 26, 2006 10:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Terminating abruptly and getting locked
Replies: 21
Views: 4892

Note that Ray asked you to use a DOS shell and not from the TCL prompt. From the ">" prompt do a QUIT and then try your commands.
by ArndW
Wed Apr 26, 2006 7:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding Oracle 10g
Replies: 9
Views: 1600

DRS, ODBC and the Oracle stages can all connect to an Oracle database.
by ArndW
Wed Apr 26, 2006 4:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem with some sequences compilation
Replies: 16
Views: 2796

The client permissions shouldn't play a role, as nothing is done on the PC client box - but it was probably the access permissions for the user with which you logged into the server with. Or do you mean that the compile error changes depending upon your local login and not with the userid/password t...