Data migration via MigGUI - questions with Sync

Due to some issues we encountered (logistics) with file compression/quotas, here's what I'd LIKE to do, but not sure if it can be done:
1) Create a miggui project called like: VOL1
2) But when I go in to select the items to be migrated, I don't want to select the entire volume, but rather specific "top level" directories.
3) Start the migration during business hours
4) Then when we're ready, kick everyone off and do a final "sync" to get the items that were missed (due to being open or whatever) the first time.
The questions:
a) Can I have multiple data migrations within the same project but each one defined as a specific directory? Or will I need to make multiple projects for that?
b) The Sync only relies upon date/timestamp right? But on OES (with NSS) there's like 3 timestamps I think, so which one does it use/compare against?
c) We've seen issues with people's GroupWise Archives where the miggui will see new dates/times in their Archive (index files, etc.) but a Beyond Compare CRC check will show the data is actually the same.

Originally Posted by Ramesh
kjhurni wrote:
> Hi Oza,
>
> A few problems:
>
> 1) You cannot select multiple file systems, so if you only want to
> migrate things one at a time, you have to create multiple projects in
> order to do that.
Multiple File systems? What is your source server? Traditional and NSS
volumes can be dragged and dropped within the same project. On Linux,
NCP and NSS volumes can also be done in the same project. More info on
this please...
>
> 2) The file timestamps are incorrect and off by one hour when the
> miggui runs. The server OS time and date DO show correctly, but the
> times in the miggui in the logs and the files it's actually writing to
> the NSS volumes are all off by one hour.
If your source server is NetWare 5.1 then there was a bug in tsa500.nlm
which caused files on the destination to be off by an hour. The fixed
tsa500.NLM can be found here:
NOVELL: Downloads
If your source is not NetWare 5.1, then some questions:
1. All the files and directory migrated have their timestamp off by 1
hour? So on src if a file has modified time as 10-Oct-2009 12:32 on
destination after migration the file has 10-Oct-2009 11:32?
If yes, then we'll have to investigate more...
2. The miggui logs being off by 1 hour looks like DST (Daylight Savings
Time) settings are not applied on JVM running in your server. Because
miggui uses Java api to get the local time which in-turn gets it from
JVM that uses the server time. So in any case, the time stamps should
not be different, since we uses only local time.
You can perform one check to confirm the DST is applied on JVM or not.
Download TimeTest-20070923.jar from IBM java site,
IBM - Guidance on updating Java SDKs and JREs for Daylight Saving Time (DST) changes
and execute "java -jar TimeTest-20070923.jar" at console and verify with
server time.
Rgds
Ramesh
Multiple File systems meaning when you open the migration utility and click the Add button, an item appears called: File System. You can only have ONE of those per project. What I had wanted was to be able to put multiple "file systems" in the project so that it would do one at a time, so that if we had problems on one, we could re-run just that one item. Instead, I have to create multiple projects with a File System item added that does a specific top-level folder. It works, just a lot more tedious with keeping multiple projects and having to constantly re-authenticate.
Source server is NW 6.5.7
I've got an SR open.
The log files in the miggui filesystem.log are off by one hour (but not on the other two servers we've done). When I looked in Windows Explorer at the file creation times (when it migrated directories and whatnot), those were also off by one hour.
But the system time showed correctly, so that's where we're trying to figure out why and what went wrong.
First Novell tech said it was because we had set hardware clock to Local Time, not UTC (but my other two servers are set to local time and didn't do this).
Just thought it was odd that the system time would show one thing, but the file system would show something different. But it's been escalated to backline so hopefully we'll figure it out.
Tech support was also under the impression that the SYNC operation in miggui did not sync files, only metadata. That would be bad if that's the case.

Similar Messages

  • Problem in Data Migration via. SQL*Loader

    Hi,
    I am trying to load the data from a text generated file.
    While using the slqldr command along with the url,".ctl", ".log",".bad" and ".dat" parameters, all the records goes to ".bad" file. Why?
    Eventhouh it parse the control file successfully.
    Anybody please help me in the matter.
    I am sending the ".log" file generated during the transaction :
    ========================================================================
    Control File: CUSTOMER.CTL
    Data File: CUSTOMER.DAT
    Bad File: CUSTOMER.BAD
    (Allow all discards)
    Number to load: ALL
    Number to skip: 0
    Errors allowed: 50
    Bind array: 64 rows, maximum of 256000 bytes
    Continuation: none specified
    Path used: Conventional
    Table CUSTOMER_BACKUP, loaded from every logical record.
    Insert option in effect for this table: INSERT
    Column Name Position Len Term Encl Datatype
    CS_CODE FIRST * WHT O(") CHARACTER
    CS_NAME NEXT * WHT O(") CHARACTER
    CS_ADD1 NEXT * WHT O(") CHARACTER
    CS_ADD2 NEXT * WHT O(") CHARACTER
    CS_ADD3 NEXT * WHT O(") CHARACTER
    CS_ADD4 NEXT * WHT O(") CHARACTER
    CS_PIN NEXT * WHT O(") CHARACTER
    CS_PHONE NEXT * WHT O(") CHARACTER
    CS_TELEX NEXT * WHT O(") CHARACTER
    CS_CR_DAYS NEXT * WHT O(") CHARACTER
    CS_CR_LIM NEXT * WHT O(") CHARACTER
    CS_TRD_DIS NEXT * WHT O(") CHARACTER
    CS_CSH_DIS NEXT * WHT O(") CHARACTER
    CS_STX_FRM NEXT * WHT O(") CHARACTER
    CS_LSTX_NO NEXT * WHT O(") CHARACTER
    CS_MOB_BAL NEXT * WHT O(") CHARACTER
    CS_STX_PER NEXT * WHT O(") CHARACTER
    CS_IND NEXT * WHT O(") CHARACTER
    CS_CSTX_NO NEXT * WHT O(") CHARACTER
    CS_SLMN_CD NEXT * WHT O(") CHARACTER
    CS_BANK_1 NEXT * WHT O(") CHARACTER
    CS_BANK_2 NEXT * WHT O(") CHARACTER
    CS_BANK_3 NEXT * WHT O(") CHARACTER
    CS_YOB_BAL NEXT * WHT O(") CHARACTER
    CS_CURR NEXT * WHT O(") CHARACTER
    CS_ZONE NEXT * WHT O(") CHARACTER
    CS_CAT NEXT * WHT O(") CHARACTER
    F_EDT NEXT * WHT O(") CHARACTER
    F_UID NEXT * WHT O(") CHARACTER
    F_ACTV NEXT * WHT O(") CHARACTER
    CS_RANGE NEXT * WHT O(") CHARACTER
    CS_ITNO NEXT * WHT O(") CHARACTER
    CS_INT NEXT * WHT O(") CHARACTER
    CS_CIRCLE NEXT * WHT O(") CHARACTER
    CS_ECCCODE NEXT * WHT O(") CHARACTER
    CS_MFRCODE NEXT * WHT O(") CHARACTER
    CS_QTY_BUG NEXT * WHT O(") CHARACTER
    CS_VAL_BUG NEXT * WHT O(") CHARACTER
    Record 1: Rejected - Error on table CUSTOMER_BACKUP, column CS_YOB_BAL.
    Column not found before end of logical record (use TRAILING NULLCOLS)
    Record 2: Rejected - Error on table CUSTOMER_BACKUP, column CS_CURR.
    Column not found before end of logical record (use TRAILING NULLCOLS)
    Record 3: Rejected - Error on table CUSTOMER_BACKUP, column CS_CURR.
    Column not found before end of logical record (use TRAILING NULLCOLS)
    Column not found before end of logical record (use TRAILING NULLCOLS)
    Record 50: Rejected - Error on table CUSTOMER_BACKUP, column CS_MOB_BAL.
    Column not found before end of logical record (use TRAILING NULLCOLS)
    Record 51: Rejected - Error on table CUSTOMER_BACKUP, column CS_MOB_BAL.
    Column not found before end of logical record (use TRAILING NULLCOLS)
    MAXIMUM ERROR COUNT EXCEEDED - Above statistics reflect partial run.
    Table CUSTOMER_BACKUP:
    0 Rows successfully loaded.
    51 Rows not loaded due to data errors.
    0 Rows not loaded because all WHEN clauses were failed.
    0 Rows not loaded because all fields were null.
    Space allocated for bind array: 254904 bytes(26 rows)
    Read buffer bytes: 1048576
    Total logical records skipped: 0
    Total logical records read: 51
    Total logical records rejected: 51
    Total logical records discarded: 0
    Run began on Wed Aug 28 13:30:29 2002
    Run ended on Wed Aug 28 13:30:29 2002
    Elapsed time was: 00:00:00.18
    CPU time was: 00:00:00.08
    =================================================================
    Regards,
    Bimal

    Hi,
    I am bit late ,I cannot say bit, If we use TRAILING NULL COLS in the control file your problem should be fixed.
    TRAILING NULLCOLS tells SQL*Loader to treat any relatively positioned columns that are not present in the record as null columns.
    For example, if the following data
    10 Accounting
    is read with the following control file
    INTO TABLE dept
    TRAILING NULLCOLS
    ( deptno CHAR TERMINATED BY " ",
    dname CHAR TERMINATED BY WHITESPACE,
    loc CHAR TERMINATED BY WHITESPACE
    and the record ends after DNAME. The remaining LOC field is set to null. Without the TRAILING NULLCOLS clause, an error would be generated due to missing data.

  • BRI Data migration via ZCRMIXF_ORDER_SAVE01

    We are trying to create items with multiple BRI lines with variable due dates and variable amounts in order to migrate historical trinasaction data.
    We are creating the initial record with a single BRI and then updating the BRI lines to the required number etc. We are able to create the required number of BRI lines, with the appropriate due dates, but the values do not update with the full authorised amount being due on the first BRI and subsequent BRI's set to zero. We suspect tht this could be due to the bllling plan configuration but have not been able to create the required output. Has anyone out there migrated data including BRI values and therefore resolved this issue?

    The warranty on a refurbished Apple product entitles you to complimentary phone support for the first 90 days of ownership.
    If you bought the product in the U.S. directly from Apple (not from a reseller), you have 14 days from the date of delivery in which to exchange or return it for a refund. In other countries, the return policy may be different. If you bought from a reseller, its return policy applies.

  • Data Migration of Contracts with periodic billing and revenue recognition

    Hello Experts,
    I am trying to develop a legacy data migration plan for Contracts with periodic billing plan and revenue recognition.
    Example of the scenario is given below:
    Customer signed a contract for one year starting 01/01/2009.
    Customer is billed quartely, billed in advance.
    SAP going live on 04/01/2009
    Customer is billed for 3 months and also for initial set up fees.
    Revenue recognition is done monthly.
    We have to migrate this contract to SAP.
    Billing document posting may be necessay as it affects revenue recognition which spans across the total contract period.
    Any ideas how to do this?
    Thanks  A Lot
    Anil
    Edited by: Anil  Jose on Sep 17, 2008 9:38 PM

    Hi Anil
    How did you manage this? We also had the same problem in one of our contracts and what we did was that we copied the contracts from the legacy with the full value. That is suppose SAP went live on 1st April, 2009 and the contract was created on 1st January 2009 for a value of suppose 100 USD, with the first billing being done on 1st Jan for 33.33 USD for 4 months. We first created the contract with a validity from 1st Jan 2009 in the new system. We billed it with a billing type that we created that did not actually create new accounting entries as the accounting entries had already been created in the legacy system. In the new system then we recognised the revenue till the go live, so that the actual value remaining of the contract reduced. Then we started the billing plan of the contract from 1st of April 2009 for the remaining amount. So next invoice was created on 1st april for 33.33 USD. Can you share your solution.
    Regards
    Indranill

  • HELP ME ON DATA MIGRATION PLEASE

    Hi
    what is SAP data migration what kind of tools and techniques include in that and also please what are the roles and responsibilities include in that when we are working on project.(RELATED TO ABAP)

    Data Migration – Current Situation
    Data migration or data conversion is a persistent issue facing most organizations who have implemented SAP. Whether it is during the final phases of a new SAP implementation, during SAP upgrades and updates, during corporate restructurings, or during mergers and acquisitions, data migration continues to remain a challenging problem for IT.
    Most data migration projects are faced with a time and budget crunch. But, these projects usually require extensive support from programmers and other technical experts and therefore data migration projects tend to get expensive and time-consuming.
    The tools for data transfer and data migration provided by SAP are very technical and have a steep learning curve associated with them and they require technical experts to build and implement the data migration scripts.
    Data Migration – Ideal Scenario
    An ideal data migration scenario would let the data migration project be implemented by the end user departments themselves. A few super-users within these end-user departments that supply the data should have the ability to transfer and migrate data themselves without relying on technical experts. Such a scenario would significantly cut the time and effort required in a data migration project.
    Reaching such an ideal scenario would require data migration tools that are easy to learn and require no programming. Furthermore, these tools should work across all the different SAP modules and the SAP products, including the different versions of SAP.
    Data Migration
    Data Migration is the process of moving required (and most often very large) volumes of data from our clients’ existing systems to new systems. Existing systems can be anything from custom-built IT infrastructures to spreadsheets and standalone databases.
    Data Migration encompasses all the necessary steps to cleanse, correct and move the data into the new system *. Technological changes, change in providers, software updates or data warehousing / data mining projects make such delicate and critical operations necessary.
    <b>Data Migration can be done using BDC, LSMW, BAPI, Idoc's.</b>
    What is the difference between batch input and call transaction in BDC?
    Session method.
    1) synchronous processing.
    2) can tranfer large amount of data.
    3) processing is slower.
    4) error log is created
    5) data is not updated until session is processed.
    Call transaction.
    1) asynchronous processing
    2) can transfer small amount of data
    3) processing is faster.
    4) errors need to be handled explicitly
    5) data is updated automatically
    Differences between bdc session method and call transaction method.
    The most important aspects of the batch session interface are: - Asynchronous processing - Transfers data for multiple transactions - Synchronous database update During processing, no transaction is started until the previous transaction has been written to the database. - A batch input processing log is generated for each session - Sessions cannot be generated in parallel
    The most important aspects of the CALL TRANSACTION USING interface are: - Synchronous processing - Transfers data for a single transaction - Synchronous and asynchronous database updating both possible The program specifies which kind of updating is desired. - Separate LUW for the transaction The system performs a database commit immediately before and after the CALL TRANSACTION USING statement. - No batch input processing log is generated.
    Refer this
    For BDC:
    http://myweb.dal.ca/hchinni/sap/bdc_home.htm
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/bdc&
    http://www.sap-img.com/abap/learning-bdc-programming.htm
    http://www.sapdevelopment.co.uk/bdc/bdchome.htm
    http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/69/c250684ba111d189750000e8322d00/frameset.htm
    http://www.sapbrain.com/TUTORIALS/TECHNICAL/BDC_tutorial.html
    Check these link:
    http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm
    http://www.sap-img.com/abap/question-about-bdc-program.htm
    http://www.itcserver.com/blog/2006/06/30/batch-input-vs-call-transaction/
    http://www.planetsap.com/bdc_main_page.htm
    call Transaction or session method ?
    http://www.sapbrain.com/FAQs/TECHNICAL/SAP_ABAP_DATADICTIONARY_FAQ.html
    http://www.****************/InterviewQ/interviewQ.htm
    http://help.sap.com/saphelp_46c/helpdata/en/35/2cd77bd7705394e10000009b387c12/frameset.htm
    ALE/ IDOC
    http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    http://www.sapgenie.com/sapedi/index.htm
    http://www.sappoint.com/abap/ale.pdf
    http://www.sappoint.com/abap/ale2.pdf
    http://www.sapgenie.com/sapedi/idoc_abap.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/0b/2a60bb507d11d18ee90000e8366fc2/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/78/217da751ce11d189570000e829fbbd/frameset.htm
    http://www.allsaplinks.com/idoc_sample.html
    http://www.sappoint.com/abap.html
    http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    http://www.sapgenie.com/sapedi/index.htm
    http://www.allsaplinks.com/idoc_sample.html
    Check these step-by-step links
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/ccab6730-0501-0010-ee84-de050a6cc287
    https://sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/8fd773b3-0301-0010-eabe-82149bcc292e
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/3c5d9ae3-0501-0010-0090-bdfb2d458985
    regards,
    srinivas
    <b>*reward for useful answers*</b>

  • SAP Legacy data Migration Starategy/Process

    Hi Friends
    I would request you, if anybody let me knwo the process of legacy data migration into sap. What are steps I have to follow while doing legacy data migration. My questions are:
    1) How to upload GL balances from legacy to SAP
    2) How to upload Vendor and Customer open items into sap
    3) Asset balances How to upload
    4) what is the use of Migration clearing accounts.
    Kindly provide if any documents for legacy data migration into sap.
    Thanks in advance
    Rao

    Dear Rao,
    Just check the bwlow link you can understand easly to upload the balances.
    http://www.saptechies.com/sap-pdf-books-download/SAP_Go_live_strategy11248141773.pdf
    Check the bwlow procedure for the same way do it.
    First create 5 Dummy GL codes. These GL code should be zero at the end of uploading balances.
    1     GL Offset Account               Dr
              Asset Offset Account          Cr
              AP Offset Account          Cr
              Sales          Cr
              Other GL's          Cr
    2     Cash               Dr
         Consumption               Dr
         Asset Offset Account               Dr
         AR Offset Account               Dr
         Material Offset Account               Dr
         Other GL's               Dr
              GL Offset Account     x     Cr
    3     AP Offset Account               Dr
              Vendor 1          Cr
              Vendor 2          Cr
              Vendor 3          Cr
    4     Customer 1               Dr
         Customer 2               Dr
         Customer 3               Dr
              AR Offset Account          Cr
    5     Fixed Asset 1               Dr
         Fixed Asset 2               Dr
              Asset Offset Account          Cr
              Acc. Depreciation Account          Cr
    6     Stock Inventory Account               Dr
              Material Offset Account          Cr
    Regards,

  • Module for data migration from pdf(zip) to pdf(unzip)

    Hi all,
    I am Working on Data migration using SAP XI with out using IR.
    I want to Zip the pdf file in the Sender CC and unzip the same in Receiver CC.
    I am using PAYLOADZIPBEAN to zip the pdf.
    Did any one work on zipping and unzipping the PDF files?
    Kindly let me know the Module I need to use for the same.
    Thanks,
    Sree

    Hi Sree,
    Please go through this blog and follow the step by step procedure for configuring your scenario.
    /people/stefan.grube/blog/2007/02/20/working-with-the-payloadzipbean-module-of-the-xi-adapter-framework
    Its a nice blog and i have configured my scenario using the same already.
    Thanks and Regards,
    Sanjeev.

  • When two PCs are synced does all info from both PCs end up on both PCs or is just the data from the PC that initiates sync go to the PC that is paired with it?

    I have an old PC has lots of bookmarks that I want to sync with a new PC. Unfortunately, the old PC will not display captcha so I cannot use it to initiate a sync account (no captcha display is a separate problem that I have had for a long time on the old PC and none of the fixes in the forums solve that problem.) The new PC displays captcha OK (same OS, same configs as old PC but it works - go figure.) If I initiate sync from the new PC and then pair with old PC will the bookmarks, etc. from the old PC migrate to the new PC? Or will the handful of bookmarks I have already set up on the new PC migrate to the old PC? Or will both PCs end up with everything? Seems like a simple question but there is nothing in the forums or Help pages about what actually happens when two (or more) devices and paired.

    You can set what happens with the first sync via the Sync Options.
    * Merge this device's data with my Sync data
    * Replace all data on this device with my Sync data
    * Replace all other devices with this device's data
    The default is "Merge this device's data with my Sync data"

  • Data Migration from 11i to R12 Global - Open POs,lines, receipts & on hand upload, Is it possible to do the onhand qty upload with over riding of all receipts which uploaded against Open PO lines?

    Hi Friends,
    We are in a phase of data migration from 11i to R12 
    I was discussed with client & they wants extraction of all open POs which was generated after 01 Jan 2014 to till date in 11i.
    Condition for open POs is PO qty-received qty=>0
    critical Example for open PO is :PO no: 10 has 4 lines, 3lines full qty has been received & for 1 line partial qty(say 50 out of 100) received.
    in this case he wants in R12 uploading as PO no:10 should entered as open PO with all 4lines & 3 lines complete receipt should be done, for 4th line partial qty i.e 50 should be received.
    the question is if we upload on hand qty first, then open POs & receipts, it will increase the onhand qty in new system(mismatch of on hand qty's 11i to R12) 
    Is it possible to do the onhand qty upload with over riding of all receipts which uploaded against Open PO lines.
    Or Please advice best solution.
    Thanks & Regards
    Giri

    adetoye50 wrote:
    Dear Contacts Journal Support Team,
    FYI, this is a user to user support forum.  You are NOT addressing Apple here.
    Honestly, I doubt anyone is really going to take the time to read the novel you have written.

  • Data migration in LSMW with CRM_XIF_PARTNER_SAVE

    Hi,
    for a data migration of business partners from a legacy system into a CRM 5.0 system I want to use the CRM_XIF_PARTNER_SAVE or CRM_XIF_PARTNER_SAVE_M IDoc. Everything works fine when I migrate a business partner with only one address and only one bank account, but what settings I have to make that I'm able to migrate a business partner with multiple addresses and bank accounts?
    I hope you can help me. Thanks in advance,
    Timo

    Hi Timo,
    you need to repeat the corresponding IDoc segements for "Bank Details",
    eg for IDoc CRMXIF_PARTNER_SAVE01 (display via WE30 or navigate via BDFG).
    here the example for phone data: (I didn't expand all nodes)
    CRMXIF_PARTNER_SAVE01    IDoc Structure for Data Type
    CRMXIF_PARTNER_SAVE01      IDoc Structure for Data Type CRMXIF_PARTNER_COMPLEX                                                                               
    5  E1010821140028             Complex structure for business partners                 CRMXIF_PARTNER_COMPLEX                                                                               
    4  E1010821140029             Header structure for business partners                  CRMXIF_PARTNER_HEADER                    
            5  E1010328105722             External Interface: Central Data                        BUS_EI_CENTRAL_DATA                                                                               
    4  E1010328105723             External Interface: Central Business Partner Data       BUS_EI_BUPA_CENTRAL                  
                4  E1010328105735             External Interface: Roles                               BUS_EI_ROLES                         
                4  E1010328105737             External Interface: Bank Details                    BUS_EI_BANKDETAIL                    
                4  E1010328105741             External Interface: Credit Card Details         BUS_EI_CREDITCARD                    
                4  E1010328105745             External Interface: Industries                         BUS_EI_INDUSTRYSECTOR                
                4  E1010328105750             External Interface: Identification Numbers   BUS_EI_IDENTIFICATION                
                4  E1010328105755             External Interface: Tax Numbers                   BUS_EI_TAXNUMBER                     
                5  E1010328105801             External Interface: Communication Types     BUS_EI_COMMUNICATION                                                                               
    5  E1010328105802             External Interface: Communication Data Telephone   BUS_EI_TEL_DATA                                                                               
    5  E1010328105803             External Interface: Data for Telephone       BUS_EI_BUPA_TELEPHONE                                                                               
    4  E1010328105804             External Interface: Data for Creating a Telephone Number     BUS_EI_BUPA_TELEPHONE_CON
                            4  E1010328105807             External Interface: Communications Notes        BUS_EI_COMREM                                                                               
    ****start to repeat here your IDoc data, that means insert these segements for each new phone number
                        5  E1010328105803             External Interface: Data for Telephone      BUS_EI_BUPA_TELEPHONE                                                                               
    4  E1010328105804             External Interface: Data for Creating a Telephone Number     BUS_EI_BUPA_TELEPHONE_CON
                            4  E1010328105807             External Interface: Communications Notes      BUS_EI_COMREM                                                                               
    ****end insertion
                    4  E1010328105811                 External Interface: Communication Data Fax    BUS_EI_FAX_DATA                  
    You can try the same for address data. Note: you don't need to renumebr the repeated segments in the IDoc, the "system" is doing it ...
    Be sure that the sequence of the other segements after the duplication is still the same, or you get an error.
    Go to transaction WE19. There you key in an existing and successfully posted IDoc. Then you can edit this Idoc, insert the new segements for additional phone numbers for testing.
    Rgds
    JP
    Message was edited by:
            Jörn Peter

  • Trying to Sync Z10 via Companion Link with ACT 2013

    Hi All,
    Looking for some help with the following issue: When I try and sync my Z10 via Companion Link with Act 2013 I get an error message in blackberry link then the sync fails:
    C Preferences Manager: Configuration Value for / Preferences / Account_1_65537/ DevicePin not set in Transconfig.xml for translater RimBB
    used to work sometimes until i updated the software. would be gratefull for any ideas
    Dave

    I have no experience with the third-party application you are referring to but I have the feeling that it is designed to sync with devices using Legacy Conduits.
    Legacy Conduits used on OS4 and before (and a very few of the early OS5 devices): Date Book, Address Book, To Do List, Memo Pad.
    Extended Conduits used on modern devices: Calendar, Contacts, Tasks, Memos.
    Post relates to: Palm TX

  • I don't have the original laptop my iphone was set up on. I have backed up all my data on icloud. If I sync with my new laptop and erase all my contents(restore to factory settings), can I then get it all from icloud?

    I don't have the original laptop my iphone was set up on. I have backed up all my data on icloud. If I sync with my new laptop and erase all my contents(restore to factory settings), can I then get it all from icloud?

    I have the same problem as the emails go to my iCloud account that I cannot access!!! I cannot answer the security questions as someone else must have set up my iCloud account. Nothing seems to work. It would be great if someone has some ideas as what can be done to recover the situation?

  • Error syncing Project - Fails at migration of large revision (with 35000 adds)

    Hello Microsoft!
    We have managed to migrate large projects before. But this time we are getting errors, at a point where the tool tries to migrate a check-in with large (35000) adds. It then re-tries to process the 35000 adds and again fails, then re-tries.
    There are large adds in this revision because the user has checked-in a large lot of files at one time.
    The tool logs show that it is sometimes able to process 1000, sometimes 4000, sometimes 7000; I have even seen it reaching upto 21000 of 35969 adds. Not sure why this is happening!
    Below are logs. Please will you help us find solution to this.
    [2/4/2015 12:16:02 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Finished scheduling! 
    [2/4/2015 12:33:23 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Now processing 1000 of 35969 Adds 
    [2/4/2015 12:50:58 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Now processing 2000 of 35969 Adds 
    [2/4/2015 1:10:52 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Now processing 3000 of 35969 Adds 
    [2/4/2015 1:38:42 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Now processing 4000 of 35969 Adds 
    [2/4/2015 2:09:35 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Now processing 5000 of 35969 Adds 
    [2/4/2015 2:34:02 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Now processing 6000 of 35969 Adds 
    [2/4/2015 2:44:20 AM] TfsIntegrationService.exe Warning: 0 : VersionControl: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. 
    [2/4/2015 2:44:20 AM] TfsIntegrationService.exe Information: 0 : VersionControl: System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException:
    An existing connection was forcibly closed by the remote host 
    [2/4/2015 2:44:20 AM]    at System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult) 
    [2/4/2015 2:44:20 AM]    at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult) 
    [2/4/2015 2:44:20 AM]    --- End of inner exception stack trace --- 
    [2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.VersionControl.Client.UploadDownload.EndDownload(IAsyncResult asyncResult) 
    [2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.VersionControl.Client.Client.DownloadFile(String downloadUrl, String localFileName) 
    [2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.VersionControl.Client.Item.DownloadFile(String localFileName) 
    [2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsMigrationItem.Download(String localPath) 
    [2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.downloadItem(BatchedItem itemToBeDownloaded) 
    [2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.pendAdds() 
    [2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.pendChanges() 
    [2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.Flush() 
    [2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsVCMigrationProvider.Flush(BatchingContext context) 
    [2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsVCMigrationProvider.ProcessChangeGroup(ChangeGroup group) 
    [2/4/2015 2:44:20 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Unresolved conflict:  
    [2/4/2015 2:44:20 AM]   Session: eeb13092-fc5e-4ca6-89bd-ea30973c9eb0 
    [2/4/2015 2:44:20 AM]   Source: 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 2:44:20 AM]   Message: Cannot find applicable resolution rule. 
    [2/4/2015 2:44:20 AM]   Conflict Type: Runtime Error 
    [2/4/2015 2:44:20 AM]   Conflict Type Reference Name: f6dab314-2792-40d9-86cc-b40f5b827d86 
    [2/4/2015 2:44:20 AM]   Conflict Details: System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was
    forcibly closed by the remote host 
    [2/4/2015 2:44:20 AM]    at System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult) 
    [2/4/2015 2:44:20 AM]    at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult) 
    [2/4/2015 2:44:20 AM]    --- End of inner exception stack trace --- 
    [2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.VersionControl.Client.UploadDownload.EndDownload(IAsyncResult asyncResult) 
    [2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.VersionControl.Client.Client.DownloadFile(String downloadUrl, String localFileName) 
    [2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.VersionControl.Client.Item.DownloadFile(String localFileName) 
    [2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsMigrationItem.Download(String localPath) 
    [2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.downloadItem(BatchedItem itemToBeDownloaded) 
    [2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.pendAdds() 
    [2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.pendChanges() 
    [2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.Flush() 
    [2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsVCMigrationProvider.Flush(BatchingContext context) 
    [2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsVCMigrationProvider.ProcessChangeGroup(ChangeGroup group) 
    [2/4/2015 2:44:20 AM]  
    [2/4/2015 2:44:20 AM]  
    [2/4/2015 2:44:20 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Stopping current trip for session: eeb13092-fc5e-4ca6-89bd-ea30973c9eb0 
    [2/4/2015 2:44:20 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Recorded sync point for migration source fd615486-5fdc-4377-8a10-f130e635df3b of session eeb13092-fc5e-4ca6-89bd-ea30973c9eb0 with Source High Water Mark 'HWMDelta' value of
    '22084' 
    [2/4/2015 2:44:20 AM] TfsIntegrationService.exe Information: 0 : VersionControl: VersionControl: Session stopped! 
    [2/4/2015 2:44:50 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Pipeline flow from 87766026-7889-4150-b6ff-bb09b4749ad6 to fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 2:44:50 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating delta tables for the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 2:44:50 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating linking delta for the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 2:44:50 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating delta tables for the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 2:44:52 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating migration instructions for the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 2:44:52 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Starting basic conflict detection 
    [2/4/2015 2:44:52 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Finishing basic conflict detection 
    [2/4/2015 2:44:52 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Loading 50 ChangeGroup(s) 
    [2/4/2015 2:44:52 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Post-processing delta table entries from the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 2:44:52 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Migrating to the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 2:44:52 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Loading 50 ChangeGroup(s) 
    [2/4/2015 2:44:52 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Processing linking delta 
    [2/4/2015 2:44:52 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Migrating links to the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 2:44:52 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Recorded sync point for migration source 87766026-7889-4150-b6ff-bb09b4749ad6 of session eeb13092-fc5e-4ca6-89bd-ea30973c9eb0 with Source High Water Mark 'HWMDelta' value of
    '68541' 
    [2/4/2015 2:44:52 AM] TfsIntegrationService.exe Information: 0 : VersionControl:  
    [2/4/2015 2:44:52 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Pipeline flow from fd615486-5fdc-4377-8a10-f130e635df3b to 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 2:44:52 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating delta tables for the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 2:44:53 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating linking delta for the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 2:44:53 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating delta tables for the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 2:44:53 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating migration instructions for the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 2:44:53 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Starting basic conflict detection 
    [2/4/2015 2:44:54 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Finishing basic conflict detection 
    [2/4/2015 2:44:54 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Loading 50 ChangeGroup(s) 
    [2/4/2015 2:44:54 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Target AnalysisProvider detecting conflicts in ChangeGroup #134544 
    [2/4/2015 2:44:54 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Post-processing delta table entries from the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 2:44:54 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Migrating to the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 2:44:54 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Loading 50 ChangeGroup(s) 
    [2/4/2015 2:44:54 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Processing ChangeGroup #132730, change 22081 
    [2/4/2015 2:45:10 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Finished scheduling! 
    [2/4/2015 2:49:42 AM] TfsIntegrationService.exe Warning: 0 : VersionControl: TF400324: Team Foundation services are not available from server 10.100.2.69\DefaultCollection. 
    [2/4/2015 2:49:42 AM] Technical information (for administrator): 
    [2/4/2015 2:49:42 AM]   The request was aborted: The operation has timed out. 
    [2/4/2015 2:49:42 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Microsoft.TeamFoundation.TeamFoundationServiceUnavailableException: TF400324: Team Foundation services are not available from server 10.100.2.69\DefaultCollection. 
    [2/4/2015 2:49:42 AM] Technical information (for administrator): 
    [2/4/2015 2:49:42 AM]   The request was aborted: The operation has timed out. ---> System.Net.WebException: The request was aborted: The operation has timed out. 
    [2/4/2015 2:49:42 AM]    at System.Net.HttpWebRequest.GetResponse() 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpWebRequest.SendRequestAndGetResponse(HttpWebRequest webRequest, WebException& webException) 
    [2/4/2015 2:49:42 AM]    --- End of inner exception stack trace --- 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpWebRequest.ReadResponse(HttpWebResponse webResponse, WebException webException) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpWebRequest.SendRequest() 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpRequestChannel.Request(TfsMessage message, TimeSpan timeout) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters, TimeSpan timeout, Object[]& outputs) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters, Object[]& outputs) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.Repository4.QueryItems(String workspaceName, String workspaceOwner, ItemSpec[] items, VersionSpec version, DeletedState deletedState, ItemType itemType, Boolean generateDownloadUrls,
    Int32 options, String[] itemPropertyFilters, String[] itemAttributeFilters) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.WebServiceLayer.QueryItems(String workspaceName, String workspaceOwner, ItemSpec[] items, VersionSpec version, DeletedState deletedState, ItemType itemType, Boolean generateDownloadUrls,
    Int32 options, String[] itemPropertyFilters, String[] itemAttributeFilters) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.WebServiceLayerLocalWorkspaces.QueryItems(String workspaceName, String workspaceOwner, ItemSpec[] items, VersionSpec version, DeletedState deletedState, ItemType itemType,
    Boolean generateDownloadUrls, Int32 options, String[] itemPropertyFilters, String[] itemAttributeFilters) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItems(ItemSpec[] itemSpecs, VersionSpec version, DeletedState deletedState, ItemType itemType, GetItemsOptions options, String[] itemPropertyFilters,
    String[] itemAttributeFilters) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItems(ItemSpec itemSpec, VersionSpec version, DeletedState deletedState, ItemType itemType, GetItemsOptions options) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItem(String path, VersionSpec version, DeletedState deletedState, GetItemsOptions options) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItem(String path, VersionSpec version, Int32 deletionId, GetItemsOptions options) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItem(String path, VersionSpec version, Int32 deletionId, Boolean includeDownloadInfo) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsMigrationItem.loadCachedItem() 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsMigrationItem.get_CachedItem() 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsMigrationItem.Download(String localPath) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.downloadItem(BatchedItem itemToBeDownloaded) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.pendAdds() 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.pendChanges() 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.Flush() 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsVCMigrationProvider.Flush(BatchingContext context) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsVCMigrationProvider.ProcessChangeGroup(ChangeGroup group) 
    [2/4/2015 2:49:42 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Unresolved conflict:  
    [2/4/2015 2:49:42 AM]   Session: eeb13092-fc5e-4ca6-89bd-ea30973c9eb0 
    [2/4/2015 2:49:42 AM]   Source: 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 2:49:42 AM]   Message: Cannot find applicable resolution rule. 
    [2/4/2015 2:49:42 AM]   Conflict Type: Runtime Error 
    [2/4/2015 2:49:42 AM]   Conflict Type Reference Name: f6dab314-2792-40d9-86cc-b40f5b827d86 
    [2/4/2015 2:49:42 AM]   Conflict Details: Microsoft.TeamFoundation.TeamFoundationServiceUnavailableException: TF400324: Team Foundation services are not available from server 10.100.2.69\DefaultCollection. 
    [2/4/2015 2:49:42 AM] Technical information (for administrator): 
    [2/4/2015 2:49:42 AM]   The request was aborted: The operation has timed out. ---> System.Net.WebException: The request was aborted: The operation has timed out. 
    [2/4/2015 2:49:42 AM]    at System.Net.HttpWebRequest.GetResponse() 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpWebRequest.SendRequestAndGetResponse(HttpWebRequest webRequest, WebException& webException) 
    [2/4/2015 2:49:42 AM]    --- End of inner exception stack trace --- 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpWebRequest.ReadResponse(HttpWebResponse webResponse, WebException webException) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpWebRequest.SendRequest() 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpRequestChannel.Request(TfsMessage message, TimeSpan timeout) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters, TimeSpan timeout, Object[]& outputs) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters, Object[]& outputs) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.Repository4.QueryItems(String workspaceName, String workspaceOwner, ItemSpec[] items, VersionSpec version, DeletedState deletedState, ItemType itemType, Boolean generateDownloadUrls,
    Int32 options, String[] itemPropertyFilters, String[] itemAttributeFilters) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.WebServiceLayer.QueryItems(String workspaceName, String workspaceOwner, ItemSpec[] items, VersionSpec version, DeletedState deletedState, ItemType itemType, Boolean generateDownloadUrls,
    Int32 options, String[] itemPropertyFilters, String[] itemAttributeFilters) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.WebServiceLayerLocalWorkspaces.QueryItems(String workspaceName, String workspaceOwner, ItemSpec[] items, VersionSpec version, DeletedState deletedState, ItemType itemType,
    Boolean generateDownloadUrls, Int32 options, String[] itemPropertyFilters, String[] itemAttributeFilters) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItems(ItemSpec[] itemSpecs, VersionSpec version, DeletedState deletedState, ItemType itemType, GetItemsOptions options, String[] itemPropertyFilters,
    String[] itemAttributeFilters) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItems(ItemSpec itemSpec, VersionSpec version, DeletedState deletedState, ItemType itemType, GetItemsOptions options) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItem(String path, VersionSpec version, DeletedState deletedState, GetItemsOptions options) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItem(String path, VersionSpec version, Int32 deletionId, GetItemsOptions options) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItem(String path, VersionSpec version, Int32 deletionId, Boolean includeDownloadInfo) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsMigrationItem.loadCachedItem() 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsMigrationItem.get_CachedItem() 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsMigrationItem.Download(String localPath) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.downloadItem(BatchedItem itemToBeDownloaded) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.pendAdds() 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.pendChanges() 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.Flush() 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsVCMigrationProvider.Flush(BatchingContext context) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsVCMigrationProvider.ProcessChangeGroup(ChangeGroup group) 
    [2/4/2015 2:49:42 AM]  
    [2/4/2015 2:49:42 AM]  
    [2/4/2015 2:49:42 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Stopping current trip for session: eeb13092-fc5e-4ca6-89bd-ea30973c9eb0 
    [2/4/2015 2:49:42 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Recorded sync point for migration source fd615486-5fdc-4377-8a10-f130e635df3b of session eeb13092-fc5e-4ca6-89bd-ea30973c9eb0 with Source High Water Mark 'HWMDelta' value of
    '22084' 
    [2/4/2015 2:49:42 AM] TfsIntegrationService.exe Information: 0 : VersionControl: VersionControl: Session stopped! 
    [2/4/2015 2:50:12 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Pipeline flow from 87766026-7889-4150-b6ff-bb09b4749ad6 to fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 2:50:12 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating delta tables for the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 2:50:12 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating linking delta for the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 2:50:12 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating delta tables for the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating migration instructions for the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Starting basic conflict detection 
    [2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Finishing basic conflict detection 
    [2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Loading 50 ChangeGroup(s) 
    [2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Post-processing delta table entries from the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Migrating to the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Loading 50 ChangeGroup(s) 
    [2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Processing linking delta 
    [2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Migrating links to the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Recorded sync point for migration source 87766026-7889-4150-b6ff-bb09b4749ad6 of session eeb13092-fc5e-4ca6-89bd-ea30973c9eb0 with Source High Water Mark 'HWMDelta' value of
    '68541' 
    [2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl:  
    [2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Pipeline flow from fd615486-5fdc-4377-8a10-f130e635df3b to 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating delta tables for the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating linking delta for the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating delta tables for the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating migration instructions for the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Starting basic conflict detection 
    [2/4/2015 2:50:15 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Finishing basic conflict detection 
    [2/4/2015 2:50:15 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Loading 50 ChangeGroup(s) 
    [2/4/2015 2:50:15 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Target AnalysisProvider detecting conflicts in ChangeGroup #134544 
    [2/4/2015 2:50:15 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Post-processing delta table entries from the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 2:50:15 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Migrating to the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 2:50:15 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Loading 50 ChangeGroup(s) 
    [2/4/2015 2:50:15 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Processing ChangeGroup #132730, change 22081 
    [2/4/2015 2:50:22 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Finished scheduling! 
    [2/4/2015 3:05:29 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Now processing 1000 of 35969 Adds 
    [2/4/2015 3:33:27 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Now processing 2000 of 35969 Adds 
    [2/4/2015 3:49:01 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Now processing 3000 of 35969 Adds 
    [2/4/2015 4:03:54 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Now processing 4000 of 35969 Adds 
    [2/4/2015 4:16:15 AM] TfsIntegrationService.exe Warning: 0 : VersionControl: TF400324: Team Foundation services are not available from server 10.100.2.69\DefaultCollection. 
    [2/4/2015 4:16:15 AM] Technical information (for administrator): 
    [2/4/2015 4:16:15 AM]   The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. 
    [2/4/2015 4:16:15 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Microsoft.TeamFoundation.TeamFoundationServiceUnavailableException: TF400324: Team Foundation services are not available from server 10.100.2.69\DefaultCollection. 
    [2/4/2015 4:16:15 AM] Technical information (for administrator): 
    [2/4/2015 4:16:15 AM]   The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.Net.WebException: The underlying connection was closed: A connection that was expected to be kept
    alive was closed by the server. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly
    closed by the remote host 
    [2/4/2015 4:16:15 AM]    at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) 
    [2/4/2015 4:16:15 AM]    at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) 
    [2/4/2015 4:16:15 AM]    --- End of inner exception stack trace --- 
    [2/4/2015 4:16:15 AM]    at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) 
    [2/4/2015 4:16:15 AM]    at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size) 
    [2/4/2015 4:16:15 AM]    at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead) 
    [2/4/2015 4:16:15 AM]    --- End of inner exception stack trace --- 
    [2/4/2015 4:16:15 AM]    at System.Net.HttpWebRequest.GetResponse() 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpWebRequest.SendRequestAndGetResponse(HttpWebRequest webRequest, WebException& webException) 
    [2/4/2015 4:16:15 AM]    --- End of inner exception stack trace --- 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpWebRequest.ReadResponse(HttpWebResponse webResponse, WebException webException) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpWebRequest.SendRequest() 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpRequestChannel.Request(TfsMessage message, TimeSpan timeout) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters, TimeSpan timeout, Object[]& outputs) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters, Object[]& outputs) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.Repository4.QueryItems(String workspaceName, String workspaceOwner, ItemSpec[] items, VersionSpec version, DeletedState deletedState, ItemType itemType, Boolean generateDownloadUrls,
    Int32 options, String[] itemPropertyFilters, String[] itemAttributeFilters) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.WebServiceLayer.QueryItems(String workspaceName, String workspaceOwner, ItemSpec[] items, VersionSpec version, DeletedState deletedState, ItemType itemType, Boolean generateDownloadUrls,
    Int32 options, String[] itemPropertyFilters, String[] itemAttributeFilters) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.WebServiceLayerLocalWorkspaces.QueryItems(String workspaceName, String workspaceOwner, ItemSpec[] items, VersionSpec version, DeletedState deletedState, ItemType itemType,
    Boolean generateDownloadUrls, Int32 options, String[] itemPropertyFilters, String[] itemAttributeFilters) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItems(ItemSpec[] itemSpecs, VersionSpec version, DeletedState deletedState, ItemType itemType, GetItemsOptions options, String[] itemPropertyFilters,
    String[] itemAttributeFilters) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItems(ItemSpec itemSpec, VersionSpec version, DeletedState deletedState, ItemType itemType, GetItemsOptions options) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItem(String path, VersionSpec version, DeletedState deletedState, GetItemsOptions options) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItem(String path, VersionSpec version, Int32 deletionId, GetItemsOptions options) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItem(String path, VersionSpec version, Int32 deletionId, Boolean includeDownloadInfo) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsMigrationItem.loadCachedItem() 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsMigrationItem.get_CachedItem() 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsMigrationItem.Download(String localPath) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.downloadItem(BatchedItem itemToBeDownloaded) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.pendAdds() 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.pendChanges() 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.Flush() 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsVCMigrationProvider.Flush(BatchingContext context) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsVCMigrationProvider.ProcessChangeGroup(ChangeGroup group) 
    [2/4/2015 4:16:15 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Unresolved conflict:  
    [2/4/2015 4:16:15 AM]   Session: eeb13092-fc5e-4ca6-89bd-ea30973c9eb0 
    [2/4/2015 4:16:15 AM]   Source: 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 4:16:15 AM]   Message: Cannot find applicable resolution rule. 
    [2/4/2015 4:16:15 AM]   Conflict Type: Runtime Error 
    [2/4/2015 4:16:15 AM]   Conflict Type Reference Name: f6dab314-2792-40d9-86cc-b40f5b827d86 
    [2/4/2015 4:16:15 AM]   Conflict Details: Microsoft.TeamFoundation.TeamFoundationServiceUnavailableException: TF400324: Team Foundation services are not available from server 10.100.2.69\DefaultCollection. 
    [2/4/2015 4:16:15 AM] Technical information (for administrator): 
    [2/4/2015 4:16:15 AM]   The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.Net.WebException: The underlying connection was closed: A connection that was expected to be kept
    alive was closed by the server. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly
    closed by the remote host 
    [2/4/2015 4:16:15 AM]    at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) 
    [2/4/2015 4:16:15 AM]    at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) 
    [2/4/2015 4:16:15 AM]    --- End of inner exception stack trace --- 
    [2/4/2015 4:16:15 AM]    at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) 
    [2/4/2015 4:16:15 AM]    at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size) 
    [2/4/2015 4:16:15 AM]    at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead) 
    [2/4/2015 4:16:15 AM]    --- End of inner exception stack trace --- 
    [2/4/2015 4:16:15 AM]    at System.Net.HttpWebRequest.GetResponse() 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpWebRequest.SendRequestAndGetResponse(HttpWebRequest webRequest, WebException& webException) 
    [2/4/2015 4:16:15 AM]    --- End of inner exception stack trace --- 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpWebRequest.ReadResponse(HttpWebResponse webResponse, WebException webException) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpWebRequest.SendRequest() 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpRequestChannel.Request(TfsMessage message, TimeSpan timeout) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters, TimeSpan timeout, Object[]& outputs) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters, Object[]& outputs) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.Repository4.QueryItems(String workspaceName, String workspaceOwner, ItemSpec[] items, VersionSpec version, DeletedState deletedState, ItemType itemType, Boolean generateDownloadUrls,
    Int32 options, String[] itemPropertyFilters, String[] itemAttributeFilters) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.WebServiceLayer.QueryItems(String workspaceName, String workspaceOwner, ItemSpec[] items, VersionSpec version, DeletedState deletedState, ItemType itemType, Boolean generateDownloadUrls,
    Int32 options, String[] itemPropertyFilters, String[] itemAttributeFilters) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.WebServiceLayerLocalWorkspaces.QueryItems(String workspaceName, String workspaceOwner, ItemSpec[] items, VersionSpec version, DeletedState deletedState, ItemType itemType,
    Boolean generateDownloadUrls, Int32 options, String[] itemPropertyFilters, String[] itemAttributeFilters) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItems(ItemSpec[] itemSpecs, VersionSpec version, DeletedState deletedState, ItemType itemType, GetItemsOptions options, String[] itemPropertyFilters,
    String[] itemAttributeFilters) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItems(ItemSpec itemSpec, VersionSpec version, DeletedState deletedState, ItemType itemType, GetItemsOptions options) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItem(String path, VersionSpec version, DeletedState deletedState, GetItemsOptions options) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItem(String path, VersionSpec version, Int32 deletionId, GetItemsOptions options) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItem(String path, VersionSpec version, Int32 deletionId, Boolean includeDownloadInfo) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsMigrationItem.loadCachedItem() 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsMigrationItem.get_CachedItem() 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsMigrationItem.Download(String localPath) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.downloadItem(BatchedItem itemToBeDownloaded) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.pendAdds() 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.pendChanges() 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.Flush() 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsVCMigrationProvider.Flush(BatchingContext context) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsVCMigrationProvider.ProcessChangeGroup(ChangeGroup group) 
    [2/4/2015 4:16:15 AM]  
    [2/4/2015 4:16:15 AM]  
    [2/4/2015 4:16:15 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Stopping current trip for session: eeb13092-fc5e-4ca6-89bd-ea30973c9eb0 
    [2/4/2015 4:16:15 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Recorded sync point for migration source fd615486-5fdc-4377-8a10-f130e635df3b of session eeb13092-fc5e-4ca6-89bd-ea30973c9eb0 with Source High Water Mark 'HWMDelta' value of
    '22084' 
    [2/4/2015 4:16:15 AM] TfsIntegrationService.exe Information: 0 : VersionControl: VersionControl: Session stopped! 
    [2/4/2015 4:16:45 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Pipeline flow from 87766026-7889-4150-b6ff-bb09b4749ad6 to fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 4:16:45 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating delta tables for the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 4:16:45 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating linking delta for the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 4:16:45 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating delta tables for the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 4:16:46 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating migration instructions for the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 4:16:46 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Starting basic conflict detection 
    [2/4/2015 4:16:46 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Finishing basic conflict detection 
    [2/4/2015 4:16:46 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Loading 50 ChangeGroup(s) 
    [2/4/2015 4:16:46 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Post-processing delta table entries from the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 4:16:46 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Migrating to the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 4:16:46 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Loading 50 ChangeGroup(s) 
    [2/4/2015 4:16:47 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Processing linking delta 
    [2/4/2015 4:16:47 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Migrating links to the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 4:16:47 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Recorded sync point for migration source 87766026-7889-4150-b6ff-bb09b4749ad6 of session eeb13092-fc5e-4ca6-89bd-ea30973c9eb0 with Source High Water Mark 'HWMDelta' value of
    '68541' 
    [2/4/2015 4:16:47 AM] TfsIntegrationService.exe Information: 0 : VersionControl:  
    [2/4/2015 4:16:47 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Pipeline flow from fd615486-5fdc-4377-8a10-f130e635df3b to 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 4:16:47 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating delta tables for the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 4:16:47 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating linking delta for the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 4:16:47 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating delta tables for the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 4:16:47 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating migration instructions for the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 4:16:47 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Starting basic conflict detection 
    [2/4/2015 4:16:48 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Finishing basic conflict detection 
    [2/4/2015 4:16:48 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Loading 50 ChangeGroup(s) 
    [2/4/2015 4:16:48 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Target AnalysisProvider detecting conflicts in ChangeGroup #134544 
    [2/4/2015 4:16:48 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Post-processing delta table entries from the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 4:16:48 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Migrating to the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 4:16:48 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Loading 50 ChangeGroup(s) 
    [2/4/2015 4:16:48 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Processing ChangeGroup #132730, change 22081 
    [2/4/2015 4:17:03 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Finished scheduling! 
    [2/4/2015 4:29:47 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Now processing 1000 of 35969 Adds 
    [2/4/2015 4:43:54 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Now processing 2000 of 35969 Adds 
    [2/4/2015 4:56:26 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Now processing 3000 of 35969 Adds 
    [2/4/2015 5:10:25 AM] TfsIntegrationService.exe Warning: 0 : VersionControl: Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection
    failed because connected host has failed to respond. 
    [2/4/2015 5:10:25 AM] TfsIntegrationService.exe Information: 0 : VersionControl: System.IO.IOException: Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly respond after a period of
    time, or established connection failed because connected host has failed to respond. ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection
    failed because connected host has failed to respond 
    [2/4/2015 5:10:25 AM]    at System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult) 
    [2/4/2015 5:10:25 AM]    at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult) 
    [2/4/2015 5:10:25 AM]    --- End of inner exception stack trace --- 

    Hi Nachiket,
    From the error message, seems the transport connection was lost during the migration process. You have to make sure the connection works between the two side. You  can delete the team foundation cache and try again. Also refer the blog to see if the
    issue cab be resolved:
    http://blogs.msdn.com/b/taylaf/archive/2010/02/10/team-foundation-server-unable-to-read-data-from-the-transport-connection-an-existing-connection-was-forcibly-closed-by-the-remote-host.aspx
    You can also exclude some of the pending chagnes items, and do the migrate for less pending changes each time if you can migrate thousands adds. Also refer to this
    page to limit the uploadchunksize. If the issue persists, please elaborate more details about your scenario.
    Best regards, 
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • HT1369 hey, when I connect either my ipod or ipad to itunes I get the promt ' i tunes was unable to load data class information from sync services. Reconnect or try again later'. Can anyone help me with syncing my devices?? Thanks in advance

    Hey, when I connect either my ipod or ipad to itunes I get the prompt 'itunes was unable to load data class information from sync services. Reconnect or try again later. Can anyone help me with syncing my devices?? Thanks in advance

    I am having the same issue, anyone else ?

  • I have a problem with Imovie. Just brought an macbook 15 retina , iLife install and Imovie was working. I than did a data migration from my old macbook pro and now it crashes on start up. I tried to re-install from app store but no option to re-install

    I have a problem with Imovie. Just brought an macbook 15 retina , iLife install and Imovie was working. I than did a data migration from my old macbook pro and now it crashes on start up. I tried to re-install from app store but no option to re-install, just installed and it greyed out.

    Well, my two-month-old MBP has no qualms about booting from a no-name external USB HD I put together...
    Given that is is a common point of failure, I would imagine a large Apple Store should keep a stock of HD's on hand.
    Now since you're a bit desperate and the genie pops up til Saturday and you seem to be the enterprising kind, let's try an experiment: if you have room enough in the external HD and assuming it isn't a Time Machine volume, why don't you plug it in, stick the Install CD and see if the installer lets you select the external drive as the install target. If you can install Leopard on it, on top of the backup without reformatting, and the Mac can boot from the drive afterwards, at least you would have some functionality restored and would be able to pull your stuff from the internal HD. Apple says booting from USB drives is not supported but that does not equate to not possible; some brands do work. Risks? Always. You can always lose your backup. Like I said, a challenge for an enterprising gal....
    Next time around, consider having a bootable external clone at hand for rainy days. I keep three myself...
    P.S. Since I'll be in the Dallas-FW area in late June, I can volunteer with the confetti....

Maybe you are looking for