Other than ODBC error

Hi Team,
What are the errors that we can found other than the odbc error in obiee can please share the document if you have.
Thanks in advance

Hi,
Some common errors-
Unable to Log In
Error connecting to the Oracle BI Server: Could not connect to the Oracle BI Server because it is not running or is inaccessible. Please contact your system administrator.
Error Codes: WH4KCFW6:OPR4ONWY:U9IM8TAC
Common cause(s):
•"Oracle BI Server" windows service is not running. Starting the service could resolve the issue.
•In case the BI Server service is running and still the error occurrs, check the port the service is listening to is matching with the port specified in the ODBC DSN for the analytic repository. In NQSConfig.ini file look for RPC_SERVICE_OR_PORT. The default value is 9703. The ODBC DSN name can be found in instanceconfig.xml
"Oracle BI Server" windows service is not starting.
Common cause(s):
•The RPD file specfied in the NQSConfig.ini doesn't exist in the repository folder.
•RPD file may be inconsistent. Open it using Admin tool in offline mode and fix the consistency errors.
Error Generating Chart
Error Codes: ETI2U8FA
Common cause(s):
•"Oracle BI Java Host" windows service is not running. Starting the service could resolve the issue.
Access denied for user to path /users/username/_portal.
Error Codes: O9XNZMXB
Common cause(s):
•The specified user doesn't have permission to read/write to the his/her catalog folder. To resolve the issue, login as Administrator and grant permission to the user to his/her catalog folder using catalog manager.
Check the below links too-
http://debaatobiee.wordpress.com/category/obiee-11g-2/errorsbugsissues/
http://total-bi.com/category/obiee-errors/
http://total-bi.com/category/obiee-errors/page/2/
http://obiee-blog.info/tag/obiee-bug/
Hope this helped
Regards
MuRam
Edited by: MuRam on May 29, 2012 8:32 AM

