Keith Fetterman
10/14/2021, 10:09 PMeminero
10/15/2021, 12:01 AMHarley
10/15/2021, 7:27 AMSteve Goldberg
10/15/2021, 2:30 PMconst hostnameStep1 = this.vm ? hostName : `rest${molecule}.<http://netsuite.com|netsuite.com>`;
to
const hostnameStep1 = this.vm ? hostName : `system${molecule}.<http://netsuite.com|netsuite.com>`;
Steve Goldberg
10/15/2021, 2:30 PMKeith Fetterman
10/15/2021, 3:09 PMKody Brand
10/15/2021, 3:21 PM{
"type": "<https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html>",
"title": "Account-specific domain is not used",
"detail": "In this account, you must use account-specific domains with REST web services endpoints. Go to Setup > Company > Company Information in the NetSuite UI. Your domains are listed on the Company URLs tab.",
"status": 410,
"o:errorCode": "USER_ERROR"
}
This was the error I got originally when, I was on Googles DNS. I do not have the response save that I should be getting.
When I would NSLOOKUP that domain, it would return different IPs depending on what DNS provider I used.
@Steve GoldbergSteve Goldberg
10/15/2021, 3:22 PMKody Brand
10/15/2021, 3:28 PMKody Brand
10/15/2021, 3:29 PMKirk Taylor
10/15/2021, 3:33 PMLMG
10/15/2021, 6:34 PMKirk Taylor
10/15/2021, 6:34 PMKirk Taylor
10/15/2021, 6:39 PMKirk Taylor
10/15/2021, 6:39 PMsystem${molecule}.<http://netsuite.com|netsuite.com>
LMG
10/15/2021, 6:41 PMKeith Fetterman
10/15/2021, 9:13 PMeminero
10/18/2021, 11:24 PMSteve Goldberg
10/19/2021, 10:16 AMGabriel Diaz
10/24/2021, 2:50 PMconst hostnameStep1 = this.vm ? hostName : `rest${molecule}.<http://netsuite.com|netsuite.com>`;
to
const hostnameStep1 = this.vm ? hostName : `system${molecule}.<http://netsuite.com|netsuite.com>`;
Keith Fetterman
11/02/2021, 9:32 PMeminero
11/02/2021, 9:45 PMDavid Mendoza
11/04/2021, 5:34 AMkkennedydesign
11/12/2021, 9:07 PMeminero
11/12/2021, 9:10 PMkkennedydesign
11/12/2021, 9:18 PMeminero
11/12/2021, 9:22 PMkkennedydesign
11/12/2021, 9:22 PMkkennedydesign
11/12/2021, 9:27 PMMike Herrera
12/29/2021, 9:34 PMKeith Fetterman
12/29/2021, 10:32 PM1. Navigate to Setup > Users/Roles > Access Tokens > New
2. Select the Application Name
3. Select the User where the new token will be assigned
4. Select Role (Noticed that Administrator role cannot be selected in this dropdown)
5. Enter Token Name then Save
IMPORTANT: USer will be redirected to the Access Token Record. Make sure to take note of the TOKEN ID and TOKEN SECRET as this is the only time that the Token ID and Token Secret values are displayed. After you leave this page, they cannot be retrieved from the system.
6.Navigate to C:\Users\<Username> (e.g. C:\Users\AICARO)
7. Edit .nstba and enter the following information
*GeleenTstdrvNew2 — is the toke name that will display on the list of tokens when you run gulp theme:fetch
*token — TOKEN ID from step #7
*secret — TOKEN SECRET from step #7
*account — Target account number
8. Save .nstba
9. Run gulp theme:fetch or gulp deploy --to in the CLIExpected Result: The New Token should be available on the list of tokens I replied to NetSuite support asking them what name I should select for “Select the Application Name”. I never received an answer. I also think this may be domain or datacenter related. One of my co-workers on the east coast of the US did not experience the problem. Myself and another co-worker experienced the problem, and we are both on the west coast of the US. If you try this and it works, let me know. Thanks Keith
Mike Herrera
12/29/2021, 10:35 PMKeith Fetterman
12/29/2021, 10:37 PMKeith Fetterman
12/29/2021, 10:39 PMMike Herrera
12/29/2021, 10:40 PMMike Herrera
12/30/2021, 12:35 AM.nstba
worked for me! What was interesting is that it appears that the name of the entry in .nstba
is arbitrary. I named my Sandbox, Staging, and that will be much more convenient than some nonsense hash.Keith Fetterman
12/30/2021, 12:40 AMMike Herrera
12/30/2021, 12:41 AMKeith Fetterman
12/30/2021, 1:26 AM