Hello there,
I have downloaded Assets Discovery for server and followed this documentation to the tea. I have mono downloaded and it is a higher version than the suggested minimum. I have unzipped the Discovery files and when I run the executables I get this error. Does anyone know how to debug this?
https://confluence.atlassian.com/insightapps/using-discovery-on-a-linux-system-1085180648.html
Hi @Cami
This looks like your Discovery_3 directory is not in your PATH.
What happens if you type the following from that Discovery_3 directory?
mono ./Discovery.exe -s
What are the permissions for Discovery.exe? Can you run "ls -l" on the directory and show the output?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How did you install mono?
Did you use the following?
sudo apt install mono-devel
If you did, that works for Windows code you have to compile.
I think you have to install mono this way:
sudo apt install mono-complete
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I installed mono by following the instructions here for ubuntu. This is the version I am running (included in the screenshot). I have also run the sudo apt install mono-complete command and it made no difference https://www.mono-project.com/download/stable/#download-lin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.