Top Users - log in

On APEX 4.0 home page there is a section for "Top Users" and I am assuming the quantity shown for each user is page events. I would like to calculate something similar but calculate the number of log-ins for each user. How would I go about doing that?
Thanks in advance!
John

Hi John,
Check out the ApEx Views (available in the Tasks links on the Application Builder home page). The one you will probably be interested in is APEX_WORKSPACE_ACCESS_LOG. You can slice/dice this info a number of different ways, but for just a basic count of log-ins by user:
SELECT user_name, count(*) logins
  FROM apex_workspace_access_log
WHERE authentication_result = 'AUTH_SUCCESS'
GROUP BY by user_name;Hope this helps,
John
If you find this information useful, please remember to mark the post "helpful" or "correct" so that others may benefit as well.

Similar Messages

  • How to set printer margins if using a lot of printers in virtual desktops which are deleted each time users logs off

    Hello,
    i am using Firefox version 31. I have a problem with page setup margins. I need to use left
    30mm; right 10mm; top 20mm; bottom 20mm. I am using VMware floating assignemnt linked clones
    virtual desktops. After users log off - machines are deleted and users next time logs on get's brand
    new VDI's. Users gets printers to VDI using login script from Active Directory.
    Option Explicit
    Dim strPrinterUNC, objNetwork
    strPrinterUNC = "\\some_server\printer_number_1"
    Set objNetwork = CreateObject("WScript.Network")
    objNetwork.AddWindowsPrinterConnection strPrinterUNC
    WScript.Sleep (20000)
    objNetwork.SetDefaultPrinter strPrinterUNC
    Set objNetwork = Nothing
    Each user have different logon script, because they use different printers (different printer names e.g. \\some_server\printer_number_2 ; \\some_server\printer_number_3 and etc. Page setup margins in Internet Explorer are ok. But how to make Firefox page setup margins as i need? For other options i have
    used CCK2 Wizard 2.0.4 tool. It worked fine. Maybe i can put some information in C:\Program
    Files\Mozilla Firefox\defaults\pref\autoconfig.js I have some usefull data in it allready. I
    have found info that: "Setting print margins is done in the printer settings". I have a lot of
    printers, so i can not set printer margins individualy for each of them. Now mozilla shows top,
    bottom, right, left each 12.7 mm. What should i do if i have a lot of printers in enterprise
    environment?

    Firefox has a profile folder that has preferences to save this. But the config that would need to be changed is:
    print. save_print_settings = True - (default): Save the print settings after each print job
    Locking that preference: [http://kb.mozillazine.org/Locking_preferences]
    Or done manually:
    #In order to check the margins, we need to go to ''File'' > ''Page Setup''.
    #Once this is done, switch to the ''Margins & Header/Footer'' tab.
    #Check what's set there under ''Margins''.
    The following are the default values for ''Margins'':
    Check these values accordingly and change them if necessary.

  • Freaky new User log-in option at start-up-arrgrhghghhh

    When I start-up (10.4...) I am presented with the log-in screen per my usual preference settings - I recently had to reset my passwords using the install cd to access the options for such a task (don't ask). Everything went as planned but when the computer restarted, in addition to my usual list of users there was a new user, listed as 'Other' and if selected a screen opens presenting spaces to type in a User Name and User Passwork.
    When I check my system prefs>Accounts, this new 'Other' is not listed. How do I make it go away?! It's freaking me out. MANY THANKS!

    Hi, just to confirm that you followed what Henry G4 said.
    You logged on as an Administrator first?
    then find>
    Apps
    Utilities
    Net Info
    "Security" (at top of desktop)
    click "disable root user"
    log out, and "other" should be gone!
    Good computing! Robert.

  • No domains accessible to the user logged in

    Hi,
    I installed SOA 10.1.3.0.1 Basic Developer version. First time after installation everything comes up fine. I deployed and tested
    couple of processes. I shut down the SOA Suite and then restrated it over. Now when going to BPEL Console and logging in as
    oc4jadmin it gives the following error:
    No domains accessible to the user logged in.
    Now I checked the log file and see the following error message. i believe it's due
    The database schema version "2.0.3" from the database does not match the version "2.0.4" expected by the server.
    as I am using the developer version and olite is installed by default. I don't know why it only works first time after installation and then
    after that never works. Any idea how to fix this. As I have re-installed it several times now.
    <2007-06-25 01:20:13,953> <INFO> <collaxa> <ConnectionFactoryImpl::init> Initialized connection factory jdbc/BPELServerDataSourceWorkflow
    <2007-06-25 01:20:13,953> <INFO> <collaxa> <ConnectionFactoryImpl::init> Initialized connection factory jdbc/BPELServerDataSource
    <2007-06-25 01:20:14,109> <INFO> <collaxa> <ServerManager::__init> Detected datasource 'olite'
    07/06/25 01:20:14 ORABPEL-03003
    Incorrect db schema version.
    The database schema version "2.0.3" from the database does not match the version "2.0.4" expected by the server.
    The database schema currently in place has probably been configured for a previous release; please re-install the database schema and try to start the server again.
    07/06/25 01:20:14      at com.collaxa.cube.engine.adaptors.util.BaseSchemaManager.getSchemaVersion(BaseSchemaManager.java:90)
    07/06/25 01:20:14      at com.collaxa.cube.engine.adaptors.util.DataSourceSchemaUtils$1.validateCompatibility(DataSourceSchemaUtils.java:72)
    07/06/25 01:20:14      at com.collaxa.cube.engine.adaptors.util.DataSourceSchemaUtils.validateServerSchemaVersion(DataSourceSchemaUtils.java:136)
    07/06/25 01:20:14      at com.collaxa.cube.admin.adaptors.ServerAdaptorManager.init(ServerAdaptorManager.java:126)
    07/06/25 01:20:14      at com.collaxa.cube.admin.ServerManager.__init(ServerManager.java:202)
    07/06/25 01:20:14      at com.collaxa.cube.admin.ServerManager.init(ServerManager.java:110)
    07/06/25 01:20:14      at com.collaxa.cube.ejb.impl.ServerBean.init(ServerBean.java:254)
    07/06/25 01:20:14      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    07/06/25 01:20:14      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    07/06/25 01:20:14      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    07/06/25 01:20:14      at java.lang.reflect.Method.invoke(Method.java:585)
    07/06/25 01:20:14      at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
    07/06/25 01:20:14      at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    07/06/25 01:20:14      at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    07/06/25 01:20:14      at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    07/06/25 01:20:14      at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
    07/06/25 01:20:14      at java.security.AccessController.doPrivileged(Native Method)
    07/06/25 01:20:14      at javax.security.auth.Subject.doAs(Subject.java:396)
    07/06/25 01:20:14      at com.evermind.server.ThreadState.runAs(ThreadState.java:622)
    07/06/25 01:20:14      at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
    07/06/25 01:20:14      at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    07/06/25 01:20:14      at com.evermind.server.ejb.interceptor.system.TxNotSupportedInterceptor.invoke(TxNotSupportedInterceptor.java:43)
    07/06/25 01:20:14      at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    07/06/25 01:20:14      at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    07/06/25 01:20:14      at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    07/06/25 01:20:14      at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
    07/06/25 01:20:14      at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
    07/06/25 01:20:14      at ServerBean_RemoteProxy_4bin6i8.init(Unknown Source)
    07/06/25 01:20:14      at com.collaxa.cube.admin.CXLoaderServlet.init(CXLoaderServlet.java:60)
    07/06/25 01:20:14      at javax.servlet.GenericServlet.init(GenericServlet.java:256)
    07/06/25 01:20:14      at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2361)
    07/06/25 01:20:14      at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4810)
    07/06/25 01:20:14      at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4734)
    07/06/25 01:20:14      at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4922)
    07/06/25 01:20:14      at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1134)
    07/06/25 01:20:14      at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:738)
    07/06/25 01:20:14      at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:414)
    07/06/25 01:20:14      at com.evermind.server.Application.getHttpApplication(Application.java:545)
    07/06/25 01:20:14      at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1990)
    07/06/25 01:20:14      at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:1909)
    07/06/25 01:20:14      at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:645)
    07/06/25 01:20:14      at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:290)
    07/06/25 01:20:14      at com.evermind.server.http.HttpServer.setSites(HttpServer.java:270)
    07/06/25 01:20:14      at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:177)
    07/06/25 01:20:14      at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2450)
    07/06/25 01:20:14      at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:998)
    07/06/25 01:20:14      at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131)
    07/06/25 01:20:14      at java.lang.Thread.run(Thread.java:595)
    <2007-06-25 01:20:15,937> <INFO> <collaxa> <ServerManager::uninit> Shutting down all domains
    <2007-06-25 01:20:15,937> <INFO> <collaxa> <ServerManager::uninit> Done shutting down all domains
    07/06/25 01:20:37 java.sql.SQLException: [POL-5130] table or view not found
    07/06/25 01:20:37      at oracle.lite.poljdbc.LiteThinJDBCConnection.thinSQLError(Unknown Source)
    07/06/25 01:20:37      at oracle.lite.poljdbc.LiteThinJDBCStatement.thinSqlPrepare(Unknown Source)
    07/06/25 01:20:37      at oracle.lite.poljdbc.LiteThinJDBCPreparedStatement.prepare(Unknown Source)
    07/06/25 01:20:37      at oracle.lite.poljdbc.POLJDBCPreparedStatement.<init>(Unknown Source)
    07/06/25 01:20:37      at oracle.lite.poljdbc.OraclePreparedStatement.<init>(Unknown Source)
    07/06/25 01:20:37      at oracle.lite.poljdbc.POLJDBCCallableStatement.<init>(Unknown Source)
    07/06/25 01:20:37      at oracle.lite.poljdbc.OracleCallableStatement.<init>(Unknown Source)
    07/06/25 01:20:37      at oracle.lite.poljdbc.POLJDBCConnection.prepareCall(Unknown Source)
    07/06/25 01:20:37      at oracle_lite_poljdbc_OracleConnection_Proxy.prepareCall()
    07/06/25 01:20:37      at oracle.bpel.services.workflow.repos.driver.WFTaskTimer.getWFTaskTimers(WFTaskTimer.java:164)
    07/06/25 01:20:37      at oracle.bpel.services.workflow.repos.driver.PersistencyService.getWFTaskTimers(PersistencyService.java:946)
    07/06/25 01:20:37      at oracle.bpel.services.workflow.task.impl.WorkflowTimerAgent.getTaskTimer(WorkflowTimerAgent.java:587)
    07/06/25 01:20:37      at oracle.bpel.services.workflow.task.impl.WorkflowTimerAgent.<init>(WorkflowTimerAgent.java:134)
    07/06/25 01:20:37      at oracle.bpel.services.workflow.task.impl.WorkflowTimerAgent.<clinit>(WorkflowTimerAgent.java:91)
    07/06/25 01:20:37      at oracle.bpel.services.workflow.task.impl.TaskService.<init>(TaskService.java:158)
    07/06/25 01:20:37      at oracle.bpel.services.workflow.task.impl.TaskService.<clinit>(TaskService.java:131)
    07/06/25 01:20:37      at oracle.bpel.services.common.InitializeServlet.init(InitializeServlet.java:56)
    07/06/25 01:20:37      at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2361)
    07/06/25 01:20:37      at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4810)
    07/06/25 01:20:37      at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4734)
    07/06/25 01:20:37      at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4922)
    07/06/25 01:20:37      at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1134)
    07/06/25 01:20:37      at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:738)
    07/06/25 01:20:37      at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:414)
    07/06/25 01:20:37      at com.evermind.server.Application.getHttpApplication(Application.java:545)
    07/06/25 01:20:37      at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1990)
    07/06/25 01:20:37      at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:1909)
    07/06/25 01:20:37      at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:645)
    07/06/25 01:20:37      at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:290)
    07/06/25 01:20:37      at com.evermind.server.http.HttpServer.setSites(HttpServer.java:270)
    07/06/25 01:20:37      at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:177)
    07/06/25 01:20:37      at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2450)
    07/06/25 01:20:37      at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:998)
    07/06/25 01:20:37      at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131)
    07/06/25 01:20:37      at java.lang.Thread.run(Thread.java:595)
    <2007-06-25 01:20:37,531> <ERROR> <oracle.bpel.services.workflow> <::> [POL-5130] table or view not found
    java.sql.SQLException: [POL-5130] table or view not found
         at oracle.lite.poljdbc.LiteThinJDBCConnection.thinSQLError(Unknown Source)
         at oracle.lite.poljdbc.LiteThinJDBCStatement.thinSqlPrepare(Unknown Source)
         at oracle.lite.poljdbc.LiteThinJDBCPreparedStatement.prepare(Unknown Source)
         at oracle.lite.poljdbc.POLJDBCPreparedStatement.<init>(Unknown Source)
         at oracle.lite.poljdbc.OraclePreparedStatement.<init>(Unknown Source)
         at oracle.lite.poljdbc.POLJDBCCallableStatement.<init>(Unknown Source)
         at oracle.lite.poljdbc.OracleCallableStatement.<init>(Unknown Source)
         at oracle.lite.poljdbc.POLJDBCConnection.prepareCall(Unknown Source)
         at oracle_lite_poljdbc_OracleConnection_Proxy.prepareCall()
         at oracle.bpel.services.workflow.repos.driver.WFTaskTimer.getWFTaskTimers(WFTaskTimer.java:164)
         at oracle.bpel.services.workflow.repos.driver.PersistencyService.getWFTaskTimers(PersistencyService.java:946)
         at oracle.bpel.services.workflow.task.impl.WorkflowTimerAgent.getTaskTimer(WorkflowTimerAgent.java:587)
         at oracle.bpel.services.workflow.task.impl.WorkflowTimerAgent.<init>(WorkflowTimerAgent.java:134)
         at oracle.bpel.services.workflow.task.impl.WorkflowTimerAgent.<clinit>(WorkflowTimerAgent.java:91)
         at oracle.bpel.services.workflow.task.impl.TaskService.<init>(TaskService.java:158)
         at oracle.bpel.services.workflow.task.impl.TaskService.<clinit>(TaskService.java:131)
         at oracle.bpel.services.common.InitializeServlet.init(InitializeServlet.java:56)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2361)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4810)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4734)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4922)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1134)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:738)
         at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:414)
         at com.evermind.server.Application.getHttpApplication(Application.java:545)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1990)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:1909)
         at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:645)
         at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:290)
         at com.evermind.server.http.HttpServer.setSites(HttpServer.java:270)
         at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:177)
         at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2450)
         at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:998)
         at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131)
         at java.lang.Thread.run(Thread.java:595)
    <2007-06-25 01:20:37,531> <ERROR> <oracle.bpel.services.workflow> <::> Error while querying workflow task timer.
    Error while querying workflow task timer based on task metadata and application name.
    Check the underlying exception and correct the error. Contact oracle support if error is not fixable.
    ORABPEL-30320
    Error while querying workflow task timer.
    Error while querying workflow task timer based on task metadata and application name.
    Check the underlying exception and correct the error. Contact oracle support if error is not fixable.
         at oracle.bpel.services.workflow.repos.driver.WFTaskTimer.getWFTaskTimers(WFTaskTimer.java:183)
         at oracle.bpel.services.workflow.repos.driver.PersistencyService.getWFTaskTimers(PersistencyService.java:946)
         at oracle.bpel.services.workflow.task.impl.WorkflowTimerAgent.getTaskTimer(WorkflowTimerAgent.java:587)
         at oracle.bpel.services.workflow.task.impl.WorkflowTimerAgent.<init>(WorkflowTimerAgent.java:134)
         at oracle.bpel.services.workflow.task.impl.WorkflowTimerAgent.<clinit>(WorkflowTimerAgent.java:91)
         at oracle.bpel.services.workflow.task.impl.TaskService.<init>(TaskService.java:158)
         at oracle.bpel.services.workflow.task.impl.TaskService.<clinit>(TaskService.java:131)
         at oracle.bpel.services.common.InitializeServlet.init(InitializeServlet.java:56)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2361)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4810)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4734)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4922)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1134)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:738)
         at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:414)
         at com.evermind.server.Application.getHttpApplication(Application.java:545)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1990)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:1909)
         at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:645)
         at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:290)
         at com.evermind.server.http.HttpServer.setSites(HttpServer.java:270)
         at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:177)
         at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2450)
         at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:998)
         at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.sql.SQLException: [POL-5130] table or view not found
         at oracle.lite.poljdbc.LiteThinJDBCConnection.thinSQLError(Unknown Source)
         at oracle.lite.poljdbc.LiteThinJDBCStatement.thinSqlPrepare(Unknown Source)
         at oracle.lite.poljdbc.LiteThinJDBCPreparedStatement.prepare(Unknown Source)
         at oracle.lite.poljdbc.POLJDBCPreparedStatement.<init>(Unknown Source)
         at oracle.lite.poljdbc.OraclePreparedStatement.<init>(Unknown Source)
         at oracle.lite.poljdbc.POLJDBCCallableStatement.<init>(Unknown Source)
         at oracle.lite.poljdbc.OracleCallableStatement.<init>(Unknown Source)
         at oracle.lite.poljdbc.POLJDBCConnection.prepareCall(Unknown Source)
         at oracle_lite_poljdbc_OracleConnection_Proxy.prepareCall()
         at oracle.bpel.services.workflow.repos.driver.WFTaskTimer.getWFTaskTimers(WFTaskTimer.java:164)
         ... 25 more
    <2007-06-25 01:20:37,531> <ERROR> <oracle.bpel.services.workflow> <::> Error while querying workflow task timer.
    Error while querying workflow task timer based on task metadata and application name.
    Check the underlying exception and correct the error. Contact oracle support if error is not fixable.
    ORABPEL-30320
    Error while querying workflow task timer.
    Error while querying workflow task timer based on task metadata and application name.
    Check the underlying exception and correct the error. Contact oracle support if error is not fixable.
         at oracle.bpel.services.workflow.repos.driver.WFTaskTimer.getWFTaskTimers(WFTaskTimer.java:183)
         at oracle.bpel.services.workflow.repos.driver.PersistencyService.getWFTaskTimers(PersistencyService.java:946)
         at oracle.bpel.services.workflow.task.impl.WorkflowTimerAgent.getTaskTimer(WorkflowTimerAgent.java:587)
         at oracle.bpel.services.workflow.task.impl.WorkflowTimerAgent.<init>(WorkflowTimerAgent.java:134)
         at oracle.bpel.services.workflow.task.impl.WorkflowTimerAgent.<clinit>(WorkflowTimerAgent.java:91)
         at oracle.bpel.services.workflow.task.impl.TaskService.<init>(TaskService.java:158)
         at oracle.bpel.services.workflow.task.impl.TaskService.<clinit>(TaskService.java:131)
         at oracle.bpel.services.common.InitializeServlet.init(InitializeServlet.java:56)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2361)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4810)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4734)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4922)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1134)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:738)
         at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:414)
         at com.evermind.server.Application.getHttpApplication(Application.java:545)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1990)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:1909)
         at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:645)
         at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:290)
         at com.evermind.server.http.HttpServer.setSites(HttpServer.java:270)
         at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:177)
         at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2450)
         at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:998)
         at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.sql.SQLException: [POL-5130] table or view not found
         at oracle.lite.poljdbc.LiteThinJDBCConnection.thinSQLError(Unknown Source)
         at oracle.lite.poljdbc.LiteThinJDBCStatement.thinSqlPrepare(Unknown Source)
         at oracle.lite.poljdbc.LiteThinJDBCPreparedStatement.prepare(Unknown Source)
         at oracle.lite.poljdbc.POLJDBCPreparedStatement.<init>(Unknown Source)
         at oracle.lite.poljdbc.OraclePreparedStatement.<init>(Unknown Source)
         at oracle.lite.poljdbc.POLJDBCCallableStatement.<init>(Unknown Source)
         at oracle.lite.poljdbc.OracleCallableStatement.<init>(Unknown Source)
         at oracle.lite.poljdbc.POLJDBCConnection.prepareCall(Unknown Source)
         at oracle_lite_poljdbc_OracleConnection_Proxy.prepareCall()
         at oracle.bpel.services.workflow.repos.driver.WFTaskTimer.getWFTaskTimers(WFTaskTimer.java:164)
         ... 25 more
    07/06/25 01:20:39 Confluent Config: Loading configuration file config.xml
    07/06/25 01:20:39 Confluent Config: "${config.path}" is resolved to "config.properties"
    07/06/25 01:20:39 Confluent Config: "${gateway.default.config.path}" is resolved to "gateway-config-installer.properties;gateway-config-common.properties"
    07/06/25 01:20:39 Confluent Config: Loading property file config.properties
    07/06/25 01:20:39 Confluent Config: Loading property file gateway-config-installer.properties
    07/06/25 01:20:39 Confluent Config: Loading property file gateway-config-common.properties
    07/06/25 01:20:39 Confluent Config: Loading configuration file config.xml
    07/06/25 01:20:39 Confluent Config: "${config.path}" is resolved to "config.properties"
    07/06/25 01:20:39 Confluent Config: "${gateway.default.config.path}" is resolved to "gateway-config-installer.properties;gateway-config-common.properties"
    07/06/25 01:20:39 Confluent Config: Loading property file config.properties
    07/06/25 01:20:39 Confluent Config: Loading property file gateway-config-installer.properties
    07/06/25 01:20:39 Confluent Config: Loading property file gateway-config-common.properties
    07/06/25 01:20:40
    ConnectionPoolManager gateway.foundationservice intialized with url=jdbc:polite4@localhost:1531:orawsm driver=oracle.lite.poljdbc.POLJDBCDriver user=system maxConn=5
    07/06/25 01:20:40 Gateway component started
    07/06/25 01:20:40 Confluent Config: Loading configuration file config.xml
    07/06/25 01:20:40 Confluent Config: "${config.path}" is resolved to "config.properties"
    07/06/25 01:20:40 Confluent Config: "${policymanager.default.config.path}" is resolved to "policymanager-config-installer.properties;policymanager-config-common.properties"
    07/06/25 01:20:40 Confluent Config: Loading property file config.properties
    07/06/25 01:20:40 Confluent Config: Loading property file policymanager-config-installer.properties
    07/06/25 01:20:40 Confluent Config: Loading property file policymanager-config-common.properties
    07/06/25 01:20:40
    ConnectionPoolManager PolicyRepository intialized with url=jdbc:polite4@localhost:1531:orawsm driver=oracle.lite.poljdbc.POLJDBCDriver user=system maxConn=5
    07/06/25 01:20:40
    ConnectionPoolManager ComponentRepository intialized with url=jdbc:polite4@localhost:1531:orawsm driver=oracle.lite.poljdbc.POLJDBCDriver user=system maxConn=5
    07/06/25 01:20:40 Policy Manager component started
    07/06/25 01:20:41 Confluent Config: Loading configuration file config.xml
    07/06/25 01:20:41 Confluent Config: "${config.path}" is resolved to "config.properties"
    07/06/25 01:20:41 Confluent Config: "${ui.default.config.path}" is resolved to "ui-config-installer.properties;ui-config-common.properties"
    07/06/25 01:20:41 Confluent Config: Loading property file config.properties
    07/06/25 01:20:41 Confluent Config: Loading property file ui-config-installer.properties
    07/06/25 01:20:41 Confluent Config: Loading property file ui-config-common.properties
    07/06/25 01:20:41 Authentication Provider is:com.cfluent.accessprovider.sampledb.LocalDBAuthProvider
    07/06/25 01:20:41
    ConnectionPoolManager Component Repository Pool intialized with url=jdbc:polite4@localhost:1531:orawsm driver=oracle.lite.poljdbc.POLJDBCDriver user=system maxConn=5
    07/06/25 01:20:41
    ConnectionPoolManager UI Pool intialized with url=jdbc:polite4@localhost:1531:orawsm driver=oracle.lite.poljdbc.POLJDBCDriver user=system maxConn=5
    07/06/25 01:20:41 Confluent UI component started
    07/06/25 01:20:41 Corda Servlet Environment Initialized
    07/06/25 01:20:44
    Corda Server (PopChart) Version 6.0.597
    PopChart: Valid Key.
    OptiMap: No key entered, or key invalid.
    Highwire: No key entered, or key invalid.
    Cluster: No key entered, or key invalid.
    07/06/25 01:20:44 Copyright 1997 - 2004, Corda Technologies, Inc. (www.corda.com) Protected by U.S. Patent 5,933,830. Other patents pending.
    07/06/25 01:20:44
    07/06/25 01:20:44 server_root: C:/Oracle_Software/AS10g/1013/soa_windows_x86_101310/owsm/lib/corda
    07/06/25 01:20:44 chart_root: chart_root
    07/06/25 01:20:44 Password is Enabled, Required for Save
    07/06/25 01:20:44 Maximum Threads: 64
    07/06/25 01:20:44 Default Image Type is: Flash
    07/06/25 01:20:44 Auto Detect PNG Support. Compression Mode: DEFAULT
    07/06/25 01:20:44
    07/06/25 01:20:46 Confluent Config: Loading configuration file config.xml
    07/06/25 01:20:46 Confluent Config: "${config.path}" is resolved to "config.properties"
    07/06/25 01:20:46 Confluent Config: "${monitor.default.config.path}" is resolved to "monitor-config-installer.properties;monitor-config-common.properties"
    07/06/25 01:20:46 Confluent Config: Loading property file config.properties
    07/06/25 01:20:46 Confluent Config: Loading property file monitor-config-installer.properties
    07/06/25 01:20:46 Confluent Config: Loading property file monitor-config-common.properties
    07/06/25 01:20:51 Rmi Registry is started on port 3118
    07/06/25 01:20:51 Confluent Monitor component started
    07/06/25 01:20:51 Oracle Containers for J2EE 10g (10.1.3.1.0) initialized

    Hi,
    I uninstalled everything again and this time reinstalled the Mid-Tier version with OracleXE as the back end database. I followed the documentation to configure 10.1.3 with OID. All went fine as per the documentation. But when I try to log into BPELConsole I am still getting
    No domains accessible to the user logged in.
    When I tried to log into Worklist it gives me Authentication Error. And looking at the log file I see an error No Realm localhost..... The realm is correct but somehow I am not able to make 10.1.3 work on Mid-Tier with OID configured.
    Here is my is_config.xml
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <ISConfiguration xmlns="http://www.oracle.com/pcbpel/identityservice/isconfig">
    <configurations>
    <configuration realmName="localhost" displayName="localhost Realm">
    <provider providerType="JAZN" name="OID" service="Identity">
    <connection url="ldap://localhost:389" binddn="cn=orcladmin" password="testpwd1" encrypted="false"/>
    </provider>
    </configuration>
    </configurations>
    </ISConfiguration>
    Here is hw_services orion.xml
    <?xml version = '1.0'?>
    <orion-application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://xmlns.oracle.com/oracleas/schema/orion-application-10_0.xsd" deployment-version="10.1.3.1.0" default-data-source="jdbc/OracleDS" component-classification="internal-BPEL" schema-major-version="10" schema-minor-version="0">
         <ejb-module remote="false" path="hw_services_ejb.jar"/>
         <web-module id="hw_services" path="hw_services.war"/>
         <web-module id="deploy" path="deploy.war"/>
         <web-module id="testconnection" path="testconnection.war"/>
         <web-module id="worklistxpress" path="worklistxpress.war"/>
         <web-module id="worklistapp" path="worklistapp.war"/>
         <web-module id="taskservice" path="taskservice.war"/>
         <web-module id="taskmetadataservice" path="taskmetadataservice.war"/>
         <web-module id="taskqueryservice" path="taskqueryservice.war"/>
         <web-module id="IdentityService" path="IdentityService.war"/>
         <web-module id="usermetadataservice" path="usermetadataservice.war"/>
         <web-module id="runtimeconfigservice" path="runtimeconfigservice.war"/>
         <security-role-mapping name="PUBLIC">
              <group name="{{PUBLIC}}"/>
         </security-role-mapping>
         <persistence path="persistence"/>
         <jazn provider="LDAP" jaas-mode="doAsPrivileged"/>
         <log>
              <file path="application.log"/>
         </log>
    </orion-application>
    And here is orion.xml for orabpel
    <?xml version = '1.0'?>
    <orion-application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://xmlns.oracle.com/oracleas/schema/orion-application-10_0.xsd" deployment-version="10.1.3.1.0" default-data-source="jdbc/OracleDS" component-classification="internal-BPEL" schema-major-version="10" schema-minor-version="0">
         <ejb-module remote="false" path="ejb_ob_engine.jar"/>
         <ejb-module remote="false" path="ejb_services.jar"/>
         <web-module id="admin" path="admin.war"/>
         <web-module id="console" path="console.war"/>
         <web-module id="startup" path="startup.war"/>
         <web-module id="httpbinding" path="httpbinding.war"/>
         <security-role-mapping name="PUBLIC">
              <group name="{{PUBLIC}}"/>
         </security-role-mapping>
         <persistence path="persistence"/>
         <imported-shared-libraries>
              <import-shared-library name="oracle.bpel.common"/>
              <import-shared-library name="oracle.ws.client"/>
              <import-shared-library name="oracle.toplink"/>
              <import-shared-library name="oracle.ws.testpage"/>
         </imported-shared-libraries>
         <principals path="principals.xml"/>
         <jazn provider="LDAP" jaas-mode="doAsPrivileged"/>
         <log>
              <file path="application.log"/>
         </log>
         <connectors path="./oc4j-connectors.xml"/>
         <namespace-access>
              <read-access>
                   <namespace-resource root="">
                        <security-role-mapping name="&lt;jndi-user-role>">
                             <group name="oc4j-administrators"/>
                        </security-role-mapping>
                   </namespace-resource>
              </read-access>
              <write-access>
                   <namespace-resource root="">
                        <security-role-mapping name="&lt;jndi-user-role>">
                             <group name="oc4j-administrators"/>
                        </security-role-mapping>
                   </namespace-resource>
              </write-access>
         </namespace-access>
    </orion-application>
    Here is the Domain.log and it says default domain loaded and 2 processes deployed successfully. But I don't know why I am not able to log into BPELConsole and keeps getting "No domains accessible to the user logged in." also don't know from where the processes are loaded as I don't see anything in C:\Oracle_Software\AS10g\1013\soa_windows_x86_101310\bpel\domains\default\deploy as was expecting 2 jars in there but it's nothing in there and on top log files says 2 processes loaded. It all happened after I try to configure OID and restart the 10.1.3. Looks like after install anytime you restart the SOA Suite it is messing-up everything and now I installed is so many times and don't have patience to do it again.
    I am really frustrated now and don't know what's wrong. Any help will be really really appreciated.
    Thanks

  • Transported Roles not Visible for the User Log-in

    I have three roles in the development system.  These roles show up in the top level navigation for the users in the dev system.  All these roles and the underlying BSPs are transported to QA successfully.  I could assign them to users without any problems, but when the users log-in they can not see any of these roles at the top level navigation (In fact, they just get a blank screen).  "Entry Point" setting and "Sort Priority" is maintained for all the three roles.
    As a test, I created a new role with the same BSP links in QA itself and assigned it to the users.  This shows up in the top level navigation for the users.  I am wondering what's wrong with the transported roles!  If someone could help me here that would be great and I will assign points to helpful replies.  I have a very basic knowledge in portal.

    After applying SP12 in the portal landscape (EP 6.0), the role transports only work in our test environment, but not in production.  Even the manual corrections suggested in OSS note 1002832 didn't help.  I can preview all the iviews in the roles with my user id (admin id), but as soon as I log-in with the end user id nothing shows up [Not even the top level navigation tabs show up].  The following is the portal authorization methodology I chose.
    1. I assign users to the user groups
    2. I assign user groups to the roles
    I want to emphasize that all is well in our test environment, it is the production environment that shows inconsistency.  Let me know if anyone has any pointers.

  • Cfif and 'is user logged in'

    Hi,
    I'm pretty sure I'm doing this the wrong way, but currently, when someone goes on to my site and tries to do something such as post a comment on a blog, I have it say that they first need to create an account or log in, and that works.  Then when they log in, it allows them to post a comment and everything works fine... the problem, though, is that if they log out but don't close their browser, and they go to do something like post a comment while logged out, it allows them to do everything, except it doesn't say they are logged in as a user, it just shows up as:
    Logged in as:
    so it's blank like that, which is a problem because it posts as a no name user, which means there's no username provided on the site or in my database, so no one can check out the user's profile, follow the user or private message the user (all of those things work).
    The cfif that I'm using to determine what to do if they are or aren't logged in looks like this:
                      <cfif isDefined("Session.MM_Username")>
                              <cfinclude template="userBlogsCommentFORM.cfm">
                      <cfelse>
                              <cfinclude template="notLoggedIn.cfm">
                      </cfif>
    Thanks!
    Don't know what I'd do without you people on this forum.
    (you might need to see the user login/logout code, so i'll just post it below in case it's needed)
    sidebar.cfm
    <cfif isDefined("Session.MM_Username")>
        <cfinclude template="sideLoggedin.cfm">
    <cfelse>
        <cfinclude template="sideLogin.cfm">
    </cfif>
    sideLoggedIn.cfm
    <cfif IsDefined("URL.MM_logout") AND URL.MM_logout EQ "1">
      <cflock scope="Session" type="Exclusive" timeout="30" throwontimeout="no">
        <cfset Session.MM_Username="">
        <cfset Session.MM_UserAuthorization="">
      </cflock>
      <cfset MM_logoutRedirectPage="index.cfm">
      <cfif MM_logoutRedirectPage EQ "">
        <cfset MM_logoutRedirectPage=CGI.SCRIPT_NAME>
      </cfif>
      <cfset MM_logoutQuery=ListDeleteAt(CGI.QUERY_STRING,ListContainsNoCase(CGI.QUERY_STRING,"MM_logo ut=","&"),"&")>
      <cfif MM_logoutQuery NEQ "">
        <cfif Find("?",MM_logoutRedirectPage) EQ 0>
          <cfset MM_logoutRedirectPage=MM_logoutRedirectPage & "?" & MM_logoutQuery>
          <cfelse>
          <cfset MM_logoutRedirectPage=MM_logoutRedirectPage & "&" & MM_logoutQuery>
        </cfif>
      </cfif>
      <cflocation url="#MM_logoutRedirectPage#" addtoken="no">
    </cfif>
    <cfset CurrentPage=GetFileFromPath(GetBaseTemplatePath())>
    <cfif Session.MM_Username IS "">
    <cfinclude template="sideLogin.cfm">
    <cfelse>
    <cfparam name="SESSION.Session.MM_Username" default="1">
    <cfparam name="SESSION.SESSION.Session.MM_Username" default="1">
    <cfquery name="rsGetUserID" datasource="mymindsnotrighttest" username="mikewycklendt" password="Mex0Wix0">
    SELECT user_id, username, password
    FROM user_accounts
    WHERE username = '<cfoutput>#Session.MM_Username#</cfoutput>'
    </cfquery>
    <style type="text/css">
    <!--
    .loggedInText {
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 13px;
        color: #FFF;
    -->
    </style>
    <table border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td width="188" valign="top" bgcolor="#246494">
                <!-- left -->
                <table border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td height="36" background="images/left_top.gif" valign="top"><img src="images/menu.jpg" width="188" height="36"></td>
                  </tr>
                  <tr>
                      <td width="188" height="161" align="center" valign="top" background="images/left_top.gif"><p class="left"><br />
                        <span class="loggedInText">Logged in as: <cfoutput>#Session.MM_Username#</cfoutput></span></p>
                        <p class="left"><a href="myProfile.cfm">Go to my Profile</a><br />
                          <br />
                        <a href="myProfile.cfm#readPMs">Private Messages<br />
                        </a><br />
                        <a href="followedUserPosts.cfm">Posts by Followed Users</a><br />
                        <br><a href="<cfoutput>#CurrentPage#?MM_logout=1</cfoutput>">Log out</a></p></td>
                  </tr>
                  <tr>
                    <td bgcolor="#48C8FF"><img src="images/px1.gif" width="1" height="1" alt="" border="0"></td>
                  </tr>
                  <tr>
                    <td>
                      <p class="menu"><img src="images/e01.gif" alt="" width="14" height="13" border="0" align="absmiddle"> <a href="allBlogArchives.cfm">BLOG ARCHIVE</a></p>
                    </td>
                  </tr>
                  <tr>
                    <td bgcolor="#48C8FF"><img src="images/px1.gif" width="1" height="1" alt="" border="0"></td>
                  </tr>
                  <tr>
                    <td>
                      <p class="menu"><img src="images/e01.gif" alt="" width="14" height="13" border="0" align="absmiddle"> <a href="supportGroups.cfm">SUPPORT GROUPS</a></p>
                    </td>
                  </tr>
                  <tr>
                    <td bgcolor="#48C8FF"><img src="images/px1.gif" width="1" height="1" alt="" border="0"></td>
                  </tr>
                  <tr>
                    <td>
                      <p class="menu"><img src="images/e01.gif" alt="" width="14" height="13" border="0" align="absmiddle"> <a href="doctorqanda.cfm">DOCTORS WORDS</a></p>
                    </td>
                  </tr>
                  <tr>
                    <td bgcolor="#48C8FF"><img src="images/px1.gif" width="1" height="1" alt="" border="0"></td>
                  </tr>
                  <tr>
                    <td>
                      <p class="menu"><img src="images/e01.gif" alt="" width="14" height="13" border="0" align="absmiddle">  <a href="testamonials.cfm">TESTIMONIALS</a></p>
                    </td>
                  </tr>
                  <tr>
                    <td bgcolor="#48C8FF"><img src="images/px1.gif" width="1" height="1" alt="" border="0"></td>
                  </tr>
                  <tr>
                    <td><p class="menu"><img src="images/e01.gif" alt="" width="14" height="13" border="0" align="absmiddle" />  <a href="littleVictories.cfm">LITTLE VICTORIES</a><a href="testamonials.cfm"></a></p></td>
                  </tr>
                  <tr>
                    <td bgcolor="#48C8FF"><img src="images/px1.gif" width="1" height="1" alt="" border="0" /></td>
                  </tr>
                  <tr>
                    <td><p class="menu"><img src="images/e01.gif" alt="" width="14" height="13" border="0" align="absmiddle" />  <a href="sevenThings.cfm">7 THINGS I'VE LEARNED</a></p></td>
                  </tr>
                  <tr>
                    <td bgcolor="#48C8FF"><img src="images/px1.gif" width="1" height="1" alt="" border="0"></td>
                  </tr>
                  <tr>
                    <td height="24"><p class="menu"><img src="images/e01.gif" alt="" width="14" height="13" border="0" align="absmiddle">  <a href="lyricsMusicPoetry.cfm">LYRICS / MUSIC / POETRY</a></p></td>
                  </tr>
                  <tr>
                    <td bgcolor="#48C8FF"><img src="images/px1.gif" width="1" height="1" alt="" border="0" /></td>
                  </tr>
                  <tr>
                    <td><p class="menu"><img src="images/e01.gif" alt="" width="14" height="13" border="0" align="absmiddle" /> <a href="books.cfm"> BOOKS</a></p></td>
                  </tr>
                  <tr>
                    <td bgcolor="#48C8FF"><img src="images/px1.gif" width="1" height="1" alt="" border="0" /></td>
                  </tr>
                  <tr>
                    <td><p class="menu"><img src="images/e01.gif" alt="" width="14" height="13" border="0" align="absmiddle" />  <a href="whendidyouknow.cfm">WHEN DID YOU KNOW...</a></p></td>
                  </tr>
                  <tr>
                    <td bgcolor="#48C8FF"><img src="images/px1.gif" width="1" height="1" alt="" border="0" /></td>
                  </tr>
                  <tr>
                    <td><p class="menu"><img src="images/e01.gif" alt="" width="14" height="13" border="0" align="absmiddle" />  <a href="chatroom.cfm">CHATROOM</a></p></td>
                  </tr>
                  <tr>
                    <td height="37" bgcolor="#246494"> </td>
                  </tr>
    </table>
    </cfif>
    sideLogin.cfm
    <cfset rsGetUserID.user_id="">
    <cfif IsDefined("FORM.username")>
      <cfset MM_redirectLoginSuccess="index.cfm">
      <cfset MM_redirectLoginFailed="index.cfm">
      <cfquery  name="MM_rsUser" datasource="mymindsnotrighttest" username="mikewycklendt" password="Mex0Wix0">
      SELECT username,password FROM user_accounts WHERE username=<cfqueryparam value="#FORM.username#" cfsqltype="cf_sql_clob" maxlength="65535"> AND password=<cfqueryparam value="#FORM.password#" cfsqltype="cf_sql_clob" maxlength="65535">
      </cfquery>
      <cfif MM_rsUser.RecordCount NEQ 0>
        <cftry>
          <cflock scope="Session" timeout="30" type="Exclusive">
            <cfset Session.MM_Username=FORM.username>
            <cfset Session.MM_UserAuthorization="">
          </cflock>
          <cfif IsDefined("URL.accessdenied") AND false>
            <cfset MM_redirectLoginSuccess=URL.accessdenied>
          </cfif>
          <cflocation url="#MM_redirectLoginSuccess#" addtoken="no">
          <cfcatch type="Lock">
            <!--- code for handling timeout of cflock --->
          </cfcatch>
        </cftry>
      </cfif>
      <cflocation url="#MM_redirectLoginFailed#" addtoken="no">
      <cfelse>
      <cfset MM_LoginAction=CGI.SCRIPT_NAME>
      <cfif CGI.QUERY_STRING NEQ "">
        <cfset MM_LoginAction=MM_LoginAction & "?" & XMLFormat(CGI.QUERY_STRING)>
      </cfif>
    </cfif>
    <style type="text/css">
    <!--
    .SIBbg {
        background-attachment: fixed;
        background-image: url(images/stayinbalanceBGgif.gif);
        background-repeat: no-repeat;
        background-position: center top;
    .blogcontent {
        font-size: 11pt;
        font-family: Tahoma, Geneva, sans-serif;
    .comments {
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 12px;
        font-weight: bold;
        text-decoration: underline;
        text-align: right;
        color: #246494;
    .FeaturedBlogList {
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 11px;
    .FeaturedBlogListHeader {
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #246494;
        /* [disabled]border-bottom-style: solid; */
    .blogdate {
        font-size: 9pt;
        font-style: italic;
        font-family: Tahoma, Geneva, sans-serif;
    .bloguserandwho {
        font-size: 10pt;
        font-style: normal;
        font-family: Tahoma, Geneva, sans-serif;
    .redlink {
        font-family: Tahoma, Geneva, sans-serif;
        color: #F00;
        font-size: 10pt;
    .blogtitle {
        font-size: 16px;
        font-weight: bold;
        font-family: Tahoma, Geneva, sans-serif;
        color: #246494;
    .quoteStyle {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 11pt;
        font-style: italic;
        color: #000;
    .quoteOnTop {
        filter: DropShadow(Color=#246494, OffX=3, OffY=3, Positive=3);
    .loginWhiteText {
        color: #FFF;
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 11px;
    .createAccount {
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 13px;
        color: #FFF;
    .createAccountLink {
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 12pt;
        color: #FFF;
    -->
    </style>
    <table border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td width="188" valign="top" bgcolor="#246494">
                <!-- left -->
                <table border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td height="36" background="images/left_top.gif" valign="top"><img src="images/menu.jpg" width="188" height="36"></td>
                  </tr>
                  <tr>
                      <td width="188" height="161" align="center" valign="top" background="images/left_top.gif"><form id="form1" name="form1" method="POST" action="<cfoutput>#MM_loginAction#</cfoutput>">
                        <table width="95%" border="0">
                            <tr>
                              <td> </td>
                              <td> </td>
                            </tr>
                            <tr>
                              <td class="loginWhiteText">username</td>
                              <td><input name="username" type="text" id="username" size="15" /></td>
                            </tr>
                            <tr>
                              <td class="loginWhiteText">password</td>
                              <td><input name="password" type="password" id="password" size="15" /></td>
                            </tr>
                            <tr>
                              <td> </td>
                              <td><input type="submit" name="submit" id="submit" value="Log in" /></td>
                            </tr>
                        </table>
                        <span class="createAccountLink"><a href="registerAccount.cfm" class="createAccountLink">Create Account</a><br />
                        </span><br />
                      </form></td>
                  </tr>
                  <tr>
                    <td bgcolor="#48C8FF"><img src="images/px1.gif" width="1" height="1" alt="" border="0"></td>
                  </tr>
                  <tr>
                    <td>
                      <p class="menu"><img src="images/e01.gif" alt="" width="14" height="13" border="0" align="absmiddle"> <a href="allBlogArchives.cfm">BLOG ARCHIVE</a></p>
                    </td>
                  </tr>
                  <tr>
                    <td bgcolor="#48C8FF"><img src="images/px1.gif" width="1" height="1" alt="" border="0"></td>
                  </tr>
                  <tr>
                    <td>
                      <p class="menu"><img src="images/e01.gif" alt="" width="14" height="13" border="0" align="absmiddle"> <a href="supportGroups.cfm">SUPPORT GROUPS</a></p>
                    </td>
                  </tr>
                  <tr>
                    <td bgcolor="#48C8FF"><img src="images/px1.gif" width="1" height="1" alt="" border="0"></td>
                  </tr>
                  <tr>
                    <td>
                      <p class="menu"><img src="images/e01.gif" alt="" width="14" height="13" border="0" align="absmiddle"> <a href="doctorqanda.cfm">DOCTORS WORDS</a></p>
                    </td>
                  </tr>
                  <tr>
                    <td bgcolor="#48C8FF"><img src="images/px1.gif" width="1" height="1" alt="" border="0"></td>
                  </tr>
                  <tr>
                    <td>
                      <p class="menu"><img src="images/e01.gif" alt="" width="14" height="13" border="0" align="absmiddle">  <a href="testamonials.cfm">TESTIMONIALS</a></p>
                    </td>
                  </tr>
                  <tr>
                    <td bgcolor="#48C8FF"><img src="images/px1.gif" width="1" height="1" alt="" border="0"></td>
                  </tr>
                  <tr>
                    <td><p class="menu"><img src="images/e01.gif" alt="" width="14" height="13" border="0" align="absmiddle" />  <a href="littleVictories.cfm">LITTLE VICTORIES</a></p></td>
                  </tr>
                  <tr>
                    <td bgcolor="#48C8FF"><img src="images/px1.gif" width="1" height="1" alt="" border="0" /></td>
                  </tr>
                  <tr>
                    <td><p class="menu"><img src="images/e01.gif" alt="" width="14" height="13" border="0" align="absmiddle" />  <a href="sevenThings.cfm">7 THINGS I'VE LEARNED</a></p></td>
                  </tr>
                  <tr>
                    <td bgcolor="#48C8FF"><img src="images/px1.gif" width="1" height="1" alt="" border="0"></td>
                  </tr>
                  <tr>
                    <td height="24"><p class="menu"><img src="images/e01.gif" alt="" width="14" height="13" border="0" align="absmiddle">  <a href="lyricsMusicPoetry.cfm">LYRICS / MUSIC / POETRY</a></p></td>
                  </tr>
                  <tr>
                    <td bgcolor="#48C8FF"><img src="images/px1.gif" width="1" height="1" alt="" border="0" /></td>
                  </tr>
                  <tr>
                    <td><p class="menu"><img src="images/e01.gif" alt="" width="14" height="13" border="0" align="absmiddle" /> <a href="books.cfm"> BOOKS</a></p></td>
                  </tr>
                  <tr>
                    <td bgcolor="#48C8FF"><img src="images/px1.gif" width="1" height="1" alt="" border="0" /></td>
                  </tr>
                  <tr>
                    <td><p class="menu"><img src="images/e01.gif" alt="" width="14" height="13" border="0" align="absmiddle" />  <a href="whendidyouknow.cfm">WHEN DID YOU KNOW...</a></p></td>
                  </tr>
                  <tr>
                    <td bgcolor="#48C8FF"><img src="images/px1.gif" width="1" height="1" alt="" border="0" /></td>
                  </tr>
                  <tr>
                    <td><p class="menu"><img src="images/e01.gif" alt="" width="14" height="13" border="0" align="absmiddle" />  <a href="chatroom.cfm">CHATROOM</a></p></td>
                  </tr>
                  <tr>
                    <td height="37" bgcolor="#246494"> </td>
                  </tr>
    </table>

    Hi,
    Here the problem is, you are just checking whether the session variable is defined;
    and not checking for the length of that; like len(#session.username#) NEQ 0.
    Because when the user logs out, you are making the session.username =""; so this makes the variable as null, but it wi ll be defined all the times.
    Another option is you could clear the session using STRUCTCLEAR();
    <cfif isDefined("Session.MM_Username") AND len(#Session.MM_Username#) NEQ 0>
        <cfinclude template="sideLoggedin.cfm">
    <cfelse>
        <cfinclude template="sideLogin.cfm">
    </cfif>
    Please try this out..

  • Entire Mac slows down every day, especially if more than one user logged in

    Mac runs fine at the start of each day (after turning it on), but slows down by evening. iPhoto is typically at a crawl at that point, and I can't have more than one user logged in at a time, or the whole system takes forever to do anything. I've restarted, repaired disk, repaired disk permissions, run Cocktail, checked for viruses (VirusBarrier). It's easy to restore normal speed with these moves, but same problem every day. I have 24 GB left on this hard drive--is that too little?
    Should I try erasing hard drive and restoring from Time Machine? Should I reload Mac OS X from discs?
    Advice much appreciated. Thanks.

    Robert Fishman1 wrote:
    I have 24 GB left on this hard drive--is that too little?
    you do the math
    this will help:
    Your Mac needs adequate hard drive space to operate normally. How full can a drive be before it's too full? There is no hard and fast rule that says “X” amount or “%” of free drive space is needed. A low amount of RAM requires more drive space for Virtual Memory’s swap files.
    Problems from insufficient RAM and free hard disk space are discussed in this link
    http://www.thexlab.com/faqs/lackofram.html
    Here’s some general guidelines for minimum hard drive free space:
    1. As a general rule, your available space should be 5GB as an absolute minimum as it generally requires that much free space to perform an Archive and Install of Mac OS X and still preserve some free space for VM swap files.
    2. Some say that your hard drive should have at least 5% of it's capacity available for use. Still others say 10% to 15%. If you routinely process complex graphics and videos, even more space is required.
    Look at these links about freeing up more space.
    Where did my disk space go?
    _*http://www.macfixitforums.com/showflat.php?Cat=&Board=Forum38&Number=770243*_
    Download & use WhatSize described in this link or Disk Inventory X @ _*http://www.derlien.com/*_
    Freeing space on your Mac OS X startup disk
    _*http://www.thexlab.com/faqs/freeingspace.html*_
    Amazing Disappearing Drive Space
    _*http://www.pinkmutant.com/articles/TigerMisc.html*_
    Increase HD Free Space
    _*http://macosx.com/forums/howto-faqs/275191-how-easily-increase-hd-free-space-lap top.html*_
    How to free up my disk space
    http://www.macmaps.com/diskfull.html
    JGG

  • Exchange Online users logging into OWA On Premises.

    Greetings!
    We are implementing hybrid Exchange Online with Exchange 2013, and we face the following situation:
    When an Exchange Online user tries to access through OWA on-premises, a page appears with a link to the Exchange Online OWA.
    Is it supposed to be this way?
    Why the redirection is not automatic?
    Seems so obvious that the redirect should be automatic that if it is to be this way (the user having to click the link), there must be some technical justification. Can anyone refer me some article about it? For to convince the top brass of the company here
    that it has to be like that!
    Thanks in advance !!!
    Fabio Martins MCDST/MCSA Brasil!!!

    Hi
    As per the information and details provided by you, to solve the problem of Exchange online users logging into OWA on Premises, please follow these steps: -
    The user will be able to use the
    OWA URL points to the on-premises Exchange 2013 server. On the redirection page, you can choose to
    save the new URL to his browser favorites and click on the URL.
    When clicking on the URL, the user will be taken through the authentication process. For OWA, that means that you can try to access his mailbox in Exchange Online &
    Exchange online will redirect the user to “login.microsogtonline.com”, where
    you can enter UPN.
    Once the UPN is entered and you switches to the password field, Office 365 will detect that the UPN domain is federation with an Office 365 tenant. This result in a redirect
    to the on-premises federation endpoint (in this case sts.clouduser.dk) and depending on whether the user is domain joined and domain-connected or uses an external client, you will get
    single sign-on (SSO) or be required to enter your UPN and password.
    Because of the organizational relationship that was set up between Exchange Online and Exchange on-premises during the Exchange hybrid configuration lookups when booking
    meetings, mail tips, etc. also work as expected from Exchange Online to Exchange on-premises and vice versa.
    I hope this information will be helpful for you.
    Thanks and regards
    Shweta@G 

  • Unable to capture trace, when user logs in throuigh Web Interface

    The Trace shows 'No Records Found', when user logs in through Web Interface of CRM. But there is Trace found, when the same user logs in through logon pad and carries out normal actvities.
    sufficient auth. is provided.
    Is there any setting in ST01, through which i can get trace , when user logs in through Web Interface
    Regards

    ST10 traces 1 instance only.
    Your CRM web interface could use another instance than your backend. Go to transaction SM21, choose the appropriate server and run ST10 again.
    Succes!
    Kind regards,
    Lodewijk Borsboom

  • How to show all user logged in/loggout in Report

    How to display All User Logged in time & Logout Time?
    Hi..
    I want to display All user in Portlet a report that show us all user that logged in the portal,
    their username,
    their time logged in,
    their time logged out..
    where can i find these information?
    do Portal have already something like this?
    Plz advise..Thanks.

    Thanks Sharmila for answering my question..
    Similar question i want to ask..
    I look at the table, and view it's data...
    Mmm..some i don't recognize...
    Actually, i just want to grep
    1)The UserId of the user who logged in the portal
    2)The time he logged in the portal
    3)the time he log out the portal
    That's all..
    How can i do that?..
    I plan to create one table to store the data, and plan to grab the data by jsp....
    What are the table/function/api that can i use and how?
    Plz advise.
    Thanks

  • Multiple users logged into one server, each users printer has a different name, application needs ONE name to print to.

    Multiple users logged into one server, each users printer has a different name, application needs ONE name to print to. 
    I'm NOT in any way a Terminal Services expert and I need help trying to get an application program working in a multi-user environment.
    The issue is that the printer changes for every user that is logged in. The application needs to print NOT to the default printer, but to a "special" printer which is selected in the application... let's call it a label printer to simplify the explanation.
    You have your default regular printer, easy for the application to find that one, and then you have a special printer that labels get printed onto. The application needs to know what printer is the label printer. So we allow the user to select that in the
    application and the selection is stored in a config file in 
    C:\ProgramData\mfgr\prog\setting files
    I don't have access to the application so I can't change how this works.  
    In the "regular" world, selecting the label printer driver to use should be per machine, NOT per user. When a new user logs into a machine, the physical printer doesn't go "poof" and a new printer suddenly appear. Same printer for all
    users.
    Yet in terminal services, the physical machine is "merged" with the virtual machine on the server. And there can be many users logged in at the same time. So each users real machine (and real printer) is injected into the "fake" terminal
    services machine. The name of the printers is made unique for each user. So the printers DO go "poof" and change names depending on the user logged into terminal services.
    So user "A" logs in and sets up the application to print to "LabelPrinterForUserA" (or whatever the name of the printer happens to be), that setting is stored in the ProgramData subfolder, and all is well. Later, user "B" logs
    in, and when they print, the application tries to print to "LabelPrinterForUserA" which doesn't exist for user B or is only accessible by user A. If user B re-configures, that breaks it for user A. 
    SOLUTION 1: The way that /should/ work (in my mind) is that you define one "generic" printer in Terminal Services... call it "Virtual Label printer" and when the user wants to print to it, the print job gets re-directed back to whatever
    physical printer is actually connected to their local workstation. There is a map of virtual printer to actual printer depending on the current user. The application is told once to print to "Virtual Label Printer" for all users.
    SOLUTION 2: Or... there should be some way to make the ProgramData sub folders separate per user. E.g. when user "A" tries to access:
    C:\ProgramData\mfgr\prog\setting files
    they actually get 
    C:\UserData\UserA\AppData\mfgr\prog\setting files
    and user "B" gets
    C:\UserData\UserB\AppData\mfgr\prog\setting files
    So the question I have is: Does either of those solutions exist hidden somewhere in the setup of terminal server? Or is there another way around this issue that I don't know?

    I don't really have a "for sure" answer to this, but because people here can't seem to deal with a question that hasn't been answered I'll provide the best answer I did receive from ServerFault.com user Nathan:
    I can feel your pain with using old software on terminal servers ...the solution I've come up with definitely won't scale as it requires some manual configuration, but I've gotten this method to work with our label printers (which require to be
    printed to an LPT port...yep, that old).
    Share your USB-connected printers to the network on each machine. Then, have the user log in on aunique session for each of them
    (a TS account cannot be shared among computers for this to work) and install a network printer pointing to the USB one they shared. Try to use a DNS name to account for possible DHCP movements.
    After, it should work. Each user can do this since display names can be identical as long as the ports are different (which they are).
    This was clarified by the following series of comments:
    I think you are on to something here, and I originally advised the admin to do this. The problem he ran into is that it setup the printer names in the TS as "printer on usersworkstation"
    and he could not rename it except to change the "printer" to whatever. E.g. the "on userworkstation" remained. I believe there is another way of installing the printer which avoids this, but I can't find it. Ages ago, one used to do NET
    USE LPT2 \\computer\printer password /USER:domain\user /PERSISTENT:YES and then tell the driver to print to LPT2 –  James
    Newton Mar
    17 at 16:21   
    @JamesNewton That's actually the exact method we used. The way around the "network printer" part is to install it as local printer and map it to a TCP/IP port that way. –  Nathan
    C Mar
    17 at 16:28
    You mean in the case where the printers are TCP/IP connected and not local USB / LPT to the users workstation? That makes sense. Wonder if this will work for USB connected printers... –  James
    NewtonMar
    17 at 16:35   
    @JamesNewton You'd share the local printer on the client's PC then on the server connect via TCP/IP to it. You'd need static addresses or use DNS names if DHCP, though. –  Nathan
    C Mar
    17 at 16:51
    Ah. Yes. I see. Looks like the LPT thing should work even with a USB connected printer:superuser.com/questions/182655/… –  James
    Newton Mar
    17 at 17:09   

  • How can I use firefox between windows 7 & windows XP on a network, where we are using Samba server. If a user logs on different workstation(and OS) with same account.

    we have a Linux fileserver with Samba share and have several users.
    The users tend to be in different locations and need to login at different workstations, sometimes the workstation may be WindowsXP and othertimes it is windows7.
    How can we use Firefox & Thunderbird in this situation.
    I find that Windows7 uses compressed files to store the location information.
    when a user logs on to win7 it creates a new account.

    we have a Linux fileserver with Samba share and have several users.
    The users tend to be in different locations and need to login at different workstations, sometimes the workstation may be WindowsXP and othertimes it is windows7.
    How can we use Firefox & Thunderbird in this situation.
    I find that Windows7 uses compressed files to store the location information.
    when a user logs on to win7 it creates a new account.

  • Putting iMac to sleep with more than one user logged on

    Hi,
    Our family shares the iMca with an account for each member.
    They all leave them looged on all the time and we switch between each.
    I want to force th eiMac to sleep between mifnight and 6 AM to save power.
    When I set this up in Energy Save settings within System preferences, it will not execute and comes back with an error saying that there are other users logged on and this may cause them to lose work.
    Any idea how I can force this to over ride any objections?
    Thanks
    SD

    It sounds like you have scheduled it to shut down instead of sleep. Ensure you have selected Sleep and not Shut Down.

  • How can I get Firefox to run on a network with multiple users logging on with the same user name and password?

    I am trying to get Firefox running on a large network where I have multiple users that log on with the same user name and password. The problem is that when another user logs on to another computer the message comes up that their is already an instance of firefox running on that computer even though there really isn't. Only one instance can be run on the network at one time. I believe it is because firefox stores a shared profile as it thinks it is actually the same user even though it is being run on another computer. I repeat that each user that logs on uses the same user name and password but on different computers.

    I am trying to get Firefox running on a large network where I have multiple users that log on with the same user name and password. The problem is that when another user logs on to another computer the message comes up that their is already an instance of firefox running on that computer even though there really isn't. Only one instance can be run on the network at one time. I believe it is because firefox stores a shared profile as it thinks it is actually the same user even though it is being run on another computer. I repeat that each user that logs on uses the same user name and password but on different computers.

  • How do you keep two users logged in at the same time?

    How do I keep two users logged in at the same time to be able to access home sharing?

    Fast User Switching in Users & Groups or Accounts preferences in Login Options.

Maybe you are looking for

  • Optical Drive no longer showing on C drive

    Hi everyone, My optical drive (CD/DVD) is no longer accessable, either via C drive or any other means. The drive is still mechanically working, accepting and ejecting discs, but I have no meams of accessing it. I'm thinking this is a driver/software

  • Adobe Acrobat combining multiple pdf files causes unwanted duplicates

    Hello All, We're having an issue trying to combine multiple pdf documents into a single file. It doesn't happen all of the time, but what happens is the final pdf will have duplicate pages in them. A file that should only have 7 pages will have 14, t

  • Repairing permissions is taking FOREVER

    I tried to repair permissions on my Macbook Air and at first it said it would take 12 hours...I had the time so let it keep going = then it said 4 hours....I finally stopped it, closed all applications and then restarted and then tried again = now it

  • Serial Number in System Info is Not Long Enough

    I have deactivated CS5 from Computer A, noting the System Info before deactivating, which included a Serial Number. When trying to re-install CS5 on Computer B, the Serial Number is not long enough. This CS5 is a student edition.

  • User exit for workflow for release strategy

    HI, I got the user exit M06E0005  for workflow for release strategy. Is there any user exit during PO saving time, so that depending upon the PO no and the release code, the mail will go to respective person for the release of PO. Regards,