ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
Google
 
Categories >> Software >> Data-Warehouse >> Actuate
 
 


 

Back to Questions Page
 
Question
What is AFC? Where we Use AFC in Actuate?
Rank Answer Posted By  
 Question Submitted By :: Kashyap
I also faced this Question!!   © ALL Interview .com
Answer
AFC Actuate foundation class designed to hold an ordered 
collection of objects.

All the commonly used components in the AFC library have 
been extended in to the sssiebel library.
Sssiebel.rol known as the Siebel library. It is derived 
from afc.rol and contains all the base classes for the 
sscustom library.
The use of a component from the AFC library, rather than 
the sscustom library, is an
exceptional situation and applies only to detail charts. 
AFC components should not be used
directly in Siebel reports except in this specific 
situation.
 
0
Lp
 
 
Question
what is the filter?
Rank Answer Posted By  
 Question Submitted By :: Guest
I also faced this Question!!   © ALL Interview .com
Answer
there two types of filters 1. single input filter 
2.multiple input filter

connecting the report for 2 databases we use multiple input 
filter. 
for example your report need two database for geting data u 
have to use multiple  input filter.
base class for this filter is
AC single inputfilter
AC multiple input filter
i will give example for in your database u have abc,xyz two 
databases you need data from these two databases so u have 
use multiple filter. normally single input filter we do not 
use.
 
0
Koti
 
 
Question
How to call a stored procedure from a report?
Rank Answer Posted By  
 Question Submitted By :: Anu
I also faced this Question!!   © ALL Interview .com
Answer
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 row slote under data stream .
Now double click on the data stream go to Property-Stored 
Procedure Def ,click on the browse button ,
then it will automatically opens the SP in your database , 
just select the stored procedure (SP) which u want
 
0
Akash
 
 
 
Question
I need a help for Connecting to iServer Volume using IDAPI 
Classes(Java Classes)
and after connecting to iServer i want to execute the ROX 
on iServer and also want know the status whether that job 
is succesfully run or not.
 
Please do the needful if anyone of you known the code 
and send the copy of it ASAP.
Rank Answer Posted By  
 Question Submitted By :: Santosh Bhor
I also faced this Question!!   © ALL Interview .com
Answer
Hi,

Just Try to run Axis Client first which is in
ServerIntTechnology.In that U can find code for execute and
job status.
 
4
Shailesh
 
 
Answer
once u deploy the rox file in management consol,then u have 
to go options one is back ground job and second is immedite 
job, if u go back ground job that is schedule job or if u 
go immedite job that now itself execute after that u  have 
got report output format .roi
 
2
Satya
 
 
Answer
Hi Shailesh






i Want some assignments on actuate from you.Please do 
advise me asap.what kind of different situations you have 
faced while developing actuate business requirement reports?
 
0
Sudheer
 
 
Question
how many times executite the fetch method at run time?
Rank Answer Posted By  
 Question Submitted By :: Siva
This Interview Question Asked @   EDS , Ibm, TCS
I also faced this Question!!   © ALL Interview .com
Answer
Number of rows which are retrieved from database query,that 
many times Fetch method get executed at run time.
 
0
Santosh Bhor
 
 
Question
what is data stream and data adaopter is it same r 
different? tell me?
Rank Answer Posted By  
 Question Submitted By :: Siva
This Interview Question Asked @   TCS
I also faced this Question!!   © ALL Interview .com
Answer
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 into data row structure required
by the report.

Data adapter can be a data source component or a data filter
component.It retrieves data from an input source(data
base)and   creates data row.
 
0
Ssrao.
 
 
Answer
A data stream is a group of components that provides the 
data for your report. The data stream selects data from a 
data source database and then places the data into the data 
row structure required by the report. A data stream can be 
made up of several types of components. Every data stream 
has a data source component and a data row component. 
Additional, optional components include filters, memory 
buffers, and intermediate data rows. 
A data adapter filters, retrieves, sorts, or otherwise 
processes information. The two types of data adapters are 
data sources and data filters. The relevant Actuate 
Foundation Class is AcDataAdapter.
 
0
Rupa Kaur
 
 
Question
how to implement the parallel report
Rank Answer Posted By  
 Question Submitted By :: Siva
This Interview Question Asked @   TCS
I also faced this Question!!   © ALL Interview .com
Answer
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 
design those report and in the page layout use two flows 
and in the report properties assign the flows to the 
respective reports.

this way you can design it
 
0
Daya
 
 
Question
how can i generate a report by getting values from two
reports. the generated report should contain the 5 values of
first report and last 5 values of second report. can any one
guide me on this. pls... awaiting for  the rply..
Rank Answer Posted By  
 Question Submitted By :: Siva
