Hi,
On a solution that I just finished and I’m moving over to Server I seem to have a problem. One of my datasources is only accessible via VPN. While developing, it hasn’t been a problem as I’ve just had a chron method that periodically sends out a query to the datasource so that the VPN sees it as being used. However when I just run the solution using the Servoy Server and there are no clients using the solution then the VPN connection itself shuts down and there is no way for the clients to start up. I have to manually go and start up the VPN on the server (Windows XP). Does anyone know a way to keep this going using just the Server connection? I don’t think it is a question of using the ‘validate by query’ option as in this case it is the VPN access itself that shuts down and those queries only run before a client request. I have to have some way of keeping traffic going! My only other option is going through the bureaucracy to try to get them to set the VPN up differently which I’m quite sure will be a long drawn out process. I suppose I could have developer running with my chron method to keep the VPN connection up. But perhaps there is a downside to that? Anyone have another idea?
John