How to get .oce to talk to DAS & bring interactive reporting data?

Hi Hyperion Experts,

It is also a pretty basic question, I use Hyperion 9.3.1 and I Shared Services, workspace and interactive Studio reports running on our Windows Server 2003.

My goal is to import a .bqy document that I created in Studio of Interactive Reporting in the workspace and be able to click on the button "Refresh" and see that it refreshes the data in the back-end Oracle 10 g database.

I completed the following steps so far,

1. I created a DSN. This DSN named 'Oracle 10 g Data Source', when I clicked on the button "Test connection", he was properly executed.

2. I created a new entry of the data source in the DAS service. If I double click on the newly created data source entry, the screen displays the following details.

Type of connectivity = Oracle Net
Database of Type = Oracle
Enter the name of the data source = Oracle 10 g Data Source
Select the name of the data source (it is grayed out, nothing is selected)
Server/folder (it is grayed, nothing entered)
then, followed by a few default connection settings.

3. I created a file of "Oracle 10" g Data Source.oce using the Studio Interactive Reporting. I saved the .oce file in
C:\Hyperion\BIPlus\data\Open catalog Extensions\Oracle 10 g Data Source.oce

4. I created a new constrProj_Oracle10gOCE.bqy when creating, I chose
"Create a new document with the recent database connection file" option, so I chose the Oracle 10 g Data Source.oce I created in step 3. After that I connect with host username/password, I created a data model and I see that he brings a set of data when I clicked on the "process" button I saved this document .bqy.

5.
I imported the Oracle 10 g Data Source.oce and constrProj_Oracle10gOCE.bqy in the workspace under a folder called
MYBI/test/root

6. I right click on the constrProj_Oracle10gOCE.bqy document and chose "open." He opened with the results section highlighted on the left side and data showing on the right. However, when I clicked the "Refresh" button, I get a message box with a red X. It is said:

A Reporting Service interactive error -.
Unable to acquire the requested service.
(2001)

I suppose that the data I see in this constrProj_Oracle10gOCE.bqy was just the cached data that has been brought to the time where I hit the button to deal with this .bqy when it was first created in the Studio, and that he has never established any connection through the DAS service for the backend.

Could someone please show me what I've done wrong here?

Thank you

hypuser1010

You can change the TNS entry for the source of ODBC data on the server without ill effect is because it's redundant in your situation :-) You never didn't it because you did not in place of the ECO to use an ODBC data source in the first place.

do not forget that the DAS data sources are not the same as ODBC data sources. You only need an ODBC data source on your server if your OCÉ uses one. In any case, the DAS data source name should always match the text entered in the field host name to ECO.

Glad to hear the bqy document now refreshes needed.

Tags: Business Intelligence

