Placed Illustrator object with tint turning solid in RIP

I have a file i need to output from IDCS2. It has a company logo that is made up of 2 spot colors (ai file). There is another placed object, also an ai file that uses a 10% tint of one of the colors in the logo.
When the file goes through our Scitex RIP the 10% tint comes out solid (100% of the pantone color).
Our RIP is old (PS/M 6.1) but usually does not give us this problem.
I've tried multiple different ways to make this file work, --using the tinted file as an eps, pdf, making it an object in ID, but nothing works. (I can get it to work if I change colors to one of process colors in Illustrator --e.g, making one spot Cyan and other magenta-- but this is cumbersome.
Anyone have a suggestion

I have had at very similar problem with my Star 600 L2 rip, but only if the IDCS2 postscript is first imposed in Preps. The problem does not occur printing to the rip directly from IDCS2 to the rip, and it does not occur at all from IDCS. Not quite the same as your problem.
In my case I was able to solve it by saving the AI.eps as AI.pdf and relinking to that in ID (all versions). This was for Device Independent postscript out of ID and In-RIP separations out of Preps.
So try a pdf file instead of eps.
Al
Edit: You may also want to have a look at this: http://www.rti-rips.com/Imagesetter%20RIP-Kits.html

Similar Messages

  • Resolved reference placed in object with no cache

    Hi ,
    I have been seeing this error in my weblogic logs.The workflows are
    running fine and doing intended work. Have a look at the error message
    WARNING: Resolved reference placed in object with no cache.
    java.lang.Exception: printStackTrace
            at com.waveset.util.Util.printStackTrace(Util.java:6259)
            at com.waveset.object.PersistentObject.cacheWarning(PersistentObject.java:476)
            at com.waveset.object.PersistentObject.checkReference(PersistentObject.java:2683)
            at com.waveset.object.PersistentObject.checkReferences(PersistentObject.java:2718)
            at com.waveset.object.PersistentObject.addMemberObjectGroup(PersistentObject.java:1513)
            at com.waveset.workflow.WorkflowEngine.buildWorkItem(WorkflowEngine.java:4406)
            at com.waveset.workflow.WorkflowEngine.callManualAction(WorkflowEngine.java:4284)
            at com.waveset.workflow.WorkflowEngine.callAction(WorkflowEngine.java:3811)
            at com.waveset.workflow.WorkflowEngine.callAction(WorkflowEngine.java:3229)
            at com.waveset.workflow.WorkflowEngine.execute(WorkflowEngine.java:3070)
            at com.waveset.workflow.WorkflowEngine.makeTransition(WorkflowEngine.java:2809)
            at com.waveset.workflow.WorkflowEngine.checkExplicitTransitions(WorkflowEngine.java:2700)
            at com.waveset.workflow.WorkflowEngine.checkTransitions(WorkflowEngine.java:2486)
            at com.waveset.workflow.WorkflowEngine.processSteps(WorkflowEngine.java:1891)
            at com.waveset.workflow.WorkflowEngine.walkCases(WorkflowEngine.java:1748)
            at com.waveset.workflow.WorkflowEngine.walkCases(WorkflowEngine.java:1656)
            at com.waveset.workflow.WorkflowEngine.execute(WorkflowEngine.java:816)
            at com.waveset.workflow.WorkflowEngine.execute(WorkflowEngine.java:478)
            at com.waveset.workflow.WorkflowExecutor.execute(WorkflowExecutor.java:235)
            at com.waveset.task.Scheduler.execute(Scheduler.java:2393)
            at com.waveset.task.Scheduler.executeTask(Scheduler.java:2295)
            at com.waveset.task.TaskManager.executeTask(TaskManager.java:277)
            at com.waveset.workflow.Workflow.checkinWorkItem(Workflow.java:378)Any Ideas,
    Thanks

    Did anybody resolve this issue?
    I am getting com.waveset.util.WavesetException:Class com.omd.session.WorkflowServices not found.
    It seems the workflow status shows finished, but did not start the acctual workflow process of approvals and emails to the appropriate user accounts.
    Anybody has any clues about this exception?
    G

  • How to import/paste Illustrator-objects with opacity-effects?

    Hi all!
    I can't get FW CS4 to import or paste Illustrator objects
    with opacity-effects such as Multiply?
    The objects gets flattened and all effects are gone!
    Please help!
    TIA!
    /H

    henriko75 wrote:
    > Hi all!
    >
    > I can't get FW CS4 to import or paste Illustrator
    objects with
    > opacity-effects such as Multiply? The objects gets
    flattened and all
    > effects are gone!
    Why not apply them in Fireworks?
    Linda Rathgeber - Adobe Community Expert
    http://www.adobe.com/communities/experts/members/8.html

  • Object with fill turning to white when layered over color bg

    I have an object (2 color logo) and when I move it over a colored bg, it turns to white. ?? I have grouped it, selected bring to front but still nothing. In appearance box it shows full color. There is no layer filter on-it says normal and 100% opacity. I have created a second layer but top layer still shows colored item as white unless I have the art board as bg. Frustrated and stumped. Thanks for any insight.

    You are welcome, webster.
    Good thought!
    Or lucky oversight.

  • RE: multiple named objects with the same name andinterface

    David,
    First I will start by saying that this can be done by using named anchored
    objects and registering them yourself in the name service. There is
    documentation on how to do this. And by default you will get most of the
    behavior you desire. When you do a lookup in the name service (BindObject
    method) it will first look in the local partition and see if there is a
    local copy and give you that copy. By anchoring the object and manually
    registering it in the name service you are programmatically creating your
    own SO without defining it as such in the development environment. BTW in
    response to your item number 1. This should be the case there as well. If
    your "mobile" object is in the same partition where the service object he is
    calling resides, you should get a handle to the local instance of the
    service object.
    Here is the catch, if you make a bind object call and there is no local copy
    you will get a handle to a remote copy but you can not be sure which one!
    It end ups as more or less a random selection. Off the top of my head and
    without going to the doc, I am pretty sure that when you register an
    anchored object you can not limit it's visibility to "User".
    Sean
    -----Original Message-----
    From: [email protected]
    [<a href="mailto:[email protected]">mailto:[email protected]]On</a> Behalf Of David Foote
    Sent: Monday, June 22, 1998 4:51 PM
    To: [email protected]
    Subject: multiple named objects with the same name and interface
    All,
    More than once, I have wished that Forte allowed you to place named
    objects with the same name in more than one partition. There are two
    situations in which this seems desirable:
    1) Objects that are not distributed, but are mobile (passed by value to
    remote objects), cannot safely reference a Service Object unless it has
    environment visibility, but this forces the overhead of a remote method
    call when it might not otherwise be necessary. If it were possible to
    place a copy of the same Service Object (with user visibility) in each
    partition, the overhead of a remote method call could be avoided. This
    would only be useful for a service object whose state could be safely
    replicated.
    2) My second scenario also involves mobile objects referencing a Service
    Object, but this time I would like the behavior of the called Service
    Object to differ with the partition from which it is called.
    This could be accomplished by placing Service Objects with the same name
    and the same interface in each partition, but varying the implementation
    with the partition.
    Does anyone have any thoughts about why this would be a good thing or a
    bad thing?
    David N. Foote
    Consultant
    Get Your Private, Free Email at <a href=
    "http://www.hotmail.com">http://www.hotmail.com</a>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:<a href=
    "http://pinehurst.sageit.com/listarchive/">http://pinehurst.sageit.com/listarchive/</a>>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:<a href=
    "http://pinehurst.sageit.com/listarchive/">http://pinehurst.sageit.com/listarchive/</a>>

    David,
    First I will start by saying that this can be done by using named anchored
    objects and registering them yourself in the name service. There is
    documentation on how to do this. And by default you will get most of the
    behavior you desire. When you do a lookup in the name service (BindObject
    method) it will first look in the local partition and see if there is a
    local copy and give you that copy. By anchoring the object and manually
    registering it in the name service you are programmatically creating your
    own SO without defining it as such in the development environment. BTW in
    response to your item number 1. This should be the case there as well. If
    your "mobile" object is in the same partition where the service object he is
    calling resides, you should get a handle to the local instance of the
    service object.
    Here is the catch, if you make a bind object call and there is no local copy
    you will get a handle to a remote copy but you can not be sure which one!
    It end ups as more or less a random selection. Off the top of my head and
    without going to the doc, I am pretty sure that when you register an
    anchored object you can not limit it's visibility to "User".
    Sean
    -----Original Message-----
    From: [email protected]
    [<a href="mailto:[email protected]">mailto:[email protected]]On</a> Behalf Of David Foote
    Sent: Monday, June 22, 1998 4:51 PM
    To: [email protected]
    Subject: multiple named objects with the same name and interface
    All,
    More than once, I have wished that Forte allowed you to place named
    objects with the same name in more than one partition. There are two
    situations in which this seems desirable:
    1) Objects that are not distributed, but are mobile (passed by value to
    remote objects), cannot safely reference a Service Object unless it has
    environment visibility, but this forces the overhead of a remote method
    call when it might not otherwise be necessary. If it were possible to
    place a copy of the same Service Object (with user visibility) in each
    partition, the overhead of a remote method call could be avoided. This
    would only be useful for a service object whose state could be safely
    replicated.
    2) My second scenario also involves mobile objects referencing a Service
    Object, but this time I would like the behavior of the called Service
    Object to differ with the partition from which it is called.
    This could be accomplished by placing Service Objects with the same name
    and the same interface in each partition, but varying the implementation
    with the partition.
    Does anyone have any thoughts about why this would be a good thing or a
    bad thing?
    David N. Foote
    Consultant
    Get Your Private, Free Email at <a href=
    "http://www.hotmail.com">http://www.hotmail.com</a>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:<a href=
    "http://pinehurst.sageit.com/listarchive/">http://pinehurst.sageit.com/listarchive/</a>>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:<a href=
    "http://pinehurst.sageit.com/listarchive/">http://pinehurst.sageit.com/listarchive/</a>>

  • Change in Text Attibutes with Placed Illistrator Object

    I don’t know if this has been addressed but I am having problems with placing an Illustrator object into an InDesign document.  When I place an Illustrator CS6 object into am InDesign CS6 document the text attributes change.  The fonts becomes bolder but only for the spread where the Illustrator is placed and when the document is exported as a pdf file you still see bolder text for the two pages in the spread.  This seems to be a problem with CS6 since I never saw this problem with previous versions.  It does not matter how you place the Illustrator file either through place command or dragged from Bridge you still see the change.  The strange thing it is only with certain Illustrator files because it does happen all the time. Is there something about the Illustrator file that is causing the problem?

    "emboldening" of text on pages with transparency is a well-known problem. You can try the stacking tricks, but they usually don't help for on-screen output. The only thing I've ever seen suggested that would make all pages look the same, albeit with the darker text, is to put a transparent object on every page, usually easily accomplished by adding something in the margin on the master page.

  • Packaging an InDesign document with Placed Illustrator Files which contain PLACED GRAPHICS!

    I've got an InDesign document 215 pages long.  Each page contains a placed Illustrator document... and each Illustrator document contains a placed TIFF.
    When I package the InDesign Document the Illustrator files are gathered into the new location, but InDesign does not gather the TIFFs.  I need to get this material to the book designer, but relinking 215 pages is going to be a very risky and time consuming process--one that will have to be done OVER and OVER again as the project moves from one location to another.  Can anyone recommend a solution?  Why doesn't InDesign look for nested files?
    Does anybody understand what I'm talking about?
    --Jay

    The reason behind link (.psd in layers) means in the future it can be edited.
    If the person receiving to package needs to edit the layers of a PSD placed in an Illustrator file, then yes you would have to manually include the layered PSDs. But if it's just a matter of ensuring full res and color managed output downstream then saving as PDF does that and preserves the links to layered files locally. So if I save as PDF trash a link and reopen the PDF in Illustrator it will look for the link:
    If you save as .ai with the links embedded, the users downstream would be able to unembed and edit a flattened version of the placed art.

  • Adobe Creative Suite CS5 is acting up. In Illustrator i was unable to move objects with my mouse, so

    Adobe Creative Suite CS5 is acting up. In Illustrator i was unable to move objects with my mouse and tried solving the problem in different ways - it still didnt work. So i opened up photoshop. I was unable to open a file in photoshop (new or old) and when i finally did manage to open something, I am unable to do many things.
    1) i cannot crop canvas    
    2) i cannot resize canvas
    3) text dissapears after i type it
    4) brush strokes dissapear after i release mouse
    etc
    What should i do??
    Thank you!

    Nobody can help you without system info or otehr details. From your description this could be driver issues with a tablet if you use one or similar issues with a programmable custom mouse... Most definitely not an issue within the programs. Unplug your mouse and tablet, uninstall and reinstall the drivers, try another input device...
    Mylenium

  • How, in Illustrator CS5, can I select all objects with three points (or nodes)?

    I am quite new to Illustrator, but it seems this should be simple.  (It is trivial in CorelDraw X4:  After selecting an object with three nodes, I go to Edit > Find and Replace > Find Objects > Find objects that match the currently selected object, and navigate through the remaining menus.)
    In Illustrator CS5, the options under Select > Same do not seem to include selecting all objects with the same number of nodes as the currently selected object.
    Double-clicking on the Magic Wand Tool also fails to provide such an option.
    Thank you for any help.
    P.S.  Also useful would be knowing how to add other criteria to this search, e.g. how to select all objects with three points *and* the current fill color.

    There is a script that can select "less than x points"
    Kelso Cartography

  • Layered 3D object with different view settings: Help!

    I need to do what I'd think is a fairly simple A3D project where I need to display an object with 3 0r 4 embedded layers (just think of it as a box in a box in a box for now) What I need to do is have a matrix of radio buttons (3x4) which simply carry the following functions for each layer. The first column button would display the object solid, the second button column would display the object transparent, and the third column would turn the object off....object being you can inspect the layers in different modes. I am fairly adept at 3D but this has me a bit gun-shy. Could anyone get me started or point out materials which would help me achieve this?
    Thanks in advance

    In the javascript for each of the buttons,
    do this
    //Get the 3D context object (put in the page number
    //that the 3D annotation is on
    var context = getAnnots3D(*Page Number*)[0].context3D;
    //Change X to be either 1 (on), 0.5 (Transparent), or 0 (invisible)
    context.scene.meshes.getByName("NameOfMesh").opacity = X;
    You could also do .visible = false;
    Note: You would have then set visible = true in both of the other cases.
    This site has lots of Docs
    http://partners.adobe.com/public/developer/acrobat/sdk/index_doc.html
    Look for one that is called "Acrobat 3D JavaScript Reference"

  • Change resolution of placed smart objects

    Hi!
    I have placed Several Smart Objects into a document.
    To Reduce File Size of the overall document, I open the Smart object (double click) and reduce the resolution by using Image>Image Size...
    This is archiving my goal of getting handleble Objects perfectly. But I am confused by the Behaviour of the placed objects, after i saved the smart object and return to the original document.
    Case A)
    The placed Object with reduces resolution is places and sized exactly like the original.
    Case B)
    The placed Object has changed it's size proportionally to its new resoluton. so normally, the Objects are now shrunken down and have to rescales manually.
    I normally Prefer Case A, but i can't firgure out, on wich rules the placed objects work in this case.
    Can someone tell me, how the Software desides to use Case A or B?

    The company already told me that they will refund my money so that is not the problem.
    The ratio differences is what the person told me initially too, however told me that I could also change the dimensions so that the photos would not be cropped and centered automatically...but that's not what I want to do, as it would leave white space on the sides and top, and I have several that I want to frame.
    So what do I do now? I have 100's of pictures and over 90% of them have this problem. I used your software to enhance the photos, crop the photos, etc... but I don't see an area that explains to me what part of the image will be cropped out once they are sent out to print. Nor to I see an area that gives me a rectangular dimension to work from. If I have to crop these pictures to get them to turn out right, I need to get started on this right away.
    When I print these on my own printer they seem to print just fine. There are too many to print this way, however.

  • Inserting a new row in a BC4J View Object with an attribute of type BFileDomain

    Hi all,
    I've to insert a row in a View Object with an attribute of type oracle.jbo.domain.BFileDomain.
    I do this within an Application Module's method, which has an input parameter of type byte[]. This parameter will be the content of the BFILE.
    What's the right way for doing that?
    I've tried with the following code, but I've got an exception in committing the transaction:
    public int serializeDocument(int codDomanda, int codSorgente, byte[] content, String est, int type, int cost, String title, String arg) throws JboException {
    int code = 0;
    //File f;
    DocumentiTwoView = getDocumentiTwoView();
    java.sql.Statement stmt = ((DBTransaction) getTransaction()).createStatement(1);
    try {
    Row docRow = DocumentiTwoView.createRow();
    SequenceImpl seq = new SequenceImpl("documenti_seq", getDBTransaction());
    Integer next = (Integer) seq.getData();
    code = next.intValue();
    docRow.setAttribute("Coddocumento", new Number(code));
    docRow.setAttribute("Titolo", (String) title);
    docRow.setAttribute("Argomento", (String) arg);
    docRow.setAttribute("Costo", new Number(cost));
    docRow.setAttribute("Tipo", new Number(type));
    docRow.setAttribute("Coddomanda", new Number(codDomanda));
    docRow.setAttribute("Codsorgente", new Number(codSorgente));
    //f = new File("Doc" + code + "." + est)
    BFILE src_lob = null;
    ResultSet rset = null;
    rset = stmt.executeQuery ("SELECT BFILENAME('DOC_DIR', 'Doc" + code + "." + est + "') FROM DUAL");
    if (rset.next()) {
    src_lob = ((OracleResultSet)rset).getBFILE(1);
    BFileDomain bfd = new BFileDomain(src_lob);
    bfd.setBytes(content);
    bfd.saveToDatabase(getTransaction());
    docRow.setAttribute("Contenuto", (BFileDomain) bfd);
    catch (Exception ex) {
    getTransaction().rollback();
    throw new oracle.jbo.JboException("Impossibile creare il nuovo documento:\n" + ex.getMessage());
    finally {
    try {
    stmt.close();
    catch (Exception nex) {
    try {
    // Commit the whole transaction
    getTransaction().commit();
    catch (Exception e) {
    e.printStackTrace();
    getTransaction().rollback();
    throw new JboException("Impossibile eseguire il commit della transazione:\n" + e.getMessage());
    return code;
    Thanks a lot in advance!
    Christian
    null

    Odd, have you disabled caching and indirection? (NoIdentityMap, dontUseIndirection, or alwaysRefresh/disableCacheHits). If so, then this could be the issue.
    Otherwise please include the sample code you use to perform this, and verify that you do not have any unusual code in your set/get methods or in descriptor events. Also turn TopLink logging on and include a sample. Also ensure that you do not modify your objects until after registering them in the unit of work, and only modify the unit of work clones.

  • I have a 1st Gen Time Capsule 1tb. It turns on, boots up and turns green for 5-10 mins, but then turns solid orange and then blinks orange.  I have removed the hard drive and replaced the power supply . . . still the same problem.  Suggestions?

    I purchased a used 1st Gen Time Capsule with a 1 tb hard drive.
    When I plugged it in and did the initial setup, it worked fine, but gave me a hard drive error.  A few minutes later the green light turned solid orange, then blinking orange, then the status light went off.  The lights in back stayed on. 
    I removed the hard drive and rebooted, it turned green for 5-10 minutes then reverted back to a solid orange, blinking orange, then went off.
    Next I purchased a remanufactured internal power supply, and installed it (without the hard drive in).  It turned green almost immediately.  After about 15-20 minutes, I decided to try to install the hard drive again, booted it up, and tried to erase the hard drive with was working properly according to the software.  It stopped erasing the disc after about 20 minutes and turned solid orange again, then blinking, then no status light  (but back lights were still lit).
    I'm a bit flabbergasted at this point, any suggestions on what to do next?  I think i've pretty much replaced everything except the logic board, but can't seem to find any information on the symptoms of a logic board malfunction. 
    Thanks!!!!!!!

    A Gen3 is identical board to a Gen4 although they have some differences in firmware and wireless card was updated on every model.. but a Gen3 is substantially faster than Gen1, Gen2 which also have identical boards.
    You can with careful shopping get a Gen3 pretty cheap.
    Most use a delta power supply which I think is a lot better than the flextronics used in most Gen1/2
    You can sell back the parts to ebay.. people still would buy the power supply etc. Even just the case can be useful to a repairer.
    But if the board is gone.. it is hard to repair.. not impossible.. but hard.
    Gen 3 and Gen 4 are not without faults.
    See this page.
    https://sites.google.com/site/lapastenague/a-deconstruction-of-routers-and-modem s/apple-time-capsule-repair/new-issue-with-a1355-gen-3-tc
    I have fixed it a different way.. by using the small converters you can buy in bulk from ebay for $1 each.. KIS3R33 .. they produce 3.3V at 2A peaking at 3A.. amazing.. I keep using them to replace onboard power converters by removing the inductor and simply power directly.. the end result has worked great. You can simply change the resistors around and get any output from 1v to 20v depending on input.
    Is it worth doing it .. no of course not.. it will waste many more hours than $50 is worth.. but it is kind of fun that you can actually make things work again.
    Here is a pic of the Gen 3 totally powered by me. All onboard power removed.
    This was to track down the fault in the Gen3.. but I am kind of pleased that it ended up neat enough and reliable enough to work for more than a year.. the Gen3 still serves as a way to get Netflix via network for a friend running 24/7.
    The units supply (from left to right)
    1v, 1.1v, 3.3v, 5v, 1.8v
    It is feed by 12v supply which is also directly connected to the hard disk.
    So it is possible to fix.. !! Only got to be a bit crazy.

  • How to copy objects from Pages (5.5.1) and paste it into Photoshop as a vector smart object with high resolution?

    I recently have bought a new Macbook Pro (Version 10.10.1) with the OS X Yosemite. The computer comes with the new Pages (version 5.5.1).
    Here is the problem: I like to create artwork using the shapes on Pages. Previously, on my old mac, I used Pages 4.3 to create objects, which I would copy then paste to Photoshop and it would become a vector smart object. However, in the new Pages (version 5.5.1), when I copy objects, they would appear on Photoshop as instead, a layer and it would not be in full resolution.
    Also, I know there is nothing wrong with the Pages file itself because I have converted the document to PDF form and it is high resolution when inserted into Photoshop that way.
    Does anyone know how I can copy individual objects from Pages (5.5.1) and paste it into Photoshop as a vector smart object with high resolution as I have done before?
    Thanks!

    ghotiz wrote:
    copy the image and have it in a high-quality PNG format that does not include the background from the Pages document.
    Oh, well if you don't actually need vector objects then it looks like this is possible. As I said earlier, Pages is putting a PNG on the clipboard. I tested it and it does paste into Photoshop as a transparent layer, because I can see the transparent background of the pasted PNG graphic if I either turn off all layers behind it in Photoshop, or if I start a new Photoshop document to paste into but make sure I choose Transparent for the Background Contents in the New Document dialog.

  • Adobe Illustrator object Direct or Indirect Select is Slow MBP5,4

    ISSUE: Using Direct or Indirect Selection tool on any object in Illustrator CS3 or CS4 is slow (usually presents beach ball). It is an irritation not feature failure. To reproduce, create a new Illustrator file on MacBookPro5,4, (effects RGB or CMYK, all preview and non preview modes), create a line segment, create a square (or any other closed shape), create a text line. Grab the direct selection tool and click on any of the objects. You may not see the slowness on first selection. Now click on any of the other objects. The machine will pause. The existing selection will not disappear. The beach ball will appear and spin. After roughly 2 seconds, the existing selection will disappear, the new selection will be made as expected.
    NOTE: strangely, if you do a drag selection (marquee drag) rather than clicking on the object with the selection tool, the delay does NOT occur!

    "The problem ONLY occurs on my new MacBookPro5,4. So by all appearances is it a difference in video hardware of software on the new machine."
    If that's the case then posting in the Adobe forums should bare that out and you'll have solved your issue. If that's not the case then you'll have solved your issue as well. Either way...

Maybe you are looking for