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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
NS2008.2 -Anyone else having issue with 'Invoking a UI Session from an External App'?
Hi
I have a bash script that uses curl to log into the UI so that I can make use of parts of the Netsuite interface.
It worked really nicely until Netsuite 2008.2 came along now I get: "An unexpected error has occurred. Please go back and try again.".
Here's roughly what I send to the authentication URL:
curl -D header.txt --cookie-jar cookie.txt -d "c=0000000&email=xxxxxx@xxxx.com&password=hidden&taskid=LIST_CALENDAR&id=customrecord1" https://system.netsuite.com/app/webservices/wslogin.nl > loginmessages.html
The available on-line documentation is only for 2007.1 - does anyone know what has changed?
0