Problem with opening a indd file in CC 2014.

When I'm trying to open a 5.5 .indd-file in CC 2014 on my Windows computer, I get this error message: 'Either the file does not exist or you do not have permission to open it or the file is used by another program'. However my collague has no problem with opening the document on his Mac computer. I guess it has something to do with a kind of setting in my CC 2014. Can anyone help me?

Nothing to do with ID. It really means what it says - your file permissions are hosed and it being an ID file this could include things like fonts or placed images referenced within it.
Mylenium

Similar Messages

  • Problem with opening a chm file in java.

    Hi all,
    I m having an application in which i need to open a chm file from some gui interface. I m using the following code for that...
    Process theProcess =Runtime.getRuntime().exec("hh.exe RWXml.chm");
    it is working fine on my machine. But when i deploy the code on other machine, It shows some windows error. And when i give the same command on commandline it is working fine. Can anybody tell me that what's wrong with this code.
    Thanks

    Nothing to do with ID. It really means what it says - your file permissions are hosed and it being an ID file this could include things like fonts or placed images referenced within it.
    Mylenium

  • Problem with opening MS Excel files through Portal

    Hi All,
    I have a user that is complaining about the behaviour of MS Excel files in the Portal. The MS Excel files do not match their behaviour at the windows level. The issue has to do with how MS Excel files never seem to open in a maximized sate when you open them from the portal. The same cannot be said about MS Word files. The behaviour of MS word files is consistent between windows and portal.
    Solutions will be REWARDED.
    Thanks & Regards,
    Krishnen Subramanian.

    Hi Hussain,
    I hav uploaded the excel file into my KM contentafter that when i try to open it , it does not open as maximized.
    Let me explain:
    I create a new excel file on my desktop:
    I open this file:
    I maximize the workbook and save:
    I close Excel and then open the file right back up:
    I notice that Excel and the workbook open up maximized. I close Excel again.
    I now upload the file to the portal:
    I then open the file from here:
    It is noticed that the Excel is not maximized. We would like for it to behave as it does from the desktop. In other words, if it is saved as maximized, it should open from the portal that way. If it is saved as half way open, it should open that way from the portal.
    I have found that MS Word documents behave in the portal as they do on the desktop. I create an MS Word file on my desktop:
    There appears to be something portal related that prevents MS Excel files from opening maximized.
    Hope you will be abl to solve the message.
    Thanks & Regards,
    Krishnen Subramanian.

  • Problem with opening the .fmx file through hyperlink

    I am trying to open a .fmx file through hyperlink. After clicking on the hyperlink a dilogue box opens up and asks for "open from the remote server", "save on the local disk" and cancel. If I click on open the .fmx file opens up and applications starts working.
    Problem is "I do not want this dialogue box to be opened after clicking on the hyperlink". I tried to change the mime type and changed the setting of Internet explorer. But it does not work.
    Any suggestion will be appreciated.
    thanx in advance
    anil dhiman

    whever i refresh the entire application in the tomact then its been recognizedMaybe you're creating and downloading it asynchronously so that the creation of the file isn't finished yet while you're about to download it.

  • Problem with opening various text files in notepad through java

    Hi friends,
    I need to open any .txt file in notepad by running the code in Java.I could open the notepad through java but not a perticular file.I dont even want to hard code my program that only one perticular file will open through it.I want it generalised...if anyone could help me,it would be really nice...
    thanks
    Vishal.

    If your program opens notepad I'll delete it because I set UltraEdit as my default editor. So if you already must use system-specific code, how about grabbing a Windows manual to find out how to use the editor registered for these files? (Hint "start").

  • Problem with opening of PDF file, generated through smartform

    Recently, I have developed a new program where, the output of smartform will generate a PDF file, and then that PDF file will be mailed to concern persons,
    I have sucessuly done this in development server, and further testing I have transported this to Quality, in Quality i am able to generated a pdf file and able to send it to mail box of concern person, but when concern person tries to open the PDF file, it gives the error stating 'There was an error in opening the document, The file is damaged and could not be repaired'
    But same, I can able to read from development server.
    When I asked the Basis person, they are not aware about it, and , I have make it sure that, I have transported all request to Quality and nothing is pending in development.
    Can you please give me some idea to sort out this issue.
    Thanks in advance
    Rani

    Hi,
    I have same requirement.
    I need to cnvert smartform->pdf->send mail.
    The mail is send but the attachment is corrupted.
    Can you tell me what code you have written so its working in developement?

  • Problem with opening URL (articulate) file in Captivate 3

    Hi,
    I created a Captivate 3 file, hoping to link an Articulate .html file if I click on a button.
    I created a text button:
    On success: open URL or file
    URL: Z:\Tutorial\WebsiteTutorialReviewandSurvey_09_03_10\quiz.html
    If I publish this file, I am able to play this file on my computer or any computer that is mapped to this drive. However, when I open the file on other machines, where this drive is not mapped, then the file cannot be opened. The file will be sent to other users who will not have access to my local drives, so I'm not sure how to set up my URL directory.
    Can someone please help???
    - is it the directory? "Z:\"
    - I've also changed that to start off as \\servername\Tutorial\WebsiteTutorialReviewandSurvey_09_03_10\quiz.html = this also does not work
    Thank you so much!

    Hi, You most likely will find help at this Forum:
    http://forums.adobe.com/community/adobe_captivate/adobe_captivate_general?view=discussions &start=0
    Also when you first open your thread here on the Flash Forum, you'll see a section to the right "More like This" that may be helpful as well.
    Thanks,
    eidnolb

  • Problem with opening the xls file

    I am getting this message while opening the xls file.
    type Status report
    message /report/eltc/timeplan_mjain_200708301147.xls
    description The requested resource (/report/eltc/timeplan_mjain_200708301147.xls) is not available.The file has been created successfully but not opening. whever i refresh the entire application in the tomact then its been recognized.the code below is used to open the file after creating it.
    BaseAction action = new IndicativeTimePlanAction();
                   action.execute(objReq, objRes);               
                   TreeMap map=(TreeMap)objReq.getAttribute(LTCConstant.LTC_TIME_PLAN_MAP);
                String strFilename = TimePlanUtil.downloadTimePlan(objReq,objRes, map);    
                //String strFilename="vsblt_mjain1.xls";     
                objRes.setContentType("application/octet-stream");
                objRes.setHeader("Content-Disposition","attachment;filename=\""+strFilename+"\"");
                objRes.setHeader("Cache-control","must-revalidate");
                RequestDispatcher dispatcher = objReq.getRequestDispatcher("/report/eltc/"+strFilename);
                dispatcher.forward(objReq, objRes);No exception is thrown at the console.
    Any suggestions plz.
    Message was edited by:
    bobz
    Message was edited by:
    bobz

    whever i refresh the entire application in the tomact then its been recognizedMaybe you're creating and downloading it asynchronously so that the creation of the file isn't finished yet while you're about to download it.

  • Problem with opening of the file in CV03N

    Hi,
    I had the file in DIR as I check in CV03N, I am not able to open the file. help is appreciated in finding what may be the problem.
    Regards,

    Hi,
    I have same requirement.
    I need to cnvert smartform->pdf->send mail.
    The mail is send but the attachment is corrupted.
    Can you tell me what code you have written so its working in developement?

  • Problem with opening a dmg downloaded file.

    I have a problem with opening a dmg file type. Example. I down loaded an update for Onyx. The download is placed on my destop. OnyX.dmg. When I click the file, disk utility opens up. I click OnyX.dmg and it attaches the image. I then have the OnyX disk image on my desktop. I click on OnyX.pkg and get the message "There is no default application specified to open the document "OnyX.pkg"
    I remember when I 1st installed the program months ago. I just dragged the icon to the applications folder and was done.

    There is something rather odd with your defaults for opening things. Double clicking a .dmg file should cause it to mount automatically using DiskImageMounter, and double clicking a .pkg file ought to cause Installer to run. DiskImageMounter is here:
    /System/Library/CoreServices/DiskImageMounter
    and the Installer is here:
    /System/Library/CoreServices/Installer
    You can use GetInfo to assign those programs to those file types. You might consider fixing your LaunchServices database. See the discussion thread here:
    http://discussions.apple.com/thread.jspa?messageID=5744911
    Using OnyX is probably the easiest solution.
    Francine
    Francine
    Schwieder

  • Problem with opening of PDF in my webmail application

    I have a problem with opening a pdf file in my webmail application of my internet provider in apple safari since yesterday. When I wanted to open up a pdf file I got a pop up message to allow a connection between adobe and the webmail application which I did. Since then I can not open up a pdf file. If I go to another browser or if I use email from another internet provider I use too it works and I can open up. It seems to be a blockage of the specific combination of this webmail application and safari.
    What can I do ?

    Hi,
    I have same requirement.
    I need to cnvert smartform->pdf->send mail.
    The mail is send but the attachment is corrupted.
    Can you tell me what code you have written so its working in developement?

  • Problems with opening Acrobat Pro 9 PDF files

    Hi. We use Acrobat Pro 9.0.0 to convert our product documentation Word files into PDFs. During the last weeks our customers report more and more problems with opening these files. We usually deliver those on a DVD with Acrobat Reader 5 or another older version. (Please don't ask me why we're still on these old versions!) Did anyone experience similar problems with Acrobat Pro 9 PDF files and older versions of the Acrobat Reader? Does Acrobat Pro 9.0.0 work smoothly with the newest Acrobat Reader 9.1 download?
    Please post your comments. Thx a lot - Kay

    I would recommend distributing higher version of Reader as version 5 is just too old but looks like you can't go there.
    Acrobat 9 PDFMaker and Adobe PDF printers by default create PDF 1.5 compaible files. PDF 1.5 compatible files can be opened only in Acrobat 6 and above. That's probably the reason why your customers can't see the contents.
    What you can do is to change your conversion settings to produce PDF 1.4 compatible files:
    - In Word, select Acrobat tab or Adobe PDF menu (depending on your version of Word), select Settings
    - Select "advanced settings" in the dialog that comes up
    - Choose compatibility as "Acrobat 5", PDF 1.4
    IF you print to Adobe PDF printer, you'll find a similar setting in the print dialog.

  • HT1338 I have a problem with opening downloaded files from the internet; zip types. Can you tell me an app to open these types of formats of files?

    I have a problem with opening downloaded files from the internet; zip types. Can you tell me an app to open these types of formats of files?

    It should unzip if you double-cick.
    What are you seeing happen when you do that?
    Select a .zip file in the Finder and Get Info (cmd-i). What is set for it to Open With. It should be Archive Utility.

  • Hi, I have a problem with opening files on my desktop. When i double click a file I would lime to open nothing happens. Please help me with this problem :)

    Hi, I have a problem with opening files on my desktop. When i double click a file I would lime to open nothing happens. Please help me with this problem

    hello, this might be a preference in your google search settings. go to google.com/preferences and disable the option to ''Open search results in a new browser window''.

  • How to open Indesign indd file?

    Hi,
    I have a problem with opening .indd file writes me an error:
    Cannot open the file book.INDD. Adobe InDesign may not support the file format, a plug-in that supports the file format may be missing, or the file may be open in another application.
    Can you help?
    Yesterday I saved the file, and today when I went to open it so I can not do it.
    I have InDesign CS6 / Windows 8.1.
    Please help me.

    I tried open as a copy (copy = move original file to another folder) but still same error.
    Also i tried INDDRecovery but here is error: Bad file signature, file incorrect.
    I cant open in the Notepad because when i try notepad error: file is too large for Notepad.
    I tried in TotalCommander View(Lister): 
      íőŘ Fĺ˝1ďçţt· DOCUMENT p           9    đ                   u               ƒ™  îJ      Ý           '   ±ă=     Ć  
    ŞN     6#  ˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙
    In LargeTextFilesReader:
      ��� F�1���t� DOCUMENT p
    �N
    �N
    p
      ��� F�1���t� DOCUMENT p
    �N
    �N
    p
    q
    r
    s
    t
    u
    v

