Unable to edit ReadItem and ReadList operations on one specific external content type

I'm experiencing a strange behavior.  Here is the scenario:
- In Sharepoint Designer I create external content type A that uses external system X
- I define ReadItem and ReadList operations for this external content type
- I then create external content B that uses the exact same external system X and define ReadItem and ReadList operations for this external content type
- I then go back to external content type A, select ReadList and click Edit This Operation
- I get a message : "This operation cannot be matched with any objects in your data source.  There may be an error in the operation definition in Business Data Connectivity Metadata Store or the data source schema has changed since the operation
was created"
- I tried to edit ReadList operation of external content type B and it works with no problems.
- so I delete the ReadItem and ReadList operations for external content type A, refresh external system X, and then recreate the ReadItem and ReadList operations for external content type A. 
- When I try to edit the ReadList (or ReadItem) operation I get the same error message and I'm not able to edit this operation.
This used to work a week or so ago, meaning that I was able to edit the ReadItem and ReadList operations for both external content types.  Now, the operations cannot be edited anymore for external content type A but can be edited with no problems for
external content type B.  For content type A, if I want to make any changes I have to delete the ReadItem and ReadList operations and recreate them.  Does anybody have any idea as to what the problem might be?  These two external content types
use the same external system which is a table of employees and project they worked on.  The only difference is that external content type A has a filter by employee ID defined and external content type B has a filter by project ID defined.
thanks,

Hi bbatl,
I did a test as the followigs:
Open SQL Management Studio, create a table containing a filed called “employee ID” and a filed called “project ID”.
Add some data into the table.
Open my site with SharePoint Designer 2010, create a new external content type called TestA.
Connect the external content type TestA to the table that I created in step 1.
Create Read Item and Read List operations in the content type. When creating Read List operation, add a filter based on “employee ID”.
Click Save.
Create another external content type called TestB
Connect the external content type TestB to the table which was created in step 1.
Create Read Item and Read List operations in the content type. When creating Read List operation, add a filter based on “project ID”.
Click Save.
Then I went back to edit the Read List operation of external content type TestA via clicking Read List operation under External Content Type operations->Edit Operation.
No error displayed.
So, I could not reproduce this issue.
Whether you got the error when you clicked “Edit Operation” in SharePoint Designer. Please provide a screenshot about this issue.
Please check whether someone has changed the table special for the column “employee ID”.
And whether you have created an external list using the problematic external content type. If yes, please check whether it could work well.
Best Regards,
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

