Unfortunately we do not accept new members for free, Now Registration cost 30€, if you are interesting Send Email to [email protected]

Read SVT VCM dont work on G-Series
10-12-2018, 16:31 PM, (This post was last modified: 10-12-2018, 17:23 PM by weby.)
Post: #1
XZBMW  Read SVT VCM dont work on G-Series
Hello,

I try to coding a G31 with the I-Stufe 18-07.532. I try it with E-Sys 3.27.1 and 3.33 and psdzdata full 4.15.12.
I connect sucessfully to S15A via VCM. If I read the FA it looks different to F-Series.

I can use Read SVT ECU but if I read the CAFD of DKombi2, I get empty folders with dots.
If I read SVT VCM I get the error message below:

Code:
com.bmw.esys.domain.psdz.PsdzException: Generate SVT_Ist failed. [C105]
at com.bmw.esys.domain.psdz.PsdzVcm.generateSVTist(PsdzVcm.java:455)
at com.bmw.esys.domain.psdz.Psdz.generateSVTist(Psdz.java:637)
at com.bmw.esys.domain.svt.SvtLogic.generateSvtActual(SvtLogic.java:707)
at com.bmw.esys.domain.svt.SvtLogic.readSvtActual(SvtLogic.java:172)
at com.bmw.esys.gui.svt.SvtCompareController$SvtActualReadWriteController.doRead(SvtCompareController.java:955)
at com.bmw.esys.gui.DefaultReadWriteController.read(DefaultReadWriteController.java:75)
at com.bmw.esys.gui.ReadWriteSupport$ReadAction.doActionPerformed(ReadWriteSupport.java:93)
at com.bmw.esys.gui.AbstractView$AbstractGuiAction.actionPerformed(AbstractView.java:234)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289)
at java.awt.Component.processMouseEvent(Component.java:6533)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
at java.awt.Component.processEvent(Component.java:6298)
at java.awt.Container.processEvent(Container.java:2236)
at java.awt.Component.dispatchEventImpl(Component.java:4889)
at java.awt.Container.dispatchEventImpl(Container.java:2294)
at java.awt.Component.dispatchEvent(Component.java:4711)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4888)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4525)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4466)
at java.awt.Container.dispatchEventImpl(Container.java:2280)
at java.awt.Window.dispatchEventImpl(Window.java:2746)
at java.awt.Component.dispatchEvent(Component.java:4711)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:90)
at java.awt.EventQueue$4.run(EventQueue.java:731)
at java.awt.EventQueue$4.run(EventQueue.java:729)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Caused by: job failed with negative response error: 
 code: service returned global negative response
 description: Service RC_VCM_GEN_SVT returned a negative response with response code requestOutOfRange; LinkName: VCM_ETHERNET
 severity: ERROR

Timestamp: Mon Dec 10 14:01:52 CET 2018
 ID: 433
Class: com.bmw.psdz.vehicle.connection.util.ResultUtil
ExecutionContext={category=VCM, ecuid=(VCM,0x10),PSdZEvent={message=MCDDiagService<id=70649, job=com.bmw.psdz.jobs.uds.vcm.MCD3_PerformIdentityCheckInVCM, service=RC_VCM_GEN_SVT - RoutineControl VCM_Generiere_SVT, description=error: negative response : requestOutOfRange, link=VCM_ETHERNET>, timestamp=Mon Dec 10 14:01:51 CET 2018, package name=com.bmw.prodias.execution.primitives.mcd, class name=SingleEcuJob, text id=MCD_EVENT_ID__JOB__SERVICE__DESCRIPTION__LINK__, event id=default, event type=DiagService error, null}}
at com.bmw.psdz.vehicle.connection.util.ResultUtil.failJob(ResultUtil.java:128)
at com.bmw.psdz.vehicle.connection.util.ResultUtil.checkResponsePositive(ResultUtil.java:86)
at com.bmw.psdz.vehicle.connection.util.ResultUtil.getPositiveResponseOrTerminateOnError(ResultUtil.java:173)
at com.bmw.psdz.vehicle.connection.wrapper.LegacyJobWrapper.terminateOnError(LegacyJobWrapper.java:654)
at com.bmw.psdz.programmer.behavior.impl.SystemFunctionBAImpl.generateSVTist(SystemFunctionBAImpl.java:455)
at com.bmw.psdz.programmer.facade.ProgrammerImpl.systemFunction_generateSVTist(ProgrammerImpl.java:996)
at com.bmw.psdz.vcm.facade.VCMImpl.generateSVTIst(VCMImpl.java:90)
at com.bmw.psdz.facade.VCMBF.generateSVTIst_aroundBody36(VCMBF.java:162)
at com.bmw.psdz.facade.VCMBF.generateSVTIst_aroundBody37$advice(VCMBF.java:84)
at com.bmw.psdz.facade.VCMBF.generateSVTIst(VCMBF.java:1)
at com.bmw.esys.domain.psdz.PsdzVcm.generateSVTist(PsdzVcm.java:453)
... 44 more


