Possible elements in the instanceconfig.xml file for presentation services

g'day
Has anyone here come across a list of all the possible elements that can be put in the configuration file for a presentation service, instanceconfig.xml ?<P>
I have found next to nothing in the documentations, about what can be configured there.<P>
What I am specifically after is: How can I change the default listening port for the Presentation Service? The default port is 9710 and I want to move to another port.<P>
Also, how can I move the JavaHost from the default port 9810? I can change the file <i>OracleBI/web/javahost/config/config.xml</i> to reflect the change. Once the JavaHost has been restarted it starts up on the expected port, but the Presentation Service still tries to communicate over RPC to port 9810. How do I configure the presentation service to search for the JavaHost on a non-default port?<P>
I have boiled it down to my original question: What are the possible values I can configure in the instanceconfig.xml file?<P>
Any comments here would be great.<P>
Cheers,<br>
Borkur

So, I had a little breakthrough here.
I found in the OBIEE deployment guide, page 142:
To change the Presentation Services listener port
1 Open the instanceconfig.xml file for editing.
2 Locate the <WebConfig> element.
3 Within the <WebConfig> tags, create the element <RPC> and assign it the RPC Listener Port
value for the BI Presentation Services instance, as shown in the following example.
<WebConfig>
<ServerInstance>
<RPC>
<Listener port="9715" />
</RPC>
</ServerInstance>
</WebConfig>
NOTE: In the preceding example, the RPC Listener port for the BI Presentation Services instance
has been changed to port 9715 from the default of 9710.
4 Save changes to the file.
This almost works. The RPC element has been deprecated, as was reported in the sawserver.out.log:
The configuration entry 'RPC/Listener' is deprecated. Please refer to the admin guide for more information.
What I then did was to just remove the RPC elements and leaving the Listener element straight under there ServerInstance element. This seems to have solved the problem.
I still have to figure out how to let the Presentation Service know that I have moved the JavaHost to antoher port ...
Cheers,
Borkur

