{"id":8446,"date":"2016-06-24T08:46:12","date_gmt":"2016-06-24T06:46:12","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/upgrading-to-7-2-created-a-new-acs-how-to-remove-it-and-test-it\/"},"modified":"2016-06-24T08:46:12","modified_gmt":"2016-06-24T06:46:12","slug":"upgrading-to-7-2-created-a-new-acs-how-to-remove-it-and-test-it","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/upgrading-to-7-2-created-a-new-acs-how-to-remove-it-and-test-it\/","title":{"rendered":"Upgrading to 7.2 created a new ACS. How to remove it and test it?"},"content":{"rendered":"<p>I had this strange behavior that once upgraded from 6.7 to 7.2 a new ACS was created. I think it&#8217;s because the current ACS name didn&#8217;t fit the new ACS name pattern. Well it&#8217;s not a big issue to have 2 ACS configured. But in my case they pointed both to the same port and servlet so&#8230; I had to remove one.<\/p>\n<h3>Hence, how can we know which one is used?<\/h3>\n<p>That&#8217;s easy, just find the acs.properties file located in:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">$DOCUMENTUM_SHARED\/jboss7.1.1\/server\/DctmServer_MethodServer\/deployments\/acs.ear\/lib\/configs.jar\/config\/acs.properties<\/pre>\n<p>&nbsp;<\/p>\n<p>In this file you should find the line:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">repository.acsconfig=YOUR_ACS_NAME.comACS1<\/pre>\n<p>&nbsp;<\/p>\n<p>In fact my previous ACS was named YOUR_ACS_NAME.cACS1 that&#8217;s why I think a new one was created. So here you have the ACS used and you just have to remove the other one:<\/p>\n<p class=\"brush: bash; gutter: true; first-line: 1\">delete dm_acs_config objects where object_name = &#8216;YOUR_OLD_ACS_NAME&#8217;;<\/p>\n<p>Fine, now how can we check that the ACS is working properly?<\/p>\n<p>First you can paste the ACS url i your browser to check if it&#8217;s running, it should look like this:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">http:\/\/your-content-server-host:9080\/ACS\/servlet\/ACS<\/pre>\n<p>&nbsp;<\/p>\n<p>If you installed your method server on another port than 9080, use it.<\/p>\n<p>You should see the following result (maybe with a different version):<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">ACS Server Is Running - Version : 7.2.012.0.0114<\/pre>\n<p>&nbsp;<\/p>\n<p>If you can&#8217;t find the ACS url, login to Documentum Administrator and navigate to:<br \/>\nAdministration -&gt; Distributed Content Configuration -&gt; ACS Server<br \/>\nIf you right click on it you will see the url at the bottom of the page.<\/p>\n<h3>At this point the ACS is running but is documentum using it properly?<\/h3>\n<p>In order to verify this point a bit of configuration is needed. Login to the server on which you have DA installed, in the DA application search for a log4j.properties file and add the following lines:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">log4j.logger.com.documentum.acs=DEBUG, ACS_LOG\nlog4j.logger.com.documentum.fc.client.impl.acs=DEBUG, ACS_LOG\nlog4j.appender.ACS_LOG=org.apache.log4j.RollingFileAppender\nlog4j.appender.ACS_LOG.File=${catalina.home}\/logs\/AcsServer.log\nlog4j.appender.ACS_LOG.MaxFileSize=10MB\nlog4j.appender.ACS_LOG.layout=org.apache.log4j.PatternLayout\nlog4j.appender.ACS_LOG.layout.ConversionPattern=%d{ABSOLUTE} %5p [%t] %c - %m%n<\/pre>\n<p>You may have to update the line log4j.appender.ACS_LOG.File.<\/p>\n<p>Restart the tomcat or whatever webapp server you have. In order to generate logs you&#8217;ll have to open a document from DA. Let&#8217;s say we have a document called TESTDOC.doc.<br \/>\nOnce you open it you&#8217;ll have around 3 to 4 lines in AcsServer.log. In order to verify that everything went fine, you should NOT see the following line:<br \/>\nINFO [Timer-161] com.documentum.acs.dfc &#8211; [DFC_ACS_LOG_UNAVAILABLE] &#8220;userName=&#8221;test&#8221;, objectId=&#8221;0903d0908010000&#8243;, objectName=&#8221;TESTDOC.doc&#8221;&#8221;, skip unavailable &#8220;ACS&#8221; serverName=&#8221;YOUR_ACS_NAME_HERE&#8221; protocol &#8220;http&#8221;<\/p>\n<p>Instead you must have a kind of ticket\/key formed by a lot of letters\/numbers. This step will validate that you have been served by the ACS.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I had this strange behavior that once upgraded from 6.7 to 7.2 a new ACS was created. I think it&#8217;s because the current ACS name didn&#8217;t fit the new ACS name pattern. Well it&#8217;s not a big issue to have 2 ACS configured. But in my case they pointed both to the same port and [&hellip;]<\/p>\n","protected":false},"author":40,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[197],"tags":[696,475,868,869,129,219],"type_dbi":[],"class_list":["post-8446","post","type-post","status-publish","format-standard","hentry","category-application-integration-middleware","tag-7-2","tag-acs","tag-acs-properties","tag-da","tag-documentum","tag-upgrade"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Upgrading to 7.2 created a new ACS. How to remove it and test it? - dbi Blog<\/title>\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\/upgrading-to-7-2-created-a-new-acs-how-to-remove-it-and-test-it\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Upgrading to 7.2 created a new ACS. How to remove it and test it?\" \/>\n<meta property=\"og:description\" content=\"I had this strange behavior that once upgraded from 6.7 to 7.2 a new ACS was created. I think it&#8217;s because the current ACS name didn&#8217;t fit the new ACS name pattern. Well it&#8217;s not a big issue to have 2 ACS configured. But in my case they pointed both to the same port and [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/upgrading-to-7-2-created-a-new-acs-how-to-remove-it-and-test-it\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2016-06-24T06:46:12+00:00\" \/>\n<meta name=\"author\" content=\"Middleware Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Middleware Team\" \/>\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\\\/upgrading-to-7-2-created-a-new-acs-how-to-remove-it-and-test-it\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/upgrading-to-7-2-created-a-new-acs-how-to-remove-it-and-test-it\\\/\"},\"author\":{\"name\":\"Middleware Team\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/8d8563acfc6e604cce6507f45bac0ea1\"},\"headline\":\"Upgrading to 7.2 created a new ACS. How to remove it and test it?\",\"datePublished\":\"2016-06-24T06:46:12+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/upgrading-to-7-2-created-a-new-acs-how-to-remove-it-and-test-it\\\/\"},\"wordCount\":435,\"commentCount\":0,\"keywords\":[\"7.2\",\"ACS\",\"acs.properties\",\"DA\",\"Documentum\",\"Upgrade\"],\"articleSection\":[\"Application integration &amp; Middleware\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/upgrading-to-7-2-created-a-new-acs-how-to-remove-it-and-test-it\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/upgrading-to-7-2-created-a-new-acs-how-to-remove-it-and-test-it\\\/\",\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/upgrading-to-7-2-created-a-new-acs-how-to-remove-it-and-test-it\\\/\",\"name\":\"Upgrading to 7.2 created a new ACS. How to remove it and test it? - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#website\"},\"datePublished\":\"2016-06-24T06:46:12+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/8d8563acfc6e604cce6507f45bac0ea1\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/upgrading-to-7-2-created-a-new-acs-how-to-remove-it-and-test-it\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/upgrading-to-7-2-created-a-new-acs-how-to-remove-it-and-test-it\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/upgrading-to-7-2-created-a-new-acs-how-to-remove-it-and-test-it\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Upgrading to 7.2 created a new ACS. How to remove it and test it?\"}]},{\"@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\\\/8d8563acfc6e604cce6507f45bac0ea1\",\"name\":\"Middleware Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ddcae7ba0f9d1a0e7ae707f0e689e4a9c95bb48ec49c8e6d9cc86d43f4121cb6?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ddcae7ba0f9d1a0e7ae707f0e689e4a9c95bb48ec49c8e6d9cc86d43f4121cb6?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ddcae7ba0f9d1a0e7ae707f0e689e4a9c95bb48ec49c8e6d9cc86d43f4121cb6?s=96&d=mm&r=g\",\"caption\":\"Middleware Team\"},\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/author\\\/middleware-team\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Upgrading to 7.2 created a new ACS. How to remove it and test it? - dbi Blog","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\/upgrading-to-7-2-created-a-new-acs-how-to-remove-it-and-test-it\/","og_locale":"en_US","og_type":"article","og_title":"Upgrading to 7.2 created a new ACS. How to remove it and test it?","og_description":"I had this strange behavior that once upgraded from 6.7 to 7.2 a new ACS was created. I think it&#8217;s because the current ACS name didn&#8217;t fit the new ACS name pattern. Well it&#8217;s not a big issue to have 2 ACS configured. But in my case they pointed both to the same port and [&hellip;]","og_url":"https:\/\/www.dbi-services.com\/blog\/upgrading-to-7-2-created-a-new-acs-how-to-remove-it-and-test-it\/","og_site_name":"dbi Blog","article_published_time":"2016-06-24T06:46:12+00:00","author":"Middleware Team","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Middleware Team","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/upgrading-to-7-2-created-a-new-acs-how-to-remove-it-and-test-it\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/upgrading-to-7-2-created-a-new-acs-how-to-remove-it-and-test-it\/"},"author":{"name":"Middleware Team","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/8d8563acfc6e604cce6507f45bac0ea1"},"headline":"Upgrading to 7.2 created a new ACS. How to remove it and test it?","datePublished":"2016-06-24T06:46:12+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/upgrading-to-7-2-created-a-new-acs-how-to-remove-it-and-test-it\/"},"wordCount":435,"commentCount":0,"keywords":["7.2","ACS","acs.properties","DA","Documentum","Upgrade"],"articleSection":["Application integration &amp; Middleware"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/upgrading-to-7-2-created-a-new-acs-how-to-remove-it-and-test-it\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/upgrading-to-7-2-created-a-new-acs-how-to-remove-it-and-test-it\/","url":"https:\/\/www.dbi-services.com\/blog\/upgrading-to-7-2-created-a-new-acs-how-to-remove-it-and-test-it\/","name":"Upgrading to 7.2 created a new ACS. How to remove it and test it? - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"datePublished":"2016-06-24T06:46:12+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/8d8563acfc6e604cce6507f45bac0ea1"},"breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/upgrading-to-7-2-created-a-new-acs-how-to-remove-it-and-test-it\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/upgrading-to-7-2-created-a-new-acs-how-to-remove-it-and-test-it\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/upgrading-to-7-2-created-a-new-acs-how-to-remove-it-and-test-it\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Upgrading to 7.2 created a new ACS. How to remove it and test it?"}]},{"@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\/8d8563acfc6e604cce6507f45bac0ea1","name":"Middleware Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/ddcae7ba0f9d1a0e7ae707f0e689e4a9c95bb48ec49c8e6d9cc86d43f4121cb6?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/ddcae7ba0f9d1a0e7ae707f0e689e4a9c95bb48ec49c8e6d9cc86d43f4121cb6?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ddcae7ba0f9d1a0e7ae707f0e689e4a9c95bb48ec49c8e6d9cc86d43f4121cb6?s=96&d=mm&r=g","caption":"Middleware Team"},"url":"https:\/\/www.dbi-services.com\/blog\/author\/middleware-team\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/8446","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\/40"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=8446"}],"version-history":[{"count":0,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/8446\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=8446"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=8446"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=8446"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=8446"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}