Search found 9 matches

by sengleb
Tue Apr 03, 2007 10:43 am
Forum: Site/Forum
Topic: 10K for Craig.
Replies: 5
Views: 4561

Congrats Craig! Thanks for all of your mentoring!!!!! :D
by sengleb
Mon Nov 28, 2005 2:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to connect to DataStage for test automation
Replies: 11
Views: 7302

We are struggling to understand because the type of test automation you are trying to get is something most of us have never tried, nor would ever try. The cost benefit of automating the running of DataStage jobs through a test tool is dubious. This is not a end user GUI tool where test automation ...
by sengleb
Wed Nov 23, 2005 11:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to connect to DataStage for test automation
Replies: 11
Views: 7302

No, routines parameters values that are returned from C++ functions that come from the Datastage API.
by sengleb
Tue Nov 22, 2005 2:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to connect to DataStage for test automation
Replies: 11
Views: 7302

sengleb wrote:Has anyone exported the routines output to an ActiveX DCOM Server? Our intention is to schedule and save DataStage output to a test management repository.
Anyone have any thoughts on this? :D
by sengleb
Mon Nov 21, 2005 10:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to connect to DataStage for test automation
Replies: 11
Views: 7302

Has anyone exported the routines output to an ActiveX DCOM Server? Our intention is to schedule and save DataStage output to a test management repository.
by sengleb
Mon Nov 21, 2005 8:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to connect to DataStage for test automation
Replies: 11
Views: 7302

Running jobs has always been the easy part of testing, verifying results has always been the hard part. Automation of jobs can be done via the API but all that time would probably give you very little benefit. It's having a good regression testing strategy with static test data and a tool to verify...
by sengleb
Fri Nov 18, 2005 4:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to connect to DataStage for test automation
Replies: 11
Views: 7302

How to connect to DataStage for test automation

Looking to connect DataStage ActiveX (COM) controls to a third Party for test automation. Can this be done through routines/plug-ins?
by sengleb
Fri Nov 18, 2005 4:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Export ActiveX
Replies: 2
Views: 2151

Any COM object should expose its methods to anything that calls it. All you need is to figure out how. The dsobjects.dll is not well documented, though most of the objects are described fairly well in a UniVerse manual called UniObjects Developers Guide which you can download from IBM's web site. T...
by sengleb
Thu Nov 17, 2005 11:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Export ActiveX
Replies: 2
Views: 2151

Export ActiveX

We want to connect the ActiveX (Com) to a third party open API ActiveX DCOM Server. We want to export the DataStage ActiveX (Com) Controls to the third party ActiveX DCOM Server. Is this Possible?