• Skip to main content
  • Skip to primary sidebar
  • Home
  • About
  • Recommended Readings
    • 2022 Book Reading
    • 2023 Recommended Readings
    • Book Reading 2024
    • Book Reading 2025
    • Book Reading 2026
  • Supply Chain Management Guide
  • PKM
  • Microsoft Excel
  • Microsoft Copilot in Office 365
  • Public Wiki Page

Ali Raza Zaidi

A practitioner’s musings on Dynamics 365 Finance and Operations

Uncategorized

White Paper: See how Microsoft BizTalk Server 2010 can address your business needs.

September 8, 2011 by alirazazaidi

The goal of BizTalk Server 2010 is to help organizations create automated business processes that span diverse applications and platforms.

Along with its core messaging and orchestration capabilities, the product includes a BRE for working with complex business rules and BAM to let information workers track running processes. Additional components, such as EDI support, the RFID server, SOA infrastructure support, Enterprise Single Sign-On, and HIS address other related challenges.
From its initial roots in EAI and B2B integration, BizTalk Server has grown into a foundation for BPM. As the change to a service-oriented world rolls on, BizTalk Server 2010 will continue to play an important part in automating business processes in a diverse world.
Understanding BizTalk Server 2010 requires a grasp of how it addresses each of these three areas:
– Connecting applications within a single organization, commonly referred to as enterprise application integration (EAI). As more organizations move toward service-oriented architecture (SOA), the approach to doing this also becomes increasingly service-oriented.
– Connecting applications in different organizations, typically referred to as business-to-business (B2B) integration.
– Supporting the holistic approach to working with automated business processes that’s defined by business process management (BPM).

 

you can download white paper from here

 

 

Original Post reference : http://obieosobalu.wordpress.com/2011/04/14/white-paper-see-how-microsoft-biztalk-server-2010-can-address-your-business-needs/

How to use Regular Expression(Regex) in BizTalk 2010 Schemas

August 24, 2011 by alirazazaidi

this is a very usual but quite tricky and simple ..

Using Regular Expressions
1) Select the element for which the validation is to be done.
2) Set the ‘Derived By’ property to ‘Restriction’.
3) Type the regular expression(s) in the ‘Pattern’ property.

if you want this Pattern in same schema on other elements you should do following

4) Add some text at Data_type at the Pattern element at property window. for example IEmail. This create new simple type.

5) All other elements you created, select its base data type as IEmail, instead of x:String.

BTSNTSvc.Exe.Config

August 15, 2011 by alirazazaidi

Just like web.config in asp.net and app.config in .net applicaiton.  BizTalk server stored configuration values in name value pair.

The File Name is “BTSNTSvc.Exe.Config”.

It is located at biztalk installation directory on you machines like

c:program files BizTalk Server 2006BTSNTSvc.exe.config”

Sample config file look like this

<?xml version=”1.0″ ?>
<configuration>
<configSections>
<section name=”xlangs” type=”Microsoft.XLANGs.BizTalk.CrossProcess.XmlSerializationConfigurationSectionHandler, Microsoft.XLANGs.BizTalk.CrossProcess” />
</configSections>

