Exception type: SendFailedException
Recently I got the following error while trying to write out a flat file. The way I resolved it was to remove the .dll from the GAC and resinstall the .msi. Event Type: Error Event Source:...
View ArticleSum of Product using XSLT and .NET
I needed to find the total purchase order amount given the quantity and line item price on an X12 850 using XSLT and .NET to transform XML into HTML. In my case: PO102 = Quantity PO104 = Price Add the...
View ArticleC# Method to match files to filemask
Every once in a while I need a little C# method to do some dirty work. Here is an example of how to use Regular Expressions to match Windows style filemask matching. private bool FitsMask(string...
View ArticleVPN Connection error 800: The remote connection was not made
While connecting to a VPN via Windows 7 VPN I got the above error. Here’s how to fix it: 1.Right click on CMD and run as Administrator 2.Type in the following commands ipconfig /flushdns netsh int ip...
View ArticleEnabling Network discovery in Windows Server 2008 R2
I have been configuring servers lately and have come across an issue that wasn’t clear. I needed to enable network discovery, so I simply went to the advanced sharing center I was unable to keep the...
View ArticleSystematically Starting and Stopping host instances
Wanted to put a couple of scripts I put together on how to start and stop host instances using WMI in a VBS file StartAllInProcessHostInstance const HostInstServiceState_Stopped=1 Sub...
View ArticleISO image mounting for Server 2008
Here’s a good ISO image mounter that works on Server 2008 http://static.slysoft.com/SetupVirtualCloneDrive.exe
View ArticleThe remote server returned an error: (411) Length Required.
I received this message in BizTalk 2006 R2 when transmitting an AS2 message. The fix was to disable the “Enable chunked encoding” on the HTTP send port configuration.
View ArticleReplacing string within Regular Expressions Match
I have a trading partner who sends in invalid characters within a REF03 in an X12 850. In the following example, my element separator is *, and the customer is sending in a * within the REF03. I’m...
View ArticleMicrosoft SQL Server 2008 Data Transformation Services (DTS) for BAM...
If you get the following error when configuring BAM tools for BizTalk 2010: Microsoft SQL Server 2008 Data Transformation Services (DTS) for BAM Archiving is not installed on the local machine. Please...
View Article