Discussions
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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