02-24-2014 04:45 AM
SELECT * FROM namespace:aspectName WHERE namespace:lastUpdate<=1392983610113 ORDER BY namespace:lastUpdate ASC
org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException:
### Error querying database. Cause: org.postgresql.util.PSQLException: ERROR: syntax error at end of input
Position: 983
### The error may involve alfresco.metadata.query.select_byDynamicQuery-Inline
### The error occurred while setting parameters
### Cause: org.postgresql.util.PSQLException: ERROR: syntax error at end of input
Position: 983
; bad SQL grammar []; nested exception is org.postgresql.util.PSQLException: ERROR: syntax error at end of input
Position: 983
02-24-2014 09:58 AM
02-24-2014 11:08 AM
02-24-2014 12:08 PM
SELECT d.cmis:objectid,a.* FROM cmis:document as d join namespace:aspectName as a on d.cmis:objectid = a.cmis:objectid WHERE a.namespace:lastUpdate<=1392983610113 ORDER BY a.namespace:lastUpdate ASC
02-25-2014 08:10 AM
## Error querying database. Cause: org.postgresql.util.PSQLException: ERROR: syntax error at end of input Pozycja: 1040 ### The error may involve alfresco.metadata.query.select_byDynamicQuery-Inline ### The error occurred while setting parameters ### Cause: org.postgresql.util.PSQLException: ERROR: syntax error at end of input Pozycja: 1040 ; bad SQL grammar []; nested exception is org.postgresql.util.PSQLException: ERROR: syntax error at end of input Pozycja: 1040
02-26-2014 01:15 AM
SELECT d.cmis:objectId,a.* FROM cmis:document as d join ca:aspectContent as a on d.cmis:objectId = a.cmis:objectId WHERE a.ca:anotherDate<=1392983610113 ORDER BY a.ca:anotherDate ASC
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.