{"id":721,"date":"2021-11-01T12:21:32","date_gmt":"2021-11-01T07:21:32","guid":{"rendered":"http:\/\/iparagons.com\/blog\/?p=721"},"modified":"2021-11-01T12:32:01","modified_gmt":"2021-11-01T07:32:01","slug":"dbexecute-system-function-limitations-ibm-filenet-p8","status":"publish","type":"post","link":"https:\/\/iparagons.com\/blog\/2021\/11\/01\/dbexecute-system-function-limitations-ibm-filenet-p8\/","title":{"rendered":"DBExecute System Function Limitations in IBM FileNet P8"},"content":{"rendered":"<p>DBExecute system function basically a step or a parameter that can be used to run a stored procedure in a specific database. Before you run the workflow with the DbExecute system function, use Process Configuration Console to define the DbExecute connection in the workflow system properties first.<\/p>\n<p>Obeviously, any database stored procedure that will be called by a system step must have all of its parameters declared as follows:<\/p>\n<ul>\n<li>out &#8211; SQL Server<\/li>\n<li><strong>in out &#8211; Oracle<\/strong><\/li>\n<li>inout &#8211; DB2<\/li>\n<\/ul>\n<p>Whereas. you can specify this step to insert or update values into the database table. However, stored procedure will return all the parameters defined in it accordingly. Moreover, database parameters types can be following:<\/p>\n<ol>\n<li>String<\/li>\n<li>Integer<\/li>\n<li>Boolean<\/li>\n<li>Float<\/li>\n<li>Time<\/li>\n<\/ol>\n<p>Remeber, <strong>parameters for a stored procedure cannot be arrays<\/strong>. For example, you can pass in multiple separate string parameters but you cannot pass in an array of separate strings as a single parameter. You can use a single element in an array by specifying its index. E.g. the syntax for specifying the first element in an array is <strong>fieldname[1]<\/strong> which is described in below image:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-723 size-large\" src=\"https:\/\/iparagons.com\/blog\/wp-content\/uploads\/2021\/11\/dbexecute-system-function-limitations-ibm-filenet-1024x848.png\" alt=\"dbexecute system function limitations ibm filenet\" width=\"940\" height=\"778\" srcset=\"https:\/\/iparagons.com\/blog\/wp-content\/uploads\/2021\/11\/dbexecute-system-function-limitations-ibm-filenet-1024x848.png 1024w, https:\/\/iparagons.com\/blog\/wp-content\/uploads\/2021\/11\/dbexecute-system-function-limitations-ibm-filenet-300x248.png 300w, https:\/\/iparagons.com\/blog\/wp-content\/uploads\/2021\/11\/dbexecute-system-function-limitations-ibm-filenet-768x636.png 768w, https:\/\/iparagons.com\/blog\/wp-content\/uploads\/2021\/11\/dbexecute-system-function-limitations-ibm-filenet-940x778.png 940w, https:\/\/iparagons.com\/blog\/wp-content\/uploads\/2021\/11\/dbexecute-system-function-limitations-ibm-filenet.png 1027w\" sizes=\"auto, (max-width: 940px) 100vw, 940px\" \/><\/p>\n<h3>Handling parameters returned as null from stored procedures If:<\/h3>\n<ol>\n<li>String parameter is set to null by a stored procedure, the work object data item will receive an empty string.<\/li>\n<li>Date\/Time, integer, or float parameter is set to null by a stored procedure, an exception will be thrown. In addition, an explanatory message will be logged.<\/li>\n<li>Boolean parameter is set to null, an exception will be thrown. Furthermore, an explanatory message will be logged.<\/li>\n<\/ol>\n<p>Above all, please visit IBM documentation centre for further information about the dbexecute system function limitations: <a href=\"https:\/\/www.ibm.com\/docs\/en\/filenet-p8-platform\/5.2.0?topic=functions-dbexecute-system-function\" target=\"_blank\" rel=\"noopener\">https:\/\/www.ibm.com\/docs\/en\/filenet-p8-platform\/5.2.0?topic=functions-dbexecute-system-function<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>DBExecute system function basically a step or a parameter that can be used to run a stored procedure in a specific database. Before you run the workflow with the DbExecute system function, use Process Configuration Console to define the DbExecute connection in the workflow system properties first. Obeviously, any database stored procedure that will be &hellip; <\/p>\n","protected":false},"author":1,"featured_media":723,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,131,156],"tags":[387,386,212,385,153],"class_list":["post-721","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ibm-case-manager-icm","category-ibm-content-platform-engine-cpe","category-ibm-filenet-workplace-xt","tag-dbexecute-system-function-limitations","tag-dbexexute-system-function","tag-ibm-process-designer","tag-parameters-for-a-stored-procedure-cannot-be-arrays","tag-processdesigner"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>DBExecute System Function Limitations in IBM FileNet P8 - iparagons blog<\/title>\n<meta name=\"description\" content=\"dbexecute system function limitations, parameters for a stored procedure cannot be arrays, execute stored procedure with array parameters\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/iparagons.com\/blog\/2021\/11\/01\/dbexecute-system-function-limitations-ibm-filenet-p8\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DBExecute System Function Limitations in IBM FileNet P8 - iparagons blog\" \/>\n<meta property=\"og:description\" content=\"dbexecute system function limitations, parameters for a stored procedure cannot be arrays, execute stored procedure with array parameters\" \/>\n<meta property=\"og:url\" content=\"https:\/\/iparagons.com\/blog\/2021\/11\/01\/dbexecute-system-function-limitations-ibm-filenet-p8\/\" \/>\n<meta property=\"og:site_name\" content=\"iparagons blog\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/www.facebook.com\/iParagons\" \/>\n<meta property=\"article:author\" content=\"http:\/\/www.facebook.com\/iPragons\" \/>\n<meta property=\"article:published_time\" content=\"2021-11-01T07:21:32+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-11-01T07:32:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/iparagons.com\/blog\/wp-content\/uploads\/2021\/11\/dbexecute-system-function-limitations-ibm-filenet.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1027\" \/>\n\t<meta property=\"og:image:height\" content=\"850\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Junaid Azam\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@iparagons786\" \/>\n<meta name=\"twitter:site\" content=\"@junaidazam4\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Junaid Azam\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated 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:\\\/\\\/iparagons.com\\\/blog\\\/2021\\\/11\\\/01\\\/dbexecute-system-function-limitations-ibm-filenet-p8\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/2021\\\/11\\\/01\\\/dbexecute-system-function-limitations-ibm-filenet-p8\\\/\"},\"author\":{\"name\":\"Junaid Azam\",\"@id\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/#\\\/schema\\\/person\\\/8e3ee37e9c2e825bd340f8d71ab7eede\"},\"headline\":\"DBExecute System Function Limitations in IBM FileNet P8\",\"datePublished\":\"2021-11-01T07:21:32+00:00\",\"dateModified\":\"2021-11-01T07:32:01+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/2021\\\/11\\\/01\\\/dbexecute-system-function-limitations-ibm-filenet-p8\\\/\"},\"wordCount\":293,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/2021\\\/11\\\/01\\\/dbexecute-system-function-limitations-ibm-filenet-p8\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/dbexecute-system-function-limitations-ibm-filenet.png\",\"keywords\":[\"dbexecute system function limitations\",\"dbexexute system function\",\"ibm process designer\",\"parameters for a stored procedure cannot be arrays\",\"processdesigner\"],\"articleSection\":[\"IBM Case Manager (ICM)\",\"IBM Content Platform Engine (CPE)\",\"IBM FileNet Workplace XT\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/iparagons.com\\\/blog\\\/2021\\\/11\\\/01\\\/dbexecute-system-function-limitations-ibm-filenet-p8\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/2021\\\/11\\\/01\\\/dbexecute-system-function-limitations-ibm-filenet-p8\\\/\",\"url\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/2021\\\/11\\\/01\\\/dbexecute-system-function-limitations-ibm-filenet-p8\\\/\",\"name\":\"DBExecute System Function Limitations in IBM FileNet P8 - iparagons blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/2021\\\/11\\\/01\\\/dbexecute-system-function-limitations-ibm-filenet-p8\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/2021\\\/11\\\/01\\\/dbexecute-system-function-limitations-ibm-filenet-p8\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/dbexecute-system-function-limitations-ibm-filenet.png\",\"datePublished\":\"2021-11-01T07:21:32+00:00\",\"dateModified\":\"2021-11-01T07:32:01+00:00\",\"description\":\"dbexecute system function limitations, parameters for a stored procedure cannot be arrays, execute stored procedure with array parameters\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/2021\\\/11\\\/01\\\/dbexecute-system-function-limitations-ibm-filenet-p8\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/iparagons.com\\\/blog\\\/2021\\\/11\\\/01\\\/dbexecute-system-function-limitations-ibm-filenet-p8\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/2021\\\/11\\\/01\\\/dbexecute-system-function-limitations-ibm-filenet-p8\\\/#primaryimage\",\"url\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/dbexecute-system-function-limitations-ibm-filenet.png\",\"contentUrl\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/dbexecute-system-function-limitations-ibm-filenet.png\",\"width\":1027,\"height\":850,\"caption\":\"dbexecute system function limitations ibm filenet\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/2021\\\/11\\\/01\\\/dbexecute-system-function-limitations-ibm-filenet-p8\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"DBExecute System Function Limitations in IBM FileNet P8\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/\",\"name\":\"iparagons blog\",\"description\":\"IBM FileNet P8 | Case Manager | Content Navigator\",\"publisher\":{\"@id\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/#organization\",\"name\":\"iparagons technologies\",\"url\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"http:\\\/\\\/iparagons.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/07\\\/logo_ip.jpeg\",\"contentUrl\":\"http:\\\/\\\/iparagons.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/07\\\/logo_ip.jpeg\",\"width\":140,\"height\":28,\"caption\":\"iparagons technologies\"},\"image\":{\"@id\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"http:\\\/\\\/www.facebook.com\\\/iParagons\",\"https:\\\/\\\/x.com\\\/junaidazam4\",\"https:\\\/\\\/www.instagram.com\\\/azamjunaid\\\/\",\"https:\\\/\\\/pk.linkedin.com\\\/in\\\/junaid-azam-2a683443\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/#\\\/schema\\\/person\\\/8e3ee37e9c2e825bd340f8d71ab7eede\",\"name\":\"Junaid Azam\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9f5a4974af969e5b66926242d8f22c1ee7877192a88e3e11381f82ab5d46e642?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9f5a4974af969e5b66926242d8f22c1ee7877192a88e3e11381f82ab5d46e642?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9f5a4974af969e5b66926242d8f22c1ee7877192a88e3e11381f82ab5d46e642?s=96&d=mm&r=g\",\"caption\":\"Junaid Azam\"},\"description\":\"IBM ECM Consultant\",\"sameAs\":[\"http:\\\/\\\/iparagons.com\",\"http:\\\/\\\/www.facebook.com\\\/iPragons\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/junaid-azam-2a683443\\\/\",\"https:\\\/\\\/x.com\\\/iparagons786\"],\"url\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/author\\\/ip_admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"DBExecute System Function Limitations in IBM FileNet P8 - iparagons blog","description":"dbexecute system function limitations, parameters for a stored procedure cannot be arrays, execute stored procedure with array parameters","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:\/\/iparagons.com\/blog\/2021\/11\/01\/dbexecute-system-function-limitations-ibm-filenet-p8\/","og_locale":"en_GB","og_type":"article","og_title":"DBExecute System Function Limitations in IBM FileNet P8 - iparagons blog","og_description":"dbexecute system function limitations, parameters for a stored procedure cannot be arrays, execute stored procedure with array parameters","og_url":"https:\/\/iparagons.com\/blog\/2021\/11\/01\/dbexecute-system-function-limitations-ibm-filenet-p8\/","og_site_name":"iparagons blog","article_publisher":"http:\/\/www.facebook.com\/iParagons","article_author":"http:\/\/www.facebook.com\/iPragons","article_published_time":"2021-11-01T07:21:32+00:00","article_modified_time":"2021-11-01T07:32:01+00:00","og_image":[{"width":1027,"height":850,"url":"https:\/\/iparagons.com\/blog\/wp-content\/uploads\/2021\/11\/dbexecute-system-function-limitations-ibm-filenet.png","type":"image\/png"}],"author":"Junaid Azam","twitter_card":"summary_large_image","twitter_creator":"@iparagons786","twitter_site":"@junaidazam4","twitter_misc":{"Written by":"Junaid Azam","Estimated reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/iparagons.com\/blog\/2021\/11\/01\/dbexecute-system-function-limitations-ibm-filenet-p8\/#article","isPartOf":{"@id":"https:\/\/iparagons.com\/blog\/2021\/11\/01\/dbexecute-system-function-limitations-ibm-filenet-p8\/"},"author":{"name":"Junaid Azam","@id":"https:\/\/iparagons.com\/blog\/#\/schema\/person\/8e3ee37e9c2e825bd340f8d71ab7eede"},"headline":"DBExecute System Function Limitations in IBM FileNet P8","datePublished":"2021-11-01T07:21:32+00:00","dateModified":"2021-11-01T07:32:01+00:00","mainEntityOfPage":{"@id":"https:\/\/iparagons.com\/blog\/2021\/11\/01\/dbexecute-system-function-limitations-ibm-filenet-p8\/"},"wordCount":293,"commentCount":0,"publisher":{"@id":"https:\/\/iparagons.com\/blog\/#organization"},"image":{"@id":"https:\/\/iparagons.com\/blog\/2021\/11\/01\/dbexecute-system-function-limitations-ibm-filenet-p8\/#primaryimage"},"thumbnailUrl":"https:\/\/iparagons.com\/blog\/wp-content\/uploads\/2021\/11\/dbexecute-system-function-limitations-ibm-filenet.png","keywords":["dbexecute system function limitations","dbexexute system function","ibm process designer","parameters for a stored procedure cannot be arrays","processdesigner"],"articleSection":["IBM Case Manager (ICM)","IBM Content Platform Engine (CPE)","IBM FileNet Workplace XT"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/iparagons.com\/blog\/2021\/11\/01\/dbexecute-system-function-limitations-ibm-filenet-p8\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/iparagons.com\/blog\/2021\/11\/01\/dbexecute-system-function-limitations-ibm-filenet-p8\/","url":"https:\/\/iparagons.com\/blog\/2021\/11\/01\/dbexecute-system-function-limitations-ibm-filenet-p8\/","name":"DBExecute System Function Limitations in IBM FileNet P8 - iparagons blog","isPartOf":{"@id":"https:\/\/iparagons.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/iparagons.com\/blog\/2021\/11\/01\/dbexecute-system-function-limitations-ibm-filenet-p8\/#primaryimage"},"image":{"@id":"https:\/\/iparagons.com\/blog\/2021\/11\/01\/dbexecute-system-function-limitations-ibm-filenet-p8\/#primaryimage"},"thumbnailUrl":"https:\/\/iparagons.com\/blog\/wp-content\/uploads\/2021\/11\/dbexecute-system-function-limitations-ibm-filenet.png","datePublished":"2021-11-01T07:21:32+00:00","dateModified":"2021-11-01T07:32:01+00:00","description":"dbexecute system function limitations, parameters for a stored procedure cannot be arrays, execute stored procedure with array parameters","breadcrumb":{"@id":"https:\/\/iparagons.com\/blog\/2021\/11\/01\/dbexecute-system-function-limitations-ibm-filenet-p8\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/iparagons.com\/blog\/2021\/11\/01\/dbexecute-system-function-limitations-ibm-filenet-p8\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/iparagons.com\/blog\/2021\/11\/01\/dbexecute-system-function-limitations-ibm-filenet-p8\/#primaryimage","url":"https:\/\/iparagons.com\/blog\/wp-content\/uploads\/2021\/11\/dbexecute-system-function-limitations-ibm-filenet.png","contentUrl":"https:\/\/iparagons.com\/blog\/wp-content\/uploads\/2021\/11\/dbexecute-system-function-limitations-ibm-filenet.png","width":1027,"height":850,"caption":"dbexecute system function limitations ibm filenet"},{"@type":"BreadcrumbList","@id":"https:\/\/iparagons.com\/blog\/2021\/11\/01\/dbexecute-system-function-limitations-ibm-filenet-p8\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/iparagons.com\/blog\/"},{"@type":"ListItem","position":2,"name":"DBExecute System Function Limitations in IBM FileNet P8"}]},{"@type":"WebSite","@id":"https:\/\/iparagons.com\/blog\/#website","url":"https:\/\/iparagons.com\/blog\/","name":"iparagons blog","description":"IBM FileNet P8 | Case Manager | Content Navigator","publisher":{"@id":"https:\/\/iparagons.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/iparagons.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/iparagons.com\/blog\/#organization","name":"iparagons technologies","url":"https:\/\/iparagons.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/iparagons.com\/blog\/#\/schema\/logo\/image\/","url":"http:\/\/iparagons.com\/blog\/wp-content\/uploads\/2018\/07\/logo_ip.jpeg","contentUrl":"http:\/\/iparagons.com\/blog\/wp-content\/uploads\/2018\/07\/logo_ip.jpeg","width":140,"height":28,"caption":"iparagons technologies"},"image":{"@id":"https:\/\/iparagons.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["http:\/\/www.facebook.com\/iParagons","https:\/\/x.com\/junaidazam4","https:\/\/www.instagram.com\/azamjunaid\/","https:\/\/pk.linkedin.com\/in\/junaid-azam-2a683443"]},{"@type":"Person","@id":"https:\/\/iparagons.com\/blog\/#\/schema\/person\/8e3ee37e9c2e825bd340f8d71ab7eede","name":"Junaid Azam","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/9f5a4974af969e5b66926242d8f22c1ee7877192a88e3e11381f82ab5d46e642?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/9f5a4974af969e5b66926242d8f22c1ee7877192a88e3e11381f82ab5d46e642?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9f5a4974af969e5b66926242d8f22c1ee7877192a88e3e11381f82ab5d46e642?s=96&d=mm&r=g","caption":"Junaid Azam"},"description":"IBM ECM Consultant","sameAs":["http:\/\/iparagons.com","http:\/\/www.facebook.com\/iPragons","https:\/\/www.linkedin.com\/in\/junaid-azam-2a683443\/","https:\/\/x.com\/iparagons786"],"url":"https:\/\/iparagons.com\/blog\/author\/ip_admin\/"}]}},"_links":{"self":[{"href":"https:\/\/iparagons.com\/blog\/wp-json\/wp\/v2\/posts\/721","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/iparagons.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/iparagons.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/iparagons.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/iparagons.com\/blog\/wp-json\/wp\/v2\/comments?post=721"}],"version-history":[{"count":3,"href":"https:\/\/iparagons.com\/blog\/wp-json\/wp\/v2\/posts\/721\/revisions"}],"predecessor-version":[{"id":726,"href":"https:\/\/iparagons.com\/blog\/wp-json\/wp\/v2\/posts\/721\/revisions\/726"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/iparagons.com\/blog\/wp-json\/wp\/v2\/media\/723"}],"wp:attachment":[{"href":"https:\/\/iparagons.com\/blog\/wp-json\/wp\/v2\/media?parent=721"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/iparagons.com\/blog\/wp-json\/wp\/v2\/categories?post=721"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/iparagons.com\/blog\/wp-json\/wp\/v2\/tags?post=721"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}