This Month
August 2008
Sun Mon Tue Wed Thu Fri Sat
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
Year Archive
Login
User name:
Password:
Remember me 
View Article  Upgrading to 2006 R2, moving to new server at the same time? Upgrading SQL at the same time?
Wishing to upgrade to BizTalk r2, from previous BizTalk versions, 2004 or 2006, and then upgdrade heir servers at the same time, or move to new servers, and then upgrade their sql servers.... Not exactly standard installs for BizTalk...   more »
View Article  Add Adapter Wizard Error
If you ever get the error Unable to display adapter user interface. Value cannot be null.Parameter name: s when trying to add a generated schema, from SQL/SAP/Dynamics...   more »
View Article  Configuring Dynamics 2009 AIF for BizTalk 2006
There has been little documentation, if any, either on MSDN or CustomerSource regarding the implementation of AIF Services with the BizTalk Adapter. I have been working with this for Dynamics 2009, which is even worse, as all of the documentation is for dynamics 4. I managed to figure out, with the help of some others how to configure dynamics to enable BizTalk to at least send a document to it. It's all about end points, and services. See below for the step by step.   more »
View Article  BizTalk Support for Visual Studio 2008 (VS 2008)

The offical word on this topic is as follows:

 

With the launch of Windows Server 2008, SQL Server 2008 ...   more »

View Article  BizTalk Error Messages in Detail
long time ago I asked if MS could document the error messages that come out of the various parts of BizTalk. My wishes were granted today, and I have a detailed list of error code/message for all of these below:   more »
View Article  BizTalk RFID: Phigits driver

I have been working with RFID of late and a great aid to showing and demos of RFID is the ...   more »

View Article  MSDTC Hell… how to fix it.
View Article  Use Alternative Operations Monitoring & Management tools other than MOM?

I have had several clients wanting to monitor BizTalk in a production environment; they have their own management tools (similar to ...   more »

View Article  DB2 SQL Syntax: Select top 10 * from [TABLE]

After playing around with the DB2 Adapter, I discovered that DB2, as expected, has its own unique syntax for SQL statements. Not so great if you come from the SQL server background.

SQL Syntax: Select top 10 * from [TABLE]

What is this in db2 SQL?

Select * from [TABLE] FETCH FIRST 10 ROWS ONLY

Many thanks to: http://en.wikipedia.org/wiki/Select_(SQL)

View Article  BizTalk Fix Lesson 2: DB2 Adapter
Have you ever received the following error Message When using the db2 Adapter for BizTalk? The adapter "DB2 Adapter" raised an error message. Details "UPDATE or DELETE is not allowed against the specified cursor. SQLSTATE: 42828, SQLCODE: -510"   more »