download on a server does not... idlk is not deleted?

Hi all
Here I am facing a strange problem.
I opened a doc1.indd, work document on this subject. Save and close, then I transfer her to a remote server location...
The indesign crashes. (Except .net, I have is system.io.inputoutputexception)
Now, while studying the issue, I copied the file to another directory location and then transferred. It works very well.
Now, I'm totally stumped on this behavior.

I'm doing something wrong here?
Also one thing I obsvered is, him is not deleted the lock file, idlk even after I close the programatticaly document and probably could create this crash issue.
So how to get rid of this locking file after you have closed the indd programmatically?

Thank you and best regards,
Yogpangjo

I know it's been several years that this question has been posted, but since I recently dealt with the same problem (with the remaining deposit idlk after closing a document) I thought that it would be useful to post a reply that I found in another discussion in case others run into this discussion.

https://forums.Adobe.com/message/3737077

«The closing documents are in idle task.» If this is not the case, he tends to be a problem see http://forums.adobe.com/message/1302846. The correct way to do this is to call CmdUtils::ProcessScheduledCmds(). After closing the document and leave it to the scope of your variable. »

I added the::ProcessScheduledCmds() CmdUtils; After the closure of the paper and now the idlk file is also deleted.

Concerning

Bob

Tags: InDesign

