Search found 3 matches
- Fri Sep 22, 2006 5:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Development Kit API problems with DSGetProjectInfo
- Replies: 2
- Views: 703
Re: Development Kit API problems with DSGetProjectInfo
Problem Solved, thanks for your help.
- Thu Sep 21, 2006 2:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Development Kit API problems with DSGetProjectInfo
- Replies: 2
- Views: 703
Re: Development Kit API problems with DSGetProjectInfo
Ok, i no longer get the system.NullReferenceException, i changed the DSGetProjectInfo declaration to [DllImport("vmdsapi.dll")] internal static extern int DSGetProjectInfo(IntPtr Project, int InfoType,[InAttribute(),OutAttribute()]ref IntPtr ProjectInfo); Check the ref keyword, now the problem is th...
- Thu Sep 21, 2006 12:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Development Kit API problems with DSGetProjectInfo
- Replies: 2
- Views: 703
Development Kit API problems with DSGetProjectInfo
Im Building a wraper in C# for the C++ API, im able to connecto to the server and get the ProjectList, even open a project, the problem is when a try to get the jobs of the Project, if i try to get the info of a Project with no jobs the return value is -1007 wich is ok, but if i try to get the info ...