Hi,
Whenever you want to trigger an InterApp call you need the IConnection object. When you do this from protocols you can use 'protocol.SLNet.RawConnection', from SLAutomation you can use 'Engine.SLNetRaw'. Does anyone know how to get the IConnection object from GQI ad-hoc data sources?
I'm not sure why we would use the IConnection object in InterApp calls. To me, it would make more sense to use the IDms class as that one can be initialized from anywhere.
Note: With a workaround (Implementing your own ICommunication which is not the same as the IConnection) it is possible to get the IDms class to communicate with the DataMiner system: How to retrieve a class that implements IDms with the IGQIOnInit? - DataMiner Dojo
Here it would again make more sense to me if they would just return an IDms object.
Hi Michiel
Unfortunately the workaround won't be sufficient as the GQIDMS does not contain any methods regarding subscriptions. InterAppCalls rely on subscriptions when waiting on a response.
For now InterAppCalls can't be supported in GQI.
Thanks for your reply Michiel. Looking forward to see the IDms object being returned instead of the GQIDMS object