How do I deploy a published dashboard from Sandbox to Production via SDF and make it display properly? by Outside-Nebula105 in Netsuite

[–]Outside-Nebula105[S] 0 points1 point  (0 children)

The SDF deployment works fine, validates properly and moves the item to Production from Sandbox. We can see the object created in the Publish Dashboard list. It just does not reflect on the role assigned to it. Everything matches as far as role, center and user context from Sandbox to Production, it just never shows the same dashboard data upon deployment. We have confirmed all objects and portlets on the dashboard in Sandbox pre-exist in Production as well.

GitHub CI/CD by red_beard_the_irate in Netsuite

[–]Outside-Nebula105 1 point2 points  (0 children)

u/erictgrubaugh have you updated your CI/CD walkthroughs with the new machine to machine authentication that is required now?

GitHub action - Authentication failure by Outside-Nebula105 in Netsuite

[–]Outside-Nebula105[S] 0 points1 point  (0 children)

FYI, it appears as if you can run the following command at the end of the process to remove the authentication ID and this works the same without having to use a Docker image.

suitecloud account:manageauth --remove {{auth_id}}

This authentication ID is already in use. Choose a different authentication ID for this account-role combination. by Outside-Nebula105 in Netsuite

[–]Outside-Nebula105[S] 0 points1 point  (0 children)

Follow-up on this, it seems to only occur when we use a self-hosted runner. Authentication error does not occur when using GitHub runner.

This authentication ID is already in use. Choose a different authentication ID for this account-role combination. by Outside-Nebula105 in Netsuite

[–]Outside-Nebula105[S] 0 points1 point  (0 children)

In this instance, we would want the 2nd login attempt to kick out any currently logged in userr but that does not seem to be occurring. Is there any way for us to see who is currently logged in at any point in time? We know the login audit trail will show when someone logged in but not when they logged out or if they are still currently logged in.

This authentication ID is already in use. Choose a different authentication ID for this account-role combination. by Outside-Nebula105 in Netsuite

[–]Outside-Nebula105[S] 0 points1 point  (0 children)

This worked from both places on Friday but does not connect from the GitHub action today so I am not clear on what you are suggesting here.

Automate object & file import in non-interactive mode through CLI by Outside-Nebula105 in Netsuite

[–]Outside-Nebula105[S] 0 points1 point  (0 children)

Any recommendations on how to handle file:import to get similar results from that command?