cancel
Showing results for 
Search instead for 
Did you mean: 

Win03 X64 ECC6 SQL2008 Error FSL-02107 FSL-02106 MUT-03025 FCO-00011

Former Member
0 Kudos

Hi,

Please Help!

I'm trying to install ECC6 SQL2008 EE RC0 on Win2003 server X64

getting the following errors... after giving the JCE policy.

ERROR 2008-08-05 08:33:34.578

FCO-00011 The step collect with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_GetSidNoProfiles|ind|ind|ind|ind|2|0|collect was executed with status ERROR ( Last error reported by the step :Caught ESyException in Modulecall: Bad path component: <localmachine>.).

ERROR 2008-08-05 09:33:50.531

FSL-02106 Path contains reserved character ('<'):
?\GLOBALROOT\Device\RsFx0102\<localmachine>\MSSQLSERVER

ERROR 2008-08-05 09:33:50.625

MUT-03025 Caught ESyException in Modulecall: Bad path component: <localmachine>.

ERROR 2008-08-05 09:33:50.640

FCO-00011 The step collect with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_GetSidNoProfiles|ind|ind|ind|ind|2|0|collect was executed with status ERROR ( Last error reported by the step :Caught ESyException in Modulecall: Bad path component: <localmachine>.).

Thanks,

Anuroop

Edited by: Anu on Aug 5, 2008 9:56 AM

Edited by: Anu on Aug 5, 2008 10:01 AM

Accepted Solutions (0)

Answers (6)

Answers (6)

Sriram2009
Active Contributor
0 Kudos

hi

Kindly go thru the SAP OSS Note 855830 - ERP 2005 Installation on Windows

Regards

Siram

Former Member
0 Kudos

Note 855830 solved it for me.

FCO-00011 The step getDBInfo with step key |NW_Uninstall|ind|ind|ind|ind|0|0|NW_System_Uninstall|ind|ind|ind|ind|2|0|NW_uninstallDB|ind|ind|ind|ind|1|0|NW_getDBInfo|ind|ind|ind|ind|1|0|NW_getDBInfoGeneric|ind|ind|ind|ind|ind|ind|1|0|getDBInfo was executed with status ERROR.

In this case, check the mapping of the hostname to the IP address with the following commands: ping hostname

The system returns the IP address that is assigned to the host name. ping -a <IP_Address>

The system returns the host name that is assigned to the IP address.

If the output of IP address and host name differs, correct the mapped IP address to the host name on the DNS Server or in the "hosts" file.

My problem was that the Windows hostname was uppercase. I put a lower cased entry in the host file and it fixed it.

Former Member
0 Kudos

Note 855830 solved it for me.

FCO-00011 The step getDBInfo with step key |NW_Uninstall|ind|ind|ind|ind|0|0|NW_System_Uninstall|ind|ind|ind|ind|2|0|NW_uninstallDB|ind|ind|ind|ind|1|0|NW_getDBInfo|ind|ind|ind|ind|1|0|NW_getDBInfoGeneric|ind|ind|ind|ind|ind|ind|1|0|getDBInfo was executed with status ERROR.

In this case, check the mapping of the hostname to the IP address with the following commands: ping hostname

The system returns the IP address that is assigned to the host name. ping -a <IP_Address>

The system returns the host name that is assigned to the IP address.

If the output of IP address and host name differs, correct the mapped IP address to the host name on the DNS Server or in the "hosts" file.

My problem was that the Windows hostname was uppercase. I put a lower cased entry in the host file and it fixed it.

Former Member
0 Kudos

I'm having the same issue and wondered if there was a resolution.

Installing on Windows 7 and get this message:

ERROR 2011-06-19 10:00:22.529 [syxxcpath.cpp:56]

CSyPathComponent::CSyPathComponent(const iastring& stringValue, bool mightBePrefix)

lib=syslib module=syslib

FSL-02107 Path component contains reserved character ('<'): <localmachine>

ERROR 2011-06-19 10:00:22.530 [syxxcpath.cpp:516]

CSyPath::CSyPath(
?\GLOBALROOT\Device\RsFx0150\<localmachine>\SBO)

lib=syslib module=syslib

FSL-02106 Path contains reserved character ('<'):
?\GLOBALROOT\Device\RsFx0150\<localmachine>\SBO

ERROR 2011-06-19 10:00:22.532

CJSlibModule::writeError_impl()

MUT-03025 Caught ESyException in Modulecall: At line 58 file syxxcpath.cpp

Call stack:

iaxxejsctl.cpp: 272: EJS_ControllerImpl::executeScript()

d:\depot\bas\720_rel\bc_720-1_rel\gen\optu\ntintel\ins\sapinst\impl\src\ejs\iaxxejsbas.hpp: 450: EJS_Base::dispatchFunctionCall()

iaxxejsexp.cpp: 178: EJS_Installer::invokeModuleCall()

synxcfseit.cpp: 365: CSyFSExportIteratorImpl::get()

syxxcpath.cpp: 498: CSyPath::CSyPath(
?\GLOBALROOT\Device\RsFx0150\<localmachine>\SBO)

Path component contains reserved character ('<'): <localmachine>

.

markus_doehr2
Active Contributor
0 Kudos

> I'm trying to install ECC6 SQL2008 EE RC0 on Win2003 server X64

Why don't you use a current operating system for new installations? Windows 2003 is already out of support (by Microsoft)...

> FSL-02106 Path contains reserved character ('<'):
?\GLOBALROOT\Device\RsFx0102\<localmachine>\MSSQLSERVER

Is there another operating system installed (e. g. Windows 7) on the same disk?

Are you installing on a cluster?

Markus

sivakumar_kilari3
Active Contributor
0 Kudos

> FSL-02106 Path contains reserved character ('<'):
?\GLOBALROOT\Device\RsFx0102\*<localmachine>*\MSSQLSERVER

>

> ERROR 2008-08-05 09:33:50.625

> MUT-03025 Caught ESyException in Modulecall: Bad path component: <localmachine>.

Remove this special characters <localmachine> in between path.

Thanks

Siva

Former Member
0 Kudos

Siva, just one word about your answer :

lol

Former Member
0 Kudos

1.open the registry (cmd ->regedit)

2.search <localmachine>

3.del angle brackets "<"">",left localmachine

4.keep searching until fix all errors

5 restart the install program

Former Member
0 Kudos

Looks like somewhere you used a "." to designate the local server, instead of using the actual full name of the server. I think this is what's happening ... can you check your install steps?