Questions tagged [biztalk2006r2]

BizTalk Server is Microsoft’s Integration and connectivity server solution. The BizTalk 2006R2 version (Release date 2 October 2007) is the first version to utilize the new Windows Communication Foundation (WCF) via native adapter.

132 questions
1
vote
2 answers

View BizTalk orchestration code behind in VS2005

My BizTalk (2006) orchestrations open by default in design view. I need to see the file behind (which appears like XML). I don't know how to switch. With winforms and the like, F7 is the 'go to code' shortcut but I can't find any equivalent for…
Dave
  • 8,163
  • 11
  • 67
  • 103
0
votes
3 answers

error in event viewer

I have two question.... when i drop some Edi file in receive location......if there is some error in file.....we get some error in event viewer(I guesss these are receive pipeline error)..... my first question is can we se this error in…
user1104946
  • 680
  • 1
  • 9
  • 30
0
votes
2 answers

using wcf-sql adapter

I need to poll the data in xml format and map it to the EDI 834......... I have written the stored procedure using for xml auto,element when i consume it using add adapter metadata i am getting a xml message.... but i need to use this xml message to…
user1104946
  • 680
  • 1
  • 9
  • 30
0
votes
2 answers

using both 837P Multiple and Single schema

I have one application which is using 837P Muliple achema.Now i have another application which needs to use 837P single schema.but how to use 837P Single schema.As both have same namespace and root node.so i cant use schema from that application…
user1104946
  • 680
  • 1
  • 9
  • 30
0
votes
2 answers

Polling large Data from the database

I have written stored procedure to poll the data from the database in biztalk.but the datasize is very large its around 80MB...Due to which i am getting error.Does anyone knows what configuration do i need to change to poll that much big amount of…
user1104946
  • 680
  • 1
  • 9
  • 30
0
votes
1 answer

BizTalk and Enterprise Single Sign-On Best Practices?

I developed a BizTalk 2010 application that receives files from a ftp server, elaborates these files and sends them to another ftp server. About Receive step, authentication is made using ESSO. I created two Affiliate Application, one for each ftp…
0
votes
1 answer

New Transaction cannot enlist the specified transactional coordinator?

I did followed these steps in my BizTalk server, but nothing cleared my error Can any one suggest be the way to rectify. FYI, I am using BizTalk server 2006 R2 in windows server 2003, and SQL server 2005. I am fetching data from SQL, My BizTalk…
udaya
  • 9,598
  • 15
  • 48
  • 67
0
votes
1 answer

How to setup a separate Orchestration for Web Services only?

I have created an Orchestration that has declared a web service for Managing Sales Orders. This works fine, However I want to move the Web service out and into it's own orchestration and be able to call the orchestration when needed by other…
Chrisk
  • 11
  • 3
0
votes
1 answer

BizTalk Flat File, multi-line record debatching

I've tried to find the answer in other questions, and none of the "standard" answers are working, so I'm hoping someone can either point me to where this has already been answered, or can tell me how to do this. I have a large file with multiple…
AllenG
  • 8,112
  • 29
  • 40
0
votes
1 answer

Process Inbound 997

Process Inbound 997 I have following scenario: I have multiple parties configure in BizTalk. And I am sending many EDIs at the same time to many parties i.e. 850 EDI sent to Party A 850 EDI sent to Party B 850 EDI sent to Party B 850 EDI sent to…
user1029468
  • 31
  • 1
  • 5
0
votes
1 answer

BizTalk Server 2006 R2 application upgrade

We have a BizTalk Server 2006 R2 application that we will be shipping this year, with several schemas that customers will use to build Custom Orchestrations. When we deliver the next version of the application next year there is a possibility that…
sarah
0
votes
1 answer

[biztalk2006]can not decode base64 to xml plain text

I use biz2006 + rosettaNet as our EDI solution. Now I meet a issue that, when a partner send pip to us, the content(base64 encoded) could not been converted to XML plain text. Here're content of the pip we received. MIME-Version: 1.0 Content-Type:…
user622851
  • 177
  • 2
  • 13
0
votes
4 answers

BizTalk server 2006 R2 not using recently "GAC"ced dll

I have a DLL which is GAC'ced (c:\windows\assembly) which is being used by my Biztalk Application, for some requirement, I changed a function in that DLL and: I uninstalled the old DLL which was in GAC (version 1.0.0.0) I GAC'ced the newly built…
0
votes
1 answer

BizTalk EDI test and production Environment setup

Currently, I have setup BizTalk server for few Parties for EDI communication in production. Note: there is third party tool in place which is transferring EDI over the network (i.e. Datatrans). Now, I would like to setup test environment where I…
user1029468
  • 31
  • 1
  • 5
0
votes
1 answer

Issue in Receive Pipeline

I followed the article http://www.codeproject.com/KB/biztalk/UnzipDisassembler.aspx?fid=1607856 to create a custom component that can be used in Receive pipeline. It doesnt work. Are there any other steps to be followed to implement this custom…
MARKAND Bhatt
  • 2,428
  • 10
  • 47
  • 80
1 2 3
8 9