In MS Windows 2008R2 ping command dose not working unless you configure the inbound rule in Windows Firewall.
Steps
In MS Windows 2008R2 ping command dose not working unless you configure the inbound rule in Windows Firewall.
Steps
Windows could not start the Enterprise Single Sign-On Service service on
Local Computer.
Error 0x80131700: 0x80131700
1:
2: DUMP TRAN <DatabaseName> WITH TRUNCATE_ONLY
3: GO
4:
5: USE <DatabaseName>
6: DBCC SHRINKFILE (<DatabaseName>_log, 100);
7: GO
8:
Windows XP users are keep complaining me about crashes of WPF application as soon I released it. I was wandered, why all Windows 7 users don’t have that. My team mate did couple of enhancements plus adding new application’s window icon. The error message they receive is (crashing message !),
Since everything working perfectly on Windows 7, something wrong with XP to what we did lastly. That is replacing the icon. But I have no proof for that, but got a clue from the following screen.
Hm…., I change the icon to a very classic one and try it. WOW, it is working fine in XP. Now I want to find out what is the different between this icon and the my icon. I found that my icon containing additional two image types (256x256, 32bit,PNG), which you can be seen from the Visual Studio Icon editor.
I removed these two image types from the icon file using Visual Studio Icon Editor, added to the application and it’s work fine.
To justify the situation, I found this (accessed on 10/13/2011 4:21 PM + GMT 5.30) URL and extracted bellow comment.
“Make sure the icon has max size 64x64 pixels.
It can still be 32 bit (using alpha channel).”
During last week, I have attended to WS02 conference. The company, WS02, known as SOA company but I would like to call them Platform Enabler. They have done really good work in open source. I’m quite interesting in their ESB product which using by EBay. 
They have implemented open source version of Cloud platform called WSO2 StratosLive is really simple and easy to use. As a Sri Lankan I’m truly proud of this company. If I’m not wrong, WSO2 started somewhere around 2005-2006, but they made a good journey so far.
Best of luck for your future.
Yesterday, my ASP.net applications were migrated to Windows 2008 R2 (64bit).
All applications configurations are,
Without recompiling, applications were migrated to IIS 7.5. Actions taken on IIS for above 3 are, respectively,
All are accessed by our local intranet users. 95% of the workstations using Windows 7. Rest the XP users complaining me they cannot use the applications, in which keep asking the User Name/password. Though they have entered their domain user name and password it did not accept.
After one & half day attempt, I solved this issue. Solution can be found in KB 896861. Folks, if you face the same problem, go head with Method 2 in the KB.
Excerpt from the KB
Method 2: Disable the loopback check (less-recommended method)
The second method is to disable the loopback check by setting the DisableLoopbackCheck registry key.
To set the DisableLoopbackCheck registry key, follow these steps:
- Set the DisableStrictNameChecking registry entry to 1. For more information about how to do this, click the following article number to view the article in the Microsoft Knowledge Base:
281308 (http://support.microsoft.com/kb/281308/ ) Connecting to SMB share on a Windows 2000-based computer or a Windows Server 2003-based computer may not work with an alias name
- Click Start, click Run, type regedit, and then click OK.
- In Registry Editor, locate and then click the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
- Right-click Lsa, point to New, and then click DWORD Value.
- Type DisableLoopbackCheck, and then press ENTER.
- Right-click DisableLoopbackCheck, and then click Modify.
- In the Value data box, type 1, and then click OK.
- Quit Registry Editor, and then restart your computer.
When you sending/creating EDI messages it is necessary to include unique message interchange number. This is to ensure each message that we ...