I also faced this Question!!   © ALL Interview .com
Answer
You can put more light on your requirement so that it would 
be clear.

Any ways for this requirement what you can do is run the 
sequential report 1 by another and get the values from 
those reports and accordingly run your last report.
I think this might help
 
0
Daya
 
 
Question
What is the difference between 
-using Group by in the SQL of the report
-having a Group section in the report
Rank Answer Posted By  
 Question Submitted By :: Guest
This Interview Question Asked @   HCL
I also faced this Question!!   © ALL Interview .com
Answer
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 aggregated.

A SQL Group By will aggregate data being pulled from a 
table. Grouping By State or Province will result in 
somewhere less than 100 records being delivered to the 
report. The results most likely will be 5 records 
containing a count and the state name: DL-20; MH-10; BR-5, 
WB-25, and MP-40. A Group By processes the data and creates 
new information about that original data.
 
0
Sanjeev Kumar Sinha
 
 
Answer
Using the Group by in the SQL returns the data form the 
database which is grouped by that attribute. 
If u r not grouping through the SQL if u wan to group in 
thr report from the front end through actuate, u can use 
the Group section.
 
5
Lingaraj
 
 
Question
Can we define global methods in a report?
Rank Answer Posted By  
 Question Submitted By :: Guest
This Interview Question Asked @   L&T
I also faced this Question!!   © ALL Interview .com
Answer
Yes we can define global methods in eRDPro.We can put our 
procedure and function in .bas file and use.
 
0
Prashant Nikhade
 
 
Answer
I think there isn't anything like a global method in 
Actuate. A method is a procedure you declare within a class 
declaration. A global procedure can be defined by creating 
a new Actuate Basic source (.bas) file or by using an 
existing BAS.
 
0
Shiji
 
 
Question
Can we connect to 2 different types of database through the 
same report?
Rank Answer Posted By  
 Question Submitted By :: Guest
This Interview Question Asked @   L&T
I also faced this Question!!   © ALL Interview .com
Answer
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.
 
2
Prashant Nikhade
 
 
Answer
Obviously yes,AS there is no restiction on use of databases 
we can connect two or more databases in single report also
 
3
Vijay Salunke
 
 
Answer
yes using multipleinput filter
 
0
Sha
 
 
Answer
If you want to connect to different database we need those 
many connections. We can use it accordingly with those 
connection.
 
0
Lingaraj
 
 
Question
What is report bursting?
Rank Answer Posted By  
 Question Submitted By :: Guest
This Interview Question Asked @   L&T
I also faced this Question!!   © ALL Interview .com
Answer
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 job, or asynchronously. If you run a burst 
report synchronously,
Actuate iServer displays an error message because it cannot 
determine which
report to display.
 
3
Shweta A
 
 
Answer
Report Bursting Under which multiple .roi gets created 
which is easy for distribution 
Example of this is under 
actuatedevwbexamplesurstingurst1 or burst2 
In the report design, under the AcReport component, new 
report apps there 
is a function called SuggestRoiName where you can specify 
if you want to 
generate different roi for different department eg. 
accounting.roi, 
finance.roi, marketing.roi from the same .rod 
And all the .rois get created under the same folder
 
0
Kotireddy
 
 
Question
What is page level security?
Rank Answer Posted By  
 Question Submitted By :: Guest
This Interview Question Asked @   L&T
I also faced this Question!!   © ALL Interview .com
Answer
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.
 
0
Prashant Nikhade
 
 
Answer
A report developer can use page-level security to determine 
user access to specific pages of an Actuate basic report. 
Using page level security, a report developer can create a 
report having security rules that control which pages a 
user can view. To view a report that uses page-level 
security, a user must have secure read privilege on the 
report.
Page level security options :- Read, Write, Secure Read, 
Visible, delete.

Thanks-
 
0
Jitendra Pal
 
 
Question
which cmponent has onRead method and what it is used for?
Rank Answer Posted By  
 Question Submitted By :: Guest
This Interview Question Asked @   TCS
I also faced this Question!!   © ALL Interview .com
Answer
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.
 
0
Santosh Bhor
 
 
Question
What are actuate smart reports?
Rank Answer Posted By  
 Question Submitted By :: Guest
This Interview Question Asked @   L&T
I also faced this Question!!   © ALL Interview .com
Answer
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.
 
0
Vasu Bathula
 
 
Answer
I have not heard like actuate smart report. If it is there 
where it is located.
 
0
Lingaraj
 
 
 
Back to Questions Page
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com