Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Error updating employee password via WS
Hi there,
I'm implementing a change password feature in our system integrated with NetSuite using webservices.
When I change an employee password the first time, everything goes fine. But if I try to change the second time in a few minutes (even logging out and then log back in) I get this exception:
<?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <soapenv:Fault> <faultcode>soapenv:Server.userException</faultcode> <faultstring>com.netledger.common.exceptions.NLException: Improper usage; trying to get jobID before it has been initialized.</faultstring> <detail> <ns1:stackTrace xmlns:ns1="
0