Importing .eps images in MDM

Hi There, i'm trying to use the data manager to import images into the MDM database of .eps format. I have the photoshop options selected but i'm still getting the MDM Server Error message whenever i try to import an .eps image. Has anyone been able to import these types of images into MDM?

Hi Adams,
Yes.Importing .eps file is working perfectly fine for me.
I executed the below steps :
1)Choose Images table from table list in Data manager.
2)In Records pane, Right click > Add .
3) In the pop up window, select Data group >Language (if reqd) > Add .eps files from local drive.
While executing above step, choose the radio button ' Store in repository'.
Note : A data group hierarchy is a must. Incase child nodes are absent in Data Groups, use 'Edit' and add a child/sibling/parent in Data Group.
Please let me know if this resolves .
Regards,
Vinay M.S

Similar Messages

  • Importing eps images to Photoshop 8.0

    How do I import eps images to Photoshop 8.0?

    Ramón,<br /><br />Nope, not getting defensive (if I were, I'd comment about your misspelling of my name!)  <lol><br /><br />Just demonstrating that <i>modern</i> versions of NAV have only proven beneficial for my business partners, colleagues or me on a variety of Macs and OS X. <br />Certainly no damaged files.<br />>Could not complete your request because the parser module cannot parse the file.<br /><br />But that message does imply either an incompatible or corrupted file. We've seen that message with Photoshop files emailed without compression (zip, sit, or sitx).<br /><br />Neil

  • Importing Image in MDM Table

    Hi All,
    I am trying to import an Image in MDM table Images. I am using the below code.
    ImageBlobRecord record = RecordFactory.createEmptyImageRecord(imageTable);
    final byte[] demoPicture = { 0x10, 0x10 };
    String filePath = "D:\\image.jpg";
    record.setName(new StringValue("image.jpg"));
    record.setOriginalName(new StringValue("image.jpg"));
    record.setHasOriginal(new BooleanValue(false));
    record.setDataLocationId(new GroupNodeId(filePath));
    record.setDataGroupId(new GroupNodeId(1));
    record.setBinary(new BinaryValue(demoPicture));
    record.setWidth(new IntegerValue(400));
    record.setHeight(new IntegerValue(300));
    record.setIsVector(new BooleanValue(false));
    record.setFormat(null);
    Can any one tell me what should i pass for DataLocationId ? It would be great if you could explain with the help of an example.
    Where is the image to be uploaded supposed to be stored? What path is supposed to be given for the image?
    It would be really great if some one could help me with this.
    Regards,
    Sruti

    Do you want to write images to an excel file or read images from a file?
    Anyways, you can try OpenXLS Java Spreadsheet SDK.It supports both inserting images and extracting images from excel sheets.

  • Importing Images in MDM

    Hi All,
    I wanted to know if we can import an image in MDM using Import Manager. If yes then how and if no then are there any Java API for doing so???
    If anyone can provide a document for the same it would be a great help.
    Thanks in advance.
    Regards,
    Seema.
    PS. Reward points will be given to helpful answers.

    Hi seema,
    i will like to say that image can be be surely imported through import manager.But the work starts in data manager.
    I will give u the stepwise approach.
    step1 :Create a repository with lookup images in the console and load the repository.
    step2:
    Goto Data Manager toolbar.There u have an option Objects .Goto Objects-> Edit Data group->
    An dialog box will open .Click on the data object  and select As child and create a new data group .U can name it.
    Step3:
    Select images as the dropdown in data manger.In the object pane u have Image, Name, Data group etc..
    Click on data group and select ->Add.
    It will pop up a dialog box.Select the dialog box in the dropdown and select the data group created.
    Then it will prompt to add files (images).Add it from ur local disk and then import .U will find the image added .u can add severqal images like this.
    Step4:
    Then go to import Manger and Select the source file in the source and the lookup image in the destination.U will find all the images loded in the previous step in the data manager.
    map the field level  and at the value level map the images to the records. Then do the import.it will be associated.
    Hope it will help u.
    Please reward me points if u find ythis blog helpful.
    regards
    Deepankar
    Edited by: Deepankar Pandit on Jan 21, 2008 1:47 PM
    Edited by: Deepankar Pandit on Jan 21, 2008 1:48 PM

  • Import eps or pdf as image

    Hi everybody:
    Anybody know how to import eps or pfd files into a pdf document, onto an existing page? as an image, not as a page?

    Does that work in Acrobat Adobe Pro XI? That is what I use and it does not want to do it. Maybe there is a setting or function that needs to be turned on?

  • Error when importing EPS files in Publisher 2010

    Whenever I attempt to insert an EPS file (possibly other image types as well) into a Publisher document I get a prompt asking for what type of file the source is and then this error:
    "An
    error occurred while importing this file."
    This is running as a Citrix Published Application running on Server 2008 R2 and I've found that this does not happen outside of Citrix.  If i login directly to the server via RDP or right from the console I do not get this issue.  I've posted in
    the Citrix Forums and it looks like this is something to do with MS Publisher and not being able to use the Explorer shell.
    http://forums.citrix.com/thread.jspa?threadID=307437
    Researched this error and found this article:
    http://support.microsoft.com/kb/224744 (This is unacceptable since the file needs to be in EPS format to keep functionality)
    There was another article but I cannot find it for the life of me at this time but it suggested that you uninstall and reinstall Office or repair Office.
     I did both with no luck.
    I am able to get Citrix to open up publisher with the shell by initiating this command:
    explorer.exe /root,D:\Program Files\Microsoft Office\Office14\MSPUB.exe
    With this command firing up Publisher I'm able to import EPS files with no problem.  However I cannot pass an argument to this command so double clicking documents in our Citrix portal do not open up the document but rather just opens up a blank Publisher
    file.  So this isn't a good "solution."
    I should not have to make this command to just be able to import images as a workaround.  Anyone run into this in their Citrix environments?  Microsoft, do you have anything that can be tweaked with Publisher to allow this to work as normal in
    a Citrix environment?

    I was able to get a workaround for this. I made a .cmd and put this into it:
    if [%1]==[] explorer2.exe /root,D:\Program Files\Microsoft Office\Office14\MSPUB.exe %1
    if [%1] NEQ [] "D:\Program Files\Microsoft Office\Office14\MSPUB.exe" %1
    You will need to change your paths to your MSPub.exe and if you are using explorer.exe change that as well.  We use explorer2.exe since we've found issues with using the original explorer.exe.
    Once you have that CMD file made.  Save it to your Xenapp boxes in the same location and then point your published app to that file to launch Publisher.
    This worked for us but I'm not sure  if it will work for anyone else but give it a go and let me know.

  • Can imported EPS color graphic print as black in CS3 (Mac)?

    I am switching to ID from PageMaker 6 (Mac) and wonder why the newly opened document will only print graphic files (EPS) in composite gray instead of black? There is no option for black output except for text. All other options are Composite gray, RGB, CMKY, etc. I'm using Mac OS 10.4.11 and an old HP 2100M black/white printer and have to fax output to customer for approval. Black text and gray images on the same document is not too cool!
    Pagemaker allows you to select "print colors in black" in the print dialog box and everything prints in black. Why doesn't ID seem to offer the same thing, or did I miss something?
    Thanks,
    Chuck

    Hi Bob,
    I was afraid you'd tell me that. InDesign can't print a graphic in 
    black on a B/W printer... not great Adobe. I'm kind of surprised 
    seeing that PageMaker does it easily. Is it the same for ID CS5? 
    Trouble is I have literally thousands of PM documents with imported 
    EPS files. I know EPS is now an obsolete file format, but the reality 
    of it is that's what I have to work with. To have to go back to each 
    and every file+ and re-create the graphic in black & white just isn't 
    feasible. I guess I'll have to reconsider the imminent switch to ID a 
    bit more.
    Appreciate the feedback, even though it wasn't what I wanted to 
    hear. : )
    Thanks,
    Chuck

  • FreeHand  Eps image looks/prints bad

    Using - Macromedia FreeHand ver 11.0.2, G5, Mac OS 10.4.4,
    printing to HP Designjet 130 nr, new to FH ver 11. Was using G4 OS9
    - FH 10.
    When I import a normal 300 dpi cmyk eps image, created in
    photoshop, it looks low res - poor quality and prints the same.
    Didn't have this problem with old OS9, FreeHand 10 - figured it
    might be a setting i am overlooking.

    > Using - Macromedia FreeHand ver 11.0.2, G5, Mac OS
    10.4.4, printing to HP
    > Designjet 130 nr, new to FH ver 11. Was using G4 OS9 -
    FH 10.
    > When I import a normal 300 dpi cmyk eps image, created
    in photoshop, it looks
    > low res - poor quality and prints the same. Didn't have
    this problem with old
    > OS9, FreeHand 10 - figured it might be a setting i am
    overlooking.
    FreeHand use screen image of eps file (often rgb) if printed
    to non-postscript printer. It will not solve the problem but check
    color managemet settings anyway.
    Eps is 'encapsulated postscript' which means it is a package
    of instant ps-printer food indigestible for non-ps printers. A few
    programs like InDesign can render new screen image from eps file.
    A few workarounds.
    1. Create a pdf, prefeably with Acrobat Distiller, and print
    from Acrobat.
    2. Use tiff file instead of eps.
    Jukka

  • Importing eps files into keynote (or pages)

    hi,
    i'm running keynote 3 and used to have no trouble at all simply dragging (or importing) eps graphic files into keynote presentations. then for no apparent reason i lost the ability to do this and now when i try to import any eps files, keynote just hangs.
    can anyone help?

    njmitham,
    welcome to Apple Discussions.
    EPS files are converted to PDF when you drag them to keynote. The same happens when you open the EPS file with Preview.app.
    So, try to open the EPS file with Preview and see what happens. It might not be a Keynote problem but a problem with an image library.

  • When I place an EPS image it shows White background

    Hi
    Please help me urgent!!!!
    im using CS5
    when i place an EPS image in Indesign, a white background shows.
    First in PS, i clip mask the image and then flatten the image....I was told to do this.
    the i save it as below:
    Save As: Photoshop EPS
    EPS OPTION
    Preview: Macintosh (8 bits/Pixels)
    Encoding: JPEG (High Quality)
    -  Include Halftone Screen (Not selected)
    -  Include Transfer Function (Not selected)
    -  Postcript Colour Management (Not selected)
    -  Include Vector Data (Cannot select)
    -  Image Interpolation (Not selected)
    Then when I place the image in InDesign, i do the foll:
    I select Import Options:
    - Read Embedded OPI Links (not selected)
    - Apply Photoshop Clipping Path (Selected)
    Proxy Generation
    - Use TIFF or PICT Preview (Selected)
    - Rasterise the Postcript (not selected)
    I still get the white background.
    even when I change the Proxy Genertion to Rasterise the Postcript
    Before I should save the image as a PSD (without Clipping Mask and dont flatten the image). the print would come out different colours...not the same. And apparentlt the printer should have a hard time printing the work. So i was told to clipp mask it, flattern the image and save as EPS.
    Please help. Im deseperate and do not know what to do

    Before I should save the image as a PSD (without Clipping Mask and dont flatten the image). the print would come out different colours...not the same.
    Are you saying the printer can't get a .PSD to output, or a PSD's color is unpredictable? Sounds like your printer can print .PSDs, but you  have a color management problem. By different colors do you mean that the printed CMYK color values are different than what was in the placed PSD? If that's the case it may be that the PSD had a profile that conflicted with the InDesign document profile and you are getting unexpected color conversions somewhere in the workflow.

  • Convert EPS images from Mac to PC

    I wonder if anyone have any experience of converting large
    quantities of images from Mac to PC? I have several thousands of
    freehand eps-images saved for Mac that I need to convert to a
    PC-eps. Anyone know any application that can accomplish
    this?

    Eyden wrote:
    > I have several thousands of freehand eps-images saved
    for Mac that I need to
    > convert to a PC-eps. Anyone know any application that
    can accomplish this?
    Do the EPS files contain live text? Fonts could be an issue
    unless you are
    doing the conversion on a PC and replacing fonts as you go.
    The only other
    difference between Mac and PC EPS files is the preview. If
    you don't need
    the PC preview, you may not need to do the conversion at all.
    FH cannot open (as editable) many flavors of EPS file, but
    can import an EPS
    and export it as QuarkXPress EPS which contains both Mac and
    PC previews. I
    don't know about the quality of the PC preview in this case,
    as it would be
    based on the Mac preview, not the original Postscript data.
    If you're on a
    Mac, you could possibly use an Applescript to open and export
    the EPS files.
    The task would be simpler and more reliable using
    Illustrator, which has a
    Postscript interpreter and is scriptable.
    Judy Arndt

  • I am trying to import developed images from LightRoom 5 in o Photoshop 6.  I am receiving this message and the images will not open.....'Could not open scratch file because the file is locked, you do not have necessary access permissions or another progra

    I am trying to import developed images from LightRoom 5 Photoshop 6 for further editing.  I am receiving this message and the images will not open.....'Could not open scratch file because the file is locked, or you do not have necessary access permissions or another program is using the file.  Use the 'Properties' command in the Windows Explorer to unlock the file. How do I fix this?  I would greatly appreciate it if you would respond with terms and procedures that a computer ignorant user, such as me, will understand.   Thanks.

    Have you tried restoring the Preferences yet?

  • I keep getting a 'program error' when I try to import an image

    I just downloaded photoshop cc and when I try to import an image into my project it keeps giving me a 'program error' Does anyone else have this problem?

    OK, then I don't know what would be causing it.
    We haven't seen such problems on MacOS 10.9.
    What else did you change on the system since it was last working?

  • Unable to import an image in a signature?

    I am using Reader DC. When I create a new appearance for the signature, there is an option to import an image. Selecting that, then browse, opens a window for file selection. However, the only file type the browse window will display is pdf. It is supposed to allow import of image files (jpg, png, etc.). The drop down arrow next to pdf does not have any other options. Is there a fix for this?

    I have confirmed that this is a problem on a different computer also using Adobe Reader DC. One computer is based on Windows 7 Professional, the other uses Windows 7 Ultimate.

  • I am trying to import developed images from LightRoom 5 into Photoshop 6.  I am receiving this message and the images will not open.....'Could not open scratch file because the file is locked, you do not have necessary access permissions or another progra

    I am trying to import developed images from LightRoom 5 into Photoshop 6.  I am receiving this message and the images will not open.....'Could not open scratch file because the file is locked, you do not have necessary access permissions or another program is using the file.  Use the 'properties' command in the Windows Explorer to unlock the file'.  This has not happened before.  How do I change this?

    Could not open a scratch file because the file is locked or you do not have the necessary access privileges. (…) | Mylen…
    Mylenium

