{"id":8520,"date":"2015-09-10T03:10:35","date_gmt":"2015-09-10T07:10:35","guid":{"rendered":"http:\/\/onlineappsdba.com\/?p=8520"},"modified":"2015-09-10T03:27:32","modified_gmt":"2015-09-10T07:27:32","slug":"oracle-access-manager-on-disaster-recovery-dr-site-operation-error","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2015\/09\/10\/oracle-access-manager-on-disaster-recovery-dr-site-operation-error\/","title":{"rendered":"Oracle Access Manager on Disaster Recovery (DR) site : Operation Error"},"content":{"rendered":"<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2015\/09\/oracle_disaster_recovery.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-8543\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2015\/09\/oracle_disaster_recovery.png\" alt=\"oracle_disaster_recovery\" width=\"450\" height=\"373\" srcset=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2015\/09\/oracle_disaster_recovery.png 450w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2015\/09\/oracle_disaster_recovery-300x249.png 300w\" sizes=\"auto, (max-width: 450px) 100vw, 450px\" \/><\/a><\/p>\n<p>Last year we launched our <strong><a href=\"http:\/\/www.k21technologies.com\/consulting-and-implementation\/\" target=\"_blank\">consulting services<\/a><\/strong> where we <strong>design<\/strong>, <strong>implement<\/strong> and <strong>support<\/strong> Oracle products. This post is from issue we encountered during failover of <strong>Oracle Access Manager<\/strong> (OAM) from <strong>Primary<\/strong>\u00a0site to <strong>Standby<\/strong>\u00a0site for one of our client.<\/p>\n<p>We also cover High Availability and Disaster Recovery in our <a href=\"http:\/\/k21technologies.com\/oracle-access-manager-oam-training\" target=\"_blank\">Oracle Access Manager Training<\/a>\u00a0 agenda <strong><a href=\"https:\/\/www.youtube.com\/watch?v=bPVCZWMVSE0\" target=\"_blank\">here<\/a>\u00a0<\/strong>(<span style=\"color: #ff0000;\">next batch starts on 2oth September 2015<\/span>)<\/p>\n<p><span style=\"text-decoration: underline;\"><strong>Setup at customer site<\/strong><\/span>: Oracle Access Manager (OAM) deployed with <strong>high availability<\/strong> in primary datacenter (assume DC1) and <strong>disaster recovery site<\/strong> in secondary datacenter (assume DC2). We used RAC database to synchronise data in database from primary site to standby site. File system on application tier (hosting OAM servers) was replicated from primary site to standby site using SAN replication (<span style=\"color: #ff0000;\">If you don&#8217;t have SAN then use O.S. utility like <strong>rsync<\/strong><\/span>) . There are few other steps for OAM DR setup that I am going to cover in another post.<\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"text-decoration: underline;\"><strong>Issue:<\/strong><\/span> After failover of OAM to disaster recovery site, while accessing the single sign on URL: <span style=\"color: #3366ff;\">https:\/\/sso.mycompany.com<\/span> at DR Site it was showing an error<\/p>\n<p><span style=\"color: #ff0000;\">\u201cOracle Access Manager Operation Error<br \/>\n<\/span><span style=\"color: #ff0000;\">The webgate plug-in is unable to contact any access server\u201d<\/span><\/p>\n<p><span style=\"text-decoration: underline;\"><strong>Cause<\/strong><\/span> : Error is self explanatory that <strong>WebGate<\/strong> (<strong>Policy Enforcement Point<\/strong>) is unable to reach OAM Server (<strong>Policy Decision Point<\/strong>) on DR site. This error could be because of number of reasons.<\/p>\n<p><span style=\"text-decoration: underline;\"><strong>Logs\/Errors<\/strong><\/span>\u00a0: To Find the root cause check OHS Error logs at <span style=\"color: #000000;\">$ORACLE_INSTANCE\/diagnostics\/logs\/OHS\/ohs1\/ohs1.log<\/span> , in my case it was showing the error as below:<\/p>\n<p>\u201c<strong><span style=\"color: #ff0000;\">The Access Gate is unable to contact any Access Servers<\/span><\/strong>\u201d<\/p>\n<p><span style=\"color: #ff0000;\">[2015-09-01T10:27:12.4327+00:00] [OHS] [ERROR:32] [OHS-9999] [core.c] [client_id: 127.0.0.1] [host_id: example.com] [host_addr: HOST_IP] [tid: 139963023050496] [user: demo] [ecid:00S7] [rid: 0] [Virtual Host: main] OBWebGate_AuthnAndAuthz: The AccessGate is unable to contact any Access servers<\/span><\/p>\n<p><span style=\"color: #ff0000;\">\u00a0[2015-09-01T10:27:12.4351+00:00] [OHS] [ERROR:32] [OHS-9999] [core.c] [client_id: 127.0.0.1] [host_id: example.com] [host_addr: HOST_IP] [tid: 139963023050496] [user: demo] [ecid:00S7] [rid: 0] [Virtual Host: main] Request Failed For: \/index.html, Resp code : [500]<\/span><\/p>\n<p><strong>2.<\/strong> check Oblix logs (<strong>oblog.log<\/strong>) at $ORACLE_INSTANCE\/dignostics\/logs\/OHS\/ohs1\/<strong>oblog.log<\/strong> and it was showing the error as below:<\/p>\n<p>\u201c<strong>Exception thrown during WebGate Initialization<\/strong>\u201d<\/p>\n<p><span style=\"color: #ff0000;\">2015\/09\/01813:56:36.38344 21825 21849 ACCESS_GATE contact INIT config.xml FATAL 0x0000182C any Access Servers. &#8220;ERROR 0x00CONFIG ERROR 0x00000505 raw codeS&#8217; 0 21825 21852 ACCESS_GATE FATAL 0x00001520 &#8220;Exception thrown during WebGate initialization&#8221;<\/span><\/p>\n<p><span style=\"text-decoration: underline;\"><strong>Checks<\/strong><\/span> : For this issue, we need to check if <strong>WebGate<\/strong> is able to contact the <strong>OAM server<\/strong> on Port mentioned in <strong>primary_server_list<\/strong> of WebGate configuration file.<\/p>\n<p><span style=\"text-decoration: underline;\"><strong>Key File<\/strong><\/span> : OAM server details are stored in webgate configuration file (on OHS Server) at $ORACLE_INSTANCE\/config\/OHS\/ohs1\/webgate\/config\/<strong>ObAccessClient.xml<\/strong><\/p>\n<p><span style=\"color: #ff0000;\">We discuss lot of other important key files for OAM server, WebLogic, OHS, WebGate in our <a style=\"color: #ff0000;\" href=\"http:\/\/k21technologies.com\/oracle-access-manager-oam-training\" target=\"_blank\">Oracle Access Manager (OAM) Training<\/a><\/span><\/p>\n<p>Webgate connect to the OAM Server via <strong>OAM Proxy Port<\/strong> and in our case we Provided the OAM Proxy port with a different value 7009 other than the default port <strong>5575<\/strong><br \/>\n<span style=\"text-decoration: underline;\"><strong>Root Cause<\/strong><\/span> : In the file <strong>ObAccessClient.xml<\/strong> the Proxy port was changed to the default 5575 after migration to DR site because of which the WebGate was unable to contact the OAM server.<\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"text-decoration: underline;\">FIX:<\/span><\/strong><\/p>\n<p><strong>1.<\/strong>\u00a0\u00a0 \u00a0Login to <strong>OAM\u00a0Console<\/strong> on DR site \u00a0<span style=\"color: #0000ff;\">http:\/\/comp.example.com:7001\/oamconsole<\/span><br \/>\n<strong>2.<\/strong>\u00a0\u00a0 \u00a0Navigate to the Configuration &#8211;&gt; Server Instances<br \/>\n<strong>3.<\/strong>\u00a0\u00a0 \u00a0Click Search<br \/>\n<strong>4.<\/strong>\u00a0\u00a0 \u00a0Click WLS_OAM1<br \/>\n<strong>5.<\/strong>\u00a0\u00a0 \u00a0Change the Proxy Port to the old value that was 7009<br \/>\n<strong>6.<\/strong>\u00a0\u00a0 \u00a0Similarly, change the Proxy Port of WLS_OAM2 (If you have two OAM nodes in DR site)<br \/>\n<strong>7.\u00a0<\/strong>\u00a0 \u00a0Save the changes<br \/>\n<strong>8.\u00a0<\/strong>\u00a0 \u00a0Copy the updated <strong>ObAccessClient.xml<\/strong> located under OAM Domain ($DOMAIN_HOME\/output\/&lt;WEB_AGENT&gt;) to OHS Server ($ORACLE_INSTANCE\/config\/OHS\/ohs1\/webgate)<br \/>\n<strong>9.\u00a0<\/strong>\u00a0 \u00a0Bounce the services of OAM &amp; OHS<\/p>\n<p>Single sign URL: <span style=\"color: #0000ff;\">https:\/\/sso.mycompany.com<\/span> should be accessible now<\/p>\n<p>&nbsp;<\/p>\n<p>If you want to learn more issues like above or wish to discuss challenges you are hitting in Oracle Access Manager Implementation, register for our <a href=\"http:\/\/www.k21technologies.com\/oracle-access-manager-oam-training\/\" target=\"_blank\"><span style=\"text-decoration: underline;\"><strong>Oracle Access Manager<\/strong> <strong>Training<\/strong><\/span><\/a>.<\/p>\n<p><span style=\"color: #ff0000;\">We are so confident on quality and value of our trainings that We provide <strong>100% Money back guarantee<\/strong> so in unlikely case of you being not happy after 2 sessions, just drop us a mail before third session and We&#8217;ll refund FULL money<\/span>.<\/p>\n<p>Did you subscribe to our <a href=\"https:\/\/www.youtube.com\/channel\/UCRgn-SAQZa4I41zLH03LoOQ?sub_confirmation=1\" target=\"_blank\">YouTube Channel<\/a>\u00a0(293 already subscribed) ?<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Last year we launched our consulting services where we design, implement and support Oracle products. This post is from issue [&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-8520","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>Oracle Access Manager on Disaster Recovery (DR) site : Operation Error -<\/title>\n<meta name=\"description\" content=\"OAM disaster recovery\" \/>\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\/2015\/09\/10\/oracle-access-manager-on-disaster-recovery-dr-site-operation-error\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Oracle Access Manager on Disaster Recovery (DR) site : Operation Error -\" \/>\n<meta property=\"og:description\" content=\"OAM disaster recovery\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2015\/09\/10\/oracle-access-manager-on-disaster-recovery-dr-site-operation-error\/\" \/>\n<meta property=\"article:published_time\" content=\"2015-09-10T07:10:35+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2015-09-10T07:27:32+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2015\/09\/oracle_disaster_recovery.png\" \/>\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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2015\/09\/10\/oracle-access-manager-on-disaster-recovery-dr-site-operation-error\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2015\/09\/10\/oracle-access-manager-on-disaster-recovery-dr-site-operation-error\/\",\"name\":\"Oracle Access Manager on Disaster Recovery (DR) site : Operation Error -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2015\/09\/10\/oracle-access-manager-on-disaster-recovery-dr-site-operation-error\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2015\/09\/10\/oracle-access-manager-on-disaster-recovery-dr-site-operation-error\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2015\/09\/oracle_disaster_recovery.png\",\"datePublished\":\"2015-09-10T07:10:35+00:00\",\"dateModified\":\"2015-09-10T07:27:32+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"description\":\"OAM disaster recovery\",\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2015\/09\/10\/oracle-access-manager-on-disaster-recovery-dr-site-operation-error\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2015\/09\/10\/oracle-access-manager-on-disaster-recovery-dr-site-operation-error\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2015\/09\/10\/oracle-access-manager-on-disaster-recovery-dr-site-operation-error\/#primaryimage\",\"url\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2015\/09\/oracle_disaster_recovery.png\",\"contentUrl\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2015\/09\/oracle_disaster_recovery.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2015\/09\/10\/oracle-access-manager-on-disaster-recovery-dr-site-operation-error\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Oracle Access Manager on Disaster Recovery (DR) site : Operation Error\"}]},{\"@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":"Oracle Access Manager on Disaster Recovery (DR) site : Operation Error -","description":"OAM disaster recovery","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\/2015\/09\/10\/oracle-access-manager-on-disaster-recovery-dr-site-operation-error\/","og_locale":"en_US","og_type":"article","og_title":"Oracle Access Manager on Disaster Recovery (DR) site : Operation Error -","og_description":"OAM disaster recovery","og_url":"https:\/\/onlineappsdba.com\/index.php\/2015\/09\/10\/oracle-access-manager-on-disaster-recovery-dr-site-operation-error\/","article_published_time":"2015-09-10T07:10:35+00:00","article_modified_time":"2015-09-10T07:27:32+00:00","og_image":[{"url":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2015\/09\/oracle_disaster_recovery.png","type":"","width":"","height":""}],"author":"Masroof Ahmad","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Masroof Ahmad","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineappsdba.com\/index.php\/2015\/09\/10\/oracle-access-manager-on-disaster-recovery-dr-site-operation-error\/","url":"https:\/\/onlineappsdba.com\/index.php\/2015\/09\/10\/oracle-access-manager-on-disaster-recovery-dr-site-operation-error\/","name":"Oracle Access Manager on Disaster Recovery (DR) site : Operation Error -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2015\/09\/10\/oracle-access-manager-on-disaster-recovery-dr-site-operation-error\/#primaryimage"},"image":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2015\/09\/10\/oracle-access-manager-on-disaster-recovery-dr-site-operation-error\/#primaryimage"},"thumbnailUrl":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2015\/09\/oracle_disaster_recovery.png","datePublished":"2015-09-10T07:10:35+00:00","dateModified":"2015-09-10T07:27:32+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"description":"OAM disaster recovery","breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2015\/09\/10\/oracle-access-manager-on-disaster-recovery-dr-site-operation-error\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2015\/09\/10\/oracle-access-manager-on-disaster-recovery-dr-site-operation-error\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/index.php\/2015\/09\/10\/oracle-access-manager-on-disaster-recovery-dr-site-operation-error\/#primaryimage","url":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2015\/09\/oracle_disaster_recovery.png","contentUrl":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2015\/09\/oracle_disaster_recovery.png"},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2015\/09\/10\/oracle-access-manager-on-disaster-recovery-dr-site-operation-error\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"Oracle Access Manager on Disaster Recovery (DR) site : Operation Error"}]},{"@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\/8520","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=8520"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/8520\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=8520"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=8520"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=8520"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}