• V1.2.2 Deployment Question

    By Marc K Furon 1 decade ago

    Hello! Thank you all for putting together this great package.



    I used version 1.1 successfully for a couple of years and am now working on deploying 1.2.2. I downloaded the latest version, installed the template, and signed it according to the instructions.



    I still get the message:

    "HTTP Web Server: Lotus Notes Exception - Error validating user's agent execution access"



    When I look at the Domino server console, I see the messages:

    08/11/2009 08:24:38 AM Error validating execution rights for agent '(WikiQueryOpen) WikiQueryOpen' in database 'testing/TestRPPW.nsf'. Agent signer 'PoolAdministrator/ACMICPCRPP', effective user 'PoolAdministrator/ACMICPCRPP'. Examine 'Programmability Restrictions' field in the Server Record.



    08/11/2009 08:24:38 AM HTTP Web Server: Lotus Notes Exception - Error validating user's agent execution access [/testing/TestRPPW.nsf]



    08/11/2009 08:24:39 AM HTTP Web Server: Item Not Found Exception [/testing/TestRPPW.nsf/webfiles/header-bg/$file/header-bg.gif]



    Are there values I need to set in the Server record? I don't recall doing that before.



    I am relatively new to the Lotus Domino environment, so if this is a basic question, please forgive me–pointers to relevant documentation are always welcomed.



    Any help that anyone can provide will be appreciated!

    • Solutions

      By Benedict R Poole 1 decade ago

      You've got two things going on here…


      1. That error means that your signing ID doesn't have the appropriate rights in your environment to run

        the code - have your Administrator sign the db with the appropriate ID.


      2. DominoWiki is looking for a resource document that is missing. You will find the header-bg

        resource in the 1.2.2 template - copy that into your instance.
      • Follow-up with Thanks

        By Marc K Furon 1 decade ago

        Thank you for your quick reply! Your help is very much appreciated.




        1. That error means that your signing ID doesn't have the appropriate rights in your environment to run

          the code - have your Administrator sign the db with the appropriate ID.



          …Hmmm—that is the administrator ID. What rights/attributes does the appropriate ID need to have?




        2. DominoWiki is looking for a resource document that is missing. You will find the header-bg

          resource in the 1.2.2 template - copy that into your instance.



          …I'll try building a fresh database. I know the instructions said to copy the data as well as the design documents from the template–I'll check to see if I did that.
      • Partial Resolution, Question

        By Marc K Furon 1 decade ago

        Thanks again…one resolution and one more question, if I may–


        1. That error means that your signing ID doesn't have the appropriate rights in your environment to run

          the code - have your Administrator sign the db with the appropriate ID.



          …I signed the database with the Server ID and that seems to have resolved this problem.




        2. DominoWiki is looking for a resource document that is missing. You will find the header-bg

          resource in the 1.2.2 template - copy that into your instance.



          …I still get the "Item Not Found Exception", although it doesn't seem to be fatal. If I use Domino Designer to look at the database, it shows header-bg.gif under Resources->Images in the "Applications" tree on the left side–so it looks like it is there. Does anyone have any idea why I might still be getting this message?
        • header-bg

          By Benedict R Poole 1 decade ago

          header-bg is an image file resource in the database design (for use in the Notes client), but is also a file resource document in

          the Notes database itself, for use on the web. I suspect it is the latter document that you are missing.



          Open your DominoWiki instance in the Notes client, and navigate to "Site files" (under "Configuration"). You should see a number

          of resource documents listed, for example "fade-header", "feed-icon" and so on. See if you have one called "header-bg". If you

          don't, copy the same document in from the downloaded DominoWiki 1.2.2 template.

          • header-bg File

            By Marc K Furon 1 decade ago

            It seems to be there when I look under "All Documents", both in the template and in the database I created from it. There is a header-bg (not header-gb) listed as type "File" in both cases. When I open it in the Notes 8.5 client, it shows as "Header background graphic for web2.0.css" and a reference to the "header-bg.gif" GIF image.



            I can send screenshots of what I am seeing if that would help.



            Everything else I have tested so far seems to be working–I will be doing more testing today.



            Thank you very much for your help with this!