Similar Questions

  • How to get distinct records by using the ListAgg OBIEE report function?

    Hi all

    I get a correct result as mentioned below. But I don't see duplicates in my result here, in my example, I get duplicate for the name of the employee 'Pat '. So how to get Distinct values by using the LISTAGG function?

    Data set of sample with the Department and its employees

    Service employee

    ----------      ----------

    Marketing Michael

    Pat of marketing

    Pat of marketing

    Pat of marketing

    Purchase of Den

    Purchase of Alexander

    Purchase of Shelli

    Purchase of Sigal

    Guy of purchase

    Purchase of Karen

    Using the ListAgg function, we can convert it to:

    Employees of the Department

    -----------     -------------------------------------

    Marketing of Pat, Pat, Pat, Michael

    Purchase of Sigal, Shelli, Karen, Guy, Den, Alexander

    I tried a lot of things, but I'm not able to understand how exactly this can be achieved, if anyone has any idea or suggestions please do share, thanks in advance.

    After much research, I found the solution & I want to share what he finds very useful, we can create SQL logic in the Advanced tab, as below and after you click Rescan, and then you will get your desired results.

    SELECT saw_0, Evaluate_Aggr T1.dept ("ListAgg(%1,'' & '') intra group (about 1%)") ("as long as VarChar (1000), T1.emp) saw_1 FROM)

    SELECT 'emp_dept '. "the Department dept,

    'emp_dept '. "' employee ' emp

    IN THE "DOMAIN".

    GROUP BY dept, emp

    ) T1 GROUP FROM T1.dept ORDER BY saw_0

    Also note here that we have good anti-aliasing for columns parent (ex: saw_0, saw_1), another by mistake oracle bi server.

  • How to get out of scheduled using web service api report

    Hello

    By using the api service report I can run the report query and get the result and save it in a file. But as I'm under the report directly I don't see report running history in BIP UI. (Or there is a way to do what I don't know.)

    So I create a task report and the request for a change it and then call using the api planning service and it works properly gives me a return identification work and I see the history for a job at the BIP UI.

    But I can't find a api that gives me the result of this work.

    All of the suggestions.

    I use eclipse, cfx to generate stubs, and it's a simple java program with access to the web service

    Obtained, he works as below.

    1. Call scheduleReport on SchedulerService to schedule a report and get the scheduled_job_id.
    2. Call getAllScheduledReportHistory on SchedulerService using scheduled_job_id to get the work history that includes the work of the child created by the Scheduler for above child_job_id scheduled_job_id.
    3. Call getScheduledJobInfo on SchedulerService using child_job_id to check whether the job has finished if it is wait for a while, then try again until the work is either successful or failed. The api returns object JobDetails
    4. If the job is successful then check if xmlDataIsAviable for the above job details. If Yes, then call getXMLData on SchedulerService using child_job_id which gives a byte array, write this array of bytes on the disk using the java.io library
    5. Call getScheduledReportOutputInfo on SchedulerService using child_job_id for the information of reportOutput, which is a list of cases
      more than one output format is specified in the report definition to the bi pub. Scan the list for the output_id for the data to the desired output format.
    6. Call getDocumentData on SchedulerService using the output_id above, which gives an array of bytes of report data, and save it using the java.io library

    If you want to avoid voting in step 3 you can configure a httpserver in bi publiher, which is basically a servlet url of a Web application deployed on a server

    Select Server Name URL Default Delete
    BiPubReportsWebApp http://hostname:PortName/webappnameWebApp/servleturi

    and when planning the report in step 1, you can specify these options in the ScheduleRequest element

    scheduleRequest.setNotificationServer (notificationHttpServerName) / /notificationHttpServerName = BiPubReportsWebApp

    scheduleRequest.setNotifyHttpWhenFailed (true);

    scheduleRequest.setNotifyHttpWhenSkipped (true);

    scheduleRequest.setNotifyHttpWhenSuccess (true);

    scheduleRequest.setNotifyHttpWhenWarning (true);

    So when the work is done bi publisher will make a post to you request httpservlet with jobid, reporturl, jobstatus, so you can use this jobid (which corresponds to the id of child labour) to perform steps 4 and following

    Another thing to note is step 6 gives the byte array return which may be huge in big reports and you can go outofmemeory in this case

    (1) request to the server to save the xml data and output on the server and returns the path where these files have been saved by using downloadXMLData and downloadDocumentData to the SchedulerService, and then tokensize the string to get the last piece

    (2) call downloadReportDataChunk of the report (in a loop) service to get the data for the xml data and the document into segments giving him the name of the file in step 1, a start index and chunksize

    While (offset! = - 1) {}

    LOG.debug ("Getting chunck number :->" + counter + "index :->" + beginIdx);

    ReportDataChunk reportDataChunk = getReportDataChunks (tmpFileNameOnServer, beginIdx, util.chunkSize);

    data = reportDataChunk.getReportDataChunk ();

    output. Write (Data);

    beginIdx = beginIdx + util.chunkSize;

    offset = reportDataChunk.getReportDataOffset ();

    counter ++;

    }

    public ReportDataChunk (String starts, int beginIdx, int size) getReportDataChunks survey com.oracle.xmlns.oxp.service.v2.reportservice.OperationFailedException_Exception,

    {com Oracle.xmlns.OXP.service.v2.ReportService.AccessDeniedException_Exception}

    ReportDataChunk reportDataChunk is getReportServicePort () .downloadReportDataChunk (starts, beginIdx, size, getUsername(), getPassword());.

    Return reportDataChunk;

    }

    Note: when you schedule a report using schedulereport pub bi api back you a job id but matching so that it creates a Collard work with a different id that does the job and this childjobid is given when using the method of notification httpserver.

  • To Powercli how to get the actual number of the paths to the data details store

    I'm looking for a command Powercli get the real number of the paths to the data store > Details of the data store

    See you soon,.

    Vincent

    You can do something like this

    $esxName = "MyEsx".

    $esx = get-VMHost-name $esxName

    $esxcli = get-EsxCli - VMHost $esx

    $esxcli.storage.vmfs.extent.list () |

    Select VolumeName,ExtentNumber,@{N='Device'; E={$_. DeviceName}},

    @{N = ' path # ';} E = {}

    $esxcli.storage.core.path.list ($_.) DeviceName) | Measure-object | Select Count - ExpandProperty

    }}

  • How can I delete a filter automatically on an interactive report when I get back

    I have several pages with interactive reports. If the user implements the filters to refine the list in the report, they are still there the user returns to that page later, even if I clear the cache.

    How can I make the interactive report raise the base with no additional filter report when the user returns to the page?

    Thank you

    The doc of the APEX to the http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/app_comp.htm#sthref989

    >
    To restore an interactive report in a link, use the string "RIR" in the section Cache Clear of a URL. This means the user choose the Reset option in the menu interactive report actions on the target page. The report is returned to the default report parameters specified by the developer.
    >

    CITY

  • How to change the width of columns in an interactive report?

    I have an interactive report. I want to customize the width of the column in the report. How to get there?

    Thank you
    Jen

    Two things... (1)

     items are for the forum display use only, do NOT copy them to your page in APEX..  2) I have modified your page 23 in your app, I have added the code in the proper location and removed the other code you had in place and copied it to the comments section of page.
    
    Please take a look and adjust the size accordingly..
    
    If this answers your question, please mark the question as answered and assign points where due..
    
    Thank you,
    
    Tony Miller
    Webster, TX
    
    Time flies like the wind, but fruit flies like bananas.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
    
  • How to create a column width fixed in an interactive report 4 APEX?

    This thread is a continuation of {message identifier: = 9191195}. Thank you fac586.

    Partial success: the following code provided by fac586 limit the width of the column of the Apex 4 interactive report as long as the data in the column contains a white space in a browser Firefox 3.6:

    < pre class = "jive-pre" >
    < style type = "text/css" >
    e #T_DESCRIPTION {}
    Width: 300px;
    }
    TD [headers = "T_DESCRIPTION"] {}
    Width: 300px;
    dressing: break-Word;
    }
    < / style >
    < / pre >

    Notes:
    1. the above code is placed in the HTML header for the page section.
    2 T_DESCRIPTION is defined as VARCHAR2 (2000).
    3. the above code works in Firefox 3.6.12 browser but does not work in the browser Internet Explorer 7.0.5730.13.

    I tried to add "float: left;":

    < pre class = "jive-pre" >
    < style type = "text/css" >
    e #T_DESCRIPTION {}
    Width: 300px;
    }
    TD [headers = "T_DESCRIPTION"] {}
    Width: 300px;
    dressing: break-Word;
    < font color = "red" > float: left; < / police >
    }
    < / style >
    < / pre >

    Notes:
    1 "float: left;" requires no white space and successfully splits the column between the characters instead of whitespace.
    2. "float: left;" reduces the height of the cell and allows the page to show through... could not determine how to solve this fundamental problem.
    3. the above code works in Firefox 3.6.12 browser but does not work in the browser Internet Explorer 7.0.5730.13.

    I've did some more research, but I've yet to discover how to create a fixed-width column in an interactive APEX 4 report that displays correctly in Internet Explorer 7 browser.

    Ideas and help will be appreciated.
    what theme are you using?

    A customized version of the 15 theme.

    You said you were using APEX 4.0, if I was testing on 4.0, but using one of its new themes based on the standards. 15 theme is a theme of legacy from older versions of APEX, mainly to ensure a certain level of support for the despised IE6 browser. The new themes are designed to restore mode standard and those inherited mode quirks (This is explained here). Firefox (and Safari, Opera and Chrome, and...) for your application, it's academic: all the required CSS: selectors attribute, the property max-width and dressing work in two modes.

    Enter Microsoft. They decided that in IE7, backwards compatibility meant that new CSS features would be supported only in standard mode, even if they had never been implemented in older versions, with no previous, behavior that may break. Go figure. Yes, even so the dressing will work in quirks mode (no surprise - Microsoft invented), attribute selectors, and max-width only. The latter is bug in standard mode, so I tried using widthworkaround, but who has always used an attribute selector, which of course is ignored, there are no selectors of friendly quirks mode in uneditable Oracle IR of supplement.

    The best 2 options are:

    1. stop using IE.

    2. use a theme based on standards.

    Less satisfactory would be:

    3. change your theme custom (or some of its pages) in standard mode (but it could break him other stuff).

    4 throw some JavaScript to fix the problem (I'll sleep on this one).

  • How can I access the filthers used in the interactive reports?

    Greetings,

    I develop several applications for APEX.
    Right now I make use of interactive reports.
    They are excellent tools, simple querys can do a lot if they use an interactive report.

    How you can that yend users can perform a filthers on the road is one of the best features that they have, from my point of view.
    It's so good that I was wondering if it is possible to use the filthers activated by an end user.

    Example, this query is in an interactive report: SELECT name, action, year of aux_table;

    If the user sees every line of it, but being in an interactive report, the user can add a filther in column of the year, for example, and display only the lines of the year 2008.
    It is very well... And here the question arises...

    Suppose I want to do a query based on the filthers currently, the user has activated, is this possible?
    I have a created delete action that will delete all the files, BUT I want to apply the filthers to the end user than delete action, the action would be:

    DELETE FROM aux_table where year = 2008

    Is it possible to make querys that take advantage of the filthers defined by the user for interactive reports?

    Thank you

    NP - take a look on Re: interactive report - save the output and links there, they can help guide you

    Andy

  • How to get 2 vm talk to each other?

    Guys,

    I'm on a 64 bit Windows 7 machine.  I have VMWare Workstation 7.1.4 and I try to get 2 Windows 7 64 bit VM to talk to each other without network connectivity.  At present, we have setup the network adapter for the two virtual machines as host only, and also two Windows firewalls are disabled.

    We put the IP (192.168.1.1 and 192.168.1.2) manual on both.  We connected to both and tried to do a ping to another, but it times out.

    What do we lack?

    TIA!

    In order to do a ping, let the firewall is turned on in the Win7 guests and allow ICMP traffic in the advanced settings in their firewall settings.

    André

  • How to get a program to the shared program files and data on a different computer?

    I run an accounting program on a Windows XP computer that has all the programs files and data shared to our local network. This accounting program is also installed on several other machines, Windows 7, and I want to know, how I move these Windows 7 machines to use the program and data off the XP machine, instead of using local data files (static)?

    This has been fixed, thanks. I ended the program on the host computer, and on this computer I just run the .exe; i.e. I actually run the program on the host computer.

  • How to get the day as a numeric value without the date in shape?

    Hello
    to reduce the costs of a sql statement, I need to get the day of a date under the number (to compare to a numerical value) value without formatting. Each formatting causes a complete table of the table scan and the date field. Is there a function for this problem?

    Version of Oracle's 11g.

    Thank you Carsten

    You can use EXTRACT...

    SQL> select extract(day from sysdate) from dual;
    
    EXTRACT(DAYFROMSYSDATE)
    -----------------------
                          7
    
    SQL>
    
  • How to get the number of records printed for the report in the dashboard

    Hello

    I would like to get the number of records printed at the bottom of each report as dashboard:
    < 1-25 of 6300 > instead of < 1-25 >

    Any help is appreciated
    Concerning
    B

    Hello

    Check out the blog of Miky Schreiber;

    http://www.miky-Schreiber.com/blog/permalink, guid, e964552b-eb6e-449b-b2c6-42adea2376cd.aspx

    Good luck

    Daan Bakboord
    http://obibb.WordPress.com

  • How it is possible to create the chekbox in interactive report column header and select all the features.

    Hello

    My requirement is

    Interactive report the first element of box check columns and the topic also point check box.

    If I click on the element of box section columns and then automatically select all the lines in the box.

    Select all / deselect all interactive report header check box.

    Kind regards

    Arianne.

    Check this box

    https://Apex.Oracle.com/pls/Apex/f?p=76604:2:111027941779152:

    username:-test

    password:-test

    SELECT

    APEX_ITEM. HIDDEN (2, null, null, 'f02_': rownum) |

    APEX_ITEM. CHECKBOX2 (P_IDX-ONLINE 01,

    P_VALUE-online null,

    P_ATTRIBUTES-online null,

    P_CHECKED_VALUES => NULL,

    P_CHECKED_VALUES_DELIMITER => ':',

    P_ITEM_ID-online 'f01_ ' | ROWNUM,

    P_ITEM_LABEL => ' label for f01_ #ROWNUM # ')

    as Delete1,.

    of the double

    Choose the column type: report

    in the heading of column delete1

    Simply put

  • How to run an EXECUTE IMMEDIATE statement in an interactive report

    Hi all!!

    I need to make a dynamic construction of a query to run in an interactive report, but the Source of the region only allows SELECT simple instructions. There is no way to run an EXECUTE IMMEDIATE statement in a Source of interactive report region?

    Cordially Pedro.

    Hi Pedro,

    Reduce the size of the varchar2 32000 1000 (or, up to a maximum of 4000)

    Andy

  • I installed windows 8 preview version, how to get back my pre installed windows XP

    I installed this thing! I am at a loss how to get XP back.

    Hello

    Save your data and do a clean install of XP.

    http://pcsupport.about.com/od/OperatingSystems/SS/instxpclean1.htm

    If you do not have your XP disk, you can contact your computer manufacturer and ask them to send you a XP disc.

    They should do this for a small fee.

    You need to change the Boot order to make the DVD/CD drive 1st in the order of startup and startup disk:

    How to change the Boot order in BIOS:

    http://pcsupport.about.com/od/fixtheproblem/SS/bootorderchange.htm

    "How to replace Microsoft software or hardware, order service packs and replace product manuals.

    http://support.Microsoft.com/kb/326246

    Install Windows 8 could destroy this option of relocation:

    And if you have never received a recovery disk when you bought your computer, there should be a recovery Partition on the hard drive to reinstall XP back on how you purchased your computer.

    The recovery process can be started by pressing a particular combination of the key or keys at startup. (Power on / start)

    It may be Ctrl + F11, F10, F11, Alt + F10, etc., depending on the manufacturer.

    Ask them to the proper key sequence.

    See you soon.

Maybe you are looking for