Pipeline flow

Hi,
What is pipeline and how do messages flow in XI.
thanx
-Chandra

Hi,
Pipeline is the term used to refer to all steps that are performed during the processing of an XML message.
A pipeline represent a fixed processing run for particular XML messages and differs from other pipelines depending on the configuration of the Integration Engine. There are pipelines for a local Integration Engine in the sender or receiver system, or for a central Integration Engine that is configured as the Integration Server, for example.
The individual processing steps that an XML message must pass through when it is processed are called pipeline elements. Each pipeline element calls exactly one pipeline service.
Pipeline services provide functions for processing XML messages. They read and can change inbound XML messages, for example, the mapping or routing. They can also call processing processes, for example functions to create business data in an SAP component. The service type, number, and sequence are specified for each pipeline and cannot be changed.
The pipeline services are either part of the Integration Engine itself or originate from other areas of the SAP Exchange Infrastructure. A pipeline service can be used by more than one pipeline element.
When a source message reaches the Integration server
the messages under goes this
a) Receiver Determination:
This steps determines the system that participates in the exchange of the message.
b) Interface Detremination:
For each receiver determine which interface will should receieve the message.
c) Message Split:
If more than one receievers are found, XI will instantiate new message for each receiver.
d) Message Mapping:
Mapping to transform the source message to destination message format.
e) Technical Routing:
Bind a specific destination and protocol to the message.
f) Call outbound Adapter:
Send the transformed message to the adapter or a proxy.
Refer to this link for more details;
http://help.sap.com/saphelp_nw04/helpdata/en/41/b714f85ffc11d5b3ea0050da403d6a/content.htm
Message flow:
/people/siva.maranani/blog/2005/05/25/understanding-message-flow-in-xi
http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm
Regards,
Nithiyanandam

