<a href="http://www.1abc.org">1Abc Directory</a>
Posts
Network Drivers for HP xw6600 for suse9
- Get link
- X
- Other Apps
This site tell you how to install network drivers for HP XW6600 for SUSE 9 1)Download the driver from the following location. http://www.broadcom.com/ Download linux-3.81c file from that site. 2)Extract the files to a local directory of the machine. 3)Remember you need to have gcc gcc+ compliers installed in the machine or if you are starting a new installation please install the SUSE 9 complete version option while installation you get this option. If already installed system go to YAST - software - Install and remove software In the search box type gcc and search Select all the gcc compilers and click okay and insert SUSE CD as asked. I am using SUSE 9 SP-4 same way gcc+ and gnu compilers if does not know what to install then select most of them. 4)Extract the files to a local directory # mkdir /drivers # cp -rf linux-3.81c /drivers # cd /drivers # unzip linux-3.81.c 5. Install the source RPM packa...
.net framework 4 has not been installed because hresult 0xc80003f3
- Get link
- X
- Other Apps
.Net framework 4 has not been installed because HRESULT 0xc80003f3 Microsoft .Net Installation fails Installation failed with error code: (0xC80003F3) unable to install microsoft .net framework 4 win7 I just found a solution that worked and I will make it a little easier for those who need it. Now remove the Microsoft .Net Framework 1.0 and .Net Framework 4.0 from control panel as well as using the .Net Frame Work clean up tool Restart the system. Create a batch file with the following and run it from a command prompt. *******Start File Below******** regsvr32 MSXML3.dll /s net stop wuauserv cd /d %windir%\SoftwareDistribution rd /s /q DataStore net start wuauserv regsvr32 softpub.dll regsvr32 mssip32.dll ******End File Above******* Go to services and stop the Windows Update service Go to the Windows directory (default is c:\Windows) and rename the "SoftwareDistribution" folder to "SoftwareDistribution...
ORA-00600: internal error code, arguments: [kcratr1_lastbwr], [], [], [
- Get link
- X
- Other Apps
Excel Error "There was problem sending command to the program"
- Get link
- X
- Other Apps
ORA-01031 Insufficient Privilleges while creating DB in win 7
- Get link
- X
- Other Apps
ORA-01031ORA-01031 . He didn't understand what is causing this. His O/S user was a member of the ORA_DBA group. He tried logging off windows and then logging backup in. Nothing. The solution is actually quite simple. By default, if you install Oracle and don't use the network configuration assistance you get a ORA_HOME without an SQLNET.ORA file. Without it, Oracle will not be able to use O/S authentication. To solve this problem, simply create a file named sqlnet.ora in your ORA_HOME\network\network\admin directory and add to it the following line: SQLNET.AUTHENTICATION_SERVICES = (NTS)