Date for updated AcroQTP compatible with Reader 10.1.2+ ???

It's been documented here that the AcroQTP plugin does not work with Reader 10.1.2 and greater.  Are you working on an update to the plugin to work with these versions of the Reader?  Can you provide the estimated date for availability?  This is preventing some of our users from being able to upgrade Reader.  We have Platinum support with Adobe and I opened case 183184109, but they directed me here for support.  Thanks

Hi
We have lately found that due to some of our changes in Reader 10.1.2 release, the plugins have broken.
They still continue to work with Adobe Reader 10.1.0 and 10.1.1 ON ANY ENVIRONMENT WITH ANY QTP VERSION.
For the time being, before Adobe roll out a fix, we would suggest you not to upgrade the Adobe Reader versions.
Thanks and Regards

Similar Messages

  • SAP VBA interfacing - error: FI/CO interface: Inconsistent FI/CO document header data for updating

    Hello,
    Currently I'm working with excel SAP interfacing. For this I am using VBA to call different BAPI functions.
    I have already some interface scripts working, however I have also one which I cannot discover what I'm missing.
    The VBA code is to reach BAPI_ACC_DOCUMENT_POST
    My error is ---> FI/CO interface: Inconsistent FI/CO document header data for updating
    So I'm appealing to you SAP bapi VBA gurus whether you have any ideas how to fix my issue.
    I'm attaching below my code for you to review:
    Option Explicit
    ' Declaration for the necessary objects
    Dim objBAPICortrol, objConnection, objCreateMaterial, objReturn As Object
    Dim objPRFCT, objNTXT, objDTXT As Object
    Dim vLastRow, vRows As Integer
    Dim objMaterial1, objMaterial2, retMess As Object
    Sub Batch()
    ' Getting the last filled Row in Column
    vLastRow = Cells(Rows.Count, "A").End(xlUp).Row
    ' Setting the necessary variables for R/3 connection
    Set objBAPICortrol = CreateObject("SAP.functions")
    Set objConnection = objBAPICortrol.Connection
    objConnection.System = "SYSTEM NAME"
    objConnection.Client = "Client number"
    objConnection.user = "USERNAME"
    objConnection.Password = "PASSWORD"
    objConnection.Language = "EN"
    ' Establish a connection
    If objConnection.logon(0, False) <> False Then
    'MsgBox "Connection Established"
    End If
    On Error Resume Next
    ' Assign the Parameters
    Set objCreateMaterial = objBAPICortrol.Add("BAPI_ACC_DOCUMENT_POST")
    Set objMaterial = objCreateMaterial.Exports.Item("DOCUMENTHEADER")
    Set objMaterial1 = objCreateMaterial.Tables.Item("ACCOUNTGL")
    Set objMaterial2 = objCreateMaterial.Tables.Item("CURRENCYAMOUNT")
    'Set Values
    objMaterial.Value("USERNAME") = "USERNAME"
    objMaterial.Value("HEADER_TXT") = "BAPITEST"
    objMaterial.Value("COMP_CODE") = "0001"
    objMaterial.Value("PSTNG_DATE") = "20140506"
    objMaterial.Value("TRANS_DATE") = "20140506"
    objMaterial.Value("DOC_DATE") = "20140506"
    objMaterial.Value("FISC_YEAR") = "2014"
    objMaterial.Value("DOC_TYPE") = "SA"
    objMaterial.Value("REF_DOC_NO") = "BAPITEST"
    objMaterial.Value("FIS_PERIOD") = "00"
    objMaterial1.Rows.Add
    objMaterial1.Value(1, "ITEMNO_ACC") = "1"
    objMaterial1.Value(1, "GL_ACCOUNT") = "0007180000"
    objMaterial1.Value(1, "ITEM_TEXT") = "BAPITEST1"
    objMaterial1.Value(1, "DOC_TYPE") = "SA"
    objMaterial1.Value(1, "COMP_CODE") = "0001"
    objMaterial1.Value(1, "PROFIT_CTR") = "AZ1111" ---->'profit center is normally having 10CHARS but as there are letters I'm not using zeros at the beginning
    objMaterial1.Value(1, "ITEMNO_ACC") = "2"
    objMaterial1.Value(1, "GL_ACCOUNT") = "0007180000"
    objMaterial1.Value(1, "ITEM_TEXT") = "BAPITEST1"
    objMaterial1.Value(1, "DOC_TYPE") = "SA"
    objMaterial1.Value(1, "COMP_CODE") = "0001"
    objMaterial1.Value(1, "PROFIT_CTR") = "AZ1111"
    objMaterial2.Rows.Add
    objMaterial2.Value(1, "ITEMNO_ACC") = "1"
    objMaterial2.Value(1, "CURRENCY") = "EUR"
    objMaterial2.Value(1, "AMT_DOCCUR") = "-1.00"
    objMaterial2.Value(1, "ITEMNO_ACC") = "2"
    objMaterial2.Value(1, "CURRENCY") = "EUR"
    objMaterial2.Value(1, "AMT_DOCCUR") = "1.00"
    ' Function call
    objCreateMaterial.call
    Set objReturn = objBAPICortrol.Add("BAPI_TRANSACTION_COMMIT")
    objReturn.call
    Set retMess = objCreateMaterial.Tables.Item("RETURN")
    If retMess Is Nothing Then
    MsgBox retMess.Value(1, "MESSAGE")
    End If
    ' Get return parameters & display in excel
    Set objReturn = objCreateMaterial.Tables("RETURN")
    ActiveSheet.Cells(5, 1) = retMess.Value(2, "MESSAGE")
    End Sub

    after some searching I've discovered that once I'm creating next line for accounting document it is not working properly.
    When I debug the BAPI in SE37 after inserting new line it is asking for GL account input, however if I run it using VBA and delete the account from the code, the return message is not giving me any error that GL account is missing.
    I appreciate any ideas.

  • Graphics drivers for windows 7 compatible with hp notebook pc 500

    iplz recommend me graphics drivers for windows 7 compatible with hp notebook pc 500

    Hi:
    Download and run this driver.  You will probably get an unsupported operating system error.
    http://h20565.www2.hp.com/hpsc/swd/public/detail?s​p4ts.oid=447304&swItemId=ob_47264_1&swEnvOid=2096
    Close out of any error windows.
    Go to the device manager and click on the video controller needing drivers.
    Click on the driver tab.  Click on update driver.  Select the Browse my computer for driver software option and browse to the driver folder that was created when you ran the file.
    That folder will be located in C:\SWSetup\sp34749.
    Make sure the Include Subfolders box is checked and the driver should install.
    Reboot and your graphics should be working normally.
    You will not have Windows aero because the Intel GMA 900 graphics adapter is not 100% Vista or W7 capable but at least you will be able to change the screen resolution and have graphics acceleration enabled.

  • Updatable View issues:  cannot select FOR UPDATE from view with DI

    Hi All,
    I have a simple view XY and an instead of trigger on that to insert data into one table which is used in the my view. When I do insert statement on view XY it is working fine from sql but when i used same thing with page process of " Process Row of XY Automatic Row Processing (DML) " i am getting following error. I am using APEX 3.0 . Please help me.
    ORA-20001: Error in DML: p_rowid=xxxx, p_alt_rowid=abc, p_rowid2=, p_alt_rowid2=. ORA-02014: cannot select FOR UPDATE from view with DISTINCT, GROUP BY, etc.
    Thanks

    James,
    are you already on 3.0.1.00.07 or 3.0.1.00.08? Have a look at the release notes, it says something about a bug fix for some occurrences of ORA-02014.
    Also have a look at the new substitution value/item FSP_DML_LOCK_ROW which turns locking off if you set it to FALSE. See http://www.oracle.com/technology/products/database/application_express/html/3.0.1_readme.html#CHDIDIAF and also http://download-west.oracle.com/docs/cd/B32472_01/doc/appdev.300/b32471/advnc.htm#BCGFDAIJ
    Patrick
    My APEX Blog: http://inside-apex.blogspot.com
    The ApexLib Framework: http://apexlib.sourceforge.net
    The APEX Builder Plugin: http://apexplugin.sourceforge.net/ New!

  • Can I use cellular data for updating ios 7.0.2 to 7.0.4 in iPhone 5

    Can I use cellular data for updating ios 7.0.2 to 7.0.4 in iPhone 5.  I just want to know coz i only have 3G cellular data ....

    No.

  • None of the fact sources for [column] are compatible with the detail filter

    Hi Experts,
    I am using obiee 11.1.1.7.
    Getting below error when i add a filter of non conformed dimension column.
    Below is the error
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P 
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 14023] None of the fact sources for [column] are compatible with the detail filter
    Please help in solving an issue.
    Regards,
    NN

    Hi NN
    You need to follow steps in below link to model your BMM layer for the report to work with non confirmed dimensions.
    http://obibb.wordpress.com/2010/05/31/multiple-fact-reporting-on-non-conforming-dimensions/
    Once you have followed these steps you can use the non confirmed dimension in the reports.When you see the logs to see the query generated by obiee,it generated 2 queries 1 with confirmed dimension and other with non conformed dimension.When you filter using non confirmed dimension you will now not notice any error but the results will not be filtering out because the filter will be applied only in 1 query which is valid
    Now for this to work what you can do is ,instead of using the filter drag the column you like to filter as a prompt in your view.default it to the value you need using the case statement and hide it.This is one of the work around.
    There may be many other work arounds for this but you need to understand that for you requirment to work you need to tweek OBIEE to generate 1 query instead of 2  queries.

  • XD02 transaction to change the customer data for updating KNA1 table?

    Hi all,
    How can we use XD02 transaction to change the customer data for updating KNA1 table?
    Give the steps.
    Thanks in advance
    rk

    Hi KR,
    Why don't u use BDC to run XD02.
    With Regards,
    Zafar Ali

  • 'Missing select' error for update statement using WITH clause

    Hi,
    I am getting the below error for update statement using WITH clause
    SQL Error: ORA-00928: missing SELECT keyword
      UPDATE A
      set A.col1 = 'val1'
         where
      A.col2 IN (
      WITH D AS
      SELECT col2 FROM
      (SELECT col2, MIN(datecol) col3 FROM DS
      WHERE <conditions>
        GROUP BY PATIENT) D2
      WHERE
      <conditions on A.col4 and D2.col3>

    Hi,
    The format of a query using WITH is:
    WITH  d  AS
        SELECT  ...  -- sub_query
    SELECT  ...   -- main query
    You don't have a main query.  The keyword FROM has to come immediately after the right ')' that ends the last WITH clause sub-query.
    That explains the problem based on what you posted.  I can't tell if the real problem is in the conditions that you didn't post.
    I hope this answers your question.
    If not, post a complete test script that people can run to re-create the problem and test their ideas.  Include a little sample data (CREATE TABLE and INSERT statements, relevant columns only) for all the tables involved, and the results you want from that data.
    In the case of a DML operation (such as UPDATE) the sample data should show what the tables are like before the DML, and the results will be the contents of the changed table(s) after the DML.
    Explain, using specific examples, how you get those results from that data.
    Always say what version of Oracle you're using (e.g. 11.2.0.2.0).
    See the forum FAQ: https://forums.oracle.com/message/9362002

  • Is HD anti-glare film for iPhone 4 compatible with Seido Innocase Rugged?

    Is Power Support HD anti-glare film for iPhone 4 compatible with an Seido Innocase Rugged case? (That case is the one that, aside from the holster, has 3 pieces: a 2-piece plastic case that slides over the phone, a soft rubber-like case that fits over that, and finally an X-shaped plastic back that grabs the corners of the soft case.)

    Nope. My PS Crystal screen protector looks like there's nothing on my iPhone 4. I've tried many screen protectors, and this one is by far the best I've ever used.

  • HT2477 Are documentS created with Microsoft office for windows and Microsoft office for mac are compatible with each other

    Are documents created with Microsoft office for windows and Microsoft office for mac are compatible with each other?

    As with a lot of software, it depends on the version of Word, and what features the author used.
    Technically, Office 2010 for Windows and 2011 for Mac are supposed to be feature compatible. As are Office 2007 for Windows, and 2008 for Mac.
    However, if a person using Office 2010 / 2011 used a feature that only exists in that version and sends the file to someone using Office 2007 / 2008, they would very likely have trouble opening the file, or having it display as intended.

  • I WANT TO KNOW IF THE SONY BLUETOOTH Wireless Transmitter for iPod IS COMPATIBLE WITH THIS IPOD CLASSIC 160 GB (THE OLD ONE)

    I WANT TO KNOW IF THE SONY BLUETOOTH Wireless Transmitter for iPod® IS COMPATIBLE WITH THIS IPOD CLASSIC 160 GB (THE OLD ONE)

    According to it's page on Sony's website, it should be compatible with all Classic models.
    http://www.sonystyle.com/webapp/wcs/stores/servlet/ProductDisplay?storeId=10151& catalogId=10551&langId=-1&productId=8198552921665274447#features
    So I would say yes. 
    B-rock

  • How to create a help box compatible with reader mobile?

    I've imported an excel file into pro and then modified the pdf form. I attempted to create "pop up" help boxes two ways:
    1. action button with java script
    2. action button with show/hide field
    Each time I imported the pdf form into formscentral, downloaded it, emailed it to myself, and then opened it on my mobile device (with adobe reader, not another reader). Neither way recognizes the help boxes.
    As I've been reading, it seems like a lot of bells and whistles aren't compatible with reader mobile which is very disappointing. Is there any way to create help boxes that are compatible with reader mobile?

    Hi;
    I think you will get better assistance with this question in the Reader Mobile forums:
    iOS: http://forums.adobe.com/community/adobe_reader_forums/ios
    Android: http://forums.adobe.com/community/adobe_reader_forums/android
    Thanks,
    Josh

  • Process chain for updating a cube with last month's data everyday.

    Hi everybody,
    I need a suggestion on designing the process chain. I have the cube Zxx_xx. I will explain my requirement with an example. Suppose I uploaded the cube with data up to 201103. Each night in May, I want to upload the cube with April's data. So each night the previous request should be deleted. When May finishes, this time, each night I need to upload the cube with May's data. I handled everything except deleting the data from PSA. I need the data loaded in the cube stay at PSA. In this case the request including data till 201103,  the request loaded for April, and finally in June, I need to see the request loaded for May. In the last step of the process chain I added the process for deleting PSA data choosing my infosource, but I have no option for deleting the requests where I have uploaded from same infopackage with same selections. Please help handling this situation.
    thanks in advance.
    Yasemin.

    hi,
    You can achieve this by loading the cube through two different DTP's.
    DTP1 to have in the routine to pick data for month-2 i.e. in june it picks up April data.
    DTP2 to restrict the month in routine to month-1 i.e. in june it picks up May data.
    Now the design of process chain will be as follows:
    process chain to have an step "Decision Between Multiple Alternatives "
    in this decision step you can write formula to check if sy-datum is 01, first of every month.
    if step: formula
    ( RIGHT( 2, Current Date ) = '01' )
    On first of every month load for month-2 as well as month-1 and delete overlapping request for month-1. Variant described below.  DTP1, DTP2 and then Delete overlapping request step
    Else part of Decision Between Multiple Alternatives will be executed for all other days
    load only month-1 and delete overlapping request from cube. DTP2 and then Delete overlapping request step.
    in the pc there is variant "Delete overlapping request"
    in that choose variant type DTP, give the technical name of DTP2 and save it.
    this way the whole data loading will be automated and you need not intervene to delete data manually,
    regards,
    Arvind.

  • Is 10.3 for emac G5 compatible with my G4 450?

    Looking at buying some software and I am wondering if the OSX 10.3.3 for eMac G5 will be compatible with my G4. The following is the info
    Power Mac G5 Software Install and Restore 1 of 2
    MacOS version 10.3.3 AHT version 2.2 DVD version 1.0 691-5002-A 2004 Apple Computer, Inc.
    Disk two reads: Power Mac G5 Software Install and Restore 2 of 2
    DVD version 1.0 2Z691-4973-A 2004 Apple Computer, Inc.
    My G4 is a desktop 450.
    G4   Mac OS X (10.2.x)  

    Welcome To Discussions jwh197466!
    Some additional information.
    Tiger is available for purchase at The Apple Store (U.S.).
    Panther, is no longer available directly from the Apple Online Store, as Tiger 10.4.x is the most up to date OS.
    A Full Retail Version, of the Panther Install CDs, or a Full Retail Version, of the Tiger Install DVD, can be purchased rather inexpensively, at some additional online Apple retailers, Amazon, eBay, FastMac, etc.
    Be sure not to purchase grey, upgrade or machine specific CDs or DVDs.
    Panther is only on CDs, not DVDs.
    Additional info in these links.
    Using OS X Install CDs/DVDs On Multiple Macs
    What's A Computer Specific Mac OS X Release
    Software Update, Upgrade: What's The Difference?
    Once Panther 10.3.x is installed, you can use the 10.3.9 Combo Update, to upgrade to the final version.
    If your Mac meets the System Requirements for Tiger, you could also consider installing that.
    And then use the PPC 10.4.8 Combo Update.
    Panther System Requirements
    Additional Panther System Requirements
    Tiger System Requirements
    Mac Model Compatibility & Requirements For OS X
    Additionally,
    "Tiger ships on a DVD, but if your Mac doesn’t have a built-in DVD-ROM player, you’ll need CD media. When you buy Mac OS X Tiger, you qualify to purchase Tiger CDs for only $9.95."
    Download The Order Form Here. Media Exchange Program
    Orders must be mailed by December 20, 2006.
    Shop Carefully, Examine All Documentation, And Good Luck!
    ali b

  • Windows latest forced nVidia update not compatible with HP Firebird PC

    The latest windows update is including an "Important" October 2012 update from Nvidia that is not compatible with the Firbird's graphics.      It completely trashes the graphics and will only run in the low-power hybrid mode.     I re-installed the HP driver, only to have it reset again by the Windows update and had to do it all over again.   If anyone is having this problem, make sure you disable the nVidia update.
    (Firbird 803, Vista-64)

    I'm using Windows 7 but I assume Vista works more or less the same.
    Select Windows Control Panel, System, Advanced System Settings, Hardware, Device Installation Settings, Never install driver software from Windows Update and Save Changes.
    Select Windows Update and Check for Updates.  Right-Click any Nvidia drivers and select Hide Update.
    2 x HP Firebird 802 + 2 x HP 2159m monitor + Windows 7 Home Premium + Windows 8.1 Pro with Media Center
    GeForce Driver Version 266.58 WHQL installs correctly without modification.
    GeForce Driver Version 296.10 WHQL requires modified NV_DISP.INF file to install correctly but Nvidia Control Panel is broken.
    GeForce Driver Version 340.52 WHQL requires modified NV_DISP.INF file to install correctly but 2-way SLI is broken.

