Top Actuate Interview Questions :: ALLInterview.com http://www.allinterview.com Top Actuate Interview Questions en-us Can we connect to 2 different types of database through the same rep http://www.allinterview.com/showanswers/32820.html Yes, we can use any no. of database in a single report to extract data. We have to use different report section for this purpose. what is data stream and data adaopter is it same r different? tell m http://www.allinterview.com/showanswers/33623.html Data stream and Data adapters are different. Data stream is a group of components.It contains a data source component, data row component and one or more data filter components(optional).It selects data from the data source and places the data in What is page level security? http://www.allinterview.com/showanswers/32818.html It is a security to a report page at the User level.In PLS, user can able to see only those pages to which he has given a privelege to access. Can we define global methods in a report? http://www.allinterview.com/showanswers/32821.html Yes we can define global methods in eRDPro.We can put our procedure and function in .bas file and use. What is report bursting? http://www.allinterview.com/showanswers/32819.html Report bursting is the process of creating a single report object executable (.rox) file that generates multiple report object instance (.roi) files.Actuate iServer supports report bursting only if the report runs as a scheduled background jo how many times executite the fetch method at run time? http://www.allinterview.com/showanswers/35609.html Number of rows which are retrieved from database query,that many times Fetch method get executed at run time. Can you give an example of any complex report you designed using Actu http://www.allinterview.com/showanswers/21004.html In one my my developed report there is a java object i am using through which i am extracting a password matrix which is used as a authentication for all the report section and depending on this password matrix particular report is viosible t What is the difference between -using Group by in the SQL of the rep http://www.allinterview.com/showanswers/32823.html An Actuate Group Section will group similar records together by a key field. A query pulling all the records from a table with 100 records and grouping by State or Province will still display 100 records on the report. No data is lost or aggr which cmponent has onRead method and what it is used for? http://www.allinterview.com/showanswers/32817.html DataRow Component has OnRead method. To manipulate the Rows which are returned by the query or add the new rows or expressions at runtime we can use onRead method. What are actuate smart reports? http://www.allinterview.com/showanswers/32816.html It is a collection of Javascript files wouldlet the users choose the fields want when they running the reports from the web.these Javascript files would sit on the report cast. I need a help for Connecting to iServer Volume using IDAPI Classes(J http://www.allinterview.com/showanswers/36353.html Hi, Just Try to run Axis Client first which is in ServerIntTechnology.In that U can find code for execute and job status. How to call a stored procedure from a report? http://www.allinterview.com/showanswers/61910.html place the connection in the connection slot --use "ODBC connection" option here. while placing the data source in the data stream choose "Stored prodedure data source componant" ,click on OK Place the data row in the data r HOW TO DEBUGGING A REPORT? http://www.allinterview.com/showanswers/32295.html Debugging is the process of locating and eliminating errors in a program. Typically, debugging involves executing specific portions of a program and analyzing the operation of those portions. Actuate e.Report Designer Professional contains deb HOW TO PUBLISH A REPORT? http://www.allinterview.com/showanswers/32294.html To publish a report, you use a web browser, a web server, an Encyclopedia volume, and Management Console. To locate and view a report, a report user uses Actuate Active Portal. how to implement the parallel report http://www.allinterview.com/showanswers/33512.html This is quite simple to implement. If you have the example which are there in the actuate install folder you can get help from it. For developing this what you can do is put a parallel section first and then drag those 2 reports on it, then