{"id":3546,"date":"2023-04-12T15:39:23","date_gmt":"2023-04-12T15:39:23","guid":{"rendered":"https:\/\/quebit.com\/askquebit\/managing-timeouts-in-controlworq\/"},"modified":"2026-01-15T18:06:56","modified_gmt":"2026-01-15T18:06:56","slug":"managing-timeouts-in-controlworq","status":"publish","type":"post","link":"https:\/\/quebit.com\/askquebit\/managing-timeouts-in-controlworq\/","title":{"rendered":"How Do I Adjust Timeout Settings in ControlWORQ to Prevent Connection or Operation Timeouts?"},"content":{"rendered":"<p>This article covers settings that can be changed to adjust different timeouts in your <a href=\"https:\/\/quebit.com\/what-we-offer\/products\/our-products\/frameworq\/controlworq\/\">ControlWORQ<\/a> installation. ControlWORQ has timeout settings which can be added or modified to adjust how long a connection remains open or how long an operation (like intercompany eliminations) runs before timing out.<\/p>\n<p>ControlWORQ timeouts work in tandem with <a href=\"https:\/\/www-01.ibm.com\/support\/docview.wss?uid=swg22002419\">Planning Analytics (PA)-based timeouts<\/a> like <a href=\"https:\/\/www.ibm.com\/support\/knowledgecenter\/en\/SSD29G_2.0.0\/com.ibm.swg.ba.cognos.tm1_inst.2.0.0.doc\/c_idleconnectiontimeoutseconds_tm1.html\">IdleConnectionTimeOutSeconds<\/a>. This means that if, for example, PA Server times you out in 20 minutes and ControlWORQ connections timeout in 30 minutes, you\u2019ll lose your connection after 20 minutes of inactivity.<\/p>\n<p><em>NOTE: In the following examples, ControlWORQ Server refers to the ControlWORQ Server Windows Service, and ControlWORQ Clients refers to any of the available client applications: Web, Configuration, and Excel Add-in.<\/em><\/p>\n<h2>Changing ControlWORQ Client\/Server Connection Timeouts<\/h2>\n<p>If you experience timeouts or errors in your connection status with ControlWORQ Server here are the settings that you can add or modify in the following configuration files, using your favorite text editor.<\/p>\n<h3>ControlWORQ Server Connection Timeouts<\/h3>\n<p><em>Note that changing any of the following settings will require a ControlWORQ Server service restart to take effect.<\/em><\/p>\n<h4><em>Configuration File Default Location<\/em><\/h4>\n<blockquote><p>%PROGRAMFILES%QueBITFrameWORQControlWORQServiceQueBIT.ControlWORQ.HostService.exe.config<\/p><\/blockquote>\n<h4><span style=\"color: #000000;\">Settings<\/span><\/h4>\n<ul>\n<li><em><span style=\"color: #3366ff;\">sendTimeout:<\/span><\/em> How long the server waits for an operation with a ControlWORQ client application to complete before timing out. The default if not specified is 1 minute. This may need to be extended if you expect longer operations to take place, like with intercompany eliminations or if you suspect there to be occasional PA Server locks during data loads.<\/li>\n<li><em><span style=\"color: #3366ff;\">receiveTimeout &amp; inactivityTimeout:<\/span> <\/em>How long the server waits to hear any request from a ControlWORQ client application before assuming the connection can be timed out and closed. The default if not specified is 10 minutes. This should be modified to match your PA Server timeout settings.<\/li>\n<\/ul>\n<h4><span style=\"color: #000000;\">Sample<\/span><\/h4>\n<p>The following is an example of the section of the Server configuration where these timeouts have been adjusted to higher values (10 minutes for send timeout, 30 minutes for both receive and inactivity timeouts):<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-372 alignnone\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2018\/09\/CW1.jpg\" alt=\"\" width=\"425\" height=\"115\" \/><\/p>\n<h3>ControlWORQ Clients<\/h3>\n<h4>Configuration File Default Locations<\/h4>\n<p><em>Note that all of the ControlWORQ client applications, with the exception of the Web application, require a restart of the application in order for the setting changes to take effect.<\/em><\/p>\n<h5><span style=\"color: #3366ff;\">Web<\/span><\/h5>\n<blockquote><p>%PROGRAMFILES%QueBITFrameWORQControlWORQWebWeb.config<\/p><\/blockquote>\n<h5><span style=\"color: #3366ff;\">Configuration Application<\/span><\/h5>\n<blockquote><p>%PROGRAMFILES%QueBITFrameWORQControlWORQConfigurationControlWORQConfiguration.exe.config<\/p><\/blockquote>\n<h5><span style=\"color: #3366ff;\">Excel Add-In<\/span><\/h5>\n<blockquote><p>%PROGRAMFILES(x86)%QueBITFrameWORQControlWORQAddInCOM QueBIT.ControlWORQ.AddIn.UI.dll.config<\/p><\/blockquote>\n<h4><span style=\"color: #000000;\">Settings<\/span><\/h4>\n<ul>\n<li><em><span style=\"color: #3366ff;\">sendTimeout:<\/span> <\/em>How long the client waits for an operation with the ControlWORQ Server to complete before timing out. The default if not specified is 1 minute. This may need to be extended if you expect longer operations to take place, like with intercompany eliminations or if you suspect there to be occasional PA Server locks during data loads.<\/li>\n<li><span style=\"color: #3366ff;\"><em>inactivityTimeout:<\/em><\/span> How long the client keeps a connection established with the server. Helps ensure that the client regularly checks-in with the server to maintain an active connection. The default if not specified is 10 minutes.<\/li>\n<li><em><span style=\"color: #3366ff;\">maxRetryCount:<\/span><\/em> This setting indicates the number of times the client application will check the server for the status of a request that it has made, for example \u201cGenerate Intercompany Journals\u201d, before assuming the request or connection with the server has been lost. The default if not specified is 8.<\/li>\n<\/ul>\n<h5><span style=\"color: #3366ff;\">Sample<\/span><\/h5>\n<p>The following is an example of the section of the Web configuration where these timeouts have been adjusted to higher values (10 minutes for send timeout, 30 minutes for both inactivity timeouts, and 16 for max retries):<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-371 alignnone\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2018\/09\/CW2.jpg\" alt=\"\" width=\"562\" height=\"110\" \/><\/p>\n<h2>Recommendations<\/h2>\n<p>If you aren\u2019t experiencing problems with unexpected or too-frequent timeouts there is no need to modify these settings. These settings are most useful when you expect to have long-running operations in ControlWORQ or Planning Analytics, or you wish to modify ControlWORQ timeouts to match your Planning Analytics Server\u2019s timeouts.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This article covers settings that can be changed to adjust different timeouts in your ControlWORQ installation. ControlWORQ has timeout settings which can be added or modified to adjust how long a connection remains open or how long an operation (like intercompany eliminations) runs before timing out. ControlWORQ timeouts work in tandem with Planning Analytics (PA)-based&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[27],"tags":[30],"class_list":["post-3546","post","type-post","status-publish","format-standard","hentry","category-quebit-value","tag-controlworq"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How Do I Adjust Timeout Settings in ControlWORQ to Prevent Connection or Operation Timeouts? - QueBIT<\/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:\/\/quebit.com\/askquebit\/managing-timeouts-in-controlworq\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How Do I Adjust Timeout Settings in ControlWORQ to Prevent Connection or Operation Timeouts? - QueBIT\" \/>\n<meta property=\"og:description\" content=\"This article covers settings that can be changed to adjust different timeouts in your ControlWORQ installation. ControlWORQ has timeout settings which can be added or modified to adjust how long a connection remains open or how long an operation (like intercompany eliminations) runs before timing out. ControlWORQ timeouts work in tandem with Planning Analytics (PA)-based&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/quebit.com\/askquebit\/managing-timeouts-in-controlworq\/\" \/>\n<meta property=\"og:site_name\" content=\"QueBIT\" \/>\n<meta property=\"article:published_time\" content=\"2023-04-12T15:39:23+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-15T18:06:56+00:00\" \/>\n<meta name=\"author\" content=\"agoddard\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"agoddard\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/managing-timeouts-in-controlworq\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/managing-timeouts-in-controlworq\\\/\"},\"author\":{\"name\":\"agoddard\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#\\\/schema\\\/person\\\/e52d72da0fd2f5f70d189343fe4f5084\"},\"headline\":\"How Do I Adjust Timeout Settings in ControlWORQ to Prevent Connection or Operation Timeouts?\",\"datePublished\":\"2023-04-12T15:39:23+00:00\",\"dateModified\":\"2026-01-15T18:06:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/managing-timeouts-in-controlworq\\\/\"},\"wordCount\":623,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/managing-timeouts-in-controlworq\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2018\\\/09\\\/CW1.jpg\",\"keywords\":[\"ControlWORQ\"],\"articleSection\":[\"QueBIT Value\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/quebit.com\\\/askquebit\\\/managing-timeouts-in-controlworq\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/managing-timeouts-in-controlworq\\\/\",\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/managing-timeouts-in-controlworq\\\/\",\"name\":\"How Do I Adjust Timeout Settings in ControlWORQ to Prevent Connection or Operation Timeouts? - QueBIT\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/managing-timeouts-in-controlworq\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/managing-timeouts-in-controlworq\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2018\\\/09\\\/CW1.jpg\",\"datePublished\":\"2023-04-12T15:39:23+00:00\",\"dateModified\":\"2026-01-15T18:06:56+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#\\\/schema\\\/person\\\/e52d72da0fd2f5f70d189343fe4f5084\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/managing-timeouts-in-controlworq\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/quebit.com\\\/askquebit\\\/managing-timeouts-in-controlworq\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/managing-timeouts-in-controlworq\\\/#primaryimage\",\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2018\\\/09\\\/CW1.jpg\",\"contentUrl\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2018\\\/09\\\/CW1.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/managing-timeouts-in-controlworq\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How Do I Adjust Timeout Settings in ControlWORQ to Prevent Connection or Operation Timeouts?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#website\",\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/\",\"name\":\"QueBIT\",\"description\":\"QueBIT\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#\\\/schema\\\/person\\\/e52d72da0fd2f5f70d189343fe4f5084\",\"name\":\"agoddard\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g\",\"caption\":\"agoddard\"},\"sameAs\":[\"https:\\\/\\\/quebit.com\\\/askquebit\"],\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/author\\\/agoddard\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How Do I Adjust Timeout Settings in ControlWORQ to Prevent Connection or Operation Timeouts? - QueBIT","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:\/\/quebit.com\/askquebit\/managing-timeouts-in-controlworq\/","og_locale":"en_US","og_type":"article","og_title":"How Do I Adjust Timeout Settings in ControlWORQ to Prevent Connection or Operation Timeouts? - QueBIT","og_description":"This article covers settings that can be changed to adjust different timeouts in your ControlWORQ installation. ControlWORQ has timeout settings which can be added or modified to adjust how long a connection remains open or how long an operation (like intercompany eliminations) runs before timing out. ControlWORQ timeouts work in tandem with Planning Analytics (PA)-based&hellip;","og_url":"https:\/\/quebit.com\/askquebit\/managing-timeouts-in-controlworq\/","og_site_name":"QueBIT","article_published_time":"2023-04-12T15:39:23+00:00","article_modified_time":"2026-01-15T18:06:56+00:00","author":"agoddard","twitter_card":"summary_large_image","twitter_misc":{"Written by":"agoddard","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/quebit.com\/askquebit\/managing-timeouts-in-controlworq\/#article","isPartOf":{"@id":"https:\/\/quebit.com\/askquebit\/managing-timeouts-in-controlworq\/"},"author":{"name":"agoddard","@id":"https:\/\/quebit.com\/askquebit\/#\/schema\/person\/e52d72da0fd2f5f70d189343fe4f5084"},"headline":"How Do I Adjust Timeout Settings in ControlWORQ to Prevent Connection or Operation Timeouts?","datePublished":"2023-04-12T15:39:23+00:00","dateModified":"2026-01-15T18:06:56+00:00","mainEntityOfPage":{"@id":"https:\/\/quebit.com\/askquebit\/managing-timeouts-in-controlworq\/"},"wordCount":623,"commentCount":0,"image":{"@id":"https:\/\/quebit.com\/askquebit\/managing-timeouts-in-controlworq\/#primaryimage"},"thumbnailUrl":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2018\/09\/CW1.jpg","keywords":["ControlWORQ"],"articleSection":["QueBIT Value"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/quebit.com\/askquebit\/managing-timeouts-in-controlworq\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/quebit.com\/askquebit\/managing-timeouts-in-controlworq\/","url":"https:\/\/quebit.com\/askquebit\/managing-timeouts-in-controlworq\/","name":"How Do I Adjust Timeout Settings in ControlWORQ to Prevent Connection or Operation Timeouts? - QueBIT","isPartOf":{"@id":"https:\/\/quebit.com\/askquebit\/#website"},"primaryImageOfPage":{"@id":"https:\/\/quebit.com\/askquebit\/managing-timeouts-in-controlworq\/#primaryimage"},"image":{"@id":"https:\/\/quebit.com\/askquebit\/managing-timeouts-in-controlworq\/#primaryimage"},"thumbnailUrl":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2018\/09\/CW1.jpg","datePublished":"2023-04-12T15:39:23+00:00","dateModified":"2026-01-15T18:06:56+00:00","author":{"@id":"https:\/\/quebit.com\/askquebit\/#\/schema\/person\/e52d72da0fd2f5f70d189343fe4f5084"},"breadcrumb":{"@id":"https:\/\/quebit.com\/askquebit\/managing-timeouts-in-controlworq\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/quebit.com\/askquebit\/managing-timeouts-in-controlworq\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/quebit.com\/askquebit\/managing-timeouts-in-controlworq\/#primaryimage","url":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2018\/09\/CW1.jpg","contentUrl":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2018\/09\/CW1.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/quebit.com\/askquebit\/managing-timeouts-in-controlworq\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/quebit.com\/askquebit\/"},{"@type":"ListItem","position":2,"name":"How Do I Adjust Timeout Settings in ControlWORQ to Prevent Connection or Operation Timeouts?"}]},{"@type":"WebSite","@id":"https:\/\/quebit.com\/askquebit\/#website","url":"https:\/\/quebit.com\/askquebit\/","name":"QueBIT","description":"QueBIT","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/quebit.com\/askquebit\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/quebit.com\/askquebit\/#\/schema\/person\/e52d72da0fd2f5f70d189343fe4f5084","name":"agoddard","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g","caption":"agoddard"},"sameAs":["https:\/\/quebit.com\/askquebit"],"url":"https:\/\/quebit.com\/askquebit\/author\/agoddard\/"}]}},"_links":{"self":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts\/3546","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/comments?post=3546"}],"version-history":[{"count":1,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts\/3546\/revisions"}],"predecessor-version":[{"id":4908,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts\/3546\/revisions\/4908"}],"wp:attachment":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/media?parent=3546"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/categories?post=3546"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/tags?post=3546"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}