microsoft.public.biztalk.general
  Home FAQ Contact Sign in
microsoft.public.biztalk.general only
 
Advanced search
May 2008
motuwethfrsasuw
   1234 18
567891011 19
12131415161718 20
19202122232425 21
262728293031  22
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
microsoft ... biztalk.general Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Mapping a nonrepeatable field to a repeatable record.         


Author: Gnic
Date: May 6, 2008 19:17

HI,

I have a question regarding BizTalk Map.

Let me start with the source and destination struction

















From the above structure, Field3 in the source is not repeatable, I need to map field3 to the repeatable node in the destination only for the first record and leave blank (or not even exist) for the rest of the RepeatableNodeDest Node in the destination
I tried some different things and the result was either I have multiple field3 under one RepeatableNodeDest or the field3 doesn't exist at all.
Show full article (0.82Kb)
1 Comment
  Los Angeles, Connected Systems User Group Meeting         


Author: Chris
Date: May 6, 2008 19:08

May 8th, 2008

Topics include:
Case Study
Using SharePoint as the application portal for Medical Records Processing

Presented By
Paul Divan, Principal Consultant for eBI Solutions

See how eBI Solutions implemented BizTalk 2006R2, SharePoint 2006, .Net 3.0
and AJAX into an integrated system that allows the client to load their
customer records into a completely on-line medical records processing system.

BizTalk was used to upload client request spreadsheets as well as automate
the process of downloading the results from the system analysis performed
through their services.

Image processing was integrated into the system using a 3rd party solution
that supported disconnected document retrieval with automatic upload to
SharePoint when the remote workstations were on-line.

The SharePoint application uses workflow integration to track tasks through
the system utilizing a custom workflow integrated with AJAX enabled user
controls and web parts.
Show full article (1.40Kb)
no comments
  BizTalk Community         


Author: Chris
Date: May 6, 2008 19:06

If you are a developer in the .NET community, take advantage of this great
service. Share information, blog about your experiences and connect with
others like you in your field. You are able to share photos, post to forums,
blog, create specific group forums that are tailored to what you do and more!

http://dotnetusers.ning.com
no comments
  SQL Adapter DTC Issue         


Author: Brian Phillips
Date: May 6, 2008 11:27

I am trying to use a SQL Adapter to query a view on a SQL Server 2005 db.
The view connects to a Sybase ASE database via a linked server. When the
query executes, I get the following error.

The adapter "SQL" raised an error message. Details "HRESULT="0x80040e14"
Description="The operation could not be performed because OLE DB provider
"Sybase.ASEOLEDBProvider" for linked server "XXXLINK2" was unable to begin a
distributed transaction."
HRESULT="0x80040e14" Description="The OLE DB provider
"Sybase.ASEOLEDBProvider" for linked server "XXXLINK2" reported an error. The
provider did not give any information about the error."
".

I admit I don’t know a whole lot about DTC, but I don’t understand why a
distributed transaction would be necessary for a simple select. Also, Sybase
ASE runs on Linux, so DTC would not be applicable.

Any help you could provide would be appreciated.

Thanks,

-Brian
no comments
  \r\n problem with SOAP and XmlDocument         


Author: R3al1ty
Date: May 6, 2008 10:25

Hi folks,

I have a WCF send port that is used to invoke WCF services. My BizTalk
message is an XmlDocument similar to below



The problem is, when normal WCF clients call the WCF service, the SOAP
content is
\r\n \r\n

This works and all is well. However, when BizTalk calls the WCF
service, the SOAP content is
\n \n

The \r is missing and this prevents the xml from deserializing into my
object at the WCF service. Any clues on why this might be happening? I
create the message through an expression shape as follows:

msgOutput = new XmlDocument();
msgOutput.LoadFrom( "" );

My pipelines are all PassThru. Thanks!
1 Comment
  root element is missing         


Author: aun ali siraj
Date: May 6, 2008 09:47

i have build and deploy on my project on development server it is working
fine with my dev sql server
now i want to deploy on live sever so i have copy my code there on live
server configure to my live sql server and start orchectration and even
orchectration is working starting poll data from files but when i come to
custome made schema it gives me root element is missing .

uptill now what i have gone throught is that it is due to the name space can
u guy tell me how can i resolve the issue.

url:http://www.ureader.com/gp/1207-1.aspx
5 Comments