I installed Oracle Database 11gR2 on Windows 7 using the OUI but just before the finish screen it gave a warning stating that Enterprise Manager could not be setup and gave a list of commands to execute through the command-line.
Just as I executed one of them the antivirus installed i.e. AVG Antivirus gave a threat from file emagent.exe. Along with this file many other files required for Enterprise Manager to be setup were deleted by the antivirus.
Is there a way to re-install Enterprise Manager for the database already created?
Yes, you can re-install OEM with an existing database repository. Just follow the installer screens for setting up an additional OMS node and fill in the database repository information when asked. If the first install completed correctly everything should work, if not you can start again and just delete the repository first (instructions to do this are in the install notes).
Related
I already had SQL Server 2019. After upgrading my Windows 10 to latest October Update, I found my SQL Server does not have latest service packs.
I downloaded latest service pack CU8 from Microsoft and ran it. After initializing set up, I get error
Attempted to perform an unauthorized operation
Many research and no luck even in SO.
Please advise.
https://www.microsoft.com/en-us/edge/business/download
Please get the offline installer for latest Microsoft Edge (Chromium) on above link.
Once you have it, run Edge installer and then try to run SQL Update again.
This worked. I ran the latest Edge standalone install and it unblocked the MSSQL patch.
I also confirm that it works. Thanks
https://www.microsoft.com/en-us/edge/business/download
I can confirm this fixes the issue when trying to install SQL 2014 Express Advanced on Windows 10 with H2 update installed.
I had the same error, and installing the standalone Microsoft Edge fixes the error.
After reviewing the logs and digging into windows registry and security, I found the problem was "Microsoft Edge" registry key. Somehow it is read-only for administrator and I figured it out I need to use SYSTEM account to apply the service pack.
Finally I found I can do that using an executable in SysInternals package which is famous for doing weird things in Windows.
This is what I did to apply the service pack.
Run Cmd or PowerShell as Administrator
Go to SysInternals and make sure you have the PsExec64.exe there
Run below command:
.\PsExec64.exe -sid "D:\Downloads\SQLServer2019-KB4577194-x64.exe"
This way you will execute the service pack using SYSTEM account which has highest privilege.
Service pack installed successfully!
I am attempting to uninstall Oracle 11g database and do a reinstall because of some errors. I am on Windows 10 and was uninstalling from the Control Panel. However, my uninstall window got closed toward the end and now when I go back the Control Panel, it still shows an entry for "Oracle Database 11g Express Edition" which is of 527 MB.
Now it doesn't let me uninstall anymore, it gives me an error "1628: Failed to complete installation.".
I have tried reinstalling the software using the Oracle universal installer but that only gives options to Repair and Remove. Clicking Repair or clicking Remove gives "Error 1605: This action is only valid for products that are currently installed."
How can i reinstall the database?
go to C:\Program Files (x86)\InstallShield Installation Information and delete all the files over there and try running the Oracle Universal Installer (Oracle XE) again.
I am working with an Installscript Project and i have a few features that the user can install. When the user selects to install both SQL Server Express 2008 and a webclient application, DISM is failing.
SQL install runs first and installs with no issues, the Webclient installs second and first uses DISM to enable my required IIS components. The problem is that it seems like the SQL install has something open that is causing the DISM app to fail. I look in the log file and i see multiple lines stating "DISM Manager: PID=4000 Failed to create the image session process. A process is already servicing the image. - CDISMManager::CreateImageSession(hr:0x800700b7)"
If i omit installing the SQL server then the DISM tool works as it should with no issues at all. I have not been able so far to figure out what is causing the failure with SQL..
Is this a pure InstallScript project or a InstallScript MSI project? The behavior you report sounds suspiciously like the latter, where running SQL Server Express 2008 R2 will drop the MSI handle after it performs its own checks for supported operating system. I cannot say for sure though if this is the issue you are encountering.
Another thing I would try myself is enabling the UI for the install of SQL Server 2008 by removing the /Q parameter and see if the install is somehow reporting that it is complete too soon.
What do the logs from SQL Server report?
I'm trying to upgrade clearquest server 7.1.x.x to 8.x.x
I'm uninstalling 7.1.x.x and installing the version 8.
After upgradation how can i restore the connections that CQ had to schema repository and user DB?
If you're on Windows, The simplest way is to:
Open the ClearQuest Maintenance Tool
Select the profile you want to keep.
Select File/Export profile.
If the host is Unix, you should look for a directory in the clearquest install directory with one of these names:
cqdb_rgy
CQDB_rgys
cqdb_registry
Archive that directory and put it back when you have finished the upgrade. The Installation Manager upgrade process may do this for you.
I'm trying to install the developer edition of SQL Server 2008 R2. I run the setup as admin, but after it installs the "Setup Support Files", it closes and returns back to the installation center screen.
Any ideas?
I had this same problem and it appears to be something to do with previous versions leaving behind elements in their install/uninstall. I fixed it by running the Microsoft install/uninstall utility linked below. During the process you are asked what program you are trying to install and MSSQL Server 2008 R2 is listed. After running this the install continued after the "Setup Support Files" stage. Hope it helps!
http://support.microsoft.com/mats/Program_Install_and_Uninstall
So does it even installs Support files? You can check it by looking into "Programs and Features" (if using Windows Vista or 7) and if it is not there then it is not even installing support files. In that case may be you are missing components required for Support files itself (e.g. older version of Windows Installer).
Sometimes, SQL Server installer itself acts funny and without any reason it just crashes. Did you tried to run it again? Or try to run the installer after rebooting your system (I know this sound like a too rookie advice but in many cases rebooting OS solves issue).
The problem started when I change the shared folder directory from \Program Files(86)\SQL Server to custom folder. If I could have rename back to default, it should have been fine but I stop the installation and restart the install again assuming it will install fresh, but it did not and it hangs all the time.
I appreciate the comment from Lee, as per his advice I ran the fix it tool from Microsoft. The tool finds SQL Server 2008 R2 installed and I choose to uninstall.
When re-install the SQL Engine, it went through because this time, I did not change the Share Folder location and leave it to the default. I think this is some kind of bug in the SQL Installation. I wonder why Installation has to hang...!
The problem might be the location of the Setup Support Files.
Remove all the Setup Support Files using Control Panel/Uninstall Program.
After that install SQL 2008 from the beginning.