Error opening Oracle BI Presentation Services

I am new to obiee.
Finished installing Oracle 11g, Oracle BI 10.1.3.4.0, jdk1.6.0-07.
I am able to create new repository in BI Administartor Tool.
Error while trying to connect to Presentation Services.
Theses are the various errors: when connecting to InteractiveDashboard, Answers, My dashboard
Errors:
1.) Interactive Dashboard:--------------
ERROR: Odbc driver returned an error
Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P:OI2DL65P
2.) BI Answers:------------
You are not currently logged in to the Oracle BI Server.
If you have already logged in, your connection might have timed out, or a communications or server error may have occurred.
3. ) My Dashboard:---------------
access denied for user to path /users/administrator/_portal/dashboard layout.
Error Codes: O9XNZMXB
I need help!!!!!!!!!!!!!!!!!

In sawlog.log file showing below message
Type: Warning
Severity: 50
Time: Thu Apr 25 10:00:12 2013
File: project/websubsystems/systeminformation.cpp Line: 336
Properties: ThreadID-3696
Location:
     saw.systemMonitor.minutely
     saw.taskScheduler.processJob
     saw.threadPool
     saw.threads
Available memory: paging 240676 KBytes, physical 90220 KBytes
i am using OBI in virtual machine please suggest how to proceed.
Regards,

Similar Messages

  • Error - Unable to communicate to Oracle BI Presentation service...

    Hi all,
    Why am I getting error in Answers -> Edit dashboard -> Try to add request from left panel
    +"Unable to communicate to Oracle BI Presentation service. Please ensure you are still logged in and try again."+
    I am connected an every thing else is working fine. This is only happening in one dashboard. Please help.
    Thanks

    Thanks for reply saichand,
    I have tried this from your link
    Hi,
    I've faced the same problem as yours; unable to access other links in Presentation Services. I've finally resolved the problem by replacing the URL http://<computername>:<portnumber>/analytics/ with http://localhost:portnumber/analytics. Eg. http://localhost:9704/analytics. It works for me.
    but nothing is changed I am still getting error.
    Edited by: Micek on 2009.07.21 13:41
    Edited by: Micek on 2009.07.21 13:41

  • Error while starting BI Presentation Services in Windows XP

    Hi All,
    I am receiving error while starting presentation services in windows. When I checked Saw0.log file below is the error. I already searched forums posted here, but i do not see any solution given to this. Can anyone please help me on this. Its very urgent.
    Type: Information
    Severity: 30
    Time: Tue Nov 24 21:35:26 2009
    File: project/sawserver/sawserver.cpp Line: 335
    Properties: ThreadID-2120
    Location:
    saw.sawserver
    saw.sawserver.initializesawserver
    saw.threads
    Oracle BI Presentation Services 10.1.3.2 (Build 010607.1740) are starting up.
    Type: Error
    Severity: 20
    Time: Tue Nov 24 21:35:26 2009
    File: project/webodbcaccess/odbcenvironment.cpp Line: 98
    Properties: ThreadID-2120
    Location:
    saw.webextensionbase.staticinit
    saw.sawserver
    saw.sawserver.initializesawserver
    saw.threads
    ODBC driver preload failed.  ODBC library name: 'nqsodbc.dll'
    Type: Error
    Severity: 20
    Time: Tue Nov 24 21:35:26 2009
    File: project/webodbcaccess/odbcenvironment.cpp Line: 100
    Properties: ThreadID-2120
    Location:
    saw.webextensionbase.staticinit
    saw.sawserver
    saw.sawserver.initializesawserver
    saw.threads
    The specified module could not be found.
    Type: Error
    Severity: 42
    Time: Tue Nov 24 21:35:26 2009
    File: project/webodbcaccess/odbcenvironment.cpp Line: 195
    Properties: ThreadID-2120
    Location:
    saw.webextensionbase.staticinit
    saw.sawserver
    saw.sawserver.initializesawserver
    saw.threads
    Allocation of SQLEnvironment failed (SQLError: -1).   Please ensure that the odbc driver is in your environment path.
    Type: Error
    Severity: 20
    Time: Tue Nov 24 21:35:26 2009
    File: project/sawserver/winmain.cpp Line: 74
    Properties: ThreadID-2120
    Location:
    saw.sawserver.initializesawserver
    saw.threads
    Allocation of SQLEnvironment failed (SQLError: -1).   Please ensure that the odbc driver is in your environment path.
    Type: Error
    Severity: 30
    Time: Tue Nov 24 21:35:26 2009
    File: project/webcomm/rpcserver.cpp Line: 145
    Properties:
    Location:
    saw.unknown
    Assertion failure: m_pImpl != 0 at line 145 of ./project/webcomm/rpcserver.cpp
    Thanks in advance............
    Regards
    Sreekar Suri.

    Hi,
    I had this problem after warehouse builder standalone installation. Looks like, it modified Environment variables.
    Check Environment variables in control panel. I added these values to system path variable:
    C:\OracleBI\server\Bin;C:\OracleBI\web\bin;C:\OracleBI\SQLAnywhere;C:\OracleBI\jdbc;
    Though, not sure exactly which one helped, but now i have presentation services stared.

  • "Your browser is not supported by Oracle BI Presentation Services"

    Hi,
    I have installed obiee11.1.1.5 on windows 7 and i am using Firefox 12.0 latest version.When I am trying to open analytics through firefox12.0 i am getting warning like “Your browser is not supported by Oracle BI Presentation Services” and it is opening in IE but charts are not displayed. Can any one tell me the solution for this?
    Edited by: Uma on Apr 26, 2012 5:24 AM

    Hi Uma,
    good that your issue is resolved. we are generally modifying/adding the header to override the existing version to previous version, so instead of using the FF10+ header we are just modifying it to FF9 inorder to make it work
    The UA string of Firefox itself is broken down into four components:
    Mozilla/5.0 (platform; rv:geckoversion) Gecko/geckotrail Firefox/firefoxversion
    Mozilla/5.0 is the general token that says the browser is Mozilla compatible, and is common to almost every browser today.
    platform describes the native platform the browser is running on (e.g. Windows, Mac, or Linux). Note that platform can consist of multiple "; "-separated tokens. See below for further details and examples.
    rv:geckoversion indicates the release version of Gecko (such as "10.0"). From Firefox 5.0 and Gecko 5.0 onwards, geckoversion is the same as firefoxversion (described below).
    Gecko/geckotrail indicates that the browser is based on Gecko. geckotrail is "20100101" in desktop release builds and does not represent the actual build date of the browser. For desktop development builds, geckotrail presently indicates the build date of the browser, but this is likely to change in the future. Starting February 1st 2012, geckotrail is the same as geckoversion and firefoxversion in Firefox for Android with a native front end (aka. Fennec Native).
    Firefox/firefoxversion indicates the browser is Firefox, and provides the version (such as "11.0").
    Thanks,
    RM

  • Oracle biee presentation service is not starting

    hi All,
    Today i installed oracle biee on my machine(having windows vista) andreplaced all corresponding files (like .rpd file & catalog and modify the nqsconfig.ini & instanceconfig.xml files). but when i tried to start the oracle bi presentation service, it was not starting(though i already started the oracle bi server and java host service).
    i got the following error prompt:
    "Windows could not start BI Presentation server on local computer.
    For more information,review the system event log.if this is non-microsoft service,contact the service vendor, and refer to service specific error code-1"
    Then i again replaced all the files to the default one(paint.rpd and paint catalog) and again tried to restart the service but this time i got the "error : 1053 Error 1053: The service did not respond to the start or control request in a timely fashion."
    please help me out
    Thanks

    Is oc4j running? otherwise start it form Start>All Programs>Oracle Business Intelligence>Start OC4J.
    Then start Presentation services (sawserver.exe in the OracleBI/web/bin directory or from Control Panel>Administrative tools> Services
    Then try the wbe URL

  • Oracle bi presentation service is not getting started

    hi All,
    for this i checked the sawkig0.log file (under OracleBIdata\web\log ) i got the following details:
    Type: Information
    Severity: 30
    Time: Tue May 20 10:32:15 2008
    File: project/sawserver/sawserver.cpp Line: 386
    Properties: ThreadID-812
    Location:
         saw.sawserver
         saw.sawserver.initializesawserver
         saw.threads
    Oracle BI Presentation Services 10.1.3.3.3 (Build 080430.1930) are starting up.
    Type: Warning
    Severity: 30
    Time: Tue May 20 10:32:17 2008
    File: project/websubsystems/webextensionbase.cpp Line: 380
    Properties: ThreadID-812
    Location:
         saw.webextensionbase.init.workstationCheck
         saw.webextensionbase.init
         saw.sawserver
         saw.sawserver.initializesawserver
         saw.threads
    WARNING: The Oracle BI Presentation 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.
    Type: Error
    Severity: 42
    Time: Tue May 20 10:32:18 2008
    File: project/webutil/streaming.cpp Line: 72
    Properties: ThreadID-812
    Location:
         saw.catalog.local.loadCatalog
         saw.webextensionbase.init
         saw.sawserver
         saw.sawserver.initializesawserver
         saw.threads
    Unexpected end of file encountered. 2 bytes were requested and 1 bytes were read.
    Type: Error
    Severity: 30
    Time: Tue May 20 10:32:18 2008
    File: project/webcatalog/catalogimpl.cpp Line: 1216
    Properties: ThreadID-812
    Location:
         saw.catalog.local.loadCatalog
         saw.webextensionbase.init
         saw.sawserver
         saw.sawserver.initializesawserver
         saw.threads
    Error reading object: /system/privs/catalog/ChangePermissionsPrivilege
    Unexpected end of file encountered. 2 bytes were requested and 1 bytes were read.
    Type: Error
    Severity: 20
    Time: Tue May 20 10:32:18 2008
    File: project/sawserver/winmain.cpp Line: 74
    Properties: ThreadID-812
    Location:
         saw.sawserver.initializesawserver
         saw.threads
    Error reading object: /system/privs/catalog/ChangePermissionsPrivilege
    Unexpected end of file encountered. 2 bytes were requested and 1 bytes were read.
    Type: Error
    Severity: 30
    Time: Tue May 20 10:32:18 2008
    File: project/webcomm/rpcserver.cpp Line: 145
    Properties:
    Location:
         saw.unknown
    Assertion failure: m_pImpl != 0 at line 145 of ./project/webcomm/rpcserver.cpp
    I already checked the instanceconfig.xml file and found it ok.
    please help me out
    thanks

    I have installed Oracle BI EE on My vista Home premuim edition and have installed DB 10g . now trying to start the presentation services but getting error message..
    Oracle BI Presentation Services 10.1.3.4 (Build 080726.1900) are starting up.
    Type: Warning
    Severity: 30
    Time: Thu Apr 23 01:07:56 2009
    File: project/websubsystems/webextensionbase.cpp Line: 380
    Properties: ThreadID-5552
    Location:
         saw.webextensionbase.init.workstationCheck
         saw.webextensionbase.init
         saw.sawserver
         saw.sawserver.initializesawserver
         saw.threads
    WARNING: The Oracle BI Presentation 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.
    Type: Error
    Severity: 10
    Time: Thu Apr 23 01:08:03 2009
    File: project/webcatalog/catalogimpl.cpp Line: 736
    Properties: ThreadID-5552
    Location:
         saw.sqlNodeCacheMgr.loadCatalog
         saw.webextensionbase.init
         saw.sawserver
         saw.sawserver.initializesawserver
         saw.threads
    Invalid item \\?\C:\OracleBIData\web\catalog\samplesales\root\system\mktgcache\anuj-pc\sawguidstate.atr.
    Type: Error
    Severity: 10
    Time: Thu Apr 23 01:08:03 2009
    File: project/webcatalog/catalogimpl.cpp Line: 736
    Properties: ThreadID-5552
    Location:
         saw.webextensionbase.init
         saw.sawserver
         saw.sawserver.initializesawserver
         saw.threads
    Invalid item \\?\C:\OracleBIData\web\catalog\samplesales\root\system\mktgcache\anuj-pc\sawguidstate.atr.
    Type: Error
    Severity: 10
    Time: Thu Apr 23 01:08:03 2009
    File: project/webcatalog/catalogimpl.cpp Line: 381
    Properties: ThreadID-5552
    Location:
         saw.webextensionbase.init
         saw.sawserver
         saw.sawserver.initializesawserver
         saw.threads
    Invalid item /system/mktgcache/Anuj-PC/sawguidstate.
    Type: Error
    Severity: 20
    Time: Thu Apr 23 01:08:05 2009
    File: project/sawserver/winmain.cpp Line: 74
    Properties: ThreadID-5552
    Location:
         saw.sawserver.initializesawserver
         saw.threads
    Invalid item /system/mktgcache/Anuj-PC/sawguidstate.
    Type: Error
    Severity: 30
    Time: Thu Apr 23 01:08:05 2009
    File: project/webcomm/rpcserver.cpp Line: 145
    Properties:
    Location:
         saw.unknown
    Assertion failure: m_pImpl != 0 at line 145 of ./project/webcomm/rpcserver.cpp
    Type: Information
    Severity: 30
    Time: Thu Apr 23 01:08:35 2009
    File: project/sawserver/sawserver.cpp Line: 386
    Properties: ThreadID-5848
    Location:
         saw.sawserver
         saw.sawserver.initializesawserver
         saw.threads
    Oracle BI Presentation Services 10.1.3.4 (Build 080726.1900) are starting up.
    Type: Warning
    Severity: 30
    Time: Thu Apr 23 01:08:35 2009
    File: project/websubsystems/webextensionbase.cpp Line: 380
    Properties: ThreadID-5848
    Location:
         saw.webextensionbase.init.workstationCheck
         saw.webextensionbase.init
         saw.sawserver
         saw.sawserver.initializesawserver
         saw.threads
    WARNING: The Oracle BI Presentation 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.
    Type: Error
    Severity: 10
    Time: Thu Apr 23 01:08:35 2009
    File: project/webcatalog/catalogimpl.cpp Line: 736
    Properties: ThreadID-5848
    Location:
         saw.sqlNodeCacheMgr.loadCatalog
         saw.webextensionbase.init
         saw.sawserver
         saw.sawserver.initializesawserver
         saw.threads
    Invalid item \\?\C:\OracleBIData\web\catalog\samplesales\root\system\mktgcache\anuj-pc\sawguidstate.atr.
    Type: Error
    Severity: 10
    Time: Thu Apr 23 01:08:35 2009
    File: project/webcatalog/catalogimpl.cpp Line: 736
    Properties: ThreadID-5848
    Location:
         saw.webextensionbase.init
         saw.sawserver
         saw.sawserver.initializesawserver
         saw.threads
    Invalid item \\?\C:\OracleBIData\web\catalog\samplesales\root\system\mktgcache\anuj-pc\sawguidstate.atr.
    Type: Error
    Severity: 10
    Time: Thu Apr 23 01:08:35 2009
    File: project/webcatalog/catalogimpl.cpp Line: 381
    Properties: ThreadID-5848
    Location:
         saw.webextensionbase.init
         saw.sawserver
         saw.sawserver.initializesawserver
         saw.threads
    Invalid item /system/mktgcache/Anuj-PC/sawguidstate.
    Type: Error
    Severity: 20
    Time: Thu Apr 23 01:08:37 2009
    File: project/sawserver/winmain.cpp Line: 74
    Properties: ThreadID-5848
    Location:
         saw.sawserver.initializesawserver
         saw.threads
    Invalid item /system/mktgcache/Anuj-PC/sawguidstate.
    Type: Error
    Severity: 30
    Time: Thu Apr 23 01:08:37 2009
    File: project/webcomm/rpcserver.cpp Line: 145
    Properties:
    Location:
         saw.unknown
    Assertion failure: m_pImpl != 0 at line 145 of ./project/webcomm/rpcserver.cpp
    ---------------------------------------

  • Oracle BI Presentation Services problem - Message without protocol negotiat

    Hello,
    I have installed all the BI EE components on a single RH linux machine, I'm able to start ORACLE BI presentation service and Java host services after the startup the log file (sawlog0.log) says
    Oracle BI Presentation Services 10.1.3.4 (Build 080726.1900) are starting up.
    Type: Information
    Severity: 30
    Time: Thu Feb 26 18:42:56 2009
    File: project/sawserver/sawserver.cpp Line: 459
    Properties: ThreadID-3086547168
    Location:
    saw.sawserver
    Oracle BI Presentation Services have started successfully.
    BUT when I hit the URL [http://]&lt;local host name&gt;:9710/analytics/saw.dll?Dashboard
    The browser is blank and the log file throw error message as following
    Type: Error
    Severity: 40
    Time: Thu Feb 26 18:45:12 2009
    File: project/webcomm/rpcserver.cpp Line: 744
    Properties: ThreadID-41417616
    Location: saw.rpc.server
    saw.rpc.server.handleConnection
    saw.rpc.server.dispatch
    saw.threadPool
    saw.threads
    Message without protocol negotiation
    Type: Warning
    Severity: 40
    Time: Thu Feb 26 18:45:12 2009
    File: project/webcomm/socketrpcserver.cpp Line: 491
    Properties: ThreadID-41417616
    Location:
    saw.rpc.server.handleConnection
    saw.rpc.server.dispatch
    saw.threadPool
    saw.threads
    Bad request. Closing connection.
    Please note that Java host service is up & running with following message
    Feb 26, 2009 6:42:59 PM Main main
    INFO: Listening for new connections
    Can someone help me on what I'm missing?

    Did you check the Enterprise Manager to see wheter the application was correctly deployed and is up and running?
    http://ofdsys.us.oracle.com:9704/em
    Go Applications -> "analytics" (already here you can check the status) -> Module "analytics" -> "Test Web Module"

  • How to mention more than one values in URL Suffix for Oracle BI presentation Services?

    Hi,
    I'm using OBIEE 10
    In BI Publisher-> Oracle BI Presentation Services setup default value is 'analytics/saw.dll'
    I've to add another suffix i.e. 'analyticsApp/saw.dll' which we use for another set of reports.
    Is it possible to add bot of these entries in URL suffix?
    Else, how can I expose both of my OBIEE URLs to  BI publisher?
    Thanks
    Tarun

    Tarun
    In BI URL word analytics is kind of virtual directory, if you want to change this you might have to change at Web Server side.
    Try to use em for your oc4j to change or redeploy the analytics with desired name.
    Just in case you are using IIS then you need to check in IIS.
    If helps mark
    ~ http://cool-bi.com

  • Automation of Users in Oracle BI presentation services

    In Oracle BI presentation services users are only visible if and only if they login atleast once so I want to create those users also in Presentation services who have not yet logged in.

    Why do you want this?
    If you need this to assign them to a group. You can do this in the repository as well. If you define a group in the RPD it will be used in the presentation services as well.

  • Error Opening Oracle Terminal File fmrweb.

    I installed 9IAS portal and the forms/reports server. The portal works fine, but when I try the 'Run Form Web ( runform.htm)' I get an error "Error opening Oracle*Terminal file fmrweb." The file does exist in my c:\oracle\806\forms60 directory and my FORMS60_PATH is set to c:\oracle\806\forms60 as well. Anybody having ( had ) similar problems? Note: 8.1.7, portal, and formsserver installed on the same Win 2000 machine. No Oracle apps. Thanks in advance.

    Hi Christian,
    It's probably working because you're now using fmrweb.res instead of the foobar fmrwebdk.res. Just look out for that missing quotation mark :)
    --Jesper                                                                                                                                                                                                                                                                                                                                                       

  • How to Add Publisher Administrator Credentials to Oracle BI Presentation Services Credential Store

    I used to follow this document until 10g -  Bookshelf v10.1.3.2: Adding Publisher Administrator Credentials to Oracle BI Presentation Services Credential Store  
    Does anyone know how to configure the same in OBIEE 11G
    Thanks for your help
    Srix

    Tarun
    In BI URL word analytics is kind of virtual directory, if you want to change this you might have to change at Web Server side.
    Try to use em for your oc4j to change or redeploy the analytics with desired name.
    Just in case you are using IIS then you need to check in IIS.
    If helps mark
    ~ http://cool-bi.com

  • Enable/Disable access to Oracle BI Presentation Services Administration

    Dear Forum members,
    We are using OBIEE in combination with Oracle E-Business Suite.
    We have different environments according the OTAP principle.
    In the P(production) environment i CAn`t access the Oracle BI Presentation Services Administration in OBIEE, in all other environments OTA i CAN.
    See the screens of 2 different envorinments.
    Producten(P) - NO administration option
    [http://www.imageupload.org/?d=0EF83C701]
    Acceptation(A) YES administration option
    [http://www.imageupload.org/?d=DD360D8B1]
    OBI PSA
    [http://www.imageupload.org/?d=50363AB11]
    In all environments i have the Administrator(OBIEE_BIS_ADMIN) rights
    Does anyone know where i have to made changes to get these options also in the P environment?
    Is it in the repository? or in de catalog manager? i don`t know....
    Thanx for helping me
    Kind Regards,
    Mursel

    Dear Rachit,
    First of all thanx for your replay
    In all environments i have the same privileges:
    Authenticated Users
    BIS_OBIEE_ADMIN
    This is managed by going to Administration>Manage Privileges>Access to Administration
    I know how to get there, but i dont have the option to get there in the P envoriment.. Administration is not visible.
    I cant get in with a link like that bezcause we use EBS. first i have to log in in EBS, then select autorisation Oracle Business Intelligence, Beheerder> answers/dasboards
    No option to log in without use of EBS. :-(
    Hopefully you know some other options....
    kind regards,
    Mursel

  • Oracle BIEE Presentation Service

    The Oracle BIEE Presentation Service will not start on my machine. Help!

    Hi,
    if you don't give us some more info, version, machine, logs, etc we won't be able to help you.
    Regards.

  • Unable to open dashboards in presentation services

    Hi All,
    I have recently installed BI applications in my system.After installtion I am unable to open dashboards.Answers and delivers all the others are working fine.
    When I click on the dashboard link it is giving the following error
    "access denied for user to path /users/administrator/_portal.
    Error Details
    Error Codes: O9XNZMXB".
    Thank You

    Hi ,
    I could't able to solve my problem after going through the above post.
    I Want to login into Presentation services using paint/paint as userid & pwd, but it is throwing me following error.
    " Unable to Log In
    Error connecting to the Oracle BI Server: The specified ODBC DSN is referencing a subject area that no longer exists within the Oracle BI Repository.
    Error Details
    Error Codes: WH4KCFW6:OPR4ONWY:U9IM8TAC
    Odbc driver returned an error (SQLDriverConnectW).
    State: 08004. Code: 10018. [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access for the requested connection is refused. [nQSError: 43037] Invalid catalog, Sales - Order Lines, specified. (08004) "
    When i gave some blank pwd, then it clearly shows that "An invalid User Name or Password was entered."
    So, i concluded that the pwd which am giving for the pain is correct and there is some thing to do with my catelog. So, i went ahead and changed in the instanceconfig file as pain catalog and even restarted oc4j, Bi server & Presentation server, even then its giving me the same error.
    Also, my NQS file have paint red as default.
    Can anyone give some inputs on this error and how to over come this?

  • Error while creating Bi presentation service in obiee(11.1.1.3)

    Hi,
    Im using Jdeveloper(11.1.1.5) and OBIEE(11.1.1.3)
    I created a ADF application in Jdev and when I try to create a BI presentation services I'm getting the following error message.
    *Connection attempt failed.*
    *java.lang.RuntimeException: Unable to retrieve logon token. This version requires a BI build that implements the version 7 SOAP interface. Please verify that you are using the correct BI version.*
    does the creation of presentation service in jdev(11.1.15) work only with OBIEE(11.1.1.5) and not OBIEE(11.1.1.3).
    please help!
    Thanks,
    Venky
    Edited by: Venky on Jul 26, 2011 2:02 PM
    Edited by: Venky on Jul 27, 2011 6:18 AM

    Venky,
    The SOAP interface released with OBIEE 11.1.1.3 is version 6 (v6) as you can see from its WSDL URL.
    This would leave one only to believe that the SOAP interface released with OBIEE 11.1.1.5 is version 7.

Maybe you are looking for

  • How can i get the last 2 months history?

    I want to get the call history of the last 2 months. Unfortunatelly iphone restore only the last 100 phone calls. Is there a way to retrive all phone calls from the last 2 months?

  • Proximity

    Hi im new on my iPhone 4 and my english is not si Good please understand me. And last week i upgrated my firmware form 4.1 to 5.1.1 until this time everythings are ok on my old firmware my proximity sensor working Good but in my new firmware not work

  • How do you un-istall a printer

    Ho wdo you un-install a printer

  • ES1946 (Solo) Audio controller not recognized

    Dear all, ES1946 (Solo) Audio controller is not recognized on my box. I examined dmesg, it said: es1938: OPL3 not detected at 0x1090 I've listed my dmesg and rc.conf below. Could anyone kindly look into it, and give me a hint to solve this problem? B

  • Could you explain the work flow logic in dispute management

    Hello, Could any one explain the the work flow logic in dispute management . When will the first work flow initiate and who will recive the first notification and what are the action he/she usually perform. How it trigger to next level and what is th