Similar Questions

  • Microsoft Exchange: Server does not delete messages deleted or moved with Mail

    It drives me crazy.  I have a Microsoft Exchange account at work that I put in place with the mail.  It seems to work perfectly in almost all respects - it synchronizes new messages, and if I send emails it works fine.  The ONLY thing is to delete messages from my Inbox on the server when I use Mail to delete them or move them out of my Inbox to a local folder; It is not even move them to the folder items deleted on the server.  So, I get messages saying: my account is almost full, and I need to access my Outlook account on a web browser and manually remove the y of my Inbox.  Yes, I checked my account preferences and made sure "store the deleted messages on the server" is disabled.

    Can anyone help?  I use El Capitan with Mail 9.3 10.11.4.  I'm ready to tear my hair on it.

    You drag the message out of the Exchange Inbox to records the "on my Mac"?

    If so, you copy the message.

    To move...

    • Use the move icon to move the message
    • Use the command key.

    This will force a move instead of a copy. It works exactly as to put them into files in the Finder — between different servers (and move from an Exchange or an IMAP folder to a local folder moves between server) the file/email is copied by default.

    Cmd-drag forces a shot instead. Dragging between different folders on the same server goes by default, but a copy can be forced by holding down the Option key when you drag.

  • The DNS server does not respond when try connect a Web site

    original title: dns server problem

    m using computer dell laptop with windows xp.i usually to plug my my cell phone and use vodaphone since 2 days internet.since I m unable to access all sites Web on laptop.m get a msg105 error (dns server does not)... so I downloaded the public dns server on cell n transferred on laptop and changed my dns to google dns server server... It worked fine for one day and the next day I had the same problem of server dns - no responding.so I repeated al procedure again and then it started workin again... What is the problem with my dns server... do I have to download na dinstall public dns server every time I use my laptop via the cell phone internet. ?... Help, please...

    Thank you

    It should work with the server DNS of Vodaphone.  Set the laptop to get its IP & DNS addresses automatically, then make sure that the DHCP Client service is set to automatic startup.

    John

  • Unable to connect. Get error 815 remote server does not.

    Help

    Hello

    Tuesday I could use internet without problems on our windows vista computer.

    On Wednesday, we could not use the internet, and we do not know why?

    My wife downloaded explore 9 Tuesday night, but it would not change anything.

    We continue to receive error 815 remote server does not, but according to its all blank ok.

    Please help we have tried many things but still no luck

    Hello

    Try to uninstall IE9, as long as the problem started then.

    "How to install or uninstall Internet Explorer 9?

    http://Windows.Microsoft.com/en-us/Windows7/how-do-i-install-or-uninstall-Internet-Explorer-9

    See you soon.

  • Homer in Windows Server does not connect to the internet.

    I installed Windows Home Server on a self-built media server. Everything on the hardware is working properly. The server software is installed. The ethernet line is connected to my Linksys router. The power light is on decision-making on the case ethernet connection. The power led is on the router where the ethernet is connected. So, in my view, that the issue is not material.
    Problems:
    1. the server does not connect to the internet.
    2. my computer does not recognize the server when I install the Windows Home Server Connector software.
    3. the wizard of Linksys on my computer does not recognize the server as a "new device".

    I feel like I'm missing a driver, maybe a driver of ethernet controller, but do not know how to diagnose the problem.  I downloaded the Windows tool that identified the problems I listed, but solutions are not feasible.

    Any suggestions?

    Hi Mikey1947,

    You can check this link, try the suggestions provided and check if that helps

    http://social.Microsoft.com/forums/en-us/whsfaq/thread/15a9e657-54a3-453F-B0E7-1efa59b7feea

    Hope this information is useful.

    Jeremy K
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • Download BLOB via wpg_docload does not

    Hello
    I installed a new oracle database server and recently installed the 4.1 Apex then transferred my legacy data and applications from the old server.
    My new configurations are
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE     11.2.0.1.0     Production
    TNS for 32-bit Windows: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    My oracle Enterprise Manager displays
    Hosts               1          Application Servers     1
    OC4J Instances          1          HTTP Server Instances          1
    Previously I had Apex 4.0.1 on Apex listener through the Glassfish server and all my applications worked perfectly. But on the new installation of the page that downloads report, via the rtf code generation and it downloaded from the BLOB does not work.

    Declare
          l_mime        varchar2 (255);
          l_length      number;
          l_file_name   varchar2 (2000);
          l_lob_loc     blob;
          l_rtf         clob;
          l_name        varchar2(100);
          -- conversion variables
          l_src_offset  number := 1;
          l_dest_offset number := 1;
          l_lang_ctx    number := 0;
          l_warning     varchar2(32767);
       begin
          -- get name
          select 'testrtf'
          into   l_name
          from   dual;
          -- generate document
             select :P16_RTF  into   l_rtf  from   dual; 
          --:P16_RTF contains rtf code.
          -- convert to lob
          dbms_lob.createtemporary(l_lob_loc, false);
          dbms_lob.converttoblob(l_lob_loc, l_rtf, DBMS_LOB.GETLENGTH(l_rtf), l_dest_offset, l_src_offset, 0, l_lang_ctx, l_warning);
          l_length  := dbms_lob.getlength(l_lob_loc);
          -- http header
          owa_util.mime_header('application/rtf', false);
          htp.p('Content-length: ' || l_length);
          htp.p('Content-Disposition: attachment; filename="'||l_name||'.rtf"');
          owa_util.http_header_close;
          -- download blob
          wpg_docload.download_file (l_lob_loc);
       end;
    I searched and didn't find any help, but it seems that there is a problem of configuration of DAD. My DAD file looks like
    <Location /pls/apex>
     Order deny,allow
     PlsqlDocumentPath docs
     AllowOverride None
     PlsqlDocumentProcedure         wwv_flow_file_mgr.process_download
     PlsqlDatabaseConnectString     db:1521:orcl ServiceNameFormat
     PlsqlNLSLanguage               AMERICAN_AMERICA.AL32UTF8
     PlsqlAuthenticationMode        Basic
     SetHandler                     pls_handler
     PlsqlDocumentTablename         wwv_flow_file_objects$
     PlsqlDatabaseUsername          APEX_PUBLIC_USER
     PlsqlDefaultPage               apex
     PlsqlDatabasePassword          ******
     PlsqlRequestValidationFunction wwv_flow_epg_include_modules.authorize
     Allow from all
    </Location>
    and I could not find wwv_flow_file_objects$ either. All of the suggestions.

    Concerning
    Sabir

    Published by: sabir786 on December 29, 2011 11:37

    Hi sabir786,

    I had exactly the same problem. I went to my request of APEX 4.0 and Oracle 10 g to 4.1 APEX and Oracle 11 g, then all download functions via wpg_docload stopped calling the download dialog box.

    Now, I tried some kind of workaround to find the feature.
    Rather than use page-processes to call the download functions, I tried to use enforcement procedures (called on request) and it works fine.

    that is to say:
    an application process named 'export' called at the request

    Start
    (#OWNER) # .f_export
    v_EXPTYP =>: P10_EXPORT_TYPE,
    v_ID =>: F_PROJEKT_ID
    );
    end;

    a button that calls a branch with the following query

    APPLICATION_PROCESS = export

    f_export is the function that generates the rtf file and in the end, it has the wpg_docload functions to download the file.

    Hope it helps you as well.
    Concerning

  • Install Adobe Application Manager: "the remote server does not appropriately."

    I am running Windows 7 and have signed today for the trial of the creative cloud.  I am trying to download my first application (InDesign).  When you try to install Adobe Application Manager I download a 1866 KB file, then when I try to run it I get this error message (again and again, throughout the day): "the remote server does not properly.  Please try after a few minutes. »

    The only other things I can think of that may be relevant are 1) I have a few other licensed Adobe products installed on my drive (Photoshop, Illustrator, and Acrobat). (2) I have a few programs running, such as Spotify background; and (3) I have tried this for a work computer and I wonder if the network firewall or my permissions to download which is streaked with this place.

    Thanks for any help you can give.

    Nate_unhappycloudman this error has actually been resolved for countless people once their computer or the network is correctly configured.  We'll find a good starting point for possible causes on a computer at individual sign in or activation errors. CS6, CS5.5, Perpetual CS6 subscriptions - http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html.

    If your network is managed, please contact us and work with your I.T. Department as stated earlier in this thread.

  • I have firefox 13 and 15 but realplayer download this video option does not work, extensions to save plugin is disabled, if no videos do not play in youtube

    I have Firefox 13 and real player 15, but the download this video option does not work, under extensions to save browser plugin is disabled, but if active videos do not play in youtube, error occurs, it's major drawback, it works well with IE, but I prefer Firefox so any help to rectify the issue is appreciated.

    One possibility is to upgrade to Flash 11.2 and re - activate the Plugin RealPlayer browser Record extension in the Add-ons Manager (Tools > Modules > Extensions) (it's a softblock).

    If you need to return to 11.2 Flash you can download Player Flash 11.2 through this direct link:

    You must uninstall version 11.3 Flash.

  • Server does not recognize my user name on outgoing emails

    On my iPhone 4 my server does not recognize my email (Telstra) address on outgoing emails, but recognizes the incoming emails. What happened all of a sudden no reason apparent. I have two other email addresses on the phone and they work fine. One is a gmail address and the other is another address of Telstra. Can someone help me please?

    try to remove the account from the problem and add it again

  • El Capitan DNS server does not resolve host

    The server does not resolve host 'root '.

    I upgraded from an environment of Snow leopard server to the El Capitan 5.0.15 server.

    The server is running on a mac mini, which is now about 2 weeks old basis.

    Follow the instructions in the DNS settings. Hosts such as www.example.com work perfectly well.

    However, the server does not resolve example.com. On Snow Leopard server, I used to create records for hosts like example.com as www.example.com, but this seems to be not not more possible.

    Any idea?

    Thanks, XL

    to be more precise, that's what I get when a ping is made:

    Ping: impossible to solve example.com: Unknown host

  • Server does not support remote façade panels

    Hello.  Hope someone has an idea about that.  After the computer host and update cDAQ 9139 LabView SP1 from 2013 to 2014 LabView dev suite shipped by NOR, I get the error "server does not support the remote panels" when you try to view my remote panel.  Before the update it worked normally.

    I went through everything in the list in this document, http://digital.ni.com/public.nsf/allkb/C23EF1551D8C52ED86256B140073EE2E and can't find anything that will solve the problem.

    I have rebuilt the application in 2014 of LabView (I even tried a new simple project with a single loop, one of the temperatures and a remote control), rebuilt the build spec and get the same error.

    "I've re-edited the web page and checked in the html code it refers"CODEBASE ="ftp://ftp.ni.com/support/labview/runtime/windows/2014/LVRTE2014min.exe" and I have, according to MAX, LabView DURATION 14.0.1 installed on the host machine.

    If something has changed related LabView 2014 which would cause a new firewall as this remote façade program worked great with 2013 installed?  I've already added that LabVIEW 2014 and all other related apps through the firewall, including the web server.  I am also on a machine that doesn't have a Bluecoat, our company network/internet security suite is installed.

    Thank you

    Michael

    Another possible solution to this problem - operator error.

    See one of my other posts here for details, but I made an assumption about the port numbers and what they apply to.  Two key points - the port of the web server application in the configuration of hardware web page is not the port used to access the remote panel - port is assigned in the properties of the device, the server settings remote control panel in the project.  And they cannot use the same port; This will also lead to the error "server does not support the remote panels.

    Note to the NOR - you must add this to your KB document on the resolution of this error.

    Thank you!

  • Last night, I did a scan on my computer. He went only 3% when it froze with the server does not.

    Last night, I did a scan on my computer. He went only 3% when it froze with the server does not.

    Can you please explain the concept of what a server is and how can I ensure this does not happen.

    Thank you very much

    original title: Server

    Last night, I did a scan on my computer. He went only 3% when it froze with the server does not.

    Can you please explain the concept of what a server is and how can I ensure this does not happen.

    Thank you very much

    Launched a scan with which product (be specific, up to the exact version)?

    What version and architecture of Windows are you using?

  • New domain today name ' hui - DNS server does not

    I'll put up a blog using WordPress software.  I recorded a doman name today and hired DreamHost to host the blog.  DreamHost successfully installed WordPress and sent me an email with a link to create an administrator. user.  When I click on the link, I get a message that the DNS server is not responding.  Verio, the company that has registered my domain name, also sent me an email with a link, I use to access my control panel.  I get the same message - DNS server does not respond.

    Because I only had access to the internet via a private with Rogers and used the e-mail account, I don't know I'm missing something simple... just do not know what.

    Please help beginners to blog!

    THX

    Ann

    Hello

    Like you are on a domain, your question would be better suited in the audience of IT professionals

    Please visit the link below to find a community that will support what ask you:
    http://social.technet.Microsoft.com/forums/en/category/w7itpro, windowsvistaitpro, windowsxpitpro, windowsintune

    Thank you

  • recommended security cumulative ie8 and compatible display updates fail. can install it with the installer of standalone download but then ie8 does not connect. If I remiove update ie8 works very well

    recommended security cumulative ie8 and compatible display updates fail. can install it with the installer of standalone download but then ie8 does not connect. If I remiove update ie8 works very well

    Hi mikedav,

    Thank you for using the Microsoft Windows Vista Forums.

    Method 1:

    Microsoft has released a new "Fix it" solution that should automatically solve your problems with Windows Update.  Just click on the link below and follow the instructions.

    How to reset the Windows Update components?

    http://support.Microsoft.com/kb/971058

    If you are not able to connect to the internet after you install the update, you need to optimize Internet explorer by following the instructions below.

    Method 1:

    Follow the instructions in the link below which will help you solve the problem.

    Tips for solving problems with Internet Explorer

    http://windowshelp.Microsoft.com/Windows/en-us/help/8038f9ac-9bf9-4809-8d75-fc42818d8af71033.mspx

    Method 2:

    Follow the instructions in the link below to optimize Internet Explorer.

    How to optimize Internet Explorer

    http://support.Microsoft.com/kb/936213

    Please post back and let us know if it helped to solve your problem.

    Kind regards

    KarthiK TP

  • I get an error "the server does not support an SSL connection" with a code of error 0x800CCC7D in Outlook express.

    I followed Bruce Hagen and still cannot send to the OE section. Reception is no problem. When I try to send I got the following error msg: "the server does not support an SSL connection. "Account: 'pop.att.yahoo.com', server: 'smtp.att.yahoo.com', Protocol: SMTP, server response: ' 250 8BITMIME ', Port: 25, secure (SSL): Yes, Server error: 250, error number: 0x800CCC7D. I tried to change the port for outgoing to 456. When I do so I get this error msg: failed to connect to the server. Account: 'pop.att.yahoo.com', server: 'smtp.att.yahoo.com', Protocol: SMTP, Port: 456, secure (SSL): Yes, Socket error: 10060, error number: 0x800CCC0E.  Is there a cure for this. He just started two days or at least that's when I noticed I cud not send. If you can help me I will appreciate it more. Thank you.

    JP banks

    Original title: cannot send using OE 6. Reception Ok.

    Hi JPBANKS,

     

    Thanks for keeping us posted and share this information with us.

    Glad to know that the problem is solved. Do not hesitate to contact Microsoft Windows Forums for issues related to Windows in the future.

Maybe you are looking for