Access is denied error when launching HFM based Financial Reports

When attempting to run Financial Reports where the data source is an HFM application, users sometimes get the following error(s):
Access is denied
<BR>Access is denied
Sometimes the error is more detailed:
1001:datasourcename=HOLX;errorMsg=Access is Denied. <BR>Access is denied. (The more detailed error is followed by references to POV members display names and member names, etc.)
The error is intermittent and cannot be easily reproduced. Sometimes users get it for hours at a time, other times they can log out and log back in and run the report fine. The users are running the reports via Workspace.
We are running the following versions, and Web Logic is our application server.
HFM Server: 9.3.1.3
Workspace: 9.3.1.0
Financial Reports: 9.3.1.0
I did increased the JVM heap size allocation on the Reports server from:
-Xms512m
-Xmx1024m
to
-Xms768m
-Xmx1280m
That setting change appears to have made the issue not appear as frequently, but it is still occurring. I may have bandwidth to increase the heap size limits to 1024 and 1536.
Any advice and / or help would be appreciated! The fact that I cannot easily reproduce the error and the lack of references to it in the application logs are making it very frustrating!

We had gotten this exact same error with some users getting it, some not getting it, and other users getting it sometimes.
We were told it happened when a certain number of users are in HFM reports at the same time.
To fix it you need to do the following on the HFM production servers (Foundation/Core Servers, Application Servers, and Web Servers)
Apply registry changes to prod servers:
On the server click Start, click Run, type regedit, and then click OK
Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Rpc
Click the Edit menu, point to New, and then click DWORD Value.
Type Server2003NegotiateDisable as the name of the new DWORD Value
Right-click Server2003NegotiateDisable, and then click Modify.
In the Value Data box, type 1, and then click OK.

