Joel Musheno
02/26/2025, 1:59 PMTim Roberson
03/06/2025, 6:41 PMnpm fund
for details
65
echo * | base64 -d > /tmp/private-key.pem
66
shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
67
env:
68
JAVA_HOME: /opt/actions-runner/_work/_tool/Java_Oracle_jdk/17/x64
69
JAVA_HOME_17_X64: /opt/actions-runner/_work/_tool/Java_Oracle_jdk/17/x64
71
./node_modules/.bin/suitecloud accountsetupci --account ** --authid ***** --certificateid * --privatekeypath /tmp/private-key.pem
72
shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
73
env:
74
JAVA_HOME: /opt/actions-runner/_work/_tool/Java_Oracle_jdk/17/x64
75
JAVA_HOME_17_X64: /opt/actions-runner/_work/_tool/Java_Oracle_jdk/17/x64
76
/opt/actions-runner/_work/_temp/34c20b99-4da0-46d9-9c63-094037dfbe4f.sh: line 1: ./node_modules/.bin/suitecloud: No such file or directory
77
Error: Process completed with exit code 127.Zoran R-DATAGRAM
03/10/2025, 12:12 PMMark C
03/10/2025, 4:38 PMNickSuite
03/10/2025, 5:36 PMSimonC
03/10/2025, 8:47 PMDetails: All term references must be to terms in translationcollection objects in the same SuiteCloud project. Terms cannot be referenced in other SuiteCloud projects, bundles, or SuiteApps.
In the past I have overcome this by including the translationcollection in the project, however I have references to some locked translation strings and cannot import the collection into my project. Having it listed as manifest fails with the above. Anyone find a workaround for such cases?karlenigma
03/13/2025, 2:00 PMdarrenhillconsulting
03/13/2025, 6:30 PMThe "XXXXXXXXX" authentication ID is not available. Check your authentication credentials and try again.
in one project .. but all the other projects deploy just fine.Bruce Backman
03/14/2025, 8:13 PMRobert Vice
03/21/2025, 8:24 PMproject:deploy --dryrun
in a CI/CD environment without secure storage? I tried with environment variable SUITECLOUD_CI
, which changed the error from
Secure storage is inaccessible. Ensure that the secure storage in your system is properly configured and accessible.
to
The following environment variables are currently set: SUITECLOUD_CI.
The operation you are trying to perform is not allowed with the current environment variable configuration.
The normal deploy after seems to work. I'm using the dryrun
to try and catch issues before it actually goes and touches the environment.Thorsten Schmitz
03/25/2025, 9:29 AMThe passkey required to decrypt your credentials is missing.
Try deleting the credentials file ~/.suitecloud-sdk/credentials_browser_based.p12 and setting up your account again.
I already purged the .suitecloud-sdk folder and also purged the project. Authentication is empty. When I create a new token (browser-based) I get the same message again. Any ideas what could be causing this?Nicholas Williams
04/03/2025, 1:54 PMWill Little
04/04/2025, 9:23 PMRoy L
04/08/2025, 7:34 PMRyan Valizan
04/09/2025, 6:33 PMnode ./node_modules/@oracle/suitecloud-cli/src/suitecloud.js project:adddependencies
. I’ve debugged down to it seems to possibly be something to do with the jar execution.
Anyone seen this issue before or know what it might be?Jonathan MacKenzie
04/11/2025, 6:04 PMsuitecloud.config.js
and while it works for the CLI it seems to be ignored by the Webstorm plugin, is this not supported?
I was also surprised to find that the Webstorm plugin does not use the same authid store as the CLI but it seems this discussion has been had already and I need to set some environment variablestexmc
04/15/2025, 1:26 PMtexmc
04/15/2025, 1:27 PMMark C
04/16/2025, 3:06 PMDavid Na
04/21/2025, 2:40 PMSlackbot
04/24/2025, 12:31 AMAaron McCausland
04/24/2025, 11:27 PM<parameter>
<name>Transaction Form1</name>
<selectrecordtype>-171</selectrecordtype>
<value>184</value>
</parameter>
--
Details: The Transaction Form1 condition builder parameter in the workflowaction2365 setfieldvalueaction contains a value, 184, that is not valid for the -171 selectrecordtype.
What kind of value is it expecting instead?Marwan
04/25/2025, 11:32 PMalien4u
06/03/2025, 11:02 AMamy
06/03/2025, 7:28 PMtech_ph2019
06/06/2025, 3:00 PMAn error occured during validation of Custom Objects against the account
Details: A script is attempting to edit the statuses sublist. This sublist is currently in read-only mode and cannot be edited. Contact your NetSuite administrator to disable the script if you need to submit this record.
creece
06/26/2025, 9:54 PMdarrenhillconsulting
06/30/2025, 4:20 PMDaryl K
07/05/2025, 12:01 AMMachine-to-machine authentication is not allowed for the current execution context.
For more information, see <https://system.netsuite.com/app/help/helpcenter.nl?fid=article_0113125121.html>
Anyone know how I can solve this?Kristopher Wood
07/11/2025, 7:02 PM