Maybe you are looking for

  • Music in iTunes - but will not manually sync when I drag to iPod

    Hi There - I have ripped a bunch of stuff to my iTunes, and checked - all the music plays just fine. I manually manage my iPod - so I created specific playlists, dragged the items from iTunes to my iPod. It shows the items in the playlist, but does n

  • Boot from Leopard install disc

    My MacBook has a ? on the screen and will not safe boot. Can I boot from the OSX 5.5 install DVD? I do not have the restore disc with me.

  • Insert to table as select only some values

    Hi all, I have those two table Table ANAGUTEN CODI_UTEN NOT NULL NUMBER(5) NOME_UTEN NOT NULL VARCHAR2(30) PASS_UTEN NOT NULL VARCHAR2(30) Table RELAUTENPROF CODI_PROF NOT NULL NUMBER(5) CODI_UTEN NOT NULL NUMBER(5) The problem is that only some reco

  • Run Abap in bachground with ignor Selection.

    Hi, is it possible to run an Report wich has an input-parameter in batch with ignoring the selection-screen? Short example: parameters: p_matnr like mara-matnr. data: matnr liek mara-matnr. If sy-batch = 'X' the selection-screen shell be ignored!! if

  • MacBook Pro and Sow Leopard video problem

    When I connect MacBook Pro using Snow Leopard to LCD projector, the projected image is very problematic. Two symptoms. First, the video has a flicker to it. Second. menu lists have overlapping double and triple images so they cannot be selected accur