An error has occurred while attempting to load the Crystal Reports runtime.

Server Error in '/' Application.  An error has occurred while attempting to load the Crystal Reports runtime.  Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly.  Please install
Crystal Report  is not working on webServer but It is working on local Saver
on Server i m getting this error
Message was edited by: Ludek Uher

If you have your AppPool set for 32 bit then install the 32 bit runtime, if it's set for 64 bit then install the 64 bit runtime.
Try searching, lots of posts on this subject.
Don

Similar Messages

  • An error has occurred while attempting to load the Crystal Reports runtime in deployed applications

    My reports use to work but now i'm getting the following error on all reports in all the applications on my server
    An error has occurred while attempting to load the Crystal Reports runtime.
    Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly.
    Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) containing the correct version of the Crystal Reports runtime (x86, x64, or Itanium) required.  Please go to http://www.businessobjects.com/support for more information.

    Hi Willingtolearnja,
    This forum is for TFS, I'd like to know whether you use TFS and your question is related to TFS. It would be better to let us know more details about your scenario if it's related to TFS. If not, you might need to open a new thread in the proper tech forum
    that your project related for a better response.
    However, from the error message, you might use the wrong configuration for x86/x64 mode. Please change the configuartion and try again. Check the links below for more information:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/82e23647-7116-424b-b437-df0cb2be083d/an-error-has-occurred-while-attempting-to-load-the-crystal-reports-runtime?forum=vscrystalreports
    http://stackoverflow.com/questions/19286630/an-error-has-occured-while-attempting-to-load-the-crystal-reports-runtime
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • An error has occurred while attempting to load the CR in hosting

    I deployed my asp.net with crystal report in hosting server...
    They have installed Crystal Report Basic Runtime for Visual Studio 2008.(10.5.3700.0) on windows server 2008 OS X64..
    I developed my asp.net application with visual studio 2008 in xp machione x86 now on deploying this im getting the following error on hosting server, in my local server it works fine..
    The error:-
    An error has occurred while attempting to load the Crystal Reports runtime.
    Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly.
    Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) containing the correct version of the Crystal Reports runtime (x86, x64, or Itanium) required.  Please go to http://www.businessobjects.com/support for more information.
    They have installed 10.5.3700.0 runtime on server still why this error...?

    You probably installed the 32 bit runtime (x86) but are running the application in 64 bit mode.  I think you are using a web app, so you need to do one of two things, install the x64 version of the runtime or switch the application pool for your website to run in 32 bit mode.

  • Crystal reports 2008 sp3 : An error has occurred while attempting to load t

    Hello,
    Please forgive me for posting in the CR .NET forum because we are using the full Crystal Reports 2008 product and I did not see a category for it.  If there is a better forum for this question, please let me know or feel free to move it.
    We are having trouble deploying our crystal reports 2008 reports to a Windows Server 2008 R2 server in an aspx application...
    I have been working on this issue for 4-days and cannot seem to make any progress, so I would really appreciate your help.
    Our Environment:
    Development Computer (32-bit, WinXP)
      VS2008 (fully updated, was not installed with its Crystal Reports feature)
      Crystal Reports 2008 SP3 (downloaded and installed "cr2008_sp3_fullbuild")
    Database Server (64-bit)
      "SERVER2" is a Microsoft SQL Server 2008 server, fully updated
    Web Server (64-bit)
      "SERVER3" is a Microsoft Server 2008 R2 Web server.
    We have an application that is installed on the Web server and it pulls data from the database server.
    The webpages are accessing the database properly.  There is a ShowReport.aspx webpage that has the
    CrystalReportsViewer on it.  We send parameters and logon information to ShowReport.aspx.  ShowReport
    works properly on our development computer and the report looks good, but it fails on the web server.
    We downloaded CRRuntime_12_3_mlb.msi (X86) from SAP/CR and installed it on the web server without any issues.
    Our application pool on the web server for this application is set to 32-bit mode.  When I launch the
    application, it works properly with the database and displays data on web pages, but when I try to
    view a report on ShowReport, I get the following error message:
    An error has occurred while attempting to load the Crystal Reports runtime.
    Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly.
    Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) that contains the version of the Crystal Reports runtime (x86, x64, or Itanium)  that is required.
    According to everything that I have read, I have properly matched the DLLs: On the development computer, "cr2008_sp3_fullbuild" was installed; On
    the web server, "CRRuntime_12_3_mlb.msi (X86)" was installed.  They are both Crystal Reports 2008 and not .NET.  CR.NET was not installed on our development computer, so our application was built with full Crystal Reports 2008 SP3.  On our development computer, .ENGINE is 12.0.2000.0 and
    the same version is on the web server.
    So, I am completely at a loss as to why we are encountering this error.  Help, Please!!!
    Thank you in advance,
    Mike

    Hi Mike,
    Did you set your project for X86 mode only? If not do so and rebuild and deploy your app.
    Thank you
    Don

  • An error has occurred while attempting to load crystal report runtime 64

    I am using Crystal Report 2008. Visual Studio 2008 Professional on a SQL Server 2005 X64 SP2
    with .NET 3.5 SP1 beta framework
    This problem happens in X64 environment only. I tried everything I Can find in the web:
    1) run the crredist2008_x64 and X86.msi,  same error
    2) run this command
    cscript %SystemDrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1
    and it said 'Service Unavailable' when accessing the page.
    3) attempting to change target platform to X86 to run on the 64 bit OS. I have the following problems.
    A) the configuration manager only have .NET as the platform. I cannot change it to X86
    B) There is no project
    file (any files ends with .proj) where I can modify manually to change the target platform. (I created website,not project  from VS 2008)
    Running the debug version (Control F5) from VS 2008 has no problem.
    Please help

    What assembly version of the dlls are you using (10.5 or 12.0)?
    If you are using the 10.5 then you would need to run the 64 bit runtime installer for Crystal Reports Basic for VS.NET 2008.
    If you are using the 12.0 then you will need to install the 32 bit runtimes for CR 2008 and change the application to run in x86 only mode.
    Here is the note that covers that (it was written for XI R2, but applies to CR 2008 as well)
    [https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_boj_erq/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333233303330333933303337%7D.do]
    Jason

  • An error has occurred while trying to load the files required for firefox .....so firefox does not run at all

    HTC Android I have latest version

    Hi,
    I'm sorry you're having this problem with Firefox mobile. You might try going to settings - manage applications on your device and uninstall Firefox and then install it again.
    Thanks,
    Michelle

  • I can not sighn in. I get the message A network error has occurred while attempting to sign in.

    I can not sighn in. I get the message A network error has occurred while attempting to sign in.

    Hi rebjrbaker,
    I'm guessing that you're trying to log in to the service from within Reader. If that's the case, you may need to update the version of Reader you're using. Choose Help > Check for Updates. You should be using version 11.0.9 (this update was just released on Tuesday, 9/16).
    Best,
    Sara

  • Im trying to convert a PDF into an excel document and I keep getting an error message that reads "An error has occurred while trying to access the service". WHat am I doing wrong?

    Im trying to convert a PDF into an excel document and I keep getting an error message that reads "An error has occurred while trying to access the service". WHat am I doing wrong?

    it seems my subscription had expired so I signed up again.. It was still having trouble so I repeated the sign up process again.. Then it worked perfectly.. Unfortunately, I think I just subscribed twice and need to cancel one of them. Ugh. Such a pain when I'm trying to get this project completed. I'll be canceling at least one of the subscriptions in the morning. Adobe is not my favorite company right now. None of this was intuitive. And trying to get help was an absolute waste of an hour.
    Regards,
    Nathaniel
    [removed by moderator]

  • I cant open my itunes it says  an error has made an attempt to load the C runtime library

    i can't open my itunes it says an error has made an attempt to load the C run time library.I reinstalled itunes but still pop up the message.

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • An error has occured while trying to save the application. Please try again.

    Hi,
    When i try to add application on my primary CRS node i am getting below error
    An error has occured while trying to save the application. Please try again.
    This also happens if i edited another existing scripts
    CCX version is 8.0
    thanks

    How about if you try to add it on the HA server?
    Which server is master at this time?
    Chris

  • I keep getting "An error has occurred while trying to access the service".

    I'm using Adobe Reader to convert pdf. to word for the first time.  I keep getting "An error has occurred while trying to access the service".  My subscription has gone thru and I am signed in.  Help!  I need to start using this ASAP

    Can you try to use ExportPDF directly on the website https://cloud.acrobat.com/exportpdf
    [topic moved to ExportPDF forum]

  • An error has occured while trying to access the service.

    I pay an annual fee to beable to convert PDF documents to Word documents.  Now I get a message "An error occured whip trying to access the service.  Can someone help with this issue?

    Hi Lynn,
    Just for the test if you have a different computer please try login and check one more time.
    Also if you can share any of the document with us i would like to check that personally at my end. And if it is possible for you please let me know when you are getting that error message "An error occured while trying
    to access the service". You can send me the document using the private message option: http://forums.adobe.com/thread/1184148
    ~Ajlan Huda.

  • SCCM 2012 Install :An error has occurred while attempting to download or verify required pre....

    This is not the first time I am installing SCCM 2012 :) , however stuck at this one for some time now.
    I have a lab where SCCM 2012 pre-reqs were downloaded during setup and SCCM 2012 has been installed fine.
    We are doing another install for this client however SCCM download fails as ISA blocks it. Therefore we are trying to use the old setup files which were previously downloaded. However, this does not work (Files under e:\SCCM...). The log still refers to
    downloading the file from the internet.
    Here's the log
    =========
    <07-25-2012 00:57:28> *********************************************
    <07-25-2012 00:57:28> ***** ConfigMgr 2012 Setup Bootstrapper *****
    <07-25-2012 00:57:28> *********************************************
    <07-25-2012 00:57:28> Commandline:
    <07-25-2012 00:57:28> "D:\SMSSETUP\BIN\X64\SetupWpf.exe"
    <07-25-2012 00:57:28> INFO: Checking dotnet framework versions...
    <07-25-2012 00:57:28> INFO: Dotnet 3.5 installed
    <07-25-2012 00:57:28> Starting SetupWpf.exe...
    <07-25-2012 00:57:39> *********************************************
    <07-25-2012 00:57:39> ***** ConfigMgr 2012 Setup Bootstrapper *****
    <07-25-2012 00:57:39> *********************************************
    <07-25-2012 00:57:39> Commandline:
    <07-25-2012 00:57:39> "D:\SMSSETUP\BIN\X64\SetupWpf.exe"
    <07-25-2012 00:57:39> INFO: Checking dotnet framework versions...
    <07-25-2012 00:57:39> INFO: Dotnet 3.5 installed
    <07-25-2012 00:57:39> Starting SetupWpf.exe...
    <07-25-2012 00:57:47> Failed to create process of SetupWpf.exe.
    INFO: Attempting to load resource DLL...  $$<Configuration Manager Setup><07-25-2012 00:58:34.979+420><thread=2320 (0x910)>
    INFO: setupdl.exe: Start  $$<Configuration Manager Setup><07-25-2012 00:58:34.981+420><thread=2320 (0x910)>
    INFO: Downloading files to e:\SCCMPreReqs  $$<Configuration Manager Setup><07-25-2012 00:58:35.000+420><thread=1752 (0x6D8)>
    INFO: Extracted file C:\Users\ADMINI~1.Com\AppData\Local\Temp\2\ConfigMgr.Manifest.xml  $$<Configuration Manager Setup><07-25-2012 00:58:51.749+420><thread=1752 (0x6D8)>
    INFO: Processing file group "MSRDC"  $$<Configuration Manager Setup><07-25-2012 00:58:51.755+420><thread=1752 (0x6D8)>
    INFO: Processing file "msrdcoob.exe"  $$<Configuration Manager Setup><07-25-2012 00:58:51.756+420><thread=1752 (0x6D8)>
    INFO: File will be downloaded from
    http://go.microsoft.com/fwlink/?LinkId=95740.  $$<Configuration Manager Setup><07-25-2012 00:58:51.756+420><thread=1752 (0x6D8)>
    INFO: File for msrdcoob.exe [Microsoft Remote Differential Compression Library] will be copied with file name: msrdcoob_x86.exe.  $$<Configuration Manager Setup><07-25-2012 00:58:51.756+420><thread=1752 (0x6D8)>
    INFO: Processing file "msrdcoob.exe"  $$<Configuration Manager Setup><07-25-2012 00:58:51.756+420><thread=1752 (0x6D8)>
    INFO: File will be downloaded from
    http://go.microsoft.com/fwlink/?LinkId=95741.  $$<Configuration Manager Setup><07-25-2012 00:58:51.756+420><thread=1752 (0x6D8)>
    INFO: File for msrdcoob.exe [Microsoft Remote Differential Compression Library] will be copied with file name: msrdcoob_amd64.exe.  $$<Configuration Manager Setup><07-25-2012 00:58:51.756+420><thread=1752 (0x6D8)>
    INFO: Processing file group "WUA"  $$<Configuration Manager Setup><07-25-2012 00:58:51.757+420><thread=1752 (0x6D8)>
    INFO: Processing file "WindowsUpdateAgent30-x86.exe"  $$<Configuration Manager Setup><07-25-2012 00:58:51.757+420><thread=1752 (0x6D8)>
    INFO: File will be downloaded from
    http://go.microsoft.com/fwlink/?LinkID=158451.  $$<Configuration Manager Setup><07-25-2012 00:58:51.757+420><thread=1752 (0x6D8)>
    INFO: File for WindowsUpdateAgent30-x86.exe [Windows Update Agent 3.0] will be copied with file name: WindowsUpdateAgent30-x86.exe.  $$<Configuration Manager Setup><07-25-2012 00:58:51.757+420><thread=1752 (0x6D8)>
    INFO: Processing file "WindowsUpdateAgent30-x64.exe"  $$<Configuration Manager Setup><07-25-2012 00:58:51.757+420><thread=1752 (0x6D8)>
    INFO: File will be downloaded from
    http://go.microsoft.com/fwlink/?LinkID=158453.  $$<Configuration Manager Setup><07-25-2012 00:58:51.757+420><thread=1752 (0x6D8)>
    INFO: File for WindowsUpdateAgent30-x64.exe [Windows Update Agent 3.0] will be copied with file name: WindowsUpdateAgent30-x64.exe.  $$<Configuration Manager Setup><07-25-2012 00:58:51.758+420><thread=1752 (0x6D8)>
    INFO: Processing file group "Silverlight"  $$<Configuration Manager Setup><07-25-2012 00:58:51.758+420><thread=1752 (0x6D8)>
    INFO: Processing file "Silverlight.exe"  $$<Configuration Manager Setup><07-25-2012 00:58:51.758+420><thread=1752 (0x6D8)>
    INFO: File will be downloaded from
    http://go.microsoft.com/fwlink/?LinkId=196277.  $$<Configuration Manager Setup><07-25-2012 00:58:51.758+420><thread=1752 (0x6D8)>
    INFO: File for Silverlight.exe [Silverlight Runtime] will be copied with file name: Silverlight.exe.  $$<Configuration Manager Setup><07-25-2012 00:58:51.759+420><thread=1752 (0x6D8)>
    INFO: Processing file group "WIC"  $$<Configuration Manager Setup><07-25-2012 00:58:51.759+420><thread=1752 (0x6D8)>
    INFO: Processing file "wic_x86_enu.exe"  $$<Configuration Manager Setup><07-25-2012 00:58:51.759+420><thread=1752 (0x6D8)>
    INFO: File will be downloaded from
    http://go.microsoft.com/fwlink/?LinkId=234177.  $$<Configuration Manager Setup><07-25-2012 00:58:51.759+420><thread=1752 (0x6D8)>
    INFO: File for wic_x86_enu.exe [Windows Imaging Component 32 Bit] will be copied with file name: wic_x86_enu.exe.  $$<Configuration Manager Setup><07-25-2012 00:58:51.759+420><thread=1752 (0x6D8)>
    INFO: Processing file "wic_x64_enu.exe"  $$<Configuration Manager Setup><07-25-2012 00:58:51.759+420><thread=1752 (0x6D8)>
    INFO: File will be downloaded from
    http://go.microsoft.com/fwlink/?LinkID=234176.  $$<Configuration Manager Setup><07-25-2012 00:58:51.760+420><thread=1752 (0x6D8)>
    INFO: File for wic_x64_enu.exe [Windows Imaging Component 64 Bit] will be copied with file name: wic_x64_enu.exe.  $$<Configuration Manager Setup><07-25-2012 00:58:51.760+420><thread=1752 (0x6D8)>
    INFO: Processing file group "Dot_Net_Framework"  $$<Configuration Manager Setup><07-25-2012 00:58:51.760+420><thread=1752 (0x6D8)>
    INFO: Processing file "dotNetFx40_Client_x86_x64.exe"  $$<Configuration Manager Setup><07-25-2012 00:58:51.760+420><thread=1752 (0x6D8)>
    INFO: File will be downloaded from
    http://go.microsoft.com/fwlink/?LinkId=199236.  $$<Configuration Manager Setup><07-25-2012 00:58:51.760+420><thread=1752 (0x6D8)>
    INFO: File for dotNetFx40_Client_x86_x64.exe [.NET Framework Client Profile 4.0 RTM] will be copied with file name: dotNetFx40_Client_x86_x64.exe.  $$<Configuration Manager Setup><07-25-2012 00:58:51.760+420><thread=1752 (0x6D8)>
    INFO: Processing file "dotNetFx40_Full_x86_x64.exe"  $$<Configuration Manager Setup><07-25-2012 00:58:51.760+420><thread=1752 (0x6D8)>
    INFO: File will be downloaded from
    http://go.microsoft.com/fwlink/?LinkID=224688.  $$<Configuration Manager Setup><07-25-2012 00:58:51.761+420><thread=1752 (0x6D8)>
    INFO: File for dotNetFx40_Full_x86_x64.exe [.NET Framework Extended 4.0 RTM] will be copied with file name: dotNetFx40_Full_x86_x64.exe.  $$<Configuration Manager Setup><07-25-2012 00:58:51.761+420><thread=1752 (0x6D8)>
    INFO: Processing file group "SQL_Redist"  $$<Configuration Manager Setup><07-25-2012 00:58:51.761+420><thread=1752 (0x6D8)>
    INFO: Processing file "SQLEXPR_x64_ENU.exe"  $$<Configuration Manager Setup><07-25-2012 00:58:51.761+420><thread=1752 (0x6D8)>
    INFO: File will be downloaded from
    http://go.microsoft.com/fwlink/?LinkId=218933.  $$<Configuration Manager Setup><07-25-2012 00:58:51.761+420><thread=1752 (0x6D8)>
    INFO: File for SQLEXPR_x64_ENU.exe [SQL Server 2008 R2 SP1 Express] will be copied with file name: SQLEXPR_x64_ENU.exe.  $$<Configuration Manager Setup><07-25-2012 00:58:51.762+420><thread=1752 (0x6D8)>
    INFO: Processing file "msxml6_x64.msi"  $$<Configuration Manager Setup><07-25-2012 00:58:51.762+420><thread=1752 (0x6D8)>
    INFO: File will be downloaded from
    http://go.microsoft.com/fwlink/?LinkID=169539.  $$<Configuration Manager Setup><07-25-2012 00:58:51.762+420><thread=1752 (0x6D8)>
    INFO: File for msxml6_x64.msi [MSXML 6.0 Service Pack 1] will be copied with file name: msxml6_x64.msi.  $$<Configuration Manager Setup><07-25-2012 00:58:51.762+420><thread=1752 (0x6D8)>
    INFO: Processing file "sqlncli.msi"  $$<Configuration Manager Setup><07-25-2012 00:58:51.762+420><thread=1752 (0x6D8)>
    INFO: File will be downloaded from
    http://go.microsoft.com/fwlink/?LinkID=169540.  $$<Configuration Manager Setup><07-25-2012 00:58:51.762+420><thread=1752 (0x6D8)>
    INFO: File for sqlncli.msi [SQL Server 2008 Native Client] will be copied with file name: sqlncli.msi.  $$<Configuration Manager Setup><07-25-2012 00:58:51.763+420><thread=1752 (0x6D8)>
    INFO: Processing file "SQLSysClrTypes.msi"  $$<Configuration Manager Setup><07-25-2012 00:58:51.763+420><thread=1752 (0x6D8)>
    INFO: File will be downloaded from
    http://go.microsoft.com/fwlink/?LinkId=169541.  $$<Configuration Manager Setup><07-25-2012 00:58:51.763+420><thread=1752 (0x6D8)>
    INFO: File for SQLSysClrTypes.msi [SQL Server 2008 System CLR Types] will be copied with file name: SQLSysClrTypes.msi.  $$<Configuration Manager Setup><07-25-2012 00:58:51.763+420><thread=1752 (0x6D8)>
    INFO: Processing file "SharedManagementObjects.msi"  $$<Configuration Manager Setup><07-25-2012 00:58:51.763+420><thread=1752 (0x6D8)>
    INFO: File will be downloaded from
    http://go.microsoft.com/fwlink/?LinkId=169542.  $$<Configuration Manager Setup><07-25-2012 00:58:51.763+420><thread=1752 (0x6D8)>
    INFO: File for SharedManagementObjects.msi [SQL Server 2008 Management Objects] will be copied with file name: SharedManagementObjects.msi.  $$<Configuration Manager Setup><07-25-2012 00:58:51.764+420><thread=1752 (0x6D8)>
    ERROR: Verification failed: File e:\SCCMPreReqs\msrdcoob_x86.exe not found  $$<Configuration Manager Setup><07-25-2012 00:58:51.764+420><thread=1752 (0x6D8)>
    ====================================================
    Regards, Vik Singh "If this thread answered your question, please click on "Mark as Answer"

    The file I was hosting is available from Microsoft's site here http://go.microsoft.com/fwlink/?LinkID=234176
    Manually download this and put it into the target dir when running setupdl.exe  from \%SCCM SOURCE LOCATION%\SMSSETUP\BIN\X64\
    I have confirmed that this file is available to download any further issues would be isolated to your environment.
    Regards
    Matt Thorley
    En español
    para Diana....
    El archivo
    estaba dando
    está disponible
    en el sitio
    de Microsoft aquí
    http://go.microsoft.com/fwlink/?LinkID=234176
    Manualmente
    descargar esto
    y ponerlo
    en el
    directorio de destino
    cuando se ejecuta
    setupdl.exe desde
    \%SCCM SOURCE LOCATION%\SMSSETUP\BIN\X64\
    He confirmado
    que este
    archivo está
    disponible para
    descargar cualquier
    problema adicional
    sería aislada
    de su
    entorno.
    Saludos

  • An OpenGL error occured while attempting to load the frame (fragment shader at -1:)

    I get this error when I try to load Magic Bullet Looks 1.4.1 from within AE CS5. I'm running Windows 7 x64 with an Nvidia QuadroFX 5800. - Driver version 197.03.
    Anyone know what causes this? Thanks

    See this page, where some of the Red Giant folks are dealing with a known conflict with Magic Bullet Looks and some graphics card drivers:
    http://toolfarm.com/phorumNew5/read.php?14,13914
    Even if that thread doesn't directly solve your problem, interacting on that thread is probably your best bet, since the Red Giant staff is there working on a closely related issue. I'll pay attention to that thread, too, to see if it turns out that you need anything from us.

  • I am getting the error message "An error has occurred while trying to access the service" when I try to convert to Word. Can you please help

    Please help with this error

    I'm assuming that you mean the ExportPDF service.  How do you access it: from Adobe Reader, or directly on the https://cloud.acrobat.com/exportpdf website?  Does the error occur in both instances?
    I will move your post to the appropriate forum, but since this is the Adobe shutdown week, you may not get an immediate answer.
    [topic moved to ExportPDF forum]

Maybe you are looking for