Similar Messages

  • The error console, I clear it and 4 minutes later it has 100's of yellow, pink & blue message lines in it, without me making 100's of clicks or commands ?? .... Other than the error console filling up faster than a superman, it seems to be working fine.

    The error console, I clear it and 4 minutes later it has 100's of yellow, pink & blue message lines in it, without me making 100's of clicks or commands ?? .... Other than error console filling up faster than a superman, it seems to be working fine. why does it register so many yellow, pink & blue warnings, errors, etc. ???
    This happens no matter where I am browsing, yahoo, google, mail or news. Clearing the console seems to help with the speed of FF after an hour or so of browsing, it slows down terribly and if not cleared and or shut down and relaunching FF, both actually, it is painfully slow, like dial-up.

    Hi Mac Attack,
    My computer will not disconnect from the internet.  It seems to find a clone router and continues even when I shut down and unplug my my own home iy
    Your main question was 'chopped' in the title. Please reply in the body of a reply box with the full question and anything you have tried. And no, the long report was not helpful .
    If the same website is opening each time you launch a browser (Safari?) hold down the shift key as you launch to prevent previous pages from opening.
    Have a look at your settings in Safari > Preferences. Especially General and Privacy.
    Reset Safari to remove cookies and other stored data.
    System Preferences > General
    Have a look at your settings in System Preferences >  Security & Privacy.
    Call back with more questions.
    Regards,
    Ian

  • Runtime exception for other than programming error.

    In a conversation the question arose whether it could be a case of throwing a runtime exception for anything other than a bug. The tutorial on oracle site says "These Usually Indicate programming bugs" leading to think that can be used in situations in which there is no bug.
    Anyone have a practical example of a runtime exception when there is no bug?
    Thanks.

    937643 wrote:
    Ok. But. Do you think that in these cases the use of a runtime exception could be considered a bad practice?That's actually a matter of some debate.
    On the one hand, Java has defined two major kinds of exceptions since the very beginning (unchecked exceptions, which are RuntimeException, Error, and their descendants; and checked exceptions which are everything else). The intended use of those was that checked exceptions should be for things that can normally go wrong in the execution of a program, even without a bug or without a major internal JVM error, such as a failed attempt to persist something or a network connection dropping--stuff that a programmer might normally be expected to deal with; while unchecked exceptions were created for things that a programmer would not normally handle in his code (except possibly at major architectural boundaries), like buggy code or an internal JVM failure.
    With the rule about having to catch or declare checked exceptions, but not unchecked ones, that makes it easy for programmers so say, "Okay, I know exactly what can go wrong here that I might be expected to handle and I can therefore choose what to do with it; there will be no surprises. But I don't have to deal with problems that are outside my normal responsibility, like somebody passing me a null when they shouldn't have." It gives a programmer a nice bit of control, and the ability to know he hasn't missed something, kind of like the type safety provided by a strongly typed language.
    At least that's the theory.
    In practice, most checked exceptions either just get bubbled up to the next layer (via a throws clause), or caught wrapped in a fairly generic layer-appropriate exception and rethrown. There's not a whole lot of use made of what checked exceptions provide, and there's a lot of ugly boilerplate code that doesn't do anything useful for the app but is just there to satisfy the compiler.
    So, some people think that checked exceptions are useless, or mostly useless, and favor unchecked exceptions in most or all cases. I believe that's part of the philosophy of Spring, but I'm not totally sure.
    The idea is that since most of the time you can't do anything about exceptions that might be thrown to you, it's wasteful and pointless to have all that code to catch and rethrow. In this viewpoint, it would be better if, for example, not providing a throws clause at all meant that you could throw any exception. Any given code can still catch specific exceptions that it knows it can handle, but we don't have to write a bunch of code notating something that we're not really doing anything about.
    Personally, I used to be totally in the checked exception camp. However, all the pointless boilerplate is wearing me down. I'm still not completely convinced though, and here's why: If I'm calling a method, I'd like to at least be able to see what might go wrong, so that I can decide how to deal with it. If all exceptions were unchecked, and the throws clause were optional, a conscientious developer could still provide it, and list the unchecked exceptions his method might throw to me, and/or he could document them in the javadoc comments. But a lot of developers won't do that, or even if they start to, as their method evolves, without the compiler to enforce it, they won't keep it up to date.
    So there are advantages to both approaches. I personally would to know that the information will always be available to me, but for the small percentage of the time where I actually use it (like handle one specific exception one way and some other exception differently), I'm not sure if it's worth the overhead.

  • Which driver can connect to oracle 7.1.6 other than odbc

    thanks ahead.
    fred

    Hi,
    Please find the extract from
    http://www.cis.upenn.edu/~cis550/TRASH/JDBC_doc/jdbcoc10.htm
    "The JDBC Thin driver works correctly with Oracle 7.1.6, with the exception of streaming access to LONG and LONG RAW columns. "
    Hope this helps.
    Good Luck.
    Gayam.Srinivasa Reddy
    Developer Technical Support
    Sun Micro Sysytems
    http://www.sun.com/developers/support/

  • Error creating dynamic page in an application with a schema other than portal30

    Running 9iAS 1.0.2.2 on Solaris.
    Database 8.1.7.1
    I cannot seem to create a default dynamic page (select 'x' from dual) in an application that has a schema (e.g. test) other
    than portal30. The error seems to be when portal tries to compile the dynamic-page package, it references itself from
    within the package but prefixing the call with the other (test) schema. It never seems to compile? What seems to be the
    problem? Any ideas?

    If you are using any database object other than the applcation owned,then it has to be prefixed with the schema owner.
    For example,
    if the application schema is based on the schema "schema1" (say)
    and your query is based on one of the object on "schema2"
    and if you have necessary privilegves to access that object from schema2, then the compiler wont throw any error.
    Can u explain, what u problem you are experiencing in detail?
    (Also, if u give me the portal version, I can cross-verify that).

  • When syncing with itunes, got error message saying had error and now ipad2 will not do anything other than showing the USB cable with arrow pointing to Itunes on screen.  have done the reset and restart, but still get same thing.

    when syncing with itunes, got error message saying had error and now ipad2 will not do anything other than showing the USB cable with arrow pointing to Itunes on screen.  have done the reset and restart, but still get same thing.  Ipad does not show up in itunes even though cable plugged in.  Have shut down and restarted Windows 7 computer.

    I had done all of that to no avail.  I did call Apple Tech Support and after he suggested I try a USB port in the rear of the Win 7 computer, things starting working again.  I had tried switching the USB port at the front of the machine but that had not helped.  Everything is good to go again.  thanks for  your reply

  • IPDS install error on a port other than 389

    Hi
    I need to install iPDS on a port other than 389. During installation, when I give a different port and try to install, during the post-installation phase, I get error that the configuration information could not be updated and installation fails. I'm trying with iPDS ver 5.0. What could be the problem? I had iPDS installed earlier on port 389 on the same m/c. Can that cause a problem? I had uninstalled before re-installing on the new port.
    thanx and regards
    Sikka

    Make sure you use a port larger than 1024, if you are using a non-standard port.

  • Whenever you try to save a PDF file to a location other than the default location ('My Documents'), Firefox freezes & you have to go to the 'Task Manager' to exit Firefox and stop the error, so you can load Firefox again.

    Whenever you try to save a PDF file to a location other than the default location ('My Documents'), Firefox freezes & you have to go to the 'Task Manager' to exit Firefox and stop the error. I have Windows XP (Media Center Edition) and all updates (Firefox, Adobe PDF, Microsoft, virus protection, etc) are installed. This has only been a problem since Firefox 4, and isn't a problem in Internet Explorer.

    Hi David,
    Thank you for your detailed question. It sounds like the real issue is pdf files. Are there any antivirus/firewalls that might be blocking this specific file type? or are there any preferences in your control panel that might be blocking this?
    Do you have any stored preferences for PDF files in Firefox?
    *[[Applications panel - Set how Firefox handles different types of files]]

  • I want to install an mail Id on Ipad Mini other than yahoo an google but it is showing an error message about SSL could not connect. Please give me the solution on this.

    Hi
    i want to install an mail Id on Ipad Mini other than yahoo an google but it is showing an error message about SSL could not connect. Please give me the solution on this.

    Hello there ypda75,
    I have an article here that has a list of settings to get from your Email provider so you can make sure that the settings are correct. It has troubleshooting steps to try as well. Also I would recommend restarting the router, and/or testing a differnet network.
    iOS: Unable to send or receive email
    http://support.apple.com/kb/ts3899.
    If you are unable to send or receive email, try the following steps:
    Restart the iOS device.
    Tap Safari and attempt to load a webpage to ensure that the device has Internet access. If you're unable to load a webpage, try the Wi-Fi assistant.
    Try an alternative Internet connection.
    If your email is provided by your Internet provider, try connecting from the home network.
    If your iOS device has an active cellular data plan, try to disable Wi-Fi:  Tap Settings > Wi-Fi and turn off Wi-Fi.
    If not, try a different Wi-Fi network.
    Log in to your email provider's website to ensure that the account is active and the password is correct.
    Delete the account from Settings > Mail, Contacts, Calendars and then add the email account again on the iOS device.
    If you're still unable to send or receive email, contact your email provider and verify the account settings are correct. You will need to gather this information (PDF).
    All the very best,
    Sterling

  • Every time I use my apple id to sign in other than on apple support or iCloud i get an unknown error has occurred. either 5002 or -52.

    Every time I use my apple id to sign in other than on apple support or iCloud i get an unknown error has occurred. either 5002 or -52.
    I just replaced my harddrive and reinstalled the os x

    specifically on icalender, itunes, and the app store

  • Hi,i am using iphone 4s,my problem is when i want to play video other than youtube file from facebook this message come out "An error occured while processing your request. Reference

    Hi,i am using iphone 4s,my problem is when i want to play video other than youtube file from facebook this message come out "An error occured while processing your request. Reference

    Is your friends phone jailbroke? Also are you using the facebook app? If so then you need to ask the developer of the app what the problem is.

  • What does this empty error box in iPhoto 11 mean (other than the QA on this app is non-existent)

    Barnd new MBP OOB experience.   More iPhoto issues.  This time I tried to email a photo to a friend from within iPhoto.  When I hit send I got the following error.  (Tried to attach photo of empty error dialog box but to no avail.) So you will have to take my word that I got a pop up box with what appears to be an iPhoto error icon and no text.)  Any idea what it means other than iPhoto continues to be the shoddiest app in the mac portfolio from a QA perspective???

    Repaired Permissions.  Same Dialog box.  Can't email from within iPhoto on new MBP. 
    Why was I using it?  Because that was my OOB experience with the new MBP. 
    Also I didn't realize I could use Image Capture with my iPhone.  Image Capture is not available as a choice in iTunes.  But perhaps that's what is meant by sync with a folder which I am now doing.
    If so then correct, its not compulsory nor is it needed and now it has been eliminated.

  • [svn] 4561: Updated error. txt files for goodValidatorTest and patternFilterLoggingMessageFilterTest to fix failure on appservers other than Tomcat

    Revision: 4561
    Author: [email protected]
    Date: 2009-01-16 10:59:37 -0800 (Fri, 16 Jan 2009)
    Log Message:
    Updated error.txt files for goodValidatorTest and patternFilterLoggingMessageFilterTest to fix failure on appservers other than Tomcat
    checkintests: pass
    Modified Paths:
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/good ValidatorTest/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/patt ernFilterLoggingMessageFilterTest/error.txt

    Dude this worked fantastic.   Thank you for posting.

  • I am currently using a Iphone 4.I have been trying for countless times to restore my phone but error 16 keeps on popping up.This happened after i updated to the latest IOS.Does anyone have any solutions other than jail-breaking.I have never jailbreaked.

    I am currently using a Iphone 4.I have been trying for countless times to restore my phone but error 16 keeps on popping up.This happened after i updated to the latest IOS.Does anyone have any solutions other than jail-breaking.I have never jailbreaked.I am deperate to restore my phone...Please help!!!!

    Most likely a hardware failure, & if so, you won't be able to restore/activte your phone. If you've tried at least two times, & are still getting this error, make an appointment at any Apple store, or call AppleCare.

  • Error: This page has graphics other than images or text on it

    I recently upgraded to Adobe Acrobat 9 Pro, and I am experiencing a problem
    with OCR text recognition.
    If I use "Create PDF from Scanner" or "Create PDF from file" (using a
    monochrome TIFF image) to create a PDF, I can then perform OCR on the PDF
    file in Acrobat.
    But if I open a monochrome TIFF image in some other program (Irfanview) and
    print that to the Adobe PDF printer, then open that PDF in Acrobat and try
    to perform OCR on it, I get the following message:
    "Acrobat could not perform recognition (OCR) on this page because: This page
    has graphics other than images or text on it. It cannot be captured."
    If I select the scanned image in the PDF file using the TouchUp Object tool,
    and then cut it to the clipboard, I am then able to then select a second
    blank object on the page, that has the same dimensions as the scan (it is
    full page size). If I delete that object, then paste the first one back in
    (the scanned image), then OCR will work. So what is this additional object
    that is preventing OCR? I did not have this issue with versions 4-8 of
    Acrobat.
    Also, this problem appears to only pertain to 1-bit monochrome images. I
    scanned the same page to 8-bit grayscale, then printed that to Adobe PDF
    from Irfanview, and that PDF file allows OCR to be performed. Does anyone
    else have a problem using OCR when the PDF was created by printing a
    monochrome raster image to PDF?

    Not sure this will work for indesign, but for any other searches about the OCR problem with "This page has graphics other than images or text on it", I used this workaround for a huge scanned text that Acrobat 9 Pro wouldn't OCR:
    1. Save As.... > TIFF image
    This saved each page as a tiff, so if your file is big, you might want to create a special folder for it. (I had 1100 pages!)
    2. Open the folder with the TIFF images.
    3. Select all files.
    4. Right-click > Open with.... > Choose.... > Other.... > Acrobat
    5. Popup will ask if you want to open all files in a single document. Obviously a good choice for 1100 pages.
    6. After the new PDF generates, save it.
    7. Document > OCR --- should work now.
    8. If it does, don't forget to delete the folders with the TIFFs.
    Hope that helps someone.

