Discussions
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Join us
v11 cannot login URGENT
We are in the final states of testing our software bridge to NetCRM, and I have begun work today to find that v11 upgrade has taken place. I can still login at the browser, however through web services, I am now not able to login!
I have gone back to the sample code to confirm this:
thisPassport.account = "myacct"
thisPassport.email = "myemail"
role.internalId = "3" 'different to the docs!
thisPassport.role = role
thisPassport.password = "mypasswd" 'change in system
'Attempt login
status = service.login(thisPassport).status
service.login takes some time (about 1 min) then returns with
An unhandled exception of type 'System.Net.WebException' occurred in system.dll