|
|
Advanced OPC Data Logger
For Windows 2000 - Windows 7 (incl. Server, x86 and x64). Latest version: 2.6.10 build 119. January 19, 2012.
Trust In Confidence!
OPC and DCOM Configuration. Typical problems and solutions.
OPC and DCOM Configuration on Windows 2008 and Windows 7
5. Typical problems
5.1 RPC server unavailable
This error means that it is impossible to establish a network connection to the RPC service.
- If the error occurs during an attempt to get the list of OPC servers on the remote computer, you should check the firewall settings. The OpcEnum.exe file located in the Windows\System32 folder by default must be added to exceptions.
- You should make sure that inbound DCOM connections to port 135 are permitted
- If the error occurs during an attempt to connect to the OPC server, you should make sure that the executable file of the OPC server is added to the Windows firewall exception list.
5.2 Access denied
This error means that the current permissions are not enough to establish a connection. You should configure DCOM as described in section 4.
5.3 IOPCServerList interface not found
You should restart the computer after you install the OPC Core Components.
Related articles:
- Parsing data from barcode scanner and writing to a log file with a date/time stamp (data at fixed positions, no data packet signatures);
- Processing data from barcode scanner (data at fixed positions, data packets with the end signature);
- Parsing data with help of regular expressions (complex data format, regular expressions, data filter);
- Receiving and parsing data from aircraft engine monitor (usage example, custom data parser);
- Processing data from the lab equipment (simple data format, regular expressions);
- Receiving and parsing data from Garmin Geko301 GPS receiver (simple data format, data at fixed positions, data packets with both signatures);
- Parsing data from the filling machine (simple data format, delimited data, data packets with the end signature, data filter);
- Parsing and processing data from PBX (simple data format, data at fixed positions, data packets with the end signature, data filter);
- Logging and parsing data from an intellectual pressure measuring device (sending requests to the device, simple data format, data at fixed positions, data packets with the end signature, data filter);
- Serial data acquisition in the Checkweigher Management Information System (complex data format, regular expressions, filtering data);
- Serial port data aggregation. Combine a data of two different com-ports (simple data format, data at fixed positions, data packets with the end signature, data filter);
- Weight data logger. Parsing weight data from scales (simple data format, data at fixed positions, data packets with the end signature, data filter).
|