Unable to interpret error message

I am unable to make PDF files from my CS3 program to Acrobat Distiller 8. There is an error message I don't understand and am unable to correct the issue. It works if I send it to my coworkers Distiller, but our settings seem to be the same. I have researched Help and User references, but don't have an idea which program is causing the issue. Please help!

I work in InDesign (CS3 version) and go through file; print; my preset is
custom, (printer is PostScript File, PPD is Adobe PDF 8.0) and then I
usually open my PDF in Acrobat Distiller 8.0. It goes through the regular
process (a bit slow), but then flushes rest of job, the error is as follows:
%%[ Error: typecheck; OffendingCommand: cshow ]%%
Stack:
/T
{pop pop ct_str1 exch 0 exch put ct_str1 show
{_ct_na cti get} stopped {pop pop} {_ct_x cty
moveto 0 rmoveto} ifelse /_ct_i cti 1 add def
currentpoint /_ct_y exch def /_ct_x exch def}
%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%
%%[ Warning: PostScript error. No PDF file produced. ] %%
I am thinking it is font related, but am not sure which one as none of my
Design files will PDF. Preflight shows no issues. I ensure each of my files
goes to my watched folder...so I am really confused.

Similar Messages

  • Adobe Revel failed to update on iPhone or iPad.  When I try, I get an "unable to download" error message

    When I tried to update Adobe Revel on my iPhone 4S or my iPad 3rd Gen, I got a "unable to download" error message.

    Brantsap,
    You are not alone. There are installation issues for everyone when trying to upgrade to Revel iOS version 2.3.2. We have been working closely with Apple to resolve the issue as quickly as possible. We apologize for the inconvenience this may have caused you. We have resubmitted an update to the app store and are currently waiting for app approval from Apple.Users can access photos on adoberevel.com on iOS devices or any other device or computer, and from our mac, win8, and android apps.
    Pattie

  • Problem! To compile Samples PCC-F-NOERRFILE, unable to open error message file

    make -f demo_proc.mk sample1
    make -
    f /u2/oracle/base/product/8.0.5/precomp/demo/proc/demo_proc.mk
    OBJS=sampld
    make[1]: Entering directory
    `/u2/oracle/base/product/8.0.5/precomp/demo/proc'
    /u2/oracle/base/product/8.0.5/bin/proc iname=sample1
    PCC-F-NOERRFILE, unable to open error message file, facility PR2
    make[1]: *** [sample1.o] Error 1
    make[1]: Leaving directory
    `/u2/oracle/base/product/8.0.5/precomp/demo/proc'
    make: *** [sample1] Error 2
    null

    Cross-posted:
    http://stackoverflow.com/questions/19534883/oracle-proc-gives-error-pcc-f-noerrfile-unable-to-open-error-message-file-fac

  • Unable to capture error message while creating an SO using bapi

    Hi,
    Can anybody suggest how to capture the error message while creating a SO using BAPI.
    I have developed a customeized BAPI and using the BDC format to create the SO.
    Note: i am using a call transaction method for the BDC.
    I am sending the message into message1.
    but i am unable to send the same into an internal table
    shyam.

    Hi Shyam
    If my understanding is correct, you are performing BDC process within the customized BAPI...
    And you want to collect the messages from BDC to an internal table and pass to the output.
    Proceed as below:
    1. While calling BDC, use CALL TRANSACTION .... with addition: <b>MESSAGES INTO itab</b>. The structure of itab should be like <b>BDCMSGCOLL</b>.
    2. Now the messages will be collected in ita.
    3. Prepare the messages using FM: <b>FORMAT_MESSAGE</b>
    4. Collect to the returning table.
    Hope this helps...
    Though i could not understand the reason of creating a BDC within BAPI, you can opt for loading orders via BAPI's like: BAPI_SALESORDER_CREATEFROMDAT1 or BAPI_SALESORDER_CREATEFROMDAT2.
    Kind Regards
    Eswar

  • Unable to Export Error Message

    I get the following error message when trying to export a file from LR 4.1 using Windows 7:
    Unable to Export:
    An internal error has occurred: Win32 API error 2 ("The system cannot find the file specified.") when calling ShellExecuteExW from AgWorkspace.shellExecute
    Has anyone else had a similar problem?

    Yes, many people, especially when first using Export in LR4. The problem is likely caused by the Post-Processing/After Export: field being incorrectly left blank (by LR, not by the user). Simply put a valid action in that box, e.g. "Do Nothing" is fine, and the problem should go away.

  • Unable to show error message in Advanced Table

    Hi All,
    I have an requirement to show a pdf ouput when user clicks on image or button in advanced table. I have created a new button in advanced table and when user clicks on button, I am showing an error message for testing. i used below code for CO extn, but when I click on button, I can see the diagnostic message but the error message is not showing in the page.
    Need your assistance.
    package XXJava.oracle.apps.ar.program.webui;
    import java.io.BufferedInputStream;
    import java.io.File;
    import java.io.FileInputStream;
    import java.io.IOException;
    import java.io.InputStream;
    import java.util.Hashtable;
    import javax.servlet.ServletOutputStream;
    import javax.servlet.http.HttpServletResponse;
    import oracle.apps.ar.irec.common.webui.CustomCustSearchCO;
    import oracle.apps.fnd.framework.OAException;
    import oracle.apps.fnd.framework.webui.OADataBoundValueFireActionURL;
    import oracle.apps.fnd.framework.webui.OAPageContext;
    import oracle.apps.fnd.framework.webui.beans.OAImageBean;
    import oracle.apps.fnd.framework.webui.beans.OAWebBean;
    import oracle.apps.fnd.framework.webui.beans.OAWebBeanData;
    import oracle.apps.fnd.framework.webui.beans.nav.OAButtonBean;
    import oracle.apps.fnd.framework.webui.beans.table.OAAdvancedTableBean;
    import oracle.cabo.ui.UIConstants;
    import oracle.cabo.ui.action.FireAction;
    public class XX_CustomCustSearchCO extends CustomCustSearchCO {
    public XX_CustomCustSearchCO() {
    public void processRequest(OAPageContext paramOAPageContext, OAWebBean paramOAWebBean)
    super.processRequest(paramOAPageContext, paramOAWebBean);
    OAAdvancedTableBean CustomCustSearchTable= (OAAdvancedTableBean)paramOAWebBean.findChildRecursive("CustomCustSearchTable");
              OAImageBean XX_Attach =(OAImageBean)CustomCustSearchTable.findChildRecursive("XX_Attach");
              /*Hashtable params = new Hashtable (1);
              //params.put ("XX_ACTION","XXX");
              params.put ("XX_ACTION","ATTACHMENT");
              Hashtable paramsWithBinds = new Hashtable(1);
              //paramsWithBinds.put ("XX_PRIMARY",new OADataBoundValueFireActionURL((OAWebBeanData) XX_Attach, "{$ConsInvId}"));
              paramsWithBinds.put ("CONS_ID",new OADataBoundValueFireActionURL((OAWebBeanData) XX_Attach, "{$ConsInvId}"));
              //paramsWithBinds.put ("CONS_ID",new OADataBoundValueFirePartialActionURL((OAWebBeanData) XX_Attach, "{$ConsInvId}"));
    XX_Attach.setFireActionForSubmit("addnInfoEvent",params,paramsWithBinds,false,false);*/
    FireAction localaction = new FireAction("tempEvent");
    OAButtonBean XX_Button1 =(OAButtonBean)CustomCustSearchTable.findChildRecursive("XX_Button1");
    XX_Button1.setAttributeValue(UIConstants.PRIMARY_CLIENT_ACTION_ATTR, localaction);
    public void processFormRequest(OAPageContext paramOAPageContext, OAWebBean paramOAWebBean)
         super.processFormRequest(paramOAPageContext, paramOAWebBean);
    String flaction = paramOAPageContext.getParameter("event");
    if (flaction.equalsIgnoreCase("tempEvent"))
    paramOAPageContext.writeDiagnostics(this, "XX_CustomCustSearchCO :Inside the event ", 1);
    throw new OAException("The file path is invalid. Please check the value of the profile option",OAException.ERROR);
    Regards,
    Ram

    You are throwing the message and then catching it yourself, and then printing the stack, which is what java is doing.
    So, you need to
    remove
    }catch(Exception e)
    e.printStackTrace();
    and you would need to place the try block appropriately, since some methods you have used want exceptions caught.
    Tapash

  • Unable to display Error message in screens

    Hi All,
    Recently we have  upgrade our existing EHP4 to EHP5 in  SAP ERP 6.0. now i am running our application some error messages are not  displaying .
    can u please help.

    done

  • Unable to login error message. won't let me use efax for past 2 weeks.

    called efax they said it was an hp problem. downloaded all updates. uninstalled and reinstalled printer(envy114). still same error message.

    Hi @mcaldwell, 
    Welcome to the HP Support Forums.  I see that you are encountering difficulties when trying to use the eFax feature of your Envy 114 printer.
    I have included a link to a post by @PrintApper titled eFax users - please read.   If you prefer to speak to someone, please call HP’s Cloud Services at 1-855-785-2777 if you live in the USA/Canada region. If you live outside the USA/Canada region please click here to find the Technical Support number for your country/region.
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

  • Can't interpret error message from applescript

    I've got a simple little applescript that is supposed to trash the currently playing song in iTunes (see below).
    It used to work just fine.
    Now i get this error message:
    The track could not be deleted. iTunes got an error: some track of current playlist whose database ID of it = 3805 doesn't understand the delete message.
    I have no idea what could have caused this.
    Any ideas? hints? suggestions?
    Best regards,
    Gabriel.
    --- the applescript:
    -- Original is from http://www.dougscripts.com/itunes/
    -- Modified by me, GZ, 2006
    -- Deletes currently played track from the current playlist and from the library.
    -- Also, moves the file to the Trash.
    -- Finally, starts playing the next track.
    -- Displays info message very briefly if iTunes is front window.
    -- Doesn't do anything, if no track is playing.
    -- Put this script into ~/Library/iTunes/Scripts.
    -- Optionally, assign keyboard shortcut with:
    -- System Preferences -> Keyboard -> Keyboard Shortcuts -> "+" at bottom of list
    -- then select iTunes, type the name of this script exactly as it appears in iTunes' Script menu,
    -- then type the key combo for it.
    global addenda
    set addenda to ""
    tell application "iTunes"
    if player state is not playing then
    set addenda to "No track is playing."
    else
    set ofi to fixed indexing
    set fixed indexing to true
    try
    set dbid to database ID of current track
    set floc to (get location of current track)
    -- goto next track before deleting current track
    next track
    -- set trackn to (get track of current playlist whose database ID is dbid)
    -- display dialog "trackn = " & (trackn as string) buttons {"OK"} default button 1
    delete (some track of current playlist whose database ID is dbid)
    delete (some track of library playlist 1 whose database ID is dbid)
    set addenda to "removed"
    if floc is not missing value then
    set my addenda to "trashed"
    my deletethefile(floc)
    end if
    on error errmesg
    set addenda to "The track could not be deleted." & return & errmesg
    end try
    set fixed indexing to ofi
    end if
    -- if frontmost then
    if addenda = "removed" or addenda = "trashed" then
    set showtime to 2
    else
    set showtime to 5
    end if
    if addenda = "removed" or addenda = "trashed" then
    display dialog "Done. The track has been " & addenda & "." buttons {"Thanks"} default button 1 with icon 1 giving up after showtime
    else
    display dialog addenda buttons {"OK"} default button 1 with icon 1 giving up after showtime
    do shell script "logger -i -t TrashCurrentTrack " & quoted form of addenda
    end if
    end tell
    to deletethefile(floc)
    try
    tell application "Finder" to delete floc
    on error
    set addenda to "Done. However, the file could not be moved to the Trash."
    try
    tell application "Finder" to open container of floc
    end try
    end try
    end deletethefile

    delete (some track of current playlist whose
    database ID is dbid)
    If iTunes is NOT playing , current playlist has no
    i did check for iTunes not playing right at the beginning of my script.
    However, i think it must have something to do with the playlist that is currently on. If the track is selected in the "recently added" playlist or in "library" then i get the error essage. If it is selected in the playlist "podcasts", everything is fine.
    I also did this in my script,
    return (some track of library playlist 1 whose database ID is dbid)
    and this does actually exhibit a problem, because i get as output "" !
    How is that?
    Best regards,
    Gabriel.

  • Unable to restore - Error message 14

    I successfully unlocked my old iPhone3 from my phone service. Then I'm supposed to connect with iTunes and restore it to factory condition. But an error message came up - The iPhone "iPhone" could not be restored. An unknown error occurred (14). I tried several times and followed the directions. But still no luck. The iPhone screen has the "connect to iTunes" image. I didn't update my ios software before starting the restore process. Would that be the problem?

    http://support.apple.com/kb/TS3694#14
    per the troubleshooting link - contact apple support

  • Interpreting error message; insight into data problems?

    I own a 8310 on AT&T running OS 4.5.011.  I have been having intermittent data problems that have gotten worse over the last week; e.g., the connection box autonomously becomes unchecked, the browser cannot find a connection, data randomly goes form GSM to edge and back, Vlingo cannot find its server.
    AT&T Service suggested a "Master Reset" and I have backed up my data with BB Desktop Mgr. as a first step.  I got the following error message:
    "Uncaught Exception:Application net_rim_bb_app(53) is not responding; process terminated"
    Please help me 1) translate and 2) does that suggest a source of my problems?
    Regards
    Rob 

    You need to enclose carData[0],carData[1] etc in single quotes, if they are String(s). Otherwise you can use PreparedStatement.
    PreparedStatement ps = con.prepareStatement("Insert into car values(22 questions marks)");
    ps.setInt(1,temp);
    for(int i=0;i<21;i++) ps.setString(i+2,carData[ i ]);
    int count=ps.executeUpdate();
    Sudha

  • HT3475 Trying to install/enable VoiceOver on a 4th Gen Shuffle, I get "unable to install, error message 1618". Help.

    I am having problems installing/enabling Voice/Over on a new 4th Gen iPod Shuffle.
    I am using a Windows 7 PC.
    Afer I "plug in " the iPod Shuffle, underr Summary, when I select Enable OverVoice, and click on Apply, the dialogue boxes appear to download from Apple Sofware Update "VoiceOver kit for iPod" v.1.4.2, I then click "Next" and "Agree". The VoiceOver Kit software is downloaded, I then click to install, "Yes" etc. Then I get a dialogue box saying "iTunes was unable to install the VoiceOver Kit. An unknown error occurred (1618)". I've tried this several times, and get the same result. 
    Anyone able to help?

    Do it manually:
    How to perform a "clean install" of Flash Player in Mac OS X

  • Chronic "unable to sync" error message

    I have a new iPhone 3GS that has sync'd well until about two weeks ago, when I started getting "unable to sync" messages. Only way to fix this, as far as I know, is to restore my iPhone. This process, unfortunately, takes about an hour.
    Any thoughts or suggestions on how I can avoid this chronic problem?

    Moved.
    TIME ZONE - US EASTERN. LOCATION - PHILADELPHIA, PA, USA.
    I recommend that you always run the latest Skype version: Windows & Mac
    If my advice helped to fix your issue please mark it as a solution to help others.
    Please note that I generally don't respond to unsolicited Private Messages. Thank you.

  • Ink system failed.Unable to print error message reads: OXC18a0306 tried to re-set as H P

    Photosmart C5150 all in one: bought new ink  followed HP  solution as re-setting. still doesn't work. Any help  Thank You...

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ If you’re running Mac OS X 10.7 or later, open LaunchPad. Click Utilities, then Console in the page that opens.
    Click the Clear Display icon in the toolbar. Try the action again. Post any messages that appear in the Console window – the text, please, not a screenshot.

  • Trying to interpret error message...

    Can anyone help me make some sence of this message:
    StorageBusiness.java:49: cannot find symbol
    symbol : method add(java.lang.Object)
    location: class java.util.ArrayList<Customer>
    return getCustomer().add(inCustomer);
    _______________^_________________
    It's obviously expecting something other than what I have.
    Thank you

    of course ....you need to add . Other thing is from your code , it seems that you have deined an arraylist of customers. if you want to add it ot the arraylist then , you can add it to Arraylist directly because add is pre-defiend method of ArrayList . But in that case you should add object to List not to the customer oject. For example if you ahve
    ArrayList<Customer> a1=new ArrayList();
    then you can a1.add(Obj); directly if Obj is of type Customer. I hope you need this kind of code

