Does anyone know why the implicit ?OpenDocument URL command would work on one server but not on another?
I recently migrated from server A to Server B (A needs an OS reload). On A, the following URL:
http://servername/database.nsf/view/DocumentKey
Opens the appropriate document. But on Server B this same URL results in an “Unknown command exception” error. If I append ?Opendocument it works.
Any ideas?
Subject: Implicit URL commands not working; "Unknown command exception:
I found a solution. Using a Substitution Rule, I replaced
/viewname/
with
/viewname/?OpenDocument
Domino seems to be smart enough to not create a ?openDocument?OpenDocument URL, so it’s working fine.
It would still be nice to know what’t going on, though…
Subject: re: Implicit URL commands not working; "Unknown command exception:
I’ve seen this in R5, as well… not certain what causes it, but using explicit commands is a better practice anyway.