cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

URL in the excel reports point to local instead of the actual URL

URL in the excel reports point to local instead of the actual URL

Valid only for 7X

Symptoms:

When the excel report gets generated all the links are pointing to a local instance instead of the URL. Please check the attached screenshot. 

Diagnosis:

FNCI makes an attempt to figure out the core server URL and put it in PAS_SCAN_SERVERS, but I think there will be some network configurations where that doesn't work, in which case the workaround is to update that table yourself.

Solution:

 

Run the following command on the database

use <DATABASE_NAME>;

select * from PAS_SCAN_SERVERS;

update PAS_SCAN_SERVERS set HOST_='<FULLY_QUALIFIED_HOSTNAME>'where ID_=1;

update PAS_SCAN_SERVERS set HTTPPORT_=80 where ID_=1;

Labels (3)
Was this article helpful? Yes No
No ratings
Version history
Last update:
‎Jul 18, 2019 05:49 PM
Updated by:
Contributors