Word file opened using WEBUTIL getting locked

Hi, I am opening a word file using webutil's client_host and it is getting locked even after I close it. There is no winword.exe running in the machine(Task Manager). If I try to open the file, it says 'the file is being used by another user, do you want to make a copy of it ?'. Is any setting in the word itself or is it the default behaviour of client_host. Any ideas ?
-Pardha

Pardha,
this already is filed as a bug and we are going to look at it.
Frank

Similar Messages

  • Could not save Preferences because the file is locked, you do not have necessary access permissions, or another program is using the file. Use the 'Get Info' command in the Finder to ensure the file is unlocked and you have permission to access the file.

    I have this massage every time close ps cc
    Could not save Preferences because the file is locked, you do not have necessary access permissions, or another program is using the file. Use the ‘Get Info’ command in the Finder to ensure the file is unlocked and you have permission to access the file. If the problem persists, save the document to a different file or duplicate it in the Finder.

    You may get better help in Photoshop General Discussion
    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll
    If FINDER means Mac, read below (and try to give more information when asking a question)
    Mac 10.9.3 workaround https://forums.adobe.com/thread/1489922
    Enable Mac Root User https://forums.adobe.com/thread/1156604
    -more Root User http://forums.adobe.com/thread/879931
    -and more root user http://forums.adobe.com/thread/940869?tstart=0

  • How to Print a PDF file and Close the ACrobat Reader opened using WEBUTIL

    Hi All,
    I have used WEBUTIL successfully and printed files using webutil_host.nonblocking builtin. What happens is that after printing the file the Acrobat reader stays on the desktop of the client PC. How to close that file opened programmatically. I am unable to close it using any any commands or using following builtins from WEBUTIL.
      WEBUTIL_HOST.RELEASE_PROCESS(PROCESS_ID)
      WEBUTIL_HOST.TERMINATE_PROCESS(PROCESS_ID);My command to directly call the Acrobat reader file and print it is by using this command.
      M_STR_COMMAND    := 'cmd.exe /c start AcroRd32.exe /t '||CHR(34)||FILE_STR_PATH||'\'||FILE_NAME||CHR(34)||' '||CHR(34)||PRINTER_NAME||CHR(34);Help in this regard is much appreciated.
    Thanks in advance

    I think if you use the start-command, the execution is asynchronously and you won't get the correct process-id. Try to execute Acorbat directly without the cmd /c start in front of it.

  • Why won't old Word files open?  Only option to open is to use Keynote

    Why can't I open older word files not that I have upgraded to Snow Leopard? I assume this is the problem. It seems like I have to purchase Keynote if I want to open old documents???

    It seems that your file/application associations have become corrupt. These files (.doc and .docx) are WORD files, as you said, but your Mac has forgotten.
    To fix this: highlight a .doc file, and GET INFO (Control-I). In the window which opens, you'll see an "Open with" drop-down box, with a list of possible apps, and "other". Set this to "Microsoft Word" (If that's not already in the list, find it under "other"). Then "Use this application to open all documents like this one", click "Change all ...". Repeat this procedure with a .docx file.
    This will most likely work, but If it doesn't, please get back here, describing exactly what you see in those "Info" windows, and what happens.
    Good luck!

  • PDFs and Word Files open on iMac but not Macbook Pro

    I own an iMac and a MacBook Pro. Recently, I've been having an issue with some PDFs and Word files that have been emailed to me from different contacts. All open—and can be seen using Quick Look—on the iMac. However, on the MacBook Pro it's a different story. When I try Quick Look all I see are the icons. When I try to open the PDFs in Preview (default app for me) I get an error message saying the file could not be opened and might be damaged. When I try to open the Word doc in Word, Pages or Bean I see all of the extraneous header information etc and the text is all mixed up in that formatting junk. I have repaired permissions, cleared out my user cache, restarted—pretty much everything I can think of. But no luck. Thought?

    Brilliant suggestion! I checked all the display settings on my iMac 27" and confirmed they were the same settings as my MacBook -- until I checked the Window 7 screen resolution. Because of its size, I had expanded the screen across most of the monitor. When I changed the resolution to one suggested or configured by Windows, Approach worked fine. I've now tested it on quite a few of the settings, and as long as I let Windows determine the best resolution (on my iMac 27" it seems to be 2043 x 1276), Approach works like it should. Thank you!

  • Excel File read using WebUtil does not work. Gives java.lang.NoSuchMethodEr

    We have a form which reads from an Excel File. The form works in development env., but in the live env when we deployed the form it does not work. Form fails @ the 1st call to Client_OLE2 where we set the Excel file to read.
    For both the envs. the values are given here:
    (1.) Client Forms Version : Forms [32 Bit] Version 10.1.2.0.2 (Production)
    (2.) Application Server Version : 10.1.2.0.2
    (3.) AS Linux Version : (Live) RHEL 5.7 Tikanga / (Dev) Red Hat Enterprise Linux AS release 4 (Nahant Update 4)
    (4.) Client Sun JRE Version :Version 1.5.0 (build 1.5.0_10)
    (5.) Client Web Browser & Version: I.E 8.0.6001 or Mozilla  3.0.15
    (6.) WebUtil Version: 1.0.6Both envs. are the same except the Linux version.
    Works fine in Dev but does not work in Live. Other Webutil functions like file open dialog box works fine in live, only this Excel read is not working.
    Full Error message
    Java Plug-in 1.5.0_10
    Using JRE version 1.5.0_10 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\dinesha.IIL
    c:   clear console window
    f:   finalize objects on finalization queue
    g:   garbage collect
    h:   display this help message
    l:   dump classloader list
    m:   print memory usage
    o:   trigger logging
    p:   reload proxy configuration
    q:   hide console
    r:   reload policy configuration
    s:   dump system and deployment properties
    t:   dump thread list
    v:   dump thread stack
    x:   clear classloader cache
    0-5: set trace level to <n>
    RegisterWebUtil - Loading WebUtil Version 1.0.6
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 10.1.2.0
    Exception in thread "AWT-EventQueue-3" java.lang.NoSuchMethodError:
    com.jacob.com.Dispatch.put(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)V
         at
    oracle.forms.webutil.ole.OleFunctions.set_obj_property(OleFunctions.java:1216)
         at
    oracle.forms.webutil.ole.OleFunctions.setProperty(OleFunctions.java:333)
         at oracle.forms.handler.ComponentItem.setCustomProperty(Unknown Source)
         at oracle.forms.handler.ComponentItem.onUpdate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onUpdate(Unknown Source)
         at oracle.forms.handler.UICommon.onUpdate(Unknown Source)
         at oracle.forms.engine.Runform.onUpdateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown
    Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)We connected to Live AS server via VPN and ran the Form in a client machine (where the Dev. is working) but same problem.
    Any help would be greatly appreciated.

    Channa,
    I sounds like you might have missed a configuration step on your Linux application server (AS). I recommend you go back through the configuration of your AS and verify each step of the WebUtil Runtime Setup Checklist was completed correctly. Seach the Forms Help system on "Runtime Setup Checklist" for a copy of the checklist.
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Show File Open Dialog and get File

    Am creating a document where I want to prompt the user with the File Open dialog box and when a file is selected, I want to get that file and attach to the document. I know the scripting allows files to be attached but how do I display the dialog and then attach using the script.
    Will greatly appreciate the help.
    Am using Adobe LiveCycle Designer 7
    Thanks
    Nilesh!

    Hi Nilesh,
    You can use the getDataObject method of the Adobe document object. Below is a sample script that you can attach to the click event of a button to see how it works. For more information on importDataObject and getDataObject go to
    http://partners.adobe.com/public/developer/en/acrobat/sdk/pdf/javascript/AcroJS.pdf
    SAMPLE
    ======
    //Get a handle to the Adobe document object
    var doc = event.target;
    //Display a file dialog box and assign the name Attachment to the
    //DataObject that contains the selected file.
    doc.importDataObject("Attachment");
    //Get the DataObject and store it in MyData
    var MyData = doc.getDataObject("Attachment");
    //Clear and display the console window
    console.show();
    console.clear();
    //Output the properties of the DataObject
    for (var i in MyData) console.println("MyData." + i + "=" + MyData[i]);
    Trevor

  • Will my Microsoft Word files open in iWorks?

    Recently upgraded my MacBookPro . . . On my old one I used Microsoft Word for word processing.  if I install iWorks, will I be able to open my old Word files in it?

    Yes.
    (71558)

  • File open Dialog- Webutil

    Hi All,
    I have written the following code on a when-button-pressed trigger to invoke a file open dialog box but it does not work while I deploy it on the AS. However, it works fine on my forms builder.
    declare
    file11 varchar2(255);
    begin
    file11 := client_get_file_name(directory_name=>'C:\',dialog_type=> OPEN_FILE,File_Filter => '*.txt');
    message(file11);
    end;
    Any ideas???
    Thanks

    Try this code (you need to use webutil):
    your block.your text_item := webutil_file.file_selection_dialog(directory_name => null,
                                  file_name => null,
                                  file_filter => '|Exe files|*.exe|JPG files|*.jpg|',
                                  title => 'File selection',
                                  dialog_type => open_file, --save_file
                                  select_file => TRUE);
    Hope it helps you,
    Fabrizio

  • Word files opening with wrong application when attached

    So here is a new one..
    Whenever I open a word file that someone has sent me directly from the message in mail it opens with an application called note taker. Yet when in finder if I double click on a word file it opens in word. What gives and how do I change this?
    I am really not happy with Leopard thus far....

    bump Anyone?

  • Could not save as "DSC_0915.tif" because the file is locked, you do not have necessary access permissions, or another program is using the file. Use the 'Get Info' command in the Finder to ensure the file is unlocked and you have permission to access the

    Please help I keep getting this error message trying to save a photo in photoshop to return to lightroom

    You may get better help in Photoshop General Discussion
    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll
    If FINDER means Mac, read below (and try to give more information when asking a question)
    Mac 10.9.3 workaround https://forums.adobe.com/thread/1489922
    Enable Mac Root User https://forums.adobe.com/thread/1156604
    -more Root User http://forums.adobe.com/thread/879931
    -and more root user http://forums.adobe.com/thread/940869?tstart=0

  • Word files opening by two apps - how do I prevent that?

    If I double-click on a Word .doc file, for example an email attachment in Mail.app, it opens up in both Word and Pages.
    How can I prevent it from opening up in Pages and have it just open in Word?
    Thanks,
    doug

    I've never seen this before, so I'm puzzled as to why it's even happening. I can only suggest trying this: How to Reset LaunchServices.

  • File open using Webdynpro for java

    Hi,
    I have a file "SAP.JPEG" in remote machine location "
    SAP\NetWeaver\WebDynpro".
    In my webdynpro application...I have a button and the action "OpenFile"...
    My question is on click of the button, how can I open the file "SAP.JPEG".
    Please advice me how to proceed with this.
    Rgds,
    Patana

    Hi,
    it is possible to access the file from the remote system using webdynpro java. your requirements is quite possible.
    the prerequisites are:
    the SAP WebAS Server and the remote system are in the same network, and the folder (in your case "SAP") is shared folder with access permissions.
    let us assume your remote system name is remSys09.
    add an ui element image in the layout. and create an attribute named "image " bind it to the property source
    use this below code to show the image.
    try {
              File f =new File("////remSys09//SAP//NetWeaver//WebDynpro//SAP.JPEG");
              BufferedInputStream bis= new BufferedInputStream(new FileInputStream(f));
              byte[] image = new byte[bis.available()];
              bis.read(image);
              IWDWebResource webResource = WDWebResource.getWebResource(
              image,
              WDWebResourceType.JPG_IMAGE);
              wdContext.currentContextElement().setImage(webResource.getURL());  
         } catch (Exception e) {
              // TODO Auto-generated catch block
              e.printStackTrace();
    Regards,
    Naga

  • Files open using Notepad o always in minimized size

    All of a sudden, when I open a file using note pad, it always open in minimized size, I have to give an extra click to maximaze it.
    I searched on line, and tried something like to setup in Notepad property window, in run field , set it to normal.
    Or tried open it and maximize it and close it, nothing works.
    I can open a new notepad document in big window, but not for all existing files.
    Please help what I should do.
    Thanks,
    SQLFriend

    I found on website this worked for me:
    http://stackoverflow.com/questions/15941211/notepad-files-always-open-as-a-very-small-window
    "I know its just anyhow solution but will work First, close all other windows. Now, grab the corners of the window and drag it to full screen size. Close the window using File:Close, or File:Exit depending what program you're in. Windows will
    remember the last screen size used the next time you open the program. – 
    KodeCeeper Apr 11 '13 at 8:24"
    Thanks
    SQLFriend

  • File Open using Hyperlink

    Hello Experts,
    I am a new user to BEA Weblogic App server and need help from your side.
    I have developed a web application in which i have given a hyperlink of a file inside a jsp
    <p>Expiry Report</p>
    but when i am clicking on the above hyperlink instead of opening the file with option ( open, save etc), its opening the file in same browser.
    That was not the case when i was using any other application server like JBOSS and Tomcat.
    So for opening a file thru hyperlink do we have to do any configuration in weblogic.

    Sounds like a mime type issue.
    Have you set the mime types appropriately by extension in web.xml?
    This page shows an example that has Excel in it:
    http://www.developer.com/img/2006/06/web.xml.html

Maybe you are looking for

  • Creation of Cost Element in trading Company

    Hi, Ours is Trading company. We do not manufacture any products and hence we don't have production or process orders. Should we create price difference (due to difference in goods receipt and invoice receipt) and Cost of goods sold G/Ls as cost eleme

  • Deadlocks with J2EE and OC4J10.1.2

    I have a Stateless Session with a method that is doing an insert into a table. The transaction type is set to "Required". No explicit commit or rollbacks in the method (i.e.: managed by there container). The connections to the 9i Database get done th

  • I used to be able to email to my Gmail accout, now when I right click on something, Yahoo comes up instead!

    I frequently click on items to email to my email or to someone else using my Gmail account. I would just right click on it, then click share. Now instead Yahoo comes up. How can I get my Gmail to come up again?

  • No PPOe configurations were found

    Ive had trouble with my router - Netgear, having to turn it on and off and spending an hour with my ISP going over settings.  It failed again and I went through some things myself with ethernet cable and by more luck than judgement it is working.  Ho

  • How to Automatically convert a word Document as a webpage in a document library

    Hi i have a document library with some word documents and i have activated the word automation service which will converts the word documents to a webpage. now this has to be done manually instead i need to automate this using a WF is there any metho