I just installed Aris 7.2 Business Server on a Windows 2012 server.
I use an Oracle 11g database and ran the sql-scripts to setup the database schema. (changed names and updated lockservice.cfg)
After installation the service starts without any problems.
When I try to create a new Aris database using the site administrator, I get prompted for the Database administrator password.
When I enter DBADMIN I get the message this password is incorrect, both in GUI as interactive command prompt.
Any idea?
I changed the line in lockservice.cfg again to dbadmin_pwd_=DBADMIN
After restarting the service I'm now able to login with DBADMIN again.
Unfortunately now I get an errormessage when creating a new database.
Using Site Administrator I get the message "Unable to copy the mynewdb database"
While using command line I get this:
Enter database administrator password of server localhost: ********
java.lang.RuntimeException: createDatabase failed: Error during data transfer.
at com.idsscheer.aris.cscommon.siteadmin.ADatabaseManagement.createDatab
ase(Unknown Source)
at com.idsscheer.aris.client.arisadm.ACreateDatabaseCmd.doCmd(Unknown So
urce)
at com.idsscheer.aris.client.arisadm.ACmdBase.execute(Unknown Source)
at com.idsscheer.aris.client.arisadm.ACmdExecutor.executeCmd(Unknown Sou
rce)
at com.idsscheer.aris.client.arisadm.AInteractiveCmd.doCmd(Unknown Sourc
e)
at com.idsscheer.aris.client.arisadm.ACmdBase.execute(Unknown Source)
at com.idsscheer.aris.client.arisadm.ACmdExecutor.executeCmd(Unknown Sou
rce)
at com.idsscheer.aris.client.arisadm.AArisAdm.execute(Unknown Source)
at com.idsscheer.aris.client.arisadm.AArisAdm.safeRun(Unknown Source)
at com.idsscheer.aris.client.arisadm.AArisAdm.run(Unknown Source)
at com.idsscheer.aris.client.arisadm.AArisAdm.main(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
at com.exe4j.runtime.WinLauncher.main(Unknown Source)
Caused by: com.idsscheer.aris.cltech.common.core.ariscommon.ServerException
at com.idsscheer.aris.cltech.common.corba.ariscommon.ServerExceptionConv
ertor.convert(Unknown Source)
at com.idsscheer.aris.cltech.common.corba.adminagent.ISiteAdminAdapter.C
reateDb(Unknown Source)
... 17 more
Any help is appreciated!