Similar Messages

  • Defining read operation on External content type

    Hi,
    I have used SharePoint designer to connect create an external content type to the lists.asmx web service on another sharepoint farm. On attempting to generate a read operation, I receive the following error. Any idea of how to fix this? is there any way
    I can point to a single list as opposed to getting the methods for all the lists on the external sharepoint?
    BTW, I am currently pointing to https://<soourceurl>/_vti_bin/lists.asmx 
    thanks
    Sherazad
    Sherazad

    Hi,
    I found a similar issue for your reference:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/4bcc1cd9-a9d6-4171-87d9-c6749543749c/bcs-connecting-to-a-list-in-another-site-collection-using-the-wcf-service?forum=sharepointcustomizationprevious 
    Quote:
    We cannot use the Lists.asmx web service, because every method has parameters.
    Do you want to add/update/delete a list in from another site? If so, you can display the list in a data view web part using Lists.asmx and give the New Form/Edit Form’s URLs in the data view web part.
    For more information about how to create an external content type based on a web service:
    http://msdn.microsoft.com/en-us/library/office/ee556431(v=office.14).aspx
    Regards,
    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] .
    Rebecca Tu
    TechNet Community Support

  • Creating a external content type for Read and Update data from two tables in sqlserver using sharepoint designer

    Hi
    how to create a external content type for  Read and Update data from two tables in  sqlserver using sharepoint designer 2010
    i created a bcs service using centraladministration site
    i have two tables in sqlserver
    1)Employee
    -empno
    -firstname
    -lastname
    2)EmpDepartment
    -empno
    -deptno
    -location
    i want to just create a list to display employee details from two tables
    empid firstname deptno location
    and same time update  in two tables
    adil

    When I try to create an external content type based on a view (AdventureWorks2012.vSalesPerson) - I can display the data in an external list.  When I attempt to edit it, I get an error:
    External List fails when attached to a SQL view        
    Sorry, something went wrong
    Failed to update a list item for this external list based on the Entity (External Content Type) 'SalesForce' in EntityNamespace 'http://xxxxxxxx'. Details: The query against the database caused an error.
    I can edit the view in SQL Manager, so it seems strange that it fails.
    Any advice would be greatly GREATLY appreciated. 
    Thanks,
    Randy

  • How to create an External Content Type with SQL Stored Procedures Parameters and query it in a SharePoint App

    Hi,
    I'm new to SharePoint 2013 I want to be able to query a MSSQL database from a SharePoint App I have tried to create an External Content Type (ECT) which is produced from a MSSQL stored Procedure, this procedure has several parameters which are needed to
    filter the data correctly.  From here I want to produce an external list which I can then query from a c# SharePoint app.  If I leave the filters in the ECT null then the list is of course empty or if enter a default values the results are limited
    for the app to query so are no good.
    I want to dynamically pass values to the ECT when querying from the app, is this not possible.  Should I just be returning everything in an external list and then letting the query in the app filter the data, this seems inefficient?
    Is this the best way to do this or should I be doing this differently?
    Please can someone point me in the right direction.
    Thanks

    Hi Pandra801,
    When you create a the external content type, please try to add a filter based on your select statement.
    http://arsalkhatri.wordpress.com/2012/01/07/external-list-with-bcs-search-filters-finders/
    Or, try to create a stored procedure based on your select statement, then create ECT using the SQL stored procedure.
    A step by step guide in designing BCS entities by using a SQL stored procedure
    http://blogs.msdn.com/b/sharepointdev/archive/2011/02/10/173-a-step-by-step-guide-in-designing-bcs-entities-by-using-a-sql-stored-procedure.aspx
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • External content type with web service - new read item operation disable

    Hi,
    i'm tring to create an external content type based on web service.
    I add for test the web service:
    http://www.webservicex.net/globalweather.asmx?WSDL
    when i try to set get reat item operation- it's disabled.
    what should i do in order to create the operations?
    keren tsur

    Hi,
    Please Provide screenshot about your issue.
    For more information about how to create an external content type based on a web service:
    http://msdn.microsoft.com/en-us/library/office/ee556431(v=office.14).aspx
    besides, here are two posts about defining read operation on External content type error, you can take a look at:
    https://social.technet.microsoft.com/Forums/en-US/f86a8f37-7c8c-4cf0-8722-c6d44aa1e3d8/defining-read-operation-on-external-content-type?forum=sharepointadmin
    https://social.msdn.microsoft.com/Forums/sharepoint/en-US/4bcc1cd9-a9d6-4171-87d9-c6749543749c/bcs-connecting-to-a-list-in-another-site-collection-using-the-wcf-service?forum=sharepointcustomizationprevious
    Best Regards,
    Lisa Chen
    Lisa Chen
    TechNet Community Support

  • One user can't see presence and send IM to one specific colleague

    Hi there
    One of our J4W users have a very strange issue, but it's only affected that user (at least what I know of).
    The user can't see presence status or send a IM to one specific user. If she tries to send a PM, she gets this message: "Message to <person> could not be delivered".
    However, she can see presence and send IM's to other users just fine.
    I have tried with version 9.1.2/3 . I have not seen this issue on other users.
    J4W 9.1.X
    Windows 7 Enterprise 32 bit
    CUP: 8.6.2.10000-44
    CUCM: 8.6.2.22900-9
    AD 2008 R2
    Is this also a J4W software defect or what could it be?
    Thanks
    Kristian

    Hi both of you.
    Yes you are right, our CUP domain is not the same as our email domain. I guess I have to change the CUP domain then. Do you know any guides to do this? I guess I have to restart the CUP server after changing domain?
    We are also seeing inconsistences that can arise from adding Outlook contacts, so this should solve alot of issues for us.
    I hope it will fix the issues
    Thanks

  • Calculation of Fed and State Taxes for one time payment wage type in US Payroll

    Hi SAP Py Gurus,
    I'm new to US taxes.
    Configured a Tuition Reimb WT 1245 for IT 15, need to Test it now to check how and Fed Tax,State Tax is calculated on this Wage type,
    need to check where this can be located in payroll log in simulation run.
    Can you please explain the calculation step by step.
    Thanks,
    Diya

    Just came back from vacation and saw your thread (which should have been posted in the HRP HCM Payroll North America forum).  We applied SAPKE60061 in late November and the Canadian YE Note in mid-December and didn't come across that problem, but then again we don't have any Quebec employees.
    What version are you on ?
    What HRSP did you apply ?

  • Random dial and receive call from one specific number

    What happens is on a random basis, my iPhone 4 dials a computer shop (I think) and yet they seem to be calling me. I have restored the iOS and have the same problem.

    Contact your carrier... and have her contact hers. Assuming they are SMS/MMS messages, that is. SMS and MMS are carrier features. Note that MMS messaging requires a cellular data connection.

  • Keynote and Pages show unknown error editing tables and charts

    It is about 2 weeks that I am unable to edit charts and tables in both Keynote '09 and Pages '09 via the information panel. Adding a table or chart causes an unkown error without crashing the entire program but restricting editing both object types with the implemented attributes covered at the bottom of the application's task bar.
    I am running the lastest versions and OS. Deleting the plist files or font repair doesn't change anything to the situation.
    Someone else experiencing this phenomenon and may found a solution?

    Hi Kyn,
    By right click i assume you refer to ctrl key and click.
    The option Show Package Contents does NOT show.
    Duplicating the file and making a zip does not reveal more either.
    And yes, i saved the docs and copy them to a pen drive to copy in other mac.
    hv done that almost weekly since iwork came out. There were no problems before.
    Are the pndrives in fault?
    Thanks for your help.
    Rgds
    lorenzo

  • Unable to edit zcsa/installed_languages

    Hi,
    I am performing language configuration in a newly installed ECC6.0 IDES system.
    in RZ11 I can find the entry zcsa/installed_languages in aread only mode but in RZ10 this entry I cant find.So, I am unable to edit the parameter.
    Can any one help me regarding this?( How to edit the value of this parameter in RZ10)
    Regards,
    Moulinath

    I had the same problem. Saw this unsolved thread. So thought I would clear it up since I found what I was doing wrong. May be this is a well known thing in BASIS. I am an ABAP guy who had to end up doing some BASIS . 
    RZ11 displays individual parameters and RZ10 displays/updates profiles which contain such parameter.
    To understand the difference - Use F4 help->Choose a profile->GoTo->Profile Values->Of a server->Choose server->Here you will find all the parameters which can be displayed in RZ11. My 2 cents.
    Regards,
    Shravan

  • Editing Content types at the list level

    Hello, I have a range of Content Types that are administered centrally from a Content Type hub, all of the content types have workflows and retention policies set at the content type hub level.
    I have had a request from a user who wishes to add a template to one of these content types that will be specific to only their document library on their team site.
    The question I'm asking is, if I add a template in the settings of the content type at a list level only, i.e. edit list content type to add a template to it - will it then have any effect on the workflows and retention policy that are set on the content
    type and administered centrally from the content type hub?
    Regards
    kegan1

    Hi,
    As per the Microsoft article "Any changes that you make to a content type for a list or library apply only the instance of that content type that has been added to the list or library. The parent site content type from which the content type was created
    is not updated with the changes."
    So, any changes you made at list level will not be updated at the content type hub level.
    Change a content type for a list or library
    Please mark it answered, if your query answered.

  • Incorrect Infopath content type update in form library after modifying Infopath form and publish it

    I have an admin approved InfoPath form. I added new fields to that form and mapped those new fields with site columns. After uploading updated published form through CA, I noticed InfoPath Site content type for that form got updated (with newly added fields)
    under Microsoft_Infopath group. This content type is also added in form library but somehow the new fields are updated incorrectly for this content type existing in form library (it doesn't show new fields, and shows one new field which is incorrectly
    mapped with other column this is happening only in library). 
    Things I tried:
    - Activate/Deactivate that content type feature
    - Deactivated feature, removed form from CA, re uploaded and activated feature
    - Removed those new fields and published and uploaded InfoPath form and then added those new fields and published and uploaded again.
    -Deleted those fields from InfoPath and readded new fields and published and uploaded form but still the problem persists.
    Any help will be appreciated.
    Dhaval Raval

    Hi Thanks for the response,
    But Update all content types inheriting from this type is already checked.
    That form library has multiple content types associated with it , different infopath forms get submitted there. What I noticed is that when I change the form and publish it, its corresponding site content type gets updated but the same content type used
    in form library doesn't get updated properly. I went to form library and checked that erroneous content type, there were some columns missing and one column was mapped incorrectly. When I clicked on "Parent" content type, it was showing all the new Infopath
    fields(updated content type). So I figured that Infopath site content type was getting updated correctly but it was not able to propagate those updates (in a correct way) to the form library. I also tried to edit that content type and tried adding existing
    site columns which were missing but surprisingly it was not showing those site columns either, which were mapped from Infopath publishing.
    The cause for this behavior is : changes/updates to the Infopath content type are not getting propagated to the form library and this is happening for only one infopath content type but other Infopath content types are getting updated.
    I had to delete all the forms using that erroneous content type and then had to delete that content type from the library and then re-added that Infopath content type to the library and this time it was having correct content type (updated columns).
    This is not a perfect solution for the production environment, sounds like it is a bug.
    Dhaval Raval

  • Hide content type from the new menu but show in edit form

    SharePoint Online, I have following 4 site content types Word Document Excel document PowerPoint document General document
    These content types are being used in a document library and "Word Document" is the default content type, When user clicks on "new" menu, all 4 content types are shown.
    I don't want to show "General document" in the new menu but I want to show in edit form, I have marked it hidden in the library settings but now it is not visible in the edit form.
    Any idea how can I hide content type from the new button but show in edit form?

    Hi,
    Whether you use SharePoint online 2013.
    If we hide the content type in the library settings, the content type will not be displayed in both new menu and edit form.
    To accomplish your qequirement, we need to use css code:
    style <style type="text/css">
    ul.ms-cui-menusection-items32 li:nth-child(4) {
    display: none !important;
    </style>
    perhaps your environment is different with mine, you need to make a little change to the code. 
    Best Regards,
    Lisa Chen
    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]
    Lisa Chen
    TechNet Community Support

  • Similar pages but editable regions are only available on one

    I have two published pages here:
    http://www.larrysproduce.com/vegetables.html
    http://www.larrysproduce.com/fruits.html
    Both use the same CSS.  ICE has allowed me to make the table area (containing the vegetables) editable on the vegetables page but the option (i.e. the dotted lines indicating 'available to designate as editable') do not appear on the fruits page.  Only the header div is a available to designate as editable on that page.
    Can anyone help?
    Thanks

    There are a MAP and an AREA tag inside the "fruits" page. InContext Editing does not have support for editing such tags.
    We recommend creating 2 Editable Regions for the fruits page, one for the content before the MAP tag, one for the content after the MAP tag.
    Or simply move the "mainContent" DIV tag end just before the MAP/H2 tag, which I'm not sure if it is really intended for your editors to edit.
    Hope this helps,
    Dan Popa

  • I want to delete my ichat account and make a new one

    i just got my mac and made a ichat account. i think i messed uo because i had used two different emails. i tried to add my friend but everytime it said waiting for authorization and it keep saying i was offline. i was wondering if there was any was i could fix this problem. PLEASE HELP SOMEONE!

    Hi,
    You haven't added any Spec for your machine or iChat version but you seem to imply it is new so I will presume Lion and iChat 6
    iChat can use  4 types of names and some of those have sub-categories if you like.
    In the iChat Menu > Preferences > Accounts you should have at least the Bonjour Option in the list even if you have no other accounts.
    This is used between Macs on your LAN.
    If they are using iChat and have Bonjour Enabled then you will see their Name as they call themselves in their Address Book. iChat will broadcast your Name as at the My Card in your Address Book (Head and Shoulders icon card).
    iChat can join the AIM service and these can be one of three (sub) type of  Names, although the Buddy list can have Buddies of each type.
    You can register at AIM themselves, with @Mac.com and use a MobileMe name (Ending @Me.com)
    Generically the Account/Buddy List is referred to as an AIM list as @Mac.om and MobileMe names are Valid AIM Screen Names
    iChat can use Jabber Names/IDs. These include Google and there is an Option with iChat 4 onwards to use this a a separate sub category when adding an Account to iChat (In creating a BUddy List)
    A Jabber ID can add Goolge Buddies or a Google Buddy List can have Jabber Buddies.
    iChat 6 adds the ability to use a Yahoo ID as well.
    Although the Yahoo for Mac App (it is still in Beta) can add MSN contacts this cannot be done in iChat.
    Adding Buddies.
    In an "AIM" List you can add Buddies by clicking the Plus icon at the Bottom of the Buddy List and selecting Add Buddy
    You type the Buddy's name in full (As in [email protected], or [email protected] or the AIM name that the persons tells you (it may not be an Email) )
    Allowing or Blocking a Buddy is then done in the iChat Menu Preferences > Accounts > Security tab.
    With a Jabber/Google List  you have to Authorize the Buddy as you Add them. A Person has to be in th Buddy List rather than allowing or Blocking them later.
    To be more precise a Request to Authorize is sent to the Buddy and they either Accept or Deny.
    In iChat 3 through 5 this needed to be done when the Buddy was On Line as iChat does not repeat the Request.   From what you post it seems this has not changed in iChat 6
    (Other Jabber apps continually send the request until such time as the person actually sees the request and does something about it.)
    So it may not be that the Name is "Wrong" or that you have set up your account incorrectly.
    I have no info on setting up a Yahoo account at present or how Buddies are added for Allow/Block Authorise or not.
    What you cannot do is use an AIM Account to add Google or Jabber buddies to (Or vice versa) even though on the whole the naming formats (email Style IDs) applies to both.
    AIM Registrations ask for a second email for Password recovery
    @mac.com Registrations require a second email to Verify the Apple ID you are creating (It happens to be an Valid AIM screen Name as well  (@mac.com look like email but are not so you cannot verify them back through @mac.com as it were).
    The Waiting for Authorisation message only comes from a Google Talk ID or a Jabber Buddy List.
    It will show if you add an AIM valid Name or if the Buddy is Off Line and not seeing the Request to answer it.
    Example iChat 4 pic
    (not sure why I had these to options crossed out but I may have been talking about iChat 3 when I used it)
    Obviously iChat 6 has Yahoo as well.
    8:30 PM      Sunday; August 28, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

Maybe you are looking for

  • Invoice Not Created for STO

    We have an STO between 2 plants where no invoice was ever created. GI posted, the GR posted, but now the GR cannot clear because there is no invoice. Also, it does not show in WE02. All other STO's work for us, it is just this combination of specific

  • How to upload an html file using jsp and jdbc

    Hi, im trying to upload an html page using JSP and jdbc. but of no success. my aim is to keep some important html pages in the database.the file size can vary.the file has to be selected from a local machine (through the browser) and uploaded to a re

  • Planning Application Failed to Start Error (1052001)

    Dear All, While refreshing database from planning received the following error. I tried starting the database from EAS but the same error is in reply, though i am able to log in planning application the error is pasted message is below Error: 1054001

  • Need to find Zunc characters

    Hi all, Could you please let me kno how to find Zunc characters using sql. Regards Ramoji

  • Configurator Developer tool

    I want to know whether we do still have Client version of Oracle Configurator. In 11.5.10 and Release 12.0, I see only html based version of Oracle Configurator (the one accessed from Oracle Configurator Admin responsibility). Can anybody please conf