Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Restrictions Launching an app from a published app

Status
Not open for further replies.
Joined
Jun 27, 2001
Messages
837
Location
US
Have run into critical issue. We have a vendor supplied app where they let us call an application from inside of their published application. If I call a app (have tried a C, VB6, and dotnet app) when running as a fat client they launch fine. However, if I am running the vendor supplied app as a ctrix client it will not launch the application (they all attach to a db, but it does not seem they we are even getting that far). It will launch notepad or Query analyzer. Anyone seen this before?
 
Sounds like the app is not Terminal Server aware - you may be able to get around this by editing *.ini files, or you may be able to persuade the developers to modify the code accordingly.

Try running Filemon, from at the same time as this program. It MAY show where the program is attempting to launch the external application from. In which case it should be relatively simple to make necessary adjustments.

I came across similar issues with a VB front-end that was supplied to my client by ICL. ICL were really good and modified the code to make it more compliant, and exposed extra parts in the API so that we could tailor *.ini files.

Hope this helps.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top