https://www.youtube.com/watch?v=StydMitHtuI&feature=youtu.be
Cheers
Osama Mustafa
For the people who think differently Welcome aboard
This related to Topics such as EBS, Siebel, People Soft, .. etc
https://www.youtube.com/watch?v=StydMitHtuI&feature=youtu.be
Cheers
Osama Mustafa
ldap utility BINDASAPPUSER FAILED DUE TO INVALID PASSWORD
The above error happened to Siebel CRM.
the solution is so simple :-
In my version Siebel configured as SSO because of this OID hold all the application user after check o i found that orcladmin have only one week for password expiration Siebel consider this as error so i increase password policy in OID.
Cheers
Osama
opatch apply -jdk /u01/app/oracle/JDK/160_24
Cheers
Osama Mustafa
Regarding to oracle documentation :-
The notification system allows you to notify Enterprise Manager administrators of alerts, policy violations, and the status changes of job executions. In addition to notifying administrators, the notification system can perform actions such as executing operating system commands (including scripts) and PL/SQL procedures when an alert is triggered.
Before Enterprise Manager can send e-mail notifications, you must first specify the Outgoing Mail (SMTP) servers to be used by the notification system. Once set, you can then define e-mail notifications for yourself or, if you have Super Administrator privileges, you can also define notifications for other Enterprise Manager administrators.
For More about E-Mail Notification Read here.
If everything is ready please follow the screen shot :-
Welcome Screen/Login Page
You Can check the document here
Cheers
Osama Mustafa
View Document from here
Cheers
Osama Mustafa
You can read it from here
Cheers
Osama
Testing JSR-160 Runtime … failed.
Cannot establish connection.
Testing JSR-160 DomainRuntime … skipped.
Testing JSR-88 … skipped.
Testing JSR-88-LOCAL … skipped.
Testing JNDI … skipped.
Testing JSR-160 Edit … skipped.
Testing HTTP … success.
Testing Server MBeans Model … skipped.
all my searching on internet not working most of the blogs indicate it’s proxy setting which is already disables in my case.
After invesgtation and check logs on the both side adminserver and Jdeveloper i found it’s DNS server issue therefore i edited hosts in windows like the below
Adminserver-IP Hostname
After do this and put hostname instead of IP it’s worked Successfully.
Cheers
Osama Mustafa
to solve this issue all you have to do increasing JVM, to do this follow the below steps :-
Or
This file will indicate to setownenv.sh or setowbenv.bat usually in the same path. Open it with any editor.
be careful while adding this file If you notice or read this file there is more than one line looking the same, these lines only depend on OS for example in my case i am working on LINUX then i have to add Line that indicate for Linux only.
Next to the line -d64 add new parameter -Xmx=1024M or depend on your work.
Restart OWB now.
Cheers.
Osama Mustafa