FIXME **This page is not fully translated, yet. Please help completing the translation.**\\ //(remove this paragraph once the translation is finished)// ====== Setup and Troubleshooting ====== You can use the eBiss Web interface quickly and easily. This requires, however, the inclusion of a job and an event list. If errors occur, the procedure for both the automatic setup (importing the template) and the manual setup is described explicitly in the following points. To this end, you will also find all errors including solutions under Troubleshooting. * [[en:ueberblick:web:einrichtung:automatisch_manuell| automatic and manual setup]] * [[en:ueberblick:web:einrichtung:browser| supported browsers]] * [[en:ueberblick:web:einrichtung:troubleshooting| troubleshooting]] Reply with quote ===== How do I get eBiss Web? ===== After you have completed the setup, you can enter the URL you have entered without specifying a specific entry. This takes you to the index page, which in turn provides the link to the login. ==== Visit the eBiss Web home page ==== Depending on the configured event listener, for example: * http://127.0.0.1 * http://127.0.0.1/ViewLogin.aspx * http://127.0.0.1/Webs/eBiss Further examples: * http://localhost:8089/Webs/eBiss calls the index page. * http://localhost:8089/Webs/eBiss/ViewLogin.aspx calls the login page. ===== Parameters and example calls ===== EBiss Web has some parameters that allow you to log directly into message bins or (sub) nodes. Among other things: * **user** = user name * **pwd** = password * **node** = Specify the node. Subnodes are separated with /. (Node / sub-node / sub-node) * **mbo ** = ReadFrom HD (blank lines allowed) * **mboxid** = ID of the message box (If mbox is set, no id is required) Reply with quote ===== Examples of pageviews ===== These two calls directly show the contents of the messagebox to \\ * ~/**ViewMessages**.aspx?**user**=Admin&**pwd**=Password&**node**=subnode/subnode&**mbox**=sub-submessage * ~/**ViewMessages**.aspx?**user**=Admin&**pwd**=Password&**node**=System&**mbox**=read from hd The following example goes into a (sub) node and lists the existing messageboxes on \\ * ~/**ViewBoxes**.aspx?**user**=Admin&**pwd**=Password&**node**=subnode/subnode