cancel
Showing results for 
Search instead for 
Did you mean: 

Regardin - Services\jlbznqjtg' does not exist on the 'localhost' host

Former Member
0 Kudos

Hi Gurus,

Hope you all are doing good.

Enclosed are the details of what we were tried & got same error.

1. We are trying to install ECC 6.0 SR2 on Win 2003 Enterprise Edition along with Sql Server 2005.

2. We do not take any dump in local drives, usually we map from virtual Drives.

3. I checked my Host entry, Static IP & Environmantal Variable. That is fine.

4. I am able to Ping to the host

Now My question are

1. We must have to copy all the CDs in the Local machine?

2. How we can eradicate this problem.

Error Detail:

ERROR 2009-06-17 11:33:55

FCO-00011 The step collect with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_GetSidNoProfiles|ind|ind|ind|ind|2|0|collect was executed with status ERROR .

ERROR 2009-06-17 11:33:55

MOS-01185 The subkey 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\jlbznqjtg' does not exist on the 'localhost' host.

WARNING 2009-06-17 11:33:55

The subkey 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\jlbznqjtg' does not exist on the 'localhost' host.

WARNING 2009-06-17 11:33:55

Error 5 (Access is denied.

) in execution of a 'RegOpenKeyEx' function, line (69), with parameter (SYSTEM\CurrentControlSet\Services\jlbznqjtg).

Waiting for your Reply.

Thanks & Regards

Rhishabh

Accepted Solutions (0)

Answers (2)

Answers (2)

markus_doehr2
Active Contributor
0 Kudos

> Enclosed are the details of what we were tried & got same error.

>

> 1. We are trying to install ECC 6.0 SR2 on Win 2003 Enterprise Edition along with Sql Server 2005.

> 2. We do not take any dump in local drives, usually we map from virtual Drives.

You have to be aware that you are doing the installation as user "adminstrator" but many tasks are done in different user contexts (SAPService<SID> and <SID>adm).

Those users have no "mapped" drives and hence they won't find any drive letters.

If you want to use network drives you have to

- use UNC paths
<servername>\<sharename>

- allow SAPService<SID> and <SID>adm to access those shares

This is covered in the installation guides.

Markus

Former Member
0 Kudos

no cross posting please