Skip to main content
April 21, 2009
Question

FMS "Flash Remoting log"

  • April 21, 2009
  • 1 reply
  • 616 views

I have inherited an application where calls to our FMS server result in the SSAS initiating remoting calls to an external database server (via AMFPHP).

We have had intermittent problems on the remoting calls from the FMS server to the external database server. We are running FMS 3.5.

In researching, I found this entry in livedocs.adobe.com for "Viewing Flash Remoting log entries" for "Using Flash Remoting MX for Microsoft .NET":
http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/usingFRNET7.htm

Does FMS have any such automatic "Flash Remoting log"?

Or must we rely only on our application logs with trace() statements in our _Result and _Status handlers?

Thanks,

g

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    April 24, 2009

    No automatic logging.  The zen of python comes into mind here:  "Explicit is better than Implicit", as more than likely the "auto" logging would cause more trouble than it solves.  That said, it is extremely easy to add handlers to the remoting calls, and imho allows you much more flexibility in reacting to the event (whereas the auto logging is dumb, and would just log it.)