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

A bit confused regarding ISTA-Regkey for programming
01-12-2017, 15:51 PM, (This post was last modified: 01-12-2017, 16:28 PM by M-Simon.)
Post: #1
A bit confused regarding ISTA-Regkey for programming
Hi Guys,

actually I am a bit confused regarding this regkeys (sometimes it can also be found in the ISTAGUI.exe.config)

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\BMWGroup\ISPI\Rheingold]
"BMW.Rheingold.Programming.ExpertMode"="false"
"BMW.Rheingold.Programming.Enabled"="false"
"BMW.Rheingold.Programming.PsdzDataPath"="..\\..\\..\\PSdZ\\data_swi"


My questions:

1.) Am I right that this keys must set only if I do not want to use ISTA for programming?
2.) If SDP Files are not installed it prevents the error "The programming system could not be initialized. The ISTA installation may be damaged incorrectly configured. Reinstall ISTA. If problems ..."?
3.) Set the values to "true" is useless because programming works also without the whole keys?
4.) What is the difference between placing the (mentioned) key in the reg or in the config file?


Thank you very much!

BR
Quote this message in a reply
01-12-2017, 17:55 PM,
Post: #2
RE: A bit confused regarding ISTA-Regkey for programming
(01-12-2017, 15:51 PM)Munich Simon Wrote:  Hi Guys,

actually I am a bit confused regarding this regkeys (sometimes it can also be found in the ISTAGUI.exe.config)

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\BMWGroup\ISPI\Rheingold]
"BMW.Rheingold.Programming.ExpertMode"="false"
"BMW.Rheingold.Programming.Enabled"="false"
"BMW.Rheingold.Programming.PsdzDataPath"="..\\..\\..\\PSdZ\\data_swi"


My questions:

1.) Am I right that this keys must set only if I do not want to use ISTA for programming?
2.) If SDP Files are not installed it prevents the error "The programming system could not be initialized. The ISTA installation may be damaged incorrectly configured. Reinstall ISTA. If problems ..."?
3.) Set the values to "true" is useless because programming works also without the whole keys?
4.) What is the difference between placing the (mentioned) key in the reg or in the config file?


Thank you very much!

BR

If you are using IstaLauncher (not console) you won't be able to add SDP files to an existing installation. If the SDP files are present when you first install ISTA, Launcher will install them and add the keys for you.

As far as I know, programming will not work unless the BMW.Rheingold.Programming.Enabled key is set to true in one of 3 places, in order of precedence:

1. Registry: HKLM
2. Registry: HKCR
3. In ISTAGUI.exe.config

If the key is found in a higher-precedence location, the other locations will be ignored.
Reputation: +1 - M-Simon [+1]
Quote this message in a reply
[+] 4 users say Thank You to unbrick for this post
02-12-2017, 16:02 PM,
Post: #3
RE: A bit confused regarding ISTA-Regkey for programming
Maybe a bit OT, but I am having a problem programming F series with ISTA-D. Every time I go to the programming menu I get the message "Run vehicle test first".
Quote this message in a reply
03-12-2017, 00:18 AM,
Post: #4
RE: A bit confused regarding ISTA-Regkey for programming
(02-12-2017, 16:02 PM)bawareca Wrote:  Maybe a bit OT, but I am having a problem programming F series with ISTA-D. Every time I go to the programming menu I get the message "Run vehicle test first".

ISTA-D requires you to run a vehicle test before allowing you to enter programming mode.
Quote this message in a reply
[+] 2 users say Thank You to dracon for this post
03-12-2017, 00:21 AM,
Post: #5
RE: A bit confused regarding ISTA-Regkey for programming
(03-12-2017, 00:18 AM)dracon Wrote:  
(02-12-2017, 16:02 PM)bawareca Wrote:  Maybe a bit OT, but I am having a problem programming F series with ISTA-D. Every time I go to the programming menu I get the message "Run vehicle test first".

ISTA-D requires you to run a vehicle test before allowing you to enter programming mode.

I do run the test always when connect to the car. Even if I run it second time I get the same result.
Quote this message in a reply
03-12-2017, 07:56 AM, (This post was last modified: 03-12-2017, 07:58 AM by pdc.)
Post: #6
RE: A bit confused regarding ISTA-Regkey for programming
SDP files not intalled on correct directory or wrong path on registry



