forcedotcom / SFDX-Data-Move-Utility

SFDMU is a cutting-edge Salesforce data migration tool for seamless org population from other orgs or CSV files. It handles all CRUD operations on multiple related objects in one go.
BSD 3-Clause "New" or "Revised" License
438 stars 73 forks source link

[QUESTION-GUI] - SF CLI is no longer detected #819

Closed bdJohnson72 closed 1 month ago

bdJohnson72 commented 1 month ago

I love the GUI app and a session working and configured. Then it stopped detecting my CLI. When I get to the congifuration step and select > Detect Available SFDX connections. I get the error "Failed to Execute the command...."Check whether the CLI is installed.."

I know I have the SF CLI installed, and it was working, but then it stopped.

And thank you for this amazing tool!

hknokh commented 1 month ago

Hello, @bdJohnson72

Thank you for reaching out. I will do my best to assist you as quickly as possible and will keep you updated on my progress.

Cheers

hknokh2 commented 1 month ago

Hello May I know which version of the gui are you currently using?

bdJohnson72 commented 1 month ago

I am using 4.6.0

mrcdsouza commented 1 month ago

I had the same issue when running the app via the icon on Mac OS. Once I ran the application from the command line (/Applications/sfdmu-gui-app.app/Contents/MacOS/sfdmu-gui-app) , it was able to detect sf and find my connections. I did have the sf executable in my PATH.

hknokh2 commented 1 month ago

Thanks, @mrcdsouza Yes. That's correct. You need to run this application properly exactly as described in the doc, not via the icon. The main application entry has no necessary permissions for sfdx cli.

github-actions[bot] commented 1 month ago

This case has been marked as 'to-be-closed', since it has no activity for the 3 days.
It will be automatically closed in another 3 days of inactivity.

bdJohnson72 commented 1 month ago

That worked sorry for the late response. I was away for a bit. Not sure how I ever got it working. Thank you for the help