<!– these settings are for BTS making HTTP/SOAP calls out, 2 concurrent connections is the default.
This should be in EVERY system where BTS is calling WebServices –>
<system.net>
<connectionManagement>
<add address=”*” maxconnection=”40″/>
</connectionManagement>
</system.net>
<runtime>
<assemblyBinding xmlns=”urn:schemas-microsoft-com:asm.v1″>
<probing privatePath=”BizTalk Assemblies;Developer Tools;Tracking;Trackinginterop” />
</assemblyBinding>
</runtime>
<system.runtime.remoting>
<channelSinkProviders>
<serverProviders>
<provider id=”sspi” type=”Microsoft.BizTalk.XLANGs.BTXEngine.SecurityServerChannelSinkProvider,Microsoft.XLANGs.BizTalk.Engine” securityPackage=”ntlm” authenticationLevel=”packetPrivacy” />
</serverProviders>
</channelSinkProviders>
<application>
<channels>
<channel ref=”tcp” port=”0″ name=””>
<serverProviders>
<provider ref=”sspi” />
<formatter ref=”binary” typeFilterLevel=”Full”/>
</serverProviders>
</channel>
</channels>
</application>
</system.runtime.remoting>
<appSettings>
<add key=”Key1″ value=”Hello, World!” />
</appSettings>
<xlangs>
<Configuration><!– MaxThreshold – “Max time in memory an Orch will reside before dehydrat” MinThreshold – “Min time” –>
<Dehydration MaxThreshold=”1800″ MinThreshold=”1″ ConstantThreshold=”-1″>
<!– Currently, virtual memory can become a bottleneck on 32-bit machines due to unmanaged heap fragmentation, so you should throttle by this resource as well. –>
<VirtualMemoryThrottlingCriteria OptimalUsage=”900″” MaximalUsage=”1300″ IsActive=”true” />
<!– This is a useful criterion for throttling, but appropriate values depend on whether the box is being shared among servers. If the machine has a lot of RAM and is not being shared with other functions, then these values can be significantly increased.Optimal and maximal usage are in MB.–>
<PrivateMemoryThrottlingCriteria OptimalUsage=”50″ MaximalUsage=”350″ IsActive=”true” />
</Dehydration>
<Debugging ValidateSchemas=”true” ValidateAssemblies=”true” ExtendedLogging=”true” ValidateCorrelations=”false” />
<AppDomains AssembliesPerDomain=”10″>
<AppDomainSpecs>
<AppDomainSpec Name=”DemoDomain” SecondsIdleBeforeShutdown=”-1″ SecondsEmptyBeforeShutdown=”12000″ />
</AppDomainSpecs>
<ExactAssignmentRules>
<ExactAssignmentRule AssemblyName=”Configuration, Version=1.0.0.0, Culture=neutral, PublicKeyToken=3a7d0586c62e754b” AppDomainName=”DemoDomain” />
</ExactAssignmentRules>
</AppDomains>
</Configuration>
</xlangs>
</configuration>

[Read more…] about BTSNTSvc.Exe.Config

BizTalk 2010 webCasts

August 15, 2011 by alirazazaidi

After searching i found links of webcasts for Biztalk 2010, I think i have to share these links

  • BizTalk 2010 and Windows Azure – Paul Somers
  • BizTalk and AppFabric Cache Part 1 – Mike Stephenson
  • BizTalk and AppFabric Cache Part 2 – Mike Stephenson
  • Integration to SharePoint 2010 Part 1 – Mick Badran
  • Integration to SharePoint 2010 Part 2 – Mick Badran
  • Better BizTalk Testing by Taking Advantage of the CAT Logging Framework – Mike Stephenson
  • Calling Business Rules from a .NET Application – Alan Smith
  • Tracking Rules Execution in a .NET Application – Alan Smith
  • Publishing a Business Rules Policy as a Service – Alan Smith

This project deserves to be referenced, congratulations…

Configure BAM Portal Access in BizTalk 2010

July 27, 2011 by alirazazaidi

Currently I deployed the BAM definition, but It was surprise for me that my view did not appear in BAM portal.

I found that I did not grant access to BAM Portal. For this purpose I have to use BM.exe utility.  This tool is used for administer all things related to BAM, including deployment, permissions and alters.

The command line tool is located at the following location:

[BizTalk installation folder]Trackingbm.exe

Sample usage:
bm.exe add-account -AccountName:[DomainGroupName] -View:[BAM View]
or
bm.exe add-account -AccountName:[DomainSamAccountName] -View:[BAM View]

ERROR: 0xC0002A0F: Could not contact the SSO server . Check that SSO is configured

July 20, 2011 by alirazazaidi

ERROR: 0xC0002A0F: Could not contact the SSO server . Check that SSO is configured and that the SSO service is running on that server. (RPC: 0x800706D9: There are no more endpoints available from the endpoint mapper.)

Second issue I found when I try to configure a receive port my testing application on local machine, Unfortunately I found two services are not running  properly on my machine.

  • “Remote Procedure Call (RPC)”
  • “Enterprise Single Singon”

I restart both, but found that Enterprise Single Sign on has credential issue, it saved the old password, because I am using windows authentication on Sql server and for all services. I update my Single Sign on authentication as below the screenshot