Similar Messages

  • Getting 'access is denied' error when access Flight Example sample gateway service

    Hi All, Greetings! I am new to SAPUI5. I am getting 'Access is denied' when trying to load data from the sample gateway service (Flight Example). Please help.
    Here's the entire code:
    view1.view.js
    sap.ui.jsview("ui5_proj09_flightdemo.view1", {
          getControllerName : function() {
             return "ui5_proj09_flightdemo.view1";
          createContent : function(oController) {
         var serviceURL = "https://sapes1.sapdevcenter.com/sap/opu/odata/IWFND/RMTSAMPLEFLIGHT/";
         var readRequestURL = "/FlightCollection(carrid='AA',connid='0017',fldate=datetime'2013-05-01T00:00:00')/?$format=xml";
           var loginoDataModel = new sap.ui.model.odata.ODataModel(serviceURL, true, "my_sapes1_userid", "my_sapes1_pwd");
           alert("Before Service Call");
           loginoDataModel.read(readRequestURL, null, null, false, 
                       function(oData, oResponse) {
                      alert("Success");
                             var result = oData.results;
                             alert(result.length);
                             if(result.length > 0){
                                 webmodel.setData({modelData: result});
                                 table.bindRows("/modelData");
                       function(oError){
                             alert("Error::"+oError.message); //getting 'access is denied' error message popup at this line
           alert("After Service Call");
              var oTable = new sap.ui.table.Table( {
      id : "oTableid", // sap.ui.core.ID
      width : "auto", // sap.ui.core.CSSSize
      rowHeight : undefined, // int
      columnHeaderHeight : undefined, // int
      columnHeaderVisible : true, // boolean
      visibleRowCount : 10, // int
      firstVisibleRow : 0, // int
      selectionMode : sap.ui.table.SelectionMode.Single // sap.ui.table.SelectionMode
      //Define the columns and the control templates to be used
      var oColumn = new sap.ui.table.Column({
      label: new sap.ui.commons.Label({text: "City From"}),
      template: new sap.ui.commons.TextField().bindValue("cityFrom"),
      sortProperty: "lastName",
      filterProperty: "lastName",
      width: "200px"
      oTable.addColumn(oColumn);
      var oColumn2 = new sap.ui.table.Column({
      label: new sap.ui.commons.Label({text: "City To"}),
      template: new sap.ui.commons.TextView().bindProperty("text", "cityTo"),
      sortProperty: "firstName",
      filterProperty: "firstName",
      width: "200px"
      oTable.addColumn(oColumn2);
    // oTable.bindRows("/modelData");
      oTable.placeAt("content");
    index.html
    <!DOCTYPE HTML>
    <html>
           <head>
                  <meta http-equiv="X-UA-Compatible" content="IE=edge">
         <script src="resources/sap-ui-core.js"
                          id="sap-ui-bootstrap"
                          data-sap-ui-libs="sap.ui.commons,sap.ui.table,sap.ui.core"
                          data-sap-ui-theme="sap_goldreflection" >
                  </script>
                  <!-- add sap.ui.table,sap.ui.ux3 and/or other libraries to 'data-sap-ui-libs' if required -->
         <script>
              sap.ui.localResources("ui5_proj09_flightdemo");
                         var view = sap.ui.view({id:"idview11", viewName:"ui5_proj09_flightdemo.view1", type:sap.ui.core.mvc.ViewType.JS});
                view.placeAt("content");
         </script>
           </head>
           <body class="sapUiBody" role="application">
                  <div id="content"></div>
           </body>
    </html>
    Regards,
    Sai

    Hi Sai,
    You can refer my blog How to create SAPUI5 application consuming Gateway service with the help of SAP NW Gateway Plug-in for Eclipse
    Please go though it and see if it helps you to resolve this issue.
    Regards,
    Chandra

  • Error when launch HFM Demo

    I am getting this error when I launch HFM demo
    - Could not find a Hyperion Reporting and Analysis server running on demodrive.oracle.com at port 6800. Please verify your server connect string and confirm that the server is up.
    I have started all scripts following Hyperion Demo instructions..even the Hyperion Reporting and Analysis one..
    Any idea what I am doing wrong?

    Hi
    check weather the FR service is running!
    Control panel -> Performance and maintenance -> Administration tools -> Services
    if required start the service manualy
    REgards
    alex

  • "SCRIPT5: Access is denied" error when accessing web sites using LocalStorage

    We are having an issue with Internet Explorer 10 affecting users on a number of our Windows 8 workstations. When a user visits a web site that uses the Local Storage feature of HTML5, the page is not displayed correctly. For example, if you visit this page:
    http://jsfiddle.net/xFtQR/
    You should see text in the grey boxes in the lower-right hand corner if everything is working. For the affected users, nothing is displayed. In addition, if you open the F12 Developer Tools and reload the page, the following error message is displayed: "SCRIPT5:
    Access is denied.". It appears the LocalStorage feature is broken for these users.
    From the troubleshooting I've done so far, I've determined that this issue does not affect the Local Administrator account on these computers, but it does affect any domain user and any new local user I create, whether the local user is in the Administrators
    group or not. This leads me to believe the issue may be related to the default user profile in the image that was applied to these computers.
    Other observations:
    Performing a complete reset of Internet Explorer settings (from Tools > Internet Options... > Advanced) does not resolve the issue
    These sites do work correctly after turning off Protected Mode for the Internet Zone (from Tools > Internet Options... > Security) 
    These sites also work correctly when InPrivate Browsing is turned on
    I've tried using Process Monitor to determine whether access is being blocked to a folder. On a working computer, iexplore.exe creates a file within a folder at C:\Users\username\AppData\LocalLow\Microsoft\Internet Explorer\DOMStore. I can't see
    anything on an affected computer that would prevent IE from creating this folder, as the security settings on the folder all appear to be correct.
    The location of this folder appears to be stored in the registry at HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\LowCache\Extensible Cache\DOMStore. I've tried copying this key from a working computer and blanking
    it out entirely to have IE recreate it, but neither resolved the issue. I've even gone as far as to try and compare an export of the registry from the default user profile from a working system and an affected system but I haven't been able to pinpoint any
    differences which I thought might be relevant.
    I've tried the "Internet Explorer Performance" and "Internet Explorer Safety" troubleshooters in the Control Panel.
    Here are some links to articles on other sites which make reference to the same (or a similar) issue:
    http://answers.microsoft.com/en-us/ie/forum/ie10-windows_7/ie10-script5-access-is-denied/e87bdb30-7f2a-4510-bfa3-a22b995f777b
    http://community.spiceworks.com/topic/357825-ie10-script5-access-is-denied
    https://github.com/meteor/meteor/issues/1291
    Unlike these other cases, deleting an affected user's profile does not resolve the issue (further bolstering my theory that the issue is due to an issue in the default profile in my case).
    Thanks in advance for any assistance anyone can provide!

    With some excellent detective work by Microsoft Product Support (thanks Siddarth!), the solution has been found.
    It turns out that in addition to the security settings on a folder, there is an integrity setting. More information about it is
    here.
    The integrity setting on the AppData\LocalLow folder in each user's profile is supposed to be set to "Low" (hence the name, presumably). In our case, the integrity level was not set correctly on this folder. To rectify the problem, we will need
    to run the following command under each user's profile (with a login script, for example):
    icacls %userprofile%\Appdata\LocalLow /t /setintegritylevel (OI)(CI)L
    As for how this incorrect setting was propagated in the first place, it is because the LocalLow folder in the C:\Users\Default\Appdata folder in our customized OS image had the wrong setting. The C:\Users\Default folder is the template for a new user profile,
    so each new user on these computers was affected. I examined the C:\Users\Default\AppData folder on another machine without a customized user template and found the LocalLow folder is not present at all, so in our environment we will be deleting the C:\Users\Default\AppData\LocalLow
    from each machine to prevent the issue from affecting future new users.
    EDIT: If the command above does not resolve the issue, the registry key that points to the low integrity DOMStore folder may have been changed. Check the
    CachePath registry value at HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\LowCache\Extensible Cache\DOMStore. It should be
    %USERPROFILE%\AppData\LocalLow\Microsoft\Internet Explorer\DOMStore.

  • Pls help, (Access is denied) error when file upload to a local directory

    Hi, I've been stuck on this for the past few days and I am quite new at developing web application.
    Here is the problem that I am having, I don't know why it keeps on saying "access is denied" when I can see that the file is uploaded to the directory. I am developing a JSP page file upload using Jakarta Fileupload v1.2. However, every time when I try to upload a file to a local path (e:\temp) on the server I keep getting this problem. I even try looking into the server.policy file on glassfish but no luck, your help is appreciated thanks
    Here's the log after file upload, note: I can see the file being uploaded in the e:\temp but why does it keep telling me the error?
    I'm using netbean 5.5.1 and glassfish v2
    Initializing Sun's JavaServer Faces implementation (1.2_04-b10-p01) for context '/TestReport'
    java.io.FileNotFoundException: e:\temp (Access is denied)
    at java.io.FileOutputStream.open(Native Method)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
    at org.apache.commons.fileupload.disk.DiskFileItem.write(DiskFileItem.java:390)
    at org.apache.jsp.ProcessFileUpload_jsp._jspService(ProcessFileUpload_jsp.java:83)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:80)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:818)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:464)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:358)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:818)
    at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:398)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:277)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:258)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:189)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:564)
    at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:81)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:193)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:564)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:558)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1067)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:137)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:564)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:558)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1067)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:255)
    at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:618)
    at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:549)
    at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:790)
    at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:326)
    at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:248)
    at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:199)
    at com.sun.enterprise.web.portunif.PortUnificationPipeline$PUTask.doTask(PortUnificationPipeline.java:345)
    at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
    at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:93)

    Hi, I've been stuck on this for the past few days and
    I am quite new at developing web application.
    Here is the problem that I am having, I don't know
    why it keeps on saying "access is denied" when I can
    see that the file is uploaded to the directory. I am
    developing a JSP page file upload using Jakarta
    Fileupload v1.2. However, every time when I try to
    upload a file to a local path (e:\temp)Hi there,
    Typically in a Web Container, applications are deployed to a folder called webapps (this is the case in Tomcat, I'm not sure about Glassfish)
    So the directory structure is something like C:/Tomcat/webapps/MyApplication/other folders......
    When you upload a file , you normally can upload it only to a folder under your application and not to a folder outside the application.
    First you can try to upload the file to a folder under the webapp and not outside the webapp, once you get that to work --- then internally in the Servlet you can write code to save the file to any directory on the server, but the Servlet must be located on the server.

  • Workspace - Error when trying to import Financial Reports

    I am trying to import some Financial Reports, but when I goto Navigate>Explore, then I right click on the folder where I want the reports and then click Imort>Financial Reports, I get this error message;
    "Your Financial Reporting Web Server is unable to locat the report server epm.southbay.local:8299. Please contact your administrator. (5514)"
    Also, when trying to log into Financial Reporting Studio I use the server name and port 8200, but its gives me an error message of;
    "You are not authorized to use this functionality. Contact your administrator"
    I have check the provisioning and I have all provisions assigned to me.
    How can I log into the Financial Reporting Studio and import financial reports in Workspace?
    Mike

    problem solved.
    Solution:
    1) Right click on certresponse.crt
    2) Rename to certresponse.p7r3) Right Click on certresponse.p7r -> Open
    4) Select the file with your domain name
    5) Right Click -> All Tasks -> Export
    6) Then import this in to the J2EE Key Store

  • Window.open in IE with URL "file:///" results in "Access is Denied" error

    Hi All:
    In a JSP, which gets launched with HTTP or HTTPS protocol, we have a link to open/view the file(attached from local PC) after it gets uploaded to the server. We used the "file:" protocol to open it in a new window. Currently we are stuck with a problem. We are getting "Access is denied" error when trying to click the link in IE 6.0. It used work in XP until SP1. And we read that starting with SP2 this problem is occurring and it is coming because of the change in Protocol (lauching a window using "file" protocol from a page lauched with HTTP(S) protocol).
    We did some research over the NET but could not find a solution to overcome it. Could you please share with us if you have any ideas or soultions with us. It will greatly help us to proceed. Appreciate any help in this regard.
    Thanks in advance...
    -Shiva

    Thanks for the reply.
    But it will be simpler to open the attachement from the local directory from where it got selected for uploading. We have been doing this until we hit this roadblock.
    Any solutions to over come ??

  • Error while establishing grid in Financial Reporting

    I am getting an error when I login into Financial Reporting studio and try to build a new report I am not able to add a new grid as it throws following errror:
    DatasourceIDLogin.LoadDatasourceNames Error: -2147467259 Error Loading DatasourceList to Repository
    While debugging I found out that HR internal Folder under workspace directory is empty.
    This is our windows Enviroment and installation has been done in a distributed envirioment.
    Kindly suggest possible solution for the same asap...
    Thanks in Advance

    Have you installed the Client on your machine and trying to open it?
    Are you receiving the same error when opening the report directly from the server?
    I don't think replacing / movement of the file is a good idea
    As JohnGoodwin suggested, please have a look in Oracle support site
    Regards
    Amarnath
    ORACLE | Essbase

  • Access denied error when starting DIAdem from LabVIEW

    We are using the DIAdem Connectivity Toolkit in our application.  Our application starts a DIAdem session to handle querying and datasheet creation.  On a recent installation at a customer, our application was not able to communicate with DIAdem, i.e. we get an Access Denied error when our application tries to start up DIAdem.
    The location of the error is in the DIAdem Open Connection.vi.  I believe it is when the Automation Open is run.
    Is there some system setting that could be blocking communication between the two, i.e. ActiveX setting, etc?  If so, where could we control these settings from?

    Hello Derrick,
    While cBauer is away from the office, I will be working with this case on his behalf.  I will try to answer your questions as best I can to determine what might be causing this failure.
    1. The error which we encounter is an "Access Denied" error (as stated above).  I am currently investigating the error code, and will update this post accordingly when I have it.
    2. Our application is a built (.exe) application using LabVIEW 8.5 and DIAdem 10.2
    3. We do not install the toolkit directly on the customers machine as this is a built application.  We install the FULL LabVIEW 8.5 Runtime engine, as well as a licensed copy of the DIAdem 10.2 Basic edition.
    4. The error occurs in run-time environment at a customer site.  We have been unable to duplicate the error in development.
    5. We're using the "DIAdem Open Connection.vi" from the DIAdem.dll library to initialize the connection (this is the VI which appears to be producing the error via the "Automation Open" node), and we're using the "DIAdem Close Reference.vi" from the same library to close the reference.
    6. I will instrument a simple application which performs these tasks and post the results when we have tried this operation.
    7. I am unsure whether the repair operation has been attempted.  I will verify this behavior and again post the results to this forum.
    Thank you for your help.  Please let me know if you require additional information.  Hopefully we can discover a solution to our problem.
    Ken

  • Access Denied Error when Installing Suitcase

    I am encountering an Access Denied Error when installing Suitcase X1 on a 600 MHz G3 ibook running 10.4.3 with all updates and it gets to 2 items remaining to be installed and I get access denied error and then another screen pops up and says "You do not have enough access privileges for this installation". I am logged in as an administrator, I tried creating a new Administrator account, I have repaired permissions, I have tried downloading a new file, all with no luck and now I am stuck. Any ideas?
    G3 Pismo, G4 Desktop   Mac OS X (10.4.3)  

    Hi,
    Firstly, please let us know if it is a workgroup or domain environment.
    Also, please let us know more details about the configurations of the server and clients.
    Meanwhile, you can check the settings by referring to the following:
    Allow someone to connect to your computer using Remote Desktop Connection
    http://windows.microsoft.com/en-HK/windows7/allow-someone-to-connect-to-your-computer-using-remote-desktop-connection
    Remote Desktop Connection: frequently asked questions
    http://windows.microsoft.com/en-hk/windows/remote-desktop-connection-faq#1TC=windows-8
    If issue persists, please provide us the unedited error message or screenshot for further research.
    Thanks.
    Jeremy Wu
    TechNet Community Support

  • I get an access denied error when logging into extension builder 2.1 on Flash Builder 4.6

    I get an access denied error when logging into extension builder. The error is: You are not eligible to use CSIDE1 services due to the Service Eligibility Requirements.. Very frustrating since there is no other option than to read the adobe legal docs.
    Before this started happening I was prompted to put in my birthday (WHO KNOWS WHY ADOBE NEEDS MY BIRTHDAY). I filled it in wrong and now this....
    PLEASE HELP

    Ok this problem is fixed.
    Info for anyone else who faces this problem.
    Apparently when adobe designed the extension builder installer package, they decided to get cute and try to figure out what version of the software, the extension builder package files should be installed into. So if you have FB4, FB4.6, and FB.7 there is no telling where it will go. Also if you try moving these folders somewhere else out of the applications directory, the installer will still find them on the system. I finally figured this out by watching my system log and seeing
    11/22/13 12:13:46.258 AM cp[70909]: Cannot make directory /Applications/Adobe Flash Builder 4.6/Adobe Flash Builder 4.6.app
          Location: /Users/myuser/Downloads/Adobe Flash Builder 4.6-adobegarbage/plugins/com.adobe.cside.ui_2.1.0.201304282312/icons: No such file or directory
    After removing every single instance of places the package installer was trying to use. It finally resolved to the correct FB4.6 location. Why adobe could'nt spend a little extra time add a destination selector in the package installer is beyond me, but hey i only wasted 3 days trying to figure this out.... Sadly it isnt the first time i've wasted copius amounts of time fighting Flashbuilder problems.
    Halligrimur, thank you for your help. It did lead to me solving the problem.

  • Error when launching a BPF

    Hi
    I receive the following error when launching af BPF:
    System.Exception: Index was outside the bounds of the array.
       at Microsoft.VisualBasic.CompilerServices.LateBinding.LateGet(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack)
       at OSoft.Services.Webservice.BPFProxy.BPFProxy.GetBPFContents(String strAppSet, String strApp, String strBPFID, String strDataRegion)
    We are running BPC 5.1 SP09-2 and accessing Excel via Citrix.
    I did work before we applied SP09-2.
    Any suggestions?
    Jesper

    After upgrading the client installation on Citrix was not correctly upgraden. Re-installing the client fils solved the problem.

  • Access is denied (0x80070005) when trying to write to Tape Drive, DPM 2012 R2

    When I erase a tape, I've got this error:
    Type: Tape data erase
    Status: Failded
    Description: The operation failed because of a protection agent failure. 
    (ID 998 
    Details: Access is denied (0x80070005))
    When I perform a tape backup, I've got this error:
    Type: Tape backup 
    Status: Failed
    Description: The operation failed because of a protection agent failure. 
    (ID 998 
    Details: Access is denied (0x80070005))
    We use a IBM TotalStorage 3573 Tape Library. 1 Drive with 23 slots.
    It is a Dell TL2000 tape drive.
    The DPM-Server is a x64 Windows 2012 R2 with Microsoft System Center Data 
    Protection Manager 2012 R2 Version 4.2.1235.0
    In Device Manager I have a Medium Changer device which is IBM TotalStorage 3573 Tape Library(Driver Version 6.2.4.1)
    and Tape drives has IBM ULTRIUM 6 HH 3580 TAPE DRIVE(Driver Version 6.2.4.1)
    The tapes are not write protected.
    Is this a tape issue or a protection-agent failure? Any suggestions??
     

    Hi,
    We have seen this when using OEM drivers - please install the Microsoft in-box tape drivers.
    1) Open device manager
    2) Locate the tape drive
    3) Right-click and look at the properties.
    3) Under the DRIVER tab, select UPDATE DRIVER
     a) Select the Install from list or specific location (Advanvced) - next.
     b) Select Don't search. I will choose the driver to install. - next.
     c) Uncheck the Show comtabile hardware checkbox.
     d) Highlight LTO under the manufacturer.
     e) Highlight the LTO tape drive under model - then next.
     f) This should install the Microsoft ltotape.sys driver.
    4) Rescan the tape library in the DPM console, if a duplicate tape drive appears, then run the following utility.
    c:\program files\Microsoft dpm\dpm\bin\DPMDriveMappingTool.exe to remap the tape drive and remove the duplicate
    5) Now inventory the library and try a new backup.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT]
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • Error when launching Crystal XIR2 report ..."Table could not be found."

    We have a customer that sees an error when launching any report in InfoView for Crystal Server XIR2:
    Description: Error in File E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\Data\slvnsb41.pageserver\slvnsb41.pageserver\child.2\temp\procReportTemp\mgrTemp\ps_13ec5b68e6bfbc0.rpt: The table could not be found.
    These steps have been taken:
    1) The Crystal Server Business View install and BIAR file imports are successful.
    2) Database connection has been configured and tested.
    3) All the tables are browseable in the Business View Manager and contain data.
    4) All the required tables exist in the database.
    Options or suggestions anyone?

    Can someone tell me how to open this as a SUPPORT CASE that someone will actually help solve? 
    Sorry to say but I don't find these forums of much use.

  • Error when launching Photoshop CS5

    Photoshop CS5 bring up the following error when launching the application
    "The program can't start because MSVCP110.dll is missing from your computer"
    Uninstalling and resintalling the application does not resolve this problem

    http://helpx.adobe.com/creative-cloud/kb/missing-msvcp110dll.html
    Mylenium

