smallredville
Programmer
Hi All,
Recently i found an error in executing FetchVersion()
-> if (doc.FetchVersion(volumeID, dataID, versionNum, objectFullpath) != 0) {...}
whenever my filename contains :
1) \
2) /
3) :
4) *
5) ?
6) "
7) <
8) >
9) |
The errors I got are:
Exception in MainController.dumpVersionToDisk() :: dataID : 775444 :: Could not create file: D:\\S_BATCH_APP\\e-registry\\out\\1 karen/ china.odt
com.opentext.api.LLIOException: Could not create file: D:\\S_BATCH_APP\\e-registry\\out\\1 karen/ china.odt
at com.opentext.api.LLFileUtils.streamWriter(Unknown Source)
at com.opentext.api.LLConnect.receiveFileDownload(Unknown Source)
at com.opentext.api.LLConnect.executeTraditional(Unknown Source)
at com.opentext.api.LLConnect.execute(Unknown Source)
at com.opentext.api.LAPI_DOCUMENTS.FetchVersion(Unknown Source)
at MainController.dumpVersionToDisk(MainController.java:3766)
at MainController.handleFiling_F(MainController.java:2723)
at MainController.startProcessing(MainController.java:1346)
at RequestTableHandler.selectRequest_R(RequestTableHandler.java:186)
at PDFApp.main(PDFApp.java:36)
+++ Start of session errors +++
Status Code: 0
Api Error:
Error Message:
Status Message:
+++ End of session errors +++
Hope anyone who encountered this before or has any idea about this, can share with me on this forum.
many thanks in advance =)
smallredville
Recently i found an error in executing FetchVersion()
-> if (doc.FetchVersion(volumeID, dataID, versionNum, objectFullpath) != 0) {...}
whenever my filename contains :
1) \
2) /
3) :
4) *
5) ?
6) "
7) <
8) >
9) |
The errors I got are:
Exception in MainController.dumpVersionToDisk() :: dataID : 775444 :: Could not create file: D:\\S_BATCH_APP\\e-registry\\out\\1 karen/ china.odt
com.opentext.api.LLIOException: Could not create file: D:\\S_BATCH_APP\\e-registry\\out\\1 karen/ china.odt
at com.opentext.api.LLFileUtils.streamWriter(Unknown Source)
at com.opentext.api.LLConnect.receiveFileDownload(Unknown Source)
at com.opentext.api.LLConnect.executeTraditional(Unknown Source)
at com.opentext.api.LLConnect.execute(Unknown Source)
at com.opentext.api.LAPI_DOCUMENTS.FetchVersion(Unknown Source)
at MainController.dumpVersionToDisk(MainController.java:3766)
at MainController.handleFiling_F(MainController.java:2723)
at MainController.startProcessing(MainController.java:1346)
at RequestTableHandler.selectRequest_R(RequestTableHandler.java:186)
at PDFApp.main(PDFApp.java:36)
+++ Start of session errors +++
Status Code: 0
Api Error:
Error Message:
Status Message:
+++ End of session errors +++
Hope anyone who encountered this before or has any idea about this, can share with me on this forum.
many thanks in advance =)
smallredville