Search found 73 matches

by PeterPol
Tue Jul 10, 2007 12:15 am
Forum: IBM QualityStage
Topic: User Overides do not work in standardisation stage
Replies: 1
Views: 1760

User Overides do not work in standardisation stage

Problem in QualityStage: When I add some user overides in the unhandled pattern for the FRNAME rule-set. They will still not be used in the standardisation stage that uses this rule-set. When I test the changings with the rule-set annalyzer it works. Example: This name must me standardized: Mr. L At...
by PeterPol
Wed May 02, 2007 1:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stored procedures in datastage 8.0
Replies: 1
Views: 1172

stored procedures in datastage 8.0

Hello,

Does Datstage 8.0 supports the use of Sybase ASE stored procedures?

Peter
by PeterPol
Fri Mar 23, 2007 5:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: count rows in a sequential file
Replies: 7
Views: 6626

Hello, This one works for my situation: - Use Sybase OC stage to create a single row (SELECT 1) - Use the Link Collector stage to append the source rows of the sequential file with this extra row. - Use the Aggregator stage to count the number of rows - Subtract one of this count to get the number o...
by PeterPol
Fri Mar 23, 2007 4:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: count rows in a sequential file
Replies: 7
Views: 6626

count rows in a sequential file

Hello,

I want to calculate the number of rows in a sequential file by using the Count rows option in the aggregator stage.
Unfortunately, I get no rowcount when the sequential file is empty.

Any idea how to solve this?

Peter
by PeterPol
Wed Mar 14, 2007 6:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: multiple replacements in string
Replies: 1
Views: 1275

multiple replacements in string

Hello, I have a requirement to shorten incoming addresses by replacing addressparts like STREET in STR, or AVENUE in AVE, SECOND in 2nd, NORTH in N etc. For instance: address 'SECOND AVENUE NORTH' becomes '2nd AVE N' Of course, I could build the (couple of hundreds) substitution rules in a routine. ...
by PeterPol
Fri Mar 02, 2007 7:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Improper data type
Replies: 10
Views: 5263

Hi,

Arg1 is an input-only parameter.

I already tried your suggestion but that didnt work too. :(

Peter
by PeterPol
Fri Mar 02, 2007 5:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Improper data type
Replies: 10
Views: 5263

Hi,

The routine with the call statement was automatically created by Datastage as a result of importing an activex dll function (External Function Definition in DSManager).

I tested the routine within the routine itself (button Test...). I haven't tried to call the routine from a transformer

Peter
by PeterPol
Fri Mar 02, 2007 4:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Improper data type
Replies: 10
Views: 5263

- I don't know where to find DSD.WriteLog?
- As far as I can see/understand, the routine that was generated during the import, only contains a call to the activex function

Peter
by PeterPol
Fri Mar 02, 2007 3:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Improper data type
Replies: 10
Views: 5263

Hello,

In that case the routine compiles without warnings. However, when I test the routine I still get the same error.

Peter
by PeterPol
Fri Mar 02, 2007 2:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Improper data type
Replies: 10
Views: 5263

hi,

Is there someone who can help me with this problem?

Peter
by PeterPol
Thu Mar 01, 2007 2:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Improper data type
Replies: 10
Views: 5263

Improper data type

Hi all, I imported succesfully an external function in Datastage. This created the following transform function: ***************************************** $INCLUDE DSINCLUDE DSOLETYPES.H str1 = Arg1 * Automation Class name and OLE function name SNAME = 'UltraDLL.UltraDLLObject' MNAME = 'ultradll_spl...
by PeterPol
Thu Mar 01, 2007 1:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: import external function fails
Replies: 4
Views: 2352

Thanks Ray,

I was able to import the functions after providing the functions with an input parameter. :)

Peter
by PeterPol
Wed Feb 28, 2007 3:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: import external function fails
Replies: 4
Views: 2352

Hello, I recreated the activex library dll again in delphi and the error does not appear anymore. :? The dll consists of 2 simple functions, both without input parameters; the first one returns an integer, the second one returns a string. I did the following steps to import the dll: 1. register the ...
by PeterPol
Wed Feb 28, 2007 1:11 am
Forum: General
Topic: Run a job without waiting to complete
Replies: 9
Views: 4642

Thanks
The writen routine works for my problem. :D
by PeterPol
Tue Feb 27, 2007 9:15 am
Forum: General
Topic: Run a job without waiting to complete
Replies: 9
Views: 4642

This job seqeunce is the first job in my process to run all other processes after each hour. But when a process is still busy. The first job seqeunce must start all other processes with a new invocation id. The problem is if a job is started in the seqeunce the job seqeunce will wait until the job h...