Search found 81 matches

by blewip
Wed May 18, 2005 2:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Real time loading
Replies: 5
Views: 2276

Then there is always DataStage TX, which is real time with good automatic triggering mechanisms. I don't know how it compares to RTI as I have never seen RTI though.
by blewip
Tue May 17, 2005 10:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SetNull() in a Nullable field conundrum
Replies: 1
Views: 955

I am going to Sequential Stage, so I can set Null field value = "" in Format, Field Defaults it does kind of work.

However if I was going to other stages I may not have this option.

I shall try this out.
by blewip
Tue May 17, 2005 9:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SetNull() in a Nullable field conundrum
Replies: 1
Views: 955

SetNull() in a Nullable field conundrum

This may be a stupid question however; if I have a Nullable field (say varchar(12)), why cannot I set the derivation to SetNull()?

Surely if a field is nullable it can accept a Null, as a value. And setNull surely sets Null to be the value?
by blewip
Tue May 17, 2005 9:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored Procedure Stage with Sybase on unix
Replies: 8
Views: 4665

Thanks, that sounds like the solution to my problem.
by blewip
Tue May 17, 2005 8:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored Procedure Stage with Sybase on unix
Replies: 8
Views: 4665

I'm sure that the Sybase OC software is installed correctly on the DataStage server as I can get data out of the Sybase tables, I just can't get a resultset from a Stored Procedure.

It seems that I need to obtain and install an ODBC driver on my Solaris box. Oh well :(
by blewip
Tue May 17, 2005 8:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored Procedure Stage with Sybase on unix
Replies: 8
Views: 4665

It seems to support Sybase, as it is an option from the property help of the Database vendor field. I had a look at the documentation you mentioned and it does document the Stored Procedure stage but only from a Oracle point if view, so I am guessing that 7.5.1. supports Sybase Stored procedures, ho...
by blewip
Tue May 17, 2005 4:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored Procedure Stage with Sybase on unix
Replies: 8
Views: 4665

Stored Procedure Stage with Sybase on unix

I am trying to obtain the result set from a stored procedure. The database is Sybase and as I am running 7.5.1 I have the new Stored Procedure Stage. Unfortunately there seems to be no documentation on it. When I try and use it, I am asked to supply a DSN. My questions are therefore. 1) Can I only u...
by blewip
Thu May 12, 2005 4:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem obtaining Performance Stats for one Project
Replies: 11
Views: 8565

Yes I have checked the APT_ORCHHOME in director and it is fine. I think that DataStage uses the APT_ORCHHOME to find the etc/jobmon_ports which tells it which Ports to use. The log tells us "Failed to discover JobMonApp port" I don't know whether DataStage is having a problem getting the p...
by blewip
Wed May 11, 2005 9:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem obtaining Performance Stats for one Project
Replies: 11
Views: 8565

Yes, all the projects have the same APT_ORCHHOME
by blewip
Wed May 11, 2005 9:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem obtaining Performance Stats for one Project
Replies: 11
Views: 8565

mmanes wrote:You use that project by the same user?
Yes, with the same user
by blewip
Wed May 11, 2005 8:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error
Replies: 22
Views: 7144

Have you run out of space on a filesystems?
by blewip
Wed May 11, 2005 8:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem obtaining Performance Stats for one Project
Replies: 11
Views: 8565

Problem obtaining Performance Stats for one Project

We have a problem obtaining Performance Statistics for all the Parallel jobs in one project. The other projects are okay, as are the server jobs in this project. We have an error in our Event Log Failed to discover JobMonApp port, APT_ORCHHOME environment variable may not be set correctly. We think ...
by blewip
Fri May 06, 2005 2:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Formatting Decimal to String conversion
Replies: 3
Views: 10909

Thanks, yes that does kinda work. The Float is already defined as 15,2, however the scale may be meaningless for a Float. However if I convert the Float to a Decimal 15,2 and then do the DecimalToString in another Transformer this does indeed work (an extra transformer though). I can also do the fol...
by blewip
Thu May 05, 2005 9:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Formatting Decimal to String conversion
Replies: 3
Views: 10909

Formatting Decimal to String conversion

I am performing a type conversion from a Float to a String using the following Trim(DecimalToString(DSLink2.NOMIN_QTY,"fix_zero,suppress_zero")) This works fine apart from the fact that I have no control over the number of decimal places. For example the output may look like 14256.43676 Wh...
by blewip
Wed Apr 27, 2005 9:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting $UserStatus from a Parallel Job
Replies: 6
Views: 5147

Re:Setting $UserStatus from a Parallel Job

My guess (don't know for sure) is that PX jobs may not have a 'User Status' area like Server jobs do. :? That's possible I am new to PX, however in the Sequence you can access the $UserStatus for the particular PX Job using ActivityVariables. I am accessing $JobName and this seems to work, $JobStat...