Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

VB Scripting hints for Integration Manager


TechKnowledge Content

FYI:
Some hints about the use of VB Scripting within Integration Manager.


  • Whenthe 'CancelIntegration' object is used within a VB Scripting event, it will fire the Integration Error event before canceling an integration.

    Example: On the After Document event you are canceling an integration if a certain value is found within the source file.Before the integration stops, you can notify the user with a message box in the Integration Error event to view the reject file to verify the record that was not integrated.
  • When a error occurs within a document during an integration. The After Document event will not fire, instead the Document Error event will fire in its place.
  • A helpful debugging tool is to use Message Boxes within the VB code to verify values and when events are firing during the integration.
  • A warning during the running of the integration will not fire either the Document Error or Integration Error events.


This article was TechKnowledge Document ID:22655

↑ Back to the top


Keywords: kbnosurvey, kbmbspartner, kbmbsmigrate, kb

↑ Back to the top

Article Info
Article ID : 852606
Revision : 1
Created on : 3/3/2017
Published on : 12/29/2014
Exists online : False
Views : 93