I already tried this with two different machines (Rig and VMware)



\\Edit: I try it with a DHCP server but dont work too.


Attached Files Thumbnail(s)
   
Quote this message in a reply
10-12-2018, 20:58 PM,
Post: #2
RE: Read SVT VCM dont work on G-Series
Dkombi2 has different cafd mappings. Try updating your esys launcher pro to the latest version.

under Don’t forget to give Thanks & Rep if my post helped you!!!underthankyou
Quote this message in a reply
10-12-2018, 21:26 PM,
Post: #3
RE: Read SVT VCM dont work on G-Series
I have the same error: "negative response : requestOutOfRange, link=VCM_ETHERNET" with psdz 4.15.16, 4.14.14 doesn't give that error.
Quote this message in a reply
10-12-2018, 22:29 PM,
Post: #4
RE: Read SVT VCM dont work on G-Series
connect via VIN and read ECU after connect it
Quote this message in a reply
10-12-2018, 22:42 PM,
Post: #5
RE: Read SVT VCM dont work on G-Series
Connect via VIN or Gateway use the same port 6801 makes no difference
Quote this message in a reply
10-12-2018, 23:10 PM,
Post: #6
RE: Read SVT VCM dont work on G-Series
Yes I try it with VCM, VIN or Gateway. I try it via port mapper and vpn too.
Iam able to code DKombi2 (for Alpina Style) successfully, but other cafds are empty with dots.
On F-Series I have this problem too, when I read SVT ECU. I think I need the SVT VCM to get the right informations.

Already use the lastest Pro Launcher form Tokenmaster.
Quote this message in a reply
10-12-2018, 23:15 PM,
Post: #7
RE: Read SVT VCM dont work on G-Series
Try in VCM tab to read backup
Quote this message in a reply
11-12-2018, 03:52 AM, (This post was last modified: 11-12-2018, 03:53 AM by Almaretto.)
Post: #8
RE: Read SVT VCM dont work on G-Series
(10-12-2018, 23:10 PM)weby Wrote:  Yes I try it with VCM, VIN or Gateway. I try it via port mapper and vpn too.
Iam able to code DKombi2 (for Alpina Style) successfully, but other cafds are empty with dots.
On F-Series I have this problem too, when I read SVT ECU. I think I need the SVT VCM to get the right informations.

Already use the lastest Pro Launcher form Tokenmaster.

Any car with BDC_Body (eg, I012, F045, G-series), you must use Read ECU. Read SVT will get that "Generate SVT_Ist failed. [C105]" error.

If you have unmapped CAFD, then likely memory issue. You need to install 64-bit Java in E-sys directory. Then, in Launcher settings, make memory custom value of 4-8GB and exclude some kiswb.


Reputation: +1 - weby [+1]
Quote this message in a reply
[+] 3 users say Thank You to Almaretto for this post


Possibly Related Threads…
Thread Author Replies Views Last Post
XZBMW Difference 677 vs. 688 F series ? AlpinWeiss2k18 8 371 16-04-2024, 19:55 PM
Last Post: sebastianfernandes
  E61 climate control does not work claw 7 260 11-04-2024, 19:25 PM
Last Post: claw
  Making F-series combox work in e-series Ryn079 5 603 11-04-2024, 15:03 PM
Last Post: wrp_199
XZBMW Lost Navigation - aircon wont turn off 2016 BMW 2 series DannyDans435 6 268 08-04-2024, 08:45 AM
Last Post: painsage
XZBMW HWEL differences of seat modules (F series) azwgh 8 252 04-04-2024, 21:48 PM
Last Post: azwgh
XZBMW Tool for bench read 8hp Garryq 9 1,660 26-03-2024, 09:32 AM
Last Post: skywoker
  mileage g series virtual bosch id7 tigre 2 255 22-03-2024, 13:00 PM
Last Post: tigre
XZBMW G Series KEY in F34 Rajco 5 414 20-03-2024, 18:56 PM
Last Post: Rajco
XZBMW Tool for OBD read / write ZF 8hp TIGHTFIN 7 769 10-03-2024, 07:46 AM
Last Post: syrus
XZBMW Solved ✔ Cic update on E series alsamaraee 16 866 28-02-2024, 11:38 AM
Last Post: alsamaraee

Forum Jump:


Users browsing this thread:
1 Guest(s)

Return to TopReturn to Content