Wednesday, April 16, 2008
Monday, April 07, 2008
Drommels goed nummer
Potdorie wat is t toch een goed nummer.
Zo ontzettend doordacht, zo vol van gevoel.
Alles klopt, de toonhoogtes, de akkoorden
Het prachtige refrein.
Tekstueel is het bijna poezie
Maar toch ook zo gewoon
Schoonheid is eenvoud zeggen ze
En dat geldt zeker voor het nummer van mijn favoriete band Normaal :
"Mamma woar is mien pils"
"Mien pilsje ben ik kwiet"
"Heb niemand dan miene pils gezien"
"Ik lust er wel een stuk of tien"
"Mamma woar is mien pilsje dan"
"Mien pilsje ben ik kwiet"
Hoe mooier kan het, ik ben sprakeloos.
Niks meer aan doen.
Als het bouwen van ICT systemen ook maar iets gelijkenis heeft,
met dit wonderschone nummer van Normaal
Dan drinken we dr samen eentje op.
Zo ontzettend doordacht, zo vol van gevoel.
Alles klopt, de toonhoogtes, de akkoorden
Het prachtige refrein.
Tekstueel is het bijna poezie
Maar toch ook zo gewoon
Schoonheid is eenvoud zeggen ze
En dat geldt zeker voor het nummer van mijn favoriete band Normaal :
"Mamma woar is mien pils"
"Mien pilsje ben ik kwiet"
"Heb niemand dan miene pils gezien"
"Ik lust er wel een stuk of tien"
"Mamma woar is mien pilsje dan"
"Mien pilsje ben ik kwiet"
Hoe mooier kan het, ik ben sprakeloos.
Niks meer aan doen.
Als het bouwen van ICT systemen ook maar iets gelijkenis heeft,
met dit wonderschone nummer van Normaal
Dan drinken we dr samen eentje op.
Friday, November 16, 2007
ESB Guidance : Authentication Error with Uddipublisher project
Authentication Error with Uddipublisher project
I received this error when publishing the uddi project :
The HTTP request is unauthorized with client authentication scheme 'Negotiate'.
The authentication header received from the server was 'NTLM,Basic realm="localhost"'.
I solved this error by changing the security to NTLM.
Open the UddiPublisher project and open the class : Microsoft.Practices.ESB.UDDI.UDDIClient
Then change in the UDDIClient the :
binding.Security.Transport.ClientCredentialType = HttpClientCredentialType.Windows
to
binding.Security.Transport.ClientCredentialType = HttpClientCredentialType.Ntlm;
I received this error when publishing the uddi project :
The HTTP request is unauthorized with client authentication scheme 'Negotiate'.
The authentication header received from the server was 'NTLM,Basic realm="localhost"'.
I solved this error by changing the security to NTLM.
Open the UddiPublisher project and open the class : Microsoft.Practices.ESB.UDDI.UDDIClient
Then change in the UDDIClient the :
binding.Security.Transport.ClientCredentialType = HttpClientCredentialType.Windows
to
binding.Security.Transport.ClientCredentialType = HttpClientCredentialType.Ntlm;
Labels:
Biztalk 2006 R2,
ESB Guidance,
ESB toolkit,
SOA
Friday, February 23, 2007
Wednesday, February 21, 2007
Thursday, February 15, 2007
Wednesday, February 14, 2007
SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
Biztalk 2006 Tip of the week :
When you have an error in the eventviewer like this :
The adapter "SQL" raised an error message. Details "HRESULT="0x80004005" Description="Transaction (Process ID 108) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction."
".
Put this in your storedprocedure and everything works fine again :
SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
When you have an error in the eventviewer like this :
The adapter "SQL" raised an error message. Details "HRESULT="0x80004005" Description="Transaction (Process ID 108) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction."
".
Put this in your storedprocedure and everything works fine again :
SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
Subscribe to:
Posts (Atom)



