{"id":2782,"date":"2012-09-27T01:57:00","date_gmt":"2012-09-26T23:57:00","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/documentum-job-dm_ftindexagentboot-does-not-start-anymore\/"},"modified":"2012-09-27T01:57:00","modified_gmt":"2012-09-26T23:57:00","slug":"documentum-job-dm_ftindexagentboot-does-not-start-anymore","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/documentum-job-dm_ftindexagentboot-does-not-start-anymore\/","title":{"rendered":"Documentum job dm_FTIndexAgentBoot does not start anymore"},"content":{"rendered":"<p>The Documentum job dm_FTIndexAgentBoot does not start anymore and we have the following job status: The job object indicated the job was in progress. In this blog posting, I will describe how to analyze and solve this issue.<\/p>\n<h3>Analysis<\/h3>\n<p>The Index Agent does not start automatically when the repository is started although the option start_index_agents = T in server.ini is set.<br \/>\nWhen the server is started, the dm_FTIndexAgentBoot job is normally executed, but not in our case. All other jobs start well.<\/p>\n<p>The job status indicates:<br \/>\n<em>The job object indicated the job was in progress, but the job was not actually running.\u00a0 It is likely that the dm_agent_exec utility was stopped while the job was in progress<\/em><\/p>\n<p>To get more information, we have to start the\u00a0dm_agent_exec with the trace option is set to true.<\/p>\n<ol>\n<li>Use DA to change the agent_exec_method method Verb parameter to:<br \/>\n.\/dm_agent_exec -trace_level 1<\/li>\n<li>Kill the dm_agent_exec process related to the repository from where the issue is linked:<br \/>\n&gt; ps -ef | grep dm_agent | grep &#8220;docbase_name test&#8221;<br \/>\ndmadmin \u00a0\u00a0\u00a0 16922 16117\u00a0 0 14:14 ?\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 00:00:02 .\/dm_agent_exec -docbase_name test.test -docbase_owner dmadmin -sleep_duration 0<br \/>\n&gt; kill 16922.<\/li>\n<li>The dm_agent_exec process will be automatically restarted with the new trace level<br \/>\n&gt; ps -ef | grep dm_agent | grep &#8220;docbase_name test&#8221;<br \/>\ndmadmin \u00a0\u00a0\u00a0 16486 16117\u00a0 0 14:07 ?\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 00:00:02 .\/dm_agent_exec -trace_level 1 -docbase_name test.test -docbase_owner dmadmin -sleep_duration 0<\/li>\n<\/ol>\n<p>Once the trace_level is setted to 1 (true), more information is written into the agent_exec.log file.<br \/>\nBy analyzing the log file we can see that the dm_agentexec process checks which job has to be started, by using the following queries:<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">execquery,s0,F,SELECT ALL\u00a0\u00a0 r_object_id, a_last_invocation,\u00a0\u00a0 a_last_completion, a_special_app FROM dm_job WHERE ( ((a_last_invocation IS NOT NULLDATE) AND\u00a0\u00a0\u00a0 (a_last_completion IS NULLDATE))\u00a0 OR\u00a0 ((a_special_app = 'agentexec') AND (r_lock_machine = 'testcs')) ) AND (i_is_reference = 0 OR i_is_reference is NULL) AND (i_is_replica = 0 OR i_is_replica is NULL)\nexecquery,s0,F,SELECT ALL r_object_id, a_next_invocation FROM dm_job WHERE ( (run_now = 1) OR ((is_inactive = 0) AND ( ( a_next_invocation date &gt; DATE('now')) OR (expiration_date IS NULLDATE)) AND ((max_iterations = 0) OR (a_iterations &lt; max_iterations))) ) AND (i_is_reference = 0 OR i_is_reference is NULL) AND (i_is_replica = 0 OR i_is_replica is NULL) ORDER BY a_next_invocation, r_object_id\n<\/pre>\n<p>As these queries do not return a result (0 row), the job should have been started. So what is then wrong?<br \/>\nIn the log file, the following information is written: <em>Output File Name: \/pkgs\/dms\/opt\/documentum\/dba\/log\/00010b9a\/agentexec\/job_08010b9a800003f5<\/em><\/p>\n<p>&#8220;ls -ltr \/pkgs\/dms\/opt\/documentum\/dba\/log\/00010b9a\/agentexec&#8221; does not return any job_08010b9a800003f5 log file<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">BUT \"ls -l job_08010b9a900003f5\" returns:\n<span style=\"color: #000000;\">---------- 1 dmadmin dmadmind 245 Aug 27 14:30 \/pkgs\/dms\/opt\/documentum\/dba\/log\/00010b9a\/agentexec\/job_08010b9a800003f5<\/span><\/pre>\n<p>However, the file cannot be written by the agent_exec process due to the wrong file permissions!<\/p>\n<h3>Solution<\/h3>\n<p>The solution is to set the correct write permissions:<\/p>\n<p><samp>chmod 640 \/pkgs\/dms\/opt\/documentum\/dba\/log\/00010b9a\/agentexec\/job_08010b9a800003f5<\/samp><\/p>\n<p>Do not forget to disable the trace flag on the agent_exec_method!<\/p>\n<p>After that, the dm_FTIndexAgentBoot job starts well, because the output file can be written.<br \/>\nOf course this solution has to be applied to this specific issue; most important in this procedure, is the use of the trace flag, to check what happens on the agentexec side.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The Documentum job dm_FTIndexAgentBoot does not start anymore and we have the following job status: The job object indicated the job was in progress. In this blog posting, I will describe how to analyze and solve this issue. Analysis The Index Agent does not start automatically when the repository is started although the option start_index_agents [&hellip;]<\/p>\n","protected":false},"author":24,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[197],"tags":[337,129,338,334,339],"type_dbi":[],"class_list":["post-2782","post","type-post","status-publish","format-standard","hentry","category-application-integration-middleware","tag-agentexec","tag-documentum","tag-job","tag-middleware","tag-trace"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Documentum job dm_FTIndexAgentBoot does not start anymore - dbi Blog<\/title>\n<meta name=\"description\" content=\"The Documentum job dm_FTIndexAgentBoot does not start anymore, we have the following job status: The job object indicated the job was in progress. In this blog I will describe how to solve this issue.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dbi-services.com\/blog\/documentum-job-dm_ftindexagentboot-does-not-start-anymore\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Documentum job dm_FTIndexAgentBoot does not start anymore\" \/>\n<meta property=\"og:description\" content=\"The Documentum job dm_FTIndexAgentBoot does not start anymore, we have the following job status: The job object indicated the job was in progress. In this blog I will describe how to solve this issue.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/documentum-job-dm_ftindexagentboot-does-not-start-anymore\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2012-09-26T23:57:00+00:00\" \/>\n<meta name=\"author\" content=\"G\u00e9rard Wisson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"G\u00e9rard Wisson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-job-dm_ftindexagentboot-does-not-start-anymore\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-job-dm_ftindexagentboot-does-not-start-anymore\/\"},\"author\":{\"name\":\"G\u00e9rard Wisson\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/ad54b5e621903122c00c6b7921c6ab85\"},\"headline\":\"Documentum job dm_FTIndexAgentBoot does not start anymore\",\"datePublished\":\"2012-09-26T23:57:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-job-dm_ftindexagentboot-does-not-start-anymore\/\"},\"wordCount\":458,\"commentCount\":0,\"keywords\":[\"AgentExec\",\"Documentum\",\"Job\",\"Middleware\",\"Trace\"],\"articleSection\":[\"Application integration &amp; Middleware\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/documentum-job-dm_ftindexagentboot-does-not-start-anymore\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-job-dm_ftindexagentboot-does-not-start-anymore\/\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/documentum-job-dm_ftindexagentboot-does-not-start-anymore\/\",\"name\":\"Documentum job dm_FTIndexAgentBoot does not start anymore - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\"},\"datePublished\":\"2012-09-26T23:57:00+00:00\",\"author\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/ad54b5e621903122c00c6b7921c6ab85\"},\"description\":\"The Documentum job dm_FTIndexAgentBoot does not start anymore, we have the following job status: The job object indicated the job was in progress. In this blog I will describe how to solve this issue.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-job-dm_ftindexagentboot-does-not-start-anymore\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/documentum-job-dm_ftindexagentboot-does-not-start-anymore\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-job-dm_ftindexagentboot-does-not-start-anymore\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.dbi-services.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Documentum job dm_FTIndexAgentBoot does not start anymore\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/\",\"name\":\"dbi Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/ad54b5e621903122c00c6b7921c6ab85\",\"name\":\"G\u00e9rard Wisson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/1eb607e2c436690f1f57c55db47a3fabb0d11955ea9a2510605d5e5813632408?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1eb607e2c436690f1f57c55db47a3fabb0d11955ea9a2510605d5e5813632408?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1eb607e2c436690f1f57c55db47a3fabb0d11955ea9a2510605d5e5813632408?s=96&d=mm&r=g\",\"caption\":\"G\u00e9rard Wisson\"},\"description\":\"G\u00e9rard Wisson has more than ten years of experience in Enterprise Content Management (ECM) with Documentum as well as in Oracle WebLogic and Java EE \/ J2EE infrastructures. He is specialized in ECM infrastructure services such as installation, upgrade, high availability, and administration as well as in Oracle WebLogic services such as installation, configuration, and management. He is very experienced in the monitoring and optimization of Java EE \/ J2EE infrastructures with Grid\/Cloud Control and JVMD. G\u00e9rard Wisson is certified Oracle Weblogic Server 11g System Administrator and Oracle Certified Associate. Prior to joining dbi services, G\u00e9rard Wisson was Senior Consultant at Solfit in Basel. He holds a diploma in Electrical Engineering from the University of Strasbourg (F). His branch-related experience covers Financial Services \/ Banking, Chemicals &amp; Pharmaceuticals, etc.\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/author\/gerard-wisson\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Documentum job dm_FTIndexAgentBoot does not start anymore - dbi Blog","description":"The Documentum job dm_FTIndexAgentBoot does not start anymore, we have the following job status: The job object indicated the job was in progress. In this blog I will describe how to solve this issue.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.dbi-services.com\/blog\/documentum-job-dm_ftindexagentboot-does-not-start-anymore\/","og_locale":"en_US","og_type":"article","og_title":"Documentum job dm_FTIndexAgentBoot does not start anymore","og_description":"The Documentum job dm_FTIndexAgentBoot does not start anymore, we have the following job status: The job object indicated the job was in progress. In this blog I will describe how to solve this issue.","og_url":"https:\/\/www.dbi-services.com\/blog\/documentum-job-dm_ftindexagentboot-does-not-start-anymore\/","og_site_name":"dbi Blog","article_published_time":"2012-09-26T23:57:00+00:00","author":"G\u00e9rard Wisson","twitter_card":"summary_large_image","twitter_misc":{"Written by":"G\u00e9rard Wisson","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/documentum-job-dm_ftindexagentboot-does-not-start-anymore\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/documentum-job-dm_ftindexagentboot-does-not-start-anymore\/"},"author":{"name":"G\u00e9rard Wisson","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/ad54b5e621903122c00c6b7921c6ab85"},"headline":"Documentum job dm_FTIndexAgentBoot does not start anymore","datePublished":"2012-09-26T23:57:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/documentum-job-dm_ftindexagentboot-does-not-start-anymore\/"},"wordCount":458,"commentCount":0,"keywords":["AgentExec","Documentum","Job","Middleware","Trace"],"articleSection":["Application integration &amp; Middleware"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/documentum-job-dm_ftindexagentboot-does-not-start-anymore\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/documentum-job-dm_ftindexagentboot-does-not-start-anymore\/","url":"https:\/\/www.dbi-services.com\/blog\/documentum-job-dm_ftindexagentboot-does-not-start-anymore\/","name":"Documentum job dm_FTIndexAgentBoot does not start anymore - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"datePublished":"2012-09-26T23:57:00+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/ad54b5e621903122c00c6b7921c6ab85"},"description":"The Documentum job dm_FTIndexAgentBoot does not start anymore, we have the following job status: The job object indicated the job was in progress. In this blog I will describe how to solve this issue.","breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/documentum-job-dm_ftindexagentboot-does-not-start-anymore\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/documentum-job-dm_ftindexagentboot-does-not-start-anymore\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/documentum-job-dm_ftindexagentboot-does-not-start-anymore\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Documentum job dm_FTIndexAgentBoot does not start anymore"}]},{"@type":"WebSite","@id":"https:\/\/www.dbi-services.com\/blog\/#website","url":"https:\/\/www.dbi-services.com\/blog\/","name":"dbi Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/ad54b5e621903122c00c6b7921c6ab85","name":"G\u00e9rard Wisson","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/1eb607e2c436690f1f57c55db47a3fabb0d11955ea9a2510605d5e5813632408?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/1eb607e2c436690f1f57c55db47a3fabb0d11955ea9a2510605d5e5813632408?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1eb607e2c436690f1f57c55db47a3fabb0d11955ea9a2510605d5e5813632408?s=96&d=mm&r=g","caption":"G\u00e9rard Wisson"},"description":"G\u00e9rard Wisson has more than ten years of experience in Enterprise Content Management (ECM) with Documentum as well as in Oracle WebLogic and Java EE \/ J2EE infrastructures. He is specialized in ECM infrastructure services such as installation, upgrade, high availability, and administration as well as in Oracle WebLogic services such as installation, configuration, and management. He is very experienced in the monitoring and optimization of Java EE \/ J2EE infrastructures with Grid\/Cloud Control and JVMD. G\u00e9rard Wisson is certified Oracle Weblogic Server 11g System Administrator and Oracle Certified Associate. Prior to joining dbi services, G\u00e9rard Wisson was Senior Consultant at Solfit in Basel. He holds a diploma in Electrical Engineering from the University of Strasbourg (F). His branch-related experience covers Financial Services \/ Banking, Chemicals &amp; Pharmaceuticals, etc.","url":"https:\/\/www.dbi-services.com\/blog\/author\/gerard-wisson\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/2782","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/users\/24"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=2782"}],"version-history":[{"count":0,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/2782\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=2782"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=2782"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=2782"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=2782"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}