You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happens when using a custom sort in a NoSQL query, where the driver tries to check the last-modified time of the NSF. Most likely, this should check to see if the current server is the DB's server and, if so, skip the server-name param.
java.lang.RuntimeException: com.ibm.designer.domino.napi.NotesAPIException: Error while getting last data modification date
The remote server is not a known TCP/IP host.
org.openntf.xsp.nosql.communication.driver.lsxbe.impl.DefaultDominoDocumentCollectionManager.select(DefaultDominoDocumentCollectionManager.java:251)
org.eclipse.jnosql.mapping.document.AbstractDocumentTemplate.executeQuery(AbstractDocumentTemplate.java:238)
org.eclipse.jnosql.mapping.document.AbstractDocumentTemplate.select(AbstractDocumentTemplate.java:140)
The text was updated successfully, but these errors were encountered:
This happens when using a custom sort in a NoSQL query, where the driver tries to check the last-modified time of the NSF. Most likely, this should check to see if the current server is the DB's server and, if so, skip the server-name param.
The text was updated successfully, but these errors were encountered: