Where is the port information stored in HSS for HSS mode Essbase servers?

In order to test .sec file validity, I started up a temporary server on port 1426. The .sec file was copied from an existing SS mode Essbase server. This worked fine and I stopped the temporary server. However, now in Shared Services, the Global "Analytical Server" instance inside the "Analytical Servers" project now points to port 1426. I can no longer manage the real server on port 1423 in HSS. Can somebody tell me where this port information is stored so I can change it?
I don't want to have to re-externalise and mess about like that because I tried this on a test box and got into a horrible mess because externalising creates new analytical server instances in HSS with a new index number which doesn't match the original one etc. Horribly mess.
This port number must be stored somewhere in HSS? It's not in OpenLDAP I think as I exported the whole server as LDIF and the string "1426" does not occur in the export. Couldn't find it in the HS9_HSS database either but perhaps I missed it.

For reference, I found out how to fix this:
Look in the Repository HS9_HSS for the table VERSION_CONTENT
in the HUGEBLOBS (which are XML fragments), you'll find the the settings. Export, alter, import.
Restart HSS and Admin services.

Similar Messages

  • Where is the connection information stored for Mac Remote Desktop?

    I want to restore Mac Remote Desktop connection information from a Time Machine backup to a new Mac.  On the new Mac, I've installed Remote Desktop from the App Store and installed all the files found in
    ~/Library/Containers/com.microsoft.rdc.mac from
    a Time Machine backup.  But I don't see my old connections.  I also don't see any connection information in my Time Machine backup here
    ~/Documents/RDC Connections.
    Where is the connection information stored?

    The path is correct. You could try to get an console log during application launch. This log might give you information why the information is missing.

  • Where the servlet information stored?

    where the servlet information stored if I overriding the function getServletInfo? I am using Tomcat 4.1.12

    It is stored in the servlet instance as a String variable. getServletInfo by default returns an empty String. When you over ride the method all of the information is stored in the servlet just like any other variable data.

  • Where is iPhoto Location information stored for third-party plug-ins/export

    I use Smugmug for my photos. There is a standalone Smugmug uploader called MacDaddy that can upload photos from iPhoto and a plug-in that adds to the Export menu and uploads straight from iPhoto. Neither of these manages to get the GPS information, though. Does the built-in Flickr uploader successfully include GPS information? If I export photos from iPhoto and check Include Location Info, and then upload it works fine. So where is the Places info stored and how would a third-party uploader access it so that I could directly upload from iPhoto without having to first export?
    I sent them the AlbumData.xml and it didn't seem to be available there. Any help would be appreciated.
    Thanks.
    Ernie

    I just today went through this with Picasa Web Albums. I'll tell you how I got that to work.
    First in iPhoto if you select your photos (I'd use an album or smart album to collect them) you can click on File > Export > and choose File Export in the bar on the Export window. At that point you can choose to include Location Information. Export your photos to some file of your choice. At that point they are normal jpeg files with L/L info.
    Now I presume Smugmug has an uploader you can use from there.
    This isn't slick but it seems to give me more freedom than the Picasa add-on for iPhoto. Of course I don't have the synchronization I understand the Flickr built in uploader gives but I don't believe I want that anyway.

  • Where is owb user information stored in tables

    Hi All,
    I am using OWB Repository 10.2.0.4.0 . I need to know, where is OWB User information stored in physical tables of repository.
    Please help me in this regard?

    You can refer the following queries
    1. select owner from dba_objects where object_name = 'ALL_IV_INSTALLATIONS' and owner not in ('PUBLIC');
    2. select distinct grantee, substr(granted_role,5,25)
    from dba_role_privs
    where substr(granted_role,1,4)='OWB_'
    and substr(granted_role,1,6) not in ('OWB_A_','OWB_D_','OWB_O_','OWBR_')
    and default_role='NO'
    and admin_option='NO';
    Thanks,
    Sutirtha

  • Where is security relevent information such as Password for ITS are stored?

    where is security relevent information such as Password for ITS are stored?

    Single Sign-On with User ID and Password
    Purpose
    The Single Sign-On (SSO) mechanism with user name and password provides an alternative for applications that cannot accept and verify SAP logon tickets. With this SSO mechanism the Portal Server uses user mapping information provided by users or administrators to give the portal user access to external systems. The portal components connect to the external system with the user’s credentials.
    As the user's user ID and password are sent across the network, you should use a secure protocol such as Secure Sockets Layer (SSL) for sending data.
    Process Flow
    There are different procedures depending on the requirements.
    Single Sign-On to SAP Systems
    You can access SAP Systems that do not support SAP logon tickets via Single Sign-On with user ID and password. These are SAP Systems with release 3.1I. For more information, see Configuring SSO with User ID and Password to SAP Systems.
    Single Sign-On to non-SAP systems via a Java iView developed specifically for the customer
    The system must be defined in the system landscape. For details, see Creating Systems.
    The administrator or user must map user data to user data in the system. For more information, see User Mapping.
    The iView through which the user tries to access the system must be programmed to get the mapped user data from the data repository and write the user credentials (user ID and password) in a header field of the request. The system can then log on the user with these credentials. This can be done using the Java APIs provided with SAP Enterprise Portal.

  • When target DB is down in which table is the data from source is stored, also where are the error messages stored in ODI

    When target DB is down in which table is the data from source is stored, also where are the error messages stored in ODI( I am not getting any error message in E$_TARGET_ANI_TEST).
    When i am running the interface i am getting the below error against the errored step
    "ORA-01045: user ABC lacks CREATE SESSION privilege; logon denied."
    Only E$_TARGET_ANI_TEST  is created with no data. No such tables like C$_0TARGET_ANI_TEST, I$_TARGET_ANI_TEST are created and also data is not inserted in the target table TARGET_ANI_TEST.

    Hi,
    I have checked that only E$ table is created. C$ and I$ table are not created ( I have selected my target schema as the part for the staging table).
    All the parameters for dropping the tables are selected as "<default>:false".
    I am importing the following KMs with the following parameters:
    1) CKM Oracle
    DROP_ERROR_TABLE
    :false
    DROP_CHECK_TABLE
    :false
    CREATE_ERROR_INDEX
    :true
    COMPATIBLE
    :9
    VALIDATE
    :false
    ENABLE_EDITION_SUPPORT
    :false
    UPGRADE_ERROR_TABLE
    :false
    2) LKM SQL to SQL
    DELETE_TEMPORARY_OBJECTS
    :true
    3) IKM SQL Incremental Update
    INSERT
    :true
    UPDATE
    :true
    COMMIT
    :true
    SYNC_JRN_DELETE
    :true
    FLOW_CONTROL
    :true
    RECYCLE_ERRORS
    :false
    STATIC_CONTROL
    :false
    TRUNCATE
    :false
    DELETE_ALL
    :false
    CREATE_TARG_TABLE
    :false
    DELETE_TEMPORARY_OBJECTS
    :true 

  • Where are the MMB files stored in unix box

    Hi all,
    Can anyone tell where are the MMB files stored in unix box. Thanks in advance.
    Regards,
    Sandeep V

    Hi Thomas,
    Thanks for the reply, I got the FNDMENU.mmb file , but Iam not able to find the menu item which Iam searching for. There are some special menu items like SPECIAL , SPECIALB and SPECIALC. So, when I select release from plan menu item special27 is called , but Iam not able to find release in this menu. Can you please help me in this regard.
    Regards,
    Sandeep V

  • In transaction scase, where is the field 'status' stored ?

    Hi
    in transaction scase, where is the field 'status' stored (in Hdr. data), for a specific BP ?
    thx.
    Edited by: avijit saxena on Nov 12, 2008 10:10 PM

    table>srmprotocol>filter on [ACT_ID] 'attribute change'>choose colom 'arg_string'->filter on 'stat_orderno'

  • Where is the account picture stored after initial setup?

    where is the account picture stored after initial setup?

    Are you looking to change the image? If so go to system prefs, go to accounts. You'll see the image that you see at login, by clicking on it you'll be given a drop down with all the images which you can select a different right there. If you go to the root directory in the libray folder you'll see a folder user pictures they are in there. The root directory is the main device on your hardrive, you can open finder and see it listed in the sidebar. Hope this helps!
    Joseph

  • Where is the network setup stored?

    Hi all
    My time capsule died and I bot a airport extreme. The setup went automaticly but I lost my old parameters.
    Where are the network prefs stored? I would like to go back with time-machine and to see my old network-setup.
    Thanks in advance
    kk

    Yes my computer backups automaticly - thanks god for time-machine ,-)
    I have a static IP (as well as dynamic as it seems) and a server behind a firewall-setup. Thats why I would like to check back my old setup and prefs. But since Airport Express did everything automaticly - they are gone...

  • Quick qs: Where is the Reconciliation Policy stored under debug?

    It seems whenever we import files into IDM, we accidently step over the reconciliation policies set up for various resources. And I do not know where these are stored - which xml files?
    I initially thought that these are in the resources themselves - but I was wrong, because even if I do not import the resources, the reconciliation policies are erased.
    Please let me know where are the reconciliation policies stored in IDM?
    Thanks ia

    Thank you - I think that was what I was looking for.
    A

  • ASA5510: where is the startup-config stored?

    Hi,
    i'm new to cisco's asa and trying to get used to it. it's not a real problem i have, which detains me from productive work but i'm just snoopy about this. on my cisco 871, when i do a
    dir nvram:
    i see a file called startup-config. but i can not find it on my asa 5510. i have a disk0-1:, flash: and system: but nowhere a startup-config. but it must be somewehre because a
    copy tftp startup-config
    is working somehow and does what i expect. furthermore, where are the cryptographic keys stored. the same issue. i can not find them. maybe someone of you is able to point me to this. thanks.
    ct,

    The startup configuration for single mode or for the system in multiple context mode is a hidden file in flash memory. From within a context, the location of the startup configuration is specified by the config-url command. For example, if you specify an HTTP server for the config-url command and then enter the copy startup-config running-config command, the security appliance copies the startup configuration from the HTTP server using the admin context interface.
    Also check the details about the commands "copy" and "configure-url" in the links below: 1)COPY--http://www.cisco.com/en/US/docs/security/asa/asa80/command/reference/c4.html#wp2104587
    2)CONFIGURE-URL----http://www.cisco.com/en/US/docs/security/asa/asa80/command/reference/c4.html#wp2100481

  • Where are the Safari passwords stored in OS X 10.6.8?

    Where are the Safari passwords stored in OS X 10.6.8?

    Check out applications/utilitiies/keychainchain utilities
    Look thru and fin what you are looking for

  • Where Are The Master Files Stored For iWeb?

    I can't seem to figure out where the master files are stored in iWeb. For example I was trying to help of friend with his iWeb website, so I told him to send the files - and then I was planning to load them into iWeb on my computer... but I couldn't figure out where to put them... and he did not know where they were either!
    Question: Where are the master files stored for iWeb?

    http://docs.info.apple.com/article.html?artnum=303670
    http://iWebFAQ.com/1Site2Computers
    http://iWebFAQ.com/#Backup

Maybe you are looking for

  • Error: Service Registry config.

    Hi Experts, After upgrading PI 7.1 tp EHP 1 ,we are facing issue in Service Registry. I am facing some issue in publishing the services in SR. When I am trying to publish from sender agreement, it says connection to SR is not able to established. Fol

  • Problem in uploading Bom through Bapi

    Hi i am uploading Bom data useing CSAP_MAT_BOM_CREATE bapi. the header data through bapi is going fine but i am not able to upload 2 line item... i  think i need to pass OBJECT_ID  & IDENTIFIER though CSDEP_DAT ,CSDEP_DESC,CSDEP_SORC Structure. can a

  • ESS Leave Work item 000000000000 cannot be read

    Hello All, If you can share your insight, it will be greatly appreciated. The program RPTARQPOST was scheduled with a dialog user with HR specific roles. This is not good as itu2019s difficult to know if the leave was actually posted by the backgroun

  • Keyboard shortcut to place cursor in Effects and Presets search box?

    Hi! Is there is a keyboard shortcut that will place the cursor in the search box of the Effects and Presets panel?  Ctrl + 5 activates the panel, but I still need to click to get the cursor into the search box and be able to type my search. I have RS

  • User Manual for Photoshop CS6

    Can someone please send me a link where I can download the user manual for Photoshop CS6.  I'm not looking for individual help topics but an actual user manual.  I couldn't find it in the online documentation.  Thanks.