Durron's Blog
Sign in
|
Join
|
Help
Home
Contact
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Search
Go
Tags
BizTalk
C#
TFS
Community
Home
Blogs
Media
Archives
May 2010 (1)
September 2008 (1)
April 2008 (1)
March 2008 (1)
November 2007 (1)
June 2007 (1)
May 2007 (2)
March 2007 (1)
2
Comments
Server is not configured for RPC
by
Harmjan
Problem: Backup maintenance job for BizTalk 2006 R2 On a Microsoft SQL Server 2005 installation with a linked server configured to another sql server instance fails with error: Msg 7411, Level 16, State 1, Procedure sp_BackupAllFull, Line 70 Server 'sql01...
1
Comments
Installing BizTalk server 2004
by
Harmjan
When you are planning to install a new BizTalk server 2004. These two URL's are very useful. http://geekswithblogs.net/evega/articles/12865.aspx http://geekswithblogs.net/evega/articles/12870.aspx Regards, Harmjan
0
Comments
BizTalk Tools and guidelines
by
Harmjan
Yesterday I was reading about guidelines for biztalk so I thought let’s look on the internet wath other BizTalk developers or designers has made. So I found a blog of Kishore Dharanikota. Kishore has created a nice list of tools and guidelines BizTalk...
1
Comments
A failure occurred while attempting to start the compilation
by
Harmjan
I received the following error: "A failure occurred while attempting to start the compilation" When I searched msdn for an answer I got this: http://msdn2.microsoft.com/en-us/library/zz9wwbfa(VS.80).aspx?topic=306132 An unknown error has been...
0
Comments
Check out files when a newer version is already available
by
Harmjan
Today I received the question how you can receive a pop up messege when you try to check out some files when a newer version is already on the server. When you work with VS2003 and TFS it is possible to perform an get latest version when you try to check...
Filed under:
TFS
0
Comments
Positional Flat File with Early Termination
by
Harmjan
For our customer we needed a optional fault description at the end of each line. Normaly BizTalk expect each line completely filled with characters. BizTalk expects the file to look like this: Volgnr. (3 characters) || Datum (8 characters) || relatienummer...
Filed under:
BizTalk
3
Comments
Removing diacritics (accents) from strings
by
Harmjan
It's often useful to remove diacritic marks (often called accent marks) from characters. You know: tilde , cédille , umlaut and friends. This means 'é' becomes 'e', 'ü' becomes 'u' or 'à' becomes 'a'...
Filed under:
C#
0
Comments
Using Configuration in BizTalk Map
by
Harmjan
During BizTalk map definition, sometime you might require to read some configuration value. For example, during use of database related functoids, you have to make connection string configurable. You can use BizTalk config file and scripting functoid...
Filed under:
BizTalk
2
Comments
My First post
by
Harmjan
Hi everybody, my First post on this blog and I hope much more will follow. Soon you'll see more here. But on this moment I have no time to post more! First some bugfixing :D Regards, Harmjan