Normal Topic Starting Problem (Read 525 times)
Amor
Full Member
Members
***
Offline


No personal text

Posts: 366
Location: Germany
Joined: Feb 7th, 2004
Starting Problem
Dec 8th, 2010 at 5:28pm
Print Post Print Post  
Hello!

I can start Sesame application via createProcess or through a Link on Display. Once a file for a client is on the Server with CreateProcess logged in,

Unfortunately  i can´t open  the same application via a Link !

I get a error :"Database F:\Sesame2\data\mdlvaria.DB" faild to open"
                   The Application is locked and may currently in use."

I could not be a Link open!  Why?


CreateProcess : CreateAProcess("C:\Sesame2\Program\sesame DATA\MDLVARIA.DB  -client  srv2003:20000:20001 ")

The Link          : C:\Sesame2\Program\sesame.exe \\srv2003\Daten\Sesame2\DATA\MDLVARIA.db  -client srv2003:20000:20001

Any tips would be appreciated.

We're running client/server version 2.5.2.
  

Dr. med. Amor Belhareth&&Medizin Labor &&Germany
Back to top
 
IP Logged
 
proudpoppy
Full Member
Members
***
Offline


Do What ??

Posts: 420
Location: South Carolina
Joined: Apr 7th, 2004
Re: Starting Problem
Reply #1 - Dec 8th, 2010 at 6:55pm
Print Post Print Post  
C:\Sesame2\Program\sesame.exe -Client server:25000:25001:"Database"
  
Back to top
 
IP Logged
 
Ray the Reaper
Global Moderator
Members
Lantica Support
*****
Offline


The One & The Only

Posts: 2482
Joined: Aug 20th, 2003
Re: Starting Problem
Reply #2 - Dec 8th, 2010 at 8:52pm
Print Post Print Post  
Quote:
Hello!

I can start Sesame application via createProcess or through a Link on Display. Once a file for a client is on the Server with CreateProcess logged in,

Unfortunately  i can´t open  the same application via a Link !

I get a error :"Database F:\Sesame2\data\mdlvaria.DB" faild to open"
                   The Application is locked and may currently in use."

I could not be a Link open!  Why?


CreateProcess : CreateAProcess("C:\Sesame2\Program\sesame DATA\MDLVARIA.DB  -client  srv2003:20000:20001 ")

The Link          : C:\Sesame2\Program\sesame.exe \\srv2003\Daten\Sesame2\DATA\MDLVARIA.db  -client srv2003:20000:20001

Any tips would be appreciated.

We're running client/server version 2.5.2.


Hello Amor,

The CreateProcess and the link need to use the same file path. Right now one is using \\srv2003\Daten\Sesame2\DATA\MDLVARIA.db and the other is using just DATA\MDLVARIA.DB. This will cause only one of them to work at a time. try changing the link to C:\Sesame2\Program\sesame.exe DATA\MDLVARIA.DB  -client  srv2003:20000:20001

-Ray
  

Raymond Yoxall Consulting
ray.yoxall@gmail.com
ryoxall@lantica.com
Sesame Applications, Design and Support
Back to top
IP Logged