cancel
Showing results for 
Search instead for 
Did you mean: 

installation error-Argument tnsnamesOraTemplate must point to an existing f

Former Member
0 Kudos

Hi experts,

I am getting below error during installation

ERROR 2011-08-30 19:19:44.309 [sixxcstepexecute.cpp:937]

FCO-00011 The step doNetworkConfigurationClient with step key |NW_Doublestack_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|createdbandload|0|NW_CreateDB|ind|ind|ind|ind|createdb|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|std|0|NW_OraClient|ind|ind|ind|ind|3|0|NW_OraNetworkSrv|ind|ind|ind|ind|1|0|doNetworkConfigurationClient was executed with status ERROR ( Last error reported by the

step: Assertion failed: OraNetworkConfigurator.doClientNetworkConfiguration: Argument tnsnamesOraTemplate must point to an existing file.).

I have checked existing file, everything this fine

cat tnsnames.ora

################

  1. Filename......: tnsnames.ora

  2. Created.......: created by SAP AG, R/3 Rel. >= 6.10

  3. Name..........:

  4. Date..........:

  5. @(#) $Id: //bc/701-1_REL/src/ins/SAPINST/impl/tpls/ora/ind/TNSNAMES.ORA#1 $

################

SMS.WORLD=

(DESCRIPTION =

(ADDRESS_LIST =

(ADDRESS =

(COMMUNITY = SAP.WORLD)

(PROTOCOL = TCP)

(HOST = uschgsbx002)

(PORT = 1542)

)

)

(CONNECT_DATA =

(SID = SMS)

(GLOBAL_NAME = SMS.WORLD)

)

)

(*root*on uschgsbx002)

/oracle/SMS/112_64/network/admin#

here we use the port numbers matching with instance no of sap

Please have a look and let me know your inputs

regards

vasu

Accepted Solutions (0)

Answers (1)

Answers (1)

vincentlim826
Employee
Employee
0 Kudos

Hi,

Please make sure you give full permission to template file TNSNAMES.ORA for both users <sid>adm and ora<sid>.

Regards,

Vincent

Former Member
0 Kudos

currently LISTENER.ora and tnsnames ora has full permisiion only

vincentlim826
Employee
Employee
0 Kudos

for both users <sid>adm and ora<sid> ?

Former Member
0 Kudos

hi

I have solved this issued. the issue came because installation master corrupted files

Regards

Srinivas

vincentlim826
Employee
Employee
0 Kudos

Good to hear that.