Search found 42189 matches

by chulett
Fri Oct 10, 2008 8:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issues while FTping the file
Replies: 1
Views: 1349

Can you explain what "alignment is all messed up" means? Example? You understand that the problem with the FTP stage is that it is metadata driven, yes? You can use it to manipulate a file's structure during transfer but that also means that you can hork it up as well if you don't get everything exa...
by chulett
Fri Oct 10, 2008 8:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Connection Lost Error
Replies: 1
Views: 1048

ORA-03135: connection lost contact Cause: 1) Server unexpectedly terminated or was forced to terminate. 2) Server timed out the connection. Action: 1) Check if the server session was terminated. 2) Check if the timeout parameters are set properly in sqlnet.ora. Your DBA should be able to trace the ...
by chulett
Fri Oct 10, 2008 1:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting result set from Stored Proc using Stored Proc stage
Replies: 9
Views: 4864

Excellent! Thanks for the detailed solution. 8)
by chulett
Fri Oct 10, 2008 10:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle enterprise stage
Replies: 15
Views: 2861

ArndW wrote:I though Oracle SQL needs you to specify the keyword "as"?

Nope, optional. Besides, the column names selected don't matter as they are assigned to the stage columns positionally... unless PX changes that? :?
by chulett
Fri Oct 10, 2008 9:36 am
Forum: General
Topic: What's the "Official" name of Datastage v8.1x
Replies: 1
Views: 1689

According to our moderator Roy, it's now "InfoSphere":

roy wrote:InfoSphere Information Server 8.1 was released on Sep 30th (for windows and linux)
by chulett
Fri Oct 10, 2008 9:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting result set from Stored Proc using Stored Proc stage
Replies: 9
Views: 4864

Sorry, out of ammo in this gunfight. Not a big fan of stored procedures so only really use them to call the built-in database procs we need, otherwise their logic gets encapsulated in the job. Hopefully someone else will be able to, or perhaps check with your support provider and see if they can she...
by chulett
Fri Oct 10, 2008 9:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: COMP field handling
Replies: 7
Views: 1389

Maybe my memory is faulty... I thought the whole set in the sdk was for converting from COMP. I don't remember a set for converting to COMP. Well, maybe it's my memory that's faulty then. I know there are conversion routines out there, let me check... ack, you are correct. From is the supplied dire...
by chulett
Fri Oct 10, 2008 8:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading parent/child tables in one job
Replies: 9
Views: 2786

Sheesh... don't people 'preview' what they are going to post? ASCII art requires the "diagram" be enclosed in code tags to retain all of that loverly whitespace so the picture makes some sense.
by chulett
Fri Oct 10, 2008 8:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: COMP field handling
Replies: 7
Views: 1389

Mike wrote:Nobody here can help you unless you post the code of your site-specific custom routine: ConvertToDataTypePicComp. That's not a routine that ships with the product.

Sure it is, it's included in the sdk along with a number of other similar conversions.
by chulett
Fri Oct 10, 2008 8:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting result set from Stored Proc using Stored Proc stage
Replies: 9
Views: 4864

Worth a shot. Add a transformer before the SP stage, give it a dummy stage variable and set the contraint to @OUTROWNUM=1 so it only generates one record for you.
by chulett
Fri Oct 10, 2008 8:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting result set from Stored Proc using Stored Proc stage
Replies: 9
Views: 4864

Hmmm... a type of 'Transform' means it expects input and output links. With your design, it should be set to 'Source' instead. Not sure that's the sum total of your problem, but wanted to point that out.
by chulett
Fri Oct 10, 2008 7:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Job 5550 Phantom 4056 (Access violation)
Replies: 11
Views: 5392

Would certainly seem to be. Report the problem to your support provider and see if this is a known issue.
by chulett
Fri Oct 10, 2008 7:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Export Jobs
Replies: 3
Views: 1700

Command editor? If that means command line:

http://www.dsxchange.com/viewtopic.php?t=122717
by chulett
Fri Oct 10, 2008 7:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need Aggregation logic in transformer
Replies: 6
Views: 2854

Next time, know that you can always delete your own post as long as there are no replies to it. So when this happens to me, I start from the bottom and delete the extra ones. Too late now, though. :wink: