Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Primavera P6 professional Login alert box: The database has not been configured to run background jobs. To correct this error contact your system administrator

Primavera P6 Professional Login alert box: The database has not been configured to run background jobs. To correct this error contact your system administrator

Solution:

The P6 background jobs are not running in the Database.

If your P6 database schema is in Oracle database:

Log in as BGJOBUSER and run the following SQL

begin initialize_background_procs; end;

begin system_monitor; end;

Begin data_monitor; end;

If your P6 database schema is in MS SQL server

Log in to SQL SERVER as an SA user and issue the following SQL

exec initialize_background_procs

exec system_monitor

exec data_monitor


This post first appeared on Oracle ADF, BPM, BI And Primavera P6 Tutorials, please read the originial post: here

Share the post

Primavera P6 professional Login alert box: The database has not been configured to run background jobs. To correct this error contact your system administrator

×

Subscribe to Oracle Adf, Bpm, Bi And Primavera P6 Tutorials

Get updates delivered right to your inbox!

Thank you for your subscription

×