Search found 15603 matches

by ArndW
Tue Mar 30, 2010 1:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while viewing the data in sequential file
Replies: 12
Views: 4019

The node "DDC2-97752ZE" must be your DataStage server. From the server, after you ping it using Ray's suggestion, also enter "hostname" and it should be "DDC2-97752ZE"
by ArndW
Tue Mar 30, 2010 1:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid character conversion warning
Replies: 11
Views: 4267

Disabling combination will tell you in which stage you are getting the error, but in this case it will be output enterprise stage.
by ArndW
Tue Mar 30, 2010 1:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ideal Configuration
Replies: 2
Views: 1298

There are too many factors involved for that question to be answered adequately. Is this Windows or UNIX? What is the budget? Is the DB for data and XMETA on the same machine(s)? What type of work at the 100+ users doing? Will they all be logged on at the same time? How fast is the network? What dis...
by ArndW
Tue Mar 30, 2010 1:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xlc/c++ license type for Datastage ?
Replies: 6
Views: 3181

If you get a 1-user license for the compiler, then concurrent users will queue, meaning that compiles might be slower than expected when multiple users compile but no errors will occur. Note that only transform stages need the c++ compiler, the other stages don't.
by ArndW
Tue Mar 30, 2010 1:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid character conversion warning
Replies: 11
Views: 4267

You have a character in your data which is not mappable in the IBM-1051 character set.
by ArndW
Tue Mar 30, 2010 1:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shared Container
Replies: 10
Views: 3528

In your designer "General" tab you can select a container. Once on the canvas, you can right-mouse click and convert it to a shared container. Or in the Designer menu you can choose "new" and then select a shared container directly. I'm sure there are more methods, which as also ...
by ArndW
Mon Mar 29, 2010 11:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_seqgetnext: error in read() - Interrupted system call
Replies: 3
Views: 2009

Is the error in the sequential file read stage of the multiinstance job? What platform are you running on and have you compared your kernel settings on the development and production machines? NFILES or the like might be triggering the error.
by ArndW
Mon Mar 29, 2010 11:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Right Function
Replies: 11
Views: 4106

I assumed that PX would implicitly convert the CHAR to a VARCHAR; since one cannot trim a CHAR field; but perhaps this isn't happening in your case. Try creating a VarChar stage variable, assign it the value Trim(In.PolicyNumber) then use that stage variable for your right() function.
by ArndW
Mon Mar 29, 2010 11:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Startup Time taking too long
Replies: 3
Views: 2021

If you execute the exact same SELECT statement from your favorite DB access tool, how long does that take? Odds are high that this lengthy period isn't related to DS but to the database.
by ArndW
Mon Mar 29, 2010 9:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while viewing the data in sequential file
Replies: 12
Views: 4019

Are you certain that "DDC2-97752ZE" isn't your client pc host name?

Basically, Datastage isn't detecting that your fastname machine is local and trying to execute a rsh to it - hence the error message. Could it be case-sensitive on Windows?
by ArndW
Mon Mar 29, 2010 9:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pulling Scheduled Jobs from repository.
Replies: 3
Views: 1321

I don't know where in the repository this information is to be found, but since DataStage uses the system scheduler you can glean the information from there.
by ArndW
Mon Mar 29, 2010 6:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while viewing the data in sequential file
Replies: 12
Views: 4019

Is your DataStage host called "DDC2-97752ze"?
by ArndW
Mon Mar 29, 2010 5:56 am
Forum: General
Topic: Connection refused
Replies: 5
Views: 3999

Oops, I just reread your post. I mistakenly assumed that the designer and director could login OK while the admin couldn't. But upon re-reading I see that you didn't mention the other 2 clients. If all 3 have connection issues then I would start by looking at your grants and access rights as defined...
by ArndW
Mon Mar 29, 2010 5:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error when checking configuration file
Replies: 6
Views: 2456

If you haven't sourced the dsenv file correctly, then the 'orchadmin' command won't work. As Ray suggested, check it from your designer. It will probably work, as the dsenv file is executed by the background process.
by ArndW
Mon Mar 29, 2010 4:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while viewing the data in sequential file
Replies: 12
Views: 4019

did you use the designer menu option and "check" the configuration file for correctness?