Difference between revisions of "ITrack/VIN Power"

From ISoft Wiki
Jump to navigationJump to search
(New page: ===Vin Power=== Vin Power is a 3rd Party Utility that ITrack uses for the decoding of VINs. In the host.ini file there is a "vinpower" section where the path ...)
 
Line 1: Line 1:
===Vin Power===
VinPower is a third party Utility that ITrack uses to be able to decode VINs.
Vin Power is a 3rd Party Utility that ITrack uses for the decoding of VINs.  In the [[ITrack/Host.ini Settings|host.ini]] file there is a "vinpower" section where the path of the vin power files can be specified.  This location is "'''...\<ITrack Directory>\Vin Power\'''" on most peoples installs of ITrack although for some it may still be "'''...\<ITrack Directory>\data\'''" (if this is the case you should change it to "Vin power").


If users are getting the error '''"Error loading VIN power. Please verify that the data path is correct set in host.ini"''' When they open the Vehicle Screen, it means one of the following things:
In the [[ITrack/Host.ini Settings|host.ini]] file there is a "vinpower" section where the path of the vin power files can be specified. This location is "'''...\<ITrack Directory>\VinPower\'''" on most peoples installs of ITrack although for some it may still be "'''...\<ITrack Directory>\data\'''" (if this is the case you should consider moving it to "Vinpower"). 
*The path in the host file isn't pointed to the correct directory of the vin power files
*vp_lib5.dll needs to be registered
**Open up the command prompt and run '''regsvr32 <path of vin power files>\vp_lib5.dll'''


If they get an error: "Error Decoding Vin" it may mean:
== Error decoding VIN ==
If the message "Error Decoding Vin" pops up when attempting to decode a VIN, it may mean:
*The VIN they entered isn't valid
*The VIN they entered isn't valid
*The VIN is too long for Vin Power to decode (> 13 characters)
*The VIN is too long for Vin Power to decode (> 13 characters)
**If this is the case, try removing a few characters off the end of the VIN
**If this is the case, try trimming a few characters off the end of the VIN
 
 
== See Also ==
[[ITrack/Error Loading VIN Power|Error Loading VIN Power]]

Revision as of 18:37, 19 April 2010

VinPower is a third party Utility that ITrack uses to be able to decode VINs.

In the host.ini file there is a "vinpower" section where the path of the vin power files can be specified. This location is "...\<ITrack Directory>\VinPower\" on most peoples installs of ITrack although for some it may still be "...\<ITrack Directory>\data\" (if this is the case you should consider moving it to "Vinpower").

Error decoding VIN

If the message "Error Decoding Vin" pops up when attempting to decode a VIN, it may mean:

  • The VIN they entered isn't valid
  • The VIN is too long for Vin Power to decode (> 13 characters)
    • If this is the case, try trimming a few characters off the end of the VIN


See Also

Error Loading VIN Power