Error log files are generated when an exception occurs while configuring or interacting with the Bold Reports application.
Event log files record the complete user interaction details one after the other when users interact with the Bold Reports application.
For any configurations made in the Bold Reports, log files are generated in deployed locations under the various modules listed in the following table based on the nature of the error or event.
By default, the Bold Reports Azure App Service will be deployed in
/site/wwwroot/
location.
Application | Log Location |
---|---|
Identity Provider | {Deployed Location} \IDP\App_Data\Logs |
Report Server | {Deployed Location} \Report Server\App_Data\Logs |
Log in to the Azure portal.
Select the Bold Reports Azure App Service.
Stop the Bold Reports Azure App Service, and then click the Get publish profile.
Save the <App service name>
, PublishSettings file and open it. The file contains three <publishProfile>
sections for Web Deploy, FTP, and ReadOnly-FTP.
From the FTP <publishProfile>
section, copy the following values:
publishUrl
userName
userPWD
Download and install the FileZilla client application.
After installing the application, set the values obtained from the PublishSettings file accordingly:
Host: Give the publishUrl
value.
Username: Give the userName
value.
Password: Give the userPWD
value.
After entering these values as shown in the following image, click Quickconnect
.
You can find the logs of Report Server and IDP application from the following location as shown in the table.
Application Log location | Log location image |
---|---|
/site/wwwroot/IDP/App_Data/Logs |
|
/site/wwwroot/Report Server/App_Data/Logs |