Problems with the login page in Portal release 2

Hi,
I have problems logging into portal, release 2 on Linux. I get the following error message when clicking the login link:
Forbidden
You don't have permission to access /pls/orasso/orasso.wwsso_app_admin.ls_login on this server.
This used to work until I changes the password for the orasso user using 9IAS Enterprise Manager. The portal home page works fine. I've tryed to run the ssooconf.sql script, but this didn't help me much.
Does anyone have any solution to this problem?
Kjetil

That's just a display of the license agreement. The login page is always at:
http://127.0.0.1:8000/apex
(You have to put the directory on there)
~Jer

Similar Messages

  • Problems with the login page

    I just finished a fresh install of Oracle XE 10g. When i browse to http://127.0.0.1:8000 (changed the default port) I get the license agreement saying "accept by installing or pressing the accept button" How do I get rid of this to login?
    The only way I can login is by getting to this page, which it took me to at one point after the installation: http://127.0.0.1:8000/apex/f?p=4550:11:1851844547778358::NO:::
    So how does one go about accepting the license agreement when there is no accept button - and I already installed the software?
    Thank you,
    -Matt

    That's just a display of the license agreement. The login page is always at:
    http://127.0.0.1:8000/apex
    (You have to put the directory on there)
    ~Jer

  • Problems with the new Pages.

    Hi everyone.
    I wonder if i am the only one experiencing a little problem with the new Pages?
    My problem is that every other time i want to correct the font lets say trying to underline or make the font fatter using the hotkeys "Command+B" or "Command+U" or "Command+I", or even changing it manually in "formats" my font gets stuck, and i have to copy-paste text from another pages-file into my old one to get et back to normal.
    Anyone else tried this?
    Martin.

    VladRO wrote:
    These are the problems that I am encountering for the moment! If there will come up some new once, I will write them here!
    Instead of starting a new list, go to
    https://discussions.apple.com/thread/5468056?tstart=0

  • How to get rid of the Login page in Portal?

    Hi Guys,
    I have a newly developed intranet portal project for my company which does not need login no more. I hope you can help me how to get rid of the login page in portal which is I know in every application you create, there should be a login. Is this possible that I can just simply type in to the URL address bar my application then it will no longer ask for any logins? Please help! Many thanks!
    Russel

    Hi Russel,
    You can give public access to pages, applications etc. Users won't need to supply a username/password then, while you still can hide some of the pages to authorized people.
    Check the access tab for pages and the manage tab for applications.

  • Problems with the new Pages for Mac

    I'm starting to see countless problems running the new Pages for Mac (5.0.1) and I can't find a way to resolve them.
    1. when I'm typing and want to delete word(s), I'll use the alt+delete function for ease, however this starts deleting words after the cursor, merging words together and changing my sentece. It comes from when I'm deleting as the new pages is giving me the dropdown menu for the autocorrect word.
    2. grammar check is off. Namely, it picks a random point in a word and moves on from there. EX: "because of the" will have "use of the" underlined in green and give me recommendations to change to "because of the" or "cause of the". Using those recommendations, I'll end up with something like: "becabecause of the"
    3. the find and replace function jumps around in the paper, and sometimes doesn't even display the word currently selected (leaving the user to scroll around looking for what is selected)
    4. Autocorrect has vanished for some reason: no autocapitalization, no turning fractions such as 1/2 into a tidy and neat fraction with small numbers for numerators/denominators, etc.
    I'm still using it, and these are what I have found, so there may be more later as I continue to use it. If anyone has found ways around these bugs, please let me know.
    Thanks!

    Semnani wrote:
    4. Autocorrect has vanished for some reason: no autocapitalization, no turning fractions such as 1/2 into a tidy and neat fraction with small numbers for numerators/denominators, etc.
    Pages 5 now uses the system autocorrect, which does not have as many features as the one inside Pages 4.  Some things you can add manually there.   Others you have to ask Apple to add via
    http://www.apple.com/feedback
    Or continue to use Pages 4 instead.

  • Problems with my login page

    My login page works fine the first time anyone tries to login.
    I have an error that occurs when i try to login as someone else to my application having just logged of as another user. If i do this i get no error messeage just The page cannot be found which is very stange. However if i get the login attempt worng ie wrong username or password then when i next try to login no matter who it is it works.
    I think it is because when a person clicks on the logout url the application still has the username cookie set and just takes the user to the login page. I currenlty use the default logout option in the navigation bar e.g. &LOGOUT_URL. How can i set the logout button to clear all the cached information about the user.
    Cheers for any help dan
    Message was edited by:
    user551484

    Dan - That was the correct application ID. You created an after-submit computation on the login page for the application item FSP_AFTER_LOGIN_URL:  SELECT STUDENT_ID
      FROM STUDENTS
      WHERE given_name||' '||family_name = :P101_USERNAME
      AND password = :P101_PASSWORD;So when a username from the login form did not match any rows in your students table, e.g., username: joe townsend, no value would be assigned to FSP_AFTER_LOGIN_URL. But if you typed the case-correct version of the username as it exists in the students table (2 columns), e.g., Joe Townsend, the row would be found and the student ID (2) would be assigned to the item.
    The value 1 or 2 for FSP_AFTER_LOGIN_URL causes the page not found error. Looks like you want the after-login page to be different for different users. You can store a relative URL starting with "f?p=..." into that item if you use the current session ID but you should not use a computation. Instead use the authentication scheme's post-authentication process to assign a value to the item, e.g., FSP_AFTER_LOGIN_URL := 'f?p=&APP_ID.:&YOUR_CHOSEN_PAGE.:&APP_SESSION.'; .
    I disabled that computation.
    Scott

  • Start portal with an information page, not with the login page

    Dear all,
    at the moment I don´t know how to start. I want to create a portal that looks like sdn portal. Some content should be availible before the user logs on (Public Content)and other content should only be availible if user is logged on.
    So as I said, i don´t know how to start.
    1. How do I get the portal to show up content and "style" like i am logged in as "guest"
    2. and how do I get the login to any place in the portal?
    I hope you understand my wish and anybody can offer me a solution.
    Kind Regards
    Roman

    Hi,
    You need to customize the logon page? Its a jsp page created using JSP. What you have to do is to import the thi par file com.sap.portal.runtime.logon.par to your NWDS and edit the JSP.
    you can find this file from \usr\sap\<instance>\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\deployment\pcd.
    Rename this file and do the editting.
    after modifiction deploy it and do the following settings in server.
    launch config tool...browse the tree
    cluster_data>>server>>persistent>>com.sap.security.core.ume.service.
    select authnschemes.xml..
    Download authschemes_productive.xml and open it
    replace all the occurance of com.sap.portal.runtime.logon to the name of your project.
    Come back to configtool and create a node below  com.sap.security.core.ume.service
    choose file entry and upload ur authschemes_productive.xml
    create and close the window
    Navigate to cluster_data>>server>>cfg>>services
    double click propertysheet com.sap.security.core.ume.service
    Click property for login.authschemes.defiition.file
    Enter the authschemes_productive.xml
    Apply custom and restart portal
    Thats it .. it will work
    Cheers
    gEorgE

  • Problem with the login in analysis

    Hi All,
    I am trying to login to analysis page as an admin user using the credentials of weblogic which i gave during the installation of OBIEE but the login process fails giving an error"Invalid username and Pssword".
    the same credentials when i am providing in em or console the login gets successful. even i have created a new user through console but that user credentials are also not getting validated. in a sense my analysis login page is completely freezed. initially everything was wroking fine but when i saved a rpd using "copy as" and then replaced the old rpd with the same name the problem started.
    even when i am trying to open my current rpd in online mode i get the error of username and paasword but the same rpd opens up in offline mode using same password. Please help me out as i dont know what has happened.

    Hi,
    as far as the sawlog is concerned PFB the entire saw log file.
    i m not able to get out the error from it. Can you please help me out with this and tell the solution.
    Below are the contents of my sawlog.
    [2013-10-13T20:49:17.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: ] [tid: ] Oracle BI Presentation Services (OBIPS) 11.1.1.5.0 (Build 110427.0752 32-bit) are starting up.[[
    File:sawserver.cpp
    Line:465
    Location:
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-13T20:49:20.000+05:30] [OBIPS] [WARNING:1] [] [saw.webextensionbase.init.workstationCheck] [ecid: ] [tid: ] WARNING: The Oracle BI Presentation Services server is running on a workstation class machine (Windows 2000 Workstation, Windows XP Professional, etc.).  Number of concurrent users may be severely limited by the operating system.[[
    File:webextensionbase.cpp
    Line:496
    Location:
      saw.webextensionbase.init.workstationCheck
      saw.webextensionbase.init
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-13T20:49:22.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.subsystem.catalog.initialize.upgrade] [ecid: ] [tid: ] Starting to update Account GUIDs[[
    File:initializecatalog.cpp
    Line:1046
    Location:
      saw.subsystem.catalog.initialize.upgrade
      saw.subsystem.catalog.initialize
      saw.subsystems.catalogbootstrapper.loadcatalog
      saw.webextensionbase.init
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-13T20:49:22.000+05:30] [OBIPS] [ERROR:10] [] [saw.subsystem.catalog.initialize.upgrade] [ecid: ] [tid: ] Error reading object: /shared/Sample Lite/KPIs/Revenue KPI
    Element doesn't contain required attribute treatNoDataAs.
    Node: <sawkpi:thresholds xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:sawkpi="com.siebel.analytics.web/kpi/v1" xmlns:saw="com.siebel.analytics.web/report/v1.1" goal="high"><sawkpi:thresholdRange ID="80ecc300-0b96-1000-8567-0ae4eb540000" value="100" assessmentStateKey="OK"><sawkpi:statusText><saw:caption><saw:text>OK</saw:text></saw:caption></sawkpi:statusText><sawkpi:rangeExpression><sawx:expr xsi:type="sawx:comparison" xmlns:sawx="com.siebel.analytics.web/expression/v1.1" op="greater"><sawx:expr xsi:type="sawx:sqlExpression">&quot;Base Facts&quot;.&quot;Revenue&quot;</sawx:expr><sawx:expr xsi:type="sawx:sqlExpression">95</sawx:expr></sawx:expr></sawkpi:rangeExpression><sawkpi:iconScheme color="green" icon="fmap:common/kpi_ok_status.gif"/></sawkpi:thresholdRange><sawkpi:thresholdRange ID="80ecc301-0b96-1000-8567-0ae4eb540000" value="50" assessmentStateKey="WARNING"><sawkpi:statusText><saw:caption><saw:text>WARNING</saw:text></saw:caption></sawkpi:statusText><sawkpi:rangeExpression><sawx:expr xsi:type="sawx:comparison" xmlns:sawx="com.siebel.analytics.web/expression/v1.1" op="greater"><sawx:expr xsi:type="sawx:sqlExpression">&quot;Base Facts&quot;.&quot;Revenue&quot;</sawx:expr><sawx:expr xsi:type="sawx:sqlExpression">50</sawx:expr></sawx:expr></sawkpi:rangeExpression><sawkpi:iconScheme color="yellow" icon="fmap:common/kpi_warning_status.gif"/></sawkpi:thresholdRange><sawkpi:thresholdRange ID="80ecc302-0b96-1000-8567-0ae4eb540000" value="0" assessmentStateKey="CRITICAL"><sawkpi:statusText><saw:caption><saw:text>CRITICAL</saw:text></saw:caption></sawkpi:statusText><sawkpi:rangeExpression><sawx:expr xsi:type="sawx:comparison" xmlns:sawx="com.siebel.analytics.web/expression/v1.1" op="lessOrEqual"><sawx:expr xsi:type="sawx:sqlExpression">&quot;Base Facts&quot;.&quot;Revenue&quot;</sawx:expr><sawx:expr xsi:type="sawx:sqlExpression">50</sawx:expr></sawx:expr></sawkpi:rangeExpression><sawkpi:iconScheme color="red" icon="fmap:common/kpi_critical_status.gif"/></sawkpi:thresholdRange></sawkpi:thresholds>[[
    File:catalogimpl.cpp
    Line:1214
    Location:
      saw.subsystem.catalog.initialize.upgrade
      saw.subsystem.catalog.initialize
      saw.subsystems.catalogbootstrapper.loadcatalog
      saw.webextensionbase.init
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-13T20:49:22.000+05:30] [OBIPS] [ERROR:10] [] [saw.subsystem.catalog.initialize.upgrade] [ecid: ] [tid: ] Error reading object: /shared/Sample Lite/KPIs/Sample KPI
    Element doesn't contain required attribute treatNoDataAs.
    Node: <sawkpi:thresholds xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:sawkpi="com.siebel.analytics.web/kpi/v1" xmlns:saw="com.siebel.analytics.web/report/v1.1" goal="high"><sawkpi:thresholdRange ID="80ecc300-0b96-1000-8567-0ae4eb540000" value="100" assessmentStateKey="OK"><sawkpi:statusText><saw:caption><saw:text>OK</saw:text></saw:caption></sawkpi:statusText><sawkpi:rangeExpression><sawx:expr xsi:type="sawx:comparison" xmlns:sawx="com.siebel.analytics.web/expression/v1.1" op="greater"><sawx:expr xsi:type="sawx:sqlExpression">&quot;Base Facts&quot;.&quot;Revenue&quot;</sawx:expr><sawx:expr xsi:type="sawx:sqlExpression">95</sawx:expr></sawx:expr></sawkpi:rangeExpression><sawkpi:iconScheme color="green" icon="fmap:common/kpi_ok_status.gif"/></sawkpi:thresholdRange><sawkpi:thresholdRange ID="80ecc301-0b96-1000-8567-0ae4eb540000" value="50" assessmentStateKey="WARNING"><sawkpi:statusText><saw:caption><saw:text>WARNING</saw:text></saw:caption></sawkpi:statusText><sawkpi:rangeExpression><sawx:expr xsi:type="sawx:comparison" xmlns:sawx="com.siebel.analytics.web/expression/v1.1" op="greater"><sawx:expr xsi:type="sawx:sqlExpression">&quot;Base Facts&quot;.&quot;Revenue&quot;</sawx:expr><sawx:expr xsi:type="sawx:sqlExpression">50</sawx:expr></sawx:expr></sawkpi:rangeExpression><sawkpi:iconScheme color="yellow" icon="fmap:common/kpi_warning_status.gif"/></sawkpi:thresholdRange><sawkpi:thresholdRange ID="80ecc302-0b96-1000-8567-0ae4eb540000" value="0" assessmentStateKey="CRITICAL"><sawkpi:statusText><saw:caption><saw:text>CRITICAL</saw:text></saw:caption></sawkpi:statusText><sawkpi:rangeExpression><sawx:expr xsi:type="sawx:comparison" xmlns:sawx="com.siebel.analytics.web/expression/v1.1" op="lessOrEqual"><sawx:expr xsi:type="sawx:sqlExpression">&quot;Base Facts&quot;.&quot;Revenue&quot;</sawx:expr><sawx:expr xsi:type="sawx:sqlExpression">50</sawx:expr></sawx:expr></sawkpi:rangeExpression><sawkpi:iconScheme color="red" icon="fmap:common/kpi_critical_status.gif"/></sawkpi:thresholdRange></sawkpi:thresholds>[[
    File:catalogimpl.cpp
    Line:1214
    Location:
      saw.subsystem.catalog.initialize.upgrade
      saw.subsystem.catalog.initialize
      saw.subsystems.catalogbootstrapper.loadcatalog
      saw.webextensionbase.init
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-13T20:49:22.000+05:30] [OBIPS] [ERROR:10] [] [saw.subsystem.catalog.initialize.upgrade] [ecid: ] [tid: ] Error reading object: /shared/Sample Lite/KPIs/Unit Price
    Element doesn't contain required attribute treatNoDataAs.
    Node: <sawkpi:thresholds xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:sawkpi="com.siebel.analytics.web/kpi/v1" xmlns:saw="com.siebel.analytics.web/report/v1.1" goal="high"><sawkpi:thresholdRange ID="81c15110-0b96-1000-8567-0ae4eb540000" value="100" assessmentStateKey="OK"><sawkpi:statusText><saw:caption><saw:text>OK</saw:text></saw:caption></sawkpi:statusText><sawkpi:rangeExpression><sawx:expr xsi:type="sawx:comparison" xmlns:sawx="com.siebel.analytics.web/expression/v1.1" op="greater"><sawx:expr xsi:type="sawx:sqlExpression">&quot;Base Facts&quot;.&quot;Actual Unit Price&quot;</sawx:expr><sawx:expr xsi:type="sawx:sqlExpression">90</sawx:expr></sawx:expr></sawkpi:rangeExpression><sawkpi:iconScheme color="green" icon="fmap:common/kpi_ok_status.gif"/></sawkpi:thresholdRange><sawkpi:thresholdRange ID="81c15111-0b96-1000-8567-0ae4eb540000" value="50" assessmentStateKey="WARNING"><sawkpi:statusText><saw:caption><saw:text>WARNING</saw:text></saw:caption></sawkpi:statusText><sawkpi:rangeExpression><sawx:expr xsi:type="sawx:comparison" xmlns:sawx="com.siebel.analytics.web/expression/v1.1" op="greater"><sawx:expr xsi:type="sawx:sqlExpression">&quot;Base Facts&quot;.&quot;Actual Unit Price&quot;</sawx:expr><sawx:expr xsi:type="sawx:sqlExpression">50</sawx:expr></sawx:expr></sawkpi:rangeExpression><sawkpi:iconScheme color="yellow" icon="fmap:common/kpi_warning_status.gif"/></sawkpi:thresholdRange><sawkpi:thresholdRange ID="81c17820-0b96-1000-8567-0ae4eb540000" value="0" assessmentStateKey="CRITICAL"><sawkpi:statusText><saw:caption><saw:text>CRITICAL</saw:text></saw:caption></sawkpi:statusText><sawkpi:rangeExpression><sawx:expr xsi:type="sawx:comparison" xmlns:sawx="com.siebel.analytics.web/expression/v1.1" op="lessOrEqual"><sawx:expr xsi:type="sawx:sqlExpression">&quot;Base Facts&quot;.&quot;Actual Unit Price&quot;</sawx:expr><sawx:expr xsi:type="sawx:sqlExpression">50</sawx:expr></sawx:expr></sawkpi:rangeExpression><sawkpi:iconScheme color="red" icon="fmap:common/kpi_critical_status.gif"/></sawkpi:thresholdRange></sawkpi:thresholds>[[
    File:catalogimpl.cpp
    Line:1214
    Location:
      saw.subsystem.catalog.initialize.upgrade
      saw.subsystem.catalog.initialize
      saw.subsystems.catalogbootstrapper.loadcatalog
      saw.webextensionbase.init
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-13T20:49:22.000+05:30] [OBIPS] [WARNING:16] [] [saw.catalog.item.properties.set] [ecid: ] [tid: ] Adding property Desc with value Data Source: BIP WS getFolderContent
    [http://localhost:7001/xmlpserver/services/v2/CatalogService?wsdl]
    Parameters: User ID, Password, Folder Path --
    Note: Edit the data set and change host name & port to match the BIP server's host and port in your environment. exceeds an entry's the maximum size soft limit 256. There are 263 bytes in this property for item /shared/Sample Lite/Published Reporting/Data Models/WS getFolderContent DM.xdm.[[
    File:itemimpl.cpp
    Line:1555
    Location:
      saw.catalog.item.properties.set
      saw.catalog.impl.read
      saw.catalog.impl.scour
      saw.subsystem.catalog.initialize.upgrade
      saw.subsystem.catalog.initialize
      saw.subsystems.catalogbootstrapper.loadcatalog
      saw.webextensionbase.init
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-13T20:49:23.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.subsystem.catalog.initialize.upgrade] [ecid: ] [tid: ] Succeeded in updating account GUIDs from back end user population store[[
    File:initializecatalog.cpp
    Line:1131
    Location:
      saw.subsystem.catalog.initialize.upgrade
      saw.subsystem.catalog.initialize
      saw.subsystems.catalogbootstrapper.loadcatalog
      saw.webextensionbase.init
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-13T20:49:36.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: ] [tid: ] Oracle BI Presentation Services have started successfully.[[
    File:sawserver.cpp
    Line:563
    Location:
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-13T20:51:47.000+05:30] [OBIPS] [WARNING:16] [] [saw.subsystem.security.getMasterSession] [ecid: 585eecf65d051a4f:36b3c0f2:141b22c45a1:-8000-000000000000009b,0:1] [tid: 2268] Server accessed with unsupported UA (Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322))[[
    File:ssdevice.cpp
    Line:1454
    Location:
      saw.subsystem.security.getMasterSession
      saw.httpserver.processrequest
      saw.rpc.server.responder
      saw.rpc.server
      saw.rpc.server.handleConnection
      saw.rpc.server.dispatch
      saw.threadpool
      saw.threads
    ecid: 585eecf65d051a4f:36b3c0f2:141b22c45a1:-8000-000000000000009b,0:1
    ThreadID: 2268
    [2013-10-13T20:52:07.000+05:30] [OBIPS] [WARNING:16] [] [saw.subsystem.security.getMasterSession] [ecid: 585eecf65d051a4f:36b3c0f2:141b22c45a1:-8000-00000000000000a5,0:1] [tid: 2268] Server accessed with unsupported UA (Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322))[[
    File:ssdevice.cpp
    Line:1454
    Location:
      saw.subsystem.security.getMasterSession
      saw.httpserver.processrequest
      saw.rpc.server.responder
      saw.rpc.server
      saw.rpc.server.handleConnection
      saw.rpc.server.dispatch
      saw.threadpool
      saw.threads
    ecid: 585eecf65d051a4f:36b3c0f2:141b22c45a1:-8000-00000000000000a5,0:1
    ThreadID: 2268
    [2013-10-13T20:57:21.000+05:30] [OBIPS] [WARNING:16] [] [saw.subsystem.security.getMasterSession] [ecid: 585eecf65d051a4f:36b3c0f2:141b22c45a1:-8000-00000000000000b7,0:1] [tid: 2268] Server accessed with unsupported UA (Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322))[[
    File:ssdevice.cpp
    Line:1454
    Location:
      saw.subsystem.security.getMasterSession
      saw.httpserver.processrequest
      saw.rpc.server.responder
      saw.rpc.server
      saw.rpc.server.handleConnection
      saw.rpc.server.dispatch
      saw.threadpool
      saw.threads
    ecid: 585eecf65d051a4f:36b3c0f2:141b22c45a1:-8000-00000000000000b7,0:1
    ThreadID: 2268
    [2013-10-13T20:57:27.000+05:30] [OBIPS] [WARNING:16] [] [saw.subsystem.security.getMasterSession] [ecid: 585eecf65d051a4f:36b3c0f2:141b22c45a1:-8000-00000000000000c1,0:1] [tid: 2268] Server accessed with unsupported UA (Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Firefox/24.0)[[
    File:ssdevice.cpp
    Line:1454
    Location:
      saw.subsystem.security.getMasterSession
      saw.httpserver.processrequest
      saw.rpc.server.responder
      saw.rpc.server
      saw.rpc.server.handleConnection
      saw.rpc.server.dispatch
      saw.threadpool
      saw.threads
    ecid: 585eecf65d051a4f:36b3c0f2:141b22c45a1:-8000-00000000000000c1,0:1
    ThreadID: 2268
    [2013-10-13T20:57:41.000+05:30] [OBIPS] [WARNING:16] [] [saw.subsystem.security.getMasterSession] [ecid: 585eecf65d051a4f:36b3c0f2:141b22c45a1:-8000-00000000000000d1,0:1] [tid: 2268] Server accessed with unsupported UA (Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Firefox/24.0)[[
    File:ssdevice.cpp
    Line:1454
    Location:
      saw.subsystem.security.getMasterSession
      saw.httpserver.processrequest
      saw.rpc.server.responder
      saw.rpc.server
      saw.rpc.server.handleConnection
      saw.rpc.server.dispatch
      saw.threadpool
      saw.threads
    ecid: 585eecf65d051a4f:36b3c0f2:141b22c45a1:-8000-00000000000000d1,0:1
    ThreadID: 2268
    [2013-10-13T21:02:19.000+05:30] [OBIPS] [WARNING:16] [] [saw.subsystem.security.getMasterSession] [ecid: 585eecf65d051a4f:36b3c0f2:141b22c45a1:-8000-00000000000000dc,0:1] [tid: 2268] Server accessed with unsupported UA (Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Firefox/24.0)[[
    File:ssdevice.cpp
    Line:1454
    Location:
      saw.subsystem.security.getMasterSession
      saw.httpserver.processrequest
      saw.rpc.server.responder
      saw.rpc.server
      saw.rpc.server.handleConnection
      saw.rpc.server.dispatch
      saw.threadpool
      saw.threads
    ecid: 585eecf65d051a4f:36b3c0f2:141b22c45a1:-8000-00000000000000dc,0:1
    ThreadID: 2268
    [2013-10-13T21:15:13.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: ] [tid: ] Oracle BI Presentation Services (OBIPS) 11.1.1.5.0 (Build 110427.0752 32-bit) are starting up.[[
    File:sawserver.cpp
    Line:465
    Location:
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-13T21:15:14.000+05:30] [OBIPS] [WARNING:1] [] [saw.webextensionbase.init.workstationCheck] [ecid: ] [tid: ] WARNING: The Oracle BI Presentation Services server is running on a workstation class machine (Windows 2000 Workstation, Windows XP Professional, etc.).  Number of concurrent users may be severely limited by the operating system.[[
    File:webextensionbase.cpp
    Line:496
    Location:
      saw.webextensionbase.init.workstationCheck
      saw.webextensionbase.init
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-13T21:15:21.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: ] [tid: ] Oracle BI Presentation Services have started successfully.[[
    File:sawserver.cpp
    Line:563
    Location:
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-13T21:15:41.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.securitysubsystem.session.logon] [ecid: 585eecf65d051a4f:-1b61c7d:141b27ba80a:-8000-0000000000000894,0:1:1] [tid: 4020] User weblogic logged in (session ID: 0ohicbclpat90s0amqt8u2as2nhsd0ftcrrl0bi  ). [[
    File:masterclientsession.cpp
    Line:366
    Location:
      saw.securitysubsystem.session.logon
      saw.securitysubsystem.checkauthentication.runimpl
      saw.threadpool
      saw.threads
    ecid: 585eecf65d051a4f:-1b61c7d:141b27ba80a:-8000-0000000000000894,0:1:1
    ThreadID: 4020
    [2013-10-13T21:15:42.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.security.userpopulationcache.getparentapproles] [ecid: 585eecf65d051a4f:-1b61c7d:141b27ba80a:-8000-000000000000089a,0:1] [tid: 3808] Populating application role hierarchy for the first time.[[
    File:userpopulationcache.cpp
    Line:202
    Location:
      saw.security.userpopulationcache.getparentapproles
      saw.security.securityimpl.getPermissions
      saw.httpserver.processrequest
      saw.rpc.server.responder
      saw.rpc.server
      saw.rpc.server.handleConnection
      saw.rpc.server.dispatch
      saw.threadpool
      saw.threads
    SessionID: 0ohicbclpat90s0amqt8u2as2nhsd0ftcrrl0bi
    AuthProps: AuthSchema=UidPwd|PWD=******|UID=weblogic|User=weblogic
    ecid: 585eecf65d051a4f:-1b61c7d:141b27ba80a:-8000-000000000000089a,0:1
    ThreadID: 3808
    HttpCommand: bieehome
    RemoteIP: 169.254.25.129
    HttpArgs: icharset='windows-1252',startPage='1'
    [2013-10-13T21:15:42.000+05:30] [OBIPS] [WARNING:16] [] [saw.catalog.item.properties.set] [ecid: 585eecf65d051a4f:-1b61c7d:141b27ba80a:-8000-000000000000089a,0:1] [tid: 3808] Adding property Desc with value Data Source: BIP WS getFolderContent
    [http://localhost:7001/xmlpserver/services/v2/CatalogService?wsdl]
    Parameters: User ID, Password, Folder Path --
    Note: Edit the data set and change host name & port to match the BIP server's host and port in your environment. exceeds an entry's the maximum size soft limit 256. There are 263 bytes in this property for item /shared/Sample Lite/Published Reporting/Data Models/WS getFolderContent DM.xdm.[[
    File:itemimpl.cpp
    Line:1555
    Location:
      saw.catalog.item.properties.set
      saw.catalog.impl.read
      saw.httpserver.processrequest
      saw.rpc.server.responder
      saw.rpc.server
      saw.rpc.server.handleConnection
      saw.rpc.server.dispatch
      saw.threadpool
      saw.threads
    SessionID: 0ohicbclpat90s0amqt8u2as2nhsd0ftcrrl0bi
    AuthProps: AuthSchema=UidPwd|PWD=******|UID=weblogic|User=weblogic
    ecid: 585eecf65d051a4f:-1b61c7d:141b27ba80a:-8000-000000000000089a,0:1
    ThreadID: 3808
    HttpCommand: bieehome
    RemoteIP: 169.254.25.129
    [2013-10-13T21:22:07.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.rpc.server.listen] [ecid: 00iHnU5hIsp3FCw70FyWMF0000S4000006,0] [tid: ] Server shutdown initiated by OPMN.[[
    File:socketrpcserver.cpp
    Line:818
    Location:
      saw.rpc.server.listen
      saw.sawserver
    ecid: 00iHnU5hIsp3FCw70FyWMF0000S4000006,0
    [2013-10-13T21:22:07.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: 00iHnU5hIsp3FCw70FyWMF0000S4000006,0] [tid: ] Oracle BI Presentation Services are shutting down.[[
    File:sawserver.cpp
    Line:712
    Location:
      saw.sawserver
      saw.sawserver.terminatesawserver
      saw.sawserver
    ecid: 00iHnU5hIsp3FCw70FyWMF0000S4000006,0
    [2013-10-13T21:25:49.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: ] [tid: ] Oracle BI Presentation Services (OBIPS) 11.1.1.5.0 (Build 110427.0752 32-bit) are starting up.[[
    File:sawserver.cpp
    Line:465
    Location:
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-13T21:25:50.000+05:30] [OBIPS] [WARNING:1] [] [saw.webextensionbase.init.workstationCheck] [ecid: ] [tid: ] WARNING: The Oracle BI Presentation Services server is running on a workstation class machine (Windows 2000 Workstation, Windows XP Professional, etc.).  Number of concurrent users may be severely limited by the operating system.[[
    File:webextensionbase.cpp
    Line:496
    Location:
      saw.webextensionbase.init.workstationCheck
      saw.webextensionbase.init
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-13T21:25:55.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: ] [tid: ] Oracle BI Presentation Services have started successfully.[[
    File:sawserver.cpp
    Line:563
    Location:
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-13T21:29:53.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.securitysubsystem.session.logon] [ecid: 585eecf65d051a4f:-1aa73405:141b2858e09:-8000-0000000000000f5a,0:1:1] [tid: 1948] User ukumar46 logged in (session ID: pr7cdripddh1k94k1ortpvbk27sis4j0uqm6kl2  ). [[
    File:masterclientsession.cpp
    Line:366
    Location:
      saw.securitysubsystem.session.logon
      saw.securitysubsystem.checkauthentication.runimpl
      saw.threadpool
      saw.threads
    ecid: 585eecf65d051a4f:-1aa73405:141b2858e09:-8000-0000000000000f5a,0:1:1
    ThreadID: 1948
    [2013-10-13T21:29:58.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.security.userpopulationcache.getparentapproles] [ecid: 585eecf65d051a4f:-1aa73405:141b2858e09:-8000-0000000000000f5e,0:1] [tid: 224] Populating application role hierarchy for the first time.[[
    File:userpopulationcache.cpp
    Line:202
    Location:
      saw.security.userpopulationcache.getparentapproles
      saw.security.securityimpl.getPermissions
      saw.httpserver.processrequest
      saw.rpc.server.responder
      saw.rpc.server
      saw.rpc.server.handleConnection
      saw.rpc.server.dispatch
      saw.threadpool
      saw.threads
    SessionID: pr7cdripddh1k94k1ortpvbk27sis4j0uqm6kl2
    AuthProps: 
    ecid: 585eecf65d051a4f:-1aa73405:141b2858e09:-8000-0000000000000f5e,0:1
    ThreadID: 224
    HttpCommand: bieehome
    RemoteIP: 169.254.25.129
    HttpArgs: icharset='windows-1252',startPage='1'
    [2013-10-13T23:53:49.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.rpc.server.listen] [ecid: 00iHnUfYKGj3FCw70FyWMF0000kS000003,0] [tid: ] Server shutdown initiated by OPMN.[[
    File:socketrpcserver.cpp
    Line:818
    Location:
      saw.rpc.server.listen
      saw.sawserver
    ecid: 00iHnUfYKGj3FCw70FyWMF0000kS000003,0
    [2013-10-13T23:53:49.000+05:30] [OBIPS] [ERROR:16] [] [saw.dms.conext.unwrap] [ecid: 00iHnUfYKGj3FCw70FyWMF0000kS000003,0:4] [tid: 1372] Failed to restore ctx from reference[[
    File:executioncontext.cpp
    Line:286
    Location:
      saw.dms.conext.unwrap
      saw.threadpool
      saw.threads
    ecid: 00iHnUfYKGj3FCw70FyWMF0000kS000003,0:4
    ThreadID: 1372
    [2013-10-13T23:53:49.000+05:30] [OBIPS] [ERROR:16] [] [saw.dms.conext.unwrap] [ecid: 00iHnUfYKGj3FCw70FyWMF0000kS000003,0:89] [tid: 2352] Failed to restore ctx from reference[[
    File:executioncontext.cpp
    Line:286
    Location:
      saw.dms.conext.unwrap
      saw.threadpool
      saw.threads
    ecid: 00iHnUfYKGj3FCw70FyWMF0000kS000003,0:89
    ThreadID: 2352
    [2013-10-13T23:53:49.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: 00iHnUfYKGj3FCw70FyWMF0000kS000003,0] [tid: ] Oracle BI Presentation Services are shutting down.[[
    File:sawserver.cpp
    Line:712
    Location:
      saw.sawserver
      saw.sawserver.terminatesawserver
      saw.sawserver
    ecid: 00iHnUfYKGj3FCw70FyWMF0000kS000003,0
    [2013-10-13T23:54:50.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: ] [tid: ] Oracle BI Presentation Services (OBIPS) 11.1.1.5.0 (Build 110427.0752 32-bit) are starting up.[[
    File:sawserver.cpp
    Line:465
    Location:
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-13T23:54:51.000+05:30] [OBIPS] [WARNING:1] [] [saw.webextensionbase.init.workstationCheck] [ecid: ] [tid: ] WARNING: The Oracle BI Presentation Services server is running on a workstation class machine (Windows 2000 Workstation, Windows XP Professional, etc.).  Number of concurrent users may be severely limited by the operating system.[[
    File:webextensionbase.cpp
    Line:496
    Location:
      saw.webextensionbase.init.workstationCheck
      saw.webextensionbase.init
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-13T23:54:55.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: ] [tid: ] Oracle BI Presentation Services have started successfully.[[
    File:sawserver.cpp
    Line:563
    Location:
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-13T23:55:46.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.securitysubsystem.session.logon] [ecid: 585eecf65d051a4f:-1aa73405:141b2858e09:-8000-000000000000118a,0:1:1] [tid: 6116] User weblogic logged in (session ID: tgousq2n96gqge2gsgg12a0n6sqpcr0hn64tnoi  ). [[
    File:masterclientsession.cpp
    Line:366
    Location:
      saw.securitysubsystem.session.logon
      saw.securitysubsystem.checkauthentication.runimpl
      saw.threadpool
      saw.threads
    ecid: 585eecf65d051a4f:-1aa73405:141b2858e09:-8000-000000000000118a,0:1:1
    ThreadID: 6116
    [2013-10-13T23:55:50.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.security.userpopulationcache.getparentapproles] [ecid: 585eecf65d051a4f:-1aa73405:141b2858e09:-8000-000000000000118e,0:1] [tid: 4900] Populating application role hierarchy for the first time.[[
    File:userpopulationcache.cpp
    Line:202
    Location:
      saw.security.userpopulationcache.getparentapproles
      saw.security.securityimpl.getPermissions
      saw.httpserver.processrequest
      saw.rpc.server.responder
      saw.rpc.server
      saw.rpc.server.handleConnection
      saw.rpc.server.dispatch
      saw.threadpool
      saw.threads
    SessionID: tgousq2n96gqge2gsgg12a0n6sqpcr0hn64tnoi
    AuthProps: AuthSchema=UidPwd|PWD=******|UID=weblogic|User=weblogic
    ecid: 585eecf65d051a4f:-1aa73405:141b2858e09:-8000-000000000000118e,0:1
    ThreadID: 4900
    HttpCommand: BIEEHome
    RemoteIP: 169.254.25.129
    HttpArgs: icharset='windows-1252',startPage='1'
    [2013-10-13T23:55:50.000+05:30] [OBIPS] [WARNING:16] [] [saw.catalog.item.properties.set] [ecid: 585eecf65d051a4f:-1aa73405:141b2858e09:-8000-000000000000118e,0:1] [tid: 4900] Adding property Desc with value Data Source: BIP WS getFolderContent
    [http://localhost:7001/xmlpserver/services/v2/CatalogService?wsdl]
    Parameters: User ID, Password, Folder Path --
    Note: Edit the data set and change host name & port to match the BIP server's host and port in your environment. exceeds an entry's the maximum size soft limit 256. There are 263 bytes in this property for item /shared/Sample Lite/Published Reporting/Data Models/WS getFolderContent DM.xdm.[[
    File:itemimpl.cpp
    Line:1555
    Location:
      saw.catalog.item.properties.set
      saw.catalog.impl.read
      saw.httpserver.processrequest
      saw.rpc.server.responder
      saw.rpc.server
      saw.rpc.server.handleConnection
      saw.rpc.server.dispatch
      saw.threadpool
      saw.threads
    SessionID: tgousq2n96gqge2gsgg12a0n6sqpcr0hn64tnoi
    AuthProps: AuthSchema=UidPwd|PWD=******|UID=weblogic|User=weblogic
    ecid: 585eecf65d051a4f:-1aa73405:141b2858e09:-8000-000000000000118e,0:1
    ThreadID: 4900
    HttpCommand: BIEEHome
    RemoteIP: 169.254.25.129
    [2013-10-13T23:57:35.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.securitysubsystem.session.logoff] [ecid: 585eecf65d051a4f:-1aa73405:141b2858e09:-8000-00000000000011f6,0:1] [tid: 4900] User weblogic logged out (session ID: tgousq2n96gqge2gsgg12a0n6sqpcr0hn64tnoi ).[[
    File:masterclientsession.cpp
    Line:462
    Location:
      saw.securitysubsystem.session.logoff
      saw.httpserver.processrequest
      saw.rpc.server.responder
      saw.rpc.server
      saw.rpc.server.handleConnection
      saw.rpc.server.dispatch
      saw.threadpool
      saw.threads
    SessionID: tgousq2n96gqge2gsgg12a0n6sqpcr0hn64tnoi
    AuthProps: AuthSchema=UidPwd|PWD=******|UID=weblogic|User=weblogic
    ecid: 585eecf65d051a4f:-1aa73405:141b2858e09:-8000-00000000000011f6,0:1
    ThreadID: 4900
    HttpCommand: Logoff
    RemoteIP: 169.254.25.129
    HttpArgs: 
    [2013-10-13T23:58:32.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.rpc.server.listen] [ecid: 00iHnb0P2Uj3FCw70FyWMF0001B4000003,0] [tid: ] Server shutdown initiated by OPMN.[[
    File:socketrpcserver.cpp
    Line:818
    Location:
      saw.rpc.server.listen
      saw.sawserver
    ecid: 00iHnb0P2Uj3FCw70FyWMF0001B4000003,0
    [2013-10-13T23:58:32.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: 00iHnb0P2Uj3FCw70FyWMF0001B4000003,0] [tid: ] Oracle BI Presentation Services are shutting down.[[
    File:sawserver.cpp
    Line:712
    Location:
      saw.sawserver
      saw.sawserver.terminatesawserver
      saw.sawserver
    ecid: 00iHnb0P2Uj3FCw70FyWMF0001B4000003,0
    [2013-10-18T21:35:18.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: ] [tid: ] Oracle BI Presentation Services (OBIPS) 11.1.1.5.0 (Build 110427.0752 32-bit) are starting up.[[
    File:sawserver.cpp
    Line:465
    Location:
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-18T21:35:19.000+05:30] [OBIPS] [WARNING:1] [] [saw.webextensionbase.init.workstationCheck] [ecid: ] [tid: ] WARNING: The Oracle BI Presentation Services server is running on a workstation class machine (Windows 2000 Workstation, Windows XP Professional, etc.).  Number of concurrent users may be severely limited by the operating system.[[
    File:webextensionbase.cpp
    Line:496
    Location:
      saw.webextensionbase.init.workstationCheck
      saw.webextensionbase.init
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-18T21:35:32.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: ] [tid: ] Oracle BI Presentation Services have started successfully.[[
    File:sawserver.cpp
    Line:563
    Location:
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-18T22:00:10.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.securitysubsystem.session.logon] [ecid: 585eecf65d051a4f:37e0f6df:141cc4c025e:-8000-000000000000040c,0:1:1] [tid: 3820] User weblogic logged in (session ID: 0kt172oncmo2vebhuborpulf31oa32v6ubafdeq  ). [[
    File:masterclientsession.cpp
    Line:366
    Location:
      saw.securitysubsystem.session.logon
      saw.securitysubsystem.checkauthentication.runimpl
      saw.threadpool
      saw.threads
    ecid: 585eecf65d051a4f:37e0f6df:141cc4c025e:-8000-000000000000040c,0:1:1
    ThreadID: 3820
    [2013-10-18T22:00:10.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.security.userpopulationcache.getparentapproles] [ecid: 585eecf65d051a4f:37e0f6df:141cc4c025e:-8000-000000000000042e,0:1] [tid: 3248] Populating application role hierarchy for the first time.[[
    File:userpopulationcache.cpp
    Line:202
    Location:
      saw.security.userpopulationcache.getparentapproles
      saw.security.securityimpl.getPermissions
      saw.httpserver.processrequest
      saw.rpc.server.responder
      saw.rpc.server
      saw.rpc.server.handleConnection
      saw.rpc.server.dispatch
      saw.threadpool
      saw.threads
    SessionID: 0kt172oncmo2vebhuborpulf31oa32v6ubafdeq
    AuthProps: AuthSchema=UidPwd|PWD=******|UID=weblogic|User=weblogic
    ecid: 585eecf65d051a4f:37e0f6df:141cc4c025e:-8000-000000000000042e,0:1
    ThreadID: 3248
    HttpCommand: bieehome
    RemoteIP: 169.254.25.129
    HttpArgs: icharset='windows-1252',startPage='1'
    [2013-10-18T22:00:11.000+05:30] [OBIPS] [WARNING:16] [] [saw.catalog.item.properties.set] [ecid: 585eecf65d051a4f:37e0f6df:141cc4c025e:-8000-000000000000042e,0:1] [tid: 3248] Adding property Desc with value Data Source: BIP WS getFolderContent
    [http://localhost:7001/xmlpserver/services/v2/CatalogService?wsdl]
    Parameters: User ID, Password, Folder Path --
    Note: Edit the data set and change host name & port to match the BIP server's host and port in your environment. exceeds an entry's the maximum size soft limit 256. There are 263 bytes in this property for item /shared/Sample Lite/Published Reporting/Data Models/WS getFolderContent DM.xdm.[[
    File:itemimpl.cpp
    Line:1555
    Location:
      saw.catalog.item.properties.set
      saw.catalog.impl.read
      saw.httpserver.processrequest
      saw.rpc.server.responder
      saw.rpc.server
      saw.rpc.server.handleConnection
      saw.rpc.server.dispatch
      saw.threadpool
      saw.threads
    SessionID: 0kt172oncmo2vebhuborpulf31oa32v6ubafdeq
    AuthProps: AuthSchema=UidPwd|PWD=******|UID=weblogic|User=weblogic
    ecid: 585eecf65d051a4f:37e0f6df:141cc4c025e:-8000-000000000000042e,0:1
    ThreadID: 3248
    HttpCommand: bieehome
    RemoteIP: 169.254.25.129
    [2013-10-18T23:13:01.000+05:30] [OBIPS] [ERROR:16] [] [saw.taskScheduler.processJob] [ecid: 00iHtlYRxDu3FCw70FyWMF000048000000,0:766] [tid: 1320] Running task 'Cache/Query' finished in 3609 milliseconds, 24.0% of job's frequency (15 seconds).[[
    File:taskscheduler.cpp
    Line:423
    Location:
      saw.taskScheduler.processJob
      saw.threadpool
      saw.threads
    ecid: 00iHtlYRxDu3FCw70FyWMF000048000000,0:766
    ThreadID: 1320
    task: Cache/Query
    [2013-10-18T23:13:04.000+05:30] [OBIPS] [WARNING:16] [] [saw.taskScheduler.processJob] [ecid: 00iHtlYRxDu3FCw70FyWMF000048000000,0:769] [tid: 3972] Running task 'Cache/ReportCache/CleanupXMLDiskCache' finished in 6547 milliseconds, 5.4% of job's frequency (120 seconds).[[
    File:taskscheduler.cpp
    Line:423
    Location:
      saw.taskScheduler.processJob
      saw.threadpool
      saw.threads
    ecid: 00iHtlYRxDu3FCw70FyWMF000048000000,0:769
    ThreadID: 3972
    task: Cache/ReportCache/CleanupXMLDiskCache
    [2013-10-18T23:29:13.000+05:30] [OBIPS] [ERROR:16] [] [saw.dms.conext.unwrap] [ecid: 00iHtlZ5Zs43FCw70FyWMF000048000006,0:87] [tid: 3248] Failed to restore ctx from reference[[
    File:executioncontext.cpp
    Line:286
    Location:
      saw.dms.conext.unwrap
      saw.threadpool
      saw.threads
    ecid: 00iHtlZ5Zs43FCw70FyWMF000048000006,0:87
    ThreadID: 3248
    [2013-10-18T23:32:43.000+05:30] [OBIPS] [WARNING:16] [] [saw.threadpool.performance] [ecid: 585eecf65d051a4f:37e0f6df:141cc4c025e:-8000-000000000000065b,0:1] [tid: 3456] ThreadPool<HostLookup>.Thread count: running  0, maximum 1, idle 0. Jobs pending: 1.  No available threads, creating new thread for job. Approaching configured maximum for total number of threads.[[
    File:threadpool.cpp
    Line:661
    Location:
      saw.threadpool.performance
      saw.threadpool
      saw.httpserver.processrequest
      saw.rpc.server.responder
      saw.rpc.server
      saw.rpc.server.handleConnection
      saw.rpc.server.dispatch
      saw.threadpool
      saw.threads
    SessionID: 0kt172oncmo2vebhuborpulf31oa32v6ubafdeq
    AuthProps: AuthSchema=UidPwd|PWD=******|UID=weblogic|User=weblogic
    ecid: 585eecf65d051a4f:37e0f6df:141cc4c025e:-8000-000000000000065b,0:1
    ThreadID: 3456
    HttpCommand: Sessions
    RemoteIP: 169.254.25.129
    threadpool: HostLookup
    [2013-10-18T23:36:41.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.securitysubsystem.session.logoff] [ecid: 585eecf65d051a4f:37e0f6df:141cc4c025e:-8000-0000000000000673,0:1] [tid: 3456] User weblogic logged out (session ID: 0kt172oncmo2vebhuborpulf31oa32v6ubafdeq ).[[
    File:masterclientsession.cpp
    Line:462
    Location:
      saw.securitysubsystem.session.logoff
      saw.httpserver.processrequest
      saw.rpc.server.responder
      saw.rpc.server
      saw.rpc.server.handleConnection
      saw.rpc.server.dispatch
      saw.threadpool
      saw.threads
    SessionID: 0kt172oncmo2vebhuborpulf31oa32v6ubafdeq
    AuthProps: AuthSchema=UidPwd|PWD=******|UID=weblogic|User=weblogic
    ecid: 585eecf65d051a4f:37e0f6df:141cc4c025e:-8000-0000000000000673,0:1
    ThreadID: 3456
    HttpCommand: Logoff
    RemoteIP: 169.254.25.129
    HttpArgs: 
    [2013-10-18T23:36:52.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.securitysubsystem.session.logon] [ecid: 585eecf65d051a4f:37e0f6df:141cc4c025e:-8000-0000000000000a21,0:1:1] [tid: 2136] User weblogic logged in (session ID: behogqbi3f7quodtfe89msfuenpe4poli7vviei  ). [[
    File:masterclientsession.cpp
    Line:366
    Location:
      saw.securitysubsystem.session.logon
      saw.securitysubsystem.checkauthentication.runimpl
      saw.threadpool
      saw.threads
    ecid: 585eecf65d051a4f:37e0f6df:141cc4c025e:-8000-0000000000000a21,0:1:1
    ThreadID: 2136
    [2013-10-18T23:36:52.000+05:30] [OBIPS] [WARNING:16] [] [saw.catalog.item.properties.set] [ecid: 585eecf65d051a4f:37e0f6df:141cc4c025e:-8000-0000000000000a25,0:1] [tid: 3456] Adding property Desc with value Data Source: BIP WS getFolderContent
    [http://localhost:7001/xmlpserver/services/v2/CatalogService?wsdl]
    Parameters: User ID, Password, Folder Path --
    Note: Edit the data set and change host name & port to match the BIP server's host and port in your environment. exceeds an entry's the maximum size soft limit 256. There are 263 bytes in this property for item /shared/Sample Lite/Published Reporting/Data Models/WS getFolderContent DM.xdm.[[
    File:itemimpl.cpp
    Line:1555
    Location:
      saw.catalog.item.properties.set
      saw.catalog.impl.read
      saw.httpserver.processrequest
      saw.rpc.server.responder
      saw.rpc.server
      saw.rpc.server.handleConnection
      saw.rpc.server.dispatch
      saw.threadpool
      saw.threads
    SessionID: behogqbi3f7quodtfe89msfuenpe4poli7vviei
    AuthProps: AuthSchema=UidPwd|PWD=******|UID=weblogic|User=weblogic
    ecid: 585eecf65d051a4f:37e0f6df:141cc4c025e:-8000-0000000000000a25,0:1
    ThreadID: 3456
    HttpCommand: BIEEHome
    RemoteIP: 169.254.25.129
    [2013-10-19T15:39:35.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: ] [tid: ] Oracle BI Presentation Services (OBIPS) 11.1.1.5.0 (Build 110427.0752 32-bit) are starting up.[[
    File:sawserver.cpp
    Line:465
    Location:
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-19T15:39:36.000+05:30] [OBIPS] [WARNING:1] [] [saw.webextensionbase.init.workstationCheck] [ecid: ] [tid: ] WARNING: The Oracle BI Presentation Services server is running on a workstation class machine (Windows 2000 Workstation, Windows XP Professional, etc.).  Number of concurrent users may be severely limited by the operating system.[[
    File:webextensionbase.cpp
    Line:496
    Location:
      saw.webextensionbase.init.workstationCheck
      saw.webextensionbase.init
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-19T15:39:53.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: ] [tid: ] Oracle BI Presentation Services have started successfully.[[
    File:sawserver.cpp
    Line:563
    Location:
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-19T16:17:49.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.rpc.server.listen] [ecid: 00iHui8xZUj3FCw70FyWMF0000w8000006,0] [tid: ] Server shutdown initiated by OPMN.[[
    File:socketrpcserver.cpp
    Line:818
    Location:
      saw.rpc.server.listen
      saw.sawserver
    ecid: 00iHui8xZUj3FCw70FyWMF0000w8000006,0
    [2013-10-19T16:17:49.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: 00iHui8xZUj3FCw70FyWMF0000w8000006,0] [tid: ] Oracle BI Presentation Services are shutting down.[[
    File:sawserver.cpp
    Line:712
    Location:
      saw.sawserver
      saw.sawserver.terminatesawserver
      saw.sawserver
    ecid: 00iHui8xZUj3FCw70FyWMF0000w8000006,0
    [2013-10-19T16:21:20.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: ] [tid: ] Oracle BI Presentation Services (OBIPS) 11.1.1.5.0 (Build 110427.0752 32-bit) are starting up.[[
    File:sawserver.cpp
    Line:465
    Location:
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-19T16:21:21.000+05:30] [OBIPS] [WARNING:1] [] [saw.webextensionbase.init.workstationCheck] [ecid: ] [tid: ] WARNING: The Oracle BI Presentation Services server is running on a workstation class machine (Windows 2000 Workstation, Windows XP Professional, etc.).  Number of concurrent users may be severely limited by the operating system.[[
    File:webextensionbase.cpp
    Line:496
    Location:
      saw.webextensionbase.init.workstationCheck
      saw.webextensionbase.init
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-19T16:21:28.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: ] [tid: ] Oracle BI Presentation Services have started successfully.[[
    File:sawserver.cpp
    Line:563
    Location:
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-19T16:46:45.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.rpc.server.listen] [ecid: 00iHukTcpk73FCw70FyWMF0000x^000003,0] [tid: ] Server shutdown initiated by OPMN.[[
    File:socketrpcserver.cpp
    Line:818
    Location:
      saw.rpc.server.listen
      saw.sawserver
    ecid: 00iHukTcpk73FCw70FyWMF0000x^000003,0
    [2013-10-19T16:46:45.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: 00iHukTcpk73FCw70FyWMF0000x^000003,0] [tid: ] Oracle BI Presentation Services are shutting down.[[
    File:sawserver.cpp
    Line:712
    Location:
      saw.sawserver
      saw.sawserver.terminatesawserver
      saw.sawserver
    ecid: 00iHukTcpk73FCw70FyWMF0000x^000003,0
    [2013-10-19T16:47:37.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: ] [tid: ] Oracle BI Presentation Services (OBIPS) 11.1.1.5.0 (Build 110427.0752 32-bit) are starting up.[[
    File:sawserver.cpp
    Line:465
    Location:
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-19T16:47:38.000+05:30] [OBIPS] [WARNING:1] [] [saw.webextensionbase.init.workstationCheck] [ecid: ] [tid: ] WARNING: The Oracle BI Presentation Services server is running on a workstation class machine (Windows 2000 Workstation, Windows XP Professional, etc.).  Number of concurrent users may be severely limited by the operating system.[[
    File:webextensionbase.cpp
    Line:496
    Location:
      saw.webextensionbase.init.workstationCheck
      saw.webextensionbase.init
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-19T16:47:45.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: ] [tid: ] Oracle BI Presentation Services have started successfully.[[
    File:sawserver.cpp
    Line:563
    Location:
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-19T17:14:14.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.rpc.server.listen] [ecid: 00iHulvdjzm3FCw70FyWMF0000Bo000003,0] [tid: ] Server shutdown initiated by OPMN.[[
    File:socketrpcserver.cpp
    Line:818
    Location:
      saw.rpc.server.listen
      saw.sawserver
    ecid: 00iHulvdjzm3FCw70FyWMF0000Bo000003,0
    [2013-10-19T17:14:14.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: 00iHulvdjzm3FCw70FyWMF0000Bo000003,0] [tid: ] Oracle BI Presentation Services are shutting down.[[
    File:sawserver.cpp
    Line:712
    Location:
      saw.sawserver
      saw.sawserver.terminatesawserver
      saw.sawserver
    ecid: 00iHulvdjzm3FCw70FyWMF0000Bo000003,0
    [2013-10-19T17:40:44.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: ] [tid: ] Oracle BI Presentation Services (OBIPS) 11.1.1.5.0 (Build 110427.0752 32-bit) are starting up.[[
    File:sawserver.cpp
    Line:465
    Location:
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-19T17:40:46.000+05:30] [OBIPS] [WARNING:1] [] [saw.webextensionbase.init.workstationCheck] [ecid: ] [tid: ] WARNING: The Oracle BI Presentation Services server is running on a workstation class machine (Windows 2000 Workstation, Windows XP Professional, etc.).  Number of concurrent users may be severely limited by the operating system.[[
    File:webextensionbase.cpp
    Line:496
    Location:
      saw.webextensionbase.init.workstationCheck
      saw.webextensionbase.init
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-19T17:40:52.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: ] [tid: ] Oracle BI Presentation Services have started successfully.[[
    File:sawserver.cpp
    Line:563
    Location:
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-19T23:01:26.000+05:30] [OBIPS] [ERROR:16] [] [saw.dms.conext.unwrap] [ecid: 00iHuotaMko4QtwN0ErY6F000164000003,0:14] [tid: 5244] Failed to restore ctx from reference[[
    File:executioncontext.cpp
    Line:286
    Location:
      saw.dms.conext.unwrap
      saw.threadpool
      saw.threads
    ecid: 00iHuotaMko4QtwN0ErY6F000164000003,0:14
    ThreadID: 5244
    [2013-10-20T02:04:06.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.rpc.server.listen] [ecid: 00iHuotaMko4QtwN0ErY6F000164000003,0] [tid: ] Server shutdown initiated by OPMN.[[
    File:socketrpcserver.cpp
    Line:818
    Location:
      saw.rpc.server.listen
      saw.sawserver
    ecid: 00iHuotaMko4QtwN0ErY6F000164000003,0
    [2013-10-20T02:04:06.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: 00iHuotaMko4QtwN0ErY6F000164000003,0] [tid: ] Oracle BI Presentation Services are shutting down.[[
    File:sawserver.cpp
    Line:712
    Location:
      saw.sawserver
      saw.sawserver.terminatesawserver
      saw.sawserver
    ecid: 00iHuotaMko4QtwN0ErY6F000164000003,0
    [2013-10-20T11:48:46.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: ] [tid: ] Oracle BI Presentation Services (OBIPS) 11.1.1.5.0 (Build 110427.0752 32-bit) are starting up.[[
    File:sawserver.cpp
    Line:465
    Location:
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-20T11:48:47.000+05:30] [OBIPS] [WARNING:1] [] [saw.webextensionbase.init.workstationCheck] [ecid: ] [tid: ] WARNING: The Oracle BI Presentation Services server is running on a workstation class machine (Windows 2000 Workstation, Windows XP Professional, etc.).  Number of concurrent users may be severely limited by the operating system.[[
    File:webextensionbase.cpp
    Line:496
    Location:
      saw.webextensionbase.init.workstationCheck
      saw.webextensionbase.init
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-20T11:48:57.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: ] [tid: ] Oracle BI Presentation Services have started successfully.[[
    File:sawserver.cpp
    Line:563
    Location:
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-20T15:46:37.000+05:30] [OBIPS] [ERROR:16] [] [saw.dms.conext.unwrap] [ecid: 00iHvlgtbGQ4QtwN0ErY6F0000xc000006,0:14] [tid: 2112] Failed to restore ctx from reference[[
    File:executioncontext.cpp
    Line:286
    Location:
      saw.dms.conext.unwrap
      saw.threadpool
      saw.threads
    ecid: 00iHvlgtbGQ4QtwN0ErY6F0000xc000006,0:14
    ThreadID: 2112
    [2013-10-20T16:39:48.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.rpc.server.listen] [ecid: 00iHvlgtbGQ4QtwN0ErY6F0000xc000006,0] [tid: ] Server shutdown initiated by OPMN.[[
    File:socketrpcserver.cpp
    Line:818
    Location:
      saw.rpc.server.listen
      saw.sawserver
    ecid: 00iHvlgtbGQ4QtwN0ErY6F0000xc000006,0
    [2013-10-20T16:39:48.000+05:30] [OBIPS] [ERROR:16] [] [saw.dms.conext.unwrap] [ecid: 00iHvlgtbGQ4QtwN0ErY6F0000xc000006,0:12] [tid: 3188] Failed to restore ctx from reference[[
    File:executioncontext.cpp
    Line:286
    Location:
      saw.dms.conext.unwrap
      saw.threadpool
      saw.threads
    ecid: 00iHvlgtbGQ4QtwN0ErY6F0000xc000006,0:12
    ThreadID: 3188
    [2013-10-20T16:39:48.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: 00iHvlgtbGQ4QtwN0ErY6F0000xc000006,0] [tid: ] Oracle BI Presentation Services are shutting down.[[
    File:sawserver.cpp
    Line:712
    Location:
      saw.sawserver
      saw.sawserver.terminatesawserver
      saw.sawserver
    ecid: 00iHvlgtbGQ4QtwN0ErY6F0000xc000006,0
    [2013-10-26T14:10:43.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: ] [tid: ] Oracle BI Presentation Services (OBIPS) 11.1.1.5.0 (Build 110427.0752 32-bit) are starting up.[[
    File:sawserver.cpp
    Line:465
    Location:
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-26T14:10:44.000+05:30] [OBIPS] [WARNING:1] [] [saw.webextensionbase.init.workstationCheck] [ecid: ] [tid: ] WARNING: The Oracle BI Presentation Services server is running on a workstation class machine (Windows 2000 Workstation, Windows XP Professional, etc.).  Number of concurrent users may be severely limited by the operating system.[[
    File:webextensionbase.cpp
    Line:496
    Location:
      saw.webextensionbase.init.workstationCheck
      saw.webextensionbase.init
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-26T14:10:53.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: ] [tid: ] Oracle BI Presentation Services have started successfully.[[
    File:sawserver.cpp
    Line:563
    Location:
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-26T18:12:31.000+05:30] [OBIPS] [WARNING:16] [] [saw.taskScheduler.processJob] [ecid: 00iI3SRDYQc4QtwN0ErY6F0000_S000000,0:3253] [tid: 2376] Running task 'Catalog crawler' finished in 30781 milliseconds, 0.8% of job's frequency (3600 seconds).[[
    File:taskscheduler.cpp
    Line:423
    Location:
      saw.taskScheduler.processJob
      saw.threadpool
      saw.threads
    ecid: 00iI3SRDYQc4QtwN0ErY6F0000_S000000,0:3253
    ThreadID: 2376
    task: Catalog crawler
    [2013-10-26T19:13:13.000+05:30] [OBIPS] [WARNING:16] [] [saw.taskScheduler.processJob] [ecid: 00iI3SRDYQc4QtwN0ErY6F0000_S000000,0:4115] [tid: 1768] Running task 'Catalog crawler' finished in 39547 milliseconds, 1.0% of job's frequency (3600 seconds).[[
    File:taskscheduler.cpp
    Line:423
    Location:
      saw.taskScheduler.processJob
      saw.threadpool
      saw.threads
    ecid: 00iI3SRDYQc4QtwN0ErY6F0000_S000000,0:4115
    ThreadID: 1768
    task: Catalog crawler
    [2013-10-26T22:44:23.000+05:30] [OBIPS] [ERROR:16] [] [saw.dms.conext.unwrap] [ecid: 00iI3SRXSXa4QtwN0ErY6F0000_S000006,0:143] [tid: 980] Failed to restore ctx from reference[[
    File:executioncontext.cpp
    Line:286
    Location:
      saw.dms.conext.unwrap
      saw.threadpool
      saw.threads
    ecid: 00iI3SRXSXa4QtwN0ErY6F0000_S000006,0:143
    ThreadID: 980
    [2013-10-26T23:06:48.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: ] [tid: ] Oracle BI Presentation Services (OBIPS) 11.1.1.5.0 (Build 110427.0752 32-bit) are starting up.[[
    File:sawserver.cpp
    Line:465
    Location:
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-26T23:06:50.000+05:30] [OBIPS] [WARNING:1] [] [saw.webextensionbase.init.workstationCheck] [ecid: ] [tid: ] WARNING: The Oracle BI Presentation Services server is running on a workstation class machine (Windows 2000 Workstation, Windows XP Professional, etc.).  Number of concurrent users may be severely limited by the operating system.[[
    File:webextensionbase.cpp
    Line:496
    Location:
      saw.webextensionbase.init.workstationCheck
      saw.webextensionbase.init
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-26T23:06:57.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: ] [tid: ] Oracle BI Presentation Services have started successfully.[[
    File:sawserver.cpp
    Line:563
    Location:
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-26T23:16:28.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.rpc.server.listen] [ecid: 00iI3uOfhJc4QtwN0ErY6F0000f4000003,0] [tid: ] Server shutdown initiated by OPMN.[[
    File:socketrpcserver.cpp
    Line:818
    Location:
      saw.rpc.server.listen
      saw.sawserver
    ecid: 00iI3uOfhJc4QtwN0ErY6F0000f4000003,0
    [2013-10-26T23:16:28.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: 00iI3uOfhJc4QtwN0ErY6F0000f4000003,0] [tid: ] Oracle BI Presentation Services are shutting down.[[
    File:sawserver.cpp
    Line:712
    Location:
      saw.sawserver
      saw.sawserver.terminatesawserver
      saw.sawserver
    ecid: 00iI3uOfhJc4QtwN0ErY6F0000f4000003,0
    [2013-10-29T22:53:32.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: ] [tid: ] Oracle BI Presentation Services (OBIPS) 11.1.1.5.0 (Build 110427.0752 32-bit) are starting up.[[
    File:sawserver.cpp
    Line:465
    Location:
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-29T22:53:34.000+05:30] [OBIPS] [WARNING:1] [] [saw.webextensionbase.init.workstationCheck] [ecid: ] [tid: ] WARNING: The Oracle BI Presentation Services server is running on a workstation class machine (Windows 2000 Workstation, Windows XP Professional, etc.).  Number of concurrent users may be severely limited by the operating system.[[
    File:webextensionbase.cpp
    Line:496
    Location:
      saw.webextensionbase.init.workstationCheck
      saw.webextensionbase.init
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-29T22:53:42.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: ] [tid: ] Oracle BI Presentation Services have started successfully.[[
    File:sawserver.cpp
    Line:563
    Location:
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-29T22:54:17.000+05:30] [OBIPS] [WARNING:16] [] [saw.taskScheduler.processJob] [ecid: 00iI7f2ZR^04QtwN0ErY6F0000qk000000,0:34] [tid: 2152] Running task 'Catalog crawler' finished in 31172 milliseconds, 0.8% of job's frequency (3600 seconds).[[
    File:taskscheduler.cpp
    Line:423
    Location:
      saw.taskScheduler.processJob
      saw.threadpool
      saw.threads
    ecid: 00iI7f2ZR^04QtwN0ErY6F0000qk000000,0:34
    ThreadID: 2152
    task: Catalog crawler
    [2013-10-29T23:25:48.000+05:30] [OBIPS] [ERROR:16] [] [saw.threads] [ecid: 00iI7f2_HoN4QtwN0ErY6F0000qk000002,0] [tid: 1872] Error while executing job in PollThread.[[
    File:pollthreaddef.h
    Line:147
    Location:
      saw.threads
    ecid: 00iI7f2_HoN4QtwN0ErY6F0000qk000002,0
    ThreadID: 1872
    [2013-10-29T23:25:49.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.rpc.server.listen] [ecid: 00iI7f2pCLu4QtwN0ErY6F0000qk000003,0] [tid: ] Server shutdown initiated by OPMN.[[
    File:socketrpcserver.cpp
    Line:818
    Location:
      saw.rpc.server.listen
      saw.sawserver
    ecid: 00iI7f2pCLu4QtwN0ErY6F0000qk000003,0
    [2013-10-29T23:25:49.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: 00iI7f2pCLu4QtwN0ErY6F0000qk000003,0] [tid: ] Oracle BI Presentation Services are shutting down.[[
    File:sawserver.cpp
    Line:712
    Location:
      saw.sawserver
      saw.sawserver.terminatesawserver
      saw.sawserver
    ecid: 00iI7f2pCLu4QtwN0ErY6F0000qk000003,0
    [2013-10-29T23:27:01.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: ] [tid: ] Oracle BI Presentation Services (OBIPS) 11.1.1.5.0 (Build 110427.0752 32-bit) are starting up.[[
    File:sawserver.cpp
    Line:465
    Location:
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-29T23:27:02.000+05:30] [OBIPS] [WARNING:1] [] [saw.webextensionbase.init.workstationCheck] [ecid: ] [tid: ] WARNING: The Oracle BI Presentation Services server is running on a workstation class machine (Windows 2000 Workstation, Windows XP Professional, etc.).  Number of concurrent users may be severely limited by the operating system.[[
    File:webextensionbase.cpp
    Line:496
    Location:
      saw.webextensionbase.init.workstationCheck
      saw.webextensionbase.init
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-29T23:27:09.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: ] [tid: ] Oracle BI Presentation Services have started successfully.[[
    File:sawserver.cpp
    Line:563
    Location:
      saw.sawserver
      saw.sawserver.initializesawserver
      saw.sawserver
    ecid: 
    [2013-10-29T23:46:43.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.rpc.server.listen] [ecid: 00iI7guS2Tx4QtwN0ErY6F0000rK000003,0] [tid: ] Server shutdown initiated by OPMN.[[
    File:socketrpcserver.cpp
    Line:818
    Location:
      saw.rpc.server.listen
      saw.sawserver
    ecid: 00iI7guS2Tx4QtwN0ErY6F0000rK000003,0

  • Access problem in the login page

    Hi ,
      I downloaded the "SAP NetWeaver 2004s Java Trial Version" from SDN and installed it . During the installation I kept all the passwords as "abcd1234" following the instructions of the installation guide . After the installation , the guide tells me to login to the server(ie portal login page) using
    user = admin
    pwd = admin
    Now when I try to login , it says authentication failed and after a while of trying different passwords the message that appears now is "account locked" . What do I do to login into the SAP portal. Coulld someone pls help here .
    Regards
    Deepak Singh

    Hi Deepak
    Have you installed portal?If yes try loggin into it with
    User :administrator
    password:abcd1234
    Pls award points:
    <i></i>
    Message was edited by:
            Rajat Anand
    Message was edited by:
            Rajat Anand

  • Problem with the nodes in Oracle Portal using JPDK Portlets

    Here in Production environment we have 2 different Portal Servers
    Even if logged in with the node 'b' then also the images path showing path from node 'a' only.
    Note:
    The thing is both the Portal servers are sharing the common portal repository.
    We are using JPDK Portlets with Oracle Appserver

    Does anyone know how to modify an existing report with sub labels within the main report? I am trying to resize one of the labels.
    O'Neil

  • Problems with the new Pages 5.0

    Hello there community!
    I updated the Pages app, but I am encountering some problems:
    1. How do I turn on the auto-capitalization of the first letter of the sentence?
    2. After I copied a text in the clipboard and I perform the right-click on the mouse, where is the „Paste and Match Style” option?
    3. After I copied a text in the clipboard and I perform the right-click on the mouse, why does the cursor jump in the following row?
    These are the problems that I am encountering for the moment! If there will come up some new once, I will write them here!

    VladRO wrote:
    These are the problems that I am encountering for the moment! If there will come up some new once, I will write them here!
    Instead of starting a new list, go to
    https://discussions.apple.com/thread/5468056?tstart=0

  • Problem with the cover page of the fax output...

    Hi,
    I used SO_DOCUMENT_SEND_API1 to send the sapscript thru fax...
    I need to have the subject of the fax with values coming from the internal table...
    However, my knowledge is that the subject of the fax is part of the document_data importing parameter of the FM...
    Now the subject of output only shows the latest entry from the internal table and not every entry...
    Thanks a lot!
          Clear x_document_data.
          loop at i_document_data into x_document_data
                WHERE obj_descr is NOT INITIAL.
          endloop.
        CLEAR i_objpack-transf_bin.
    Pack to main body.
         i_objpack-doc_type   = c_raw.  "'RAW'.
        APPEND i_objpack.
    Pack to PDF.
        i_objpack-transf_bin = c_x.
        i_objpack-body_start = 1.
        i_objpack-body_num   = v_righe_attachment.
        i_objpack-doc_type   = c_pdf.    "'PDF'
        i_objpack-obj_name   = c_test.   "'TEST'
        i_objpack-doc_size   = v_righe_attachment * 255.
        APPEND i_objpack.
        CLEAR i_reclist.
    *For fax receivers.
        v_fax_recipient-rec_fax   = v_fax_number.
        v_fax_recipient-rec_state = v_country.
        ASSIGN v_fax_recipient TO <fs_receiver> CASTING.
        i_reclist-receiver = <fs_receiver>.
        i_reclist-com_type    = c_fax. "'FAX'
        i_reclist-rec_type    = c_f.    "'Fax'
        APPEND i_reclist.
    CALL FUNCTION 'SO_DOCUMENT_SEND_API1'
          EXPORTING
            document_data              = x_document_data
            commit_work                = c_x
          IMPORTING
            sent_to_all                = v_sent_all
          TABLES
            packing_list               = i_objpack
            contents_bin               = i_objbin
            receivers                  = i_reclist
          EXCEPTIONS
            too_many_receivers         = 1
            document_not_sent          = 2
            document_type_not_exist    = 3
            operation_no_authorization = 4
            parameter_error            = 5
            x_error                    = 6
            enqueue_error              = 7
            OTHERS                     = 8.

    Hi Jotsaroop,
    Its standard code. I didn't write any code here.
    DATA: current TYPE REF TO if_bol_bo_property_access.
         DATA: dref    TYPE REF TO data.
         value =
    'value not bound'."#EC NOTEXT
         if iterator is bound.
           current = iterator->get_current( ).
         else.
           current = collection_wrapper->get_current( ).
         endif.
       TRY.
         TRY.
             dref = current->get_property( 'SP_PHNO' ). "#EC NOTEXT
           CATCH cx_crm_cic_parameter_error.
         ENDTRY.
         CATCH cx_sy_ref_is_initial cx_sy_move_cast_error
               cx_crm_genil_model_error.
           RETURN.
       ENDTRY.
         IF dref IS NOT BOUND.
           value = 'CUST/SP_PHNO not bound'."#EC NOTEXT
           RETURN.
         ENDIF.
         TRY.
             value = if_bsp_model_util~convert_to_string( data_ref = dref
                                         attribute_path = attribute_path ).
           CATCH cx_bsp_conv_illegal_ref.
             FIELD-SYMBOLS: <l_data> type DATA.
             assign dref->* to <l_data>.
    *       please implement here some BO specific handler coding
    *       conversion of currency/quantity field failed caused by missing
    *       unit relation
    *       Coding sample:
    *       provide currency, decimals, and reference type
    *       value = cl_bsp_utility=>make_string(
    *                          value = <l_data>
    *                          reference_value = c_currency
    *                          num_decimals = decimals
    *                          reference_type = reference_type
               value = '-CURR/QUANT REF DATA MISSING-'.
           CATCH cx_root.
             value = '-CONVERSION FAILED-'.                  "#EC NOTEXT
         ENDTRY.

  • Problem with the Installation of OWB 10g Release 2

    Dear members
    I am trying to install OWB and Create a Repsoitory on my machine as mentioned here http://www.oracle.com/technology/obe/10gr2_owb/owb10gr2_gs/owb/lesson1/start01.htm
    But I am getting Warehouse builder Installation Error stating :
    The Warehouse Builder Repository owner installation failed on REPOWNER
    java.sql.SQLException:ORA-01919:role 'JAVAIDPRIV" does not exist.
    INS0029:Error occured during installation
    Check the log file C:\OraHome_2\owb\UnifiedRepos\log_090510_012311.000.log file for details
    Can anyone point out as what could have gone wrong?
    Also please refer to the following theard for additional info
    http://forums.oracle.com/forums/thread.jspa?threadID=897240&tstart=0

    Hi,
    what db edition are you using (OWB cannot be installed into a Oracle XE)?
    Is java properly installed?
    Regards,
    Carsten.

  • SAP brand Image change in Login Page of portal

    Hi All,
    Currently we are using Portal 7.0 SP6 version.
    we have a requirement to change the SAP standard brand image in the login page of portal with the our customer logo,
    We have the only requirement to change the sap brand image ( which is -the person is writing something on standing- this is sap brand image-at left side of login page) in the login page, which we need to change to our customer image
    Please provide supported documents and links for the same then it would be great help to me.
    Thanks in advance
    Regards,
    PortalUser100
    Edited by: PortalUser100 on Apr 19, 2011 5:46 PM

    Hi Shanti,
    Thanks for your reply.
    Can we able to change brandimage of sap portal 7.0 login screen as mentioned below?
    Is it possible to change in the same manner?
    Go to the file path
    \usr\sap\J2E\JC00\j2ee\cluster\server0\apps\sap.com
    2. Open the folder
    a. com.sap.security.core.admin
    b. Navigate Till root folder through servlet-jsp/logon
    c. Inside the root go to Layout folder
    d. In the Layout folder there exists those branding images
    e. Replace the branding Image (Keeping the same name of ur image as that of the existing one ).
    3. Restart the J2ee engine and the Portal .
    are the above steps will work out to change just the brand image in the logon screen
    Thanks,
    PortalUser100

  • Problem with display of pages in IE

    I'll keep this short and simple, I'm not after criticism of my work but if it is a mess then I understand, I've re-coded a website designed by a friend who has joined the army & is currently serving so I cannot get in touch with him for help, I'm a novice website designer but I'm stumped as to why my pages are behaving the way they are
    I've made a website for a friend's pub and it all looked brilliant in DreamWeaver CS5's Design View so I went ahead and used ftp program FileZilla to send it live on my domain and basically it shifted my pictures and it displays differently in IE to what it does in Chrome e.g. My "Find Us" page has a large white bar at the bottom in IE which shouldn't be there and I can't get rid of it, but it doesn't show in chrome?
    Any help or code I may be able to implement would be greatly appreciated, thanks Freecey.
    Edit: Forgot to add the link to my site - www.thelightdragoon.co.uk
    Also I am aware of the problems with the Home Page & the Menu Page but I am yet to attempt to fix those yet.

    You still have a problem on that page.
    <head>
    <meta name="generator" content="HTML Tidy for Linux (vers 25 March 2009), see www.w3.org" /><object type="{0C55C096-0F1D-4F28-AAA2-85EF591126E7}" id="cosymantecbfw" class="c1"></object>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    Note that you STILL have an <object> tag within the head region.  That's invalid.
    Also, you are using absolute positioning to place elements within your header region - that's definitely suboptimal and unnecessary since it precludes centering the page in various width viewports.  However, if you make the following changes you can muddle by -
    1.  Change the CSS for #outerShadow to set the left/right margins to "auto".  Make it position:relative.
    2.  Change the left values for the absolutely positioned elements to whatever you need for them to be correctly located within #outerShadow.
    3.  Twiddle the remaining out of place element margins to locate them correctly within #outerShadow.
    That should do it.  But the real way to build this page is without using absolute positioning at all.  It's not necessary and will always make your maintenance more complicated as long as you have it.

Maybe you are looking for

  • File size of .swf files exported from Indesign CS5

    I have made a basic file (728 x 90 px) in Indesign, which is the size of banner ads we produce. I have not put on any effect or animation yet. When I export it as a swf file, the file size is 139kb. This is way too large for any banner advertising on

  • Determine the adapter type in adapter module

    Hi All, How can I determine with in a adapter module (custom developed) which adapter type the message is currently being processed? I was planning to use the method Message.getProtocol() and according to the documentation this returns "Returns the p

  • KEY and KEYREF support in Oracle XML DB

    First of all, sorry for my english but I am a spanish researcher who have not been abroad too much :-). I�m trying to use XML DB to store XML documents that represents UML models and the way I've choosed to map relationships in my schema is using KEY

  • Opening Business Partner Master Data is slow

    Hello everyone. I seem to have a problem with one of the companies in my SAP installation. I'm using SAP Business One 8.81 PL10 and I have quite a few companies on the server, including a demo db. The server is hosted on a VM that is in compliance wi

  • Is your icloud backup password the same as my icloud account password

    is your icloud backup password the same as my icloud account password. I can get into my icloud but i cant remember the icloud backup password.