"The service RASReportFactory could not be found" error

I receive the error: "The service RASReportFactory could not be found" when I call the following line of code:
IReportAppFactory reportAppFactory = (IReportAppFactory) es.getService("RASReportFactory");
I believe this is due to a missing JAR file in my application classpath, namely either rasapp.jar or rascore.jar.  Can anyone confirm?  Is there anything else that could possibly cause this runtime error?
Thanks...

try:
IReportAppFactory reportAppFactory = (IReportAppFactory) es.getService("","RASReportFactory");
If you were missing rascore.jar or rasapp.jar you should see a compile time error like "class xxx not found". Also make sure that the RAS service on Enterprise is up.

Similar Messages

  • Com.crystaldecisions.sdk.exception.SDKException$ServiceNotFound: The service ReportEngine could not be found

    I am attempting to automate the "Save As" or export funtion of a webi doc but the documentation that states:
    ReportEngine repEngine = (ReportEngine)EnterpriseSession.getService("ReportEngine");
    Fails with:
    com.crystaldecisions.sdk.exception.SDKException$ServiceNotFound: The service ReportEngine could not be found
    When I run:
    enterpriseSession.getServiceNames("CMSName", 0);
    There is now "ReportEngine" listed.
    Can anyone help????? This is not JSP but a command line app that simple need to open a doc, then to getView() to get the binary version of the Webi doc in PDF and simply save to disk via some java method.
    I can get the doc, query reports, schedule reports, etc.. Just not export the report to disk.
    Can anyone help???

    These are the only things that show up when I call:
    EnterpriseSession().getServiceNames("sales-demo", 0);
    Batch
    Diagnostics
    InfoStore
    Logon
    NameService
    OCAAdministrator
    Pinger
    PluginDistribution
    Session
    APSAdmin
    AuditAdmin
    ISGeneralAdmin
    SSOAdmin
    This is the whole error:
    Exception in thread "main" java.lang.NoClassDefFoundError: com/businessobjects/wp/dbg/DBGTraceable
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(Unknown Source)
         at java.security.SecureClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.access$100(Unknown Source)
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at com.businessobjects.rebean.wi.occa.WebiReportEngine.<init>(WebiReportEngine.java:66)
         at com.businessobjects.rebean.wi.occa.WebiReportEngineFactory.makeOCCA(WebiReportEngineFactory.java:64)
         at com.crystaldecisions.sdk.framework.internal.a.getService(Unknown Source)
         at com.crystaldecisions.sdk.framework.internal.a.getService(Unknown Source)
         at com.tidalsoft.adaptors.buisnessobjects.EnterpriseSession.getReportEngine(EnterpriseSession.java:72)
         at com.tidalsoft.adaptors.buisnessobjects.BO.main(BO.java:28)

  • I keep getting the "some items could not be found" error.

    I keep getting the some items could not be found error for some podcasts I downloaded then deleted. Unfortunately, now, I can't get rid of the error message. So I'm trying to search for said podcast to re-delete the entry. And it's not there. And I can't find it anywhere else. How can I fix this?

    Another user named Springbk posted a fix that worked for me as I was having the same problem today:
    I Changed my DNS settings to OpenDNS
    On a Mac go to SYSTEM PREFERENCES>NETWORK>ADVACED>DNS
    change DNS by adding ( + )
    208.67.222.222
    then
    208.67.220.220
    click okay/apply after. then try the update. after the update, just delete the two open DNS server numbers. should revert back to your old one.

  • How can i solve the vpn server could not be found error on my iphone 5s?

    how can i solve the vpn server could not be found error on my iphone 5s?

    FWIW, back at work we have a Palo Alto Networks firewall and VPN. Have configured both the iPhone and the iPad with the pertinent details.
    If I connect while in the premises (same LAN), connection is instantaneous and flawless.
    If I connect while away, no matter which external network, the first attempt to connect ALWAYS fails with a NOT FOUND error. Yet if I try again immediately after, it ALWAYS connects with no further issues.

  • Com.crystaldecisions.sdk.exception.SDKException$ServiceNotFound: The service WebiReportEngine could not be found(Help needed )

    com.crystaldecisions.sdk.exception.SDKException$ServiceNotFound: The service WebiReportEngine could not be found
    Here is the code I have used to obtain a report engine object
    oEnterpriseSession = CrystalEnterprise.getSessionMgr().logon(username, password, cms, authType);
    reportEngine = (ReportEngine) oEnterpriseSession.getService("","WebiReportEngine");
    Exception lies in the above line .. I am not able to debug

    To get the ReportEngine object use the following code:
    // Retrieve the Report Engines
    ReportEngines boReportEngines = (ReportEngines) boEnterpriseSession.getService("ReportEngines");
    // Retrieve the Report Engine for Web Intelligence documents
    ReportEngine boReportEngine = boReportEngines.getService(ReportEngines.ReportEngineType.WI_REPORT_ENGINE);
    You may also want to look at our samples using the Report Engine SDK available here:
    http://diamond.businessobjects.com/samples/86/1199/

  • The service WebiReportEngine could not be found : Help me resolve the problem

    com.crystaldecisions.sdk.exception.SDKException$ServiceNotFound: The service WebiReportEngine could not be found
         at com.crystaldecisions.sdk.occamgr.internal.a.getOCCAFactory(Unknown Source)
         at com.crystaldecisions.sdk.framework.internal.b.getService(Unknown Source)
         at org.apache.jsp.view_005fwebireport_005fhtml_jsp$ReportEngine_Common.logon(view_005fwebireport_005fhtml_jsp.java:306)
         at org.apache.jsp.view_005fwebireport_005fhtml_jsp$ReportEngine_Common.getDocumentInstance(view_005fwebireport_005fhtml_jsp.java:330)
         at org.apache.jsp.view_005fwebireport_005fhtml_jsp._jspService(view_005fwebireport_005fhtml_jsp.java:472)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Thread.java:595)

    One more point  -  a JAR file callled rebean.jar was missing ....  Thincadenza.jar  was the one I had earlier ..
    This was another cause for the problem ... I needed  to have all  the necessary   JAR files ...
    I used the code snippet . Its working fine ...

  • Everything was OK - now have "The backup volume could not be found" error

    Setup:
    * MacBook Air
    * MacBook 10.5.5
    * Mac Mini with external hard drive with 2 partitions, one of which is called "Time Machine", 10.5.5
    What was working:
    MacBook Air and MacBook would backup with Time Machine over wireless connection to .sparseimage files on the "Time Machine" volume connected to the Mac Mini.
    Change:
    Had to give the MacBook Air back to my old employer, so I "merged" the MacBook Air onto the MacBook (the merge was somewhat convoluted, and unrelated to my issue I think: I used SuperDuper to copy the MacBook Air hard drive onto a new SATA notebook drive. Then I installed that drive in the MacBook. Then I used Migration Assistant to copy the user from the original MacBook SATA drive onto the new drive in the MacBook. Now I have two users on the MacBook, whereas before I had one use on each of two computers).
    Symptom:
    Now I cannot use Time Machine to backup the MacBook to the "Time Machine" volume. Everything I've tried causes Time Machine to briefly "prepare" the backup, then return the error "The backup volume could not be found". Things I've tried:
    * Mounting the volume "Time Machine" on the MacBook, under either user, works fine - I can write, read, and delete from the volume.
    * Deleting the old .sparseimage backup files from the "Time Machine" volume.
    * Erasing the "Time Machine" volume with Disk Utility on the Mac Mini.
    * Using "Change Disk..." in Time Machine to re-select the volume "Time Machine"
    * Using "Change Disk..." in Time Machine to select None, then restarting, then re-selecting the volume "Time Machine"
    * Making the volume "Time Machine" read/write by guests, then connecting to it from the MacBook as a guest instead of as an admin user.
    * Repairing permissions and/or repairing disks using Disk Utility on all applicable volumes.
    * Tried all of the above under both users on the MacBook (both of whom are Admin users)
    None of these things have worked, they all exhibit the same symptom when I manually start a time machine, or when I wait for Time Machine to automatically start the backup.
    Any ideas of what I can try next?

    Consider these reasons for this error...
    *_"Backup Volume Could Not Be Found"_*
    First, it is important to distinguish this error message from another, similar Time Machine error that states, “The backup volume could not be mounted”. This is important as the causes and cures for these two errors can be very different.
    *Reselect Your Time Machine Disk*
    (http://support.apple.com/kb/TS1329)
    In the Finder, go up to the "Go" menu and select "Connect to Server".
    Click the "Browse" button at the dialogue box.
    In the Network window that opens, do you see your TM drive?
    Double click it to mount the drive.
    Now let's try to reselect it for Time Machine use.
    Go to System Preferences --> Time Machine.
    Click the "Change Disk..." button.
    Select "None" and click "Stop Backing Up".
    Now click "Choose Backup Disk" and reselect your drive again.
    Close System Preferences and try backing-up again.
    On the other hand, does your Time Machine drive NOT appear at all? Is it appearing on your desktop? If it is still connected try disconnecting the cable, waiting a few seconds and then reconnecting the cable. Does the drive mount on the desktop? Try initiating a backup now.
    *Disk Fails to Wake From Sleep*
    “If your external HD has a sleep function that does not wake for Time Machine backups.  Time Machine will alert you that "The backup volume could not be found", and backups will not be made.” (http://support.apple.com/kb/TS1337)
    *3rd-Party Disk Utilities* #
    Many external hard disks come with software for maintaining/monitoring hard disk activities. It may have come on a separate CD or been installed on the drive itself. If these programs have been installed they may interfere with Time Machine backups, generate erratic behavior, or cause the drive to ‘disappear’ altogether.
    You may never know these applications are there as they may be running in the background. Go to System preferences --> Accounts. Select your account in the pane on the left. Click “Login Items”. Are there any items listed there that might refer to hard disk utilities. If so remove them using the “-” button at the bottom.
    *Time Capsule Has a Long Name*
    “When using your Time Capsule for Time Machine backups in Mac OS X 10.5 Leopard or later, the Time Capsule backup volume may not mount and Time Machine may not be able to back up to it. This alert may appear: "Backup volume cannot be found". This can happen if the Time Capsule disk has a long name. [http://support.apple.com/kb/HT1170]
    Open AirPort Utility (in /Applications/Utilities).
    Click your Time Capsule's icon.
    Click "Manual Setup".  
    Enter the password for the Time Capsule if prompted.
    Click the Disks icon.
    Highlight the volume name that appears under "Time Capsule Disk".
    In the Name field, enter a name for the volume that is less than 27 characters long.
    Click Update.
    After Time Capsule restarts, on the Mac(s)using Time Machine, open Time Machine preferences and reselect the Time Capsule volume.”
    Let us know if any of these suggestions help.
    Cheers!
    Message was edited by: Glenn Carter

  • The requested item could not be found error when trying to download Firefox 4 beta

    I get the error "The requested item could not be found" when trying to download Android Firefox 4 beta.

    Please check here to see whether Firefox is available for your phone:
    https://wiki.mozilla.org/Mobile/Platforms/Android#System_Requirements

  • ERROR 18 :  "The backup volume could not be found."

    My time machine has been relatively smooth sailing...until today. After accidentally cutting power to backup drive, I power it back up, shows on desktop, shows in Time Machine...but every backup attempt fails with "The backup volume could not be found. error: 18".
    I'm confused because it's found the volume in it's source panel. Any help greatly appreciated.
    The following are relevant notes from CONSOLE:
    1/16/08 5:13:10 PM fseventsd[44] event logs in /Volumes/BACKUP 1/.fseventsd out of sync with volume. destroying old logs. (16998 0 17446)
    1/16/08 5:13:10 PM fseventsd[44] log dir: /Volumes/BACKUP 1/.fseventsd getting new uuid: 09DD4896-F974-43F3-ACE4-3E622ED85B0D
    1/16/08 5:13:10 PM /System/Library/CoreServices/backupd[5943] Backup requested due to disk attach
    1/16/08 5:13:10 PM /System/Library/CoreServices/backupd[5943] Starting standard backup
    1/16/08 5:13:11 PM /System/Library/CoreServices/backupd[5943] Volume at path /Volumes/BACKUP 1 does not appear to be the correct backup volume for this computer.
    1/16/08 5:13:11 PM /System/Library/CoreServices/backupd[5943] Backup failed with error: 18
    1/16/08 5:13:50 PM System Preferences[5772] Failed to create remote cookie file at path: /Volumes/BACKUP 1/.001b6399417e
    1/16/08 5:15:53 PM /System/Library/CoreServices/backupd[6134] Backup requested by user
    1/16/08 5:15:53 PM /System/Library/CoreServices/backupd[6134] Starting standard backup
    1/16/08 5:15:53 PM /System/Library/CoreServices/backupd[6134] Volume at path /Volumes/BACKUP 1 does not appear to be the correct backup volume for this computer.
    1/16/08 5:15:53 PM /System/Library/CoreServices/backupd[6134] Backup failed with error: 18

    I tried the "INFO" button in Disk Utility and got the following (note permissions):
    Name : BACKUP
    Type : Volume
    Disk Identifier : disk1s3
    Mount Point : /Volumes/BACKUP 1
    File System : Mac OS Extended (Journaled)
    Connection Bus : FireWire
    Device Tree : /PCI0/PCIB@1E/FRWR@3/node@d04b7a1902c345/sbp-2@c000/@0:3
    Writable : Yes
    Universal Unique Identifier : 88A2942E-7431-3CA4-9600-91B7B06C88BD
    Capacity : 931.4 GB (1,000,081,408,000 Bytes)
    Free Space : 720.2 GB (773,297,737,728 Bytes)
    Used : 211.2 GB (226,783,670,272 Bytes)
    Number of Files : 972,778
    Number of Folders : 224,223
    Owners Enabled : Yes
    Can Turn Owners Off : Yes
    Can Repair Permissions : No
    Can Be Verified : Yes
    Can Be Repaired : Yes
    Can Be Formatted : Yes
    Bootable : Yes
    Supports Journaling : Yes
    Journaled : Yes
    Disk Number : 1
    Partition Number : 3
    I will post in that forum. thank you!

  • The installer disc could not be found?  MacBook Pro - BootCamp

    I have a late 2011 MacBook Pro running OS X Lion 10.7.4.  I receive the "installer disc could not be found" error in my Boot Camp Assistant (ver. 4.0.3) after I have selected the "Download the latest Windows support software from Apple" and "Install Windows 7" tasks, and selected the "Burn a copy to CD or DVD" option in the process of installing Windows on my Mac.  Everything goes smoothly, including the burning onto a disc apparently, until I get to the part where I am told to select the amount of space to partition and press the "Install" button below with the disc in.  I do this, but after a minute of nothing happening once I've pressed "Install", I receive the "installer disc could not be found" error.  I have no idea what to do, still being somewhat new to my MacBook Pro, as well as having followed all the of the instructions.  Help would be greatly appreciated!  Thanks in advance!
    Also, I've already tried burning at the slowest speed (2x) and have tried both CDs and DVDs.

    It's not so much the Windows OS as it is what Mac OS your using to in stall Windows on.
    As of Lion and Mountain Lion (10.7 and 10.8) you can only use Windows 7 (until Windows 8 comes out and Apple updates the Boot Camp drivers for it) because Boot Camp only has drivers for W7 and is not backward compatible to XP.
    W7 and XP is kinda like OS-9 and OS-10, two major differences.
    Boot Camp is just a series of Windows drivers Apple makes for compatibilities reasons for the hardware Apple uses.
    Basically if your computer came with 10.7 installed _brand new_ your stuck with W7 and BCamp v4.0. If you have any other previous Apple OS then you can use the v3.0 version of Boot Camp and W-XP.
    Depending on when the computer was made it may be able to use XP, say, if you bought a computer a week after Lion came out but they hadn't upgraded the computer hardware yet you can usually use the previous MacOS and Windows version if compatible. So you will still have the "old" hardware. Any new Mac OS that comes out will be installed on any computers sold after that time.
    Also, some people have had some success installing XP on newer machines if you do a Yahoo/Google search on the internet, depending on what machine you have you. It may take quite a bit of work tho. if you really need XP still, Windows 7 Pro does have an XP emulator as part of it (similar to Rosetta for OS9?)
    Hope this helps....

  • DBD: Error while trying to load the transport provider for odbc. Failed to load the library. System error: The specified module could not be found.

    Hello Everyone,
    We are getting an error while trying to create an Universe via Microsoft -> MS Analysis Services 2014 -> OLEDB for OLAP Provider under Connection in UDT -"DBD: Error while trying to load the transport provider for odbc. Failed to load the library. System error: The specified module could not be found."  We have installed BI 4.1 SP05 in our system. As per earlier posts in scn in BO XI 3.x this issue used to be for improper installation of Integration KIT but in our scenarion Integration KIT is within the BO 4.1 package so no seperate installation is required. Moreover I have checked whether all the driver is present under file: "C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\dataAccess\connectionServer\drivers" and seems everything is fine. But still I am getting this error. One important point is we could use IDT because in IDT still we don't have option to connect with 'Microsoft Analysis Services - 2014 (XMLA)' as we are using Microsoft Analysis Services 2014 version.
    Kindly help if anyone has faced the same problem with SAP BO 4.1.
    Thanks and Best Regards,
    Ghosal

    Hello Everybody,
    The problem is solved now after installing "OLEDB drivers from SQL Server 2012 Feature Pack". We had OLEDB drivers that comes directly from SQL Server but that did not worked out in our case.
    Thanks for your support.
    Best Regards,
    Ghosal

  • TF255186: The following SQL Server Reporting Services Instance could not be found

    Hi,
    I'm trying to install TFS 2013 on a remote SQL RS instance. 
    Using the TFS 2103 U4 installation
    SQL 2012 RS, name instance, Server: SQLProdA, Instance Name COMRS
    When I enabled tracing using debugView I see the following output:
    [4160] [Error  @11:07:10.978] Exception Message: TF255186: The following SQL Server Reporting Services Instance could not be found: COMRS. The server name is: SQLProdA. (type TfsAdminException)  
    Any ideas what the issue is?
    Thanks,
    reuvy

    Hi Charles,
    Thanks for the help. I already saw those links, and am already trying with the format. As I wrote above:
    Server: SQLProdA, Instance Name COMRS
    So I wrote in the box "SQLProdA\COMRS" (without quotes of course) and I still keep getting that error.
    I don't know if it matters, but although this is indeed a named instance, nonetheless, the path to the report server uses the default url (ie.
    http://servername/reports) as opposed to the name instance version (ie.
    http://servername_instance/reports) as mentioned by your link and this post:
    https://msdn.microsoft.com/en-us/library/bb552341.aspx
    But, I checked with Fiddler on the server and didn't see it trying to even access the link so I don't think it is related. I saw with Process Monitor that it is indeed trying to access via the network resources on SQLProdA, so I know it's trying.
    I have noticed something in the past, and wondered if this could be the issue, that for example if I have Management Studio 2014 installed, I cannot connect to a Reporting Services instance which is 2012. Only when Management Studio 2012 is installed
    and being used can I connect. I wondered if this possibly could be related, that maybe the API or something else which the installer is using is missing some component to connect to the RS instance.
    Just in case, I already installed both the SQL 2012 and 2014 Client Tools Connectivity (although I first installed 2014, and then 2012).
    Do you think this could be the issue? If not, do you possibly have any other leads?
    Thanks,
    Reuvy

  • ODBC error: The specified module could not be found. ?

    Hi,
    I have Oracle9i database installed on a test server. If I set the ODBC on the server (the TNS service name is ABCD), I can test it and run a VB application without any error. Then, I need to run the VB application on a client (Windows XP), that does not have any Oracle database installed. Following somebody's suggestion, I installed oo4o for Oracle9i which has the Universal Installer. Then, I installed the Oracle ODBC driver for Oracle9i. It looks okay because when I click Add under System DSN, it lists "Oracle in OraHome90" which is the same as I see on my oracle9i database server. However, the TNS service name is empty (on the database server, it lists ABCD). If I enter ABCD (or ABCD.xyz.com, the full global database host name)in it and run the test connection, I got: "The specified module could not be found" in OCI.DLL window. The listener.ora on the database server does show SID_LIST_LISTNER = ... (SID_NAME = ABCD).
    Can somebody explain why? I definetly don't want to install the database client software on this client machine, I just want to run a VB or JAVA application on it to connect to the database server using ODBC, or something else if possible.
    Any help is appreciated!
    Harvey

    Make sure it is the same version of 9i (i.e. 9.0.x or 9.2.x) for both OO4O and ODBC. Also make sure that the ORACE_BASE\ORACLE_HOME\BIN directory is in your search path AND last, check your windows directories and subdirectories for duplicate copies of OCI.DLL (or anywhere else on the PC for that matter). Sometimes MicroSoft will include one and it is usually an OLD one.

  • RUNDLL, error loading c:\documents the specified module could not be found

    Hi! I am new here and really need your help. We have a few Lenovo T400 notebooks. If I want to install Windows XP Prof with SP3 I always get this error dialog during GUI mode setup 9 Min. before finishing.
    RUNDLL, error loading c:\documents the specified module could not be found 
    We install this version of Windows on other notebooks without error. The logs show nothing special.
    Nothing really happens but it's looks bad for our customers. I think I am not alone because there are more
    entries in different forums with same problem without solution.
    Every help is appreciated. Thanks!

    Thanks for your reply! But the list of hotfixes on Microsoft Knowledge Base includes this hotfix?
    List of fixes that are included in Windows XP Service Pack 3
    888111  (http://support.microsoft.com/kb/888111/ ) Universal Audio Architecture (UAA) High Definition Audio class driver version 1.0a available for Windows XP, Windows Server 2003, and Windows 2000 Hotfix
    http://support.microsoft.com/kb/946480/en-us
    Sorry, we use Windows XP SP3 with this hotfix included. All of our other hardware which needs this hotfix too works fine with SP3.

  • Workspace Error 8001: The Database Connection could not be found

    We had to reboot all our windows servers recently and since then all the database connections in the database base manager in workspace are gone.
    I can see all the existing reports but cannot use any of them as I dont have any connections.
    Also I cannot create any new connections
    I get the error 8001: The Database Connection could not be found: 13cbd63_12b5e2a8b73_-7f8f when I try to create a new connection.
    Not sure what the problem is.
    Any suggestions?

    Hi Pat,
    It loks like your Biplus relational DB is corrupted, try with those steps:
    1. De-register BI+ from Shared Services (Config Utility->Hyperion Reporting and Analysis > Deregister from Shared Services)
    2. Configure against the backup database (Drop and recreate tables option).
    3. Re-register BI+ with Shared Services.
    4. Re-deploy BI+.
    5. Test Workspace and add new connections.
    Regards.

Maybe you are looking for

  • I can't not sign in in the messenger from my blackberry

    I can't not sign in in the windows  messenger from my blackberry and also from any blackberry. This message apears." Server encontered unrecoverable error. Please contact your system administrator." Also I sing in with other contact and got thru with

  • Split Time Machine migration over 2 volumes?

    Hi, I've just bought a shiny new MBP with 128GB SSD, which I am migrating to from an iMac.  I have my Time Machine backup of the iMac (which I've sold).  The iMac had just under 1TB used all-in.  My intention is to keep the OS and apps on SSD and kee

  • How do you share a form fillable pdf in adobe connect?

    How do you share a form fillable pdf in adobe connect? ItI used to do it like I would share any other document but now it says "could not process document for viewing." Anyone know what cahnged and how to fix it?

  • Pc to mac trouble

    i just got a new macbook and i want to reformat my ipod for my mac. when i connect my ipod, it mounts to the desktop, but it is not showing up in itunes. i am running 10.5.1 and itunes 7.5. what do i have to do to reformat my ipod for a mac. there is

  • KERN INVALID ADDRESS ERROR

    Hello, I have an old computer that I'm letting someone use and an app they are trying to utilize keeps shutting down with the following error. If anyone can shine some light on what it is that is causing this, it would be much appreciated. Thank you.