Focal Point
[SOLVED] Server Error While Deploying and Compiling

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/3631023792

August 28, 2008, 02:30 PM
RichardA
[SOLVED] Server Error While Deploying and Compiling
What does this error mean? The server I am trying to deploy to is a regular Maintain server running in private mode. No agents were busy while I deployed the program. It was a test server with noone on it.

Details: (FOC3839) AppServer command :COMPILE: invalid in state :MAINTAIN CALL SERVER:

This message has been edited. Last edited by: Kerry,


Sandbox Version: 8.1.04
Sandbox Platform: Windows 2008 R2
Testing Version: 7.7.02M
Testing Platform: Windows Server 2008 R2
WF Production Version: 7.7.02M
Production Platform: Windows Server 2008
August 29, 2008, 09:35 AM
Maintain Wizard
Richard
Are there any non-Maintain commands in the code? Something before the MAINTAIN statement or after the END statement? The only thing I can recommend is to change the server to:
Agent_refresh = 1 in edaserve.cfg
If that doesn't work please let me know if all Maintains fail or just this one.

Mark
August 29, 2008, 11:43 AM
RichardA
That agent_refresh = 1 worked. Why? Thanks.


Sandbox Version: 8.1.04
Sandbox Platform: Windows 2008 R2
Testing Version: 7.7.02M
Testing Platform: Windows Server 2008 R2
WF Production Version: 7.7.02M
Production Platform: Windows Server 2008
September 02, 2008, 09:49 AM
Maintain Wizard
Richard
I believe it has to do with Maintain trying to reuse an agent that may or may not be in the ready state. This issue was fixed in later releases (V7.5) but we still recommend that our users call their Maintain procedures with a random value or timestamp to ensure no agent or caching issues.

Mark