码迷,mamicode.com
首页 > 其他好文 > 详细

How to solve SD Connect C4 WIS VIN not found, datacard not display

时间:2016-06-09 15:51:38      阅读:148      评论:0      收藏:0      [点我收藏+]

标签:

I have installed EPC 02/2016 and WIS 04/2016 in ewa-net.. But, got into some troubles with WIS datacard option that is grey. Luckily, I managed to solve it. Here is all my experience with SD Connect C4 WIS & EPC.
技术分享
EPC works fine but in WIS when it give VIN, i have this error message:

vehicle identification number not found.
datacard cannot be displayed.

技术分享

I opened with my Notepad the wis_cfg.xml file from the EWA-NET Folder\Config &

searched the word: "datacardurl" replaces the lan ip address with "localhost" in the

2x points that i watched:

<PARAMETER name="gateway">EWA-net/ewa-net</PARAMETER>
<PARAMETER name="datacardUrl">http://PC.localdomain:9000/EPC-net/datacardapi</PARAMETER>
<!-- URL of datacard service for Snap On‘s datacard view: -->
<PARAMETER name="datacard_V2_Url">http://PC.localdomain:9000/EPC-net/dcapi</PARAMETER>

and i changed it to:
<PARAMETER name="gateway">EWA-net/ewa-net</PARAMETER>
<PARAMETER name="datacardUrl">localhost:9000/EPC-net/datacardapi</PARAMETER>
<!-- URL of datacard service for Snap On‘s datacard view: -->
<PARAMETER name="datacard_V2_Url">localhost:9000/EPC-net/dcapi</PARAMETER>

The wrong part is http://.

I remove it

Save the .xml file and Reboot the PC!

 

All works fine now!!!!

I think I should buy items from a more professional seller like mbstarshop.com. My brother got MB SD connect C4 there and never got into troubles like me. His WIS and EPC with SDconnect also works good also.

original:SD Connect C4 WIS VIN not found, datacard not display

How to solve SD Connect C4 WIS VIN not found, datacard not display

标签:

原文地址:http://www.cnblogs.com/autolobd2/p/5572336.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!