Similar Messages

  • JMS proxy and XA connection factory

    Hi all,
    I would like to ask you what is the best practice to adopt about the scenario described below.
    A JMS proxy retrieves a message and processes it.
    Any error could occurr during processing it and, in case of errors, the JMS proxy error handler publishes the message on ad hoc recovery destination D.
    (later another app will check failed messages for fixing & republishing them into ALSB).
    In that scenario we have the JMS proxy and the jms business service that, in case of errors, publishes on destination D.
    Should the JMS proxy and the business service use both a XA connection factory in order to perform all the above steps in one transaction ?
    Otherwise if the business service itself fails publishing on destination D, the message retrieved by the JMS proxy is lost and not re-delivered to the JMS proxy.
    Or XA connection factory is not needed and could I use
    Routing Options with exactly once or both are needed ?
    Thanks
    ferp

    Hi all,
    I did some tests and follow what I've achieved.
    Scenario 1.
    - Precondition
    -- A JMS proxy with XA factory + Error Destination (MyRecoveryQueue)
    -- A business service BS with XA factory that publishes into MyOutboundQueue
    -- No "exactly once" routing option used calling BS
    -- an error is forced in the pipeline
    - Flow
    -- proxy retrieves a message and try to publish it using BS
    -- an error is forced in the pipeline:
    --- transaction is rolled back, message redelivered to proxy
    --- the message is posted to the error destination after all the retries failed
    Scenario 2.
    - Precondition
    -- As 1. but no error is forced in the pipeline
    -- the MyOutboundQueue destination queue is paused
    - Flow
    -- proxy retrieves a message and try to publish it using BS
    -- BS fails to publish it on MyOutboundQueue (because it is paused)
    --- transaction is rolled back, message redelivered to proxy
    --- the message is posted to the error destination after all the retries failed
    Scenario 2A.
    - Precondition
    -- As 2. with MyOutboundQueue paused and resumed
    - Flow:
    -- proxy retrieves a message and try to publish it using BS
    -- BS fails to publish it on MyOutboundQueue (because it is paused)
    --- transaction is rolled back, message redelivered to proxy
    --- before all the retries failed the queue is resumed
    --- BS succeeds to publish the message
    Scenario 3.
    - Precondition
    -- A JMS proxy with NO XA factory + Error Destination
    -- A business service BS with NO XA factory
    -- No "exactly once" routing option used calling BS
    -- an error is forced in the pipeline
    - Flow
    -- proxy retrieves a message and try to publish it using BS
    -- an error is forced in the pipeline:
    --- transaction is NOT rolled back, message NOT redelivered to proxy
    -- so
    --- no message delivered to MyOutboundQueue2 destination
    --- no message delivered to MyRecoveryQueue2 destination
    --- message consumed from MyQueue2 and now is lost!
    To publish message into MyRecoveryQueue2 a proxy error handler has to be added and here added explicit publish to MyRecoveryQueue2.
    But naturally in that case if in the proxy error handler, the explicit publish fails or any error occurrs no message is delivered to recovery queue.
    So if I'm not using an XAFactory the message is auto-acknowledged as soon as it is read and I've to use XA factory if I want the message to be put back in the queue in case of errors and the retry to happen.
    So both my proxy service and business service use an XA factory.
    Regards
    ferp

  • Error in PipelineManager while creating new payment group

    Hi Everyone,
    I am  trying to create a new payment group for purchasing an item with the reward points.  i am trying to modify the pipeline flow by overriding commercePipeline.xml.  i have added the following lines of code in that xml.
    commercepipeline.xml
    <pipelinemanager>
    <pipelinechain name="validatePaymentGroup">   
      <pipelinelink name="dispatchOnPGType">
        <transition returnvalue="5000"
          link="validatePointsPG" />
      </pipelinelink>
      <pipelinelink name="validatePointsPG"
        transaction="TX_MANDATORY">
         <processor jndi=
          "/com/mystore/order/processor/ValidatePointsPaymentGroup" />
      </pipelinelink>
    </pipelinechain>
    <pipelinechain
      name="validatePaymentGroupPreConfirmation">
      <pipelinelink name="dispatchOnPGTypePreConfirmation">
        <transition returnvalue="5000"
         link="validatePointsPGPreConfirmation" />
      </pipelinelink>
      <pipelinelink name="validatePointsPGPreConfirmation"
       transaction="TX_MANDATORY">
         <processor jndi=
          "/com/mystore/order/processor/ValidatePointsPaymentGroup" />
      </pipelinelink>
    </pipelinechain>
    </pipelinemanager>
    when i am starting  the server  getting below error:
    ERROR [nucleusNamespace.] Unable to start service "/atg/commerce/PipelineManager": atg.nucleus.ServiceException: CONTAINER:atg.service.pipeline.PipelineInitializationException; SOURCE:atg.service.pipeline.TransitionException: A PipelineLink is already mapped to return code [5000] in the pipelink named [dispatchOnPGType].
    when i tried to check the commercepipeline in Dynamo Administration it is showing that the pipelinechain is locked
    CommercePipelineManager
    Pipeline Chains
    Chain Id
    Num Runners
    Enabled
    Locked
    LockAcquiredTime
    LockReleasedTime
    LockingThread
    validatePaymentGroup
    0
    false
    true
    Fri Jan 24 10:55:46 IST 2014
    N/A
    main
    loadOrder
    0
    true
    false
    N/A
    Fri Jan 24 10:55:44 IST 2014
    N/A
    updateOrder
    0
    true
    false
    N/A
    Fri Jan 24 10:55:44 IST 2014
    N/A
    processOrder
    0
    true
    false
    N/A
    Fri Jan 24 10:55:45 IST 2014
    N/A
    validateShippingGroup
    0
    true
    false
    N/A
    Fri Jan 24 10:55:46 IST 2014
    N/A
    refreshOrder
    0
    true
    false
    N/A
    Fri Jan 24 10:55:44 IST 2014
    N/A
    processOrderWithReprice
    0
    true
    false
    N/A
    Fri Jan 24 10:55:44 IST 2014
    N/A
    repriceOrderForInvalidation
    0
    true
    false
    N/A
    Fri Jan 24 10:55:44 IST 2014
    N/A
    validateForCheckout
    0
    true
    false
    N/A
    Fri Jan 24 10:55:45 IST 2014
    N/A
    Thanks&Regards,
    RKishore

    U have assigned return code 5000 in both chain to ur new pipeline link.
    OOTB 5000 is already assigned to invoice chain.
    U need to change return code to new unassigned value.Also return code must be added in expected return codes in ValidatePaymentGroupByType component.
    Refer this: Oracle ATG Web Commerce - Extending Order Validation to Support New Payment Methods
    Thanks,
    Nitin.

  • Doubt Regarding IDoc Adapter

    Dear Gurus,
    In IDoc to XML conversion scenarios, we never use Sender Communication Channel because the IDoc adapter sits on the ABAP stack and the conversion is done by the IDoc adaper in the Integration Server.
    Then why in case of the reverse scenario , i.e. XML to IDoc conversion we use Receiver Communication channel and the IDoc adapeter explicitly? Why can't that IDoc Adpater that sits on the ABAP stack convert the xml file into IDoc format?

    Hi Shweta,
    the reason for this is:
    The adapter at the inbound channel is located before the Integration Server pipeline and calls this pipeline. The adapter at the outbound channel, however, is called by the pipeline, and can therefore be regarded as part of the pipeline.
    The connected systems transfer or receive IDocs through their IDoc RFC interface.
    if you check this link:
    http://help.sap.com/saphelp_nw04/helpdata/en/ab/bdb13b00ae793be10000000a11402f/frameset.htm
    and read the Integration section and try to understand the pipeline flow, as the names are not understandable(viz. receiver determintaion, mapping etc.) in the diagram.
    you will get the clarity after reading this..
    Sachin

  • Migrating source from one collection to another collection hanging

    We are trying migrate a project from one collection to another collection on the same server (TFS 2013.3) and its hanging on what I think is a large changeset. I have let it for for 3+ days but its stuck on this line - any ideas on how to troubleshoot
    this?3
    I do see this in the top of the log but the path is no longer than 259
    [3/11/2015 5:52:15 PM] TfsMigrationShell.exe Warning: 0 : : The workspace root is too long. The migration may fail due to a InvalidPath exception if mapped local path is longer than 259 characters.
    [3/11/2015 5:52:15 PM] TfsMigrationShell.exe Information: 0 : : Added TFS workspace mapping from server path '$/Fuse' to local path 'C:\TfsIPData\14\Fuse'
    [3/11/2015 5:52:30 PM] TfsMigrationShell.exe Information: 0 : : TFS WorkspaceRoot: C:\TfsIPData\13
    [3/11/2015 5:52:30 PM] TfsMigrationShell.exe Warning: 0 : : The workspace root is too long. The migration may fail due to a InvalidPath exception if mapped local path is longer than 259 characters.
    [3/11/2015 5:52:56 PM] TfsMigrationShell.exe Information: 0 : : Added TFS workspace mapping from server path '$/Acumen' to local path 'C:\TfsIPData\13\Acumen'
    [3/11/2015 5:52:56 PM] TfsMigrationShell.exe Information: 0 : : StartSessionGroup: Starting SyncOrchestrator; now 0 running sessions
    [3/11/2015 5:52:56 PM] TfsMigrationShell.exe Information: 0 : VersionControl: Session worker thread [VersionControl] started
    [3/11/2015 5:52:56 PM] TfsMigrationShell.exe Information: 0 : VersionControl: Pipeline flow from b391997c-9745-4e5e-a4ff-9d16b30b1fbb to d61e8d15-0a9d-40b2-8854-785f6976f8f2
    [3/11/2015 5:52:56 PM] TfsMigrationShell.exe Information: 0 : VersionControl: Generating delta tables for the migration source b391997c-9745-4e5e-a4ff-9d16b30b1fbb
    [3/11/2015 5:52:57 PM] TfsMigrationShell.exe Information: 0 : VersionControl: Generating linking delta for the migration source b391997c-9745-4e5e-a4ff-9d16b30b1fbb
    [3/11/2015 5:52:57 PM] TfsMigrationShell.exe Information: 0 : VersionControl: Generating delta tables for the migration source d61e8d15-0a9d-40b2-8854-785f6976f8f2
    [3/11/2015 5:52:57 PM] TfsMigrationShell.exe Information: 0 : VersionControl: Generating migration instructions for the migration source d61e8d15-0a9d-40b2-8854-785f6976f8f2
    [3/11/2015 5:52:57 PM] TfsMigrationShell.exe Information: 0 : VersionControl: Starting basic conflict detection
    [3/11/2015 5:53:00 PM] TfsMigrationShell.exe Information: 0 : VersionControl: Finishing basic conflict detection
    [3/11/2015 5:53:00 PM] TfsMigrationShell.exe Information: 0 : VersionControl: Loading 50 ChangeGroup(s)
    [3/11/2015 5:53:01 PM] TfsMigrationShell.exe Information: 0 : VersionControl: Target AnalysisProvider detecting conflicts in ChangeGroup #267186
    [3/11/2015 5:53:01 PM] TfsMigrationShell.exe Information: 0 : VersionControl: Target AnalysisProvider detecting conflicts in ChangeGroup #267187
    [3/11/2015 5:53:10 PM] TfsMigrationShell.exe Information: 0 : VersionControl: Target AnalysisProvider detecting conflicts in ChangeGroup #267928
    [3/11/2015 5:53:10 PM] TfsMigrationShell.exe Information: 0 : VersionControl: Target AnalysisProvider detecting conflicts in ChangeGroup #267929
    [3/11/2015 5:53:10 PM] TfsMigrationShell.exe Information: 0 : VersionControl: Post-processing delta table entries from the migration source d61e8d15-0a9d-40b2-8854-785f6976f8f2
    [3/11/2015 5:53:10 PM] TfsMigrationShell.exe Information: 0 : VersionControl: Marking as 'DeltaComplete' the target-side delta table for uni-directional session
    [3/11/2015 5:53:10 PM] TfsMigrationShell.exe Information: 0 : VersionControl: Migrating to the migration source d61e8d15-0a9d-40b2-8854-785f6976f8f2
    [3/11/2015 5:53:11 PM] TfsMigrationShell.exe Information: 0 : VersionControl: Loading 50 ChangeGroup(s)
    [3/11/2015 5:53:11 PM] TfsMigrationShell.exe Information: 0 : VersionControl: Processing ChangeGroup #267185, change 15724
    [3/11/2015 5:57:33 PM] TfsMigrationShell.exe Information: 0 : VersionControl: Finished scheduling!
    Thanks
    Scott

    Hi Scott, 
    Thanks for your post.
    How did you move team project from one collection to another, using the
    TFS Integration Tools?   
    Please try use below setting in your migrate file, you can refer to the answer reply in this
    post.
    <CustomSetting SettingKey="DetectChangesInCC" SettingValue="False" />
    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.

  • How to Seggragate Header, Footer and Trailer Records in Informatica Cloud ?

    Hi All, This is my source file Structure which is Flat File. Source File : "RecordType","Creation Date","Interface Name""H","06-08-2015","SFC02""RecordType","Account Number","Payoff Amount","Good Through Date""D","123456787","2356.14","06-08-2015""D","12347","2356.14","06-08-2015""D","123487","235.14","06-08-2015""RecordType","Creation Date","TotalRecordCount""T","06-08-2015","5" The Source File has to be loaded into three targets for Header , Detail and Trailer records separately. Target Files: File 1 : Header.txt
    "RecordType","Creation Date","Interface Name""H","06-08-2015","SFC02" File 2 : Detail.txt "RecordType","Account Number","Payoff Amount","Good Through Date""D","123456787","2356.14","06-08-2015""D","12347","2356.14","06-08-2015""D","123487","235.14","06-08-2015" File 3 : Trailer.txt "RecordType","Creation Date","TotalRecordCount""T","06-08-2015","5"  I tired this solution below :  1.  Source ---> Expression ]-----filter 1---Detail.txt                                        -----filter 2---Trailer.txt  In source , I will read the records starting from 3rd row. This is because, if i read from first row, the detail part contains more fields when compared to Header part. Header Part contains only three fields. So it is taking only first three fields records in Detail Section as well.That's why I am skipping the first two records(Header fields and header record) .. refer the example.. In filter 1, condition is Record_Type = 'D'. In Filter 2 , condition is Record_Type = 'T'.So, the filter 1 will load to Detail.txt and Filter 2 Will load to Trailer.txt In task , pre session command, Calling the windows .bat script to fetch the first two lines and load into Header.txt  This solution is working fine..  My query is can we use two pipeline flow in a same mapping in Informatica cloud.?  Pipeline Flow 1  Source ---> Expression ]-----filter 1---Detail.txt                                    -----filter 2---Trailer.txtPipeline Flow 2  Source ---> Expression ]-----filter 3(Record_Type='H')---Header.txt Source file is same in two flows. In first flow, I will read from the third row, skipping the header section as I mentioned earlier.In second flow , I ll read the entire content and take only header record and load into target.  If I add the flow 2 to existing flow 1.  I am getting the below error..TE_7020 Internal error. The Source Qualifier [Header_Source] contains an unbound field [Creation_Date]. Contact Informatica Global Customer Support.  1. Do informatica Cloud supports, two parallel flow in a same mapping ?2. Any other best solution for my requirement?   Since I am new to Informatica Cloud, Can anyone suggest any other solution if you have?? It will be more helpful if you guys suggest a good solution ..  ThanksSindhu Ravindran

    We are using a Webservices Consumer Tranformation in our mapping to connect to RightFax Server using a WSDL url via Business Service in a mapping.Here in the mapping, where we are sending the input parameters through a flat file and then connecting to Rightfax Server via WS Consumer transformation and then fetching the data and writing to a Flat File.  07/28/2015 10:10:49 **** Importing Connection: Conn_000A7T0B0000000000EM ...07/28/2015 10:10:49 **** Importing Source Definition: SRC_RightFax_txt ...07/28/2015 10:10:49 **** Importing Target Definition: GetFax_txt ...07/28/2015 10:10:49 **** Importing Target Definition: FaultGroup_txt ...07/28/2015 10:10:49 **** Importing SessionConfig: default_session_config ...    <Warning> :  The Error Log DB Connection value should have Relational: as the prefix.    <Warning> :  Invalid value  for attribute Error Log DB Connection. Will use the default value     Validating Source Definition  SRC_RightFax_txt...    Validating Target Definition  FaultGroup_txt...    Validating Target Definition  GetFax_txt...07/28/2015 10:10:49 **** Importing Mapping: Mapping0 ...    <Warning> :  transformation: RIghtfax - Invalid value  for attribute Output is repeatable. Will use the default value Never    [transformation< RIghtfax > ] Validating transformations of mapping Mapping0...Validating mapping variable(s).07/28/2015 10:10:50 **** Importing Workflow: wf_mtt_000A7T0Z00000000001M ...    <Warning> :  Invalid value Optimize throughout for attribute Concurrent read partitioning. Will use the default value Optimize throughput   [Session< s_mtt_000A7T0Z00000000001M >  --> File Reader< File Reader > ]     <Warning> :  The value entered is not a valid integer.    <Warning> :  Invalid value NO for attribute Fail task after wait time. Will use the default value Successfully extracted session instance [s_mtt_000A7T0Z00000000001M].  Starting repository sequence id is [1048287470] Kindly provide us a solution. Attached are logs for reference.

  • 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.

  • Pipeline Sales Process Flow

    Hello Everyone,
    I was searching for Pipeline sales process flow documentation to meet for one of our client business requirement.
    Pipeline sales process used mainly in Oil and Gas industries, I happened to browse thru the SDN.SAP.com site, I found some useful information was posted, but the information was completely theoretical. I was looking for some best practice or documentation on configuration settings for this process.
    If anyone happened to work on this process, then kindly let me know, how you have gone about doing configuration?
    Also, give some documentation if you have any.
    Many thanks in advance.
    Regards,
    Mookii

    Hi Mookii,
    This forum is dedicated to Development in the SAP Business One - SB1 - product. SB1 is an ERP for small and mid-size companies, so it does not have anything specific for the Oil and Gas industries.
    You should search the Business Process - BPX forum for what you need. Also, you might search the Blogs or the Articles.
    Regards,
    Vítor Vieira

  • How to retrieve MQMD Header in OSB Message Flow Pipeline

    Hi ,
    My Proxy Service is reading a non-xml message from MQ-Queue . The format of the message can be different , which is recognized by a MQMD header : applicationType . Putting application populates this header .
    I want to get the value of this MQMD header , in message flow ,to decide which MFL file needs to be applied . But the problem is that "Transport Headers" Action header gives only option to add new headers , not to retrieve the existing ones . Please help me.

    You can access the MQ transport headers in the assign/replace actions using the relative xpath of the $inbound variable. This is available for any transport.
    Please find a snapshot @ https://dl.dropboxusercontent.com/u/19901533/access_inbound_mqheaders.JPG
    Also ensure that you configure the Get All Headers property+ to yes on the Transport Configuration of your proxy.
    Thanks,
    Patrick

  • Simulate water flow in a pipeline

    Hello everbody,I have been trying to find a proper solution to simulate water flow or movement in a pipe/tube but I could not find the right things. Imagin the pipes going not only one way but up then to the right and down and so on. I would need to be able to control the flow in the sense that it schould only flow if a pump is running and I need to find a solution wich I can youse with many different pipe-structures.
    Hopefully somebody can help.
    Tank you very much,
    montanaro

    Hi montanaro,
    You could place a transparent 2D picture indicator over your pipes and indicate the flow by changing what is "drawn" on the picture.
    For example, you might draw a series of dashes and arrows to indicate the flow path.
    To show motion, you would create a loop to replace dashes with arrows and vise versa.
    This method could be adapted to any structure.
    Please note that this task is not trivial - but with some effort it could be pretty cool.
    steve
    Help the forum when you get help. Click the "Solution?" icon on the reply that answers your
    question. Give "Kudos" to replies that help.

  • Why is the LookUp object in the Flow Task of my SSIS package going red (and not working) ? Sql Server 2008 R2

    I have been working with the Sql Server 2008 R2 SSIS Tutorial at
    https://msdn.microsoft.com/en-us/library/ms170419(v=sql.105).aspx
    --specifically -- Lesson 1.  I have been having some problems with this lesson where the source data from the samples download doesn’t exactly match the data described in the tutorial, and the tables in the tutorial are different from what
    is contained in AdventureWorksDW (tutorial refers to DimTime – AdventureWorksDW contains DimDate and no DimTime).  
    So, after futzing in BI with this tutorial  so that I can at least get it to run in Debug – it errors out on the 2<sup>nd</sup> LookUp object.
    Rather than looking for a fix to the problem(s) that I am having between the tutorial and the stuff I downloaded in the samples --
     I want “Adapt” the tutorial so I can use the stuff I downloaded and hopefully learn how to use SSIS with the elements (source data and tables) that are present on my workstation. 
    Here is a description of what is going on for me – which I really don’t understand what is going on in BI – based on the images below – like what columns (from what tables) are they associating to in the OleDB Destination? 
    Note:  the sql in the LookUps here is the sql that I copied from the tutorial. 
    I probably need to modify these sql statements – so -- the help I am requesting is to make the required modifications/changes
     so that I can adapt this tutorial with the stuff that’s on my workstation.
    I downloaded the samples and the AdventureWorksDW mdf for Sql Server 2008 R2. 
    It turns out that in the tutorial it wants me to select a DimTime table, but the version of the AdventureWorksDW db does not contain a DimTime table. 
    Instead, it contains a DimDate table.  So I tried adapting DimDate for the tutorial. 
    Additionally, the sample data file -- SampleCurrencyData.txt -- has slightly different data types than the types described in the tutorial, so I selected data types for the columns in the datasource text file that would work in BI would to
    connect column from source data file to the table.
    After finishing all the steps for Lesson 1 -- when I tried debugging the package – and it error'd out on  the 2<sup>nd</sup> Lookup object whichwent red.
      I edited the lookups and the sample Ole DB Destination to "ignore on fail” and I did all
     green but the FactCurrencyRate table is not being populated -- as described in the tutorial, so I reset the on error back to default (Fail on error option).   And based on this tutorial -- I believe FactCurrencyRate
    table is the table which is supposed to be populated with the data from SampleCurrencyData.txt?
    In the sample data file that downloaded with all the samples  I removed all the data from the text file except for 6 rows, so instead of the original 1100 or so rows, I have only 6 rows of data in the source data file (just to keep things
    simple for debugging for now).  I did not modify the data itself. 
    Here is what the (raw) data contained in SampleCurrencyData.txt looks like (from the samples that I downloaded from codeplex) – it’s supposed to be 4 columns of data – float, nvarchar, datetime, float:
    0.281690141       USD      
    6/26/2004 0:00  0.281713948
    0.281690141       USD      
    6/27/2004 0:00  0.281642539
    0.281690141       USD      
    6/28/2004 0:00  0.281761573
    0.283286119       USD      
    6/29/2004 0:00  0.283221933
    0.283286119       USD      
    6/30/2004 0:00  0.283358363
    0.281690141       USD      
    7/1/2004 0:00     0.281682206
    Below are images of my BI Layout for Lesson 1 from this tutorial -- the FlatFile and configurations for On Fail Error, A Flow task, the 2 LookUps (CurrencyKey and DataKey), the OleDB Destination configuration, the Design view of the associated tables and
    the Debug Run of Lesson 1, and the following error messages. My goal is to figure out what is going on in BI for this tutorial.
    Error: 0xC020901E at Extract Sample Currency Data, Lookup Datakey [51]: Row yielded no match during lookup.
    Error: 0xC0209029 at Extract Sample Currency Data, Lookup Datakey [51]: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. 
    The "component "Lookup Datakey" (51)" failed because error code 0xC020901E occurred, and the error row disposition on "output "Lookup Match Output" (53)" specifies failure on error. An error occurred on the specified
    object of the specified component.  There may be error messages posted before this with more information about the failure.
    Error: 0xC0047022 at Extract Sample Currency Data, SSIS.Pipeline: SSIS Error Code DTS_E_PROCESSINPUTFAILED. 
    The ProcessInput method on component "Lookup Datakey" (51) failed with error code 0xC0209029 while processing input "Lookup Input" (52). The identified component returned an error from the ProcessInput method. The error is specific
    to the component, but the error is fatal and will cause the Data Flow task to stop running. 
    There may be error messages posted before this with more information about the failure.
    --this is the flat file
     -- SampleCurrencyData.txt (which only contains 6 data rows for my purposes)
    --and here is where I assign the data types for the colums of -- SampleCurrencyData.txt
    This is the first LookUp Object -- LookUp Currency Key – The DB contains DimCurrency table. 
    I copied the sql from the tutorial here.
    I actually have a DimCurrency table in my copy of AdventureWorksDW. 
    Here’s the design view of DimCurrency and a sample of the data contained in DimCurrency and the On Fail configuration
    I actually have a DimCurrency table in my copy of AdventureWorksDW. 
    Here’s the design view of DimCurrency and a sample of the data contained in DimCurrency and the On Fail configuration
    --Here is what the data looks like in the DimCurrency table
    --2<sup>nd</sup> LookUp object  -- LookUp Data Key – this is the LookUp
     where BI errors out on Debug
    --it appears this lookup is referencing the DimDate table – which I DO have in the DB.
    --I can’t find the following sql in the tutorial, so I suppose BI added the sql (did it?)
    --Here's how I configured for On Error
    --Here is DimDate table in Design view
    --Here is a sample of the original data contained in DimData
    OleDB Destination
    --Here is where I get lost a bit – what is going on in the destination here?
    --Here's my On Error configuraino
    --and here is the FactCurrencyRate table
    --and here is a sample of the data contained in FactCurrencyRate
    Rich P

    Thank you for your reply.  I changed the error handling as you suggested on the 2nd lookup to redirect to unmatched rows.  Now I get all greet.  I don't have the conditional split as in your diagram.  But also, nothing appears to have
    happened in the DB.  Aren't the rows in my text file supposed to be added to the FactCurrencyRate table?
    How do I get a conditional split?
    Rich P
    OK, sorry I forgot to reply you back.
    Conditional Split was just dummy task. Ignore it.
    Manipulate the data in such way that you get matching records.
    Inside Source, for first 2 rows I put the dates which are available in DimDate.
    1.00010001,ARS,7/1/2005 0:00,0.99960016
    1.00010001,ARS,2/5/2006 0:00,1.001001001
    1.00020004,ARS,9/5/2001 0:00,0.99990001
    1.00020004,ARS,9/6/2001 0:00,1.00040016
    1.00050025,ARS,9/7/2001 0:00,0.99990001
    1.00050025,ARS,9/8/2001 0:00,1.001001001
    Then in OLE DB Destination, I loaded the rows to TestFactTable.
    (Now, you don't even need NO MATCH OUTPUT as there are matching records here)
    Cheers,
    Vaibhav Chaudhari
    [MCTS],
    [MCP]

  • Unable to pass parameter value from a Task flow to a Portlet

    Hi All,
    I'm using Jdev 11.1.1.6.0 and created a simple ADF application with one Taskflow which contains one JSF page to display the User details from the default LDAP configured within the Integrated Weblogic Server. The Taskflow have one Parameter to accept the User Email Id as input. Based on the given input value, we will fetch the User details from Weblogic server and display in the JSF Page. I created a portlet out of Taskflow by "Create Portlet Entry" and deployed it onto Integrated Weblogic server.
    Portlet works well when executed standalone for the given User Email Id values as input.
    Then I created a webcenter Application, On a page, there is a task flow that contains a form with one input text field and one Submit button, and a portlet (that displays the User details from LDAP) that listens for user input from the form. Clicking the Submit button sends the user entered texts to the listening portlet. This is a combination of contextual events established by the producer (task flow) and the wiring of the portlet based parameters from within the consuming page definition file.
    The taskflow page which contains the form with Submit button, within the page defintion file contains an event binding (submitEventBinding) and a contextual based event (submitEvent). This event is tied to the ActionListener of the commandButton.
    After added both the task flow and the portlet onto a page, I have subscribed to the contextual event of the task flow, and completed the wiring of the Taskflow and Portlet events together.
    But in the Form, when I enter the User Email Id in the input filed and click the Submit button, I'm getting the below error -
    <LifecycleImpl> <_handleException> ADF_FACES-60098:Faces lifecycle receives unhandled exceptions in phase RESTORE_VIEW 1
    java.lang.NullPointerException
         at oracle.portlet.bridge.adf.lifecycle.ADFBridgePhaseListener.afterPhase(ADFBridgePhaseListener.java:74)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:472)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:194)
         at org.apache.myfaces.portlet.faces.bridge.BridgeImpl.doFacesRender(BridgeImpl.java:995)
         at org.apache.myfaces.portlet.faces.bridge.BridgeImpl.doFacesRequest(BridgeImpl.java:903)
         at javax.portlet.faces.GenericFacesPortlet.doBridgeDispatch(GenericFacesPortlet.java:678)
         at javax.portlet.faces.GenericFacesPortlet.doRenderDispatchInternal(GenericFacesPortlet.java:644)
         at javax.portlet.faces.GenericFacesPortlet.doView(GenericFacesPortlet.java:280)
         at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:328)
         at javax.portlet.faces.GenericFacesPortlet.doDispatch(GenericFacesPortlet.java:251)
         at javax.portlet.GenericPortlet.render(GenericPortlet.java:233)
         at oracle.portlet.bridge.adf.application.ADFBridgePortlet.render(ADFBridgePortlet.java:255)
         at com.bea.portlet.container.PortletStub.doRender(PortletStub.java:1012)
         at com.bea.portlet.container.FilterChainGenerator.runFilterChain(FilterChainGenerator.java:127)
         at com.bea.portlet.container.PortletStub.render(PortletStub.java:438)
         at com.bea.portlet.container.AppContainer.renderStub(AppContainer.java:1158)
         at com.bea.portlet.container.AppContainer.invokeRender(AppContainer.java:1090)
         at com.bea.wsrp.producer.adapter.javaportlet.JavaPortletAdapter.doGetMarkup(JavaPortletAdapter.java:294)
         at com.bea.wsrp.producer.handlers.markup.MarkupServiceHandler.doGetMarkup(MarkupServiceHandler.java:449)
         at com.bea.wsrp.producer.handlers.markup.MarkupServiceHandler.doService(MarkupServiceHandler.java:264)
         at com.bea.wsrp.producer.handlers.AbstractServiceHandler.service(AbstractServiceHandler.java:71)
         at com.bea.wsrp.producer.container.ProducerEndPoint.processNow(ProducerEndPoint.java:349)
         at com.bea.wsrp.producer.container.ProducerEndPoint.processNow(ProducerEndPoint.java:250)
         at com.bea.wsrp.producer.container.ProducerEndPoint.processNow(ProducerEndPoint.java:208)
         at oracle.portlet.server.adapter.web.WSRP_v2_Markup_PortTypeSoapToEndpoint.getMarkup(WSRP_v2_Markup_PortTypeSoapToEndpoint.java:74)
         at oasis.names.tc.wsrp.v2.bind.runtime.WSRP_v2_Markup_Binding_SOAP_Tie.invoke_getMarkup(WSRP_v2_Markup_Binding_SOAP_Tie.java:1055)
         at oasis.names.tc.wsrp.v2.bind.runtime.WSRP_v2_Markup_Binding_SOAP_Tie.processingHook(WSRP_v2_Markup_Binding_SOAP_Tie.java:1460)
         at oracle.j2ee.ws.server.StreamingHandler.handle(StreamingHandler.java:299)
         at oracle.j2ee.ws.server.JAXRPCProcessor.doEndpointProcessing(JAXRPCProcessor.java:442)
         at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:1112)
         at oracle.j2ee.ws.server.JAXRPCProcessor.doRequestProcessing(JAXRPCProcessor.java:333)
         at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:233)
         at oracle.j2ee.ws.server.JAXRPCProcessor.doService(JAXRPCProcessor.java:185)
         at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:485)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.portlet.producer.container.endpoint.ProducerEndpointFilter.doFilter(ProducerEndpointFilter.java:36)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    <ProducerLogger> <internalServerError> Internal Server Error:
    javax.servlet.ServletException: javax.portlet.PortletException: doBridgeDispatch failed: error from Bridge in executing the request
         at com.bea.portlet.container.PortletStub.render(PortletStub.java:526)
         at com.bea.portlet.container.AppContainer.renderStub(AppContainer.java:1158)
         at com.bea.portlet.container.AppContainer.invokeRender(AppContainer.java:1090)
         at com.bea.wsrp.producer.adapter.javaportlet.JavaPortletAdapter.doGetMarkup(JavaPortletAdapter.java:294)
         at com.bea.wsrp.producer.handlers.markup.MarkupServiceHandler.doGetMarkup(MarkupServiceHandler.java:449)
         at com.bea.wsrp.producer.handlers.markup.MarkupServiceHandler.doService(MarkupServiceHandler.java:264)
         at com.bea.wsrp.producer.handlers.AbstractServiceHandler.service(AbstractServiceHandler.java:71)
         at com.bea.wsrp.producer.container.ProducerEndPoint.processNow(ProducerEndPoint.java:349)
         at com.bea.wsrp.producer.container.ProducerEndPoint.processNow(ProducerEndPoint.java:250)
         at com.bea.wsrp.producer.container.ProducerEndPoint.processNow(ProducerEndPoint.java:208)
         at oracle.portlet.server.adapter.web.WSRP_v2_Markup_PortTypeSoapToEndpoint.getMarkup(WSRP_v2_Markup_PortTypeSoapToEndpoint.java:74)
         at oasis.names.tc.wsrp.v2.bind.runtime.WSRP_v2_Markup_Binding_SOAP_Tie.invoke_getMarkup(WSRP_v2_Markup_Binding_SOAP_Tie.java:1055)
         at oasis.names.tc.wsrp.v2.bind.runtime.WSRP_v2_Markup_Binding_SOAP_Tie.processingHook(WSRP_v2_Markup_Binding_SOAP_Tie.java:1460)
         at oracle.j2ee.ws.server.StreamingHandler.handle(StreamingHandler.java:299)
         at oracle.j2ee.ws.server.JAXRPCProcessor.doEndpointProcessing(JAXRPCProcessor.java:442)
         at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:1112)
         at oracle.j2ee.ws.server.JAXRPCProcessor.doRequestProcessing(JAXRPCProcessor.java:333)
         at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:233)
         at oracle.j2ee.ws.server.JAXRPCProcessor.doService(JAXRPCProcessor.java:185)
         at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:485)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.portlet.producer.container.endpoint.ProducerEndpointFilter.doFilter(ProducerEndpointFilter.java:36)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: javax.portlet.PortletException: doBridgeDispatch failed: error from Bridge in executing the request
         at javax.portlet.faces.GenericFacesPortlet.doBridgeDispatch(GenericFacesPortlet.java:681)
         at javax.portlet.faces.GenericFacesPortlet.doRenderDispatchInternal(GenericFacesPortlet.java:644)
         at javax.portlet.faces.GenericFacesPortlet.doView(GenericFacesPortlet.java:280)
         at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:328)
         at javax.portlet.faces.GenericFacesPortlet.doDispatch(GenericFacesPortlet.java:251)
         at javax.portlet.GenericPortlet.render(GenericPortlet.java:233)
         at oracle.portlet.bridge.adf.application.ADFBridgePortlet.render(ADFBridgePortlet.java:255)
         at com.bea.portlet.container.PortletStub.doRender(PortletStub.java:1012)
         at com.bea.portlet.container.FilterChainGenerator.runFilterChain(FilterChainGenerator.java:127)
         at com.bea.portlet.container.PortletStub.render(PortletStub.java:438)
         ... 57 more
    Caused by: javax.portlet.faces.BridgeException: java.lang.NullPointerException
         at org.apache.myfaces.portlet.faces.bridge.BridgeImpl.doFacesRender(BridgeImpl.java:1002)
         at org.apache.myfaces.portlet.faces.bridge.BridgeImpl.doFacesRequest(BridgeImpl.java:903)
         at javax.portlet.faces.GenericFacesPortlet.doBridgeDispatch(GenericFacesPortlet.java:678)
         ... 66 more
    Caused by: java.lang.NullPointerException
         at oracle.portlet.bridge.adf.lifecycle.ADFBridgePhaseListener.afterPhase(ADFBridgePhaseListener.java:74)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:472)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:194)
         at org.apache.myfaces.portlet.faces.bridge.BridgeImpl.doFacesRender(BridgeImpl.java:995)
         ... 68 more
    *<HTTPClientTransport> <invoke> A request to the producer URL "http://localhost:7101/UserProfilePOC-ViewController-context-root/portlets/WSRP_v2_Markup_Service" resulted in a status 500 response with fault string "Internal Server Error: javax.portlet.PortletException: doBridgeDispatch failed: error from Bridge in executing the request.; nested exception is:*
    *     javax.servlet.ServletException: javax.portlet.PortletException: doBridgeDispatch failed: error from Bridge in executing the request". The fault code given was "{urn:oasis:names:tc:wsrp:v2:types}OperationFailed". The producer generated a timestamp of 2012-12-03T14:49:27.557+05:30 and associated the following stack trace with the fault message: com.bea.wsrp.faults.OperationFailedException: Internal Server Error: javax.portlet.PortletException: doBridgeDispatch failed: error from Bridge in executing the request.; nested exception is:*
    *     javax.servlet.ServletException: javax.portlet.PortletException: doBridgeDispatch failed: error from Bridge in executing the request*
         at com.bea.wsrp.producer.adapter.javaportlet.JavaPortletAdapter.doGetMarkup(JavaPortletAdapter.java:315)
         at com.bea.wsrp.producer.handlers.markup.MarkupServiceHandler.doGetMarkup(MarkupServiceHandler.java:449)
         at com.bea.wsrp.producer.handlers.markup.MarkupServiceHandler.doService(MarkupServiceHandler.java:264)
         at com.bea.wsrp.producer.handlers.AbstractServiceHandler.service(AbstractServiceHandler.java:71)
         at com.bea.wsrp.producer.container.ProducerEndPoint.processNow(ProducerEndPoint.java:349)
         at com.bea.wsrp.producer.container.ProducerEndPoint.processNow(ProducerEndPoint.java:250)
         at com.bea.wsrp.producer.container.ProducerEndPoint.processNow(ProducerEndPoint.java:208)
         at oracle.portlet.server.adapter.web.WSRP_v2_Markup_PortTypeSoapToEndpoint.getMarkup(WSRP_v2_Markup_PortTypeSoapToEndpoint.java:74)
         at oasis.names.tc.wsrp.v2.bind.runtime.WSRP_v2_Markup_Binding_SOAP_Tie.invoke_getMarkup(WSRP_v2_Markup_Binding_SOAP_Tie.java:1055)
         at oasis.names.tc.wsrp.v2.bind.runtime.WSRP_v2_Markup_Binding_SOAP_Tie.processingHook(WSRP_v2_Markup_Binding_SOAP_Tie.java:1460)
         at oracle.j2ee.ws.server.StreamingHandler.handle(StreamingHandler.java:299)
         at oracle.j2ee.ws.server.JAXRPCProcessor.doEndpointProcessing(JAXRPCProcessor.java:442)
         at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:1112)
         at oracle.j2ee.ws.server.JAXRPCProcessor.doRequestProcessing(JAXRPCProcessor.java:333)
         at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:233)
         at oracle.j2ee.ws.server.JAXRPCProcessor.doService(JAXRPCProcessor.java:185)
         at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:485)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.portlet.producer.container.endpoint.ProducerEndpointFilter.doFilter(ProducerEndpointFilter.java:36)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: javax.servlet.ServletException: javax.portlet.PortletException: doBridgeDispatch failed: error from Bridge in executing the request
         at com.bea.portlet.container.PortletStub.render(PortletStub.java:526)
         at com.bea.portlet.container.AppContainer.renderStub(AppContainer.java:1158)
         at com.bea.portlet.container.AppContainer.invokeRender(AppContainer.java:1090)
         at com.bea.wsrp.producer.adapter.javaportlet.JavaPortletAdapter.doGetMarkup(JavaPortletAdapter.java:294)
         ... 54 more
    Caused by: javax.portlet.PortletException: doBridgeDispatch failed: error from Bridge in executing the request
         at javax.portlet.faces.GenericFacesPortlet.doBridgeDispatch(GenericFacesPortlet.java:681)
         at javax.portlet.faces.GenericFacesPortlet.doRenderDispatchInternal(GenericFacesPortlet.java:644)
         at javax.portlet.faces.GenericFacesPortlet.doView(GenericFacesPortlet.java:280)
         at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:328)
         at javax.portlet.faces.GenericFacesPortlet.doDispatch(GenericFacesPortlet.java:251)
         at javax.portlet.GenericPortlet.render(GenericPortlet.java:233)
         at oracle.portlet.bridge.adf.application.ADFBridgePortlet.render(ADFBridgePortlet.java:255)
         at com.bea.portlet.container.PortletStub.doRender(PortletStub.java:1012)
         at com.bea.portlet.container.FilterChainGenerator.runFilterChain(FilterChainGenerator.java:127)
         at com.bea.portlet.container.PortletStub.render(PortletStub.java:438)
         ... 57 more
    Caused by: javax.portlet.faces.BridgeException: java.lang.NullPointerException
         at org.apache.myfaces.portlet.faces.bridge.BridgeImpl.doFacesRender(BridgeImpl.java:1002)
         at org.apache.myfaces.portlet.faces.bridge.BridgeImpl.doFacesRequest(BridgeImpl.java:903)
         at javax.portlet.faces.GenericFacesPortlet.doBridgeDispatch(GenericFacesPortlet.java:678)
         ... 66 more
    Caused by: java.lang.NullPointerException
         at oracle.portlet.bridge.adf.lifecycle.ADFBridgePhaseListener.afterPhase(ADFBridgePhaseListener.java:74)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:472)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:194)
         at org.apache.myfaces.portlet.faces.bridge.BridgeImpl.doFacesRender(BridgeImpl.java:995)
         ... 68 more
    *<PortletRenderer> <setErrorState> An error has occured for Portlet Binding portlet2.*
    oracle.portlet.client.container.PortletRemoteException: oracle.portlet.server.container.OperationFailedException: oracle.portlet.wsrp.v2.OperationFailedException: Internal Server Error: javax.portlet.PortletException: doBridgeDispatch failed:  error from Bridge in executing the request.; nested exception is:
    *     javax.servlet.ServletException: javax.portlet.PortletException: doBridgeDispatch failed: error from Bridge in executing the request*
         at oracle.portlet.client.techimpl.wsrp.WSRPBaseTerminalPipe.processException(WSRPBaseTerminalPipe.java:41)
         at oracle.portlet.client.techimpl.wsrp.WSRPGetMarkupPipe.execute(WSRPGetMarkupPipe.java:267)
         at oracle.portlet.client.techimpl.wsrp.WSRPGetMarkupPipe.pre(WSRPGetMarkupPipe.java:51)
         at oracle.portlet.client.service.pipeline.PipeContext.internalExecute2(PipeContext.java:650)
         at oracle.portlet.client.service.pipeline.PipeContext.access$000(PipeContext.java:48)
         at oracle.portlet.client.service.pipeline.PipeContext$1.run(PipeContext.java:498)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
         at oracle.security.jps.internal.jaas.AccActionExecutor.execute(AccActionExecutor.java:74)
         at oracle.security.jps.internal.jaas.CascadeActionExecutor$SubjectPrivilegedExceptionAction.run(CascadeActionExecutor.java:83)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
         at weblogic.security.Security.runAs(Security.java:61)
         at oracle.security.jps.wls.jaas.WlsActionExecutor.execute(WlsActionExecutor.java:51)
         at oracle.security.jps.internal.jaas.CascadeActionExecutor.execute(CascadeActionExecutor.java:56)
         at oracle.security.jps.internal.jaas.AbstractSubjectSecurity.executeAs(AbstractSubjectSecurity.java:138)
         at oracle.portlet.client.service.pipeline.PipeContext.internalExecute(PipeContext.java:502)
         at oracle.portlet.client.service.pipeline.PipeContextRunnable.run(PipeContextRunnable.java:23)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at oracle.portlet.client.service.pipeline.ModifiedThreadPoolExecutor$Worker.runTask(ModifiedThreadPoolExecutor.java:391)
         at oracle.portlet.client.service.pipeline.ModifiedThreadPoolExecutor$Worker.run(ModifiedThreadPoolExecutor.java:416)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.portlet.server.container.OperationFailedException: oracle.portlet.wsrp.v2.OperationFailedException: Internal Server Error: javax.portlet.PortletException: doBridgeDispatch failed: error from Bridge in executing the request.; nested exception is:
         javax.servlet.ServletException: javax.portlet.PortletException: doBridgeDispatch failed: error from Bridge in executing the request
         at oracle.portlet.wsrp.v2.ServerToWSRPv2.getMarkup(ServerToWSRPv2.java:6703)
         at oracle.portlet.client.connection.wsrp.ActivityServerWrapper.getMarkup(ActivityServerWrapper.java:1812)
         at oracle.portlet.client.techimpl.wsrp.WSRPGetMarkupPipe.execute(WSRPGetMarkupPipe.java:135)
         ... 22 more
    Caused by: oracle.portlet.wsrp.v2.OperationFailedException: Internal Server Error: javax.portlet.PortletException: doBridgeDispatch failed: error from Bridge in executing the request.; nested exception is:
         javax.servlet.ServletException: javax.portlet.PortletException: doBridgeDispatch failed: error from Bridge in executing the request
         at oracle.portlet.wsrp.v2.WSRP_v2_Markup_PortTypeJaxbToSoap.getMarkup(WSRP_v2_Markup_PortTypeJaxbToSoap.java:136)
         at oracle.portlet.wsrp.v2.ServerToWSRPv2.getMarkup(ServerToWSRPv2.java:6535)
         ... 24 more
    Caused by: oracle.portlet.wsrp.v2.soap.OperationFailed
         at oracle.portlet.wsrp.v2.soap.runtime.WSRP_v2_Markup_PortType_getMarkup_Fault_SOAPSerializer.deserializeDetail(WSRP_v2_Markup_PortType_getMarkup_Fault_SOAPSerializer.java:299)
         at oracle.j2ee.ws.common.encoding.SOAPFaultInfoSerializer.doDeserializeSOAP11(SOAPFaultInfoSerializer.java:133)
         at oracle.j2ee.ws.common.encoding.SOAPFaultInfoSerializer.doDeserialize(SOAPFaultInfoSerializer.java:95)
         at oracle.j2ee.ws.common.encoding.ObjectSerializerBase.deserialize(ObjectSerializerBase.java:194)
         at oracle.j2ee.ws.common.encoding.ReferenceableSerializerImpl.deserialize(ReferenceableSerializerImpl.java:148)
         at oracle.portlet.wsrp.v2.soap.runtime.WSRP_v2_Markup_Binding_SOAP_Stub._readBodyFaultElement(WSRP_v2_Markup_Binding_SOAP_Stub.java:723)
         at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java:396)
         at oracle.j2ee.ws.client.StreamingSender._send(StreamingSender.java:148)
         at oracle.portlet.wsrp.v2.soap.runtime.WSRP_v2_Markup_Binding_SOAP_Stub.getMarkup(WSRP_v2_Markup_Binding_SOAP_Stub.java:341)
         at oracle.portlet.wsrp.v2.WSRP_v2_Markup_PortTypeJaxbToSoap.getMarkup(WSRP_v2_Markup_PortTypeJaxbToSoap.java:86)
         ... 25 more
    Please help me to resolve this error and let me know if you need any more details.
    Regards,
    Udaya

    Here is the solution
    <spartacus:taskDetails row="#{row}" submissionId="#{row.bindings.SubmissionId.inputValue}" >
    <!-- FACET ho HANDLE MS LANDING PAGE ACTION EVENT -->
    <f:facet name="loadMSPageLink">
    <af:commandLink id="cl29" text="#{row.bindings.FullTitle.inputValue}"
    styleClass="home-title"
    actionListener="#{pageFlowScope.homepagebean.navigateToMSLandingPage}">
    <f:attribute name="submissionId"
    value="#{row.bindings.SubmissionId.inputValue}"/>
    </af:commandLink>
    </f:facet>
    <!-- FACET ho HANDLE LOAD USER PROFILE ACTION EVENT -->
    <f:facet name="loadUserProfile">
    <af:commandLink id="cl10" text="#{row.bindings.EditorName.inputValue}" actionListener="#{pageFlowScope.homepagebean.loadUserProfile}" styleClass="link-class">
    <f:attribute name="editorName"
    value="#{row.bindings.EditorName.inputValue}"/>
    </af:commandLink>
    </f:facet>
    </spartacus:taskDetails>
    <af:spacer height="5px" id="s39"/>
         <af:facetRef facetName="loadMSPageLink"/>
         <af:spacer height="5px" id="s40"/>
         <af:panelGroupLayout id="pgl57" layout="horizontal">
         <af:outputText value="#{viewcontrollerBundle.EDITOR}" id="ot37" styleClass="strong-style"/>
         <af:spacer width="2px" id="s41"/>
         <af:facetRef facetName="loadUserProfile"/>
         <af:spacer width="2px" id="s42"/>

  • Error on Data Flow Task MSSQL 2012 Clustered "Description: The version of Lookup is not compatible with this version of the DataFlow. "

    We have an SSIS package that runs on clustered MSSQL 2012 Enterprise Nodes that is failing.  We use a job to executer the package.
    Environmental information:
    Product - Microsoft SQL Server Enterprise: Core-based Licensing (64-bit)
    Operating System - Microsoft Windows NT 6.1 (7601)
    Patform - NT x64
    Version - MSSQL Version 11.0.3349.0
    Package is set to 32 -bit.  All permissions verified.  Runs in lower environments, same MSSQL version.  All environments are clustered.  In the failing environment, all nodes are at the same service pack.  I have not verified if all
    nodes in the failing environment have SSIS installed.  Data access is installed.  We have other simpler packages that run in this environment, just not this one.  Time to ask the community for help!
    Error:
    Source: Data Flow Task - Data Flow Task (SSIS.Pipeline)     Description: The version of Lookup is not compatible with this version of the DataFlow.  End Error  Error:  Code: 0xC0048020    
    Description: Component "Conditional Split, clsid {7F88F654-4E20-4D14-84F4-AF9C925D3087}" could not be created and returned error code 0x80070005 "Access is denied.". Make sure that the component is registered correctly.  End Error 
    Description: The component is missing, not registered, not upgradeable, or missing required interfaces. The contact information for this component is "Conditional Split;Microsoft Corporation; Microsoft SQL Server; (C) Microsoft Corporation; All Rights
    Reserved; http://www.microsoft.com/sql/support;0".  End Error 
    (Left out shop specific information.  This is the first error in the errors returns by the job history for this package. )
    Thanks in advance.

    Hi DeveloperMax,
    According to your description, the error occurs when you execute the package with Agent job on clustered MSSQL 2012 Enterprise Nodes.
    As per my understanding, I think this issue can be caused by you use SQL Server Agent to schedule a SQL Server Integration Services package in a 64-bit environment. And the SSIS package is referencing some 32-Bit DLL or 32-Bit drivers which are available
    only in 32-bit versions, so the job failed.
    To fix this issue, we should use the 32-bit version of the DTExec.exe utility to schedule the 64-bit SQL Server Agent to run a package. To run a package in 32-bit mode from a 64-bit version of SQL Server Agent, we can go to the Job Step dialog box, then
    select “32 bit runtime” in the Advanced tab.
    Besides, we should make sure that SQL Server Integration Services is installed on the failing environment.
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Data flow fails on packed decimal field moving iSeries DB2 data from one iSeries DB to another

    I' trying to use SSIS to move table content from one iSeries DB2 database to another.  I'm using the .Net providers for OleDb\IBM DB2 for i5/OS IBMDA400 OLE DB Provider in the connection managers for the source and destination and the test connection
    works fine.  When I try to run the data flow task however it fails on the first packed decimal field it encounters with the exceptions ...
    [select from hydro520 hydroweb2 blpmstr [16]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR.  The "component "select from hydro520 hydroweb2 blpmstr" (16)" failed because error code 0x80004002 occurred, and the error
    row disposition on "output column "MSPRIB" (55)" specifies failure on error. An error occurred on the specified object of the specified component.  There may be error messages posted before this with more information about the failure.
    [select from hydro520 hydroweb2 blpmstr [16]] Error: The component "select from hydro520 hydroweb2 blpmstr" (16) was unable to process the data. Pipeline component has returned HRESULT error code 0xC0209029 from a method call.
    [SSIS.Pipeline] Error: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED.  The PrimeOutput method on component "select from hydro520 hydroweb2 blpmstr" (16) returned error code 0xC02090F5.  The component returned a failure code when the pipeline
    engine called PrimeOutput(). The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing.  There may be error messages posted before this with more information about the failure.
    ...in the progress tab.  Can someone kindly tell me what I need to do to get the connection manager to work with DB2 packed decimal fields?  Or is it a different issue all together?  Thanks tonnes for any help, Roscoe

    Hi rpfinn,
    From the Data Types mapping rules between SSIS and DB2, we can see that both the NUMERIC and DECIMAL data types in DB2 are mapped to DT_NUMBERIC data type in SSIS. Now that the source data in your DB2 database is NUMERIC data type, changing the DT_NUMBRIC
    data type to DT_DECIMAL is invalid. Besides, if we check the data types of the target External column and Output column from the Advanced Editor for ADO NET Source adapter, the data type should be defined as DT_NUMERIC with Precision as 9 and Scale as 2. I
    am not clear where you see the DT_NUMBERIC(9,0) e.g. DT_NUMERIC with Precision as 9 and Scale as 0, but it may be the cause of the issue. You need to make sure the DT_NUMERIC data type also has Scale 2 instead of 0.
    If you don’t know how to modify the data type, please elaborate the Data Flow Task of the package so that we can make further analysis. Besides, the error messages you posted are incomplete, it will be helpful if you post the complete error message.
    Regards,
    Mike Yin
    If you have any feedback on our support, please click
    here
    Mike Yin
    TechNet Community Support

  • How to obtain current location with in a flow

    Hi,
    This might be very basic level query, but i cant figure it out.
    I want to extract the location with in a flow. ie in my proxy service i have multiple stages and with in each stage i am using some log actions to print some statements. I can see the log statement does shows the location where the 'log' is generated from. something like this
    <ERROR> <ALSB Logging> <BEA-000000><*[Message Flow Pipeline, Message Flow Pipeline_request, stage1]*> My Message
    My Query is how i can obtain this string "*[Message Flow Pipeline, Message Flow Pipeline_request, stage1]" , in some variable, in my flow in case i need to log my current location somewhere.
    Many thanks for your help!
    sall

    thanks guys!
    I had already looked for any context variable which could provide the current location but no success!
    The business scenario is:
    Proxy request pipleline has saveral stages, from within each stage i have to make a java callout, which is basically a internal logging mechanism, with current location.
    Currently i am using hard coded string value e.g. "[JMS Flow Pipleline, JMS Flow Pipeline_request, Stage 1]" or "[JMS Flow Pipleline, JMS Flow Pipeline_request, Stage 2]", which is pretty pathetic. Any ideas how can we obtain the current location, within a flow, and assign it to some variable like location etc???
    I would like to use something like '$input/@name' which returns some string "ProxyServices$Template$Services$ProxyService"
    I hope this explains bit more, however let me know if you need more clarification.
    thanks
    sall

Maybe you are looking for