Quantcast
Channel:
Browsing latest articles
Browse All 215 View Live

Access denied \AppData\Local\Temp\PID###### does not appear to be a BizTalk...

Access denied and/or Error: “C:\Users\YourUser\AppData\Local\Temp\BT\PID3724\BizTalkAssembly\….dll” does not appear to be a BizTalk assembly, and cannot be deployed to the Configuration database. If...

View Article


BizTalk – Send Dynamic File from Orchestration

Suppose you have StartMsg and you want to send it to a dynamic disk path. I would build another new message called StartMsgDyn. If you want to use a GUID to make the file unique, as I do in my example...

View Article


Image may be NSFW.
Clik here to view.

How to put password in BizTalk WCF-SQL Binding (Error: Value cannot be null)

Error When you try to manually set the SQL password on a WCF SQL port in a binding file, you might get tthis error: Error Description: System.ArgumentNulLException: Value cannot be null. Parameter...

View Article

How to Set URL and Authorization Token in BizTalk Dynamic REST Post

Here are some samples that might be useful if you need to dynamically send a REST “POST” message. Of course, in the real world, the token and the URL would probably be some type of configuration...

View Article

BizTalk SQL Queries – Orchestrations/SendPorts either way

I’m adding to my collection of SQL queries that run against the BizTalk database. The first query below goes from Orchestration to Send Port. If the orchestration uses Direct Binding, it will have a...

View Article


PowerShell to Sort Contents of Each File in Directory (Recursively)

We were receiving some files of data that was not sorted, and needed to be able to do a side-by-side compare of two files. Two files could have the same data values, but might not be in the same order....

View Article

PowerShell: Find files within x seconds of each other, possible duplicates

This PowerShell script finds two files within x seconds of each other. You can specify the max difference in time with the variable “$maxDifferenceInSeconds”. With a few changes you could make this...

View Article

1603 on BizTalk Application MSI Install

Running a BizTalk MSI, on a second BizTalk server, gave this error: There is a problem with this Windows Installer. A program run as oart of the setup did not finish as expected. Contact your support...

View Article


PowerShell to List Top X Most Recently Changed Files

Sometimes, you just want to know what programs or source code was most recently changed. The excludes below were set up to work with BizTalk source directories. I was only wanting to see files changed...

View Article


PowerShell File Copy/Move Drippers (for BizTalk or other reasons)

Sometimes with testing (especially with BizTalk), you need to copy or move some or all files in one folder to another, or all files after a given date. But, you want to space out the copy/move of the...

View Article
Browsing latest articles
Browse All 215 View Live