CRS XI ReportClientDocument.open() - access denied

Hi,
I'm using CRS XI R2. I got an access denied exception when I tried to run the ReportClientDocument.open() method.
The rpt files are unmanaged and placed in a directory on the machine where RAS has been installed.
How do I configure RAS to have access to this directory and all the sub-directories?
Thanks.

Found where you set the report directory.

Similar Messages

  • "Access denied" when opening report on RAS Server

    I'm sure I'm doing something wrong, but I've only been able to open a report using the rassdk protocol from the server where my java code is running.    This is fine, but I was hoping for efficiency sake that I could have reports reside on the RAS server itself.
    My ras server definitely has a Crystal report called EBTest.rpt in the c:\temp directory.  I run this code...
    ReportClientDocument rcd = new ReportClientDocument();
    rcd.setReportAppServer(ReportConstants.RAS_HOST);
    rcd.open("c:\\temp\\EBTest.rpt", OpenReportOptions._openAsReadOnly);
    rcd.close();
    According to the JavaDoc, this should work, but I get this error ...
    Caused by: com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException: Access denied. Please check directory setting for files you can access.---- Error code:-2147467259 Error code name:failed
         at com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException.throwReportSDKServerException(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.s.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.if(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.if(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ClientDocument.open(Unknown Source)
    Am I missing something trivial?  
    Thanks,
    Eric

    Now that I've got it working, I expected that the RAS-local approach would be much faster than the RAS-remote, but I didn't find that to be the case in a quick test that I did.  Is this what you'd expect?  Or is there a different part of the ReportClientDocument interaction that would be more efficient. 
    From what I've seen, the ReportClientDocument construct and open() are one of the expensive aspects of the report rendering.
    Enclosed are the results from a test I did:
    --PERF--20 iteration test for 'Test local report initialization'
    --PERF--WARMED UP in 3359 ms
    --PERF--,Iterations          ,Total Time (mS)     ,Avg(ms)/Iteration   ,Transactions/sec   
    --PERF--,20                  ,35515               ,1775.75             ,0.5631423          
    --PERF--20 iteration test for 'Test remote report initialization'
    --PERF--WARMED UP in 1828 ms
    --PERF--,Iterations          ,Total Time (mS)     ,Avg(ms)/Iteration   ,Transactions/sec   
    --PERF--,20                  ,37109               ,1855.45             ,0.5389528          
    And here's the bulk of the code that generated those results...
    int numIterations = 20;
    PerformanceUtils.runPerformanceTest("Test local report initialization", numIterations, new Command(){
         public void execute() {
              try{
                   ReportClientDocument rcd = new ReportClientDocument();
                   rcd.setReportAppServer(ReportConstants.RAS_HOST);
                   rcd.open("D:\\Program Files\\Business Objects\\BusinessObjects Enterprise 12.0\\Samples\\EN\\Reports\\triCalendarPeriod___-___Find___-___Months.rpt", OpenReportOptions._openAsReadOnly);
                   rcd.close();
              }catch(Exception e){
                   throw new RuntimeException(e);
    PerformanceUtils.runPerformanceTest("Test remote report initialization", numIterations, new Command(){
         public void execute() {
              try{
                   ReportClientDocument rcd = new ReportClientDocument();
                   rcd.setReportAppServer(ReportConstants.RAS_HOST);
                   rcd.open("rassdk://./test/data/crystal/triCalendarPeriod___-___Find___-___Months.rpt", OpenReportOptions._openAsReadOnly);
                   rcd.close();
              }catch(Exception e){
                   throw new RuntimeException(e);

  • There was an error opening this document. Access denied.

    Greetings,
    When I did my taxes last year (March 2012), I downloaded some pdf files from the IRS.  Form 1040 was a writable file and I filled it out as needed.  This file was saved on a Vista machine running XP.  A few months ago, I upgraded that pc to be Windows 7 SP1.
    Today I'm getting ready to do my taxes for this year.  When I double click on last year's Form1040.pdf, I get the following error message:
    There was an error opening this document.  Access denied.
    Interestingly, I can open other pdf files, like the Form 1040 Instructions.  I do not think that I password protected my Form1040.pdf.  The reason that I think it isn't password protected is because I'm not being prompted to enter a password.
    I copied the file to an old spare XP machine (XP Home, version 2002, SP3) that I have and it opened fine.  It did not prompt for a password.  I printed copies of last year's forms from that XP machine, so this isn't an emergency for me, but it is mildly annoying that I can't figure out what's wrong.
    I have Adobe Reader XI version 11.0.2 installed on both machines (the Windows 7 machine and the old XP machine).
    To summarize, it was created on Vista, I can't open it with Windows 7, but I can open it with XP.
    Normally I would consider uploading the file in question, but in this case, I hope you'll agree that might be a bad idea!
    Advice on how to get this to work on Windows 7 would be appreciated.

    Pat Willener:  Thanks!  That solved the problem.
    For anyone else having this problem, here's a detailed list of how I used Pat's advice to solve my problem:
    1.  Right click on the problematic file
    2.  Select Properties
    3.  Select the Security tab
    4.  Press continue
    5.  In the "Permissions for MyFile.pdf" dialog, press "Add".
    6.  In the "Select Users or Groups" dialog, press "Advanced".
    7.  The next dialog that pops up is also named "Select Users or Groups".  Press "Find Now".
    8.  Scroll down the list of search results until you find your username.
    9.  Double click on your username.
    10. Press ok in the "Select Users or Groups" dialog.
    11.  Press ok in the "Permissions for MyFile.pdf" dialog
    12. Press ok in the Properties dialog.
    done.

  • Adobe Reader 11.0.06 "There was an error opening this document.  Access Denied"

    Windows 7 64-bit
    If I go into My Windows 7 Documents Library folder (which is redirected by Group Policy to a network share), I get "There was an error opening this document.  Access Denied".  If I then map a drive to the share, I can open the PDF without the error message.
    I've read a workaround for some time now for older versions has been to uncheck Enable Protected Mode at startup under Security (Enhanced) in Preferences.  I find this does work but this is probably not the best way to handle this situation.
    I've also read one person removed the desktop.ini on the desktop to resolve.
    Is there any official response from Adobe on this issue that I can be pointed too?  Are others still having this issue?
    We plan to update several thousand clients and I'd like resolve this issue before we do.

    We tried 11.0.05, 11.0.06 and 11.0.07 with the same result on different computers with different local Admin accounts.
    When we re-install 10.1.0 the issue is gone and Protected Mode is enabled.
    We then returned to 11.0.06 or 11.0.07
    I'm logged in with a local Admin account.
    I turned on Protected Mode Logging and captured what happens when I attempt to double click a pdf file in my Documents Library with 11.0.06 installed.  Access Denied.
    I then doubled clicked the file from a drive mapped to the same share and the file opened.
    [06:11/16:02:40] Adobe Reader Protected Mode Logging Initiated
    [06:11/16:02:41] NtCreateKey: STATUS_ACCESS_DENIED
    [06:11/16:02:41] real path: \REGISTRY\MACHINE\Software\Adobe
    [06:11/16:02:41] Consider modifying policy using this policy rule: REG_ALLOW_ANY
    [06:11/16:02:41] NtCreateKey: STATUS_ACCESS_DENIED
    [06:11/16:02:41] real path: \REGISTRY\MACHINE\SOFTWARE\Wow6432Node\Adobe
    [06:11/16:02:41] Consider modifying policy using this policy rule: REG_ALLOW_ANY
    [06:11/16:02:41] NtCreateFile: STATUS_ACCESS_DENIED
    [06:11/16:02:41] real path: \??\Volume{a758d00a-e81c-11e2-b856-806e6f6e6963}\$Extend\$Reparse:$R:$INDEX_ALLOCATION
    [06:11/16:02:41] Consider modifying policy using these policy rules: FILES_ALLOW_ANY or FILES_ALLOW_DIR_ANY
    [06:11/16:02:41] NtCreateFile: STATUS_ACCESS_DENIED
    [06:11/16:02:41] real path: \??\UNC\nawrcs-bbc1fs\mousers\u212940\Documents\Citrix Adding a Printer.pdf
    [06:11/16:02:41] Consider modifying policy using these policy rules: FILES_ALLOW_ANY or FILES_ALLOW_DIR_ANY
    [06:11/16:02:41] NtCreateFile: STATUS_ACCESS_DENIED
    [06:11/16:02:41] real path: \??\UNC\nawrcs-bbc1fs\mousers\u212940\Documents\Citrix Adding a Printer.pdf
    [06:11/16:02:41] Consider modifying policy using these policy rules: FILES_ALLOW_ANY or FILES_ALLOW_DIR_ANY
    [06:11/16:02:46] NtCreateKey: STATUS_ACCESS_DENIED
    [06:11/16:02:46] real path: \REGISTRY\USER\S-1-5-21-1691402968-2266345157-3523873211-67461\Software\Adobe\Adobe Acrobat
    [06:11/16:02:46] Consider modifying policy using this policy rule: REG_ALLOW_ANY
    [06:11/16:02:46] NtCreateKey: STATUS_ACCESS_DENIED
    [06:11/16:02:46] real path: \REGISTRY\USER\S-1-5-21-1691402968-2266345157-3523873211-67461\Software\Adobe\Adobe Acrobat
    [06:11/16:02:46] Consider modifying policy using this policy rule: REG_ALLOW_ANY
    [06:11/16:02:46] NtCreateKey: STATUS_ACCESS_DENIED
    [06:11/16:02:46] real path: \REGISTRY\USER\S-1-5-21-1691402968-2266345157-3523873211-67461\Software\Adobe\Adobe Acrobat
    [06:11/16:02:46] Consider modifying policy using this policy rule: REG_ALLOW_ANY
    [06:11/16:02:46] NtCreateKey: STATUS_ACCESS_DENIED
    [06:11/16:02:46] real path: \REGISTRY\USER\S-1-5-21-1691402968-2266345157-3523873211-67461\Software\Adobe\Adobe Acrobat
    [06:11/16:02:46] Consider modifying policy using this policy rule: REG_ALLOW_ANY
    [06:11/16:02:46] NtCreateKey: STATUS_ACCESS_DENIED
    [06:11/16:02:46] real path: \REGISTRY\USER\S-1-5-21-1691402968-2266345157-3523873211-67461\Software\Adobe\Adobe Acrobat
    [06:11/16:02:46] Consider modifying policy using this policy rule: REG_ALLOW_ANY
    [06:11/16:02:46] NtCreateKey: STATUS_ACCESS_DENIED
    [06:11/16:02:46] real path: \REGISTRY\USER\S-1-5-21-1691402968-2266345157-3523873211-67461\Software\Adobe\Adobe Acrobat
    [06:11/16:02:46] Consider modifying policy using this policy rule: REG_ALLOW_ANY
    [06:11/16:02:46] NtCreateKey: STATUS_ACCESS_DENIED
    [06:11/16:02:46] real path: \REGISTRY\USER\S-1-5-21-1691402968-2266345157-3523873211-67461\Software\Adobe\Adobe Acrobat
    [06:11/16:02:46] Consider modifying policy using this policy rule: REG_ALLOW_ANY
    [06:11/16:02:46] NtCreateKey: STATUS_ACCESS_DENIED
    [06:11/16:02:46] real path: \REGISTRY\USER\S-1-5-21-1691402968-2266345157-3523873211-67461\Software\Adobe\Adobe Acrobat
    [06:11/16:02:46] Consider modifying policy using this policy rule: REG_ALLOW_ANY
    [06:11/16:02:47] NtCreateFile: STATUS_ACCESS_DENIED
    [06:11/16:02:47] real path: \??\C:\Users\c702939\AppData\Local\Microsoft\Windows\Caches\cversions.1.db
    [06:11/16:02:47] Consider modifying policy using these policy rules: FILES_ALLOW_ANY or FILES_ALLOW_DIR_ANY
    [06:11/16:02:47] NtCreateFile: STATUS_ACCESS_DENIED
    [06:11/16:02:47] real path: \??\C:\Users\c702939\AppData\Local\Microsoft\Windows\Caches\cversions.1.db
    [06:11/16:02:47] Consider modifying policy using these policy rules: FILES_ALLOW_ANY or FILES_ALLOW_DIR_ANY
    [06:11/16:02:47] NtCreateKey: STATUS_ACCESS_DENIED
    [06:11/16:02:47] real path: \REGISTRY\USER\S-1-5-21-1691402968-2266345157-3523873211-67461\Software\Adobe\Adobe Acrobat
    [06:11/16:02:47] Consider modifying policy using this policy rule: REG_ALLOW_ANY
    [06:11/16:02:47] NtCreateKey: STATUS_ACCESS_DENIED
    [06:11/16:02:47] real path: \REGISTRY\USER\S-1-5-21-1691402968-2266345157-3523873211-67461\Software\Adobe\Adobe Acrobat
    [06:11/16:02:47] Consider modifying policy using this policy rule: REG_ALLOW_ANY
    [06:11/16:02:47] NtCreateKey: STATUS_ACCESS_DENIED
    [06:11/16:02:47] real path: \REGISTRY\USER\S-1-5-21-1691402968-2266345157-3523873211-67461\Software\Adobe\Adobe Acrobat
    [06:11/16:02:47] Consider modifying policy using this policy rule: REG_ALLOW_ANY
    [06:11/16:02:47] NtCreateKey: STATUS_ACCESS_DENIED
    [06:11/16:02:47] real path: \REGISTRY\USER\S-1-5-21-1691402968-2266345157-3523873211-67461\Software\Adobe\Adobe Acrobat
    [06:11/16:02:47] Consider modifying policy using this policy rule: REG_ALLOW_ANY
    [06:11/16:02:47] NtCreateFile: STATUS_ACCESS_DENIED
    [06:11/16:02:47] real path: \??\C:\Users\c702939\Desktop\desktop.ini
    [06:11/16:02:47] Consider modifying policy using these policy rules: FILES_ALLOW_ANY or FILES_ALLOW_DIR_ANY
    [06:11/16:02:48] NtCreateFile: STATUS_ACCESS_DENIED
    [06:11/16:02:48] real path: \??\C:\Users\c702939\Desktop\desktop.ini
    [06:11/16:02:48] Consider modifying policy using these policy rules: FILES_ALLOW_ANY or FILES_ALLOW_DIR_ANY

  • With Reader XI There was an error opening this document. Access denied

    Hi there, It looks like I have a simular problem. I also get the error "There was an error opening this document. Access denied." This when I tried to open the file by clicling on the file. When I try to open the file from out Adobe reader it gives me the error "You don't have permission to open the file" I use Adobe XI. My OS is W8.1 By clearing protected mode doesn't help. This is what I found sofar: Only the PDF files in the documents and subfolders are giving me this error. PDF files in other folders are fine. When I copy PDF files from the documents folder to Desktop they open without any problem. First I thought I might be a permission problem with the Documents folder, but I have full access. Other files in the Documents folder like Word and Excel files open fine with MS Office. My laptop has WinXP and is shared with my PC when I open PDF files on my laptop by using the network share they open without problems. So it looks like only the PDF files in my Documents folder. I'm not sure but before upgrading to W8.1 from W8.0 I can't remember if I had this problem, but I think I did not have it. To make it even more interested is that I have also Adobe Acrobat Writer on my PC what I use for my buisiness. When I open the PDF files with this program they open without any problem. Therefore I believe it is not a permission problem, I still believe it is a problem with Reader XI, but than only after upgrading to W8.1, but as I already mentioned I'm not sure for 100% only that sofar I know it never happened under W8. Has anyone out there simular problems? And hopefully with a fix.

    This is what I did sofar: Deleted reader XI and reinstalled same problem.
    Because I think the problem is with reader XI I deleted again XI and installed reader X.
    With this version I can open PDF files located in the documents folder without any problem.
    For now I keep using version X until they fixed version XI
    This proves that reader XI will not work under W8.1 when opening PDF files in de documents folder.
    Bennie

  • Access Denied when trying to open a file that is encrypted on network share with EFS

    I just recently enabled EFS on the default domain policy and created a new network share, encrypted a file and added myself to that file and tried to open the file from my workstation.  I then receive an error "Access denied", I also tried
    to create a file and encrypt it on that same share and get an error "The requested operation cannot be completed.  The computer must be trusted for delegation and the current user account must be configured to allow delegation."  
    My steps.
    1. Enable group policy for EFS, removed the expired certificate that was already there and Created a new Data recovery agent.
    2. Created a network share, created a test file, enabled encryption on the file 
    3. certmgr.msc, personal and requested a new certificate, Basic EFS
    4. On the network share and properties of file, advanced, details and added the user
    5. from the workstation tried to access the file, Access Denied.  I can create any file I won't just can't add attributes to encrypt the file or open an encrypted file
    Now if I go to the server where the CA is located which is also the AD server and create share and run the same process it works as expected.  I'm guessing I have to export the cert from the CA server as a pfx and import that to both the server that
    has the network share and the workstation but that still doesn't seem to work.  Maybe I don't understand how EFS works and this is not possible?  Any suggestions would be appreciated.

    You are correct in not understanding how EFS works.
    When you connect to an encrypted file via a network share, the encryption/decryption takes place *on* the server. To enable over the network access, the server's computer account must be trusted for delegation.
    The server actually impersonates the user and creates a user profile on the server (containing the defined EFS certificate and private key). The important thing to remember is that the files is transmitted in clear text from the server to the client.
    See http://blogs.technet.com/b/instan/archive/2010/08/11/remote-efs-decryption-and-trusted-for-delegation-requirements.aspx
    Brian

  • Windows 7 Open and Save As dialog box gives an "Access Denied" when using common Windows Explorer features.

    On many computers in our environment we have issues in Windows 7 when using the Common Dialog Box.  Within the dialog box we get the error Access Denied whenever we try to create a folder.  If we try to rename a file it doesn't give an error but
    it doesn't work either.  We cannot delete a file, still no error, but we can create shortcut.
    Within Windows Explorer of the same user it has no issues.
    Even if we run an application as administrator it has the same results.
    Example: Open Paint (right click "Run As Administrator"); then File, "Save As", right-click in empty space; then New, Folder.  This caused the error to popup "Unable to create the folder 'New folder'  Access is denied."
    Thanks for your help,
    Daniel

    Hi Daniel,
    How are things going? As the article provided above said, for such kind of issues generally it is caused by permission settings.
    The article provided several possible solution and please let us know if there is anything unclear about the steps. 
    If you have any feedback on our support, please send to [email protected]

  • I'm trying to open a java report and it keeps coming back with access denied to dashboard module. any ideas?

    i'm trying to open a report on a web site and it keeps coming back with access denied to dashboard module. any ideas?

    Exactly how are you trying to restore form TM?
    Have you tried rebuilding your iPhoto library?
    And your comments indicate that you may not understand iPhoto at all - you should not be inside the iPhoto library - there are no user servicable parts in it - and iPhoto does not duplicate photos  - more details of yoru work flow would help sort this out
    LN

  • Acrobat Reader XI fail to open file from unc path "Access Denied"

    Hi,
    When we try to open a pdf file from an unc path by double-click on it there is an error message : "There was error opening this files. Access Denied"
    If we do "File -> Open" the file open correctly. Same if we copy the file localy.
    After looking around Internet and other thread Acrobat Reader X got the same problem but seemed to be resolved with an update.
    If we desable "Enable Protected Mode at startup" the file open correctly (it is not a solution).
    Does anyone have a solution to this problem ?
    OS : Windows XP SP3
    Acrobat Reader : 11.0.2
    Regards,

    I have also seen this occur with one user's computer.  Another user with similar privileges and software setup does not exhibit the same issue however.  Would love Adobe to investigate and address this issue.

  • Unable to Open Project Site Access Denied Issue (Project Manager)

    Hi 
    We got an issue that one project manager is having 12 projects, in that she can able to view 5 projects-- project sites but remaining 7 projects --- she is not able to open the project site (access denied) error is throwing when she try to open.
    She is the project manager of the 12 projects and having project manager permissions on the project sites.
    Please suggest any solution for this.
    Geeth If you feel that the answer which i gave you is Helpful please select it as Answer/helpful.

    I believe I've found the fix for this issue.  After opening a ticket with MS support and not getting anywhere with this issue I decided to do an in-depth review of all the Project and SharePoint 2013 CU's starting with December 2013 to September 2014. 
    To my amazement buried inside the July 2014 CU was a hotfix for this issue described almost word for word. (I will list all the relevant KB's at the end)  I contacted my support engineer inquiring about this hotfix and he stated it wasn't relevant because
    the "Synchronize Project Web App permissions to Project Site" was not failing or even generating any warnings in our Prod or Test environments.  I stated that is not always an indicator as ULS doesn't always catch all relevant errors.
    I informed him that I also found a second hotfix pertaining to the same issue released August 2014, apparently the first hotfix in July didn't totally resolve the issue and a second hotfix was released.  He was adamant that this would not resolve
    our issue and he requested or production databases because he was unable to replicate the issue in his test environment.  The reason, you may wonder, is because he was at a higher patch level that our farm.... Obviously!  His farm had the most current
    CU which included the hotfixes from July and August.  Apparently he didn't see the flaw in his logic.
    I decided to install the September CU on our test farm. Low and behold that fixed the problem, even though MS support stated the hotfix was not relevant to our issue.  I learned a long time ago to take MS support comments as suggestions instead
    of gospel truth, this isn't the first time they have confidently given me erroneous information.
    We are currently doing further testing to verify that this CU didn't break something else.  Unfortunately these rollups are not GA and Microsoft is very clear that you should only install them if the hotfixes pertain directly to your issue.
    Finding the hotfixes was a chore as Microsoft loves to create multiple KB's for the same thing and then nest (bury) them so you have to dig through four or five KB's to find the relevant fix.  I'll save you the trouble and list them below.
    Watch the
    September CU Webcast Brian Smith and team go into depth explaining why this issue has been happening and how they fixed it.
    September 2014 CU http://support.microsoft.com/kb/2882990 (the one I installed)
    August 2014 CU https://support.microsoft.com/kb/2989078
    August Project site sync hotfix
    https://support2.microsoft.com/kb/2883083
    July 2014 CU http://support.microsoft.com/kb/2882990
    July Project Site Sync hotfix http://support2.microsoft.com/kb/2882995
    Microsoft Project Server Blog
    http://blogs.technet.com/b/projectsupport/  (I find this to be more helpful than the TechNet site)
    Frank Miranda Florida Hospital MIS

  • Access Denied error while opening the deployed Application

    Hi,
    When I try to open my deployed application I get the following error:
    weblogic.net.http.SOAPHttpsURLConnection
    Im using the following code in my application:
    URL wsURL = new URL(wsLocation + "?command=login");
    So I went ahead and changed my code to this:
    java.net.URL wsURL = new URL(null, wsLocation + "?command=login",new sun.net.www.protocol.https.Handler());
    But I got the following error:
    access denied (java.lang.RuntimePermission accessClassInPackage.sun.net.www.protocol.https)
    Also I believe sun.* packages are not supported anymore on cloud. I think it might be because of this it failed the second time.
    Is there any workaround for this?
    Regards,
    Abhishek

    Access denied indicates the user account uploading the file doesn't have access to the library, or sometimes it means there's already a document in the library with the same name that was never checked in. It's also possible that your template contains
    custom code that tries to do something that is not allowed.
    Kind regards,
    Margriet Bruggeman
    Lois & Clark IT Services
    web site: http://www.loisandclark.eu
    blog: http://www.sharepointdragons.com

  • Access Denied - Failed to Open Document

    I've done a few hours of searching for a solution to my problem with no specific answer helping me.
    I recently upgraded 63 various reports from Crystal Reports version 8.5 to Crystal Reports 2011 (using a Windows 7 box). I realigned all of the report fields, and ensured all the variables within the report worked as they did before. Basically all 63 worked like old. I deployed these reports to a Windows 2012 R2 server which has Crystal Reports 2011 installed (as well as Crystal Report Runtime for .Net Framework) and 4 out of 63 no longer work. When I try to open them with Crystal Reports 2011 it gives me an error 'Access Denied [line break] Failed to Open Document' In the Event Viewer for Windows it gives me the following details as to what happened.
    Problem signature:
      Problem Event Name:                        APPCRASH
      Application Name:                             crw32.exe
      Application Version:                           14.0.4.738
      Application Timestamp:                     4fd6ccca
      Fault Module Name:                          crw32.exe
      Fault Module Version:                        14.0.4.738
      Fault Module Timestamp:                  4fd6ccca
      Exception Code:                                  c0000005
      Exception Offset:                                000cf0e5
      OS Version:                                          6.1.7601.2.1.0.272.7
      Locale ID:                                             1033
      Additional Information 1:                  0a9e
      Additional Information 2:                  0a9e372d3b4ad19135b953a78882e789
      Additional Information 3:                  0a9e
      Additional Information 4:                  0a9e372d3b4ad19135b953a78882e789
    Here are the things I've done to try and troubleshoot/resolve it:
    Re-upgrade the original CR 8.5 Report to 2011 and migrate it to server. (Didn't work)
    Migrate the original CR 8.5 Report to Windows 2012 Server and try to upgrade it there (Same error on 8.5 report)
    Repair/Reinstall Crystal Reports 2011 on Windows 2012 Server via Windows Control Panel->Uninstall Program tool (Didn't Work)
    Repair/Reinstall Crystal Reports Runtime for .Net Framework on Windows 2012 Server via Windows Control Panel->Uninstall Program tool (Didn't Work)
    Add three System Environment Variables to enable Crystal Reports Error Logging through CRLogger.dll (LOGGING_DIR = C:\CRLOGGING; LOGGING_ENABLED_ASSERT = 1; LOGGING_ENABLED_RUNTIME = 30)
    Now..the error logging gives me error numbers, and which line of which .cpp file is encountering a problem, but that really doesn't help me because I don't have access to Crystal Reports Source Code. (Pasted below for those who are really curious).
    I've seen Ludek or other SAP staff shut down discussions with some line about 'Report Development is not a ...' but I feel that this isn't related to how the report was developed and instead something in the application not jiving well with something else.
    Any help or suggestions would be incredibly well received and appreciated.
    Time Stamp
    Thread ID
    File Name
    Line Number
    Logged Data
    Level
    2015-4-24-12-48-43
    3820
    ..\cserrinf.cpp
    523
    Error 31831 (..\..\src\data\preQEFileIO.cpp, 3578)
    1
    2015-4-24-12-48-43
    3820
    ..\cserrinf.cpp
    523
    Error 31831 (..\..\src\data\preQEFileIO.cpp, 3847)
    1

    Hi Thomas,
    Statistically speaking, 4 out of 63 reports isn't bad for a migration.  So something in these 4 reports is different from the others.  I've had this happen if there are images or an object inserted into the report and the update doesn't know how to handle that object. 
    The best way to try and find the problem is by process of elimination.  Open the reports again in 8.5 and remove a couple of things at a time.  Save it then open in 2011 and see if it fails or not.  Continue doing that until the report actually opens.  The problem could be anything from a formula or printer settings to attachments. 
    Good luck,
    Brian

  • "Access Denied" pop up error while opening adobe online form in IE8.

    "Access Denied" pop up error while opening adobe online form in IE8. I use crosslink to connect to client network and then open IE with App Tunnel. Tried to re-install Acrobat reader multiple times but issue still persist. Even tried to change the PDF properties (Edit-> Preference- General/Internet/Security Enhanced)

    Hello Adobe technical Team,
    I am struggling to fix the issue. Tried a lot of combinations to manipulate PDF preference, browser setting but failed to fix the issue. Can someone please look into the details and advise? Thanks in advance for any help.input.

  • Error of access denied opening a workbook in discoverer viewer 10.1.2

    When I open a workbook in discoverere viewer in the html page shows this message:
    OracleBI Discoverer Viewer no ha encontrado los datos necesarios para mostrar los resultados de este evento. Corrija los errores y vuelva a intentarlo.
    - access denied (java.lang.RuntimePermission oracle.discoverer.connections)
    However data seems correct, but I don't know how to delete this message.
    Thanks,
    Carlos

    Hi Carlos,
    Metalink has some information regarding what sounds like a solution to your problem under Doc Id : 265228.1. Have a read and let us know if this is for you and whether you get it working in a development environment.
    Symptoms
    Discoverer 10g (9.0.4) Plus and Viewer throws 'page cannot be displayed'
    Other symptoms
    A.) Discoverer Plus shows a file download dialog with virus warning "Some files can harm your computer. If the file information below looks suspicious, or you do not fully trust the source,do not open or save the file."
    Opening or cancelling will again throw "page cannot be displayed"
    B.) Plus throws a blank page and Viewer throws 500 internal server error
    Cause
    Installation failure on configuring discoverer in OC4J_BI_Forms may caused the problem.
    Using pre-production / beta code (M16b shiphome) will cause the problem.
    Fix
    1.) Edit the file $ORACLE_HOME(midtier)/j2ee/OC4J_BI_Forms/config/java2.policy
    2.) Add the below lines at the end of the file
    ================================
    grant codebase "file:${oracle.home}/discoverer/lib/discoverer5.jar" {
    permission java.lang.RuntimePermission "oracle.discoverer.connections";
    grant codebase "file:${oracle.home}/j2ee/home/-" {
    permission java.lang.RuntimePermission "oracle.discoverer.connections";
    grant codebase "file:${oracle.home}/portal/jlib/pdkjava.jar" {
    permission java.lang.RuntimePermission "oracle.discoverer.connections";
    grant codebase "file:${oracle.home}/portal/jlib/ptlshare.jar" {
    permission java.lang.RuntimePermission "oracle.discoverer.connections";
    ===========================
    3.) Restart OPMN.
    4.) Invoke Discoverer Plus or Viewer.
    Let us know how you get on.
    Lance

  • Error: Access Denied while opening the Sharepoint 2010 site.

    Dear All,
    When I am trying to open the site I am getting followinh error,
    Error:
    Error: Access Denied
     Current User
    You are currently signed in as:  DomainName\Administrator
    Sign in as a different user 
     Go
    back to site
    Can anybody please tell me how ro resolve this isse ?
    Thanks and Regard's
    Harish Patil

    Hi,
    Run the PowerShell cmdlet to list and check the users permisssion on SharePoint site. You may refer to the articles below.
    Get Users Permissions List on SharePoint Webs – PowerShell Script
    http://mkdot.net/mknetug/mk_sp/b/darko/archive/2010/10/01/get-users-permissions-list-on-sharepoint-webs-powershell-script.aspx
    How to Check Effective Permissions of a User in Each Site in a Site Collection in Sharepoint 2007 and Sharepoint 2010 using Powershell
    http://rahulrashu.blogspot.com/2011/12/how-to-check-effective-permissions-of_11.html
    Hope that helps.
    Ivan-Liu
    TechNet Community Support

Maybe you are looking for

  • Automated CVS reports download

    Hi... Some one must have hacked this issue ... I like to do a automated download of a cvs export file.... I have tried using wget and curl from a linux command line but on luck until now....... Basicly what I like to get is the incomming mail summary

  • Sending PDF file through PI

    hi all, I followed one blog to create PDF file using file adapter and custom adapter module  : http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3414700)ID1540235550DB11887853428651970314End?blog=/pub/wlg/14363 As per this blog ,, my processing

  • How can I transfer/merge the backup-data of one iphone onto another iphone?

    I have two iphones and want to merge the backup-data from one to the other without destroying any data on the new one. How can I do it and will this data be replaced automatically or merged? Thanks for your help! Toni

  • Strange file sharing issue - need guru!

    I know how file sharing works.  This isn't a basic problem. I have a volume with a folder containing music files that I want to share to a Windows 7 PC.  I turned on sharing and it worked just fine, EXCEPT that I couldn't set the permissions to read

  • KeyEvent on dynamically generated Buttons - AWT

    hi, I have posted the below in Swing forum and was adviced to post this type of questions in AWT forum. I got a solution jbutton.setMnemonic(int keycode) and that can be used only in JButton, I believe. Is there anything similar we can use in Button.