{"id":996,"date":"2008-12-12T10:07:24","date_gmt":"2008-12-12T14:07:24","guid":{"rendered":"http:\/\/onlineappsdba.com\/index.php\/2008\/12\/12\/application-object-library-is-unable-to-reconnect-to-your-gateway-oracle-account\/"},"modified":"2008-12-12T10:10:51","modified_gmt":"2008-12-12T14:10:51","slug":"application-object-library-is-unable-to-reconnect-to-your-gateway-oracle-account","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2008\/12\/12\/application-object-library-is-unable-to-reconnect-to-your-gateway-oracle-account\/","title":{"rendered":"Application Object Library is unable to reconnect to your gateway ORACLE account"},"content":{"rendered":"<p>While starting Apache (Web Server) in E-Business Suite 11i using &#8220;<strong>adapcctl.sh start<\/strong>&#8220;, I got below error message<\/p>\n<p>***********<br \/>\n<font color=\"#ff0000\">Cannot reconnect to gateway<br \/>\n<strong>Cause:<\/strong>\u00a0 Application Object Library is unable to reconnect to your gateway ORACLE account after you unsuccessfully attempted to sign-on.<br \/>\n<strong>Action:<\/strong>\u00a0 Check that your gateway environment variable is set correctly.<br \/>\n<\/font>  ***********<\/p>\n<p>My first attempt was to check in metalink\u00a0where I\u00a0found note &#8220;<strong>413529.1\u00a0 Apache adstrtal.sh adstpal.sh Scripts Give Cannot Reconnect To Gateway With Wrong Apps Username or Password<\/strong>&#8220;.<\/p>\n<p>I was using\u00a0&#8220;<strong>adapcctl.sh start<\/strong>&#8221;\u00a0 (No apps password, I don&#8217;t remember ever using apps password with Apache) so Metalink Note <strong>413529.1\u00a0<\/strong>was not good hit.<\/p>\n<p>My next suspect was <strong>GSM<\/strong> (<strong>Generic Service Manager<\/strong> &#8211; 210062.1 ) so started looking in to <strong>adapcctl.sh<\/strong> ($OAD_TOP\/ admin\/ scripts\/ $CONTEXT_NAME) and realized that culprit was <strong>FNDSVCRG<\/strong> .<\/p>\n<p><strong>FNDSVCRG : <\/strong>is executable under <strong>$FND_TOP\/bin<\/strong> introduced as part of <strong>seeded GSM services<\/strong> and provides improved coordination between the GSM monitoring of services (like <strong>Apache<\/strong>) and their command-line  control scripts (like <strong>adapcctl.sh<\/strong>)<\/p>\n<p>FNDSVCRG uses <strong>dbc file<\/strong> in <strong>$FND_SECURE<\/strong> to connect to database using GUEST account. Entry in dbc file was wrong and <strong>quick fix was to run AutoConfig<\/strong> (<a href=\"https:\/\/onlineappsdba.com\/index.php\/category\/autoconfig\/\">More on Autoconfig Here<\/a>) to regenerate <strong>dbc<\/strong> file.<\/p>\n<p>.<\/p>\n<p><u><strong>Workaround\u00a0<\/strong><\/u><\/p>\n<p>If for some reason you do not want to run Autoconfig then remove FNDSVCRG and start Apache.<\/p>\n<p><strong>mv $FND_TOP\/bin\/FNDSVCRG $FND_TOP\/bin\/FNDSVCRG.bak <\/strong><\/p>\n<p>.<\/p>\n<p><u>Entry in <strong>adapcctl.sh<\/strong><\/u><\/p>\n<p><font color=\"#ff0000\">if test &#8220;$control_code&#8221; = &#8220;start&#8221;; then<br \/>\npre_command=&#8221;PRESTART&#8221;<br \/>\npost_command=&#8221;POSTSTART&#8221;<\/font><\/p>\n<p><font color=\"#ff0000\">sh -c &#8216;. $ORA_TOP\/8.0.6\/$SID_$hostname.env; $FND_TOP\/bin\/FNDSVCRG $pre_command APACHE $HOST $Apaceh_Port&#8217;<br \/>\nsvcrg_code=$?<\/font><\/p>\n<p><font color=\"#ff0000\">sh -c &#8216;. $ORA_TOP\/8.0.6\/$SID_$hostname.env; $FND_TOP\/bin\/FNDSVCRG $post_command APACHE $HOST $Apaceh_Port&#8217;<br \/>\nsvcrg_code=$?<\/font><br \/>\n.<br \/>\n<u><strong>References<\/strong><\/u><\/p>\n<ul>\n<li><strong>413529.1\u00a0<\/strong> Apache adstrtal.sh adstpal.sh Scripts Give &#8220;Cannot Reconnect To Gateway&#8221; With Wrong Apps Username or Password<\/li>\n<li><strong>210062.1\u00a0<\/strong> Generic Service Management (GSM) in Oracle Applications 11i<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>While starting Apache (Web Server) in E-Business Suite 11i using &#8220;adapcctl.sh start&#8220;, I got below error message *********** Cannot reconnect [&hellip;]<\/p>\n","protected":false},"author":115,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[42],"tags":[],"class_list":["post-996","post","type-post","status-publish","format-standard","hentry","category-troubleshooting"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Application Object Library is unable to reconnect to your gateway ORACLE account -<\/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:\/\/onlineappsdba.com\/index.php\/2008\/12\/12\/application-object-library-is-unable-to-reconnect-to-your-gateway-oracle-account\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Application Object Library is unable to reconnect to your gateway ORACLE account -\" \/>\n<meta property=\"og:description\" content=\"While starting Apache (Web Server) in E-Business Suite 11i using &#8220;adapcctl.sh start&#8220;, I got below error message *********** Cannot reconnect [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2008\/12\/12\/application-object-library-is-unable-to-reconnect-to-your-gateway-oracle-account\/\" \/>\n<meta property=\"article:published_time\" content=\"2008-12-12T14:07:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2008-12-12T14:10:51+00:00\" \/>\n<meta name=\"author\" content=\"Masroof Ahmad\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Masroof Ahmad\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/12\/12\/application-object-library-is-unable-to-reconnect-to-your-gateway-oracle-account\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/12\/12\/application-object-library-is-unable-to-reconnect-to-your-gateway-oracle-account\/\",\"name\":\"Application Object Library is unable to reconnect to your gateway ORACLE account -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"datePublished\":\"2008-12-12T14:07:24+00:00\",\"dateModified\":\"2008-12-12T14:10:51+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/12\/12\/application-object-library-is-unable-to-reconnect-to-your-gateway-oracle-account\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2008\/12\/12\/application-object-library-is-unable-to-reconnect-to-your-gateway-oracle-account\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/12\/12\/application-object-library-is-unable-to-reconnect-to-your-gateway-oracle-account\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Application Object Library is unable to reconnect to your gateway ORACLE account\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/onlineappsdba.com\/#website\",\"url\":\"https:\/\/onlineappsdba.com\/\",\"name\":\"\",\"description\":\"Oracle Implementation &amp; Training Experts\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/onlineappsdba.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\",\"name\":\"Masroof Ahmad\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"caption\":\"Masroof Ahmad\"},\"url\":\"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Application Object Library is unable to reconnect to your gateway ORACLE account -","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:\/\/onlineappsdba.com\/index.php\/2008\/12\/12\/application-object-library-is-unable-to-reconnect-to-your-gateway-oracle-account\/","og_locale":"en_US","og_type":"article","og_title":"Application Object Library is unable to reconnect to your gateway ORACLE account -","og_description":"While starting Apache (Web Server) in E-Business Suite 11i using &#8220;adapcctl.sh start&#8220;, I got below error message *********** Cannot reconnect [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2008\/12\/12\/application-object-library-is-unable-to-reconnect-to-your-gateway-oracle-account\/","article_published_time":"2008-12-12T14:07:24+00:00","article_modified_time":"2008-12-12T14:10:51+00:00","author":"Masroof Ahmad","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Masroof Ahmad","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineappsdba.com\/index.php\/2008\/12\/12\/application-object-library-is-unable-to-reconnect-to-your-gateway-oracle-account\/","url":"https:\/\/onlineappsdba.com\/index.php\/2008\/12\/12\/application-object-library-is-unable-to-reconnect-to-your-gateway-oracle-account\/","name":"Application Object Library is unable to reconnect to your gateway ORACLE account -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"datePublished":"2008-12-12T14:07:24+00:00","dateModified":"2008-12-12T14:10:51+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2008\/12\/12\/application-object-library-is-unable-to-reconnect-to-your-gateway-oracle-account\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2008\/12\/12\/application-object-library-is-unable-to-reconnect-to-your-gateway-oracle-account\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2008\/12\/12\/application-object-library-is-unable-to-reconnect-to-your-gateway-oracle-account\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"Application Object Library is unable to reconnect to your gateway ORACLE account"}]},{"@type":"WebSite","@id":"https:\/\/onlineappsdba.com\/#website","url":"https:\/\/onlineappsdba.com\/","name":"","description":"Oracle Implementation &amp; Training Experts","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/onlineappsdba.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb","name":"Masroof Ahmad","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","caption":"Masroof Ahmad"},"url":"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/"}]}},"_links":{"self":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/996","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/users\/115"}],"replies":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/comments?post=996"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/996\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=996"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=996"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=996"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}