BlagojKocovski
Programmer
We are developing a VB application that colect contacts and calendar data from GroupWise 6 server. This application should run as a service but when application run in release mode than login function fail to create session. When we run application in debug mode everything works fine.
We tried with using Login and Multilogin functions but the results are same.
Set gwAccount = gwApp.Login("Username", "/ntservice", "Password", egwNeverPrompt)
Set gwAccount = gwApp.MultiloginLogin("Username", "/ntservice", "Password", egwNeverPrompt)
Can somebody tell me how can I overcome the problem and to run application as a service? Thanks in advance.
We tried with using Login and Multilogin functions but the results are same.
Set gwAccount = gwApp.Login("Username", "/ntservice", "Password", egwNeverPrompt)
Set gwAccount = gwApp.MultiloginLogin("Username", "/ntservice", "Password", egwNeverPrompt)
Can somebody tell me how can I overcome the problem and to run application as a service? Thanks in advance.