Maybe you are looking for

  • Contract Management 14 SP3

    Good day all, I have a CM14.0.2.4 system I've applied SP 3 to, I'm getting a high CPU usage on from the end user systems when once the user logs into CM, 90 to 100% until CM or IE is closed.  In checking Task Manager, I find Java and IE each grabbing

  • After completing workflow execution, it was disappeared

    Hi Experts, I am using MDM 7.1.02.115 Version , I have problem with workflow, I have created workflow and i have lanuched it after workflow executed it completed all the steps. afte completing all the steps I am not able to see the status of it as co

  • Wht r post installation steps of BW 3.5 & how to check it installed correct

    Hi, Have installed BW 3.5 At end of installation is ask me abt SLD Im not selecting SLD send me BW 3.5 Post  installation guide and how to configure with R/3 4.7 Server or ECC 5.0 or ECC 6.0 I don't need SAP offical guide, I need word document with s

  • Macbook pro mid 2010 nvidia gt330m errore s4088

    Vorrei sapere se a qualcuno è capitato l'errore TS4088 ovvero il crash della scheda video nvidia dedicata gt 330m, provocando frequenti kernel panico ed altri problemi al vostro Mac. La mia esperienza chiusasi oggi negativamente con il mondo apple è

  • Jaguar OS Support for Wireless

    I'm not very familiar with the various Apple OS's so be patient. Does a laptop with Jaguar OS have support for 802.11b/g WPA TKIP security.