Cannot run reader in protected mode with MS Office 2010

I just set up 6 identical Dell Optiplex XE machines with Office Home and Business 2010 pre-loaded.  Reader 10.1.1 will run in protected mode if it is installed before I go through the Office 2010 activation/installation procedure.  On the 2 machines where Office was set up before installing Adobe reader, protected mode will not work.  If protected mode is not enabled, I cannot go into preferences - general and turn the protected mode log to try to debug this problem.  For now I an running those two machines with protected mode off.  Has anyone else seen this?

You should always use official documentation for support details but I am pretty sure Windows 7 support was not available for the EAS client until 11.1.1.3.
http://www.oracle.com/technetwork/middleware/bi-foundation/hyperion-supported-platforms-085957.html

Similar Messages

  • Strong named DLL cannot be detected in Protect Mode of Reader X

    Hi, all
    I have a DLL created by C# 2.0. I used it as COM object in my plug-in of reader to communicate with 3rd-party application which is used as a host.
    Now, I have issue about "strong named DLL cannot be detected in Protect Mode of Reader X".
    If I don't make it as strong named DLL, it can be loaded in plug-in with help of white-list.
    But there will be a "Class not registered" COM error thrown if it's a strong named DLL.
    How to solve this issue? Thanks very much~
    By the way, it works fine if I disable Protect Mode. But it's not good solution to disable Protect Mode always. I am painful of this issue

    Hi,
    I'm facing the same problem.
    I wrote an very easy report. It works as intended, but when i set fillable='X' i get the error FPRUNX 001.
    FP_GET_LAST_ADS_TRACE return following:
    Begin operation:
    Render, elapsed time = 16 ms.
    #   End operation: Render, elapsed time = 89 ms.
    #   Begin operation: UsageRights, elapsed time = 89 ms.
    #   End operation: UsageRights, elapsed time = 97 ms.#
    ...and the error string of FP_GET_LAST_ADS_ERRSTR is:
    ADS: Request start time: Wed Jul 01 14:44:26 CEST 2009(200.101).
    Any idea what the problem might be?

  • APSA11-01 - Reader X - Protected Mode unsupported Citrix and no release until June 2011

    HI,
    how does you handle the support for Citrix on Terminalserver in such situation?
    The overall pain is that Adobe release a Security advisories but will only deliver in June 2011 the update for Reader X.
    Official info:
    Because Adobe Reader X Protected Mode would prevent an exploit of this kind from executing, we are currently planning to address this issue in Adobe Reader X for Windows with the next quarterly security update for Adobe Reader, currently scheduled for June 14, 2011
    http://blogs.adobe.com/psirt/2011/03/security-advisory-for-adobe-flash-player-adobe-reader -and-acrobat-apsa11-01.html
    http://www.adobe.com/support/security/advisories/apsa11-01.html
    The really bad strategy for Enterprise customers on Citrix is .. that it does mean we need to run supported but unsecure for more then 2 months for 5000 users. The problem is that Reader X is not supported on Citrix with protected mode. This is on page 64 on Enterprise Admin Guide:
    When Adobe Reader is used with Protected Mode enabled (the default), Citrix is not supported.
    Administrators should disable and lock Protected Mode.
    http://kb2.adobe.com/cps/837/cpsid_83709/attachments/Acrobat_Enterprise_Administration.pdf
    Why does Adobe not think and support their Enterprise customer deployments and think there is no need to deploy inline with the other updates e. g. 9.x???
    This goes to the strategy to go away on Enterprise environments from Adobe as you can't argue to use it this way and be unsecure.
    Lukas

    Hi,
    does anyone know, when Adobe is planning to support Citrix with Reader X Protoected Mode?
    Lukas

  • Protect Mode with APP-M

    Hello,
    I have a problem with Adobe Reader XI Protect Mode.
    When we open a PDF document through the APP-V layer I have an Access Dennied:
    Look the LOG:
    [12:11/13:40:07] NtCreateFile: STATUS_ACCESS_DENIED
    [12:11/13:40:07] real path: \??\mailslot\Lilo17
    [12:11/13:40:07] Envisagez de modifier la stratégie à l'aide de ces règles de stratégie : FILES_ALLOW_ANY ou FILES_ALLOW_DIR_ANY
    [12:11/13:40:07] NtCreateFile: STATUS_ACCESS_DENIED
    [12:11/13:40:07] real path: \??\mailslot\Lilo18
    [12:11/13:40:07] Envisagez de modifier la stratégie à l'aide de ces règles de stratégie : FILES_ALLOW_ANY ou FILES_ALLOW_DIR_ANY
    I can't disable protected mode.
    Adobe Reader 11.0.3.37
    AMG Version 4.28.134
    CoolType Version 5.11.132
    Thank you for your help
    Menetrieux Florian

    Solution : Open OSD file and modify the part "Policies"
    <POLICIES>
    <LOCAL_INTERACTION_ALLOWED>TRUE</LOCAL_INTERACTION_ALLOWED>
    <VIRTUAL_FILE_SYSTEM_PASS_THROUGH>TRUE</VIRTUAL_FILE_SYSTEM_PASS_THROUGH>
    <VIRTUAL_REGISTRY_PASS_THROUGH>TRUE</VIRTUAL_REGISTRY_PASS_THROUGH>
    <ENFORCE_ACLS_ON_VREG_MODIFY>TRUE</ENFORCE_ACLS_ON_VREG_MODIFY>
    </POLICIES>

  • Running in 64 bit mode with the 32 bit Oracle client installed

    I have seen many postings on this issue but none of the suggested solutions have helped me.
    I am running visual studio 2010 professional with SP1 on windows 7 64 bit machine. When I try to run a web service locally and call it with SoapUI, I get the following error message during OracleConnection.Open().
    Attempt to load Oracle client libraries threw BadImageFormatException. This problem will occur when running in 64 bit mode with the 32 bit Oracle client components installed.
    I have tried setting up the build configuration and the project settings to target 32 bit but that has not helped. I have also tried removing the reference to System.Data.OracleClient that shows being under Program Files (x86) and add a new reference to the dll under GAC_64. That too did not work.
    I only have the 64 bit client installed on my machine.
    Any help will be appreciated.
    Thank you

    1. Visual Studio any version is 32 bit ONLY irrespective of hardware or OS bits.  So to DEVELOP with Oracle Client you MUST install 32 bit Oracle ODAC components. Task manager will show devenv.exe *32 (to confirm 32 bit Visual Studio application).
    2. You can run your web application inside IIS/IIS Express in your PC which independently can be either 32bit or 64bit.  If it is 64 bit, you MUST also install 64 bit Oracle ODAC components which means you'll have to install both 32bit and 64bit in your 64 bit Win7 running on 64bit hardware.
    3. In Visual Studio if you compile with "AnyCPU" as target, the resultant binaries (Web/NonWeb) can be both 32bit or 64bit.  So if target PC is "AnyCPU" or "x64", you MUST install Oracle ODAC 64 bit in the target OS if that target OS is 64bit.  You don't have to install 32bit ODAC in the target PC.
    4. One more catch to above scenario is the target OS could be 64bit simulated OS on a 32bit hardware. In such case you MUST install both 32bit and 64bit ODAC components.
    So while you ask your network team to download ODP.NET/ODAC Components make sure you ask them to download both 32bit and 64bit. Total nearly 600MB.
    Hope this helps many people out there.

  • This problem will occur when running in 64 bit mode with the 32 bit Oracle client components installed.

    hi friends ,
    My report Fetch from the orcle database , we installed Oracle 10g and 11g - clent 32 -bit on win 2k8 -64 bit machine .while design time runing fine,but ofter depolyement im facing below issue.
    In error has occurred during report processing. (rsProcessingAborted)
    The execution failed for the shared data set 'abc'. (rsDataSetExecutionError)
    Cannot create a connection to data source ' Data source for shared dataset'. (rsErrorOpeningConnection)
    Attempt to load Oracle client libraries threw BadImageFormatException. This problem will occur when running in 64 bit mode with the 32 bit Oracle client components installed.
    An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
      Any help is greatly appreciated, I have tried couple of solutions going through some threads online but no use and place dt tell install 1og r 11g 64-bit

    Hi,
    Based on the error message, we should confirm whether Oracle client tool has been installed on the Report Server at the beginning. If the Report Server installed is 64-bit, we should also install a 64-bit Oracle client tool on the Report Server. Besides, we
    can also try to bypass tnsnames.ora file when connecting to Oracle by specifying all the information in the data source instead of using the TNS alias to connect
    to the Oracle database. Please see the sample below:
    Data Source=(DESCRIPTION=(CID=GTU_APP)(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST= server01.mydomain.com)(PORT=1521)))(CONNECT_DATA=(SID=OracleDB)(SERVER=DEDICATED)));
    Reference:http://blogs.msdn.com/b/dataaccesstechnologies/archive/2010/06/30/ora-12154-tns-could-not-resolve-the-connect-identifier-specified-error-while-creating-a-linked-server-to-oracle.aspx
    Hope this helps.
    Regards,
    Heidi Duan
    Heidi Duan
    TechNet Community Support

  • Adobe Reader XI Protected Mode WhitelistConfig

    Adobe Reader XI Protected Mode is blocking a link in PDF. The link is to an internal document management system: HP TRIM.
    If Protected Mode is disabled the link opens successfully.
    If Protected Mode is enabled the link fails to open yet nothing is logged in AdbeReaderBroker.log to help identify what is being blocked.
    e.g. whitelistconfig.txt
    [08:21/15:40:06] Adobe Reader Protected Mode Logging Initiated
    [08:21/15:40:06] Found custom policy file: C:\Program Files\Adobe\Reader 11.0\Reader\ProtectedModeWhitelistConfig.txt
    [08:21/15:40:06] Adding custom policy: PROCESS_ALL_EXEC = *
    [08:21/15:40:06] Adding custom policy: REG_ALLOW_ANY = HKEY_CURRENT_USER\*
    [08:21/15:40:06] Adding custom policy: REG_ALLOW_ANY = HKEY_LOCAL_MACHINE\SOFTWARE\Adobe*
    [08:21/15:40:06] Adding custom policy: FILES_ALLOW_ANY = C:\Users\test\AppData\Local\*
    [08:21/15:40:06] Adding custom policy: FILES_ALLOW_ANY = C:\Users\test\AppData\Roaming\*
    [08:21/15:40:06] Adding custom policy: FILES_ALLOW_ANY = C:\Users\*
    [08:21/15:40:06] Adding custom policy: FILES_ALLOW_ANY = C:\Program Files\Adobe\Reader 11.0\*
    [08:21/15:40:06] Adding custom policy: EVENTS_ALLOW_ANY = *
    [08:21/15:40:06] Adding custom policy: MUTANT_ALLOW_ANY = \Sessions\1\BaseNamedObjects\*
    [08:21/15:40:06] Adding custom policy: SECTION_ALLOW_ANY = \Sessions\1\BaseNamedObjects\*
    [08:21/15:40:06] Adding custom policy: NAMEDPIPES_ALLOW_ANY = *
    What other troubleshooting steps can help identify what policy rule is blocking this link?
    Further testing has identified that the embedded links worked with Protected Mode prior to Adobe Reader XI Patch 11.0.03.
    Message was edited by: KMcLaugh118
    Message was edited by: KMcLaugh118
    Adobe Security Team provided a hotfix for this issue which will be included in the next quarterly release.
    They also advised that the following registry value was required for the Trim:// url to function in Protected Mode:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Acrobat Reader\11.0\FeatureLockDown\cDefaultLaunchURLPerms]
    "tSchemePerms"=".....|trim:2"

    CoUnyot,
    Thanks for your post ...
    Please Disable protected Mode .. Please find the below steps ":
    Disable Protected Mode by going to Edit > Preferences > General and deselecting Enable Protected Mode at startup. 
    Restart Reader.  
    You can also refer the below link for more details :
    http://helpx.adobe.com/acrobat/kb/protected-mode-troubleshooting-reader.html

  • Acrobat Reader X Protected mode and DDE

    Hi,
    I have an acrobat reader plug-in that we communicate with using DDE commands (based loosly on the DDEserver sample from the SDK). However, it doesn't work in Acorbat Reader X Protected mode.
    I've tried using the ProtectedModeWhitelistConfig.txt method but to no avail.
    Did anyone encounter this issue with plug-ins that uses DDE? Can anyone point me to solution or alternative way?
    Thanks,
    Yoav

    Thanks for the reply.
    IF the whitelist is indeed the correct way, i couldn't make it work with it. I must say that the documentation out there on the whitelist is far from being perfect. The closest thing I found was about namedpipes in the Broker log but nothing on DDE.
    As for the license and developer support - The license was granted years ago and I'm not sure if developer support is still active for us. How do I check this?
    Yoav

  • Attempt to load Oracle client libraries threw BadImageFormatException. This problem will occur when running in 64 bit mode with the 32 bit Oracle client components installed.

    Hello guys,
                Problem has been solved -
    Attempt to load Oracle client libraries threw BadImageFormatException. This problem will occur when running in 64 bit mode with the 32 bit Oracle client components installed.
    1. If you install 64 bit oracle this is not an issue. Install 64 bit oracle.
    2. Download odp.net 32 bit  from below link:-
        ODP.NET Managed Driver Beta Download&lt;/title&gt;&lt;meta name=&quot;Title&quot; content=&quot;ODP.NET Managed Driver B…
    3. installed the odp.net.
    4. open the visual studio 2010.
    5.Select new - project - asp.net web application - project name -ok
    6.select tools- > connect to database- then follow the following steps
                             i>  user name - your user name/client username (example -- hr)
                             ii> password -- enter your password/client password  (example- hr)
                            iii>select connection type -- if you want to connect client database then- select EZ connect other wise select tns
                            iv>test the connection- then you will get connection succeed.
                            v> then click ok
    Thanks
    Chandrashekhar

    You do not need to do anything in VS.  You do need to configure both tnsnames.ora files, because the drivers do not share any data.
    Please see:
    http://sqlblog.com/blogs/jorg_klein/archive/2011/06/09/ssis-connect-to-oracle-on-a-64-bit-machine.aspx

  • Have to run windows in safe mode with network to have browserws work correctly. using IE and Firefox. Fist web site comes in correctly next tab just sites wai

    have to run windows in safe mode with network to have browserws work correctly. using IE and Firefox. Fist web site comes in correctly next tab just sites waiting for web site Help

    If it works in Windows Safe mode then you have a problem with other software, possibly security software or a system driver, that is running on your computer.<br />
    It is possible that your security software (firewall, anti-virus) blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox and the plugin-container from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.org/kb/Server+not+found
    *https://support.mozilla.org/kb/Firewalls
    *https://support.mozilla.org/kb/fix-problems-connecting-websites-after-updating

  • How use Receive in 'terninate read on EOS' mode with EOS byte set to decimal 13

    hello,
    i'm trying to develop an application with ni488.2 routines, and i don't know how to use the Receive() routine in 'terninate read on EOS' mode with EOS byte set to decimal 13.
    could you help me please...

    Hello,
    The function which can set EOS character, is IBEOS.
    For more information about this function, have a look to NI-488.2 help file.
    Regards,
    Isabelle
    Ingénieur d'applications
    National Instruments France

  • Compatible  smart view version 11.1.2.1 with microsoft office 2010 x64

    Hello,
    My name's Antonio Marcos and i'm trying install smart view version 11.1.2.1 in version x64 the microsoft office 2010.
    The documentation, says its compatible, but when installing an error occurs.
    Anyone know how to solve this problem?

    I'm confused. There's an Oracle Proactive Support blog entry that says it came in with .300:
    https://blogs.oracle.com/proactivesupportEPM/entry/smartview_11_1_2_2
    Even Matt Milella 'sorta' says it, here: SmartView 11.1.2.1 x64 compatibility with Microsoft Office 2010 x64
    But then the latest New Features (http://docs.oracle.com/cd/E38438_01/epm.111223/sv_new_features/sv_new_features.html#sv_new_features_361) definitely lumps it into the 11.1.2.2 (no dot) bundle. And John Goodwin says it. So I apologize if I'm giving out bad information.
    But this doesn't help the OP, who is on 11.1.2.1. :)

  • SmartView 11.1.2.1 x64 compatibility with Microsoft Office 2010 x64

    The SmartView 11.1.2.1 x64 is compatible with Microsoft Office 2010 x64?
    After installing SmartView, Microsoft Excel does not recognize this supplement

    11.1.2.2.300 the latest release of Smart View does support Office 64 bit. You can download the latest version here http://www.oracle.com/technetwork/middleware/smart-view-for-office/downloads/index.html or on My Oracle Support.
    Remember SV is backwards compatible so the client version does not need to match the server version.

  • Cannot see Business Objects LiveOffice menu in MS Office 2010 application

    Hi,
    I have installed BO XI 3.1 and am trying to use LiveOffice on Windows 7 64 Bit using MS Office 2010. I am unable to see the LiveOffice Add Menu / Ribbon. I am also unable to add it as a new add in from the File > Options > Add Ins menu.
    Can you please suggest a solution? Does BO liveOffice work with MS Office 2010 applications?
    Thanks

    hi,
    Please refer below links.
    http://www.forumtopics.com/busobj/viewtopic.php?t=152392&sid=f887b368a9bec079305d6d6677a7ce00
    BusinessObjects LiveOffice for MS Office 2010
    Regards,
    Vamsee

  • When does Oracle plan to certify EBS R11 & R12 with MIcrosoft Office 2010?

    When does Oracle plan to certify EBS R11 & R12 with MIcrosoft Office 2010?

    Hi,
    Keep monitoring Steven Chan blog for such alerts/announcements -- http://blogs.oracle.com/stevenChan/
    Interim Update #1: Microsoft Office 2010 and E-Business Suite
    http://blogs.oracle.com/stevenChan/2010/05/interim_update_1_office_2010_ebs.html
    Thanks,
    Hussein

Maybe you are looking for

  • Convert MySQL timestamp field to a Unix timestamp

    I have a process where I want to compare the current date with an expiration date that is so many months after a registration date. The registration date is stored in a MySQL timestamp format. I want to convert this to a Unix timestame so I can do th

  • Differences between Acrobat Pro 9 and XI.

    What happened to the stamp option from Acrobat Pro 9 to Acrobat Pro XI? I find that 9 seems to have had more features and looked better. Am I missing something? Is there a product that is more like 9?

  • HT201084 Transfer Existing Game Center account to new Child iTunes ID

    Is there the possibility to do this .. can anyone point me to a walkthrough

  • Tracks repeating in playlists on Connect

    Hi there, I use Spotify connect to play playlists from my phone, and notice that when I play any playlist, it will not play the songs in order, and repeat songs that have played already even when shuffle mode is off. The expected song order would be

  • Weblogic authentication programatically

    Hello Experts, I have to authenticate the weblogic programatically ,as the client has deployed a serverlet in weblogic, and i have my web-application on the same weblogic. my web application has a link , where it try to get a document from the archiv