Skip to Content
0
Former Member
Mar 06, 2009 at 08:46 AM

Scheduled Reports in Crystal Server 2008 , database failover

20 Views

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