April 13, 2008
Condoleezza Rice and the State Department have openly criticized former President Jimmy Carter’s upcoming talks in Syria with exiled Hamas leader Khaled Mashaal. Carter contends that “if Israel is ever going to find peace with justice concerning the relationship with their next-door neighbors, the Palestinians, that Hamas will have to be included in the process.” The State Department is opposed to the meeting because Washington considers Hamas to be a terrorist organization.
However, exactly two years ago, on April 12, 2006, Rice met with Equatorial Guinea’s president, Teodoro Obiang Nguema Mbasogo and referred to him as “a good friend.” Mbasogo had made Parade magazine’s “Annual List of the World’s 10 Worst Dictators” for four consecutive years. During his rule, torture was the normal means of investigation and there was no freedom of speech. There were no bookstores or newsstands and the sole radio station was owned by his son. However, the Bush administration considers him to be “a good friend.”
It sound to me, not unlike anyone else in the Bush administration, Condi is speaking out of both sides of her mouth. But then, Mbasogo had deposited over $700 million in accounts in the United States, thanks mostly to rich oil reserves. The current administration has always been able to provide justification for its actions, especially when the situation in any way involves oil – even if the results of their greed lead to the deaths of 4,000+ of America’s finest men and women and the maiming of countless others.
Leave a Comment » |
Politics |
Permalink
Posted by Jim Doyle
April 11, 2008
So you try to uninstall SharePoint Portal Server using the Add/Remove Programs applet but receive the following error:
Application has generated an exception that cannot be handled.
Process id=0xb60 (2912), Thread id=0×1dc (476)
Click OK to terminate the application.
Click CANCEL to debug the application.
This error occurs if you do not uninstall SharePoint Portal Server and Windows SharePoint Services in the correct order. SPS must be uninstalled prior to uninstalling WSS. Also, if it is installed on the server, Microsoft SQL Server Desktop Engine (MSDE) must be removed last.
I encountered this problem today while trying to remove an old SharePoint installation from one of our servers. Someone had previously uninstalled WSS so my attempt to uninstall SPS failed. I did a little research and found a Microsoft Knowledge Base article that provided the following workaround:
- Log onto the server as a member of the local Administrators group.
- Click Start, and then click Run.
- In the Open box, type cmd, and then click OK.
- Switch to the drive where SharePoint Portal Server is installed.
- Type the following line, where CDImage is the path of the shared folder that contains the SharePoint Portal Server CD files, and then press Enter:
msiexec /qb /i <CDImage>\WSS\Sts.msi /L*v <full path>\STS_Install.log LAUNCHEDFROMSETUPSTS=1
- Switch to the drive where Windows is installed.
- Type the following line, and then press Enter:
cd %programfiles%\Common Files\Microsoft Shared\Web Server Extensions\60\Config
- Type the following line, and then press Enter:
copy Web.config Web.config.bak
- Type the following line, where CDImage is the path of the shared folder that contains the SharePoint Portal Server CD files, and then press Enter:
msiexec /qb /I <CDImage>\SPS\Sps.msi /L*v <full path>|SPS_Binary_Upgrade.log REBOOT=ReallySuppress
- Type the following line, where CDImage is the path of the shared folder that contains the SharePoint Portal Server files, and then press Enter:
msiexec /qb /fvm <CDImage>\SPS\Sps.msi /L*v <full path>\SPS_Repair.log REBOOT=ReallySuppress DONTSTARTSERVICE=1
- When Setup completes and you are prompted to restart the server, click No.
- Use the Add/Remove Programs applet to remove, in this exact order, SharePoint Portal Server, Windows SharePoint Services, and MSDE (if installed).
2 Comments |
SharePoint |
Permalink
Posted by Jim Doyle