Cannot add term to Enterprise Keywords field

So I've enabled Enterprise keywords in the Enterprise Metadata and Keywords settings area for my library, but when I try to add a keyword to a document in that library, it won't allow anything to be entered.  Do I need to have the Managed Metadata
Service fully configured?
Thanks,
Chad

Ibrahim, Kaviya,
Thank you, that was it.  FWIW, when I tried to give the new App pool a name in CA, it basically disregarded the name and used a random string for the app pool.  So, I deleted it, and then used
New-SPServiceApplicationPoolto create the MMS app pool; unfortunately, with the same result, it created the app pool with a random string.Not the worst thing in the world, but I like the app pools to have human readable names. . . Chad

Similar Messages

  • [CSOM] How to use CSOM to add a Enterprise Keywords column to a content type

    Based on information given in following blogs, 
    http://sadomovalex.blogspot.com/2011/05/add-enterprise-keywords-field-into.html
    I wrote this code to Add an Enterprise Keywords column to a SharePoint content type. the  code runs fine... but when I go to the content type definition in the UI I don't see any column other than title.
    ContentTypeCreationInformation contentType = new ContentTypeCreationInformation();
    contentType.Name = "MyCT";
    contentType.Group = "MyGroup";
    contentType.ParentContentType = itemCt;
    ct = web.ContentTypes.Add(contentType);
    web.Update();
    c.ExecuteQuery();
    Field f1;
    Field f2;
    FieldCollection collFields = web.Fields;
    var siteColumns = c.LoadQuery(collFields);
    c.ExecuteQuery();
    foreach (var col in siteColumns) {
    if (col != null) {
    if (col.Title.Equals("TaxKeywordTaxHTField")) {
    f1 = col;
    if (col.Title.Equals("Tax Catch All Column")) {
    f2 = col;
    FieldLinkCreationInformation fieldLink = new FieldLinkCreationInformation();
    fieldLink.Field = f1;
    myContentType.FieldLinks.Add(fieldLink);
    f1.Update();
    FieldLinkCreationInformation fieldLink2 = new FieldLinkCreationInformation();
    fieldLink2.Field = f2;
    myContentType.FieldLinks.Add(fieldLink2);
    f2.Update();
    web.Update();
    c.ExecuteQuery();
    But when I go into SharePoint UI and try to see the content of my new content type. it only has a title column. there is no Enterprise Keyword column.
    How can I add a enterprise keyword column?
    val it: unit=()

    Hi,
    For this issue, I'm trying to involve someone familiar with this topic to further look at it.
    Thanks,
    Qiao
    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]
    Qiao Wei
    TechNet Community Support

  • Use CSOM to create a Site column of type "enterprise keyword"

    I have successfully created site columns using CSOM.
    When I look at the available types of site columns I can see
    http://office.microsoft.com/en-us/sharepoint-server-help/site-column-types-and-options-HA010302196.aspx
    But there is nothing similar to what you can do when you go into list settings and say "Add an enterprise keywords column and enable keyword synchronization"
    What is the data type for the enterprise keywords column? why should it be directly added into the list via the UI... but not via a site column?
    val it: unit=()

    Hi,
    The following code(Client Object Model) for your reference:
    static void Main(string[] args)
    string siteURL = "http://siteurl";
    ClientContext context = new ClientContext(siteURL);
    //specific user
    NetworkCredential credentials = new NetworkCredential("username", "password", "domain");
    context.Credentials = credentials;
    FieldCollection fields = context.Web.Fields;
    Field field = fields.GetByTitle("Enterprise Keywords");
    context.Load(field);
    context.ExecuteQuery();
    //field schema xml
    string fieldSchema=field.SchemaXml;
    //update the schema of Enterprise Keywords field
    XmlDocument xmlDoc = new XmlDocument();
    xmlDoc.LoadXml(fieldSchema);
    XmlNode node=xmlDoc.SelectSingleNode("Field");
    XmlElement Xe = (XmlElement)node;
    Guid fieldID = Guid.NewGuid();
    Xe.SetAttribute("DisplayName", "Enterprise Keywords1");
    Xe.SetAttribute("StaticName", "TaxKeyword1");
    Xe.SetAttribute("Name", "TaxKeyword1");
    Xe.SetAttribute("ID", "{" + fieldID + "}");
    fieldSchema = xmlDoc.InnerXml;
    //add this field to the field collection
    fields.AddFieldAsXml(fieldSchema, false, AddFieldOptions.DefaultValue);
    context.ExecuteQuery();
    Thanks,
    Dennis Guo
    TechNet Community 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]
    Dennis Guo
    TechNet Community Support

  • Need to make Enterprise Keywords auto-sync to Keywords again

    We imported a quarter million records from an old Hummingbird system into our SharePoint 2013 record center prior to adding the "keywords" field to the libraries. Enterprise Keywords was present and data was imported to it.  If I manually
    check out a document and edit properties, saving without any changes, it updates the Keyword field to match the Enterprise Keywords field.  I need to figure out a way to use PowerShell to cycle through all of our documents in the Record Center and update
    the properties on each one to force the system to sync the two fields, as Keywords is currently blank on all imported documents. If there is an OOB way to reset this sync that would be preferable, but if not than automating the above should do the trick. I
    can't seem to find any way to update/resave the properties in powershell to make this sync take place. Any ideas? Thanks in advance.
    Jeff
     

    hello, you could try if a reset email is sent to your account when you use https://account.services.mozilla.com/forgot

  • Changed order of enterprise keywords after item check-in

    Hello,
    I am experiencing a weird behavior of the enterprise keyword fields in my document libraries:
    After an item check-in, the order of the keywords in the enterprise keyword field changes to a different order. But it seems to occur only sometimes and not everytime.
    Has someone also experienced such a behavior and/or could tell me why this happens?
    Thanks in advance,
    Dennis

    Hi Dennis,
    According to your description, my understanding is that you have a library with managed metadata column, the column has multiple values, when you checked in a document, the order of the values had changed.
    I am not able to reproduce this issue, could you tell me the followings:
     1.After checking out the document, what did you do for the document? Is it possible that you changed the field accidentally?
     2.Whether this issue occurred on other libraries.
     3.What version of IE did you use?
    Please have a test with IE 10 or Chrome, compare the result.
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Cannot add form fields in document

    Acrobat Pro version 9.1.2
    Windows XP SP 3
    I have a document that I cannot add form fields to. When I try I get a message that says "You cannot edit the file as a form due to its security settings.
    When I go to Advanced->Security->Show Security Properties. The security method is set to No Security and everything is "Allow" under the Document Restrictions Summary.
    Where is there a security issue?

    Lori,
    How did you identify the PDF/A option? I am just curious for my future reference. I could not find it.
    ==================
    Rupey,
    The fonts are not embedded and that may also be something to address. A lot of these issues may be related to the 3rd party product used to create the PDF.

  • Cannot Add new fields to standard QM datasource

    Hi
    I got this erro when I try to add new fields from LBWE.
    Field ZZRFKIMG cannot be selected because of unit field VRKME -> see long text
    Message no. MCEX032
    Diagnosis
    Field ZZRFKIMG cannot be transferred, since its unit field VRKME is either not in the communication structure, or was purposefully excluded from the selection.
    Procedure
    If you have chosen your own field, you must also create a user-defined unit field in the append and use it accordingly.
    How can I resolve it.
    thanks

    Hi,
    My Understanding is that if the field is available in the Pool in LBWE then no need to enhance the datasource.
    In my case the field is available in LBWE though it is ZFIELD (ZZRFKLMG and ZZNETPRC).
    In RSA6 I added the this unit
    ZZMEINS     MEINS     UNIT                                                                           Base Unit of Measure
    ZZWAERK     WAERK     CUKY                                                                           SD Document Currency
    I went back to LBWE and try to add the following Zfieds (ZZRFKLMG and ZZNETPRC) and the error is same.
    Now I try to add the the field directly in the append structure * ZZMC05Q02ITM* but its asking to maintain the ref table and ref field.
    I added ZZMC05Q02ITM as ref table and ZZRFKLMG as ref unit and  I still get errors.
    I am are that if I maintain it in RSA6 then I need to write user exit in CMOD but since it is available in LBWE I want to get it from the pool.
    I have tried this and there was no errors during activation
    ZZRFKLMG     ZZRQE_RFKLMG     QUAN     QMFE     ZZMEINS     Notification quantity in base units
    I gave the table name and Unit.
    Despite adding it, I still get data even though I did not used LBWE pool.
    thanks alot SUV123
    Edited by: Bhat Vaidya on Oct 14, 2009 10:44 AM
    Edited by: Bhat Vaidya on Oct 14, 2009 11:06 AM

  • Cannot Add New Form Fields

    I'm troubleshooting a problem with an existing pdf document in our office. Though I install Acrobat I do not use it on a daily- hence my asking for assistance. The computer is an Optiplex 745 running WIN XP Pro SP 2 with all updates.
    The doc is a 42 page human resources document that has both scanned and original (made in Word/Acrobat) pages. Though I can edit existing fields/boxes, I cannot add new ones. I can select "add fields", click and drag seeing the crosshairs and field/box area, but when I let go, nothing happens. No new field and no erorr messages.
    I've checked the security- it's wide open (no security) and layers- it has none or only one. The user who reported the problem is using Acrobat 5.x, I've tested it in 5.x, and 9 (standard and pro) on my computer with no success. I've included screenshots of the doc info below in hopes that they might provide some clues as to the problem.
    Thank you for any assistance that you may provide.

    After discovering that the other primary user had a local copy of this form- I tried that in Acrobat 9 and it was editable. So it appears that it was the form itself.
    I'm resaving the local document to the network drive (where the problem doc came from) and updating both primary users to Acrobat 9. One was using 5 the other 7. Hopefully that will prevent any further problems.
    Thanks for your assistance.

  • Enterprise Keywords Disappearing

    I have a document library in which I want to use Enterprise Keywords. I am having problems though. To keep this simple and reproducible I have a created a document library and all I've done is added enterprise keywords using the option from the document
    library settings menu.
    When I click new document in the ribbon (there's no custom template) the word document opens with two fields shown below the ribbon under 'Document Properties - Server'. So far, so good. I enter the title and enterprise keywords, which give suggestions as
    I would expect. Then save it to the documents library. As soon as I save it the enterprise keywords disappear.
    I can re-enter the keywords, but shouldn't have to (surely?) and they will save. BUT, this will only happen if I keep the document open. If I close it after saving, don't re-enter the keywords and re-open it I cannot, no matter how many times I enter the keywords,
    get them to stick. I could enter to tags, then modify, but I'll get a load of flack if I ask users to do that!
    An interesting point is that if I enter the keywords into 'Tags' on the Save As dialog form - the Enterprise Keywords are overwritten with the value(s) I enter to the Tags.
    Can someone help. Really easy to test. Note I am a site owner. I believe all settings for term store management are correct.
    Darren

    It can be permission issues.
    1. Navigate to the list TaxonomyHiddenList, for eg- http://serverName/sites/Lists/TaxonomyHiddenList
    2. Click on List Permissions in the ribbon interface
    3. Grant Permissions for the specific users
    It should be done now.

  • All Enterprise Keyword options are greyed out

    I just did a migration from SPO to SP13 on-prem. When I go in, I can see the keywords have been moved over, but the area to add them is greyed out. I went into the options for one of the libraries, and checked the Enterprise Keyword settings, and it is
    enabled, but also greyed out. Thoughts?

    Hi Matt,
    Based on your description, my understanding is that you migrated SharePoint Online to SharePoint 2013 on-premise.
    How did you deal with the Term store service on SharePoint online when you migrated?
    Because keywords are stored in term store, I think, you need to configure managed metadata service application on SharePoint on-premise farm, and move the terms from SharePoint online to on-premise.
    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

  • Cannot add shared Contacts in Open Directory from a client

    Hello all
    I need to transfer vCards from a local Address book to the Server and I need them to be shown in each client's Address book.
    *Problem 1:* I cannot add or edit shared contact using the Directory app. from a client to a 10.5.3 Server. Only the Directory Admin credentials are valid. The client 10.5.5 is bound OK. The app is configured to use password, not Kerberos, and the Server is "responding normally" in the Directory Utility application.
    I can even login as a mobile user with Network Home. Same there.
    *Problem 2:* Ive put in Address Book the correct LDAP settings, but I cannot see a catalog of vCards. If I search using the search field, I get results, but I need them to be shown all as catalog.
    Thanks in advance
    Kostas

    This turned out to be a reverse DNS configuration problem. Apple support suggested using a local ip address instead of my public host name. That worked so I looked into the reverse dns configuration. I fooled myself by thinking that if I could reach my host with my.host.com with other services like http, that my DNS was set up correctly. My reverse DNS originally resolved to my.host.com when it should have been something more like 123-456-789-103.cos.pcisys.net. Now I can reach my host from anywhere with the Directory application.

  • Project Server 2010 - create a custom enterprise project field for persons (no text, no lookup table...)

    I want to create a custom enterprise project field and would like to use instead of for example a text attribute or a look-up table a field for employees (e.g. project manager) which are coming e.g. from the Active Directory. But when creating this custom
    project field I cannot see such an option. What solution do you suggest as I want to avoid that everybody uses different names and spellings for e.g. the project manager and without having to fill the lookup table with all resources of the company.
    Thank you so much for your help!

    Hi,
    Are you using Proejct Server 2007, 2010, 2013?
    In case you're working with 2010 version, here is an excellent
    blog about how to insert a resource picker in a PDP (project detail page).
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • I Cannot Add Buddies in iChat 4 and 5 - How do I fix this ?

    Disclaimer: Apple does not necessarily endorse any suggestions, solutions, or third-party software products that may be mentioned in the topic below. Apple encourages you to first seek a solution at Apple Support. The following links are provided as is, with no guarantee of the effectiveness or reliability of the information. Apple does not guarantee that these links will be maintained or functional at any given time. Use the information below at your own discretion.
    I Cannot Add Buddies in iChat 4 and 5
    Many people are reporting that they cannot add Buddies to either iChat 4 or iChat 5.
    The Symptoms are that the Buddy appears in the Buddy List and then does the "Brightening/Fading" cycle but fails to be anywhere in the list including Off Line Buddies.
    To Show Off Line Buddies, highlight the Buddy list to bring to the "front".
    Then go to the View Menu and Enable Show Off Line Buddies.
    (there is also an Option to display these in a separate Group).
    There can be many causes and I will attempt to deal with then in the order that they are most likely.
    A) The Contact is already in the Address Book.
    When Adding a Buddy via the use of the + Sign at the Bottom of the Buddy List (Then Add Buddy) or invoking it from the Buddies menu a drop down appears to slide down out of the Buddy List Header area
    In this slide out/drop down, you get the chance to Add the Screen Name and then the First Name Last Name details of the Buddy.
    iChat checks the Address Book and if the First Name, Last Name items do not match any contact in the Address Book already then the Buddy will be added to the Buddy list.
    As the Address Book does not allow two contacts to have the same name they will not be added to the iChat Buddy List if the name exists already.
    In iChat 3 and earlier there was an Error Message that popped up saying there was Feedbag Error
    See here for More
    Note: AIM Protocols call Lists "Feedbags". Contents (Buddies) are "Food" and of course Food is kept in Feedbags.
    The Address Book is one Feedbag in this case and the Screen Name (only) Buddy List held on the AIM Server is the other.
    The Software puts the two together for Display purposes
    The Fix.
    Either:
    1) Add them as Screen Name only
    2) Use the Arrow head at the end of the Last Name line to open the Address Book and pick the Contact.
    3) Open the Address Book and Edit their Card to Add the Screen Name, then drag them from the Name column to the iChat Buddy List.
    4) During any type of Chat use the item in the Buddies Menu to Add the person (it will display their Screen Name in Dark text if not in the Buddy List - Then item 2 can also be used)
    B) Parental Controls
    There are similar Symptoms if the Mac User Account is subject to Parental Controls.
    If the Mac User Account on the computer is not an Admin account it is a Standard or Managed one
    A Managed one has Parental Controls Enabled.
    There is a Tab for Mail and iChat.
    If it is turned on for iChat then all buddies are Blocked initially (in iChat 4 Jabber and Bonjour Buddy List cannot be used.)
    Adding AIM valid Screen Names (AIM, Those with either @mac.com or @me.com endings) to the allow List Unblocks those Buddies and they will show in the Buddy List as On or Off line
    The Fix.
    In this case if you are the Managed account you have to get the Admin account to add the Buddy to the Buddy allowed list in Parental Controls.
    Exception
    There is a very large exception.
    Due to the fact that the way Parental Controls blocks names until they appear in the Allow List there can be a problem if testing the same iChat Details in a Test Account.
    Lets say you are the Admin User on the Mac.
    You set up a second Mac User Account called Test.
    In this you set up iChat with the same details (Screen name) you use in your Main Mac User Account.
    You then test Parental Controls by turning it On and setting the iChat Limit option.
    Then you add to the allow List one or two AIM valid names.
    You check iChat and find they are the only Buddies that show up.
    It works, so you return to your main Mac User Account and discover that most of your Buddies are missing.
    On checking the iChat Menu > Preferences > Accounts > Security Tab you find the Allow Specific People option is Enabled and the list only includes those Buddies you set in Parental Controls.
    Choosing allow All does not seem to bring back the Buddies even if you Log out of the Test Mac User Account.
    The Fix Here
    Is to Disable all the Parental Control Settings again (Remove names from any list) before Logging out of the Test Mac User Account.
    The cause is partly to do with the Setting in iChat > Preferences > General Section that reads "When I quit iChat, Set the Status to Off Line" which is not the default - leaving a partial login for Off Line Messaging. As a consequence your Buddy List is constantly being told to block certain Screen Names.
    A Variation on this is if you have Two Log-ins of your Screen Name from either different apps or computers.
    Altering the Buddy List in one effects the other login. The computer or app that was logged in first take precedence.
    C) Adding Buddies as the wrong type (In Buddy List - But always Off Line)
    This applies more to iChat 4 than it does to iChat 5
    At the Add Buddy Screen/Slide in iChat 4 you have to choose if the Buddy is an AIM, @mac. or MobileMe name in a drop down.
    The software shows the @mac.com or @me.com endings in grey in the Screen Name text field and adds this for you.
    This can lead to Buddies being added as the wrong type as in ralphjohnsr added as [email protected] etc.
    It can also lead to people being added with 2 @ symbols in the Screen Name ([email protected]@mac.com) and iChat not always telling you this is not allowed.
    In both iChat 4 and 5, as Jabber IDs/Screen Names also look like Email Addresses, we have to also consider whether AIM names have been added to a Jabber List or Jabber Names added to AIM valid Lists.
    D) Plain old Typos
    Here I am talking about misreading someone's Screen Name and typing that in (Such as receiving and email with a Screen Name in it and typing the letter O for 0 (zero).)
    And of course, just plain typing mistakes.
    The Fix for C) and D)
    The Buddy in this case will be in the Buddy List but will always be Off line
    Highlight the Buddy with one click.
    Do a Get Info (Apple()/Command(⌘) key and I key together) and their Info card will show up.
    Correct as Required.
    8:25 PM Wednesday; November 24, 2010
    This is the 1st version of this tip. It was submitted on November 24, 2010 by Ralph Johns (UK).
    Do you want to provide feedback on this User Contributed Tip or contribute your own? If you have achieved Level 2 status, visit the User Tips Library Contributions forum for more information.

    Thanks Ralph,
    Some thoughts.
    To Show Off Line Buddies, highlight the Buddy list to bring to the "front".
    Then go to the {color:red}Show Menu{color} and Enable Show Off Line Buddies.
    (there is also an Option to display these in a separate Group).
    Do you mean under the {color:green}View{color} menu where I see Show Offline Buddies? (both iChat 4.0.8 and 5.0.3)
    A)… In the {color:red}slide out that appears from the top{color} of the Buddy list you get the chance to Add the Screen Name and then the First Name Last Name details of the Buddy.
    I kept looking for a button for the "slide out" at the top of the Buddy list. Found out it's the dialog box that appears when you click "+" (Add a new buddy…) at the bottom of the list. Yes, I can act like a beginner too
    (Slide out to me sounds like a sideways slide out, versus a Pop Up or Pop Down Dialog box).
    As the Address Book does not allow two contacts to have the same name they will not be added to the iChat Buddy List {color:green}if the name already exists.{color}
    The Address Book i one Feedbag in this case
    The Address Book {color:green}is{color} one Feedbag in this case
    B) Adding AIM valid Screen Names (AIM, Those with either @mac.com or @me.com endings) to the allow List Unblocks those Buddies and they will show in the Buddy List as On {color:red}of{color} Off line
    …     as On {color:green}or{color} Off line
    *The Fix.
    Exception*
    {color:red}The{color} you add to the allow {color:red}List{color} one or two AIM valid names.
    {color:green}Then{color} you add to the allow one or two AIM valid names.
    C)
    At the Add Buddy Screen/Slide in {color:red}ichat{color} 4
    At the Add Buddy Screen/Slide in {color:green}iChat 4{color}
    In both iChat 4 and 5 as Jabber IDs/Screen Names also look like Email Addresses we have to also consider
    In both iChat 4 and 5 as Jabber IDs/Screen Names also look like Email Addresses{color:green}. We{color} have to also consider
    Nubz

  • Solution Import Failure Message: Cannot add a Root Component 'GUID' of type 29 because it is not in the target system

    Hi all,
    Please refer to the error:
    Root Components import: FAILURE
    [2015-04-10 17:04:48.126] Process: w3wp |Organization:0937f109-45df-e411-80cf-0050560100db |Thread:   43 |Category: Exception |User: ac011cf7-ad36-405b-91cf-2155ca15efb1 |Level: Error |ReqId: d3924c06-ad4b-4d5e-a204-70f8170016e1 | CrmException..ctor
     ilOffset = 0x30
    at CrmException..ctor(String formattedErrorMessage, Int32 errorCode, Object[] arguments)  ilOffset = 0x30
    at ImportRootComponentsHandler.GetSolutionRootsCollection(Boolean throwIfMissing, Boolean skipRibbonCustomization)  ilOffset = 0x209
    at ImportRootComponentsHandler.ImportItem()  ilOffset = 0x8
    at ImportHandler.Import()  ilOffset = 0x43
    at RootImportHandler.ImportAndUpdateProgress(ImportHandler ih)  ilOffset = 0x7
    at RootImportHandler.HandleNonMetadataHandlers(String[] ImportEntities, ImportHandler& ihForCurrentPath)  ilOffset = 0x33
    at RootImportHandler.RunImport(String[] ImportEntities)  ilOffset = 0x1D8
    at ImportXml.RunImport(String[] ImportEntities)  ilOffset = 0xE
    at ImportXml.RunImport()  ilOffset = 0x5BF
    at ImportXmlService.ImportSolutionSkipCapable(Boolean overwriteUnmanagedCustomizations, Boolean publishWorkflows, Byte[] customizationFile, Guid importJobId, Boolean convertToManaged, Boolean skipProductUpdateDependencies,
    ExecutionContext context)  ilOffset = 0x46
    at RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)  ilOffset = 0xFFFFFFFF
    at RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)  ilOffset = 0x25
    at RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)  ilOffset = 0xCF
    at LogicalMethodInfo.Invoke(Object target, Object[] values)  ilOffset = 0x4F
    at InternalOperationPlugin.Execute(IServiceProvider serviceProvider)  ilOffset = 0x57
    at V5PluginProxyStep.ExecuteInternal(PipelineExecutionContext context)  ilOffset = 0x200
    at VersionedPluginProxyStepBase.Execute(PipelineExecutionContext context)  ilOffset = 0x65
    at Pipeline.Execute(PipelineExecutionContext context)  ilOffset = 0x65
    at MessageProcessor.Execute(PipelineExecutionContext context)  ilOffset = 0x1C5
    at InternalMessageDispatcher.Execute(PipelineExecutionContext context)  ilOffset = 0xE4
    at ExternalMessageDispatcher.ExecuteInternal(IInProcessOrganizationServiceFactory serviceFactory, IPlatformMessageDispatcherFactory dispatcherFactory, String messageName, String requestName, Int32 primaryObjectTypeCode,
    Int32 secondaryObjectTypeCode, ParameterCollection fields, CorrelationToken correlationToken, CallerOriginToken originToken, UserAuth userAuth, Guid callerId, Guid transactionContextId, Int32 invocationSource, Nullable`1 requestId, Version endpointVersion)
     ilOffset = 0x16E
    at OrganizationSdkServiceInternal.ExecuteRequest(OrganizationRequest request, CorrelationToken correlationToken, CallerOriginToken callerOriginToken, WebServiceType serviceType, UserAuth userAuth, Guid targetUserId,
    OrganizationContext context, Boolean returnResponse, Boolean checkAdminMode)  ilOffset = 0x1F1
    at OrganizationSdkServiceInternal.ExecuteRequest(OrganizationRequest request, CorrelationToken correlationToken, CallerOriginToken callerOriginToken, WebServiceType serviceType, Boolean checkAdminMode)  ilOffset
    = 0x2D
    at OrganizationSdkServiceInternal.Execute(OrganizationRequest request, CorrelationToken correlationToken, CallerOriginToken callerOriginToken, WebServiceType serviceType, Boolean checkAdminMode)  ilOffset = 0x26
    at InprocessServiceProxy.ExecuteCore(OrganizationRequest request)  ilOffset = 0x34
    at PlatformCommand.XrmExecuteInternal()  ilOffset = 0xF6
    at ImportSolutionCommand.Execute()  ilOffset = 0x20
    at DataSource.ImportSolution(Byte[] customizationFile, Boolean overwriteUnmanagedCustomizations, Boolean publishWorkflows, Guid importJobId, Boolean convertToManaged, Boolean skipProductUpdateDependencies, IOrganizationContext
    context)  ilOffset = 0x0
    at SolutionImportProcessPage.ImportSolution()  ilOffset = 0x123
    at SolutionImportProcessPage.ProcessRequestData()  ilOffset = 0x4A
    at SolutionImportProcessPage.ProcessAction(String action)  ilOffset = 0x92
    at AppUIPage.OnPreRender(EventArgs e)  ilOffset = 0xD
    at Control.PreRenderRecursiveInternal()  ilOffset = 0x54
    at Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)  ilOffset = 0x6D3
    at Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)  ilOffset = 0x3C
    at Page.ProcessRequest()  ilOffset = 0x14
    at Page.ProcessRequest(HttpContext context)  ilOffset = 0x33
    at CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()  ilOffset = 0x18D
    at HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)  ilOffset = 0x15
    at ApplicationStepManager.ResumeSteps(Exception error)  ilOffset = 0x10A
    at HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData)  ilOffset = 0x5C
    at HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)  ilOffset = 0x16A
    at ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType)  ilOffset = 0x4B
    >Crm Exception: Message: Cannot add a Root Component 0ffbcde4-61c1-4355-aa89-aa1d7b2b8792 of type 29 because it is not in the target system., ErrorCode: -2147188705
    [2015-04-10 17:04:48.126] Process: w3wp |Organization:0937f109-45df-e411-80cf-0050560100db |Thread:   43 |Category: Platform.Sql |User: ac011cf7-ad36-405b-91cf-2155ca15efb1 |Level: Info |ReqId: d3924c06-ad4b-4d5e-a204-70f8170016e1 | BusinessProcessObject.ExecuteNonQuery
     ilOffset = 0x28
    I am getting this coming up in the error log when I attempt to import an unmanaged solution.
    After searching on google Type 29 refers to a workflow.
    I go into the source system and query the database by the GUID and discover that it is actually a Business Process Flow called 'Phone to Case Process'. 
    I do not have this process in my target system as I deleted it.
    Looks like this is one of the out of the box ones. I don't think we we have changed this one much.
    What does this mean and what should I be looking for??
    Anyway how do I remove this offending process from the unmanaged solution xml file and attempt to re-import it? 
    It doesn't look like I can generate the solution again without the offending workflow/process..

    I managed to resolve this issue after looking at this thread:
    https://social.microsoft.com/Forums/en-US/fddff17f-1cca-4d33-a666-60c08ad76b0c/crm-2011-import-failure?forum=crmdevelopment
    Just modify both solution and customizations xml by searching for the guid and removing the root component

  • 2 problems: 1st unopened messages, 2nd cannot add personal email in setup wizard

    Hi guys, I'm having a problem with my device. It seems like I cannot add a personal email adress in my email setup (from the setup wizard) When I enter this setup wizard > email setup the following appears: email setup select an email setup option [ ] I want to use a work email account with a Blackberry Enterprise Server AND THATS THE ONLY OPTION I CAN PICK! (a friend of mine with the same device could add a personal email) from there I can only choose { close } or { next } what is happening, can someone explain what I can do to add my personal adress? ------------------ Another thing I find quite strange is the fact that on my desktop the icon "unopened message count" appears. When I open the BB-menu, there should be a little star in the message-icon right? Well it isn't there! (the litte white-on-red star) So this icon tells me that I have unopened messages, but I can't find them anywhere.. guys please help!!!

    Hi and Welcome to the Forums!
    Your first problem is carrier related -- you must have the proper data plan from your carrier (at whatever costs they charge) to enable enhanced BB functions like email. A generic data plan is not usually sufficient -- some call the required plan The BlackBerry Data Plan. But call your carrier and ask them what you need from them in order to have access to their BlackBerry Internet Services (which include personal email).
    Your second problem I am not understanding. What "BB-menu" are you accessing? Where exactly is the star you are seeing? Where exactly is the star you are expecting to see? More and clearer details, please.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

Maybe you are looking for

  • Windows vista and my ipod

    I purchased a new computer within the last month; it has windows vista....when I try to download cd's to my library, it doesn't read the cd's.....I get nothing....a window telling me that itunes is not my default....also, when I connect my ipod to my

  • User Exit of BADI for WF10 - Collective PO

    Hello Experts , We have user the std user exit ME_PROCESS_PO_CUST with its various implementations for have cretain validation checks during PO creation or change  through ME21N & ME22N . Eg we have a validation that the total PO ampunt shopuld noy e

  • XML to tree structure

    Hi guys Not used Java in a while (or done much programming in a while to be honest) and i've been set the task of reading an XML document into a tree structure but without using any existing XML libraries. I'm a little bit stumped which line to go do

  • My magic mouse scrolls backwards with Lion

    After upgrading to Lion the up and down movements on my Magic Mouse are backwards. I move my finger down and the page goes up, and the reverse is true when motioning up.

  • Burn CD's come out shuffled??!!!

    Whenever I try to burn a CD the CD comes out and all the songs are in a different order than in the playlist chosen.  I cannot find any settings that would control this and it is getting very old!