Home
Analytics
How to schedule report on Ihub server create pdf file every day
Trần Quốc Việt
<p>I need programing this functionaly on my web app. how i can do it ?? please instruction me </p>
Find more posts tagged with
Comments
Clement Wong
<p>Do you need to programmatically do it? We do have a UI via the Information Console that allows you to schedule your report designs and output them as PDF so that you can just easily point and click to do this.</p>
<p> </p>
<p>Once you log into the iHub, and navigate to the file that you want to schedule daily. Then on the left hand side by the filename, there is a drop down menu that will appear as you hover over the down arrow.</p>
<p> </p>
<p>Select "Schedule" and walk through the wizard to schedule your report design. There is both basic and advanced scheduling available. On the second tab, "Save As", you'll be able to specify the location and the output options such as PDF output.</p>
<p> </p>
<p>To do so programmatically, you'll need to use <a data-ipb='nomediaparse' href='
http://developer.actuate.com/be/documentation/ihub31-dev/APIReference/index.html#page/APIReference/part2.html#'>IDAPI
</a>or REST API to schedule. For REST API, you want to look at /visuals/{visualId}/schedule/recurring.</p>
<p> </p>
<p>iHub 3.1.1 has an interactive REST API documentation allowing you to try the calls as you learn about each method. It's available at</p>
<pre class="_prettyXprint">
http://Your_iHub_Servername:5000/ihub/v1/ihubrestdocs</pre>
Trần Quốc Việt
<blockquote class="ipsBlockquote" data-author="Clement Wong" data-cid="144265" data-time="1465921742">
<div>
<p> </p>
<p>Do you need to programmatically do it? We do have a UI via the Information Console that allows you to schedule your report designs and output them as PDF so that you can just easily point and click to do this.</p>
<p> </p>
<p>Once you log into the iHub, and navigate to the file that you want to schedule daily. Then on the left hand side by the filename, there is a drop down menu that will appear as you hover over the down arrow.</p>
<p> </p>
<p>Select "Schedule" and walk through the wizard to schedule your report design. There is both basic and advanced scheduling available. On the second tab, "Save As", you'll be able to specify the location and the output options such as PDF output.</p>
<p> </p>
<p>To do so programmatically, you'll need to use <a data-ipb='nomediaparse' href='
http://developer.actuate.com/be/documentation/ihub31-dev/APIReference/index.html#page/APIReference/part2.html#'>IDAPI
</a>or REST API to schedule. For REST API, you want to look at /visuals/{visualId}/schedule/recurring.</p>
<p> </p>
<p>iHub 3.1.1 has an interactive REST API documentation allowing you to try the calls as you learn about each method. It's available at</p>
<pre class="_prettyXprint">
http://Your_iHub_Servername:5000/ihub/v1/ihubrestdocs</pre>
</div>
</blockquote>
<p>i need create schedule like a functionaly but do not use available fuatures on UI. I think will use REST API. I can not log in it by default username : "administrator" and password is empty but alway get Response Body is "no content" and Reseponse Code is "0". What is the error i facing ?? Can u help me fix it ??</p>
<br>