FCService writes messages to the Windows Event Log. Some messages are informative and others may indicate that an error occurred. This section describes each message written to the Event Log by FCService.
MSG_STARTED
Type |
Informative |
Meaning |
FlashConnect Service started successfully. |
When |
Displays when the FlashConnect service starts. |
Action |
None |
MSG_STOPPED
Type |
Informative |
Meaning |
FlashConnect Service stopped successfully. |
When |
FlashConnect service stops intentionally. |
Action |
None |
MSG_RUNNING
Type |
Warning |
Meaning |
FlashConnect Service is running. It cannot start again. |
When |
Displays when an attempt is made to start the FlashConnect service when it is already running. |
Action |
Do not attempt to run more than one copy of FCService at a time. |
MSG_NOSLOTS
Type |
Warning |
Meaning |
FCService shared memory has no space available for additional connections from database. |
When |
Requests for additional connections from database servers to this FCService exceed the number that FCService can support. |
Action |
|
MSG_NOSHM
Type |
Warning |
Meaning |
Unable to attach to the shared memory segment. |
When |
An attempt was made to use FCService before it was running. |
Action |
Verify that FCService is running. |
MSG_LOSTCOOKIES
Type |
Warning |
Meaning |
FCService lost a cookie. |
When |
A user returns to a form that has already timed out. |
Action |
If this message is received often, check the timeout values in your application. They may be too short. |
MSG_SPIN
Type |
Warning |
Meaning |
FlashConnect Connector (FCCGI.exe) could not locate an open database server on its first attempt, but was subsequently able to find one. The message displays the name of the server pool in which the connection is made. |
When |
An indication that not enough database server phantoms exist to service all of the traffic. Any increase in traffic will cause browser errors. |
Action |
Start more FlashConnect connections for this server pool. |
MSG_NOSERVERS
Type |
Warning |
Meaning |
FlashConnect Connector (FCcgi.exe) could not locate an open database server phantom. The message displays the name of the server pool in which the attempt to connect was made. |
When |
An indication that not enough database server phantoms exist to service all of the traffic. The browser received an error message. |
Action |
Increase the number of database server phantoms. |
MSG_EXCEPTION
Type |
Informative/Warning |
Meaning |
The following internal error occurred: <message>. |
When |
Catch-all messages that display when no other messages apply. |
Action |
Undefined |
See Also