Microsoft Developer Network > 포럼 홈 > SharePoint - Enterprise Content Management > Records Centre Access Denied and other issues
질문하기질문하기
 

답변됨Records Centre Access Denied and other issues

  • 2008년 7월 4일 금요일 오전 9:52Peter England 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     

     

    Hi all,

     

    First issue is ... when creating a records centre (Called "Document Archive") at some point during the creation process a page appears that states "Access denied" - on both the production and dev environment.

     

    The Records Centre still gets created so I add the link etc to the App Management section of Central Admin, and test sending a document to the centre.  This works fine and the doc is placed in the Unclassified Records library in the records centre.

     

    The next issue is I create a new library and record routing entry for a specific content type.  I get the following error:

    "An Error occurred while sending the file to the Document Archive Records Center."

    It seems to be as though the Send To\Document Archive process cannot locate the new document library or there is a permissions problem.

     

    Anyone have any clues as to what the solutions are?

     

    Cheers,

    Pete.

     

    EDIT:

    This is the link (x'd out) added to central admin incase I have done it wrong:

    http://xxxx.xxxxxxx.biz/SiteDirectory/DocArchive/_vti_bin/officialfile.asmx

답변

모든 응답

  • 2008년 7월 4일 금요일 오후 1:15Peter England 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨

     

    Actually, never mind folks - created a Records Centre under a new site collection and that works fine.
  • 2009년 6월 22일 월요일 오전 11:27platinumhimani 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     코드 있음

    I am also geting an "access denied" error while creating either a Records centre subsite or a site collection. However I was successfully able to create it using STSADM command line utility. see if it works for you too.

     

    stsadm -o createsite -url http://<web app URL>/sites/RCM -owneremail <email ID> -sitetemplate OFFILE#1 -title Demo -ownerlogin <domain\userID>

    The template ID - OFFILE#1 is for the records centre template.

    You can find complete list of template IDs from

    http://blumenthalit.net/blog/Lists/Posts/Post.aspx?ID=45 

     

    Thanks, Himani