Trying to connect to a filenet CMIS and I get the following error - TestCMIS: [t

Trying to connect to a filenet CMIS and I get the following error - TestCMIS: [title:CMIS: RepositoryInfo() failed.,message:Not Found,detail:]. What does this error mean? Are there details written into any log files? I checked application-server.log and server.log and there is nothing there. Please advise.
=with(
local!cmisResult: a!cmiGetRepoInfo(
scsExternalSystemKey: "filenetdev",
usePerUserCredentials: false,
atomPubUrl: "http://xxx.com:80/fncmis/",
repositoryId: "TestGroup"
),
if(local!cmisResult.success,
local!cmisResult.result,
local!cmisResult.error
)
)...

OriginalPostID-112510

OriginalPostID-112510

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data