<div dir="ltr"><pre>In the meantime, I downloaded the source code and tried to figure this out myself.<br>I found an interesting error in my log file:<br>ERROR [explorer.CmsExplorerTypeAccess: 235] Error reading groups of user Admin<br>
org.opencms.db.CmsDbSqlException: Error reading all roles for user "Admin" over resource "/".<br><br>Caused by: java.sql.SQLException: 'CONCAT' is not a recognized built-in function name.<br><br>
That should be the '+' symbol for M$SQL Server 2005.<br><br>in query.properties:<br>C_READ_RESOURCE_OUS contains CONCAT function<br>which is used from src/org/opencms/db/generic/CmsVfsDriver.java <br><br>This seems to be the problem?<br>
But I cannot find the query.properties file in my binary installation anywhere.<br><br>So, how can I fix this? (preferably in my binary installation)<br>Maybe I can add a CONCAT function to the database, I'll try to search<br>
whether such a thing is possible.<br><br>Thanks,<br>Jonne.<br><br>---<br><br>Hi all,<br><br>Today I've installed OpenCMS and am curious to try out all of its features.<br>Unfortunately, I've got stuck just after installing and configuring it.<br>
I downloaded the most recent version and let the installer create a<br>M$SQL Server 2005 database.<br>It all seems to work well, but my problem is that, if I select the 'New <br>resource'<br>icon, my book says it should display a list of resource types, such as <br>
File / Folder / etc.<br>In my case I only see a message something like "No entries found".<br><br>Is this a known problem and is there a way to fix this?<br><br>Thanks in advance,<br>Jonne.</pre></div>