Similar Messages

  • Append an element to the original xml file

    Guys,
    I have the original xml file.
    Can i add some element, i mean child node, to that file?
    if so could anyone tell me please.
    currently i'm using JDOM to process XML thing.
    Many Thanks :)
    Ty

    Im having trouble with writting to the actuall file too. I can scan xml and find nodes and attributes that I want to change, I change them, and it seems to work because if I get them with like element.getAttribute I can see the value I just set, but the file hasent changed a bit. Good luck with the solution, if you find one can you post it here, I'd be so gratefull...Cheers.

  • Where can I find the config.xml file for my Edge project?

    Or is that a nonsensical question?
    Basically, I am producing a very simple iPad app using Edge and PhoneGap Build. It's all good to go apart from the orientation - I want to be able to lock it to portrait. On researching, it appears that I need to specify the web build/app as portrait in the config.xml file - so where would I find this?
    Thanks!

    I am not familiar with the phonegap process but I suspect the file you should be attempting to modify is called manifest.xml.
    Example, see someone else's solution posted here. jQuery Mobile lock orientation - Stack Overflow
    hth
    Darrell

  • How can I get the directory.xml file for WL6.0?

    I have installed the ALBPM Enterprise WL6.01 and started it in my server.But I get the error message when I login.
    directory configuration runtime fails to initilize with
    resource:/Aqualogic/j2eewl/tomcate/webapps/../../webapps/webconsole/WEB-INF/directory.xml
    How can I get the XML file?

    aaa, ok i misunderstood your first post, i thought you are talking about unable to use the directory.xml from your application.
    Ok, well the directory.xml file that ALBPM uses is allways in /albpm6.0/j2eewl/conf/directory.xml if we are not talking about Standalone. And when you start your albpm server it picks up the directory.xml file from there. But it picks him up only when you start it...so if you made any changes to it, you have to restart the server.
    You should check the instalation folder of your ALBPM.
    If you want to change the user/pass in the directory.xml change it in that folder and restart ALBPM.
    If you don't know how to enter new password you have to use this sintax:
    <encrypt>newPassword</encrypt>
    Because if you open the xml file you have only <encrypted> tags, and you can't change those.
    I don't know what the xml file is doing in that tomcat folder though...maybe it get's copied to that location when you start the albpm WL
    Hope this helps
    Edited by Lex_ at 12/13/2007 10:27 PM

  • Clarification on services-config.xml files for RemoteObject services

    I am currently preparing an AMFPHP environment for exchanging
    data with Flex and AIR applications. I can connect to the services
    via Netconnection, but using RemoteObject won't work.
    Documentation for the necessary configuration files
    (services-config.xml, remoting-config.xml and the like) is, um,
    sparse and seems to be slightly incorrect or misleading at times.
    So I'm looking for clarification about
    changes in the syntax of services-config.xml · in
    examples for Flex 2.01, there are "class" attributes with values
    beginning with "flex.", in Flex 3 examples the attribute name has
    changed to "type", values beginning with "flex." have mostly
    vanished and been replaced with similar looking values beginning
    with "mx.". Are "flex." and "mx." prefixes interchangable?
    correct syntax for linking other files into
    services-config.xml · the livedocs state that Adobe
    prefers linking files into services-config.xml (using something
    like <service-include file-path="remoting-config.xml"/>)
    instead of defining all service parameters there. But in the
    example from the Flex 2.01 livedocs, the root element of the
    service-config.xml file is <services> instead of
    <services-config>. Assuming that <services> is meant as
    a
    child of the <services-config> root element, there
    seems to be a mandatory <service> child element missing.
    That's either intended, illogical, and misleading, or simply
    erroneous.
    which classes are still valid in Flex 3, which have changed?
    · Most of the examples for using RemoteObjects out there are
    for FlexBuilder 2 (e.g.
    here)
    and don't seem to work with FlexBuilder 3 Beta 2. But there is no
    statement to be found in the Flex 3 documentation about what has
    changed.
    a meaningful example for services-config.xml · In the
    Flex 3 Beta 2 documentation here are plenty of references to using
    services-config.xml, as I can find even information about the
    ServerConfig class in the ActionScript 3 Language Reference, a sort
    of wrapper class for the information provided in
    service-config.xml, but there is no information about what
    constitutes a
    working service-config.xml configuration (which XML tags of
    what names containing what attributes need to be present).
    As I'd really like to create cutting-edge Flex and AIR OCC
    applications, I'm eager to have those ambiguities clarified.
    Best regards,
    Cathness

    From the docs it looks like this is used for web services as
    well:
    http://livedocs.adobe.com/flex/201/html/dataservices_config_100_3.html#260186
    If this isn't the right config file, which file should I be
    looking at?
    Mike

  • Automate creation of web.xml file for tomcat 4.1.29

    hi , this is with ref to Tomcat 4.1.29, if i am correct, each Servlet in the application has to be mentioned in the web.xml file for the Tomcat to know about it. Is there any way to automate the creation of web.xml file , depending on the contents of the Servlet folder of the application. Any way to escape from writing each Servlet name in web.xml file.
    rc

    Hello,
    Maybe you should check if you can use Ant tool to do
    that. I am not sure if it can help u.
    Zeph.
    http://ant.apache.org/
    It will, specially if used in conjunction with XDoclets :
    http://xdoclet.sourceforge.net/
    XDoclet has Ant tasks to generate web.xml files.

  • How to deploy the web.xml file when trying to use the JSP SDK from SAP?

    I want to use the adduser.jsp which downloaded form SAP SDK samples to add user in BO, but I cannot run it sucessfully. I believe it's caused the web.xml file was not deployed appropriately.
    could you please teach how to deploy the web.xml file for the JSP samples ?
    Could you show me some sample of web.xml for the SDK jsp files? Thank you very much!

    Ensure that you have followed below directory structure while deploying your web application.
       web_application_name
          WEB-INF
             lib
             classes
    web.xml must be placed in WEB-INF. Ensure that you have included all the jar files and other necessary files in your application.
    For more information refer to the below link:
    http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/devsuite.htm
    Regards,
    Anuj

  • OBIEE 11g Refresh GUIDs for Presentation Services

    Hi Friends,
    I am facing problem while trying to refresh the GUIDs for the Presentation services during migration from DEV to QA
    When I migrated RPD and Catalog from DEV to QA, the user weblogic was not able to login. So I modified the NQSConfig.INI file to make the below change
    FMW_UPDATE_ROLE_AND_USER_REF_GUIDS = YES*
    and restarted the BI Servers. Now weblogic is able to login. So far good.
    But When I login using weblogic and open 'My Dashboard' I get the following error access denied for user to path /users/weblogic/_portal/dashboard layout*
    Reading the Oracle Documentation I see that the refresh of GUIDs need to be done for Presentation services as well. http://download.oracle.com/docs/cd/E14571_01/bi.1111/e10543/privileges.htm#CHDHGAAH
    However I am not able to find *<ps:Catalog>* in the Instanceconfig.xml file. I can only see a similar one like below
    *<Catalog>*
    *<UpgradeAndExit>false</UpgradeAndExit>*
    *</Catalog>*
    Where should I add the below? I went ahead and put it just below the above. So that my file looks like below. Is this correct?
    *<Catalog>*
    *<UpgradeAndExit>false</UpgradeAndExit>*
    *</Catalog>*
    *<ps:Catalog xmlns:ps="oracle.bi.presentation.services/config/v1.1">*
    *<ps:UpgradeAndExit>false</ps:UpgradeAndExit>*
    *<ps:UpdateAccountGUIDs>UpdateAndExit</ps:UpdateAccountGUIDs>*
    *</ps:Catalog>*
    After saving the instanceconfig.xml , I used opmnctl to stop the Pre.Ser. Stop was successful But I am not able to start the ps. Why is that? Is it a problem with my new entry in Instanceconfig.xml?
    Checking the log files, clearly says its the content of instanceconfig.xml causing the issue.
    ----Log entry--
    [Util Logger] Exception occurred:
         Severity:Fatal
         Type:class saw::Exception const *
         File:C:\ADE\aime_bi\bifndn\analytics_web\main/project/webutil/configreaderinstance.cpp
         Line:540
         Message:Invalid settings in config file: Bad config instance '\\?\C:\Middleware4\instances\instance6\config\OracleBIPresentationServicesComponent\coreapplication_obips1\instanceconfig.xml'!
    Any help would be highly appreciated.
    --Joe
    Edited by: bimetrics on Oct 28, 2011 5:06 PM

    Hi,
    i hope u r version You don't need the ps: part either
    If your using obiee11.1.1.3. the instansconfig.xml file it will show like this (ps: part either ) and obiee11.1.1.5. no more that ps: part in the instanceconfig.xml file
    *<UpgradeAndExit>false<UpgradeAndExit>*
    *<UpdateAccountGUIDs>UpdateAndExit<UpdateAccountGUIDs>*
    then
    set it to *<UpdateAccountGUIDs>none</UpdateAccountGUIDs>* and then restart the services
    Refer obiee11.1.1.3.0 version of guide...all r similar except ps: part.
    http://varanasisaichand.blogspot.com/2011/08/refresh-user-guids-obiee-11g.html
    http://gerardnico.com/wiki/dat/obiee/migration
    Thanks
    Deva
    Edited by: Devarasu on Oct 29, 2011 9:45 AM

  • Efficient searching in a large XML file for specific elements

    Hi
    How can I search in a large XML file for a specific element efficiently (fast and memory savvy?) I have a large (approximately 32MB with about 140,000 main elements) XML file and I have to search through it for specific elements. What stable and production-ready open source tools are available for such tasks? I think PDOM is a solution but I can't find any well-known and stable implementations on the web.
    Thanks in advance,
    Behrang Saeedzadeh.

    The problem with DOM parsers is that the whole document needs to be parsed!
    So with large documents this uses up a lot of memory.
    I suggest you look at sometthing like a pull parser (Piccolo or MPX1) which is a fast parser that is program driven and not event driven like SAX. This has the advantage of not needing to remember your state between events.
    I have used Piccolo to extract events from large xml based log files.
    Carl.

  • No XML file for VO listed in AM, possible to extend?

    In the AM oracle.apps.ar.hz.components.account.contact.server.HzPuiActContRoleAM the VO HzPuiActRoleListVO exists however there is no XML file for this VO - what am I missing? Is it possible to extend the VO?
    - Resolved
    Edited by: user602400 on Jun 19, 2012 8:14 AM

    even though name of VO is Name=HzPuiActRoleListVO
    actual location and name is oracle.apps.ar.hz.components.lookup.server.HzPuiLookupVO.
    you will get files here:
    cd $JAVA_TOP/oracle/apps/ar/hz/components/account/contact/server

  • I have been working on the same numbers file for the past few weeks.  The last time I opened it was 1 week ago.  Today when I tried to open it I am unable and getting a message that the file is invalid and the index.xml file is missing.

    I have been working on the same numbers file for the past few weeks.  The last time I opened it was 1 week ago.  Today when I tried to open it I am unable and getting a message that the file is invalid and the index.xml file is missing. 

    Hi Tracie,
    I upgraded to Maverick OS X 10.9.5, numbers spreadsheet is saved. Upon re-opening, it appears to be frozen, a warning "file is invalid as index.xml file is missing". I checked, and the file is not "locked". This appears to occur only with using the new numbers app. When I open previous spreadsheets from old iWorks, no such problem occurs.
    How did you resolve your problem?
    Would appreciate any help here.
    Thanks,
    Deehay

  • Where are the xml files for code generator of MSAHH5?

    I'm generating source files for MSAHH5 and in the source code I can find xml files for generating all entities and DAL for those entities but I can't find anywhere files for MSATableConstants.xsl and MSAPersistanceManager.xsl and if I leave them alone they don't generate any class. I tried all xml in the code-generator folder without luck. What files should I use?
    Thanks in advance.

    Hi,
        I will answer your question in 2 parts.
    1. Which files are used to generate what?????????
    For entities:            Entity.xslt+ Entity.xml
    For MSATablesContants:   MSATableConstants.xslt+       
                             Entity.xml
    For MSAPackageManager:   MSAPackageManager.xslt+
                             Entity.xml
    For DAL Generation:      DAL.xslt+DAL.xml
    2. Where these will be generated?????????
    It depends on the path of the project that you are giving. If in the code generator tool when u make a new project give the path as the path of your project in eclipse.
    Otherwise if you give path as ./ means the current folder from where you r running classgenerator.jar
    you have to manually create folders like
    C:\classgenerator\com\sap\crm\handheld\db\dataaccess for DAL classes and similarly for entities etc.
    Hope this is clear
    anubhav

  • Where can i find the installation's files for photoshop element version 7

    Where can I find the installation's files for Phtoshop element version 7 ?

    This should help:
    Download Photoshop Elements products | 9, 8, 7
    Be sure to follow the instructions carefully.

  • Anybody know what's up with the menu.xml.files not being available for DW after installing on a new comp?

    Anybody know what's up with the menu.xml.files not being available for DW after installing on a new comp?

    Usually that error can be cleared up by renaming the personal config folder. Turn on your OS's hidden files and then go to...
    C: > Users > your username > AppData > Roaming > Dreamweaver (version) > your language > configuration
    Rename the configuration folder configuration-old and start DW up. That should create an entirely new configuration folder and correct the menu.xml file.

  • Hibernate mapping XML files for the two SQL Server tables below.

    Hello all..,
    Question 1:
    I am working on a project that needs to support a database with an inherited legacy schema that you cannot change. The schema is provided below.Hibernate mapping XML files for the two SQL Server tables below. Please provide those two XML files. Assume some hypothetical package and class names. Assume that no "fancy" stuff such as lazy initialization, optimistic locking etc is needed at this time.
    CREATE TABLE [SURVEY_ANSWERS] (
    [ANSWER_ID] [int] IDENTITY (1,1) NOT NULL,
    [QUESTION_ID] [int] NOT NULL,
    [POSITION] [int] NULL,
    [TEXT] [varchar](350) NULL
    CREATE TABLE [dbo].[SURVEY_QUESTIONS] (
          [QUESTION_ID] [int] IDENTITY (1, 1) NOT NULL ,
          [TEXT] [varchar] (350) NULL
    GO
    ALTER TABLE SURVEY_ANSWERS
    ADD CONSTRAINT pk_SURVEY_ANSWERS PRIMARY KEY(ANSWER_ID,QUESTION_ID);
    ALTER TABLE [dbo].[SURVEY_QUESTIONS] ADD
           PRIMARY KEY  CLUSTERED
                [QUESTION_ID]
    GO
    ALTER TABLE [dbo].[SURVEY_ANSWERS] ADD
           FOREIGN KEY
                [QUESTION_ID]
          ) REFERENCES [dbo].[SURVEY_QUESTIONS] (
                [QUESTION_ID]
          )Question 2:
    Assume that you are working on a project developing, say, a banking application. You are the Architect and thinking that Hibernate ORM should be used for the entire access to the relational database. As usual, you have created (or auto-generated) a set of HBM XML files as well as POJOs for which you define the mappings. Assume now that a new requirement has just popped up. The system needs to be able to import new bank accounts and user information in bulk from a very large XML file at once and store it in the database. Assume the XML file contains all necessary information to populate fields in database tables. As performance is very important for this operation. Given this description, how would you approach the problem?
    Please describe briefly.
    -Thanks and regards
    Praveen Soni

    You're not fooling anyone Dennis_Mox. But nice try.Jeez, man. Mail me at denismox[at]yandex.ru, I will show you that exact test, dammit.

Maybe you are looking for

  • Passing results to another function in MDX

    I'm pretty sure I know the answer to this, but it would be cool if it worked, so I figured I would put it out there and see if anyone successfully did this.<BR><BR>Is it possible to pass the result of a function NonEmptyCount() as an index for anothe

  • Stopping streaming video with cue points

    I've been searching for a solution to this problem for weeks now. All i want to do is make a video streaming in a video object to stop on a cue point, and play from abother when a button is pushed. It's relatively simple, right? Wrong. Over a hundred

  • N80 Firmware changelog?

    Is there a Nokia certified website or source where I can find a history of N80 firmwares and what changes took place in each one? A changelog would be absolutely fantastic to help verify that new firmewares really fix observed problems. Also, it coul

  • Illustrator CS6 Keyboard Issue

    Only in Illustrator, when I try to type a question mark, instead I get an 'É'... in fact I cannot seem to get the following characters at all: / is é ? is É ' is è " is È [ is ^ { is ¨ ] is ç } is Ç \ is à | is À and there are a few others as well. H

  • Flex Printing

    I am sending a datagrid to print as file (.pdf) from Flex3 AIR app. on Mac OSX. If the document exceeds 5 pages, the print call fails ... as if out of memory. I don't have this problem under 5 pages. Has anyone had or heard of this issue?