I have configure standby database on remote machine.
I have set archive dest to remote machine so managed recovery can be possible on standby DB.

TNSPING and database connectivity working perfetly from any other machine but when log switch occured at production database immidiarly second archive destination will give error :

ORA-16032 parameter string destination string cannot be translated



TNSNAMES.ORA (At production DB)

STANDBY =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = M1)(PORT = 1561))
)
(CONNECT_DATA =
(SERVICE = KLCL)
)
)


LISTENER.ORA (At standby site)


STANDBY =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(PORT = 1561)(HOST = M1 ))
)


SID_LIST_STANDBY =
(SID_LIST =
(SID_DESC =
(SID_NAME = KLCL)
(ORACLE_HOME = D:\oracle\ora81)
)
)