Hi,
I am using Crystal Reports server 2008 for scheduling a report.
Before the report is executing at the scheduled time the database failover happends .
I have configured my TNSNAMES.ORA as below.
Test_HFD1=
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.216.41)(PORT = 1526))
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.216.42)(PORT = 1526))
)
(CONNECT_DATA =
(SERVICE_NAME = hfd1)
)
)
After failover from host 192.168.216.41 to 192.168.216.42 the the scheduled report is failing .
Should I do any specific configuration while scheduling the report.
Thanks,
Unni