Application runnint locally using mapped drive

  • Thread starter Thread starter mibbim000
  • Start date Start date
M

mibbim000

I am having a app that runs on c: but needs a mapped network to run. Basically its oracle based app which requires a database to draw data from, when I publish this app as a application it doesnt work on the cilent
Any help in this issue will be really appreciated
 
Hi there,

It seams that the application is trying to open the mapped network drive before it is being mapped.

I sugguest you use the unc path, eg. \\myserver\user1\appl.exe

Nixu
 
Back
Top