Dear Team
I tried to call init with username,server id in windows service program .Service is not running after we implemented this .
When i tried calling init without username .I mean step 3 example .It is working fine .Service is running .
It got stuck when we tried calling with user name ,password .
// perform application initialisation
res = myApp.init( username, /* username */
appId, /* application Id */
pos /* position */
);
In Event viewer we got time out error