{"id":36363,"date":"2019-07-12T07:52:42","date_gmt":"2019-07-12T14:52:42","guid":{"rendered":"https:\/\/virtual-dba.com\/?p=36363"},"modified":"2023-08-11T07:54:07","modified_gmt":"2023-08-11T14:54:07","slug":"informix-error-908-attempt-to-connect-to-database-server-failed","status":"publish","type":"post","link":"https:\/\/virtual-dba.com\/blog\/informix-error-908-attempt-to-connect-to-database-server-failed\/","title":{"rendered":"Informix Error -908: Attempt to connect to database server (&lt;dbservername&gt;) failed"},"content":{"rendered":"\n<p>The Informix -908 error is returned when an attempted connection to an Informix server is unsuccessful. The vagueness of the message can be frustrating, but knowing what to look for can help to pinpoint the problem and resolve the connection issues.<\/p>\n\n\n\n<p>When setting up an Informix instance, one required piece is the sqlhosts file. The entries in the sqlhosts file define the connections for access to the Informix databases. At a minimum, each connection entry must contain four columns:  servername, protocol, host or IP, and port or service name.<\/p>\n\n\n\n<p>To troubleshoot a -908 error, check the following values for the servername that corresponds to your INFORMIXSERVER setting:<\/p>\n\n\n\n<p><strong>Host or IP:<\/strong>If the entry is a hostname, confirm that the hostname resolves to the IP address for the server. If you aren&#8217;t sure, replace the hostname in the sqlhosts file with the IP address and test the connection again.<\/p>\n\n\n\n<p><strong>Port or service name: <\/strong>If there is a service name, confirm that there is a corresponding entry in the \/etc\/services file and note the port number. Run &#8220;netstat -an| grep <em>port<\/em>&#8221; (where <em>port<\/em> is the number found in \/etc\/services) to confirm that the Informix instance is listening on the specified port. This will also show if ports that are listening are showing the expected IP address.  If the service name does not exist in \/etc\/services, then test the connection by replacing the service name in the sqlhosts file with the port number. It is possible that the syntax for the netstat command may differ on your unix server.<\/p>\n\n\n\n<p>If you have confirmed that the host and port settings are correct and you still get a -908 error, then the issue is probably related to the network.<\/p>\n\n\n\n<p>If you are trying to connect to a database on a remote server, check to make sure that you can ping the server using the IP or hostname shown in the sqlhosts file. If you can ping it but can&#8217;t connect on the designated port, then it&#8217;s possible that the port is blocked by a firewall. For assistance with either of these issues, contact your network or systems administrator.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The Informix -908 error is returned when an attempted connection to an Informix server is unsuccessful. The vagueness of the message can be frustrating, but knowing what to look for can help to pinpoint the problem and resolve the connection issues. When setting up an Informix instance, one required piece is the sqlhosts file. The [&hellip;]<\/p>\n","protected":false},"author":13,"featured_media":36369,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"off","_et_pb_old_content":"","_et_gb_content_width":"","content-type":"","footnotes":""},"categories":[4166,26],"tags":[4132],"class_list":["post-36363","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","category-informix","tag-informix-error"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.1 (Yoast SEO v27.1.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Informix Error -908: Attempt to connect to database server (&lt;dbservername&gt;) failed - Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts<\/title>\n<meta name=\"description\" content=\"Resolve Informix -908 Connection Error: Troubleshooting Tips for Servername, Host, Port, and Network Issues.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/virtual-dba.com\/blog\/informix-error-908-attempt-to-connect-to-database-server-failed\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Informix Error -908: Attempt to connect to database server (&lt;dbservername&gt;) failed\" \/>\n<meta property=\"og:description\" content=\"Resolve Informix -908 Connection Error: Troubleshooting Tips for Servername, Host, Port, and Network Issues.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/virtual-dba.com\/blog\/informix-error-908-attempt-to-connect-to-database-server-failed\/\" \/>\n<meta property=\"og:site_name\" content=\"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts\" \/>\n<meta property=\"article:published_time\" content=\"2019-07-12T14:52:42+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-08-11T14:54:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/virtual-dba.com\/wp-content\/uploads\/Informix-Error-908.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"557\" \/>\n\t<meta property=\"og:image:height\" content=\"291\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Barrie Shaw\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@virtual_dba\" \/>\n<meta name=\"twitter:site\" content=\"@virtual_dba\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Barrie Shaw\" \/>\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\":\"Article\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/informix-error-908-attempt-to-connect-to-database-server-failed\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/informix-error-908-attempt-to-connect-to-database-server-failed\/\"},\"author\":{\"name\":\"Barrie Shaw\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/person\/ed9d01c13328abe5c8d592de491897f2\"},\"headline\":\"Informix Error -908: Attempt to connect to database server (&lt;dbservername&gt;) failed\",\"datePublished\":\"2019-07-12T14:52:42+00:00\",\"dateModified\":\"2023-08-11T14:54:07+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/informix-error-908-attempt-to-connect-to-database-server-failed\/\"},\"wordCount\":372,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\/\/virtual-dba.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/informix-error-908-attempt-to-connect-to-database-server-failed\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/Informix-Error-908.jpg\",\"keywords\":[\"informix error\"],\"articleSection\":[\"Blog\",\"Informix\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/virtual-dba.com\/blog\/informix-error-908-attempt-to-connect-to-database-server-failed\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/informix-error-908-attempt-to-connect-to-database-server-failed\/\",\"url\":\"https:\/\/virtual-dba.com\/blog\/informix-error-908-attempt-to-connect-to-database-server-failed\/\",\"name\":\"Informix Error -908: Attempt to connect to database server (&lt;dbservername&gt;) failed - Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts\",\"isPartOf\":{\"@id\":\"https:\/\/virtual-dba.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/informix-error-908-attempt-to-connect-to-database-server-failed\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/informix-error-908-attempt-to-connect-to-database-server-failed\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/Informix-Error-908.jpg\",\"datePublished\":\"2019-07-12T14:52:42+00:00\",\"dateModified\":\"2023-08-11T14:54:07+00:00\",\"description\":\"Resolve Informix -908 Connection Error: Troubleshooting Tips for Servername, Host, Port, and Network Issues.\",\"breadcrumb\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/informix-error-908-attempt-to-connect-to-database-server-failed\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/virtual-dba.com\/blog\/informix-error-908-attempt-to-connect-to-database-server-failed\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/informix-error-908-attempt-to-connect-to-database-server-failed\/#primaryimage\",\"url\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/Informix-Error-908.jpg\",\"contentUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/Informix-Error-908.jpg\",\"width\":557,\"height\":291},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/informix-error-908-attempt-to-connect-to-database-server-failed\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/virtual-dba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Informix Error -908: Attempt to connect to database server (&lt;dbservername&gt;) failed\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/virtual-dba.com\/#website\",\"url\":\"https:\/\/virtual-dba.com\/\",\"name\":\"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts\",\"description\":\"Remote Database Administration\",\"publisher\":{\"@id\":\"https:\/\/virtual-dba.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/virtual-dba.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/virtual-dba.com\/#organization\",\"name\":\"Virtual-DBA: Remote DBA | Remote Database Administration\",\"alternateName\":\"Virtual-DBA powered by XTIVIA\",\"url\":\"https:\/\/virtual-dba.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg\",\"contentUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg\",\"width\":557,\"height\":291,\"caption\":\"Virtual-DBA: Remote DBA | Remote Database Administration\"},\"image\":{\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/virtual_dba\",\"https:\/\/www.linkedin.com\/showcase\/36220649\/\",\"https:\/\/www.youtube.com\/channel\/UCx3AIeUQ2ziTLKZSJDZ-SEg\"],\"description\":\"Eliminate database downtime and spiraling costs with XTIVIA\u2019s Virtual-DBA. In today\u2019s always-on business world, gaps in 24x7 on-call DBA support, neglected maintenance and security, or a stretched team struggling with overwhelming workloads can lead to costly disruptions and threaten business continuity. XTIVIA\u2019s Virtual-DBA provides the immediate, expert database administration you need, exactly when you need it, ensuring optimal performance, ironclad security, and significant cost savings without the burden of expanding your in-house team. The goal of Virtual-DBA is to provide a cost-effective solution for organizations seeking to optimize the security, management, maintenance, availability, and performance of their critical business systems, whether self-managed or cloud-managed (e.g., AWS RDS, Azure SQL Database). We accomplish this through a comprehensive remote DBA service offering designed specifically to meet the Oracle\u00ae, DB2\u00ae, Informix\u00ae, MySQL\u2122, PostgreSQL\u00ae, MongoDB\u00ae, MariaDB, and Microsoft SQL Server\u00ae, CockroachDB, Databricks, AWS, and Azure needs of our clients.\",\"email\":\"info@xtivia.com\",\"telephone\":\"8886853101\",\"legalName\":\"XTIVIA, Inc\",\"foundingDate\":\"1992-05-01\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"201\",\"maxValue\":\"500\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/person\/ed9d01c13328abe5c8d592de491897f2\",\"name\":\"Barrie Shaw\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/67ca46b3163f93cccc1cec5b3625baf08e7aa4b64dc1c63171860bd8d0942e8f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/67ca46b3163f93cccc1cec5b3625baf08e7aa4b64dc1c63171860bd8d0942e8f?s=96&d=mm&r=g\",\"caption\":\"Barrie Shaw\"},\"description\":\"Barrie is an IBM Informix Certified System Administrator and former IBM Gold Consultant with over twenty years of experience using Informix software, including database administration, systems administration, application development and support. She is the Informix lead DBA and Delivery Manager for XTIVIA\u2019s remote database administration service, providing support for a wide array of clients.\",\"sameAs\":[\"https:\/\/virtual-dba.com\"],\"url\":\"https:\/\/virtual-dba.com\/author\/barrie\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Informix Error -908: Attempt to connect to database server (&lt;dbservername&gt;) failed - Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts","description":"Resolve Informix -908 Connection Error: Troubleshooting Tips for Servername, Host, Port, and Network Issues.","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:\/\/virtual-dba.com\/blog\/informix-error-908-attempt-to-connect-to-database-server-failed\/","og_locale":"en_US","og_type":"article","og_title":"Informix Error -908: Attempt to connect to database server (&lt;dbservername&gt;) failed","og_description":"Resolve Informix -908 Connection Error: Troubleshooting Tips for Servername, Host, Port, and Network Issues.","og_url":"https:\/\/virtual-dba.com\/blog\/informix-error-908-attempt-to-connect-to-database-server-failed\/","og_site_name":"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts","article_published_time":"2019-07-12T14:52:42+00:00","article_modified_time":"2023-08-11T14:54:07+00:00","og_image":[{"width":557,"height":291,"url":"https:\/\/virtual-dba.com\/wp-content\/uploads\/Informix-Error-908.jpg","type":"image\/jpeg"}],"author":"Barrie Shaw","twitter_card":"summary_large_image","twitter_creator":"@virtual_dba","twitter_site":"@virtual_dba","twitter_misc":{"Written by":"Barrie Shaw","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/virtual-dba.com\/blog\/informix-error-908-attempt-to-connect-to-database-server-failed\/#article","isPartOf":{"@id":"https:\/\/virtual-dba.com\/blog\/informix-error-908-attempt-to-connect-to-database-server-failed\/"},"author":{"name":"Barrie Shaw","@id":"https:\/\/virtual-dba.com\/#\/schema\/person\/ed9d01c13328abe5c8d592de491897f2"},"headline":"Informix Error -908: Attempt to connect to database server (&lt;dbservername&gt;) failed","datePublished":"2019-07-12T14:52:42+00:00","dateModified":"2023-08-11T14:54:07+00:00","mainEntityOfPage":{"@id":"https:\/\/virtual-dba.com\/blog\/informix-error-908-attempt-to-connect-to-database-server-failed\/"},"wordCount":372,"commentCount":1,"publisher":{"@id":"https:\/\/virtual-dba.com\/#organization"},"image":{"@id":"https:\/\/virtual-dba.com\/blog\/informix-error-908-attempt-to-connect-to-database-server-failed\/#primaryimage"},"thumbnailUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/Informix-Error-908.jpg","keywords":["informix error"],"articleSection":["Blog","Informix"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/virtual-dba.com\/blog\/informix-error-908-attempt-to-connect-to-database-server-failed\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/virtual-dba.com\/blog\/informix-error-908-attempt-to-connect-to-database-server-failed\/","url":"https:\/\/virtual-dba.com\/blog\/informix-error-908-attempt-to-connect-to-database-server-failed\/","name":"Informix Error -908: Attempt to connect to database server (&lt;dbservername&gt;) failed - Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts","isPartOf":{"@id":"https:\/\/virtual-dba.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/virtual-dba.com\/blog\/informix-error-908-attempt-to-connect-to-database-server-failed\/#primaryimage"},"image":{"@id":"https:\/\/virtual-dba.com\/blog\/informix-error-908-attempt-to-connect-to-database-server-failed\/#primaryimage"},"thumbnailUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/Informix-Error-908.jpg","datePublished":"2019-07-12T14:52:42+00:00","dateModified":"2023-08-11T14:54:07+00:00","description":"Resolve Informix -908 Connection Error: Troubleshooting Tips for Servername, Host, Port, and Network Issues.","breadcrumb":{"@id":"https:\/\/virtual-dba.com\/blog\/informix-error-908-attempt-to-connect-to-database-server-failed\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/virtual-dba.com\/blog\/informix-error-908-attempt-to-connect-to-database-server-failed\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/virtual-dba.com\/blog\/informix-error-908-attempt-to-connect-to-database-server-failed\/#primaryimage","url":"https:\/\/virtual-dba.com\/wp-content\/uploads\/Informix-Error-908.jpg","contentUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/Informix-Error-908.jpg","width":557,"height":291},{"@type":"BreadcrumbList","@id":"https:\/\/virtual-dba.com\/blog\/informix-error-908-attempt-to-connect-to-database-server-failed\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/virtual-dba.com\/"},{"@type":"ListItem","position":2,"name":"Informix Error -908: Attempt to connect to database server (&lt;dbservername&gt;) failed"}]},{"@type":"WebSite","@id":"https:\/\/virtual-dba.com\/#website","url":"https:\/\/virtual-dba.com\/","name":"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts","description":"Remote Database Administration","publisher":{"@id":"https:\/\/virtual-dba.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/virtual-dba.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/virtual-dba.com\/#organization","name":"Virtual-DBA: Remote DBA | Remote Database Administration","alternateName":"Virtual-DBA powered by XTIVIA","url":"https:\/\/virtual-dba.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/","url":"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg","contentUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg","width":557,"height":291,"caption":"Virtual-DBA: Remote DBA | Remote Database Administration"},"image":{"@id":"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/virtual_dba","https:\/\/www.linkedin.com\/showcase\/36220649\/","https:\/\/www.youtube.com\/channel\/UCx3AIeUQ2ziTLKZSJDZ-SEg"],"description":"Eliminate database downtime and spiraling costs with XTIVIA\u2019s Virtual-DBA. In today\u2019s always-on business world, gaps in 24x7 on-call DBA support, neglected maintenance and security, or a stretched team struggling with overwhelming workloads can lead to costly disruptions and threaten business continuity. XTIVIA\u2019s Virtual-DBA provides the immediate, expert database administration you need, exactly when you need it, ensuring optimal performance, ironclad security, and significant cost savings without the burden of expanding your in-house team. The goal of Virtual-DBA is to provide a cost-effective solution for organizations seeking to optimize the security, management, maintenance, availability, and performance of their critical business systems, whether self-managed or cloud-managed (e.g., AWS RDS, Azure SQL Database). We accomplish this through a comprehensive remote DBA service offering designed specifically to meet the Oracle\u00ae, DB2\u00ae, Informix\u00ae, MySQL\u2122, PostgreSQL\u00ae, MongoDB\u00ae, MariaDB, and Microsoft SQL Server\u00ae, CockroachDB, Databricks, AWS, and Azure needs of our clients.","email":"info@xtivia.com","telephone":"8886853101","legalName":"XTIVIA, Inc","foundingDate":"1992-05-01","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"201","maxValue":"500"}},{"@type":"Person","@id":"https:\/\/virtual-dba.com\/#\/schema\/person\/ed9d01c13328abe5c8d592de491897f2","name":"Barrie Shaw","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/virtual-dba.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/67ca46b3163f93cccc1cec5b3625baf08e7aa4b64dc1c63171860bd8d0942e8f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/67ca46b3163f93cccc1cec5b3625baf08e7aa4b64dc1c63171860bd8d0942e8f?s=96&d=mm&r=g","caption":"Barrie Shaw"},"description":"Barrie is an IBM Informix Certified System Administrator and former IBM Gold Consultant with over twenty years of experience using Informix software, including database administration, systems administration, application development and support. She is the Informix lead DBA and Delivery Manager for XTIVIA\u2019s remote database administration service, providing support for a wide array of clients.","sameAs":["https:\/\/virtual-dba.com"],"url":"https:\/\/virtual-dba.com\/author\/barrie\/"}]}},"_links":{"self":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/posts\/36363","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/comments?post=36363"}],"version-history":[{"count":0,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/posts\/36363\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/media\/36369"}],"wp:attachment":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/media?parent=36363"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/categories?post=36363"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/tags?post=36363"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}