Troubleshooting automation setup – Teledyne LeCroy FireInspector Automation Application Programming Interface User Manual

Page 90

Advertising
background image

86

FireInspector Automation API User’s Manual

CATC

Version 1.0

These messages indicate that a connection has been established with
the FireInspector host computer and the FireInspector application
has automatically launched on the host computer.

Troubleshooting Automation Setup

If the message “The RPC server is unavailable” appears when you
attempt to open a trace file, check the network connections between
the two PCs. Also try using the IP address of the host computer in
place of the Host Name (assuming that you had originally used the
Host Name).

If the message “Access denied” appears when you attempt to open a
trace file, make sure that the account that you are using on the host
computer is the same as the one you are using on the client PC and
that both have Administrator privileges.

If you write scripts in C++:

Make sure that the DCOM server (i.e., the FireInspector host
computer) is registered on both the client and server machine.
Normally, Visual C++ automatically registers a COM server
built with ATL after the DLL or executable is linked.

Make sure that the marshalling DLL is installed and registered
on both the client and server machine.

Advertising