Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

netsuite SDF error when deploy on WebStorm

SDF Features are enabled.

On webstorm, I can validate (netsuite ide function) and it works.

When I try to the project, even if it's empty or not, the LOG returns:

The remote server returned an error: https://system.na2.netsuite.com:443/app/suiteapp/devframework/ideinstallhandler.nl - Moved Temporarily

like image 876
Klaus Andrade Avatar asked Nov 21 '18 18:11

Klaus Andrade


2 Answers

I solved this error by Adding the SuiteApp Deployment permission to the SDF Role attached to my account. Please follow the guide on how to create the SDF Role in this document.

https://docs.oracle.com/cloud/latest/netsuitecs_gs/NSCDF/NSCDF.pdf - PAGE 7

like image 74
Saeed Anabtawi Avatar answered Oct 11 '22 02:10

Saeed Anabtawi


I got this error with Eclipse after our account was upgraded to 2018.2 and I stopped logging in as Administrator.

This seems to be a permissions problem; I fixed it by creating an SDF Developer role with the permissions listed in that SuiteAnswers article, and then logging into the role using a token, following the links in the note on step 5. (You may not need to use the token; I didn't try it the other way.)

like image 44
Wolfgang Avatar answered Oct 11 '22 03:10

Wolfgang