Maybe you are looking for

  • Syncing iPhone and MB Pro

    Can I sync contacts from my iPhone to my new MB Pro which has a blank Address Book? I don't want to end up with a blank Address Book and iPhone contacts list.

  • Can no longer print to ethernet printer on Airport Extreme network

    I have a Mac/Windows home network with two airport extreme base stations. One is connected to my dsl modem. The other is used wirelessly to extend the network, and I have a Xerox Phaser 5500 connected to one of its lan ports. Until recently, all comp

  • Dropped My Laptop - Which Tests Should I Run To Assure It's Fine?

    Unfortunately I placed my one + a half year old 15" MacBook Pro laptop  on a new tilted notebook cooler (that has no grip), & sat them both  on my computer chair while in use. To my recollection I only had the  YouTube homepage open without any video

  • IPhone 3G won't switch from bluetooth

    Unlike so many threads I've seen, my phone has no trouble pairing and connecting to a bluetooth device. My problem comes later, when the device is off, and not even nearby. If I use my phone in the car with it's built in bluetooth, I have to manually

  • Installing certificate file on IPHONE 2.0

    tried to install Excahnge 2003 mail support on the iphone. it came upwith authentication error. With other brand PDAs usualy this gets resolved by installing the certificate file *.cer file or *.cab file (for windows mobile) on the pda and the Sync s