Its working for me.

Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))

July 19, 2011 by alirazazaidi

Error      2              Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))                      0              0

Error      6              Failed to add resource(s). Change requests failed for some resources. BizTalkAssemblyResourceManager failed to complete end type change request. Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))                                0              0

My First Biztalk 2010 application  for biztalk certification preparation, this time I installed BizTalk on my personal pc. When I try to deploy application I found above mentioned  Error.  Error message is self explanatory it is Access Denied error . Problem is that, I did not start visual studio as administrator. I have to close the Visual Studio and then start it again with “Run as Administrator “ Option.

Access denied during biztalk project deployment

April 27, 2011 by alirazazaidi

I got following error while deploying BizTalk 2006 R2 project at windows 7. first i was thinking that it is due to BizTalk 2006 is incompatible with windows 7. but that was not true  Error is as follow
Error   3
Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))

[Read more…] about Access denied during biztalk project deployment

Certification for BizTalk Server 2010

April 26, 2011 by alirazazaidi

Microsoft is releasing certification for BizTalk Server 2010 on 30th of March. Check it out at Microsoft Learning Site Here

Unable to connect to the Rule Engine Update Service.

April 19, 2011 by alirazazaidi

I found this error and Orchestration goes in suspended state, while reading error message i found as describe in this screenshot. On opening Services at control panel i found that i unable to run the service because of authentication. as such What i did check the check the local user authentication check box My problem is solved

« Previous Page
Next Page »

Primary Sidebar

About

I am Dynamics AX/365 Finance and Operations consultant with years of implementation experience. I has helped several businesses implement and succeed with Dynamics AX/365 Finance and Operations. The goal of this website is to share insights, tips, and tricks to help end users and IT professionals.

Legal

Content published on this website are opinions, insights, tips, and tricks we have gained from years of Dynamics consulting and may not represent the opinions or views of any current or past employer. Any changes to an ERP system should be thoroughly tested before implementation.

Categories

  • Accounts Payable (2)
  • Advance Warehouse (2)
  • AI (3)
  • Asset Management (3)
  • Azure Functions (1)
  • Books (6)
  • Certification Guide (3)
  • ChatGPT (3)
  • Claude (1)
  • Customization Tips for D365 for Finance and Operations (64)
  • D365OF (60)
  • Data Management (1)
  • database restore (1)
  • Dynamics 365 (59)
  • Dynamics 365 for finance and operations (139)
  • Dynamics 365 for Operations (175)
  • Dynamics AX (AX 7) (134)
  • Dynamics AX 2012 (274)
  • Dynamics Ax 2012 Forms (13)
  • Dynamics Ax 2012 functional side (16)
  • Dynamics Ax 2012 Reporting SSRS Reports. (31)
  • Dynamics Ax 2012 Technical Side (52)
  • Dynamics Ax 7 (65)
  • Exam MB-330: Microsoft Dynamics 365 Supply Chain Management (7)
  • Excel Addin (1)
  • Favorites (12)
  • Financial Modules (6)
  • Functional (8)
  • General Journal (1)
  • Implementations (1)
  • Ledger (1)
  • Lifecycle Services (1)
  • Logseq (4)
  • Management Reporter (1)
  • Microsoft Excel (4)
  • MS Dynamics Ax 7 (64)
  • MVP summit (1)
  • MVP summit 2016 (1)
  • New Dynamics Ax (19)
  • Non Defined (9)
  • Note taking Apps (2)
  • Obsidian (4)
  • Personal Knowledge Management (3)
  • PKM (16)
  • Power Platform (6)
  • Procurement (5)
  • procurement and sourcing (6)
  • Product Information Management (4)
  • Product Management (6)
  • Production Control D365 for Finance and Operations (10)
  • Sale Order Process (10)
  • Sale Order Processing (10)
  • Sales and Distribution (5)
  • Soft Skill (1)
  • Supply Chain Management D365 F&O (5)
  • Tips and tricks (278)
  • Uncategorized (165)
  • Upgrade (1)
  • Web Cast (7)
  • White papers (4)
  • X++ (10)

Wiki

  • SCM

Copyright © 2026 · Magazine Pro On Genesis Framework · WordPress · Log in