{"id":367,"date":"2019-07-15T09:47:50","date_gmt":"2019-07-15T08:47:50","guid":{"rendered":"https:\/\/www.oliver-frick.ch\/?p=367"},"modified":"2019-07-15T09:47:50","modified_gmt":"2019-07-15T08:47:50","slug":"systemcommand-cfm","status":"publish","type":"post","link":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/2019\/07\/15\/systemcommand-cfm\/","title":{"rendered":"SystemCommand cfm"},"content":{"rendered":"<p>&nbsp;<\/p>\n<pre> &lt;cftry&gt;\r\n\/\/ use java utility SystemCommand which kills task properly after timeout\r\n\/\/ and throw an Exception then\r\n&lt;cfset cmd = createObject(\"java\",\"au.com.webcode.util.SystemCommand\").init()&gt;\r\n&lt;cfset command = \"cmd.exe \/C #mkvdk_exe_script# &gt;&gt; #resultLog# 2&gt;&amp;1\"&gt;\r\n&lt;cfset envp = arraynew(1)&gt;\r\n&lt;cfset timeoutAsAString = \"3600000\"&gt;\r\n&lt;cfset cwd = \"F:\\logfile\\application\\searchlog\\mkvdk\\doc\\\"&gt;\r\n&lt;cfset result = cmd.execute(command, envp, timeoutAsAString, cwd)&gt;\r\n&lt;cfcatch&gt;\r\n&lt;!--- ignore timeout and continue, to allow index the next batch ---&gt;\r\n&lt;\/cfcatch&gt;\r\n&lt;\/cftry&gt;<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; &lt;cftry&gt; \/\/ use java utility SystemCommand which kills task properly after timeout \/\/ and throw an Exception then &lt;cfset cmd = createObject(&#8222;java&#8220;,&#8220;au.com.webcode.util.SystemCommand&#8220;).init()&gt; &lt;cfset command = &#8222;cmd.exe \/C #mkvdk_exe_script# &gt;&gt; #resultLog# 2&gt;&amp;1&#8220;&gt; &lt;cfset envp = arraynew(1)&gt; &lt;cfset timeoutAsAString = &#8222;3600000&#8220;&gt; &hellip; <a href=\"https:\/\/oliver-frick.ch\/wordpress\/index.php\/2019\/07\/15\/systemcommand-cfm\/\">Weiterlesen <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[],"tags":[],"class_list":["post-367","post","type-post","status-publish","format-standard","hentry"],"_links":{"self":[{"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/posts\/367","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/comments?post=367"}],"version-history":[{"count":1,"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/posts\/367\/revisions"}],"predecessor-version":[{"id":368,"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/posts\/367\/revisions\/368"}],"wp:attachment":[{"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/media?parent=367"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/categories?post=367"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/tags?post=367"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}