This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

APPLICATION - PRODUCT ENGINEERING - Change the Default Path for the Report Menu

MMarcial - Wednesday, April 11, 2007 6:13 PM:

Is there a configuartion file to change the default path for the Report menu from

http://www.myserver.com/Reports

to

http://www.myserver.com/Reports$MySQLServerName



Bill - Thursday, April 12, 2007 12:08 PM:

1) Log in as an Administrator
2) From the TOC select AdministrationReports
3) Search for the Report Manager report
4) Open the Report Manager report in edit mode
5) Selct the StyleSheet tab
6) Replace the line

<body onload="location='/Reports'">

with

<body onload="location='/Reports$MySQLServerName'">

7) Select the Apply button
8) Save, Unlock, and Close