Hi @all,
we're using Integrity 10.2, and this question is about the source-part of it. We've written a helper-tool (in visual basic) as an assistant for our users to help them sharing subprojects into other subprojects. Its more or less just a GUI for some commandline-operations. The first operation (of course) is to connect to an integrity-server. This ist the commandline for this:
si connect --hostname=<servername> --port=7001 --gui
In the vb-code it looks like this:
sCMD = "si connect --hostname=" + sServer + " --port=" + sPort + " --gui"
Shell(sCMD, AppWinStyle.Hide, True)
This tool ist now running since more than a year without problems. Now we have one user, which has the following problem: If he uses the helper-tool, he gets following error-message:
Can't launch executable. (The Launchanywhere properties file is missing).
This error pops up only when using the helper-tool, not if running the commandline directly. I didnt know if its an error from Integrity, from our tool, or from windows or any other program at the computer of this special user and i have no idea where i have to search. And i cannot have direct access to this special computer. Anyone else has some idea?
regards, Jens