Windows Platform Error Messages

Error 1067

If starting the FlashConnect server on the Web server host produces this error, shut down and restart the server.

Unable to attach to shared memory segment.

Please refer to the diagnostic message Unable to connect to FCService in Diagnostic Messages Displayed On the Browser.

Failed to open semaphore

There is a version mismatch between fccgi.exe and FCService. The versions must match. Reinstalling both the D3 and Windows components may be necessary. To determine the version of fccgi.exe and FCService refer to the topic Determining Release Levels. (Entering -V from MS-DOS no longer performs this function.)

Sorry no FlashConnect servers are available at this time

Try again in a few moments. There are no available FlashConnect connections. Possible causes:

ERROR - Missing required elements in form

This message displays if the URL starting a FlashConnect application is missing either a w3Exec parameter or a w3SessionId parameter. This also happens if the calls to w3HtmlFormBeg or w3HtmlFormEnd are missed.

This URL shows the error:

http://w3lib.rainingdata.com/cgi-bin/fccgi.exe?w3ClosingPage=!url

This URL shows the correction:

http://w3lib.rainingdata.com/cgi-bin/fccgi.exe?w3exec=app&w3ClosingPage=!url

This message indicates an application setup error and not a run-time error, and thus should not be visible to the user during normal operations. It is not kept in the system messages file.

ERROR - Invalid or stale cookie(000)

This message displays to the user when a previously established connection is no longer valid. This happens when a connection times out or when the user attempts to reload a cached page. Restart the connection to recover from this state.

"xxxx" is an illegal command

This message displays if the application name specified in the w3exec parameter does not exist in the w3Apps file. Assuming the application name is app, this example shows the error:

http://w3lib.rainingdata.com/cgi-bin/fccgi.exe?w3exec=wrongapp&w3ClosingPage=!url

This example shows the correction:

http://w3lib.rainingdata.com/cgi-bin/fccgi.exe?w3exec=app&w3ClosingPage=!url

This message indicates an application setup error and not a run-time error, and thus should not be visible to the user during normal operations. It is not kept in the system messages file.

Socket message

No FlashConnect Services available at this time

See Also

Error Messages

UNIX Platform Error Messages

MSG_Exception: Event Handler Messages