{"id":903,"date":"2008-10-11T10:29:38","date_gmt":"2008-10-11T14:29:38","guid":{"rendered":"http:\/\/onlineappsdba.com\/index.php\/2008\/10\/11\/error-while-running-sso-registration-on-11i-txkrunpl-scriptsetssoreg\/"},"modified":"2008-10-11T10:45:27","modified_gmt":"2008-10-11T14:45:27","slug":"error-while-running-sso-registration-on-11i-txkrunpl-scriptsetssoreg","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2008\/10\/11\/error-while-running-sso-registration-on-11i-txkrunpl-scriptsetssoreg\/","title":{"rendered":"Error while running SSO registration on 11i : txkrun.pl -script=SetSSOReg"},"content":{"rendered":"<p>While integrating Oracle <strong>E-Business Suite<\/strong> (Apps\/11i) with Oracle <strong>Single Sign-On<\/strong> server (SSO) on one of test Instances, I received error like &#8220;<strong>Errors encountered running -txkSetSSOReg.pl<\/strong>&#8220;.<\/p>\n<p>Looking at error message carefully (<font color=\"#ff0000\">check below<\/font>), It was easy to figure out that value of <strong>Profile Option<\/strong> &#8220;<strong>Application framework Agent<\/strong>&#8221; was wrong.<br \/>\n.<\/p>\n<p><u><strong>Error Message on Screen<\/strong><\/u><\/p>\n<p><font color=\"#ff0000\" size=\"0\"><font color=\"#ff0000\">applmgr@midtier&gt;<strong>txkrun.pl -script=SetSSOReg -registersso=Yes<\/strong><\/font><br \/>\n*** Log File = \/oracle\/apps\/11i\/viscomn\/rgf\/vis_midtier\/sso\/txkSetSSOReg_Fri_Sep_12_14_12_48_2008.log<br \/>\nProgram : \/oracle\/apps\/11i\/visappl\/fnd\/11.5.0\/patch\/115\/bin\/txkSetSSOReg.pl started @ Fri Sep 12 14:12:48 2008<br \/>\n*** Log File = \/oracle\/apps\/11i\/viscomn\/rgf\/vis_midtier\/sso\/txkSetSSOReg_Fri_Sep_12_14_12_48_2008.log<br \/>\nBeginning input parameter validation for SSO registration.<br \/>\nErrors encountered running \/oracle\/apps\/11i\/visappl\/fnd\/11.5.0\/patch\/115\/bin\/txkSetSSOReg.pl<br \/>\n*******FATAL ERROR*******<br \/>\nPROGRAM : \/oracle\/apps\/11i\/visappl\/fnd\/11.5.0\/patch\/115\/bin\/txkSetSSOReg.pl(\/oracle\/apps\/11i\/visappl\/fnd\/11.5.0\/bin\/txkrun.pl)<br \/>\nTIME\u00a0\u00a0\u00a0 : Fri Sep 12 14:12:48 2008<br \/>\nFUNCTION: TXK::advconfig::SSO::validateAppsFrameWorkAgent [ Level 1 ]<br \/>\nERRORMSG: Validation for http:\/\/midtier.com:8000\/oa_servlets\/\/oa_servlets &amp; midtier.com:8000\/oa_servlets\/\/oa_servlets failed.<br \/>\napplmgr@midtier&gt;<br \/>\n<\/font><\/p>\n<p>Next step was to find at what <strong>level<\/strong> (Site, Server, Responsibility, User) and <strong>level value<\/strong> (ServerName, UserName, Responsibility Name) profile option &#8220;<strong>Application framework Agent<\/strong>&#8221; using profile option value like <strong>http:\/\/midtier.com:8000\/oa_servlets\/\/oa_servlets<\/strong><\/p>\n<p><font color=\"#ff0000\"><strong>Note*<\/strong> Profile Option&#8217;s <strong>Hierarchy Type<\/strong> can be set to level <strong>Security<\/strong>, <strong>Server<\/strong>, <strong>Server-Responsibility<\/strong> or <strong>Organization<\/strong>.<\/font><br \/>\n.<\/p>\n<p>I used below script to check at what <strong>Level<\/strong> (Responsibility or User) and <strong>Level Value<\/strong> (which Server, User or Responsibility)<\/p>\n<p><strong>SELECT a.PROFILE_OPTION_ID, a.LEVEL_ID, a.LEVEL_VALUE, a.PROFILE_OPTION_VALUE<br \/>\nFROM fnd_profile_option_values a, fnd_profile_options b<br \/>\nWHERE a.profile_option_id = b.profile_option_id<br \/>\nAND upper(profile_option_value) like upper(&#8216;%OA_SERV%\/\/%&#8217;);<\/strong><\/p>\n<p><strong>.<\/strong><\/p>\n<p>&#8220;Application Framework Agent&#8221; value was set wrong for only one user.<\/p>\n<p>.<\/p>\n<p><strong><u>Why I was convinced that it was down to Profile Option<\/u> <\/strong>&#8220;Application Framework Agent&#8221;<\/p>\n<p><strong>1.<\/strong> Looking at error log above &#8220;<strong>FUNCTION: TXK::advconfig::SSO::validateAppsFrameWorkAgent<\/strong>&#8221; initial indication was that Error occured while Validating Framework Agent.<\/p>\n<p>To know role of Application Framework Agent in 11i\/R12-SSO registration\u00a0<a href=\"https:\/\/onlineappsdba.com\/index.php\/2008\/08\/20\/apps-11ir1212i-registrationderegistration-with-oidsso-internals\/\">Click Here <\/a><\/p>\n<p><strong>2.<\/strong> Next check was to confirm from Registration Script<\/p>\n<p><strong>txkrun.pl<\/strong> calls <strong>txkSetSSOReg.pl<\/strong> which in turn calls perl module $AU_TOP\/perl\/TXK\/advconfig\/<strong>SSO.pm<\/strong> . In this Perl module there is function to get all unique <strong>APPS_FRAMEWORK_AGENT<\/strong> by running query<\/p>\n<p><strong>SELECT DISTINCT V.PROFILE_OPTION_VALUE || &#8216;,&#8217;<br \/>\nFROM FND_PROFILE_OPTION_VALUES V, FND_PROFILE_OPTIONS P<br \/>\nWHERE UPPER(P.PROFILE_OPTION_NAME) = UPPER(&#8216;APPS_FRAMEWORK_AGENT&#8217;)<br \/>\nAND V.PROFILE_OPTION_ID = P.PROFILE_OPTION_ID ;<\/strong><\/p>\n<p>.<\/p>\n<p><font color=\"#ff0000\">If you are hitting any issues while registration or de-registration of 11i\/R12 with Oracle Single Sign-On Server, post them as comment or raise it in <strong>Forum <\/strong><a href=\"http:\/\/teachMeOarcle.com\/forum\">http:\/\/teachMeOarcle.com\/forum<\/a> dedicated to Apps DBA&#8217;s<\/font><\/p>\n","protected":false},"excerpt":{"rendered":"<p>While integrating Oracle E-Business Suite (Apps\/11i) with Oracle Single Sign-On server (SSO) on one of test Instances, I received error [&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-903","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>Error while running SSO registration on 11i : txkrun.pl -script=SetSSOReg -<\/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\/10\/11\/error-while-running-sso-registration-on-11i-txkrunpl-scriptsetssoreg\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Error while running SSO registration on 11i : txkrun.pl -script=SetSSOReg -\" \/>\n<meta property=\"og:description\" content=\"While integrating Oracle E-Business Suite (Apps\/11i) with Oracle Single Sign-On server (SSO) on one of test Instances, I received error [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2008\/10\/11\/error-while-running-sso-registration-on-11i-txkrunpl-scriptsetssoreg\/\" \/>\n<meta property=\"article:published_time\" content=\"2008-10-11T14:29:38+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2008-10-11T14:45:27+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\/10\/11\/error-while-running-sso-registration-on-11i-txkrunpl-scriptsetssoreg\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/10\/11\/error-while-running-sso-registration-on-11i-txkrunpl-scriptsetssoreg\/\",\"name\":\"Error while running SSO registration on 11i : txkrun.pl -script=SetSSOReg -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"datePublished\":\"2008-10-11T14:29:38+00:00\",\"dateModified\":\"2008-10-11T14:45:27+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/10\/11\/error-while-running-sso-registration-on-11i-txkrunpl-scriptsetssoreg\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2008\/10\/11\/error-while-running-sso-registration-on-11i-txkrunpl-scriptsetssoreg\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/10\/11\/error-while-running-sso-registration-on-11i-txkrunpl-scriptsetssoreg\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Error while running SSO registration on 11i : txkrun.pl -script=SetSSOReg\"}]},{\"@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":"Error while running SSO registration on 11i : txkrun.pl -script=SetSSOReg -","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\/10\/11\/error-while-running-sso-registration-on-11i-txkrunpl-scriptsetssoreg\/","og_locale":"en_US","og_type":"article","og_title":"Error while running SSO registration on 11i : txkrun.pl -script=SetSSOReg -","og_description":"While integrating Oracle E-Business Suite (Apps\/11i) with Oracle Single Sign-On server (SSO) on one of test Instances, I received error [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2008\/10\/11\/error-while-running-sso-registration-on-11i-txkrunpl-scriptsetssoreg\/","article_published_time":"2008-10-11T14:29:38+00:00","article_modified_time":"2008-10-11T14:45:27+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\/10\/11\/error-while-running-sso-registration-on-11i-txkrunpl-scriptsetssoreg\/","url":"https:\/\/onlineappsdba.com\/index.php\/2008\/10\/11\/error-while-running-sso-registration-on-11i-txkrunpl-scriptsetssoreg\/","name":"Error while running SSO registration on 11i : txkrun.pl -script=SetSSOReg -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"datePublished":"2008-10-11T14:29:38+00:00","dateModified":"2008-10-11T14:45:27+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2008\/10\/11\/error-while-running-sso-registration-on-11i-txkrunpl-scriptsetssoreg\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2008\/10\/11\/error-while-running-sso-registration-on-11i-txkrunpl-scriptsetssoreg\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2008\/10\/11\/error-while-running-sso-registration-on-11i-txkrunpl-scriptsetssoreg\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"Error while running SSO registration on 11i : txkrun.pl -script=SetSSOReg"}]},{"@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\/903","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=903"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/903\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=903"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=903"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=903"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}