mercoledì 23 marzo 2011

Cannot locate document specification because multiple schemas matched the message type

Error:
Cannot locate document specification because multiple schemas matched the message type

Resolve:
In the pipeline definition that you find at the receive location level, you may set the 'Allow Unrecognized Documents' to true.
By using this option, you wouldn't have the conflict between two namespaces 

lunedì 21 marzo 2011

Biztalk 2010 - new features

BizTalk Server 2010 introduces enhancements and new features in four main areas:

    * Support for the latest platforms from Microsoft including server, database and development environment.
    * Enhanced developer productivity and new application life cycle management experience for development teams.
    * New capabilities for implementing agile SOA integration solutions across heterogeneous technologies and Line of Business systems.
    * Enhanced B2B and RFID capabilities to allow the implementation of flexible end-to-end supply chain management and asset tracking solutions.

BizTalk Server 2010 introduces enhancements and new features in four main areas:   
    * Support for Visual Studio 2010
    * Support for .NET Framework 4
    * Support for Windows Server 2008 R2
    * Virtualization support with Hyper-V
    * Support for SQL Server 2008 R2  
    * Easy to use BizTalk Data Map and Line-of-Business Connectivity Workflow Foundation (WF) Activities for .NET developers
    * Seamless ability to leverage BizTalk capabilities from SharePoint 2010 Business Connectivity Service to Line-of-Business systems
    * New intuitive & intelligent Data Map and Transformation tools
    * Improved Visual Studio project and wizard-driven tools to build integration solutions with IBM Mainframe and Midrange Systems
    * Built-in components for rapid development of RFID solutions   
    * Single, comprehensive parameter settings dashboard for efficient performance tuning and streamlining deployments across environments
    * New System Center Management Pack to provide enhanced visual monitoring and diagnostics
    * Streamlined setup and live update
    * Support for SQL Server backup compression
    * Support for transparent data encryption   
    * Efficient B2B integration with scalable Trading Partner Management and advanced capabilities for complex data mapping
    * Secure FTP with new FTPS Adapter and an improved FTP Adapter
    * Adapter support for the latest application versions: SAP7, Oracle eBS 12.1, J.D. Edwards 9.0, SQL Server 2008 R2, SharePoint 2010
    * Updated industry protocol adapters
    * Enhancements to the IBM Hosts Systems Adapters


data from: 
http://www.microsoft.com/biztalk/en/us/whats-new.aspx

Biztalk 2010 - requirements

BizTalk Server Requirements

 

BizTalk Server Hardware Requirements
The following table shows the minimum recommended hardware requirements for a BizTalk Server 2010 installation on a single computer. In a production environment, the volume of traffic may dictate greater hardware requirements for your servers.
Component
Minimum Requirement
Computer and Processor
A computer with an Intel Pentium-compatible CPU that is:
  • 1 GHz or higher for single processors
  • 900 MHz or higher for double processors
  • 700 MHz or higher for quad processors
Hyper-Threading and Dual-Core processors are supported.
The 64-bit versions of BizTalk Server require a 64-bit operating system running on an x64-based system. Computers based on CPUs that are compatible with the AMD64 (x86-64) and Extended Memory 64-bit Technology (EM64T) processor architecture are considered x64-based systems. (Standard Edition supports 64-bit operating system but not in native 64-bit execution mode)
BizTalk Server is not supported on Itanium-based systems.
Memory
2 GB of RAM
Hard disk
10 GB of available hard disk space for a complete installation including the operating system and all prerequisite software. The hard disk must be NTFS formatted.
Drive
CD-ROM or DVD-ROM drive
Display
Windows Server 2008-compatible VGA or higher-resolution monitor set to 1024 x 768 pixels or greater resolution
Other
Network adapter card, and a Microsoft mouse or compatible pointing device



BizTalk Server Software Requirements
  • One of the following operating systems:
    ▪ Windows Server 2008 R2
    ▪ Windows Server 2008 with Service Pack 2
    ▪ Windows 7
    ▪ Windows Vista with Service Pack 2
  • Microsoft Internet Information Services (IIS) 7.0 or 7.5
  • Microsoft Office Excel 2010 or 2007
  • Microsoft .NET Framework 4 and .NET Framework 3.5 SP1
  • Microsoft Visual Studio 2010 with Visual C# .NET. Required for BizTalk Server applications development and debugging; not required for production-only systems
  • SQL Server 2008 R2 or SQL Server 2008 SP1
  • SQL Server 2005 Notification Services with Service Pack 2
  • The Windows SharePoint Services adapter Web service requires SharePoint Server 2010, SharePoint Foundation 2010, Windows SharePoint Services 3.0 with Service Pack 1, or Microsoft Office SharePoint Server 2007.
If you intend to install BizTalk RFID side-by-side with BizTalk Server the following software components are required in addition to the requirements listed above:
  • Microsoft Message Queuing service (MSMQ)
  • Microsoft Management Console (MMC) 3.0

venerdì 18 marzo 2011

Silverlight Developer runtime not installed

[ENG]
When I try to debug a silverlight application in VS2010 I get a message "Unable to start debugging. The Silverlight Developer Runtime is not installed. Please install a matching version."

Download from here the Silverlight for developer
http://go.microsoft.com/fwlink/?LinkID=188039



[ITA]
 Lanciando la mia applicazione web (con componenti silverlight) da VS2010 mi sono ritrovato questo errore: "Non è possibile lanciare il debug, silverlight developer runtime mancante,..."

Dopo alcune ricerche ho trovato il link per scaricare il pacchetto, che lo trovate qui:
http://go.microsoft.com/fwlink/?LinkID=188039

ciao.