I am developing a bi-directional mail-in application. I have no trouble mailing documents from the source database to the target database. The source db is in a subdirectory; the target db is in the root directory. Now I am trying to mail back to the source db, but I keep getting a message saying that the db is not found in the NAB, etc.
Does anyone have any ideas?
BTW - I have mail-in documents for both db’s in the NAB…but not sure I have identified the subdirectory correctly.
Subject: Trouble setting up mail-in db in a subdirectory
Hi Wayne,
It may just be the way you specify the sub-directory. I know our developers have to check what operating system the server is running to determine what separator to use.
For example, in win32, “groupforce\niscm.nsf”, the backslash is the separator, but on a Unix server the separator is the forward slash “groupforce/niscm.nsf”.
So, depending on your server’s operating system, the sub-directory path will look different. (If I recall Unix could also be case-sensitive)