Not able to start OBIEE 12c Server components - obiee

I have tried to install OBIEE 12c in windows 2012 R2 and Successfully installed.But I am not able to start all the BI components.I have tried through Em as well as through the command (start.cmd).But no luck.Only obijh1 is in running state.rather than that all the components are in SHUTDOWN state.Please check the screen shot.I am stuck here for last 2 days.Any Idea will be helpfull.

You should try using the Windows service created in installation time.
You have the logs of the windows services in DOMAIN_HOME/bilogs/windowsservices.log

Related

Oracle 19c :: Failed to set ACL's for specified User

I'm trying to install a fresh new downloaded Oracle Database 19c on my Windows 10 Home and I receive the error: Failed to set ACL's for specified User.
In the logs details I see mentioned updating registry key HKEY_LOCAL_MACHINE\SOFTWARE\Oracle\KEY_OraDB19Home1 I don't see nothing unusual there.
I followed this guide and I:
run net share
run net use \\localhost\c$
I Stop and Disabled and the service OracleRemExecServiceV2
I also run with PowerShell as Administrator the command setup.exe -ignorePrereq -J"-Doracle.install.db.validate.supportedOSCheck=false"
Of course I have also created a brand new user for Oracle with a brand new password. And I also tried the Windows user within the Administrator group
I went to regedit and on HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System I created a new DWORD value LocalAccountTokenFilterPolicy set to 1
I disabled Windows Defender and the whole Firewall
Then I tried the Debug mode so run from an elevated prompt I run setup.exe -debug -ignorePrereq -J"-Doracle.install.db.validate.supportedOSCheck=false" and as result I got:
native operation failed with WSE-000053: Windows application programming interface (API) SetFileSecurityW failed.
and
O/S-Error: (OS 123) The filename, directory name, or volume label syntax is incorrect.
which makes absolutely no sense to me because it looks like a Windows error.
How it can be so hard to install Oracle DB on a brand new machine with tons of CPU and RAM?
What ACL means and how to set it up?
Where am I wrong?
This is what makes your life miserable:
Oracle Database 19c on my Windows 10 Home
Oracle isn't/wasn't/won't (as far as I can tell) be supported on any MS Windows Home edition. True, some people made it work, but that's more matter of luck. You should upgrade operating system.
Or, maybe a better option, download one of Pre-Built Developer VMs (for Oracle VM VirtualBox).
Installation guide
says
Oracle Database for Windows x64 is supported on the following
operating system versions: Windows 10 x64 - Pro, Enterprise, and
Education editions
Oracle 19c is not supported on Windows 10 Home edition.
If you really want to have Oracle 19c on Windows, try to create a virtual machine with a supported Windows Server evaluation version. Or try to install Oracle 18 XE.

Windows 10 Bootcamp causing issues with Oracle Database 11g XE

I tried twice installing Windows 10 PRO and then installing the Oracle Database 11g XE. Every time, it will cause errors. Exact same issues as this thread here If anyone who has encountered this issue before and was able to resolve it, can you help me? I installed the same software on my Lenovo Laptop running Windows 10 Home and it was able to run it without any problems. So I believe the suspect here is the bootcamp.
Issue I encountered:
Get Started with Oracle Database XE doesnt work. Keeps saying that 127.0.0.1:8080/apex not found on W10 bootcamp. Ran it on windows and opened up the dashboard without any problems.
Ran the sqlplus command in cmd in W10 bootcamp, logged in as SYS AS SYSDBA and spat out this: Connected as an instance which I googled around and meant the database isnt running. Tried it on the windows and was successfully able to log in.
The exact same errors in the link I posted.
Tried creating a connection in the SQLDeveloper and it gave me ORA-12050 error which also means database is not running. Ran it on a windows machine and no errors.
I need it for my Database class and don't want to drag around a bulky laptop to college everyday. If someone could help me out, I would be grateful to you.

How to start Oracle DB and how to connect to it?

I have downloaded latest Database App Development Virtual Machine with Oracle Linux 7 and Oracle Database 12c Release 1 Enterprise Edition (12.1.0.2 with In-Memory Option) and Oracle SQL Developer.
How do i start database or verify that it is running?
How do I connect to it?
i just checked and the db is already running. Open an xterm window and type sqlplus system/oracle and you'll be logged into the db. It's all set to go. Firefox - Apex is working. SQLDeveloper is setup with a connection to System, password is "oracle".
And, if you go to Applications > System Tools > System Monitor and click on Processes and scroll down you'll see many "ora_" processes - these are the oracle server background processes running. If you connected to the database, one will represent your forground, connected process.
Please note. this is a lab environment meant for people to learn about developing apps on oracle. Consider this one for more "DBA" type learning and more info on startup/shut down.

Oracle11gXE 64bit not installed correctly TNSListener not starting

I am not sure if this is the right place for this question. I downloaded and installed Oracle11g XE 64bit edition in my Virtual Server ()
After this installation, TNSListener service is not starting at all. Initially I had the error message that it is configured as an Interactive Service. So I also started Interactive Service and then tried to start TNSListener, but it is not working. I tried this server time with uninstall oracle & reinstall also with system restarts. But nothing helps.
I did the same installation on my Windows Desktop 64 bit OS and here it works.
So, I don't understand where I am going wrong in my virtual server. Can someone pls help?
Found the solution to my problem.
Key Note: When TNSListener wouldn't start via Windows Services, pls try the same via command prompt. We will get to know the error in detail.
This is what I did. Check my post http://www.umatechcorner.com/oracle-tnslistener-windows-service-wont-start-solved/

Failed to start Informix through Windows services

I have Informix version 11.50 installed on my Windows machine. According to this link, in order to start the server, it should be done through Windows services, look for Informix IDS - instance_name. It is supposed to start when Windows is started up, but for my case it is not, and it wasn't started. Thus I start it up manually by double clicking on it, and it prompt me an error:
The service did not respond to the start or control request in a
timely fashion.
May I know is there any solution in order to start up the local Informix DB on windows?
You will have to check what went wrong in Informix log. It is located in Informix dir and has server name with .log extension (for example c:\informix\ol_test.log). In this file there is information about running server like:
12:42:36 IBM Informix Dynamic Server Started.
Check this file and give us more details if you will not know how to solve reported problems.
Installation of Informix in Windows Vista has been failed. Due to the reason this Informix thing is not able to uninstall and not even allow me to configure a database. Even though I have manually delete the whole folder from Program Files, when trying to install a new copy of Informix, it prompt me the "Invalid ISV name" thing which I totally running out of clue with.
I found a post mention that Vista is not a good platform for Informix. Forget about Windows as a Server a.k.a. WAAS.
xD

Resources