Hi,
I am trying to get through the Business Publisher Exercise but I am hanging on one of the first steps of Exercise 1.
- 1st and 2nd Step: How does it looks like when the server is started. Is there any special symbol?
- 3rd Step: What means log in as a versionable database, exactly?
- 4th to 6th Step: I actually have this user group allready. I just had to select all the privelegs for all the folders. Is this normal?
- 7th Step: You can see on the screenshot the Demo DB entired method in this Place everything is empty.
After the 7th Step I got the warning Procedure was canceled and the information Unable to create export.
If I start the Publisher direct, I got the warning: An error occurred. Please contact your administrator.
In the normal Aris Community I found a few articles thats described maybe the same problem. Overall they had two solutions:
- To check the adress aof the server in the BusinessPublisher.xml (I have no Idea which is the right adress so I copied the .xml entry see below)
- To delete some log data of the Publisher. This means also I have to stop and start the Publisher which I dont know how to do.
Thanks in advance for every idea, tip or maybe solution!
<?xml version="1.0"?>
<!-- Changes against standard TomCat server.xml file are done for property "reloadable" and "debug" level. Property "reloadable": Set reloadable to true if you want Catalina to monitor classes in /WEB-INF/classes/ and /WEB-INF/lib for changes, and automatically reload the web application if a change is detected. This feature is very useful during application development, but it requires significant runtime overhead and is not recommended for use on deployed production applications. That's why the default setting for this attribute is false. You can use the Manager web application, however, to trigger reloads of deployed applications on demand. Property "debug": The level of debugging detail logged by this Engine to the associated Logger. Higher numbers generate more detailed output. If not specified, the default debugging detail level is zero (0). -->
-<Context crossContext="true" reloadable="false" debug="0" docBase="C:\SoftwareAG\ARIS7.2\BPSERVER/tomcat/webapps/businesspublisher" path="/businesspublisher"> <Resource validationquery="Select 1" factory="com.idsscheer.aris.tools.databaseConnectionPool.ADatabaseSourceFactory" url="jdbc:sqlserver://localhost:1433;databaseName=ARISBP71;instance=MSSQLSERVER" driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver" password="ARISBP71" username="ARISBP71" maxWait="1000" maxIdle="20" maxActive="100" type="javax.sql.DataSource" auth="Container" name="jdbc/businesspublisherdb"/> </Context>