|
Term
|
Definition
|
|---|
|
BAM
|
See Business Activity Monitoring (BAM).
|
|
BAM activity
|
The end-to-end list of milestones and data captured by BAM for a unit of work to be monitored. For example, a loan application activity might contain milestones such as “Loan approved” and data such as “Applicant name” and “Loan amount.” BAM activities often map directly to a business process.
|
|
BAM alert
|
A notification generated by the BAM infrastructure (specifically, by SQL Server Notification Services) to inform the recipient that a given set of conditions exists. Users define the conditions for an alert and then automated services generate the alert whenever those conditions are met.
|
|
BAM checkpoint
|
Also known as an item in the BAM Add-in for Excel.
|
|
BAM Configuration
|
The XML file that contains the settings for BAM manifests such as the BAM Primary Import database and server names.
|
|
BAM definition
|
An XML representation of a BAM observation model.
|
|
BAM Framework
|
A set of managed APIs that support dynamically created infrastructure and event concentration.
|
|
BAM infrastructure
|
Consists of SQL Server tables, BAM views, stored procedures, and Data Transformation Services (DTS) packages in the BAM databases (Primary Import, Archive, Star Schema, and Analysis) as configured and managed through incremental deployments of BAM definitions. The infrastructure is where, at run time, events are correlated, aggregated, and then made available for user queries.
|
|
BAM Manager
|
The internal component that manages the dynamic infrastructure for Business Activity Monitoring.
|
|
BAM observational model
|
A high-level definition of visibility requirements for a business process that specifics the milestone and data events to collect (the BAM activity); a description of any data aggregations; and the presentation of information to users (the BAM view).
|
|
BAM view
|
A role-specific perspective on the data that constitutes a BAM activity. Views consist of filtered data, aggregations of the filtered data, and ways of presenting the filtered data, such as a PivotChart report. BAM supports the definition of one or more views per activity.
|
|
base data item
|
In BAM, an Activity item that is used as a basis for a dimension or measure. For example, the base data item "product ID" could be used as the basis for a Count measure (how many of a given product was sold).
|
|
binding
|
A process by which software components and layers are linked together. When a network component is installed, the binding relationships and dependencies for the components are established. Binding allows components to communicate with each other. In BizTalk Server, an established mapping between an orchestration adapter-agnostic endpoint (port or role link) and physical adapter-specific endpoints (send/receive ports or party).
|
|
binding file
|
A file that contains a snapshot of the binding as seen at that instant. It does not contain details about the completeness of the binding with respect to the orchestration.
|
|
BizTalk Administration console
|
A Microsoft Management Console (MMC) used to administer a BizTalk Server group.
|
|
BizTalk Administrators group
|
The group that administers BizTalk Server. Administrative tasks include accessing the Suspended queue, updating the Configuration database, and so on.
|
|
BizTalk application
|
A group of related artifacts, resources, and settings that are exposed together for management from within the BizTalk Administration console. Any artifact within an application may refer to any other artifact within that application, as well as any artifact in any referenced application.
|
|
BizTalk Application 1
|
The application created by default in every new BizTalk Server installation. This application is created mainly for backwards compatibility. Artifacts that were deployed without an application specified are shown in this folder. Also, new artifacts that are deployed without an application specified are deployed to the Default Application. Any other application may be set as the default by changing a user setting.
|
|
BizTalk Application Users group
|
The group of users who can access MessageBoxes for a particular BizTalk Group
|
|
BizTalk assembly
|
A Microsoft Windows DLL file that contains resource information, such as orchestrations, pipelines, schemas, and maps to be used in a BizTalk Server business solution. The assembly also contains the version number, the culture, and public key tokens.
|
|
BizTalk Editor
|
A visual tool, hosted within Visual Studio, for constructing BizTalk Server schemas that can define the structure of both XML- and native-formatted instance messages.
|
|
BizTalk Explorer
|
A Visual Studio tool window that displays the contents of a BizTalk Configuration database. It displays items such as assemblies, ports, and parties in a hierarchical tree. You can use BizTalk Explorer to configure and manage BizTalk projects, parties, and orchestrations.
|
|
BizTalk Explorer Object Model
|
The APIs used to create tools and scripts to automate the post-deployment tasks that you perform in BizTalk Explorer. You can use the BizTalk Explorer Object Model for such post-deployment tasks as creating ports, binding orchestrations, managing party properties, or any other task where you would use BizTalk Explorer. The BizTalk Explorer Object Model APIs are in the Microsoft.BizTalk.ExplorerOM namespace.
|
|
BizTalk Framework
|
A platform-neutral e-commerce framework that is based on Extensible Markup Language (XML) schemas and industry standards. The framework enables integration across industries and between business systems, regardless of platform, operating system, or underlying technology.
|
|
BizTalk group
|
A group that contains MessageBoxes, hosts, receive locations, send ports, send port groups, orchestrations, servers, and adapters.
|
|
BizTalk host
|
A logical process and security boundary within BizTalk Server. Each host has a security group assigned to it and may contain multiple host instances, each on an individual machine, that perform the work of the host. In turn, each host instance belongs to exactly one host, and the service account of the host instance belongs to the security group of the host. The security group may be used to grant permissions to physical resources such as databases for use by any host instances in the host.
|
|
BizTalk Mapper
|
A visual tool, hosted within Visual Studio, for constructing BizTalk maps, which define data transformations.
|
|
BizTalk Message Queuing
|
The message queuing transport component in BizTalk Server. It is shipped as a core internal component of the BizTalk Server product and is one of many adapter components in BizTalk Server.
|
|
BizTalk message store
|
A Microsoft SQL Server table that holds all messages and their parts. Consuming orchestrations use the message references contained in the store to dequeue a copy of the message and its properties from the message store.
|
|
BizTalk project
|
A type of Visual Studio project used to create applications that run on BizTalk Server.
|
|
BizTalk project file (.btproj)
|
A file that contains project-specific settings for a BizTalk project.
|
|
BizTalk project system
|
A system used to create part or all of a BizTalk Server application or business solution. You use it to add, edit, or remove BizTalk Server items (orchestrations, maps, schemas, and pipelines). It contains commands such as compile and deploy.
|
|
BizTalk Server Administration
|
A Microsoft Management Console (MMC) interface that is used to administer the BizTalk Server group of servers and their properties, to monitor receive functions, and to monitor work items in the Microsoft SQL Server queues that are used by the server group.
|
|
BizTalk Server map file (.btm)
|
The persisted form of a BizTalk map, created by BizTalk Mapper and compiled to generate run-time transformation directives specified using Extensible Stylesheet Language Transformations (XSLT).
|
|
BizTalk Server Messaging Engine
|
A set of services required in a middleware product to facilitate solutions to customer scenarios. These run-time services are an essential part of the BizTalk Server platform. Among these services are performant pipeline processing of messages. Pipeline processing provides data format normalization and property extraction.
|
|
BizTalk Server pipeline file (.btp)
|
A file that describes the configuration of the pipeline and the components within it. This file type can be compiled as part of a BizTalk project.
|
|
BizTalk Server schema
|
An XML Schema Definition language (XSD)-based description of the structure of one or more BizTalk Server instance messages.
|
|
BizTalk Server schema file (.xsd)
|
A file containing the persisted form of a BizTalk schema.
|
|
body part
|
See message body part.
|
|
BTSTask
|
A command-line tool that enables you to manage applications and assemblies. You can use BTSTask to add a BizTalk application to the BizTalk Management database, add a resource to an application, export an application to an MSI file, export binding information to a file, import an application from an MSI file, import binding information from a file, list all of the resourcesin an application, list all applications in the BizTalk Management database, list the contents of an MSI file, remove an application from the BizTalk Management database and BizTalk Administration Console, and remove a resource from an application.
|
|
Business Activity Monitoring (BAM)
|
A BizTalk Server feature that gives business users a real-time view of their heterogeneous business processes, enabling them to make important business decisions.
|
|
Business Activity view
|
A hierarchical set of views that show a business process or processes, used to define the way a specific category of business users want to see the business activity. There may be more than one way of interpreting the same business activity data (BAM Traces).
|
|
business analyst
|
A user who possesses business management and economics analysis skills. The primary responsibility of the business analyst is to consume business-level data and analyze it for business trends.
|
|
business end user
|
An information worker who has responsibility for monitoring and troubleshooting a business process and/or exchange of business messages. This person in not technical.
|
|
Business Process Configuration services
|
Tools that enable business users to configure and manage lower level orchestration items using business policies. Developers or ISVs use these tools to define business processes so that they can be configured using business policies and parameters.
|
|
Business Process Workspace
|
An interface that enables business managers to track and manage all the business processes from SharePoint Team Services.
|
|
Business Rule Composer tool
|
A graphical user interface tool used to compose policies.
|
|
Business Rule Engine
|
A run-time inference engine that evaluates rules against facts and initiates actions based on the results of that evaluation.
|
|
Business Rule Language
|
A rule markup language in XML format for declarative rule definitions.
|
|
business-to-business
|
Relating to the sales category pertaining to transactions and related activity between a business and buyers who are not consumers, such as government bodies, companies, and resellers. Refers to one business communicating with or selling to another.
|