<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>REST API on Documentation - V2</title><link>https://doc.castsoftware.com/export-v2/tg/information-guides/information-guides-by-cast-aip-component/rest-api/</link><description>Recent content in REST API on Documentation - V2</description><generator>Hugo</generator><language>en</language><atom:link href="https://doc.castsoftware.com/export-v2/tg/information-guides/information-guides-by-cast-aip-component/rest-api/index.xml" rel="self" type="application/rss+xml"/><item><title>REST API - Information - How to Reproduce Rest API issues</title><link>https://doc.castsoftware.com/export-v2/tg/information-guides/information-guides-by-cast-aip-component/rest-api/rest-api-information-how-to-reproduce-rest-api-issues/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://doc.castsoftware.com/export-v2/tg/information-guides/information-guides-by-cast-aip-component/rest-api/rest-api-information-how-to-reproduce-rest-api-issues/</guid><description>&lt;p&gt;&lt;strong&gt;Purpose&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This page lists the prerequisites , entities involved and steps to reproduce customer issues related to RestAPI.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Observed in CAST AIP&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Release&lt;/th&gt;
 &lt;th&gt;Yes/No&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;8.2.x&lt;/td&gt;
 &lt;td&gt;&amp;#x2705;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;8.1.x&lt;/td&gt;
 &lt;td&gt;&amp;#x2705;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;8.0.x&lt;/td&gt;
 &lt;td&gt;&amp;#x2705;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;7.3.x&lt;/td&gt;
 &lt;td&gt;&amp;#x2705;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;7.2.x&lt;/td&gt;
 &lt;td&gt;&amp;#x2705;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;7.0.x&lt;/td&gt;
 &lt;td&gt;&amp;#x274c;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;Observed on RDBMS&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;RDBMS&lt;/th&gt;
 &lt;th&gt;Yes/No&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;Oracle Server&lt;/td&gt;
 &lt;td&gt;&amp;#x2705;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Microsoft SQL Server&lt;/td&gt;
 &lt;td&gt;&amp;#x2705;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;CSS2&lt;/td&gt;
 &lt;td&gt;&amp;#x2705;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;CSS1&lt;/td&gt;
 &lt;td&gt;&amp;#x274c;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;ol&gt;
&lt;li&gt;Check if you have all the &lt;a href="#RESTAPIInformationHowtoReproduceRestAPIissues-EntitiesInvolvedinreproducingtheissue"&gt;Entities Involved in reproducing the issue&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;If yes then follow the steps given under &lt;a href="#RESTAPIInformationHowtoReproduceRestAPIissues-SetuptheenvironmenttolaunchtheRestAPI"&gt;Set up the environment to launch the Rest API&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Enter the URI whose results are incorrect / inconsistent and click on Submit. Identify the query leading to the issue using the steps given in the page, start from Step7 - &lt;a href="https://doc.castsoftware.com/export-v2/tg/information-guides/information-guides-by-cast-aip-component/report-generator/report-generator-information-how-to-identify-sql-query-related-to-a-specific-block-in-the-report-generator/"&gt;Report Generator - Information - How to identify SQL query related to a specific block in the report generator&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="entities-involved-in-reproducing-the-issue"&gt;Entities Involved in reproducing the issue&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Databases (Central Database or Measurement Database)&lt;br&gt;
This is fetched by Sherlock if the option Export CAST Bases is checked - &amp;lt;Shelock.zip&amp;gt;\Backup\&lt;/li&gt;
&lt;li&gt;RestAPI war&lt;br&gt;
This can be found in the CAST Installation folder - &amp;lt; CAST Installation folder &amp;gt; \WARS\CAST-RestAPI.war&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="set-up-the-environment-to-launch-the-rest-api"&gt;Set up the environment to launch the Rest API&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Import the Central/Measurement Database on support server&lt;/li&gt;
&lt;li&gt;Deploy the &lt;strong&gt;CAST-RestAPI.war&lt;/strong&gt;, see &lt;a href="http://doc.castsoftware.com/display/DOC82/Installing+and+configuring+the+CAST-RestAPI.war"&gt;Installing and configuring the CAST-RestAPI.war&lt;/a&gt; for more information&lt;/li&gt;
&lt;li&gt;Activate the Show SQL traces by following the steps in the page &lt;a href="https://doc.castsoftware.com/export-v2/tg/information-guides/information-guides-by-cast-aip-component/health-dashboard-hd/health-dashboard-information-how-to-activate-sql-traces-on-aad-and-restapi-logs/"&gt;Health Dashboard - Information - How to activate SQL traces on AAD and RestAPI logs&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Notes / Comments&lt;/strong&gt;&lt;/p&gt;</description></item></channel></rss>