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.
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.
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.
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:
netsh http add urlacl url=http://127.0.0.1:8080/Webs/ebiss user=\everyone
netsh http add urlacl url=http://127.0.0.1:8080/Webs/ebiss user=\jeder
Then restart the EventManager and the following link will take you to the login page:
If the event list does not work, this is due to a lack of permissions:
Netsh http add urlacl url=http://192.168.1.53:80/MyUri user=DOMAIN\user
(User can be “everyone” or restricted to specific users)
Netsh http add urlacl url=http://localhost:80/Webs/ebiss user=\everyone
Then also URl in the event list on “http://localhost/Webs/ebiss/”
Netsh http delete urlacl url=http://192.168.1.230:80/Webs/ebiss
(URL must be specified correctly)
Netsh http show urlacl
Your port set for eBiss Web is being used by another process.
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: