Inhaltsverzeichnis

Troubleshooting register http address

If you have a problem with setting up eBiss Web, you can use the following solutions to solve your problem yourself. You are welcome to contact our support team if you do not receive any help with this site.

Login not possible

Please check if you have given the right user “Web Access” to the corresponding user. After that, log on with the eBiss login data stored for this user.

Exception when filtering messages with too long subject

In some systems an error may occur when using the filter.
The maximum request size of the IIS HTTP Runtime on which the website runs is 4096 KB (4 MB) per response by default.
One reason for exceeding this limit can be a long subject of the displayed messages.

By default, the web interface displays the first 1000 messages - these are streamed into the HTML body.
This string may be larger than 4 MB and the IIS throws an HTTP exception.

You can solve this problem as follows:

<httpRuntime maxRequestLength=“100000” /> DThe maxRequestLength attribute is specified in kilobytes. This value (100000) corresponds to 100mb and can be reduced significantly if necessary.

Afterwards restart your event listener.

URL reservation

Mostly there is an error that not every user has access to the URL. To reserve a URL for each,

run the console (cmd) as an administrator and enter the following command:

Then restart the EventManager and the following link will take you to the login page:

Eventlistener does not work

If the event list does not work, this is due to a lack of permissions:

The process can not access the file because it is being used by another process

Your port set for eBiss Web is being used by another process.

Current identity does not have write permissions


If there are any problems when trying to access the page, there might be a lack of permission to create a temporary folder.

To solve this problem, you must: