Hi
I have a web application on dev server. I am trying to open a form from Server using web I am able to open but the same db is on local trying to open same from locally on the web cannot be open.
If anyone familiar about this problem please help me.
Subject: Form can be opened from Server but not Local using web browser
Is it just the one form you’re having a local problem with ? Can you open other forms in the same local db? Any error message?
If you are unable to open anything local in the web browser, make sure your local client data folder contains everything needed - especially the domino subfolder.
Also, check the Access Control List of the local replica.
John
Subject: RE: Form can be opened from Server but not Local using web browser
There are 9 forms in the db, but 3 of them are not opening. Two of which are most important forms. There is a other master form which should show the documents using specific keywords. The form can be viewed in web but displays no documents found. I have checked both ACL and notes/data/domonio everything looks good.
Thanks
Subject: RE: Form can be opened from Server but not Local using web browser
Sounds like it must be to do with something you are doing in those 3 forms, which either can’t be done in a local replica, or requires some element that’s missing or not available. Are all the views in the local replica indexed? In the Notes client, open the local replica and press Ctrl+Shift+F9 (if you’re on a PC). This will force a rebuild of all the views in the replica. I ask, because I once ran into the pb where a view index was set to require Designer access for the first build, and the app was read only through the web.
Otherwise, look at those three forms and what they’re doing. I don’t think I can help you more, but if I get an idea I’ll post it.
John