Maybe you are looking for

  • Back up to dvd taking too long?

    I am trying to back up my entire library to a data dvd disc. I am following the steps outlined: file, library, burn to disc, etc...however, when I finally click burn to disc, NOTHING happens...my entire library is 2.90 GB..I am using an external DVD

  • Problem while uploading excel file to server

    Hello, I have created an excel file using OLE and saved it to local desktop. Then I use GUI_UPLOAD to upload the excel into SAP and attach it to mail. but while using Function GUI_UPLOAD I am getting dump for CNTL_ERROR. If I skip the process of exce

  • Good old IE 6!!!

    Good old IE 6, still a solid 25% of people using it and still doing my head in! Could you take a look here in IE6: Website Here Problem is #sidebar1 is not floating correctly and pushing my #mainContent down the page. Can you help. Thanks, Richard

  • How to Import .pst files in Mac mail?

    I am finding a solution to import .pst files in Mac mail. In other and simpler words, I am tryng to transfer emails from ms outlook 2007 that supports .pst files to mac mail of mac operating system. Also it will very helpful if I can get solution for

  • Slideshow and iweb

    Hi, When I save my website the slideshow only shows 3 slides rather than the fifty I have on the page. In other words how do I get all photos to show up in the slideshow when saving to a folder? I don't want to publish my site on the internet, I just