Maybe you are looking for

  • Consignment Return

    Hi All Can somebody provide the process of consignment goods return? Process: Consignment PO -> Vendor Consignment Stock(101) -> Transfer to my stock(411K) -> Sale to Customer -> Customer Return(Update my stock) -> Vendor Return(???????) Thanks & Reg

  • Securing by screen within the contract

    Hi, Our business area is wanting to secure the changing of a contract by screen  (tab) - mainly the resubmission screen.  They want everyone to be able to create and maintain resubmission reasons but they do not want them to be able to create or chan

  • I downloaded iwork'08 from my old laptop to my iMac. When I started it, I got a message that I am missing files to start the program. Any suggestions?

    I moved my iWork'08 files from my laptop to my iMac. When I try to start any of the programs, I get an error message saying I need more files for the program to run. Any suggestions?

  • Audio Levels

    I now I can boost the audio levels in the timeline but what is a good range for the recorded audio levels when they first come in to FCP ? I have footage that's coming in at -2.4 dbs and peaking a little above that and under -1.8 I assume this is low

  • Why FIOS isn't available?

    I live in Lowell, Massachusetts. I have listened and watched ads on TV about FIOS for nearly 12 years now. Every year I have called up Verizon and asked about getting FIOS and each year I get the same answer, "FIOS isn't available in your area yet."