<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>SAP on Marko Apfel</title><link>http://blog.marko-apfel.de/tags/sap/</link><description>Recent content in SAP on Marko Apfel</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Fri, 06 Nov 2009 04:29:00 +0100</lastBuildDate><atom:link href="http://blog.marko-apfel.de/tags/sap/index.xml" rel="self" type="application/rss+xml"/><item><title>SAP.Net.Setup_2.0.msi throws “You must first install the Visual Studio.NET 7.1”</title><link>http://blog.marko-apfel.de/posts/sap-net-setup-2-0-msi-throws-you-must-first-install-the-visual-studio-net-7-1/</link><pubDate>Fri, 06 Nov 2009 04:29:00 +0100</pubDate><guid>http://blog.marko-apfel.de/posts/sap-net-setup-2-0-msi-throws-you-must-first-install-the-visual-studio-net-7-1/</guid><description>&lt;p&gt;During installation of the SAP .NET Connector the setup throws this error because no Visual Studio 2003 could be found.&lt;/p&gt;
&lt;p&gt;If you only need the assembly sap.connector.dll (for instance in cases of old projects which references this dll) you could ask google for downloading it ;-)&lt;/p&gt;</description></item><item><title>Möglichkeiten des Message-Handlings in Orchestrations</title><link>http://blog.marko-apfel.de/posts/moglichkeiten-des-message-handlings-in-orchestrations/</link><pubDate>Wed, 07 Feb 2007 14:30:00 +0100</pubDate><guid>http://blog.marko-apfel.de/posts/moglichkeiten-des-message-handlings-in-orchestrations/</guid><description>&lt;p&gt;Für das Handling von Messages in Orchstrations gibt es verschiedene Möglichkeiten.&lt;/p&gt;
&lt;p&gt;Eine gute Beschreibung ist von Matt Meleski &amp;ldquo;&lt;a href="http://blogs.objectsharp.com/cs/blogs/matt/archive/2004/11/09/1009.aspx"&gt;Constructing BizTalk 2004 XML Messages (In an Orchestration) - Choices&lt;/a&gt;&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Nebenbei haben sich bei mir noch folgende Varianten angesammelt&lt;/p&gt;</description></item><item><title>Tracing des BizTalk Adapter for mySAP Business Suite</title><link>http://blog.marko-apfel.de/posts/tracing-des-biztalk-adapter-for-mysap-business-suite/</link><pubDate>Wed, 21 Jun 2006 15:30:00 +0200</pubDate><guid>http://blog.marko-apfel.de/posts/tracing-des-biztalk-adapter-for-mysap-business-suite/</guid><description>&lt;p&gt;Im Zusammenhang mit verlorenengegangenen Werten innerhalb des mySAP-Adapters war es interessant das Verhalten genauer zu protokollieren.&lt;/p&gt;
&lt;p&gt;Dafür gibt es Trace-Variablen.&lt;/p&gt;
&lt;h2 id="umgebungsvariablen-setzen"&gt;Umgebungsvariablen setzen&lt;/h2&gt;
&lt;p&gt;Man lege folgende 3 System-Umgebungsvariablen an&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-cmd" data-lang="cmd"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;CPIC_TRACE=1
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;RFC_TRACE=1
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;RFC_TRACE_DIR=C:\Tracedir
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Nach einem Reboot werden vom mySAP-Adapter Low-Level-Informationen in verschiedene Files im oben angegebenen Verzeichnis geschrieben.&lt;/p&gt;</description></item><item><title>BizTalk Server 2006 Error: SAP .Net connector is not installed</title><link>http://blog.marko-apfel.de/posts/biztalk-server-2006-error-sap-net-connector-is-not-installed/</link><pubDate>Wed, 07 Jun 2006 13:45:00 +0200</pubDate><guid>http://blog.marko-apfel.de/posts/biztalk-server-2006-error-sap-net-connector-is-not-installed/</guid><description>&lt;p&gt;Nach dem Unzug eines Projektes von einem Rechner auf einen anderen, gab es die Warnung und Fehlermeldung:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-txt" data-lang="txt"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;The adapter failed to transmit message going to send port &amp;#34;spZ_ESRI_DEBITOR_CREATE.SAP&amp;#34; with URL &amp;#34;sap://AS:xxx/00/800/&amp;#34;.
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;It will be retransmitted after the retry interval specified for this Send Port.
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;Details:&amp;#34;SAP .Net connector is not installed&amp;#34;.
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-txt" data-lang="txt"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;A message sent to adapter &amp;#34;SAP&amp;#34; on send port &amp;#34;spZ_ESRI_DEBITOR_CREATE.SAP&amp;#34; with URI &amp;#34;sap://AS:xxx/00/800/&amp;#34; is suspended.
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;Error details: SAP .Net connector is not installed
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Diese Fehlermeldung ist etwas irreführend. Vermisst wird eine Wrapping-DLL, die der BizTalk-SAP-Adapter beim Import des SAP-Schemas für den Zugriff auf die RFC erzeugt. Diese DLL befindet sich im BIN-Unterordner vom Adapter-Verzeichnis.&lt;/p&gt;</description></item><item><title>Communication BizTalk to SAP via IDoc</title><link>http://blog.marko-apfel.de/posts/communication-biztalk-to-sap-via-idoc/</link><pubDate>Thu, 09 Mar 2006 16:26:00 +0100</pubDate><guid>http://blog.marko-apfel.de/posts/communication-biztalk-to-sap-via-idoc/</guid><description>&lt;p&gt;Now with some little corrections the IDoc goes to SAP. Both Flatfile and XML IDocs can be pickuped and delivered to SAP.&lt;/p&gt;
&lt;p&gt;First at all you need a Send Pipeline (e.g. spORDERS01) with a Flat File Assembler to transform a XML- to a Flatfile-IDoc. As the Document Schema you specify the imported schema from SAP (e.g. ORDERS01). This Send Pipeline you must choose as the Send Pipeline in the configurationdialog from the Send Port for the SAP-system. It is a good idea to put all pipelines in a own assembly. It prevents the loosing of this setting during a new build of the intrinsic project.&lt;/p&gt;</description></item><item><title>BizTalk zu SAP Kommunikation via IDoc die 2.</title><link>http://blog.marko-apfel.de/posts/biztalk-zu-sap-kommunikation-via-idoc-die-2-69606/</link><pubDate>Wed, 15 Feb 2006 15:18:00 +0100</pubDate><guid>http://blog.marko-apfel.de/posts/biztalk-zu-sap-kommunikation-via-idoc-die-2-69606/</guid><description>&lt;h1 id="biztalk-zu-sap-kommunikation-via-idoc-die-2"&gt;BizTalk zu SAP Kommunikation via IDoc die 2.&lt;/h1&gt;
&lt;h2 id="history"&gt;History&lt;/h2&gt;
&lt;p&gt;Die ersten Versuche im Dezember den &amp;ldquo;Microsoft BizTalk Adapter v2.0 for mySAP Business Suite&amp;rdquo; in Betrieb zu nehmen, haben gezeigt, dass eine BizTalk-SAP-Kommunikation via RFC recht schnell gemacht ist. Vorraussetzung ist natürlich das entsprechende Wissen zum Erstellen der entsprechenden SAP-Bausteine.&lt;/p&gt;</description></item><item><title>BizTalk zu SAP Kommunikation via IDoc die 2.</title><link>http://blog.marko-apfel.de/posts/biztalk-zu-sap-kommunikation-via-idoc-die-2/</link><pubDate>Wed, 15 Feb 2006 14:47:00 +0100</pubDate><guid>http://blog.marko-apfel.de/posts/biztalk-zu-sap-kommunikation-via-idoc-die-2/</guid><description>&lt;p&gt;Unser gestriges Inhouse-Consulting für die Kopplung von BizTalk zu SAP über den &amp;ldquo;Microsoft BizTalk Adapter v2.0 for mySAP Business Suite&amp;rdquo; mittels IDocs hatte leider auch keinen Erfolg.&lt;/p&gt;
&lt;p&gt;Der Consultant (aus einem &amp;ldquo;Microsoft Gold Partner&amp;rdquo; zertifizierten Systemhaus) hat im Vorfeld die Sachen ausprobiert &amp;amp; musste einige Calls bei Microsoft schalten. Unsere Architekturentscheidung bleibt weiterhin offen.&lt;/p&gt;</description></item></channel></rss>