(03-12-2017, 00:21 AM)bawareca Wrote:  
(03-12-2017, 00:18 AM)dracon Wrote:  
(02-12-2017, 16:02 PM)bawareca Wrote:  Maybe a bit OT, but I am having a problem programming F series with ISTA-D. Every time I go to the programming menu I get the message "Run vehicle test first".

ISTA-D requires you to run a vehicle test before allowing you to enter programming mode.

I do run the test always when connect to the car. Even if I run it second time I get the same result.
Quote this message in a reply
04-12-2017, 23:25 PM,
Post: #7
RE: A bit confused regarding ISTA-Regkey for programming
Not sure why you want to disable programming thru ista-d as istap many f car only program thru ista-d but good luck I had hard time to gave up let it alone , in other user normaly these are needed to work


<add key="BMW.Rheingold.DatabaseProvider.DatabaseProviderFactory.DatabaseProvider" value="DatabaseProviderSQLite" />
<add key="BMW.Rheingold.Programming.PsdzBackupDataPath" value="..\..\..\Temp\" />
<add key="BMW.Rheingold.Programming.ExpertMode" value="true" />
<add key="BMW.Rheingold.Programming.Enabled" value="true" />
<add key="BMW.Rheingold.Programming.PsdzDataPath" value="..\..\..\PSdZ\data_swi"/>
<add key="BMW.Rheingold.Programming.PsdzProg.InitOnAppStartup" value="true" />
<add key="BMW.Rheingold.Programming.PsdzProg.InitOnAppStartup" value="true" />
<add key="BMW.Rheingold.Programming.PsdzService.HostIdleTimeout" value="10000" />

hope this helps
Quote this message in a reply
07-12-2017, 08:44 AM,
Post: #8
RE: A bit confused regarding ISTA-Regkey for programming
(03-12-2017, 07:56 AM)pdc Wrote:  SDP files not intalled on correct directory or wrong path on registry



(03-12-2017, 00:21 AM)bawareca Wrote:  
(03-12-2017, 00:18 AM)dracon Wrote:  
(02-12-2017, 16:02 PM)bawareca Wrote:  Maybe a bit OT, but I am having a problem programming F series with ISTA-D. Every time I go to the programming menu I get the message "Run vehicle test first".

ISTA-D requires you to run a vehicle test before allowing you to enter programming mode.

I do run the test always when connect to the car. Even if I run it second time I get the same result.


I had this problem and that was after I could claim competence installing ISTA and understanding all the requirements.

Eventually my problem was solved when I updated to 4.08. No other interventions worked for months. Looking back it may as well have been a corrupt ISTA installation file somewhere.

I trust you are using an ICOM, you have data_swi in PSDZdata and your registry entries check out. What version are you on?
Quote this message in a reply


Possibly Related Threads…
Thread Author Replies Views Last Post
XZBMW ISTA Standalone Licenserequest up to v4.37.4x Sedoy 8,799 719,754 15-06-2024, 22:13 PM
Last Post: Sedoy
  ista 4.46 Standalone kiranabc 114 17,417 15-06-2024, 17:28 PM
Last Post: kiranabc
XZBMW ISTA Czech Database ( 4.43.XX - 4.47.XX) inspi1981 68 8,753 11-06-2024, 12:51 PM
Last Post: inspi1981
XZBMW ISTA+ 4.47.4x Install Files - MEGA shawnsheridan 5 1,298 10-06-2024, 14:18 PM
Last Post: CATAHA
XZBMW ISTA 4.46.xx problems and possible solution Sedoy 133 17,177 10-06-2024, 06:14 AM
Last Post: NeRkO20
XZBMW ISTA 4.47.4x I-LEVEL+OVERVIEW AutoExe3219 0 208 10-06-2024, 00:53 AM
Last Post: AutoExe3219
XZBMW ISTA+ 4.47.3x Install Files - MEGA shawnsheridan 15 2,442 07-06-2024, 12:56 PM
Last Post: MasterGt
  Ilean ista is not asking install on c or d drive. How to fix? bmwlover 7 287 04-06-2024, 19:49 PM
Last Post: ____ANGEL___
  ISTA issues on G05 X5 330d 7 292 03-06-2024, 02:26 AM
Last Post: that4chanhacker
XZBMW ISTA 4.33.30 The programming system could not be initialised Edward1968 40 8,746 01-06-2024, 09:50 AM
Last Post: iyade46

Forum Jump:


Users browsing this thread:
1 Guest(s)

Return to TopReturn to Content