biztalk

Add PDF attachment to BizTalk email service

岁酱吖の 提交于 2019-12-08 04:26:21
问题 I have come into ownership of a ASP.NET MVC site that utilizes Biztalk 2013 to handle tasks like sending emails. I am completely new to biztalk so forgive obvious mistakes in this post. Quick overview The service is called through the application and then the orchestration calls a stored procedure in a sql db to populate some of values for the email (including html for the email) and then sends the email out. I now want to add a pdf attachment to the email. As a test, I added a pdf file to

Removing header from a flat file in BizTalk

女生的网名这么多〃 提交于 2019-12-07 23:22:13
问题 What is the simplest way to remove the header row from a flat file in BizTalk? I have implemented this by creating a separate schema for the header row (and one for the body) and then set the HeaderSpecName property in the 'Configure Pipeline' dialog to the header schema I've just created and then the PreserveHeader property to false. My problem, however, is that with this solution I need to create a schema that does nothing other than it needs to exist so I can remove the header row. 回答1: I

Compare GACs from two servers?

本小妞迷上赌 提交于 2019-12-07 16:49:58
问题 I need a easy and trusted way to compare GAC (Global Assembly Cache) from two servers, during BizTalk migration. I also want to move the GAC from QA to Production if it doesn't exist in the destination server. These are both BizTalk servers and have tons of assemblies GAC'd. I saw some tools online but the link to one was broken (winmerge) and others did not seem really authentic. Thanks for your help. 回答1: Whenever I need to find something in the GAC, I always just run Gacutil.exe /l > c:

Update WCF service reference

一世执手 提交于 2019-12-07 10:12:58
问题 In BizTalk 2006 R2, is there some way to regenerate the reference to a WCF service that has been created using the "Add Generated Items / Consume WCF Service" option? I tried just re-running the wizard, but it creates new ODX, BindingInfo, etc. files, and breaks the solution, so that's not the way :-( Searched the web, but not found any references to how to update the references, just plenty on creating from scratch 回答1: I agree with Marvin, delete the old files and generate new ones. If you

BizTalk WCF-SQL Adapter Selecting from a view

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-07 00:52:26
I have the most annoying issue; I have an orchestration doing a lookup against a view. it works in locally and on our development server, but not in QA or UAT. same code. same views. just different environments. To test this and be sure it's not a coding issue I take my local BizTalk, configure the port to Server A, fire a message and it works as expected. I then change the configuration of the send port to Server B (that's all I change) and fire the same message in, and it fails. I get one of two errors for the same operation for the SAME view, so not even the error message is consistent.

BizTalk server problem

心不动则不痛 提交于 2019-12-06 22:40:30
问题 we have a biztalk server (a virtual one (1!)...) at our company, and an sql server where the data is being kept. Now we have a lot of data traffic. I'm talking about hundred of thousands. So I'm actually not even sure if one server is pretty safe, but our company is not that easy to convince. Now recently we have a lot of problems. Allow me to situate in detail, so I'm not missing anything: Our server has 5 applications: One with 3 orchestrations, 12 send ports, 16 receive locations. One with

How to parse optional fields from left to right with BizTalk flat file parser set to complex?

老子叫甜甜 提交于 2019-12-06 14:41:14
问题 I am developing a schema for flat file disassembly in BizTalk 2013. However, I have a big problem with the schema, since the parsing result is rubbish. The flat file type I am parsing looks like this: HEADER:opt1:opt2:opt3+opt4:opt5+opt6+op7:opt8:opt9' TAG1:opt1:opt2:opt3+opt4:opt5:opt6+op7:opt8:opt9' TAG2:opt1:opt2:opt3+opt4:opt5:opt6+op7:opt8:opt9' TAG3:opt1:opt2:opt3+opt4++opt6+op7:opt8:opt9' TAG4:opt1:opt2:opt3+opt4:opt5' The flat file has three hierarchy parts: Top level: Segments ,

Dynamics AX 2009 / BizTalk Server 2013 Compatibility

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-06 12:34:10
Is BizTalk Server 2013 compatible with the Dynamics AX 2009 AIF BizTalk Adapter? I've searched but can't find any information to say either way. I found that BizTalk Server 2010 is compatible with AX2009 SP1 RU7: http://blogs.msdn.com/b/emeadaxsupport/archive/2011/09/29/microsoft-biztalk-server-2010-passes-compatibility-testing-with-microsoft-dynamics-ax-2009-sp1.aspx (Apologies if this is not the correct site for this question, as it's not directly programming related; however I couldn't find another Stack Exchange site which looked more suitable). I did not find anything newer announced at

BizTalk 2010 installation needed for build server (TFS2010)?

拈花ヽ惹草 提交于 2019-12-06 10:41:37
问题 Is a (full) BizTalk 2010 installation needed to let a build server (TFS2010) build BizTalk 2010 solutions/projects ? 回答1: As per my knowledge, BizTalk 2010 installation is not required. You only need below components. Project Build Component available under Additional Software(to build the project) Developer Tools and SDK (to run tests) 回答2: I did find an apparent exception where if you deal with anything EDI related, it seems to require the full BizTalk install(not configuration). I wanted

Usage of Biztalk SAP Adapter without Biztalk Server to connect .NET and SAP

ぐ巨炮叔叔 提交于 2019-12-06 08:22:51
问题 Is it possible to use the Biztalk adapter pack whithout a Biztalk installation (Biztalk license is available)? I want to use the Biztalk Adapter for SAP RFC calls within a .NET Application (as a replacement of the SAP Connector for .NET , which is unfortunately no longer maintened by SAP and I don't can use third party products like " ErpConnect "). Makes this idea sense or not ? This questions can be also seen in conjunction of my question concerning connecting SAP and Microsoft (Microsoft