Monday, June 19, 2006

MSMQ Adaptor

Following up on my friend's blog Tareq Mohammed , i found its wise to complete his post on the MSMQ by creating a project that implements his post about the MSMQ adaptor
you will find the solution and the binding file for deploying the project
MSMQProject and the binding file Binding File
Don't forget to create the MSMQ adaptor Name myqueue and the folder that you will send the file to

HTH
Regards
Mohamed Zahra

Thursday, April 20, 2006

Internal SOAP Processing Failure

I have been facing a strange and new error which was thrown by Biztalk 2004 in the event viewr (The Messaging Engine failed to register the adapter for SOAP for the receive location ...asmx) , and thanks to Edmund's blog who had solved this problem push me, just wanna say that am glad that i faced this error cause it introuduced me to Edmund's blog which i found a very rich blog

Thanks again to Edmund

Sunday, April 16, 2006

Configuring Biztalk on Windows XP SP2

Well, i have been working with this problem for about one day now :( , the problem so far that each time i try to configure Biztalk 2004 on Windows XP OS with SP2 , i got lots of error when it reaches the part where it configures the Enterprise Single Sign on , it throws errors lists below :-
-One Time it throws failed to generate the master secret(error code 8009000f)
- After Rolling Back it throws another error The dependency service does not exist or has been marked for deletion
- another time it throws unexpected error occurred while configuring the single-sign on server
i followed what the articels disccused about Enable the RPC calling ,
click here but i got nothing after that and after i got a clue from redaing this page push me
I figured out the problem First you have to Enable the RPC Call as microsoft support recommends,

Then SSO needs to run under an account that has
1-Password
2-not a system account
3- Member of Administrator Group

and though the problem was solved and Biztalk was configured properly

Hope i was clear engouh and this was helpfull to you all



Tuesday, September 20, 2005

Knowledge Based Alerts on errors in BizTalk Server 2004 Applications

Hi

Have you ever been stuck in an error in Biztalk , i suggest you check this link where you will find all the KB articles for bugs you might face
hope this help click here
Regards

Wednesday, August 10, 2005

Src keywords Magic

One of my collegues fall in a problem was that we have a running application and people are working on it , downtime causes money deduction , and he had to launch something inorder for his code to work , and here is the new knowldge we gained from one of our expertiese in the company

The Src keyward , i myself call it the magic keyword, this Src keyword forces you page not to be precomplied with the dll of the project , instead it will complie that page only when it is called and so if you have any problem with the page code behind , simply to have to upload the .aspx file(containnig the src keyword ) and the .cs or .vb file where you have modified you code.

for more information read this article regarding the src keyword versus the CodeBehind keyword
http://www.dotnetcoders.com/web/Articles/ShowArticle.aspx?article=22

Tuesday, August 09, 2005

Enterprise Library First Glance

Here by is an article on the application block used in the Enterprise Library , i my self used it , great article as a fist step , till i sum up and have my own article on the Enterprise Library , you can read this article and scratch the rust over what is the enterprise Library and how to use it

http://www.asptoday.com/Content.aspx?id=2374

To be continued

Friday, August 05, 2005

Hands on labs 2005 For only 90 days

Here are Official Microsoft E-Learning Courses, Microsoft Press books, and other technical resources that will help them with their preparation, a free e-learning course from microsoft to help you all to work with visual studio 2005 and sql server 2005 , don't waste your time and work on those labs , it is just like getting used to the new enviroment

Visual Studio 2005 Learning Resources:
http://lab.msdn.microsoft.com/vs2005/learning

SQL Server 2005 Learning Resources:
http://www.microsoft.com/technet/sql/learning/

Special E-Learning Offers
https://www.microsoftelearning.com/visualstudio2005/

Regards