How to Add a Custom Error Page
How to Add a Custom Error Page/Common Scripts
To add your own common scripts or custom error page, select Tools > Configuration from the BA Insight Connectivity Hub and select the Miscellaneous tab.
Enter the appropriate values in the fields as described in the following steps:
- Common script library: Specify a VB.Net script library that includes all of the script calls used throughout the system.
- Enter your custom function, which uses any standard VB.NET function.
- The output of the script is determined by your final return statement.
This output can be in the form of:- Integer
- Datetime
- String
- String array
- Any other VB.NET type
- After you compile this script, you can continue to add functions to this library. For more information, go to Writing Reusable VB.NET Functions.
- Custom error page: Create your own URL error handling page by specifying a valid URL here.