Autocomplete textbox function using in infopaht designer 2010

Hi i have created one textbox in infopath. In site page i added a CEWP and infopath form webpart.
I add the code in HTML text editor, but i am getting javascript error. 
errors are below:
- jquery is undefined
- expected }
This is my code
<script src="/sites/IT/SiteAssets/JSFiles/jquery.SPServices-0.7.2.min.js"></script>
<script src="/sites/IT/SiteAssets/JSFiles/jquery-1.7.1.js"></script>
<script src="/sites/IT/SiteAssets/JSFiles/jquery-1.8.3.js"></script>
<script type="text/javascript">
windows.onload=function(){
alert("jquery")
window.setTimeout(readyCall, 2000);
function readyCall(){
           var externalparties=[];
            $().SPServices({
         operation: "GetListItems",
        listName: "Test",
        CAMLViewFields: "<ViewFields><FieldRef Name='Title'/></ViewFields>",
async: false;
completefunc: function (xData, Status) {
  $(xData.responseXML).SPFilterNode("z:row").each(function() {
  externalParties.push($(this).attr("ows_Title"));
$("input[id$='FormControl0_V1_I1_T1']").autocomplete({
source: externalParties

Try below: //get control for autocomplete field var fieldControl = $.getFieldControl('Title'); //call autocomplete plugin for field control fieldControl.plumFormAutocomplete({ sourceList: 'Customers directory', sourceMatchField: 'Title', labelFields: ['Title',
'ZIPCode'], labelSeparator: ', ', fillConcatenatedLabel: false, fieldsMapping: [{sourceField: 'Address', targetField: 'CustAddress'}, {sourceField: 'AccountNumber', targetField: 'CustAccountNumber'}, {sourceField: 'ZIPCode', targetField: 'CustZIPCode'}] });
http://www.codeproject.com/Articles/637675/Multiple-form-fields-autocomplete-for-SharePoint http://manojssharepointblog.wordpress.com/2012/12/27/jqueryuis-autocomplete-function-on-infopath-forms-in-sharepoint/ http://sharepoint.stackexchange.com/questions/83814/autocomplete-on-browser-infopath-form-field
http://www.c-sharpcorner.com/UploadFile/40e97e/auto-fill-textbox-in-infopath/

Similar Messages

  • Can't open sharepoint site with sharepoint designer 2010

    Hi there,
    We've installed SP Foundation + SP Server 2010 and set up some sites.
    when we tried to open it with SP Designer 2010, it fails and gave us some errors.
    opening SPD through site actions :
    unable to open website. possible causes:
    1. the web server may not have sharepoint server installed
    2. the web server may be temporarily out of service
    3. if you are connecting through a proxy server, the proxy settings may be incorrect
    4. an error may have occured in the web server
    opening sharepoint site through SPD:
    the folder 'http://mysp.domain.com/site/default.aspx' isn't accessible. the folder may be located in an unavailable location, protected with a password, or the filename contains a / or \.
    the thing is ... we have no problem with sharepoint designer 2007.
    any idea?

    Hi p.andrew,
    If you want to open the site use SPD, you should enable the Client Integration for the web application at first.
    Here are the steps:
    1.      
    Go to this location : “Central administration” > “Security” > “Specify authentication provider”;
    2.      
    Select the Web Application which you want to edit use SPD (SharePoint Designer 2010), and click the “Default” below the ‘Zone’;
    3.      
    Select the “Yes” radio button
     in the Client Integration section, and click the ‘Save’ Button;
    4.      
    Close and re-Open the IE;
    5.      
    Try to Open the site using SPD.
    More information about this:
    http://snahta.blogspot.com/2009/01/folder-may-be-located-in-unavailable.html
    http://skurocks.wordpress.com/2009/06/26/enable-client-integration-user-permissions-for-web-application-%E2%80%93-caution/

  • Trouble creating a Netezza datasource from SharePoint Designer 2010 using OLEDB

    I am trying to create a data source in SharePoint Designer 2010 for connecting to a Netezza database via OLEDB.  If I choose the Microsoft .NET Data Provider for OLEDB and give it the server name, username, and password, I get the following connection
    error:
    Server Error: An error occurred while retrieving the list of Databases from nzprod-vip: The data retrieval service encounterd an error during connection to the data source. Contact the server administrator for more information.
    (The server administrator had no additional information.)
     If I use a custom connection string, specifying the Netezza OLEDB provider,  whose format looks like this (actual database and credentials omitted):
    Provider=NZOLEDB;Password=...;User ID=...;
    Data Source=...;Initial Catalog=...;
    Persist Security Info=True;Port=5480;Logging Level=0;Log Path=nzconnect.log; Optimize for ASCII=True;
    I get the following connection error:
    Server Error: An error occurred while retrieving the list of Databases from nzprod-vip: The Web server cannot connect to the specified data source because the query may contain errors, the data source may be unavailable or configured improperly, or you Web
    site is behind a proxy server or firewall.
    If your Web site is behind a proxy server or firewall, verify that your server administrator has configured the Data Retrieval Services HTTP proxy server setting for Microsoft SharePoint Foundation.
    (We are not behind a proxy server or firewall.)
    The NZOLEDB provider is loaded on the SharePoint server running the SharePoint Data Retrieval Service. I can successfully connect to the Netezza database if I login directly to the SharePoint server and run a Netezza database
    browser that connects via NZOLEDB using the same parameters that are in custom connection string I tried through SharePoint Designer.
    Our SharePoint server configuration has one server for the application services (including the Data Retrieval Service) and two other servers running just SharePoint web services.   (We actually loaded the NZOLEDB driver on all three servers for
    good measure, though we think the server running the Data Retrieval Service would be right one.)
    We do not think SharePoint privileges are a factor, since we had our SharePoint administrator try to connect while running with full access privileges.
    Any help will be much appreciated.

    Hi Ronald,
    i am not quite sure how the OLEDB connect to the netezza, as i heard they also have their own OLEDB, as you mentioned.
    but please have a check this link, perhaps it may help to set up OLEDB in sharepoint designer
    http://office.microsoft.com/en-us/sharepoint-designer-help/add-a-database-as-a-data-source-HA010355745.aspx
    perhaps this link may help you in some way:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/0e4b5e49-49ef-4e6b-9ab8-ac954ab8d0be/how-do-i-add-c-to-webpage-in-sharepoint-designer?forum=sharepointcustomizationlegacy
    http://social.technet.microsoft.com/Forums/en-US/9ac4a7af-6e3f-41d8-8b8e-14b707697e06/c-code-to-connect-netezza-using-oledb-provider?forum=sqlintegrationservices
    http://www.rafael-salas.com/2010/06/ssis-and-netezza-loading-data-using-ole.html#!/2010/06/ssis-and-netezza-loading-data-using-ole.html
    Regards,
    Aries
    Microsoft Online Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Cancelling a Approval Task using Designer 2010

    I created an Approval Workflow using Designer 2010. The workflow sends out notifications emails to approvers. But what if I want to cancel the approval task after the email has been sent out. I mean I don't want user to be able to approve the List Item.
    Is there something I can change in the Designer 2010 code to make that happen. Thanks so much!
    Regards,
    mayank

    Hi Kapil,
    Thanks so much for your response. I have a document library and it has a column called CE Status.
    When a task is assigned, the CE Status becomes "Media Relations in Progress" for instance. That is one of the stages. There is a group called Media Relations that will receive an email to approve. Once approved, the logic in my code changes the
    CE Status. It goes to next stage and sends out an notification email to the next group.
    I want to create a separate workflow that will cancel any pending task. So some selected user should be able to cancel the task. In that event, the assignee (Media Relations for instance) should not be able to approve the document via the email they originally
    received.
    Mayank

  • BW Application Error while using Web Application Designer Functionality?

    Hi,
    An error came while using Web Aplication Designer functionality.
    Can anyone please help me to resolve this issue.
    X person Developed a web template, but when Y person attempted to broadcast the associated query result, an error message returned indicating access was denied: <b>part of error message Form: PHIO_GET_CONTENT_ACCESS of program SAPLSDCI.</b>
    <b>The same X person developed a web template, but when he attempted to broadcast the associated query result, an error message was returned indicating access was denied.</b>
    From these test results it appears as though the errors encountered are authorization related.  It is a requirement that web templates developed by X to be broadcasted. 
    I need to understand what permissions the X person requires in order for this to work so that his access can be changed.
    Waiting for response.
    Thanks & Regards.

    The last two days have been frustrating. The error above also appeared when I was trying to view one of the relationships in one of my entities.
    What seems to have been happening is Designer showed a relationship existing after it had been deleted. This seems to be a bug in Designer. These rouge links can be deleted in the RON (although if you try to look at their details the RON will crash with the error in original query). After this cleanup everything worked like clockwork.
    Hannah Fraser

  • How do i lock all fields without using the signature function with adobe lifecycle designer 9

    How do i lock all fields without using the signature function with adobe lifecycle designer 9 ...
    I want it to have the same affect as when a signature is used but not use that function. I want a button that says lock all fields. And then you can click it again to unlock all fields...
    Thanks

    Here you go!
    LOCK the form once its SAVEd?

  • Help Required - Upload Multiple Documents functionality sometimes disappears in SharePoint 2010

    Hi All,
    We have a web application created in SharePoint 2010 & there we were facing an issue of not able to Upload multiple documents. After doing search on google, we have found that
    pre-requisites for this functionality to be working properly are as follows:
    Client Integration needs to be enabled for the web application.
    The STSUpld.UploadCtl IE add-in must be enabled. (located in C:\Program Files (x86)\Microsoft Office\Office12)
    The 32 bit version of Internet Explorer. The 64 bit version does not support it and neither do other, non IE, browsers.
    Office 2003 or newer on the client.
    After meeting all the above requirements, We are now able to see the Upload Multiple Documents link but we are failing in below 2 scenarios:
    On some machines it is working fine & on some it is not.
    On some machines, this option is available for sometime & sometimes it disappears.
    If any one of you have experienced the same problem, then please help us with your valuable suggestions & possible solution for it.

    Hi Manish,
    We've just been experiencing your initial issue with Office 2007 clients not being able to use the multi-file upload functionality.  Sure enough....turning on presence information in Central Admin fixes the issue.  The strange thing is though that
    when presence is turned off, Office 2003 and 2010 clients still work fine and it's only 2007 clients that fail.  Also this issue appeared to only exist for us inside applications that have been upgraded from MOSS2007 to SP2010.  Any new applications
    of even new site collections within an upgraded application worked fine across all 3 Office versions.
    Coincidently, we're also experiencing the more recent issue you've come across with files not uploading after clicking OK in the ActiveX.  Nothing happens.  Office 2010 clients work fine but 2003 and 2007 clients just don't upload the selected
    files.  We've found a workaround which "fixes" the issue but brings it's own set of problems so it's not ideal.  Here's what we've done...
    1. Open IIS, and navigate to the web where you want to use multi-file upload
    2. Select Handler Mappings and Add Script Map
    3. Set Request Path - shtml.dll
    4. Set Executable - C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\ISAPI\SHTML.dll
    5. Set the name to something meaningful - Multi File Upload
    6. Leave the Request Restrictions as default
    This should fix the issue with files not uploading but unfortunately it also prevents SharePoint Designer from accessing the site.  For the application where we desperately need multi-file upload we can manage without SPD access so it's not the end
    of the world but not ideal.  We've actually got an outstanding incident logged with Microsoft to resolve this issue but they've yet to find a solution for us.  We suggested to MS that we update authentication to Kerberos from NTLM and retry as we
    seem to be getting 401 errors in the call stack so thought that could be related.  We've not yet configured Kerberos so I'm not sure whether this is a solution or not.
    One other point worth mentioning is that SharePoint Designer 2010 (which is free) installs the latest version (14) of the Upload ActiveX and with this installed the uploads work as expected.  Also if you have Silverlight and SPD2010 installed then you
    get a Silverlight control to do the upload which also works fine.  Again, not ideal as rolling out SPD 2010 to affected clients isn't really a suitable solution.
    Sorry I can't be any more help.  Hopefully my findings might point you in the right direction.  If you do find a solution (other than the IIS handler mapping) then please re-post here,
    Good luck,
    Ben

  • Need JavaScript for Sharepoint Designer 2010, to show a Pop-up to all the users between date range and the redirect the site

    Dear all,
    I am very new to Sharepoint designer 2010. Its better to say, i am just stepping in.
    I have sharepoint site which is accessible for all the users to update few information. But i want this site not to be accessible during a date range, say from 15th to 20th of every month.
    I am planning to have something like this: If any user tries to access this sharepoint site between 15th to 20th date range of everymonth, then the browser must show an pop-up alert saying "This site is not accessible during this date range" and Redirect
    this sharepoint site to someother site (Say http:// somesitename.xx.com) immidiately.
    I know very little about how to add Javascript in sharepoint webpart.
    Please provide the Javascript or any best alternate solution to my concern.
    Thanks in advance.

    Hi,
    From your description, my understanding is that you want to redirect sharepoint site to another site between 15th and 20th every month.
    I agree with what Sudip says. If you still want to use JS code,You could try these steps
    below:
    Open your site with SharePoint Designer.
    Click Master Pages in left navigation.
    Find file v4.master, and backup it(it is very important).
    Right click your v4.master,
    choose "Edit File in Adavance Mode".
    Add the code below into the <head/> tag.
    <script src="https://code.jquery.com/jquery-1.11.1.min.js" type="text/javascript"></script><script
    type="text/javascript">
    $(document).ready(function(){
    var today = new Date();  
    var day = today.getDate(); // get current day
    var id = _spPageContextInfo.userid; // get the id of current logon in user
    var boolFlg = false;
    $.ajax({
       url: _spPageContextInfo.webAbsoluteUrl + "/_api/web/SiteGroups/GetByName(\'"+"sharepoint Owners"+"\')/Users", //get users in a specified group can access the sharepoint site from 15th to 20th every
    month
       type: "GET",
       headers: {"accept": "application/json;odata=verbose"},
       success: function (data) {
          if (data.d.results) { 
             var src = data.d.results;
             for(var i = 0; i < src.length; i++){
                if(src[i].userid==id){ //check the logon in user in  the specified group or not
                   boolFlg = false;
                   break;
             if(!boolFlg){
                if(day <= 20 && day >=15){
                    alert("This site is not accessible during this date range"); // alert the message
                    location.href = "http:// somesitename.xx.com"; // redirect to another site
       error: function (xhr) {
          alert(xhr.status + ': ' + xhr.statusText);
    })</script>
    Best Regards
    Vincent Han
    TechNet Community Support

  • Sharepoint Designer 2010 and HTML Editing

    Hi -
    This may sound like a stupid question, but is there WYSIWG in Sharepoint Designer 2010?  I've got to do basic HTML code, insert items, insert links, insert columns/tables, etc.  I don't see a way to do this in Designer?  Maybe I'm blind?  I
    am used to coding in Dreamweaver.   Should I just assume that I'm going to have to continue to do my code/designs in Dreamweaver and then copy it in to Designer?  
    I'm pretty confused, I thought I could do some basic HTML (aside of editing fonts/colors etc) in Designer.  I'm basically trying to create a wiki page with FAQ style text and some images and buttons.
    I'm new to all this, I come from an admin and web design background, not really a Sharepoint Design/Development background.
    Thanks for any help!

    You will normally need to edit a page in Advanced mode to get access to modify its HTML. This will unghost the page.
    Nikolas Charlebois-Laprade Microsoft Certified Professional & Software Engineer http://nikcharlebois.com

  • SharePoint Designer 2010 and Visio 2013 Issues

    I currently have Visio 2013 and SharePoint Designer 2010 installed.  I have two problems that I'm experiencing and any help would be greatly appreciated.
    1. I'm able to export an already manually created workflow from SharePoint Designer 2010 as a .vwi file without a problem and am able to import the file into Visio Pro 2013.  I
    was also able to export the file from Visio once changes were made.  However, when I go to import the file into SharePoint Designer I receive a message stating "This workflow cannot be imported because it was created in SharePoint Designer for a
    different site, or the original workflow has been moved or deleted.  To move a workflow between sites, use Save as Template (.wsp file) instead of Visio workflow drawing."  I cannot figure out how to save it in the format the prompt is suggesting
    as this is not available from the list of Save As options from Visio and when exporting from Visio the only format to do so is as a Visio Workflow Interchange (.vwi file).  When exporting from SharePoint Designer I’m only able to export as a .vwi file
    and the Save As option is not available in SharePoint Designer.  Additionally, the file location where I exported from SharePoint and importing back into SharePoint is not changing, nor is the file name. 
    2. If I create a workflow from scratch within Visio utilizing the SharePoint 2010 shapes, I'm about to export without a problem and save as a .vwi file.  I'm also able to import this workflow into SharePoint Designer, but the problem is the workflow
    never actually shows up and I do not receive any errors.
    Any help on either or both of these issues would be greatly appreciated.
    Thanks,
    Eric

    Use Visio 2010. You may be running into a compatibility issue between Visio 2013 and Designer 2010.
    Trevor Seward
    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.

  • Sharepoint Designer 2010 and Visio 2013

    I am testing out Visio Professional 2013. I can import a VWI file from Sharepoint Designer 2010 and I can export a VWI file from Visio. But when I try to import the VWI file created in Visio 2013 into sharpoint Designer 2010 it appears to work, as
    I don't get an error, but the work flow never appears.  Any thoughts?

    Hi,
    Based on my research, if it is SharePoint Designer 2010, then the only edition that supports SharePoint workflows is Visio 2010 Premium edition.
    And if you use Visio 2013, then it need to use SharePoint Designer 2013.
    Reference from:
    http://social.technet.microsoft.com/Forums/en-US/visiogeneral/thread/dc58f61f-1e93-4d2e-935f-bb665296611c
    Jaynet Zhang
    TechNet Community Support

  • Unable to edit in SharePoint Designer 2010

    I am having problems editing a simple SharePoint Team Site in SharePoint Designer 2010. I'm using SharePoint 2010 Foundation Server. I'm running Windows 8.1.
    Receive pop up message:
    Unable to open Web site.  Possible causes:
    The Web server may not have SharePoint Server installed.
    The Web server may be temporarily out of service.
    If you are connecting through a proxy server, the proxy settings may be incorrect.
    An error may have occurred in the Web Server.

    Hi Vuyo,
    According to your description, my understanding is that you got an error when you opened a site with SharePoint 2010 Designer.
    Please do as the followings:
    Check whether SharePoint Designer is enabled in Center Administration->General Application Settings->configure SharePoint Designer settings, more inforamtion, please refer to
    it.
    Check your permission in that web site, ensure you have permission to open that web site in SharePoint Designer (Check in Site Permission > Permission Level in ribbon > Click the permission you belongs to > Ensure Use Remote Interfaces is selected).
    Make sure the server that hosts SharePoint 2010 Deisgner can acccess your SharePoint sie correctly. 
    If this issue still exists, please run SharePoint Products Configuration Wizard, then compare the result.
    In addition, here are some similar post for your reference:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/2a3c022c-f924-4b38-be02-5c5ac7a2927e/cannot-open-sharepoint-site-using-sharepoint-designer-2010-get-a-popup-with-4-possible-causes?forum=sharepointgeneralprevious
    http://sharepoint.stackexchange.com/questions/18006/sharepoint-designer-unable-to-open-web-site
    http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Server/MS-SharePoint/Q_27968087.html
    I hope this helps.
    Thanks,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • "you do not have permission to do this operation + SP Designer 2010 Error

    I am unable to access to my sharepoint site via SharePoint designer. The error is: You do not have permission to do this operation. Ask your web site administrator to change your permissions and then try again, or log on with a user account that has this
    permission...
     I am the site owner with full control. I get the error when I click Site Actions - Edit in SharePoint Designer. I also get the error when I open SharePoint Designer directly and click on the link that was created under Recent Sites.
    In my Central Admin, the SharePoint Designer Settings is all enabled. i am to beloning to farm administrator and i am teh site collection admin. and  in the machine admin group.
    First I created a  claims based authen.  with custom mem.ship /role providers and it was working fine. and i added  users into the users policy user1,user2, user3 etc. and later i  removed these mem.ship /role providers and removed the
    "Enable fba authentication " check box.
    now i am  unable to login into the  sp designer 2010 and  unable to edit master page.
    Also whenever i am trying tio change anything in the _layouts/settings.aspx, like uploading an image or adding a page etc i a egtting teh "error :access denied   sign in  as different user."
    i am not able to find out  what caused this issue till now. Did mycustom membership/role provider is causign the pblm?
    or Is there any place else that I should check?
    PrasadWT

    Seems like an extreme thing to do but these steps worked for me:
    Obviously backing up the site collection first using Central Admin's backup site collection feature
    Took notes of how the current web application was configured in central admin's Web Application Management |General Setting drp down for things like general & workflow settings, external email, etc
    (optional step)  I took a copy of some bespoke settings I had in the web.config file of the web application
    Deleted the web application from Central Admin (when deleting the web app I only deleted the IIS web site not the content db in a "just in case" operation but I don't think it matters, just remember to tidy up SQL and include any new content db in your
    SQL maintainance plan)
    Checked IIS that they had been removed
    Re-created the Web Application (and created a new content db in my case)
    Restored the site collection backup usign Restore-SPSite command with a -Force parameter
    Put all the web application settings back in
    Shut down IIS for a moment to add my custom web.config settings back into the new file
    Rebooted the server
    As I say a bit extreme but it worked...

  • To use Web Application Designer release 2004s do we need to have portals???

    Hi
    I would like some clarity regarding whther we need a portal or not.
    If you use Web Application Designer (SAP BW 3.x) it works fine, you can create reports and then it shows in SAP Easy Access under favourites. Executes fine, no portal is used.
    Now when I want to use the new Web Application Designer I can not execute the reports. Gives me error
    "Java communication error: RFC destination NOT_CONFIGURED does not exist", the window it appears in has a text saying it can't conect to the portal. Then notes that I look at regarding this seems that the connection between SAP BW and Portal must be set up.
    So can please someone tell me whether you need the portal to use the new Web Application Designer release 2004s
    Thanks in advance

    YOu neeed BI Java configured
    If you do not use any new BEx Web functions, do you have to install the usage types BI Java and EP?
    answer -SAP EP 6.0 Portals could be integrated into a federated portal system landscape using URL iViews.
    For more insights - FAQ
    Pls read carefuly should answer all your current and future questions.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/43008b6a-0901-0010-90af-c848d878bac3?rid=/library/uuid/a5067965-0901-0010-6f8a-bbf0b7424283
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/43008b6a-0901-0010-90af-c848d878bac3?rid=/library/uuid/cea68c65-0901-0010-f5a4-fd34189d8078
    Hope it Helps
    Chetan
    @CP..

  • No access with SP Designer 2010 after change to FBA and Windows at the same time - Does this work with SP 2013

    Hi All,
         It seems you can't use SharePoint Designer 2010 to open a site if you have both forms and Windows Auth selected.
    Is there any way around this if i want to use the 2 at the same time?
    How does this work with SharePoint 2013 as i would be doing some migrations?
    Cheers in Advance

    Hi,
    As I understand, you encountered the issue after you selected both FBA and Windows Authentication at the same time.
    As I test, I can open the SharePoint 2010 site using FBA and Windows Authentication by SharePoint designer 2010. When you open the site first,
    you will get a dropdown menu where you can choose between the 2 authentication mechanisms.
    After you choose one of them, you can open the site.
    https://onedrive.live.com/redir?resid=40B702A9FB117DD!136&authkey=!ABtMg5n3OtPakCg&v=3&ithint=photo%2cPNG
    When I open the SharePoint 2013 site using FBA and Windows Authentication by SharePoint designer 2013, I also get
    a dropdown menu where I can choose between the 2 authentication mechanisms. I can open the site after I choose one of them.
    So I think there are some other reasons to cause the issue.  
    Check these things below:
    1. Check if you have the permission to open the site in SharePoint designer (Site Permission > Permission Level in ribbon > Click the permission you belongs to > Ensure Use Remote Interfaces is selected).
    2. Check if you have enabled the SharePoint designer to open the SharePoint site. (Select the web application hosting the site collection using the FBA and windows authentication >Central Administration website > General Application
    Settings > SharePoint Designer > ensure Enable SharePoint Designer
     is selected).
    3. Is there any error when you open the site in SharePoint Designer? If there are any errors, could you please provide it here for further research?
    More references:
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/2a3c022c-f924-4b38-be02-5c5ac7a2927e/cannot-open-sharepoint-site-using-sharepoint-designer-2010-get-a-popup-with-4-possible-causes?forum=sharepointgeneralprevious
    https://social.msdn.microsoft.com/Forums/office/en-US/19628c53-fde2-44b0-806c-64f67263c931/cant-open-sharepoint-site-with-sharepoint-designer-2010?forum=sharepointcustomizationprevious
    Best regards
    Sara Fan
    TechNet Community Support

Maybe you are looking for

  • WIJ 20002

    I am trying to import a WEBI report from Infoview that I created and keep getting the error:  "Unexpected error.  If you cannot reconnect to the server, close Web Intelligence and start again. (WIJ 20002)" The details of the error are as follows: Ver

  • How do I load a movie from my iTunes library to my ipad?

    How do I load a video from my iTunes library on my desktop to my iPad

  • How to make a line intersect with a path at random angles?

    How do you make a line intersect with the anchor point of a half circle when you want the line to continue on past the anchor point of the half circle at a random angle?

  • IMovies won't load into iDVD

    I'm running iDVD 6.0.3 on OS 10.4.9. On the right of my iDVD screen, it says Audio, Photo, Movies, and below this is a window with a folder that says Movies. This folder has a sub-folder named DivX Movies. So my first question is, how do I get my pro

  • Query on for all and delete

    Hi all, I have developed a procedure. It is deleing records from a table. Create or Replace PROCEDURE sidoc_delete(period date)    IS       /*CURSOR c5 IS       SELECT *         FROM ibsoifc.ibs_s_i_doc_receipt a        WHERE EXISTS (