I am getting the following errors in my imAppLog-
"
"2013-08-08 12:08:08,780 log_level=ERROR action="GETting table" ur="htp://192.168.3.10/~export/devices.xml" message="[Errno 10054] An existing connection was forcibly closed by the remote host"
2013-08-08 12:08:08,780 log_level=ERROR sessionNo="793" action="Testing connection to InterMapper server - htp://192.168.3.10" message=FAILED error="[Errno 10054] An existing connection was forcibly closed by the remote host"
2013-08-08 12:08:08,780 log_level=CRITICAL sessionNo="793" parentFunction="crashOut" message="Critical - Exiting due to error."
2013-08-08 12:08:09,905 log_level=INFO sessionNo="1674" action="Creating PID" message="PID Created" pat="D:Program FilesSplunketcappsInterMapperdefaultloadImData.py.pid"
2013-08-08 12:08:09,905 log_level=INFO sessionNo="1674" action="State Loaded" message="Success"
2013-08-08 12:08:09,921 log_level=INFO sessionNo="1674" action="Configuration Loaded" message="Success"
2013-08-08 12:08:09,921 log_level=ERROR sessionNo="1674" action="Opening File Handle for :Program FilesSplunketcappsInterMapperlookupsdeviceTable.csv" message="IO Error when trying to open file for read access"
2013-08-08 12:08:09,921 log_level=ERROR sessionNo="1674" action="Opening File Handle for :Program FilesSplunketcappsInterMapperlookupsmapTable.csv" message="IO Error when trying to open file for read access" "
The two files it is looking for, mapTable.csv and deviceTable.csv, are not there. Also, it seems like the app never finishes installing. This is my first attemp at using this and could really use some help.