Search found 2 matches

by Rick
Thu Aug 04, 2005 12:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: C# Wrapper for Unmanaged DLL
Replies: 4
Views: 4686

Thanks for the reply roy and ray. I took a look at the DBObjects.dll in the application install directory. "Is this the kind of thing you seek?" I'm not sure. I was hoping to be able to traverse the DataStage objects using their properties and methods. i.e. you have a Server which has a collection o...
by Rick
Wed Aug 03, 2005 7:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: C# Wrapper for Unmanaged DLL
Replies: 4
Views: 4686

Just some follow up in case some else picks up this thread... I did some more digging and see that there are some COM objects out there like 'DataStage Object Server' [vmdsobj.dll] which Interop can wrap around but I didn't see any methods to log into a server like DSSetServerParams(). Here's what I...