Does anyone know if this utility is compatible with MX? I am having a problem getting it to run I keep getting an error of

:Unexpected error occurred while processing tag.

So I am not getting past the CFX tag call... Any help would be much appreciated.

The code I am using is:

<CFX_PING NAME="Ping" HOST="#Trim(GetCameraInfo.IPAddress)#" TIMEOUT="3">

<CFIF #Ping.RecordCount# NEQ 0>

<CFOUTPUT>
Ping Time: #ping.RTT# ms<hr>
</CFOUTPUT>

<CFELSE>
<CFSET SourcePath = ImagePath & "\" & "ImageUnavailable.jpg">
<CFSET DestinationPath = ImagePath & "\" & Image_Filename>

<CFOUTPUT>
CAMERA NOT RESPONDING<hr>
</CFOUTPUT>
</CFIF>

Thanks,
   Jim
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to