<div dir="ltr"><p>Hey all<br></p><p>I've worn out Google looking for a solution to my problem and this is my last resort. I have everything installed and running except I can't see context menu's within the workplace. I've narrowed it down to the fact CONCAT doesn't exist for SQL Server. I have tried modifying the query.properties file within the opencms.jar file to include the following.</p>
<p># MS SQL specific because of missing concat function: use concat operator + <br>C_READ_RESOURCE_OUS=\ <br>SELECT DISTINCT \ <br>        ${C_RELATIONS_SELECT_ATTRIBS} \ <br>FROM \ <br>        CMS_${PROJECT}_RESOURCE_RELATIONS \ <br>
WHERE \ <br>    CMS_${PROJECT}_RESOURCE_RELATIONS.RELATION_TYPE = ? \ <br>    AND ? LIKE (CMS_${PROJECT}_RESOURCE_RELATIONS.RELATION_TARGET_PATH + '%')<br></p><p>Which has been suggested by a few people. But as soon as I stick the .jar file back into WEB-INF\lib I can't start opencms back up. Do I have to do anything special when creating the .jar file? Does someone have a working .jar file for SQL Server that they can e-mail me? Any help on the matter would be greatly appreciated. </p>
<p>Thanks. Richard.</p></div>