question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

suitecloud account:setup fails on case of letters in account ID

See original GitHub issue

I was trying to stand up a new SDF project. My Account ID is like “tstdrv1234567”.

First attempt failed, when I specified that account ID as NetSuite shows it in the URL bar in my browser - with tstdrv in lower case letters.

C:\workspaces\test-cli\test-cli>suitecloud account:setup ? Select an authentication method: Save a TBA token issued in NetSuite. ? Enter an authentication ID (authID): authID1 ? Enter the account ID: **tstdrv1234567** ? Enter the Token ID: **************************************************************** ? Enter the Token Secret: **************************************************************** The token could not be validated. The authentication details are not valid or the server could not respond. Review your authentication details and try again. Error details: Invalid login attempt.

Second attempt was successful - when I specified the account ID with upper case letters, as a guess.

C:\workspaces\test-cli\test-cli>suitecloud account:setup -i ? Select an authentication method: Save a TBA token issued in NetSuite. ? Enter an authentication ID (authID): authID1 ? Enter the account ID: **TSTDRV1234567** ? Enter the Token ID: **************************************************************** ? Enter the Token Secret: **************************************************************** The TBA token has been saved for the following company and role: ^^^SuiteCloud Developer Exam [Administrator]. This project will use the authentication ID as default. If you want to change your default credentials, run "suitecloud account:setup" again. The account has been successfully set up.

Ideally, the tool would convert those ‘tstdrv’ letters to upper case for me, so it doesn’t fail with an error message that is hard to make sense of. Thanks,

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:14 (7 by maintainers)

github_iconTop GitHub Comments

3reactions
alii-gatorcommented, Nov 6, 2020

@anshulgupta4 Make sure when you generate the token from UI, you select SuiteCloud Development Integration from the application name dropdown. Otherwise token will not work.

0reactions
salvo4ucommented, Jan 28, 2021

@alii-gator I logged into netsuite and generated keys and issued a authid for myself that i want to use for deployments ./sdfcli.sh authenticate -savetoken -tokenid abc -tokensecret xyz -account 123456 -authid mykey But when i use mykey with the deploy command is gives me the error: /bin/bash ${WORKSPACE}/build/sdfcli.sh validate -p …/$line -authid mykey -server

_"The "****" authentication ID (authID) is not available. Check your authentication credentials and try again."_

How can this be removed ??

Read more comments on GitHub >

github_iconTop Results From Across the Web

NetSuite Applications Suite - account:setup - Oracle Help Center
... Choosing User Identification Fields for SuiteSignOn ... the NetSuite Account Center · Checking the Status of Support Cases ... Using Letter Templates....
Read more >
SuiteCloud Development Framework: Building and Deploying ...
Scenario: After enabling SDF, APP ID and SHOW ID FIELD will be available in the account. The. APP ID field appears on custom...
Read more >
SuiteCloud Development Framework - HubSpot
Configure Accounts for SDF Project in Eclipse. Change Project Settings. Add Customizations to SDF. Import by ScriptID. Import by Bundle ID.
Read more >
SuiteCloud IDE Guide - GitLab
Launching SuiteCloud IDE and Using the Account Setup Wizard . ... Always use lower case for internal IDs – When this box is...
Read more >
Account ID Duplicates because of Upper case and lower case
Most of us use Account IDs and Opportunity IDs to determine the unique records once we import the data to excel. Since excel...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found