Question, PSE09 Error

PSE09, Windows 7 OS, when I attempt to edit an image I get this " "Some of the application components are missing from the application directory, please re-install the application".
Was able to edit under old PC OS Vista, upgraded to Windows 7 and now this error? Have removed and re-installed the official PSE09 disc program twice. Error remains? Please advise.

Hello PostOakSountdtrack, and Ali17
Thank you for your post.
These forums are specific to the
Acrobat.com website and its set of hosted services, and do
not cover support for the Acrobat family of desktop products.
Any questions related to the Acrobat family of desktop
products would be best suited in the Acrobat Forums:
Link to
the Acrobat Forums
Thanks!
Pete

Similar Messages

  • Another questions of error -61017

      I have posted the questions of error -61017, after thinking more deeply, I think the error of -61017 maybe due to I have fully use the FPGA to RT FIFO. Will such error occurs when the FPGA to RT FIFO is full? 

    Please attach this to the original Thread.
    Thanks

  • A question about error with jasperserver for pdf and Apex

    I have created a pdf report on jasperserver and I can call it from apex via a url and it displays fine. The url is this format {http://server:port/jasperserver/flow.html?_flowId=viewReportFlow&reportUnit=/reports/Apex/deptemp&output=pdf&deptNo=#DEPTNO#&j_username=un&j_password=pw}
    However, I am trying to follow a stored procedure executed from Apex so it would not expose the username/pwd in the url like above.
    If I am reading the apache error log correctly it is erroring in this piece of the code below where it executes {Dbms_Lob.writeAppend}
    loop
    begin
    -- read the next chunk of binary data
    Utl_Http.read_raw(vResponse, vData);
    -- append it to our blob for the pdf file
    Dbms_Lob.writeAppend
    ( lob_loc => vBlobRef
    , amount => Utl_Raw.length(vData)
    , buffer => vData
    exception when utl_http.end_of_body then
    exit; -- exit loop
    end;
    end loop;
    Utl_Http.end_response(vResponse);}
    The error log says this; HTTP-500 ORA-14453: attempt to use a LOB of a temporary table, whose data has alreadybeen purged\n
    What is this error telling me and how can I correct it?
    The stored procedure I am following is below but replaced the vReportURL with my url like above that works.
    Thank you,
    Mark
    {CREATE OR REPLACE procedure runJasperReport(i_deptno   in varchar2)
    is
    vReportURL       varchar2(255);
    vBlobRef         blob;
    vRequest         Utl_Http.req;
    vResponse        Utl_Http.resp;
    vData            raw(32767);
    begin
    -- build URL to call the report
    vReportURL := 'http://host:port/jasperserver/flow.html?_flowId=viewReportFlow'||
         '&reportUnit=/reports/Apex/deptemp'||
         '&output=pdf'||
         '&j_username=un&j_password=pw'||
         '&deptNo='||i_deptno;
    -- get the blob reference
    insert into demo_pdf (pdf_report)
    values( empty_blob() )
    returning pdf_report into vBlobRef;
    -- Get the pdf file from JasperServer by simulating a report call from the browser
    vRequest := Utl_Http.begin_request(vReportUrl);
    Utl_Http.set_header(vRequest, 'User-Agent', 'Mozilla/4.0');
    vResponse := Utl_Http.get_response(vRequest);
    loop
    begin
    -- read the next chunk of binary data
    Utl_Http.read_raw(vResponse, vData);
    -- append it to our blob for the pdf file
    Dbms_Lob.writeAppend
    ( lob_loc => vBlobRef
    , amount  => Utl_Raw.length(vData)
    , buffer  => vData
    exception when utl_http.end_of_body then
    exit; -- exit loop
    end;
    end loop;
    Utl_Http.end_response(vResponse);
    owa_util.mime_header('application/pdf',false);
    htp.p('Content-length: ' || dbms_lob.getlength(vBlobRef));
    owa_util.http_header_close;
    wpg_docload.download_file(vBlobRef);
    end runJasperReport;
    /}

    I am new to working with working with jasperserver to apex interfacing, and also using utl_http with binary data.
    But I guess typing my question down helped me figure out a way to make it work for me.
    I combined info from http://www.oracle-base.com/articles/misc/RetrievingHTMLandBinariesIntoTablesOverHTTP.php
    and from http://sqlcur.blogspot.com/2009_02_01_archive.html
    to come up with this procedure.
    {create or replace PROCEDURE download_file (p_url  IN  VARCHAR2) AS
      l_http_request   UTL_HTTP.req;
      l_http_response  UTL_HTTP.resp;
      l_blob           BLOB;
      l_raw            RAW(32767);
    BEGIN
      -- Initialize the BLOB.
      DBMS_LOB.createtemporary(l_blob, FALSE);
      -- Make a HTTP request, like a browser had called it, and get the response
      l_http_request  := UTL_HTTP.begin_request(p_url);
      Utl_Http.set_header(l_http_request, 'User-Agent', 'Mozilla/4.0');
      l_http_response := UTL_HTTP.get_response(l_http_request);
      -- Copy the response into the BLOB.
      BEGIN
        LOOP
          UTL_HTTP.read_raw(l_http_response, l_raw, 32767);
          DBMS_LOB.writeappend (l_blob, UTL_RAW.length(l_raw), l_raw);
        END LOOP;
      EXCEPTION
        WHEN UTL_HTTP.end_of_body THEN
          UTL_HTTP.end_response(l_http_response);
      END;
    -- make it display in apex
    owa_util.mime_header('application/pdf',false);
    htp.p('Content-length: ' || dbms_lob.getlength(l_blob));
    owa_util.http_header_close;
    wpg_docload.download_file(l_blob);
      -- Release the resources associated with the temporary LOB.
    DBMS_LOB.freetemporary(l_blob);
    EXCEPTION
      WHEN OTHERS THEN
        UTL_HTTP.end_response(l_http_response);
        DBMS_LOB.freetemporary(l_blob);
        RAISE;
    END download_file; }
    Don;t know what I did wrong, but I could not create an 'on-demand' process to call my procedure. I did not understand what it means when it says 'To create an on-demand page process, at least one application level process must be created with the type 'ON-DEMAND'.
    so I had to use a blank page with a call to my procedure in the onload - before header process and that seems to work ok.
    Thank you,
    Mark

  • Strange question mark error while opening pdf files in adobereader from SAP

    Hi Gurus
    We are having a strange intermittent problem with Adobe Reader. When we try to open PDF files from SAP Frontend we get an error pop-up. The pop-up does not have any text. The title of the pop-up has "Adobe Reader". There is a blue question mark and an OK button.
    This issue occurs few times a day
    This issue does not occur in Windows XP.
    Since past few weeks, we have been trying to find some error/warning/atleast some text in log files of SAP, OS, Adobe Reader, Registry entries, Event Viewer. So far, we have not found anything.
    SAP is not able to help as this issue occurs intermittently and said when they tried, the issue did not occur. They made two attempts and in each attempt they tried 10 times to reproduce the issue. This issue occurs intermittently.
    Environment
    SAP R/3 4.7 EE SAP_Basis 620 Support Package 61
    Windows Vista Enterprise
    Adobe Reader 9.0 and Adobe Reader 9.1 (tried with both versions)
    SAPGUI 710 Patch 12 (latest patch). It also occured in Patch 11. 
    Please suggest
    Thank you
    Pavan

    Thank you for the quick reply.
    We tried many notes from Service Market Place. Also, Windows Team is in contact with Adobe.
    As per Adobe's suggestions, we tried changing preferences of Adobe Reader. We think it might be a problem with SAP Frontend.
    Present status - Issue still exists. nothing works.
    Thank you

  • Big X with question mark error

    I have been working on a presentation for weeks and today after trying to print my slides, I found an error on a slide, edited it and all of a sudden the background went away and became white. The text and photo were still on the screen, but everything was gray and there was a big X going from the corners of the slide and where it intersects in the middle was a question mark. Talked to tech support and they didn't know what it was. Everytime I wanted to edit a slide, it did that. I ended up restoring to a backup that Time Machine had made, but what happened????

    I have been having the same problem aswell... Even though none of my original files have moved or been renamed. Can't answer your question, but hopefully we'll find the answer.

  • Oracle 8i Question Compile Error

    I have used the following code before on a 10g db but I am having problems getting it to compile on 8.1.7.4 Im pretty sure it should still work thought.
    create or replace procedure bulk_load as
    cursor c1 is
         select * from schema.table;
    TYPE t_select IS TABLE OF c1%ROWTYPE;
         t_data t_select;
    BEGIN
    OPEN c1;
    LOOP
    FETCH c1 BULK COLLECT INTO t_data LIMIT 1000;
         FORALL i in 1..t_data.COUNT
         INSERT INTO schema.table VALUES t_data(i);
         exit when c1%NOTFOUND;
         end loop;
    commit;
    close c1;
    null;
    end;
    Line: 13 Column: 28 Error: PLS-00597: expression 'T_DATA' in the INTO list is of wrong type
    Line: 13 Column: 1 Error: PL/SQL: SQL Statement ignored
    Line: 15 Column: 63 Error: PLS-00518: This INSERT statement requires VALUES clause containing a parenthesised list of values
    Line: 15 Column: 2 Error: PL/SQL: SQL Statement ignored
    Line: 15 Column: 2 Error: PLS-00435: DML statement without BULK In-BIND cannot be used inside FORALL
    Line: 14 Column: 11 Error: PL/SQL: Statement ignored
    Any questions comments would be helpful
    Thanks
    Edited by: user11937852 on Jan 17, 2011 11:30 AM

    If I am not mistaken BULK COLLECT has to be done per column in 8i:
    open c1;
    fetch c1 bulk collect into collection_1, collection_2, ...;

  • Answer to question about "Error Occurring when convertion is tried for PDF to Word Document"

    There are about ten questions about the "Error Occurring" when  using Abode Reader XLto convert a PDF to a Word Doc, but no one has the answer? It has something to do with "signing in  the wrong address". I have been working on this three days Now! Soimeone has the answer? Cataloochee

    You must be kidding to say, "Adobe doesn't convert any version of Adobe Reader."'  I must be in another world! When i move an Adobe Reader file pdf that goes to a wIndow that the top line says,'' Adobe reader X1 1001 Early Dutch History. pdf ". Then i click on the far left yellow marked icon that is used to move 1001 Early Dutch History.pdf to thye far right into a gray colored slot that reads "1001 Early Dutch History.pdf'. Under the file above  or down below, the selected File for conversionis, a selection gray slot that ask if you want to convert this file(pdf) to a .docx.,.doc, tex. or Excell. After I make the selection and click onto Convert, a message comes into view where the word convert was that reads "An Error Occurred wilth Signing In  OK" Even the use of another pdf file with a complete different address produces the same message. There are eight chapters in Dutch that I need to convert to word document by tommorrow or the class i teach "the Origin of Golf" will have to listen in Dutch and I can't speak Dutch. Cataloochee

  • Question about Error Statistics

    Hello,
    Just want to ask question, what cause of  Recieve Ignored packets and Throttles in Cisco Aironet 1310G  with System                                       Software Version:12.4(21a)JA, it increments the number very fast.
    Thanks you

    Wireless transmission acts similar to a wired hub.  One talks and everyone listens.  Wireless static errors can easily be attributed to retransmissions caused by the clients either too far away or too close (shadow).  Transmission errors also happens when there are just too many clients that associate to a specific AP.

  • Question about error-code in web.xml

    Can you use pattern matching for error-codes?
    Instead of
    <error-code>401</error-code>
    <error-code>403</error-code>
    <error-code>404</error-code>
    etc..
    you could just do
    <error-code>4*</error-code>

    I don't know a replacement for this, but I recommend to post this questione into Servlets section to get more chances for receiving answers...
    Regards,
    Mohammed Saleem

  • Captivate 4 - question slides - error message attached to Next button

    Hi there
    For users who may try to skip ahead and not take quiz questions, I wondered if there's a way to have an error message appear if they try to click Next without answering the question.

    Hi Alicia
    As you mentioned that the day you imported the audio into Captivate slides you started facing this issue. So try to export the audio from any one of the slide, save it on your desktop, create a new project in captivate, add an image, button on that slide and import the same exported audio. Observe that are you facing the same issue or not. If not, then try to copy and paste the slides in new project with same dimensions.
    Hope it helps
    Thanks
    VJ

  • Embarrassing ESSCMD question (re: error logs)

    Hi all you kind folks,This is one that is probably incredibly obvious, but I just can't find the answer. I use various ESSCMD scripts to load oodles of data into Essbase cubes. The data files are very large. My scripts are set up basically like this (simplified):OUTPUT 1 "dataload.log";IMPORT 3 "datafile1" 4 "Y" 3 "loadrules.rul" "N" "dataload.log";IMPORT 3 "datafile2" 4 "Y" 3 "loadrules.rul" "N" "dataload.log";...and so on. The problem is that after each data file loads to the cube, the error messages in 'dataload.log' are overwritten by the next data file's errors.When the script is finished, only the errors for the last data file are in theerror log. I need to be able to capture all the errors, for all the data files.My question: is there an Essbase setting somewhere that would let mespecify that the errors for successive data file loads be appended to theerror log, instead of overwriting it each time? Or do I just have to send theerrors for each individual data file to a separate log file? Thanks very much! gregp.s. I jacked up the DATAERRORLIMIT setting to 100 million, thinking thatthis was the problem - no luck.

    I think you made a confusion between the general log of your script (OUTPUT...) and the error log of each loading (for each loading line).As the error log is erased each time, I am affraid that you should mention a different error file for each loading.At the end, if you want, you can concatenate these files.Hope this helps.Denis ZubaTHESYS [email protected]://www.Thesys-Solutions.comT?l.: +41 21 653 56 12Mobile: +41 79 688 80 12

  • Two Part Question- Authorization Error

    I have just migrated to a new PC ( working with a Dell Laptop and a WD hard drive. My itunes music folder is on the external WD hard drive)
    1. I am getting an error message that some songs are not authorized to play on my ipod. There is a thousand song discrepancy between my Itunes library and my Ipod.
    Question 1. Is there a way to determine which songs are authorized and which aren't? ( I assume you could print both lists and compare ...but that would be burdensome.
    Question 2. What is the work-around for this? I would like to migrate all of my music onto my IPOD.
    thanks in advance.
    JW
    Tampa
    PC Windows XP

    You need to play at least a part of songs purchased from the iTMS to authorize them. They won't copy to your iPod until you do this. Playing one song should authorize all of them.
    How to transfer Purchased Music from iTunes to your iPod
    iTMS Song and Computer Authorization
    If you've played & authorized them in iTunes and they still skip, try this. De-authorize the computer in iTunes/Advanced menu, then re-authorize it. You re-authorize it by playing one of the songs purchased from the iTunes Music Store within iTunes. It should ask you for your Apple ID and password, and then the computer will be authorized again. Sync your iPod with iTunes, and those songs should play on the iPod once again.
    Another common cause of this is not having the latest version of iTunes.
    If you are using the latest version of iTunes (6.0.2), then you need to make sure your iPod software is up to date also. Get the iPod Updater software, install it, run it and update your iPod.
    When you have done this, authorize your music in iTunes by playing a few seconds of it within iTunes, re-sync your iPod, and it should transfer by whatever synching method you choose.

  • SharePoint - authentication question and error message

    When I try to add a data source bound to a SharePoint list, I receive an error message "an error occurred while retrieving SharePoint lists". I'm not sure, but I'm assuming this may be an authentication issue (the Microsoft account I'm using
    does not have access to our SharePoint server, I use a separate account for that). My question is: would this be the cause of the error message and if so, how/where would I set authentication up for the data source?

    More info from ULS viewer:
    02/18/2014 13:56:33.63 w3wp.exe (0x14B8) 0x16C0 SharePoint Foundation Authentication Authorization agb9s Medium Non-OAuth request. IsAuthenticated=False, UserIdentityName=, ClaimsCount=0 e973759c-f025-c061-a37a-3d6b6639b7bd
    I have a feeling this is related to ADFS? We aren't supporting ADFS on our farm at the moment.

  • Same Question (0x3b21 error) Different Day

    I have a Blackberry 8100 Series Pearl
    The Device Platform is Version 3.2
    The Application is Version 4.5
    DM Version 4.7
    I am running this on Windows XP 2002 and I am trying to connect with Outlook.  I recently had a Trojan horse virus which I eliminated.  I believe that this virus caused my BB to stop syncing with my Outlook Calendar about a week ago.  After eliminating the virus, I updated my BB and DM software online to the above versions.  Since the update, I have been receiving the 0x3b21 error code and have not been able to synch my calendar or my address book. 
    I have attempted to follow the "How to determine which application is being process when Intellisync fails" and "How to turn on advanced sychronization logging for Intellisync when BlackBerry smartphone synchronization fails" solutions.  One of my problems is that my DM does not have the Intellisync button, that is where I get stuck with the directions and can not continue.  I have been at this for about a day and am quite frustrated. I have read a majority of the previous posts, but usually end up at the same point.  Any help would be greatly appreciated and please let me know if there is any additional information that you would like or need.  Sorry, I forgot to actually ask a question: How to I get my BB to start syncing again?

    -Delete the Intellisync folder.   
         Close the desktop manager application.
         Disconnect the BB from the computer.
         Double Click on My Computer > Local Disk (C Drive > Documents and Settings > (username) > Application Data > Research In Motion > Blackberry > Intellisync.          
         Note: If the Application Data folder is not present, click Tools>Folder Options at the top of the screen.
         Click the View Tab, then click on Show Hidden Files and Folders.
         Click Apply>Ok and continue through the remaining steps.
         Delete everything within the Intellisync folder.
         Launch desktop manager and attempt sync the device with the computer.
    ~Tami~
    Intellectuals solve problems; geniuses prevent them.
    -- Albert Einstein

  • Questions about errors

    These are my latest HH3a stats after a DLM resynch - part of an ongoing battle with it over the SNR
    Connection Information
    Line state:
    Connected
    Connection time:
    2 days, 03:05:42
    Downstream:
    6.711 Mbps
    Upstream:
    888.9 Kbps
    ADSL Settings
    VPI/VCI:
    0/38
    Type:
    PPPoA
    Modulation:
    G.992.5 Annex A
    Latency type:
    Interleaved
    Noise margin (Down/Up):
    5.1 dB / 8.3 dB
    Line attenuation (Down/Up):
    44.1 dB / 26.0 dB
    Output power (Down/Up):
    20.0 dBm / 12.6 dBm
    FEC Events (Down/Up):
    324989772 / 315
    CRC Events (Down/Up):
    761667 / 0
    Loss of Framing (Local/Remote):
    0 / 0
    Loss of Signal (Local/Remote):
    0 / 0
    Loss of Power (Local/Remote):
    0 / 0
    HEC Events (Down/Up):
    7393116 / 2
    Error Seconds (Local/Remote):
    31313 / 1
    IP is 6.06 and speed 5.92.
    The errors an hour after the resynch were  CRC 702269  HEC 6925930  Secs 28828
    What I want to know/understand is why the errors were so high after the resynch and why am I currently still able to get the speed I can as in the past errors less than half the total shown have completely throttled the line.
    FYI this is a follow on from this thread  http://community.bt.com/t5/BB-Speed-Connection-Issues/Low-Noise-high-errors-again/td-p/734960
    Solved!
    Go to Solution.

    It's not an easy question to answer ... but this may give you an insight.
    Sync is acheived by the msan sending a series of tones down the line to the modem, and according to the acknowledgements, the modulation standard is set. The loop loss is measured electronically and according to same, the amount of SNR (not SNRm) is used to set power factors so that the dslam can transmit the databits over the frequencies for the tones that were accepted. Some tones and thus frequencies will have been lost, as the line can't sustain them, because of either outside influences or mere line length. Once the SNR and power is set, the dslam will apply a buffer which is normally target margin (6db) (can be 3db on DSL2 running a special algo at the msan control).
    Once all these parameters are set the line will attempt to transmit data putting analog information into digital virtual buckets to transmit down the wire.
    If any of the databits are destroyed in total, or the majority of the packet is useless, a cyclic checksum will command a resend of that packet. If the packets are fairly good, and transmittable, they will go but will be checked and error corrected by a soft block code algorithm using RS codewords to fix the packet, these don;t get resent merely fixed.
    If the line is having a bad day, the errors may rack up and quickly, so the modem has the capability to drop the connection if it sees multiple second counts whereby the entire payload was corrupted, but it won't do it until a threshold (count) is breached.
    Lines change all the time, and at different times of day, as for example impulse noise increases at night owing to external influences, street lamp radiation, radio frequencies etc. and this is normally absorbed by the margin of the SNR, or put another way the noise margin. If databit transmission becomes difficult the MSAN control can increase the margin to enable the linedata to be "heard"... at the cost of linespeed.
    To get back to your original point about error rates .... if your line sees high CRC checks (and resends) high HECS , header corrections ... it will absorb high levels of bandwidth and reduced throughput will ensue.
    With FEC high figures simply shows interleave and block error correction is working, and it is demonstrating the rate of bits that are acknowledged as repaired. All lines will see some, and some more than others. The better the line and quality of the path, the less errors will be seen.
    The DSL also has a further trick up its sleeve. If certain frequencies can't be used when negotiation takes place, it has the ability to swap databits from one virtual bucket to another bit-free part of the spectrum, that isn't being utilised for transmission, and in doing so maintains the throughput without wasting any bandwidth. That's bitswapping and is used frequently on longer, or errornous lines where "normal" databit transmission is difficult.
    To put all this into perspective .... if your line starts to crackle .... high counts of errored seconds will be seen, and cyclic checking will go up, along with packet header correction. And as all this takes up overhead, throughput and data transfer depletes until the modem drops the connection.
    On regaining a new re-negotiated connection, the dslam may according to line history and the "fault" that caused linedrop .... impose a higher level of interleave, via the DLM line algorithm. It can also reduce sync like it does at night, in order to negotiate a connection that is sustainable.
    Crackle is probably the worst case scenario, as eventually the connection is bound to drop. But even high levels of impulse noise can destroy data packets, so if you have say poor extension wiring that absorbs REIN it will do the same, cut back the throughput.
    Hope this helps.

Maybe you are looking for

  • Mac mini bluetooth and safari problems

    I have done research on the boards,and so far haven't found a solution so i decided to make my own discussion. I have a 2009 mac mini that has run fine until this last month.When comeing out of sleep, the bluetooth magic mouse doesn't work. When i pl

  • IDVD crash in middle of creation

    I have a project created in imovie that got transferred to idvd. It is a fairly big movie so I opted to burn a double layer disc. After the audio is encoded (which takes quite a long time), it prepares to burn the disc, then ejects the disc before an

  • Manufacturing in SAP

    need some matter which tells what is possible in SAP for a manufacturing industry. can anyone help me get close to this

  • Flash Pro becomes slow ... fast

    Hey all, I've been having an incredibly frustrating situation with Flash. If i use the program for about 15-20 minutes, it slows down considerably. Selecting a new tool can take upwards of 5 seconds to register. Moving anywhere on the timeline will b

  • I'm having trouble with Safari 2.0.4 and QuickTime 7.2

    Hi, This is only a Safari issue because QuickTime 7.2 works both in FireFox and even the old Netscape. In Safari I only get the sound with a blank screen for QuickTime videos. How do I fix this problem?