{"id":12270,"date":"2019-02-22T16:33:32","date_gmt":"2019-02-22T15:33:32","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/documentum-documents-not-transferred-webconsumer\/"},"modified":"2019-02-22T16:33:32","modified_gmt":"2019-02-22T15:33:32","slug":"documentum-documents-not-transferred-webconsumer","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/documentum-documents-not-transferred-webconsumer\/","title":{"rendered":"Documentum &#8211; Documents not transferred to WebConsumer"},"content":{"rendered":"<p>Receiving an incident is not always a pleasure, but it is always the case when we share the solution!<br \/>\nA few days ago, I received an incident regarding WebConsumer on a production environment, saying that documents are not transferred as expected to WebConsumer.<br \/>\n<!--more--><\/p>\n<p>The issue didn&#8217;t happened for all documents, that&#8217;s why I directly suspect the High Availability configuration on this environment. Moreover, I know that the IDS is installed only on CS1 (as designed). So I checked the JMS logs on :<br \/>\nCS1 : No errors found there.<\/p>\n<p>CS2 : Errors found :<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1 highlight: [9,10]\">\n2019-02-11 04:05:39,097 UTC INFO  [stdout] (default task-60) [DEBUG] - c.e.d.a.c.m.lifecycle.D2LifecycleConfig       : D2LifecycleConfig::applyMethod start 'WCPublishDocumentMethod'\n2019-02-11 04:05:39,141 UTC INFO  [stdout] (default task-60) [DEBUG] - c.e.d.a.c.m.lifecycle.D2LifecycleConfig       : D2LifecycleConfig::applyMethod before session apply 'WCPublishDocumentMethod' time: 0.044s\n2019-02-11 04:05:39,773 UTC INFO  [stdout] (default task-89) 2019-02-11 04:05:39,773 UTC ERROR [com.domain.repository1.dctm.methods.WCPublishDoc] (default task-89) DfException:: THREAD: default task-89; \nMSG: [DM_METHOD_E_JMS_APP_SERVER_NAME_NOTFOUND]error:  \"The app_server_name\/servlet_name 'WebCache' is not specified in dm_server_config\/dm_jms_config.\"; ERRORCODE: 100; NEXT: null\n<\/pre>\n<p>To cross check:<\/p>\n<p>On CS1:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1 highlight: [9,10]\">\n[dmadmin@CONTENT_SERVER1 ~]$ cd $DOCUMENTUM\/shared\/wildfly9.0.1\/server\/DctmServer_MethodServer\/log\n[dmadmin@CONTENT_SERVER1 log]$ grep DM_METHOD_E_JMS_APP_SERVER_NAME_NOTFOUND server.log | wc -l\n0<\/pre>\n<p>On CS2:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1 highlight: [9,10]\">\n[dmadmin@CONTENT_SERVER2 ~]$ cd $DOCUMENTUM\/shared\/wildfly9.0.1\/server\/DctmServer_MethodServer\/log\n[dmadmin@CONTENT_SERVER2 log]$ grep DM_METHOD_E_JMS_APP_SERVER_NAME_NOTFOUND server.log | wc -l\n60<\/pre>\n<p>So I listed all dm_server_config:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">\nAPI&gt; ?,c,select r_object_id,object_name from dm_server_config;\nr_object_id       object_name                                                                                                                                                                                                                                     \n----------------  -----------------------------\n3d01e24080000102  repository1                                                                                                                                                                                                                                         \n3d01e240800062be  CONTENT_SERVER2_repository1\n<\/pre>\n<p>Then, I checked the app servers list configured:<\/p>\n<p>On CS1:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1 highlight: [10,15]\">\nAPI&gt; dump,c,3d01e24080000102\n...\nUSER ATTRIBUTES\n\n  object_name                     : repository1\n...\n  app_server_name              [0]: do_method\n                               [1]: do_mail\n                               [2]: FULLTEXT_SERVER1_PORT_IndexAgent\n                               [3]: WebCache\n                               [4]: FULLTEXT_SERVER2_PORT_IndexAgent\n  app_server_uri               [0]: https:\/\/CONTENT_SERVER1:9082\/DmMethods\/servlet\/DoMethod\n                               [1]: https:\/\/CONTENT_SERVER1:9082\/DmMail\/servlet\/DoMail\n                               [2]: https:\/\/FULLTEXT_SERVER1:PORT\/IndexAgent\/servlet\/IndexAgent\n                               [3]: https:\/\/CONTENT_SERVER1:6679\/services\/scs\/publish\n                               [4]: https:\/\/FULLTEXT_SERVER2:PORT\/IndexAgent\/servlet\/IndexAgent\n...<\/pre>\n<p>Good, WebCache is configured here.<\/p>\n<p>On CS2:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">\nAPI&gt; dump,c,3d01e240800062be\n...\nUSER ATTRIBUTES\n\n  object_name                     : CONTENT_SERVER2_repository1\n...\n  app_server_name              [0]: do_method\n                               [1]: do_mail\n                               [2]: FULLTEXT_SERVER1_PORT_IndexAgent\n                               [3]: FULLTEXT_SERVER2_PORT_IndexAgent\n  app_server_uri               [0]: https:\/\/CONTENT_SERVER2:9082\/DmMethods\/servlet\/DoMethod\n                               [1]: https:\/\/CONTENT_SERVER2:9082\/DmMail\/servlet\/DoMail\n                               [2]: https:\/\/FULLTEXT_SERVER1:PORT\/IndexAgent\/servlet\/IndexAgent\n                               [3]: https:\/\/FULLTEXT_SERVER2:PORT\/IndexAgent\/servlet\/IndexAgent\n...<\/pre>\n<p>Ok! The root cause of this error is clear now.<\/p>\n<p>The concerned method is WCPublishDocumentMethod, but applied when? by who?<\/p>\n<p>I noticed that in the log above:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">\nD2LifecycleConfig::applyMethod start 'WCPublishDocumentMethod'\n<\/pre>\n<p>So, WCPublishDocumentMethod applied by the D2LifecycleConfig, which is applied when? by who?<br \/>\nSought in the server.log file and found:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">\n2019-02-11 04:05:04,490 UTC INFO  [stdout] (default task-79) [INFO ] - com.emc.d2.api.methods.D2WFLifeCycleMethod    : User  : repository1\n2019-02-11 04:05:04,490 UTC INFO  [stdout] (default task-79) [INFO ] - com.emc.d2.api.methods.D2WFLifeCycleMethod    : New session manager creation.\n2019-02-11 04:05:04,491 UTC INFO  [stdout] (default task-79) [INFO ] - com.emc.d2.api.methods.D2WFLifeCycleMethod    : Session manager set identity.\n2019-02-11 04:05:04,491 UTC INFO  [stdout] (default task-79) [INFO ] - com.emc.d2.api.methods.D2WFLifeCycleMethod    : Session manager get session.\n2019-02-11 04:05:06,006 UTC INFO  [stdout] (default task-79) [INFO ] - com.emc.d2.api.methods.D2WFLifeCycleMethod    : Workitem ID: 4a01e2408002bd3d\n2019-02-11 04:05:06,023 UTC INFO  [stdout] (default task-79) [INFO ] - com.emc.d2.api.methods.D2WFLifeCycleMethod    : Searching workflow tracker...\n2019-02-11 04:05:06,031 UTC INFO  [stdout] (default task-79) [INFO ] - com.emc.d2.api.methods.D2WFLifeCycleMethod    : Searching workflow config...\n2019-02-11 04:05:06,032 UTC INFO  [stdout] (default task-79) [INFO ] - com.emc.d2.api.methods.D2WFLifeCycleMethod    : Get packaged documents...\n2019-02-11 04:05:06,067 UTC INFO  [stdout] (default task-79) [INFO ] - com.emc.d2.api.methods.D2WFLifeCycleMethod    : Apply on masters...\n2019-02-11 04:05:06,068 UTC INFO  [stdout] (default task-79) [INFO ] - com.emc.d2.api.methods.D2WFLifeCycleMethod    : Workitem acquire...\n2019-02-11 04:05:06,098 UTC INFO  [stdout] (default task-79) [INFO ] - com.emc.d2.api.methods.D2WFLifeCycleMethod    : Applying lifecycle (Target state : On Approved \/ Transition :promote\n2019-02-11 04:05:06,098 UTC INFO  [stdout] (default task-79) [INFO ] - com.emc.d2.api.methods.D2WFLifeCycleMethod    : No workflow properties\n2019-02-11 04:05:06,098 UTC INFO  [stdout] (default task-79) [INFO ] - com.emc.d2.api.methods.D2WFLifeCycleMethod    : Searching target state name and\/or transition type.\n2019-02-11 04:05:06,099 UTC INFO  [stdout] (default task-79) [INFO ] - com.emc.d2.api.methods.D2WFLifeCycleMethod    : Target state name :On Approved\n2019-02-11 04:05:06,099 UTC INFO  [stdout] (default task-79) [INFO ] - com.emc.d2.api.methods.D2WFLifeCycleMethod    : Target transition type :promote\n2019-02-11 04:05:06,099 UTC INFO  [stdout] (default task-79) [INFO ] - com.emc.d2.api.methods.D2WFLifeCycleMethod    : Performing D2 lifecycle on :FRM-8003970 (0901e240800311cd)\n2019-02-11 04:05:06,099 UTC INFO  [stdout] (default task-79) [INFO ] - com.emc.d2.api.methods.D2WFLifeCycleMethod    : Searching associated D2 lifecycle...\n2019-02-11 04:05:06,099 UTC INFO  [stdout] (default task-79) [DEBUG] - c.e.d.a.c.m.lifecycle.D2LifecycleConfig       : D2LifecycleConfig::getInstancesForObject start time 0.000s\n...\n2019-02-11 04:05:39,097 UTC INFO  [stdout] (default task-60) [DEBUG] - c.e.d.a.c.m.lifecycle.D2LifecycleConfig       : D2LifecycleConfig::applyMethod start 'WCPublishDocumentMethod'\n...<\/pre>\n<p>Hummmm, the D2WFLifeCycleMethod is applied by the job D2JobLifecycleBatch. I checked the target server of this job:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">\nAPI&gt; ?,c,SELECT target_server FROM dm_job WHERE object_name='D2JobLifecycleBatch';\ntarget_server                                                                                                                                                                               \n-------------\n \n(1 row affected)<\/pre>\n<p>As I suspected, no target server defined! That&#8217;s mean that the job can be executed on &#8220;Any Running Server&#8221;, that&#8217;s why this method has been executed on CS2&#8230; While CS2 is not configured to do so.<\/p>\n<p>Now, two solutions are possible:<br \/>\n1. Change the target_server to use only CS1:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">\nAPI&gt; ?,c,UPDATE dm_job OBJECTS SET target_server='repository1.repository1@CONTENT_SERVER1' WHERE object_name='D2JobLifecycleBatch';\n<\/pre>\n<p>2. Add the app server WebCache to CS2, pointing to CS1:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">\nAPI&gt; fetch,c,3d01e240800062be\nAPI&gt; append,c,l,app_server_name\nSET&gt; WebCache\nAPI&gt; append,c,l,app_server_uri\nSET&gt; https:\/\/CONTENT_SERVER1:6679\/services\/scs\/publish\nAPI&gt; save,c,l\n<\/pre>\n<p>Check after update:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1 highlight: [11,16]\">\nAPI&gt; dump,c,3d01e240800062be\n...\nUSER ATTRIBUTES\n\n  object_name                     : CONTENT_SERVER2_repository1\n...\n  app_server_name              [0]: do_method\n                               [1]: do_mail\n                               [2]: FULLTEXT_SERVER1_PORT_IndexAgent\n                               [3]: FULLTEXT_SERVER2_PORT_IndexAgent\n                               [4]: WebCache\n  app_server_uri               [0]: https:\/\/CONTENT_SERVER2:9082\/DmMethods\/servlet\/DoMethod\n                               [1]: https:\/\/CONTENT_SERVER2:9082\/DmMail\/servlet\/DoMail\n                               [2]: https:\/\/FULLTEXT_SERVER1:PORT\/IndexAgent\/servlet\/IndexAgent\n                               [3]: https:\/\/FULLTEXT_SERVER2:PORT\/IndexAgent\/servlet\/IndexAgent\n                               [4]: https:\/\/CONTENT_SERVER1:6679\/services\/scs\/publish\n...<\/pre>\n<p>We choose the second option, because:<br \/>\n &#8211; The job is handled by the application team,<br \/>\n &#8211; Modifying the job to run only on CS1 will resolve this case, but if the method is applied by another job or manually on CS2, we will get again the same error. <\/p>\n<p>After this update no error has been recorded in the log file:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">\n...\n2019-02-12 04:06:10,948 UTC INFO  [stdout] (default task-81) [DEBUG] - c.e.d.a.c.m.lifecycle.D2LifecycleConfig       : D2LifecycleConfig::applyMethod start 'WCPublishDocumentMethod'\n2019-02-12 04:06:10,955 UTC INFO  [stdout] (default task-81) [DEBUG] - c.e.d.a.c.m.lifecycle.D2LifecycleConfig       : D2LifecycleConfig::applyMethod before session apply 'WCPublishDocumentMethod' time: 0.007s\n2019-02-12 04:06:10,955 UTC INFO  [stdout] (default task-81) [DEBUG] - com.emc.d2.api.methods.D2Method               : No ARG_RETURN_ID in mapArguments\n2019-02-12 04:06:10,956 UTC INFO  [stdout] (default task-81) [DEBUG] - com.emc.d2.api.methods.D2Method               : newObject created, user session used: 0801e2408023f714\n2019-02-12 04:06:10,956 UTC INFO  [stdout] (default task-81) [DEBUG] - com.emc.d2.api.D2SysObject                    : getFolderIdFromCache: got folder: \/System\/D2\/Data\/c6_method_return, object id: 0b01e2408000256b, docbase: repository1\n2019-02-12 04:06:11,016 UTC INFO  [stdout] (default task-81) [DEBUG] - com.emc.d2.api.methods.D2Method               : mapArguments: {-method_return_id=0801e2408023f714}\n2019-02-12 04:06:11,016 UTC INFO  [stdout] (default task-81) [DEBUG] - com.emc.d2.api.methods.D2Method               : origArguments: {-id=0901e24080122a59}\n2019-02-12 04:06:11,017 UTC INFO  [stdout] (default task-81) [DEBUG] - com.emc.d2.api.methods.D2Method               : methodName: WCPublishDocumentMethod\n2019-02-12 04:06:11,017 UTC INFO  [stdout] (default task-81) [DEBUG] - com.emc.d2.api.methods.D2Method               : methodParams: -id 0901e24080122a59 -user_name dmadmin -docbase_name repository1\n2019-02-12 04:06:11,017 UTC INFO  [stdout] (default task-81) [DEBUG] - com.emc.d2.api.methods.D2Method               : Start WCPublishDocumentMethod method with JMS (Java Method Services) runLocally hint set is false\n2019-02-12 04:06:11,017 UTC INFO  [stdout] (default task-81) [DEBUG] - com.emc.d2.api.methods.D2Method               : key: -method_return_id, and value: 0801e2408023f714\n...\n<\/pre>\n<p>I hope this blog will help you to quickly resolve this kind of incident.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Receiving an incident is not always a pleasure, but it is always the case when we share the solution! A few days ago, I received an incident regarding WebConsumer on a production environment, saying that documents are not transferred as expected to WebConsumer.<\/p>\n","protected":false},"author":46,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[197,525],"tags":[443,1177,1213,129,960],"type_dbi":[],"class_list":["post-12270","post","type-post","status-publish","format-standard","hentry","category-application-integration-middleware","category-enterprise-content-management","tag-d2","tag-dm_server_config","tag-docbase","tag-documentum","tag-java-method-server"],"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 - Documents not transferred to WebConsumer - dbi Blog<\/title>\n<meta name=\"description\" content=\"documents are not transferred as expected to WebConsumer, the app_server_name\/servlet_name &#039;WebCache&#039; is not specified in dm_server_config\/dm_jms_config\" \/>\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-documents-not-transferred-webconsumer\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Documentum - Documents not transferred to WebConsumer\" \/>\n<meta property=\"og:description\" content=\"documents are not transferred as expected to WebConsumer, the app_server_name\/servlet_name &#039;WebCache&#039; is not specified in dm_server_config\/dm_jms_config\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/documentum-documents-not-transferred-webconsumer\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2019-02-22T15:33:32+00:00\" \/>\n<meta name=\"author\" content=\"David Diab\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"David Diab\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 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-documents-not-transferred-webconsumer\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-documents-not-transferred-webconsumer\/\"},\"author\":{\"name\":\"David Diab\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/deb907c3360cacdc6c7df54b4bac3c86\"},\"headline\":\"Documentum &#8211; Documents not transferred to WebConsumer\",\"datePublished\":\"2019-02-22T15:33:32+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-documents-not-transferred-webconsumer\/\"},\"wordCount\":335,\"commentCount\":0,\"keywords\":[\"D2\",\"dm_server_config\",\"docbase\",\"Documentum\",\"Java Method Server\"],\"articleSection\":[\"Application integration &amp; Middleware\",\"Enterprise content management\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/documentum-documents-not-transferred-webconsumer\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-documents-not-transferred-webconsumer\/\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/documentum-documents-not-transferred-webconsumer\/\",\"name\":\"Documentum - Documents not transferred to WebConsumer - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\"},\"datePublished\":\"2019-02-22T15:33:32+00:00\",\"author\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/deb907c3360cacdc6c7df54b4bac3c86\"},\"description\":\"documents are not transferred as expected to WebConsumer, the app_server_name\/servlet_name 'WebCache' is not specified in dm_server_config\/dm_jms_config\",\"breadcrumb\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-documents-not-transferred-webconsumer\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/documentum-documents-not-transferred-webconsumer\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-documents-not-transferred-webconsumer\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.dbi-services.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Documentum &#8211; Documents not transferred to WebConsumer\"}]},{\"@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\/deb907c3360cacdc6c7df54b4bac3c86\",\"name\":\"David Diab\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/212b1b2e4650bad3116f644ab4fb4663786d94195d7685d0704c8426da088e60?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/212b1b2e4650bad3116f644ab4fb4663786d94195d7685d0704c8426da088e60?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/212b1b2e4650bad3116f644ab4fb4663786d94195d7685d0704c8426da088e60?s=96&d=mm&r=g\",\"caption\":\"David Diab\"},\"url\":\"https:\/\/www.dbi-services.com\/blog\/author\/david-diab\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Documentum - Documents not transferred to WebConsumer - dbi Blog","description":"documents are not transferred as expected to WebConsumer, the app_server_name\/servlet_name 'WebCache' is not specified in dm_server_config\/dm_jms_config","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-documents-not-transferred-webconsumer\/","og_locale":"en_US","og_type":"article","og_title":"Documentum - Documents not transferred to WebConsumer","og_description":"documents are not transferred as expected to WebConsumer, the app_server_name\/servlet_name 'WebCache' is not specified in dm_server_config\/dm_jms_config","og_url":"https:\/\/www.dbi-services.com\/blog\/documentum-documents-not-transferred-webconsumer\/","og_site_name":"dbi Blog","article_published_time":"2019-02-22T15:33:32+00:00","author":"David Diab","twitter_card":"summary_large_image","twitter_misc":{"Written by":"David Diab","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/documentum-documents-not-transferred-webconsumer\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/documentum-documents-not-transferred-webconsumer\/"},"author":{"name":"David Diab","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/deb907c3360cacdc6c7df54b4bac3c86"},"headline":"Documentum &#8211; Documents not transferred to WebConsumer","datePublished":"2019-02-22T15:33:32+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/documentum-documents-not-transferred-webconsumer\/"},"wordCount":335,"commentCount":0,"keywords":["D2","dm_server_config","docbase","Documentum","Java Method Server"],"articleSection":["Application integration &amp; Middleware","Enterprise content management"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/documentum-documents-not-transferred-webconsumer\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/documentum-documents-not-transferred-webconsumer\/","url":"https:\/\/www.dbi-services.com\/blog\/documentum-documents-not-transferred-webconsumer\/","name":"Documentum - Documents not transferred to WebConsumer - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"datePublished":"2019-02-22T15:33:32+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/deb907c3360cacdc6c7df54b4bac3c86"},"description":"documents are not transferred as expected to WebConsumer, the app_server_name\/servlet_name 'WebCache' is not specified in dm_server_config\/dm_jms_config","breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/documentum-documents-not-transferred-webconsumer\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/documentum-documents-not-transferred-webconsumer\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/documentum-documents-not-transferred-webconsumer\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Documentum &#8211; Documents not transferred to WebConsumer"}]},{"@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\/deb907c3360cacdc6c7df54b4bac3c86","name":"David Diab","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/212b1b2e4650bad3116f644ab4fb4663786d94195d7685d0704c8426da088e60?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/212b1b2e4650bad3116f644ab4fb4663786d94195d7685d0704c8426da088e60?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/212b1b2e4650bad3116f644ab4fb4663786d94195d7685d0704c8426da088e60?s=96&d=mm&r=g","caption":"David Diab"},"url":"https:\/\/www.dbi-services.com\/blog\/author\/david-diab\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/12270","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\/46"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=12270"}],"version-history":[{"count":0,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/12270\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=12270"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=12270"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=12270"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=12270"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}