Maybe you are looking for

  • SAPSQL_ARRAY_INSERT_DUPREC

    Hi All,   We are repeatedly getting this error while trying to create a delivery from VL01N. I would think this is due to duplicate entry but i checked the data and found that the entry does not exist in the concerned table (EIKP). Has anyone faced s

  • Why are my administrator name and password rejected now?

    I tried to install some app upgrades (on my G4 PB) and was 'asked' to provide an administrator's name and password. My entries were rejected; I tried the only combinations I always use. No luck. I clicked on the hard disk icon, selected "get Info", a

  • Missing Aperture Built-in  Adjustment Presets

    Hello, Just installed Aperture 3.5.1 when i go and try editing with adjustment presets I find that all the built-in presets are missing.I can not figure how to bring them back..those were handy tools as advertised by Apple on web site..very disappoin

  • Gifs placed in a jar file. need help getting them.

    I have placed all the gif files in a jar file. added the gif.jar to the project in the required libraries of project properties. In the toolbar class I gave this. JButton btnNew = new JButton(new ImageIcon("new.gif")); and was expecting it to show th

  • I get a 201 error when I run the installer

    I'm installing on a Win 7 laptop with IE8 and Chrome. I get an error message when I try to install the installer. Error code: 201. What is this? Is it permissions related? I'm supposed to have install privileges. Tom