Error in migrating SharePoint 2010 list fields to Office 365 list [CSOM]

Hi,
I am trying to migrate a SharePoint 2010 list to Office 365. I created a new ListCreationInfo for a new list in O365. But when i am to trying add fields from SP2010 list, its giving me an error after list.update()  -
A duplicate field name "fa564e0f-0c70-4ab9-b863-0177e6ddd247" was found.
if (!l.Hidden)
ListCreationInformation creationInfo = new ListCreationInformation();
creationInfo.Title = l.Title;
creationInfo.TemplateType = l.BaseTemplate;
List list = web.Lists.Add(creationInfo);
//Fields in the list
ctxOnPrem.Load(l.Fields);
ctxOnPrem.ExecuteQuery();
foreach (Field f in l.Fields)
list.Fields.AddFieldAsXml(f.SchemaXml, true, AddFieldOptions.DefaultValue); list.Update();
Note- l is the SharePoint 2010 List.

Answer given on StackExchange -
http://sharepoint.stackexchange.com/questions/128875/error-in-migrating-sharepoint-2010-list-fields-to-office-365-list-csom/129015#129015
Thanks,
Thomas

Similar Messages

  • How to migrate sharepoint 2010 onpremise to sharepoint online?

    Hi,
      I've seen many forums to migrate sharepoint 2010 to office 365. Everywhere they're pointing to use some third party tools. Actually, I am having the requirement that I've around 100-120 site collections and 1TB content database and many workflows
    and 20-30 custom solutions etc. I want to migrate the entire solution to office 365. Can you please guide me how to implement this.
    Balaji -Please click mark as answer if my reply solves your problem.

    Use 3rd party tools! And your custom solutions will have to become either sandbox solutions (deprecated) or SharePoint Apps.
    I would talk to a Microsoft Partner about this, as this is a complex undertaking.
    Trevor Seward, MCC
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • How to migrate sharepoint 2010 infopath form to sharepoint online.

    how to migrate SharePoint 2010 infopath form to SharePoint online.

    Hi Partha,
    You use powershell script to migrate infopath forms from SP 2010 to SP Online. But you need to be careful about external connections used in infopath forms(web service connections etc.) because they might required to be changed. So, for data connections,
    use of Data Connection Library is a preferable way or you can write a powershell script to update the data connections also.
    You can find the sample script from the below url:
    https://drive.google.com/file/d/0B_mYrpgMRd3IbHdpZkNBLVNhd1k/view?usp=sharing
    Best Regards,
    Brij K

  • Error in VA01 - Kindly leave the field sales office blank

    Hi all,
    We have a program which creates sales orders. But on and off we are getting an error message saying "Kindly leave the field sales office blank" and sales order is not getting created. As we could not replicate the same in quality to test. Can anybody suggest why this error message occurs.
    Warm Regards,
    Sri

    Hi Sri
    First of all check in XD02 wheather you have maintained any sales office feild or not. If you have maintained then check in the enterprise structure wheather you have done any assignments in  the step sales office to sales area or not
    Regards
    Srinath

  • Cannot click in search mail and people field using Office 365

    As of this week, four of the users in our school have reported that they cannot click within the search mail field using Office 365. Happens on Macs running 10.8 and 10.9 when using Firefox version 28. When they try using Google Chrome they can use the email search function.
    Is anyone else having this issue? Any ideas? I updated to the latest versions of Flash and Java same result.
    Thank you!

    Hi CT_Dave, I do know that search api can have alot of dom elements on them and that scripts on a page can be prevented from running. However, for Office 365 specifically I do not know what kind of search they have.
    You can monitor the search page by looking in the web console to see if there are any specific errors that may be causing this issue.
    In the about:config, please also make sure javascript is enabled.
    # In the address bar, type "about:config" (with no quotes), and press Enter.
    # Click "I'll be careful, I promise"
    # In the search bar, search for "javascript.enabled" (with no quotes).
    # Right click the result named "javascript.enabled" and click "Toggle". JavaScript is now disabled.
    To Re-enable JavaScript, repeat these steps.

  • Sharepoint 2010: prevent users from editing a list in the datasheet view

    Hi,
    I have a sharepoint 2010 list that I need to prevent users to edit from the datasheet view. This is because I have edited the add item form on sharepoint designer and included some custom code. Moreover, I need to allow the users to view the list in datasheet
    view to make use of the datasheet custom filter view feature which is not available in the standard view. So I need users to access the datasheet view of the list in read mode only but be able to edit the list in standard view only. Is this possible? How?
    Thanks,
    George

    Hi.
    Maybe this helps...I found some users having the problem that the list WAS read only in datasheet view...this is a list of reasons why this could happen:
    Certain columns, such as Created By and Modified, are always read-only. Values for these columns are entered automatically.
    The changes you made to the selected row or column have been submitted to the server. If there is no conflict or error, you will be able to edit the row or column after the changes have been saved.
    There is an unresolved conflict or error in the selected row or column. Resolve the conflict or error before attempting to edit the selected row or column.
    The list is set up to require content approval, and you are viewing the list in the All Items view.
    In the My Submissions view of a list that requires content approval, the
    Approval Status and Comment column are read-only. Only a user with Manage Lists right can edit these two columns.
    Attachments are read-only in a list that requires content approval. You cannot view or edit attachments in any of the views.
    The document in the current row has been checked out by a user. You cannot edit the columns in the row until the user checks the document in.
    You do not have permission to edit the column or row. Contact the list author for more information.
    (from the help)
    You could also check:
    http://support.microsoft.com/kb/2274841
    Reverse engineer and you may have a solution? ;-)
    Regards
    hr class="sig">Thomas Balkeståhl - Technical Specialist - SharePoint

  • SharePoint 2010 Present Wrong Timezone for External List of External Content Type

    External content is hosted on an independent SQL server DB from the SharePoint server. External content lists shows datetime fields 5 hours earlier as opposed to Eastern standard time but Web parts display data correctly.
    Yes, timezones on both servers are correct. Timezones settings in SharePoint have been checked and all appear correct. There are several places for settings. Is there a checklist in case something was missed. Our SharePoint administrator has
    looked for the cause and cannot determine.
    I poured through other blogs and issues with external content and timezone on this site including "External Content Type Saving Dates in UTC".
    Please provide a list for timezone settings such as global settings for a site, collection, external content, SharePoint 2010 designer settings, Central Administration settings, etc.

    Hi Benjamin,
    Please test the following approach for your issue, exporting the BDC Metadata Model from SharePoint Designer and change the normalization to use local time, and let us know the results.
    http://sharepoint.stackexchange.com/questions/91516/timestamp-in-sharepoint-external-content-type-not-matching-value-in-sql-table
    http://www.shillier.com/archive/2010/09/01/why-are-my-date-fields-wrong-in-business-connectivity-servces.aspx
    https://calshare.berkeley.edu/Blog/Lists/Posts/Post.aspx?ID=9
    Thanks
    Daniel Yang
    TechNet Community Support

  • Issues with migrated SHarePoint 2010 sites after Mount-SPContentDatabase command and claims powershell upodate

    Hi,
    I am getting issues when trying to access these new SharePoint 2010 Mode Web Applications I have migrated to SharePoint 2013. A record pointing to WFE Cluster OK. Problem is sometimes I get a blank page, sometimes I get prompted with a password, sometimes
    I get the site, but style is poor and sometimes I get a page that looks fine (it always takes a long time - there are ping issues). I have had a quick look around and noticed that this can be the Request Management Service. I have it running on all 3 WFE along
    with Distributed Cache. This is really worrying and it is having a big impact on me progressing.
    Any ideas. Reluctant to run some powershell commands some people have recommended as they could cock things right up.
    Thanks.
    John  

    Hi John,
    if you have load balancer you can stop Request Management.
    But my advice that you need to check the ULS logs, try to set the diagnostic logging to verbose and catch the errors in the logs and send them.
    Kind Regards,
    John Naguib
    Technical Consultant/Architect
    MCITP, MCPD, MCTS, MCT, TOGAF 9 Foundation
    Please remember to mark your question as answered if this solves your problem

  • Getting HTTP 403/500 errors when accessing SharePoint 2010 pages

    Hi,
    I'm getting intermittent HTTP 403/500 errors when accessing SharePoint Foundation 2010 pages.
    When it happens, any SharePoint pages I access I get a HTTP 403 error (example: /sites/test/default.aspx) . If I don't specify a page, I get a HTTP 500 error (example: /sites/test/). What's odd is that I have non-SharePoint .NET applications running on the
    same server under the "_layouts" directory and those still work just fine.
    After recycling the IIS application pool, it starts to work again, but sometime won't stay up very long.
    Does anyone encounter this problem before?
    TIA
    Also, I'm hoping to understand what the "Microsoft.SharePoint.Library.SPRequest.GetFileAndMetaInfo" method does to help me track down this issue. If you have any info on what the above method is doing, I really appreciated.
    EVENT LOG
    Nothing
    ULS LOG
    System.Runtime.InteropServices.COMException: Cannot complete this action.  Please try again.   
     at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFileAndMetaInfo(String bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet, String bstrCurrentFolderUrl, Int32 iRequestVersion, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts,
    Boolean& pbCanAddDeleteWebParts, Boolean& pbGhostedDocument, Boolean& pbDefaultToPersonal, Boolean& pbIsWebWelcomePage, String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion, String& pbstrTimeLastModified, String& pbstrContent,
    Byte& pVerGhostedSetupPath, UInt32& pdwPartCount, Object& pvarMetaData, Object& pvarMultipleMeetingDoclibRootFolders, String& pbstrRedirectUrl, Boolean& pbObjectIsList, Guid& pgListId, UInt32& pdwItemId, Int64& pllListFlags,
    Boolean& pbAccessDenied, Guid& pgDocid, Byte& piLevel, UInt64& ppermMask, Object& pvarBuildDependencySet, UInt32& pdwNumBuildDependencies, Object& pvarBuildDependencies, String& pbstrFolderUrl, String& pbstrContentTypeOrder)  
     at Microsoft.SharePoint.Library.SPRequest.GetFileAndMetaInfo(String bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet, String bstrCurrentFolderUrl, Int32 iRequestVersion, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts,
    Boolean& pbCanAddDeleteWebParts, Boolean& pbGhostedDocument, Boolean& pbDefaultToPersonal, Boolean& pbIsWebWelcomePage, String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion, String& pbstrTimeLastModified, String& pbstrContent,
    Byte& pVerGhostedSetupPath, UInt32& pdwPartCount, Object& pvarMetaData, Object& pvarMultipleMeetingDoclibRootFolders, String& pbstrRedirectUrl, Boolean& pbObjectIsList, Guid& pgListId, UInt32& pdwItemId, Int64& pllListFlags,
    Boolean& pbAccessDenied, Guid& pgDocid, Byte& piLevel, UInt64& ppermMask, Object& pvarBuildDependencySet, UInt32& pdwNumBuildDependencies, Object& pvarBuildDependencies, String& pbstrFolderUrl, String& pbstrContentTypeOrder)

    These are the associated lines in the ULS.
    01/07/2014 02:59:24.33    w3wp.exe (0x1988)    0x10A4    SharePoint Foundation    Logging Correlation Data    xmnv    Medium    Name=Request (GET:https://XXXXXXXXXXXXXXXXXXXXX)  
     e8e08e76-1b88-4913-bce6-b9300e7b63f6
    01/07/2014 02:59:24.48    w3wp.exe (0x1988)    0x10A4    SharePoint Foundation    General    8kh7    High    Cannot complete this action.  Please try
    again.    e8e08e76-1b88-4913-bce6-b9300e7b63f6
    01/07/2014 02:59:24.48    w3wp.exe (0x1988)    0x10A4    SharePoint Foundation    Monitoring    b4ly    High    Leaving Monitored Scope (PostResolveRequestCacheHandler).
    Execution Time=6.79828022835305    e8e08e76-1b88-4913-bce6-b9300e7b63f6
    01/07/2014 02:59:24.48    w3wp.exe (0x1988)    0x10A4    SharePoint Foundation    Runtime    tkau    Unexpected    System.Runtime.InteropServices.COMException:
    Cannot complete this action.  Please try again.    at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFileAndMetaInfo(String bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet, String bstrCurrentFolderUrl, Int32
    iRequestVersion, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean& pbGhostedDocument, Boolean& pbDefaultToPersonal, Boolean& pbIsWebWelcomePage, String& pbstrSiteRoot, Guid&
    pgSiteId, UInt32& pdwVersion, String& pbstrTimeLastModified, String& pbstrContent, Byte& pVerGhostedSetupPath, UInt32& pdwPartCount, Object& pvarMetaData, Object& pvarMultipleMeetingDoclibRootFolders, String& pbstrRedirectUrl,
    Boolean& pbObjectIsList, Guid& pgListId, UInt32& pdwItemId, Int64& pllListFlags, Boolean& pbAccessDenied, Guid& pgDocid, Byte& piLevel, UInt64& ppermMask, Object& pvarBuildDependencySet, UInt32& pdwNumBuildDependencies,
    Object& pvarBuildDependencies, String& pbstrFolderUrl, String& pbstrContentTypeOrder)     at Microsoft.SharePoint.Library.SPRequest.GetFileAndMetaInfo(String bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet,
    String bstrCurrentFolderUrl, Int32 iRequestVersion, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean& pbGhostedDocument, Boolean& pbDefaultToPersonal, Boolean& pbIsWebWelcomePage,
    String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion, String& pbstrTimeLastModified, String& pbstrContent, Byte& pVerGhostedSetupPath, UInt32& pdwPartCount, Object& pvarMetaData, Object& pvarMultipleMeetingDoclibRootFolders,
    String& pbstrRedirectUrl, Boolean& pbObjectIsList, Guid& pgListId, UInt32& pdwItemId, Int64& pllListFlags, Boolean& pbAccessDenied, Guid& pgDocid, Byte& piLevel, UInt64& ppermMask, Object& pvarBuildDependencySet, UInt32&
    pdwNumBuildDependencies, Object& pvarBuildDependencies, String& pbstrFolderUrl, String& pbstrContentTypeOrder)    e8e08e76-1b88-4913-bce6-b9300e7b63f6
    01/07/2014 02:59:24.48    w3wp.exe (0x1988)    0x10A4    SharePoint Foundation    General    8kh7    High    Cannot complete this action.  Please try
    again.    e8e08e76-1b88-4913-bce6-b9300e7b63f6
    01/07/2014 02:59:24.48    w3wp.exe (0x1988)    0x10A4    SharePoint Foundation    General    8kh7    High    Cannot complete this action.  Please try
    again.    e8e08e76-1b88-4913-bce6-b9300e7b63f6
    01/07/2014 02:59:24.50    w3wp.exe (0x1988)    0x10A4    SharePoint Foundation    General    8kh7    High    Cannot complete this action.  Please try
    again.    e8e08e76-1b88-4913-bce6-b9300e7b63f6
    01/07/2014 02:59:24.50    w3wp.exe (0x1988)    0x10A4    SharePoint Foundation    General    8kh7    High    Cannot complete this action.  Please try
    again.    e8e08e76-1b88-4913-bce6-b9300e7b63f6
    01/07/2014 02:59:24.50    w3wp.exe (0x1988)    0x10A4    SharePoint Foundation    General    8kh7    High    Cannot complete this action.  Please try
    again.    e8e08e76-1b88-4913-bce6-b9300e7b63f6
    01/07/2014 02:59:24.50    w3wp.exe (0x1988)    0x10A4    SharePoint Foundation    General    8kh7    High    Cannot complete this action.  Please try
    again.    e8e08e76-1b88-4913-bce6-b9300e7b63f6
    01/07/2014 02:59:24.50    w3wp.exe (0x1988)    0x10A4    SharePoint Foundation    General    8kh7    High    Cannot complete this action.  Please try
    again.    e8e08e76-1b88-4913-bce6-b9300e7b63f6
    01/07/2014 02:59:24.50    w3wp.exe (0x1988)    0x10A4    SharePoint Foundation    General    8kh7    High    Cannot complete this action.  Please try
    again.    e8e08e76-1b88-4913-bce6-b9300e7b63f6
    01/07/2014 02:59:24.51    w3wp.exe (0x1988)    0x10A4    SharePoint Foundation    General    8kh7    High    Cannot complete this action.  Please try
    again.    e8e08e76-1b88-4913-bce6-b9300e7b63f6
    01/07/2014 02:59:24.51    w3wp.exe (0x1988)    0x10A4    SharePoint Foundation    General    8kh7    High    Cannot complete this action.  Please try
    again.    e8e08e76-1b88-4913-bce6-b9300e7b63f6
    01/07/2014 02:59:24.51    w3wp.exe (0x1988)    0x10A4    SharePoint Foundation    Monitoring    b4ly    Medium    Leaving Monitored Scope (Request (GET:https://XXXXXXXXXXXXXXXXXXXXX)).
    Execution Time=187.132582493026    e8e08e76-1b88-4913-bce6-b9300e7b63f6
    Thanks,

  • SharePoint 2007 Migration SharePoint 2010 Documents Broken Link Issue

    Hello All,
    I'm in the process of doing a SharePoint migration from 2K7 to 2010 (different platform).  In SP 2K7 I have several thousands of documents. I have approx. 5K documents with anywhere from 1 to several links (http, https) that
    will break after the migration.   Are there any Best Practices to deal with this issue?  Any information at all!!!
    Thanks
    Suge
    Deny yourself the knowledge of other cultures, you deny yourself the true riches of the world. Suge

    Hi,
    There are a lot of resources out there for migrating from MOSS 2007 to SharePoint server 2010. You need to have at least SP2 for MOSS 2007 installed on your WFE server. After that you can check the status of your farm running
    stsadm -o preupgradecheck.
    I have published a checklist for migration, check it out:
    http://social.technet.microsoft.com/wiki/contents/articles/checklist-for-migrating-from-sharepoint-2007-to-sharepoint-2010.aspx
    This technet link provide you with a comprehensive guide:
    http://technet.microsoft.com/en-us/library/cc303420.aspx
    The best approach is to set up a separate SharePoint 2010 farm and the perform a database attach migration. You simply take a backup of your content database and the restore it to your new SQL server, then attach it to a web application you have created.
    See the checklist I have provided above.
    Regards
    Henrik A. Halmstrand
    sharepointrevealed.com
    getspconfig.codeplex.com
    Please click Mark As Answer; if a post solves your problem or
    Vote As Helpful; if a post has been useful to you.

  • How to Migrate SharePoint 2010 On Premisis to O365?

    Hello Team,
    Can someone please provide me some documents on how to move SharePoint on premise to O365 ? I am not able to find a good Microsoft Document or article.
    Regards,
    Binu Kumar - MCP, MCITP, MCTS , MBA - IT , Director Aarbin Technology Pvt Ltd - Please remember to mark the replies as answers if they help and unmark them if they provide no help.

    Hi Binu,
    The easiest way to go is probably a third party tool, you can consider these tools:
    3 PRO - SharePoint Migrator :
    https://shop.step2own.com/3-pro-sharepoint-migrator
    Sharegate:
    http://en.share-gate.com/office-365-migration
    For more information, you can refer to the blog:
    http://techmikael.blogspot.com/2013/10/migrating-content-from-sharepoint-2010.html
    Reference:
    http://sharepoint.stackexchange.com/questions/61700/how-can-we-copy-data-from-sharepoint-2010-to-sharepoint-online-2013
    Best Regards,
    Eric
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Setting SharePoint 2010 Form Fields Using Query String Variables

    Hi All,
    I have a requirement to populate sharepoint form field value with query string while uploading document to document library.
    While uploading the document to document library, I want to populate claim number available from query string in a pop up page i.e in my case EditForm.aspx, Located at
    http://servername:port/sitename/documentlibraryname/forms/EditForm.aspx.
    Additional Information:
    Created document library and added custom columns like claim number etc..
    Created a view to filter uploaded documents as per claim number.
    Server Details:
    Windows Server 2008 R2
    SharePoint 2010
    SQL Server 2008 R2
    I have written javascript for the same, but not sure where exactly to add the code in EditForm.aspx page.
    Any help on this would be greatly appreciated.
    Thanking you in advacne.
    Regards
    Seva

    if the NewForm.aspx contain a "New Item Form" or "Edit Item Form" you can populate the form field by doing the following:
    First for the data view create a parameter from query string and give it the claim_number query string name.
    now for the field Claim Number Convert it to normal ASP.NET TextBox example below for this
    Normal Field will be like this
    <SharePoint:formfield runat="server" id="ff5{$Pos}" ControlMode="Edit" FieldName="ClaimNumber" ItemId="{@ID}" __designer:bind="{ddwrt:DataBind('u',concat('ff5',$Pos),'Value','ValueChanged','ID',ddwrt:EscapeDelims(string(@ID)),'@ClaimNumber')}" />
    you will change it to
    <asp:TextBox runat="server" id="ff5{$Pos}" __designer:bind="{ddwrt:DataBind('i',concat('ff5',$Pos),'Text','TextChanged','ID',ddwrt:EscapeDelims(string(@ID)),'@ClaimNumber')}" />
    Now in the asp:TextBox you can add the "Text" Attribute and assign the created data view parameter to it example below
    <asp:TextBox runat="server" id="ff5{$Pos}" Text="{$Claim_Number}" __designer:bind="{ddwrt:DataBind('i',concat('ff5',$Pos),'Text','TextChanged','ID',ddwrt:EscapeDelims(string(@ID)),'@ClaimNumber')}" />
    Where {$Claim_Number} is your Query String Parameter.
    Now if you send the query string NewForm.aspx?Claim_Number=1232
    you should see the field populated
    This what I do usually to populate the fields
    How I Bought a Brand New $1.2 Million Home Using ONLY Affiliate Commissions
    I'm having the same problem.... allmost
    I have a querystring I wan't to parse into a form. But on editform, not newform. then the field gets populated, but on save, nothing happens.... It's just blank.... any ideas.?
    /Ulrich

  • SharePoint 2010 Datasheet view problem - Office 2007 database engine download not fixing the issue

    We rolled out new laptops (Dell Latitude E7440)/desktops with 64-bit Windows 7 and 64-bit Office 2013 a couple of weeks ago. We installed the 2007 Access Database Engine to enable Datasheet views on our SharePoint 2010 site for our employees, and it worked
    before Thanksgiving. However, after the holiday, datasheet view is not working for anyone. I have my old 64-bit Dell laptop with 64-bit Office 2010/2007 Access Database Engine, and it still works there.
    I have tried the x86 2007 Access Database Engine, the 2010 Access Database Engine, the Office 2013 Access Runtime, with 32-bit and 64-bit IE (trying any combinations to see if I can get datasheet views to work).
    The one obvious difference is the new laptops have Office 2013. Has anyone run into this before, and is there a solution when the standard 2007 Access Database Engine download does not fix the datasheet view problem?

    Coworker figured it out. After the 2007 Access Database Engine is installed, go to Internet Explorer, Tools menu --> Compatibility View Settings, and add your SharePoint website to the list. Your SharePoint datasheet list views should start working
    after that. Might be something particular to Internet Explorer 11.

  • Configure rmg 2010 published sites for office 365 hybrid

    Tmg 2010 publishing all exchange services I am using the same servers for hybrid office 365 and I am not ablet to migrate from cloud to onpremise
    What listener should I create for ews and autodiscover to work
    Wants is required on TMG

    Hi and thanks for the reply, sorry for the typo
    i am doing this setup @ a customer site and they already published all exchange web services as OWA, active sync through TMG
    now i am not able to understand what i need to change in TMG to make things work 100%
    i have already followed this like to make the HCW work and it did it
    http://community.office365.com/en-us/w/exchange/1042.how-to-configure-tmg-for-office-365-exchange-hybrid-deployments.aspx
    now the only issue i am facing now is migrating a mailbox from office 365 back to on premise
    i get this error related to authentication
    The call to 'https://link/EWS/mrsproxy.svc' failed. Error details: The HTTP request is unauthorized with c
    lient authentication scheme 'Negotiate'. The authentication header received from the server was 'NTLM,Negotiate,Basic r
    ealm="webmail.srmcc.net"'. --> The remote server returned an error: (401) Unauthorized..
        + CategoryInfo          : NotSpecified: (:) [New-MoveRequest], RemoteTransientException
        + FullyQualifiedErrorId : [Server=AMSPR01MB215,RequestId=1c6b5a8f-5a17-4611-8388-5895a553c6ff,TimeStamp=4/15/2014
       5:39:46 PM] [FailureCategory=Cmdlet-RemoteTransientException] 47950287,Microsoft.Exchange.Management.RecipientTask
      s.NewMoveRequest
    now i found this link that i want to share with you and to confirm it is the solution, also if it is i need to know some details on how to apply it
    http://blog.mygeeklab.com/2012/01/24/office-365-tmg2010-and-ews/
    currently there are 3 FW polices publishing OWA, Active Sync and outlook anywhere
    all of them are using the same listener -authentication is NTLM form based authentication / validation method is windows active directory
    ports for the listener is http / https !
    all FW polices for publishing the above 3 uses basic authentication except for the OWA uses NTLM authentication
    and all of them don't have the "but clients my authenticate directly delegation" settings
    please note i am not a pro in TMG i am an office 365 and exchange guy ! so please i really need your help to get this through since it is stopping my work
    regards

  • Migration of email from GoDaddy's Office 365 product

    We currently have Office 365 email accounts purchase from GoDaddy. We're not happy with their service and want to migrate to Microsoft.  I know that Office 365 from both companies is the same on the back end but what is needed to move our domain
    so that email downtime is minimized?  Will migration take longer than what would be expected for DNS propagation?  Also, current MX record is [DOMAIN].mail.protection.outlook.com.  What should the new MX record be? 

    you can try using third party tools to do the content migration between the sites in office 365.
    Check MetaVis http://www.metavistech.com/category/tools-office-365 
    ShareGate is another tools http://en.share-gate.com/features
    Interms of 5000 limit its threshold limit not the actual items in the list.
    Check the below article for list limits, the below one applies for SharePoint online as well(http://office.microsoft.com/en-001/office365-sharepoint-online-enterprise-help/sharepoint-online-software-boundaries-and-limits-HA102694293.aspx#_Toc355079915)
    http://technet.microsoft.com/en-us/library/cc262787.aspx#ListLibrary
    Hope this helps.
    P.S. I haven't tested above tools.
    My Blog- http://www.sharepoint-journey.com|
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

Maybe you are looking for

  • Can I boot from a SATA drive? What if it's RAID?

    I'm planning on getting the MSI 875P Neo FIS2R 800FSB motherboard. I'm also planning on getting ONE SATA hard drive. Can I boot from the SATA drive? Do I HAVE to set up it as a RAID drive? Can you boot from RAID drives? RAID and SATA confuse me a lit

  • Cs6 wont open

    I downloaded CS6 from a CD. After installing I went to open it and the only Photoshop on my computer is CS4 and an error message appears saying "that adobe Photoshop has stopped working". I am very confused and would like some assistance please.

  • Unshuffling songs

    My Ipod nano is set to shuffle albums in the settings, but after I selected shuffle songs in the main menu it shuffles songs in my playlists every time, even when I don't want it to. How do I stop this? Also, does shuffling songs permanently change t

  • Open links in new tab rather than new window

    IS there a way to force Safari to open all links that would normally open in a new window open in a new tab instead? I know I can hold the apple key and click the link to have it go to a new tab but I was just wondering if there was a way to make it

  • I18n, localization of the search textfield's label

    Hello , i am not able to modify search textfield's label. I know , there are resource bundles for any countries defined in class file like Constants_de , Constantns_en .... . But for the search textfield label i get always the value from the german b