I'm experiencing below problem:
I'm trying to run Microsoft NAV as remote app. There are two exe file involved: finsql.exe
- main executable and finhlink.exe
. Later one is used to directly run a 'window' within NAV (it takes certain link as parameter). This functionality is not present in finsql.exe
. After configuring and running finhlink.exe
as remote app I get an error "...finsql.exe can't be executed...". I believe it's because finhlink.exe
is in fact invoking finsql.exe
.
Is there a way of allowing invocation of linked executable via remote app?