Search found 42189 matches

by chulett
Mon Dec 14, 2009 7:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fine tuning a parallel job
Replies: 12
Views: 3281

Rite? No. Right? Yes.
by chulett
Mon Dec 14, 2009 7:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failed to connect to JobMonApp on port 13401
Replies: 5
Views: 7444

'ipcrm' is used to clear shared memory segments, not sockets. What does "netstat -a |grep 13401" show when DataStage is running and when shutdown? How long did you wait after stopping before starting?
by chulett
Mon Dec 14, 2009 7:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unusable Index Issue
Replies: 12
Views: 4019

As long as you specify DIRECT=FALSE you are doing a 'conventional' load, which means transactional SQL inserts. To 'reduce the run timings' you'd need to get the direct load working and that means handling indexes.
by chulett
Mon Dec 14, 2009 7:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Having Errors When Connecting to MSSQL DB
Replies: 2
Views: 2227

No idea, but have you tried to determine what the jobs that fail have in common? Perhaps looks at the datatypes being selected or the nature of the sql being run and see if there's any common element, when it has this kind of field it doesn't work and when there is no field of this type it works?
by chulett
Sun Dec 13, 2009 3:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs aborted with "Write to dataset failed"
Replies: 12
Views: 23084

Which problem, exactly? Block write failure? At the same moment in 3 differents servers not in the same place?
by chulett
Sun Dec 13, 2009 3:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Path for dsdesign on client machine
Replies: 10
Views: 2933

I've been trying to make this work. Got the credentials part down as the errors have stopped and if I leave off /R /RP it opens the Designer for the job I've specified. HOWEVER, adding the /R and /RP gets me... nothing. I suspect a patch may be required. :?

ps. This is 8.1 on Linux.
by chulett
Sun Dec 13, 2009 11:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Path for dsdesign on client machine
Replies: 10
Views: 2933

You have to say his name three times to make him appear.
by chulett
Sun Dec 13, 2009 10:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to connect sql server with datastage
Replies: 10
Views: 18324

You generally use ODBC on a UNIX server, however the OP allegedly is on a Windows server - hence the mention of MSOLEDB stage. Unfortunately, never having dealt with DataStage on Windows I have no idea what's involved in setting that connectivity up.
by chulett
Sun Dec 13, 2009 9:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Host multi clients
Replies: 1
Views: 838

While you could do that with 7.x and you can have 7 and 8 co-resident, from what I've read you cannot have multiple versions of 8 installed at the same time.
by chulett
Sat Dec 12, 2009 8:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performancec improvement while using Oracle Stage
Replies: 1
Views: 863

My understanding is that your source table must be partitioned in order to take advantage of that option but the documentation isn't exactly clear on that point, so I could very well be wrong. Why not just try it? The read operates sequentially on a single node unless you specify a Partition Table p...
by chulett
Sat Dec 12, 2009 3:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer compilation Error-DS7.5x.2
Replies: 18
Views: 5968

I would suggest an exact search for "APT_LINKER" and then check any resolved posts that mention both Windows and Parallel.
by chulett
Sat Dec 12, 2009 3:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SqlPlus Not connecting
Replies: 2
Views: 1536

This really isn't a sqlplus support forum but perhaps if you expand a little on what exactly 'not connecting' means, someone may be able to help.
by chulett
Sat Dec 12, 2009 3:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to connect sql server with datastage
Replies: 10
Views: 18324

First thing I'd advice you is to read the documentation.