How to "Capture Multiple Levels" of a SharePoint 2010 site

Hello!  I have an end user I'm trying to support who is trying to update her SharePoint site so she can print the .pdf format.  Whenever she tries to "Get Entire Site she gets an authorization failure and it says Error:  Nothing Done.  We have migrated the site content over from the old intranet page into a SharePoint 2010 site.  However, user informed me that she needs to have the ability to print the entire site content and she had been doing this using Adobe Acrobat X Pro.  How do I correct the authorization failure message?  I'm a SharePoint administrator so please let me know what I need to do on the back end to get this to work.  Thanks! 

I have seen the same error a number of times. I found that certain domains would not work and give me the error msg. and not allow me to capture a website into PDF format.
http://www.wisconsindot.gov/projects/index.htm generates the 'Authorization Failure' error msg. and will not create a PDF file.
http://www.dot.wi.gov/projects/index.htm and http://www.dot.state.wi.us/projects/index.htm both work fine and create a PDF file as intended.
Do you have an alternative domain you can use for the URL? If so, try that and let me know if it works.
Gregory A. Simonis | DTSD Publications Editor/DTSD Extranet Web Administrator | WisDOT SW Region - Madison, WI

Similar Messages

  • How to do a load testing in Sharepoint 2010 site

    Hi,
    I have never done a performance or load testing on SharePoint 2010 site.
    I have a site which has only one custom code written for consolidating documents. I want to check the performance of the site.
    How do I go about this ? I want to know how many users can login at a time and view the site without any delay and
     check how many people can consolidate documents at a time .
    Thanks in Advance.
    Pallavi

    There's several ways to do it, the most common is to use the SharePoint load testing kit detailed in the second link below. For a more general guide try the first:
    http://technet.microsoft.com/en-us/library/ff758659.aspx#createtests
    http://technet.microsoft.com/en-us/library/ff823736(v=office.14).aspx

  • How to import Solarwinds Dashboards into a SharePoint 2010 site?

    Hello ,
    I am planning to import solarwinds dashboard in a SharePoint 2010 site, so could anyone please tell me how to achieve this.
    Thanks and Regards,
    Srikanth G.

    Hi Srikanth,
    Main purpose of the dashboard is to display the real time data and the dashboard should be updated very often. This can be achieved by using RSS feed.
    RSS feed gives data in XML format. By Using the  below piece of code, you can iterate the XML and fetch the data. Once you receive the data , keep it in datatable and display it in the dashboard webpart as you like.
    XmlReaderSettings settings = new XmlReaderSettings();
    settings.IgnoreComments = true;
    settings.IgnoreWhitespace = true;
    settings.CheckCharacters = true;
    settings.CloseInput = true;
    settings.IgnoreProcessingInstructions = true;
    var client = new WebClient();
    string URL = <SolarWindsRSSURL>;
    try
    var feedAsString = client.DownloadString(URL).Replace((char)(0x1F), Convert.ToChar(" "));
    XmlReader reader = XmlReader.Create(new MemoryStream(Encoding.Default.GetBytes(feedAsString)), settings);
    //XmlReader reader = XmlReader.Create(URL);
    SyndicationFeed Feed = SyndicationFeed.Load(reader);
    reader.Close();
    foreach (SyndicationItem item in Feed.Items)
    //Solar Winds RSS data
    Thanks, Sures | MCTS SharePoint

  • How to capture multiple change in webDynPro(ABAP) Table

    Hi ,
    I would like to know 'How to Capture Multiple Change' of a node . For example , a table is bound to a node and I select Multiple entries in the table . Then, how to capture Multiple entries of the table  . Is there any method ?
    There is a method 'GET_CONTEXT_CHANGE_LOG' of 'if_wd_context' which captures single change of the node .
    Regards
    Sid

    Post this in Webdynpro forum at
    Web Dynpro Java
    have you seen these tutorials.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3133474a-0801-0010-d692-81827814a5a1
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/4c70444a-0801-0010-7688-9e4bd844b783
    Regards
    Raja

  • How to find out which users are using SharePoint Designer to make changes in SharePoint 2010 site?

    Hi there,
    How to find out which users are using SharePoint Designer to make changes in SharePoint 2010 site?
    Thanks.

    You need to enable auditing on SharePoint server and it will let you know, if someone makes any critical changes for the same.
    Please walk through this informative KB to enable auditing on SharePoint :https://support.office.com/en-za/article/Configure-audit-settings-for-a-site-collection-f5a346d0-ee0f-4412-a5e6-d9b5abaa1012
    Here is one more resource :
    https://support.office.com/en-in/article/View-audit-log-reports-4293e8d5-4e7d-4201-b8ac-c8e63a100131
    Moreover, if you wish to audit such critical changes automatically, you may consider on this comprehensive application (http://www.sharepointauditing.com/) that helps to track every changes on SharePoint into
    real time and provides the captured data at granular level.

  • How to Enable Anonymous access to a SharePoint 2013 site e.g for specific site,list etc..

    Hi All,
          I'm working on an extranet and i would like users to be able to fill a form on the site.
    Since i'm going to use sharepoint 2013 how can i configure sharepoint to use both anonymous access and windows authentication at the same time.
    I know for sure it can be done but what can be allowed for anonymous access e.g specific list site etc..
    I would need to make some area available as anonymous e.g a whole site as  i would like to brand it a little to host the form.Any tips of who has configured similar would be appreciated

    Hi Patrick,
    Thanks for posting your query, Kindly follow the below mentioned steps to enable Anonymous access to a SharePoint 2013 site.
    In Central Administration, under Application Management., click Manage web applications.
    Select the web application you want to enable anonymous access for.
    In the Security group on the ribbon, click Authentication Providers.
    In the Authentication Providers dialog box, under Zone, click Default.
    On the Edit Authentication page, select the Enable anonymous access check box.
    Click Save.
    Close the Authentication Providers dialog box.
    Also, browse the below mentioned URLs for more details
    http://blog.cloudshare.com/2012/10/15/how-to-enable-anonymous-access-to-a-sharepoint-2013-site/
    http://www.sharepoint-journey.com/how-to-enable-anonymous-access-in-sharepoint-2013.html
    I hope this is helpful to you, mark it as Helpful.
    If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

  • How to custom edit SharePoint 2010 site without SPD2010 / Visual Studio enabled

    Hi All,
    my company completely disabled custom editing SharePoint 2010 sites. Editing now only available through the web.
    A little tweak like filtering datasheet list view based on user group membership is impossible now.
    Original solution was to replace code part in SPD like:
    <Where>
    <Or>
    <Membership Type="CurrentUserGroups">
    <FieldRef Name="REPLACEME"/>
    </Membership>
    <Eq>
    <FieldRef Name="REPLACEME"/>
    <Value Type="Integer">
    <UserID Type="Integer"/>
    </Value>
    </Eq>
    </Or>
    </Where>
    Source: http://www.hornerit.com/2009/07/filtering-by-group-in-sharepoint-person.html
    Can I still make some workaround to solve this problem, or I should go back to good old days using spreadsheets / folders / mailbox instead of SharePoint websites?
    Thanks!

    Hello,
    I have found this link to filter data based on group member using jquery. This could be helpful in your case:
    http://spjsblog.com/2010/02/16/filter-list-view-based-on-membership-in-sharepoint-group/
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Unable to open Office files on SharePoint 2010 sites on Windows Server 2008 R2

    Setup: Windows SharePoint Server 2010 sp1 on Windows Server 2008 R2 (hosted on VMWare VSphere ESXi 5.1)
    Secured using Domain SSL from GlobalSign.
    Client OS: Windows 7 Professional 32bit & Windows XP SP3 32 bit
    Browsers: IE10, IE9,IE8
    Office: Office 2010, Office 2010 sp2 (both 32bit), Office 2007
    Problem Description: Only recently, users started having issues with opening Office files (Word, Excel) on SharePoint sites. When you click on an Office file e.g. Word Document, it comes up with the option to select "Ready only" or "Edit"
    and choosing either options and re-entering the login credentials results in the
    application hanging. If you leave it for a while (about 5 minutes) sometimes the file opens and other times it gives the error "Could not open https://portal.com/XXX/XXX/Document.docx". Even when it opens, it's extremely
    sluggish and can't do anything other than end it via Task Manager. Same with excel files. 
    This happens to all the users all different OS and browsers.
    On XP Pro SP3 w/ IE8, when you click on the file, the login prompt keeps popping back up repeatedly and if you click cancel, the file loads up anyway but no way of saving back onto the SharePoint site.
    IMPORTANT: One exception is when logged in as a Site Collection Administrator, it
    works like a dream bizarrely!!!! Opens, Edits and saves back fine on the SharePoint site.
    Have tried following:
    1. Repaired Office 2010 Pro; Uninstalled/Re-installed Office 2010 Pro
    2. Reset Browser, unticked automatically detect proxy settings.
    3. Emptied OfficeOfflineCache on Client
    4. Removed WebDAV from the SharePoint server
    5. Added Antivirus folder exclusion (We use SEP 11) on the SharePoint Server
    Note: PDF files opens fine for all users.
    I would immensely appreciate if anybody has got any advice/pointers/suggestions. Desperately out of ideas at the moment.
    regards,
    Compter Sez No!

    Hi,
    According to your description, When you try to open a Microsoft Office document from a SharePoint 2010 site in a client application, the document opens slowly and you are prompted to enter your credentials multiple times.
    This issue may be because of SharePoint Web Front End (WFE) server(s) has Antivirus software installed and the exceptions are not set correctly.
    I recommend to remove the antivirus software or set the correct permissions for the antivirus software to resolve the issue.
    To configure the antivirus exceptions, please follow the guidelines in the below articles:
    KB943620:
    Folders to exclude when you perform a file-level antivirus scan on a server operating system.
    KB952167:
    Certain folders may have to be excluded from antivirus scanning when you use a file-level antivirus program in SharePoint.
    KB943556:
    Recommended file and folder exclusions for Microsoft Forefront Client Security or Forefront Endpoint Protection 2010.
    Best regards.
    Thanks

  • What third party tools exist to show a user or groups permissions and access rights for an entire SharePoint 2010 site collection?

    Our admin crew has just inherited a 4 year old SharePoint site that was developed on SP 2007 and later migrated to SP 2010.  We are trying to determine which users and groups have access to the 150+ sub-sites of the site and at what permission levels.
    Research tells me SharePoint 2010 has no means to simply list out a user's permission levels over an entire site collection, but that it must be done at each sub-site, list & library that has permission inheritance broken to create a unique permissions
    object.
    Has anyone found a solution to this issue?  Without days of research at each sub-site, list & library, how would one more economically go about such an investigation of a user's permissions on an entire SharePoint 2010 site?

    Hello,
    There is no direct way to see user and group broken permission within a site collection. However you can write powershell script to get the permission. You can modify the below script based on your need and export result in CSV. You may also need to add
    code to iterate all subsites within site collection.
    http://social.technet.microsoft.com/wiki/contents/articles/14242.sharepoint-2010-export-all-unique-permissions-from-site-collection-using-powershell.aspx
    http://en.community.dell.com/techcenter/windows-management/b/weblog/archive/2012/09/25/sharepoint-security-reporting-using-powershell
    Codeplex tool is also available to check permission but it is not always fulfill business need. You may also look at this if it suits you.
    https://permissionsmanager.codeplex.com/ 
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see<br/> Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Office Web Apps 2010 on SharePoint 2010 site running in SharePoint 2013?

    We're in the process of moving a SharePoint 2010 site over to SharePoint 2013.  The SharePoint 2010 site is using classic authentication, and it's not in scope to update this to claims-based authentication.
    I'd like to continue running the site in SharePoint 2010 mode without upgrading it to 2013.  In this case, can I continue to use Office Web Apps 2010 for this SP2010 site?  I've already installed Office Web Apps 2013 on another server but just
    read that it needs claims-based authentication.

    If you want to use OWA once the site has been moved to 2013 you will need to change the web application to use Claims. OWA in 2013 requires that and will not work in classic mode.

  • Sharepoint 2013 site having NTML Crawl issue while crawling Sharepoint 2010 sites having FBA authentication

    Hi,
    We have Sharepoint 2013 search center site which is claim based with NTLM authentication set. we have Sharepoint 2010 farm also running which are FBA authenticated.
    While crawling Sharepoint 2010 sites having FBA authentication from SP 2013 search center having NTLM auth. it does not give proper result.
    Can you please help me what can be done here?
    Thanks,
    Prashant

    Hi Prashant,
    According to your description, my understanding is that the search cannot work correctly when crawling the SharePoint site which is form-based authentication.
    Per my knowledge, the crawl component requires NTLM to access content. At least one zone must be configured to use NTLM authentication. If NTLM authentication is not configured on the default zone, the crawl component can use a different
    zone that is configured to use NTLM authentication.
    However, if crawling a non-default zone of the web application, URLs of results will always be relative to the non-default zone that was crawled for queries from any zone, and this can cause unexpected or problematic behavior.
    I recommend to make sure that the default zone of the SharePoint 2010 web application to use NTLM authentication.
    More references:
    http://technet.microsoft.com/en-us/library/dn535606(v=office.15).aspx
    http://technet.microsoft.com/en-us/library/cc262350.aspx#planzone
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • SharePoint 2010 site (SAML 2.0 authenticated) edit the list in Datasheet View is disabled

    I am working on a SharePoint 2010 site which is SAML 2.0 authenticated. The site work fine in general. However when I try to Edit the list with
    'DataSheet View' i.e. disabled. Evenif I am not able to create any Datasheet View also.  However when I login with VPN Net Work fine.
    Thanks and Regards
    Er.Pradipta Nayak
    Visit my Blog
    Xchanging

    Hi,
    As per your given information you have installed the office 2007 on your client machine, so can you please check the
    Office
    2007 Data Connectivity Component  is installed or not if not plz. Installed and let us know.
    Krishana Kumar http://www.mosstechnet-kk.com

  • Receiving an error when checking out Visio 2013 file from a Sharepoint 2010 site.

    Receiving the following error when attempting to checkout a Visio 2013 file from a SharePoint 2010 site: "Sorry, we couldn't open 'http://sharepoint/folder/folder/folder/folder/file name".  If you need to know the length of any of the folder
    or file name, please let me know. I have checked answers to other questions but none seem to apply or the person responded that the answer did not work.

    Seems that your Microsoft Office Document cache is corrupted.  please try deleting cache folder :
    Clear the Microsoft Office Document Cache by opening the Upload Center->Settings->Delete cached files.
    Clear the Office File Cache at  C:\Users\<username>\AppData\Local\Microsoft\Office\14.0\OfficeFileCache.
    Clear the Office File Cache at  C:\Users\<username>\AppData\Local\Microsoft\Office\15.0\OfficeFileCache.
    Thanks
    Ganesh Jat [My Blog |
    LinkedIn | Twitter ]
    Please click 'Mark As Answer' if a post solves your problem or 'Vote As Helpful' if it was useful.

  • How add capture schema level to existing table level capture

    I have setup Oracle Streams 2 databases( oracle 10.2.0.4 windows 2003) 2-way replication. Database A capture 55 tables and database B capture 32 tables from same schema.
    I need add one more database C (oracle 11.1.0.7 rac windows 2003); replicate whole schema level from database A;
    What sould I do?
    Add new schema level capture process on database A?
    Can I drop current capture table level on database A and create schema level capture and use different propagation?
    Please help

    Better use 2 differents captures and 2 differents propagations, specially since on the of the capture is bi-directional.
    When troubles will come, you will be happy of this separation, Also if something special is requested, you will be confortable with the implementation and sure that no side effects on the other capture. But the ease of maintenance, the different FIRST_SCN, will make your life better.
    Remember that a propagation that goes always from A-->B, you can remove the rule set. In this case everything that enter A goes to B.
    So is it better to do
    A -> rules  |-----> B
                 |-----> Cor not proagation rules :
        A ---> B
        A ---> CI vote for the second.

  • SQL Exceptions, transport-level errors on SharePoint 2010 App Server

    SharePoint 2010 becomes inaccessible 2-3 times per day. It happens at approximately the same times: 8 PM, 1 AM and 1 PM. It is inaccessible for about 3-4 minutes and then comes back on its own.
    During the time it is down, we see the following errors in the event viewer on the application server:
    EventID: 5586 Task Category: Database -
    Unknown SQL Exception 64 occurred. Additional error information from SQL Server is included below.A transport-level error has occurred when receiving results from the server.
    (provider: TCP Provider, error: 0 - The specified network name is no longer available.)
    EventID: 3 Task Category: None -
    .Net SqlClient Data Provider: System.Data.SqlClient.SqlException: A transport-level error has occurred when receiving results from the server. (provider: TCP Provider, error:
    0 - The specified network name is no longer available.)
    EventID: 6398 Task Category: Timer -
    The Execute method of job definition Microsoft.Office.Server.Search.Monitoring.HealthStatUpdateJobDefinition (ID f9db48f1-f115-47ab-99b6-552460cbb782) threw an exception. More
    information is included below. A transport-level error has occurred when receiving results from the server. (provider: TCP Provider, error: 0 - The specified network name is no longer available.)
    EventID: 8086 Task Category: Business Data -
    The BDC Service application failed due to a SQL Exception: SQLServer host ums1spd1v. The error returned was: 'A transport-level error has occurred when sending the request to
    the server. (provider: TCP Provider, error: 0 - An existing connection was forcibly closed by the remote host.)'
    The SharePoint logs have errors during the same time period saying the same kinds of things: Sql exception raw message: A transport-level error has occurred when receiving results from the server,
    The specified network name is no longer available, etc.
    Our network administrator has looked at the issue and cannot find any network problems. 
    He setup a continuous ping from the app server to the database server. 
    Even during the times these errors are occurring, the app server is still able to reach the database server. 
    However, you cannot ping the app server itself during this time.
    Our database administer cannot find any SQL Server issues. 
    There are no errors in the event viewer or the SQL logs on the database server.
    In Central Admin, we can see that one or two jobs fail with SQL errors during the times these errors take place.
     It is almost always the “User Profile Service Application – User Profile Language Synchronization Job” and often the “Health Statistics Updating” or “Crawl Log Report for Search Application Search Service Application”. 
    These jobs run successfully at many other times during the day.
    Is there a good way to tell if the database, network or SharePoint itself is the root of these problems? 
    The database and network guys say there are no problems in their areas, but all I can find in the SharePoint logs is that it can’t reach the database server.
    Thank you for any suggestions you may have!

    Since these seem to happen at very specific times, I would run a NetMon trace at that window to capture what is going back and forth (or perhaps the timer service is just unable to reach the SQL server).
    Trevor Seward, MCC
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

Maybe you are looking for

  • MacBook Died...need some advice

    My 13" white macbook harddrive appears to be dead and now I am off to buy a new HD for the machine. I have several iPods and an Apple TV. How do I get my iTunes library from the Apple TV or iPod back into my iTunes Library before the new iTunes (on t

  • Error when updating customer Address

    Hi All, I am getting follwong error when using API hz_location_v2pub.update_location to update customer location The address cannot be validated because no geography mapping exists for this country. Please contact your system administrator. Any idea

  • HST6i, Client/Server env. Forms runtime crash!

    We successfuly instaled HSD6i on Forms Server. But we also need to run forms on client/server environment. When I start HSU or generated app. in Forms Runtime (ver 6.0.8.11.3) and do nothing other than navigate from menu to form 'Users' for example,

  • Reminder Emails for Pending Approval Items

    Hi, I am new to Oracle workflow but the current project I am working with uses Oracle Workflow. I have a query regading reminder emails that workflow sends for the pending approvals. Do you know in which table I can check the settings for reminder em

  • Campus Manager Device Not managed

    Dear *, I have LMS 3.2 and on my campus manager device is showing not managed. I excluded the devices and included is again and and did data collection and still the same. I even deleted it from Common Services, re-discovered it and included in CM bu