Changes done on repository opened in online mode

Hi there,
I'm trying to deal with a problem. I opened my repository in online mode and created a new presentation model. I saved it and then logged in into analytics. The new presentation model is not available.
I tried to restart only biserver from weblogic enterprise manager but is still not available.
What's wrong? I do not find anything interesting in the manual.
thanks
Ste

Hi,
In your answers left side there refresh menu is available so please refresh metadata and reload metadata after that try to refresh we browser u can able to see u r latest subject area.
After that also if u have same problem go to u RPD ---presentation layer --select u r subject are just right click and properties set it permission
Change access default to everyone or required users.
Hope it's clear
Thanks
Deva

Similar Messages

  • Not able to open RPD online mode

    Hi,
    Im not able to login to RPD online. Throwing following error,
    [nQSError:37001] Couldnot connect to the Oracle BI Server Instance.
        All my services are up and the status are Alive,My biserver is in Running Mode and I am able to open the Answers page too.
        I am able to open the same RPD in Offline mode but not in Online mode.
    After some time services are down though.
    Can you please help me to resolve this Issue.

    I can connect to repository in offline mode (start > All Programs > Oracle Business Intelligence > Administration). However, when I try to connect in online mode I get following error:
    [nQSError:37001] Could not connect to BI Server Instance.
    After getting this error when I check services I see that Oracle BI Services has stopped.
    I restart the service and try to connect in online mode and again I get the same error - [nQSError:37001]...... and see that Oracle BI Server service has stopped.

  • Changing fields in form opened in query mode via a link from a report

    I have a summary report which allows me to access a form via a link: The form opens up with its fields populated with the corresponding record from the report.
    Can additional code be added to the after displaying page section of the form such that some of the fields can be assigned with different values from those in the original record? If so, can anyone offer some sample code for this?

    Hi,
    You can access and set the values of the columns in forms by using certain apis. All the columns in the form are available in the session which can be accessed and set.
    Sample Code
    declare
    flightno number;
    ticketno varchar2(30);
    tdate date;
    persons number;
    blk varchar2(10) := 'DEFAULT';
    begin
    flightno := p_session.get_value_as_varchar2(
    p_block_name => blk,
    p_attribute_name => 'A_FLIGHT_NO');
    ticketno := p_session.get_value_as_varchar2(
    p_block_name => blk,
    p_attribute_name => 'A_TICKET_NO');
    tdate := p_session.get_value_as_date(
    p_block_name => blk,
    p_attribute_name => 'A_TRAVEL_DATE');
    persons := p_session.get_value_as_number(
    p_block_name => blk,
    p_attribute_name => 'A_NOF_PERSONS');
    p_session.set_value(
    p_block_name => blk,
    p_attribute_name => 'A_FLIGHTNO',
    p_value => to_char(NULL)
    p_session.set_value(
    p_block_name => blk,
    p_attribute_name => 'A_TICKETNO',
    p_value => to_char(NULL)
    p_session.set_value(
    p_block_name => blk,
    p_attribute_name => 'A_TRAVEL_DATE',
    p_value => to_char(NULL)
    end;
    The above code sets and gets value of the form fields. The form field is accessed by prefixing "A" to the form column name. For example if the column name is "DEPTNO" then to access or set value to it you should refer to the session variable "A_DEPTNO".
    Thanks,
    Sharmila

  • Repository changes in online mode in HA environment

    Hello,
    Is it possible to make changes to the rpd in online mode within a highly available (horizontally scaled on two virtual hosts, Host1 and Host2) OBIEE 11g environment without disrupting users? Here's what currently happens in my environment, and I believe this is the expected behavior:
    1) Open repository in online mode via Admin tool (connects to Host1, which is the master BI server).
    2) Make an update and save it.
    3) Some users will see the updates right away, some won't. The ones who see it right away are connected to the BI Server on Host1, those who don't see it are connected on Host2 at that particular moment. If the user keeps hitting refresh, sometimes the user sees the updates and other times does not (it depends on which host is used each time user refreshes browser).
    4) Restart BI Server process on Host2.
    5) Now everyone running a request on Host2 during the restart will get an error. They hit refresh, the error goes away because they are taken to Host1 now.
    6) Once the BI Server on Host2 comes back online, all users will see the update made in Step 2.
    Our problem is we want to have a HA environment but we also want to make several repository updates throughout the day in online mode without causing a disruption to our users. I don't currently see a way to do this without causing disruptions. Does anyone else have this challenge and if so, how do you manage it?
    -Matt

    I would be most interested in a solution for this also

  • Cannot open repository in online mode

    I cannot open repository in ONLINE mode
    I'm using Oracle BI Administration tool version 11.1.1.3 and Oracle Enterprise Manager 11g version 11.1.1.3.
    My procedure is:
    - Enterprise Manage: open repository, apply changes, restart services
    - Administration tool: CTRL+L (open online) and type username and password. But Open button in administration tool is always grayed.
    Regards
    Andrej

    Hi,
    Can you please check the below mentioned link and follow the same and update-
    Unable to open RPD in ONLINE Mode
    Hope this helped/ answered
    Regards
    MuRam

  • Unable to  open RPD in online mode OBIEE 11g.

    Hi All,
    We are using OBIEE 11g . We are unable to connect to BI Admin in online mode. All servers (admin server, biserver) are up and running fine. Checked the staus of all the servers in command prompt, it showed ALIVE.
    We are able to connect in offline mode.
    Able to connect till yesterday and faced no problems. suddenly problem occured. Once the problem occured restarted all the servers but still unable to connect in online mode.
    ERROR Description:[nQSError:43126] Authentication failed:Invalid Username/Password.
    [nQSError:37001] could not connect to the BI Server instance.
    Thanks.

    Hi Thnaks for the reply.
    We are able to open the same repository in offline mode and furhte rmore even we are able to create the new repository with th esame database. One thing we noticed is our ip address has been changed, is this cusing the error..??
    One more question:
    Our database has been SHIFTED to new system and got new tns details(hostname, service name etc). What changes do i need to do with respect to the new database in obiee 11g application so that I can connect to the database with same repository.
    The things I have done:
    1.Copied the new tnsnames file to oracleBI1\network\admin
    2.Created the new DSN with respect to new databse service name.

  • RPD change in obiee 11g (11.1.1.5) to online mode

    HI,
    In 10g, to change the repository to online mode we will update the reporsitory name under star in NQSConfig file. In 11g, we need to do in Enterprise Manager and it is bit time consuming process as EM is slow in my machine.
    Is there any way like changing the name simply like in 10g, I can do in 11g also.
    Thanks.

    You have to disable the central configuration:
    http://download.oracle.com/docs/cd/E14571_01/bi.1111/e10541/disable_em.htm#BEIIAEGD
    Change your repository in the file nqsconfig.ini
    and
    change the password if needed in the credential store ...
    http://gerardnico.com/wiki/_detail/dat/obiee/obiee11g_credential_store.jpg?id=dat%3Aobiee%3Acredential
    But if you can't open EM, it will be very difficult and may be you must have to add resource (memory, ...) to your server.
    Regards,
    -Amith.

  • Not able to open rpd in online mode

    I am not able to open rpd in online mode.
    It just says that it opens in Read Only mode.
    The service is up and running. Still I get this problem.
    When the service is turned off and I try to open the rpd in offline mode too, it gives me the same problem.
    I am facing this issue even when the NQConfig.ini file is pointing to someother rpd.
    This issue is not with all the rpds in my Repository folder but only with few rpds. I have observed these probs with the latest two rpds each time.
    Can someone pls suggest me on this.
    Thanks,
    Swetha

    Yes.. so far the latest 2 rpds are not working.. (last two rpds that I have saved.. the older ones are working fine)

  • Unable to Open RPD in online mode by using the Admin tool in OBIEE 11g.

    Hi All,
    I Installed OBIEE 11g (11.1.1.5) in Linux Box.
    When I am trying to Open the RPD in online mode by using the Admin tool, I am facing the below error.
    Logon failed due to:[nqsError:43113] Message returned from obis
    [nQSError:13037] Cannot connect to BI Security Service,please make sure this is running properly (with SSL ot not) in EM.
    [nQSError:37001] Couldnot connect to the Oracle BI Server Instance.
    All my services are up and the status are Alive,My biserver is in Running Mode and I am able to open the Answers page too.
    I am able to open the same RPD in Offline mode but not in Online mode.
    I Created a System DSN in ODBC Data Source Administrator for opening the RPD by using the OracleBIServer1 driver,still the issue doesnt resolve.
    Any help is highly appreciated.
    Thanks,
    Praveen.
    Edited by: 885630 on Dec 21, 2011 3:33 AM

    Hi All,
    This question is answered.
    The Resolution is
    While Installing the RCU i created two instances so the RPD is not able to take the correct instance.After deleting the other instance now i am able to open the RPD in online mode as it is pointing to only one instance.
    Thanks,
    Praveen.

  • Error while opening the OBIA 7.9.6.3 RPD in Online mode

    [nQSError:13024] Successful completion of init block 'EBS Security Context' is required.
    [nQSError:37001] Could not connect to the Oracle BI Server instance
    Edited by: 993897 on Apr 25, 2013 4:48 AM

    Thanks
    BI DSN it is working fine...
    Actually Integrated the BI with Oracle EBS R1213....
    Still It return the Same error when opening the RPD in online mode
    Error:
    Logon failed due to: [nQSError: 43113] Message returned from OBIS.
    [nQSError:13024] Successful completion of init block 'EBS Security Context' is required.
    [nQSError:37001] Could not connect to the Oracle BI Server instance

  • Changing the dimension hierarchy level keys in RPD online mode caused issue

    Hi,
    We tried to correct the dimension hierarchy level keys and remove prefered drill path settings in the business model layer in RPD in online mode. However this caused all the reports and dashboards based off of this subject area to show incorrect, and/or restricted data. The physical query generated by the answers requests were also incorrect.
    Even restarting the server and presentation services could not resolve the issue. Can someone please help us to understand what could have caused this issue?
    Thanks in advance

    Hi,
    I am not sure why the existing reports throw an error when I change the RPD dimension hierarchy level keys. Does anyone know how I resolve this issue.
    This is urgent. Any help will be most appreciated.
    Thanks in advance.

  • How to change application for opening an online program?

    I am trying to open an online program for which I have previously downloaded a plug-in required to open and utilize this online application, however, my computer must be set to a default to open the program with ScriptEditor, which is not compatible for running this online program I need to use. Does anyone know how I can change these settings to open the program with my downloaded plug-in versus the ScriptEditor? Any help would be appreciated.

    If it’s actually an online program, it’d run in your web browser instead of being downloaded to your computer.
    If you downloaded a Windows program file, it can’t be run outside of Windows, CrossOver Mac, or Wine.
    (118655)

  • TS3771 Why can't I select "get info" from the file area so I can change the setting to "open in 32-bit mode" ?

    Why can't I select "get info" from the file area so I can change the setting to "open in 32-bit mode" ?

    It may be because of your settings. You can modify that setting in System Preferences > Trackpad. Another way of making right-click is to click the app icon while holding the Control key

  • Apps don't open in 2x mode on my ipad mini

    I have a ipad mini on ios 7 & all of the iphone only apps open in 1x mode so the screen is really small, i thought they were forced to be open in 2x mode for ios 7? Can anyone help me out? I find it really annoying having my apps this small!

    The apps on my iPad 4 open in tap to zoom mode.  If the mini is the same a reset is the place to start.

  • OBIEE : Newly created rpd file not showing in the online mode in Admin tool

    Hi,
    I have recently installed OBIEE 10.1.3.4.2 and Oracle XE databse in a Windows XP (Professional version 2002 Service Pack 3) virtual machine on my Windows 7 machine.
    1) I have create an rpd file in Admin tool (all three layers). But I can only load this rpd file in offline mode, not in online mode.
    a)Saved the file sanjay1.rpd in c:\OracleBI\server\Repository directory
    b)Updated the c:\OracleBI\server\config\NQSConfig.ini (commented out the existing Star entry and replaced it with Star = sanjay1.rpd, DEFAULT;),
    c)Modified the C:\OracleBIData\web\config\instanceconfig.xml and made change to the CatalogPath entry (<CatalogPath>C:/OracleBIData/web/catalog/sanjay1</CatalogPath>)
    d)Stopped and restarted OC4J, “Oracle BI Presentation Server” and “Oracle BI Server” services.
    But I am still not able to load sanjay1.rpd in the Admin tool in the online mode. It is showing up only in the offline mode. What do I need to do load the file in the online mode.
    2)The existing Start entry in NQSConfig.ini was Star = samplesales.rpd, DEFAULT before I updated it. But samplesales.rpd is not showing up in online mode either. When I am selecting File/Open/Online a popup is coming up with title "Open Online AnalyticsWeb" and prompting to enter Administrator password. I would like to know why samplesales.rpd was not showing up in online mode and where is AnalyticsWeb coming from.
    Thanks
    Sanjay

    Dear Muram,
    Is did not work.
    1)Wihile the servers were running I opened the rpd in offline mode. It displayed the message the file can only be opened in the Read-Only mode. I accepted the message, opened the file and clsoed it and exited from Admin tool. I stopped the 2 services “Oracle BI Presentation Server” and “Oracle BI Server” in that order, and restrated them in the reverse order. In the admin tool it is still showing in the offline mode only
    2)I have as such no interest in AnalyticsWeb that is showing in the online mode. I did not create it, it must have been installed along with OBIEE. But I am curious where it is coming from. Because A)There is no rpd file for AnalyticsWeb in the Repository Directory B)Before I edited the NQSConfig.ini the default setting was samplesales.rpd. So AnalyticsWeb was never included in the NQSConfig.ini file C) samplesales.rpd was included in the NQSConfig.ini once, but it never showed up online.
    Thanks
    Sanjay

Maybe you are looking for

  • Inbound IDOC using  XML

    Hi, I need to create an Inbound IDOC using Function modules using an XML file as Input. I am using mySAP ERP 2004(WAS 6.4). IDOC type : HRMD_A05 Message Type : HRMD. I am using the FM's in an ABAP report for testing, reading the data from the XML Fil

  • Transfer of data from blackberry to iphone

    how do you transfer all data pics emails and contacts etc to iphone from blackberry easily?

  • Cannot retrieve mail from a ovi account

    Ok so I used to have a ovi mail account which I used to use to access Facebook. Now I have a really important mail which Facebook has sent me regarding the download link to the data of my account. how do I retreive that please. Thank you

  • IPhoto With Adobe Elements Or CS4

    I'm trying to use iPhoto with Adobe Elements (and/or CS4) as my default editor. I have the files in RAW / NEF format and I click to edit in external editor. My goal is to save the changes I've made back into iPhoto (overwriting my old version) withou

  • I went on iTUnes after not using it for awhile and all my playlists are gone. How can I find them?

    Hi Apple community --- I went on iTunes after not using it for awhile and my old playlists are all gone.  My library seems intact, but I don't have a record of  my playlists, except for what's in my iPod.  I'm afraid to sync them to get the playlists