CarTechnoloGY
ISTA connection lost and needs to restart session - Printable Version

+- CarTechnoloGY (https://cartechnology.co.uk)
+-- Forum: Discussions All about Software and Hardware (https://cartechnology.co.uk/forumdisplay.php?fid=310)
+--- Forum: Automotive Help & Discussions / Software and Hardware (https://cartechnology.co.uk/forumdisplay.php?fid=40)
+---- Forum: BMW - Mini - Rolls Royce (https://cartechnology.co.uk/forumdisplay.php?fid=61)
+---- Thread: ISTA connection lost and needs to restart session (/showthread.php?tid=74567)

Pages: 1 2


RE: ISTA connection lost and needs to restart session - Node - 25-02-2023

(22-02-2023, 20:52 PM)2013m5 Wrote:  1. Check cable and port.
2. Make sure windows updated today.
2. Update broadband driver.

And how is this related to ISTA internals at all???

This is NORMAL as ISTA is designed that way!!!

Short reason: FASTA reading is disabled.

Long reason: Normally if connection loss is detected while FASTA data reading is not completed, only connection close option is offered. After FASTA reading is done, restore connection option is provided too. So no FASTA reading - no restore!

Solution 1: do not disable (reenable) FASTA reading.

Untested solution 2: add this line to ISTAGUI.exe.config:
    <add key="BMW.Rheingold.CoreFramework.UseConnectionLossPopUpToCloseOperation" value="false" />

Would be NICE for anyone to test solution 2 and REPORT BACK!

P.S. solution 2 (if it works) will also enable reconnect option during FASTA reading. I have no idea whether that will work or cause potentially big problems as developers chose not to allow reconnect while reading FASTA. So if FASTA reading is NOT disabled and you use solution 2 - you do so on your own risk smile


RE: ISTA connection lost and needs to restart session - Krysiaman - 18-12-2023

(25-02-2023, 10:58 AM)Node Wrote:  
(22-02-2023, 20:52 PM)2013m5 Wrote:  1. Check cable and port.
2. Make sure windows updated today.
2. Update broadband driver.

And how is this related to ISTA internals at all???

This is NORMAL as ISTA is designed that way!!!

Short reason: FASTA reading is disabled.

Long reason: Normally if connection loss is detected while FASTA data reading is not completed, only connection close option is offered. After FASTA reading is done, restore connection option is provided too. So no FASTA reading - no restore!

Solution 1: do not disable (reenable) FASTA reading.

Untested solution 2: add this line to ISTAGUI.exe.config:
    <add key="BMW.Rheingold.CoreFramework.UseConnectionLossPopUpToCloseOperation" value="false" />

Would be NICE for anyone to test solution 2 and REPORT BACK!

P.S. solution 2 (if it works) will also enable reconnect option during FASTA reading. I have no idea whether that will work or cause potentially big problems as developers chose not to allow reconnect while reading FASTA. So if FASTA reading is NOT disabled and you use solution 2 - you do so on your own risk smile

Solution 2 works fine! Not as good as old ISTA versions but at least I don't have to restart session everytime biggrin Thanks!