Two Versions of essbase client in the same pc

Can we have two different versions of the Essbase client installed in the same PC?

Yes, but not running concurrently.. What I have done in the past is to:1. Setup the first version in a directory, say "C:\Hyperion\Essbase" and have the ARBORPATH statement setup to point to this directory, etc..2. Rename the Hyperion directory (ex. "Hyperion.6.2"3. Install th new version to "C:\Hyperion\Essbase".To switch versions, rename the Hyperion directories as necessary (ex. "Hyperion.6.5.3"), then rename the first directory to "Hyperion".I don't know if Hyperion supports this method.Tim TowApplied OLAP, Inc

Similar Messages

  • How do I load balance TFTP between two servers and a client on the same subnet?

    Hi,
    I have trawled through several documents and tried umpteen different configs, all to no avail. I have a PXE boot client trying to access a boot file via TFTP from a couple of TFTP servers on the same VLAN/subnet. For HA purposes I want to load balance the two TFTP servers.
    Config is currently;
    =====
    probe icmp ICMP_PROBE
      description icmp probe for default gateway tracking
      interval 5
      passdetect interval 15
    rserver host server1
      description Server1
      ip address 10.0.0.1
      inservice
    rserver host server2
      description Server 2
      ip address 10.0.0.2
      inservice
    serverfarm host serverfarm_01
      description servers used
      probe ICMP_PROBE
      rserver server1
        inservice
      rserver server2
        inservice
    class-map match-all L4_VIP_TFTP
      10 match virtual-address 10.0.0.10 udp eq 69
    policy-map type loadbalance first-match L7_TFTP
      class class-default
        serverfarm serverfarm_01
    policy-map multi-match L4_LB_VIP_POLICY
      class L4_VIP_TFTP
        loadbalance vip inservice
        loadbalance policy L7_TFTP
        loadbalance vip icmp-reply active
    nat dynamic 1 vlan 200
    interface vlan 200
      ip address 10.0.0.250 255.255.255.0
      nat-pool 1 10.0.0.241 10.0.0.243 netmask 255.255.255.255 pat
      service-policy input L4_LB_VIP_POLICY
      no shutdown
    ip route 0.0.0.0 0.0.0.0 10.0.0.254
    =====
    I have read the doco by Ivan Kovacevic amongst many others but as my clients and servers are on the same subnet, the config doesnt work.
    Can anybody point me in the right direction please. The devices are ACE 4710 running A3(2.3).
    Thanks

    Try using the following configuration:
    Note: Please make sure to configure also a udp probe to probe udp port 69, in case the application is down.
    You need to configure a management policy on the interface when using a UDP probe.
    That is because, when port 69 on the server will be unreachable, the server will send an ICMP unreachable.
    ACE will consider a udp probe as "failed" only when it sees ICMP unreachable.
    Without a management policy-map, the ICMP unreachable message will be dropped.
    Also, add an ICMP probe to the rserver because udp probe will not be enough when the physical interface will be down.
    That is because UDP is a connection-less protocol. To consider a UDP probe successfull, ACE need to see NO answer from the server in respose to the probe.
    The ACE will not see any answer from the server when the interface is down and thus, will consider the probe as "sucessful".
    With ICMP probe attached to the rserver, you also test the reachability of the server and not only the UDP port.
    Here is the configuration (of course, you can chage the names of the of the objects to the name you are using if you want) :
    access-list ALL line 10 extended permit ip any any
    probe udp TFTP
      port 69
      interval 5
      passdetect interval 15
    probe icmp ICMP_PROBE
      interval 5
      passdetect interval 15
    rserver host TFTP_1
      ip address 10.0.0.1
      probe TFTP
      probe ICMP_PROBE
      inservice
    rserver host TFTP_2
      ip address 10.0.0.2
      probe TFTP
      probe ICMP_PROBE
      inservice
    serverfarm host TFTP-SFARM
      rserver TFTP_1
        inservice
      rserver TFTP_2
        inservice
    sticky ip-netmask 255.255.255.255 address source TFTP-STICKY
      timeout 10
      replicate sticky
      serverfarm TFTP-SFARM
    class-map type management match-any MANAGE
      2 match protocol icmp any
    class-map match-all NAT
      2 match virtual-address 0.0.0.0 0.0.0.0 udp any
    class-map match-all TFTP
      2 match virtual-address 10.0.0.10 udp eq 69
    policy-map type management first-match MANAGE
      class MANAGE
        permit
    policy-map type loadbalance first-match ROUTE
      class class-default
        forward
    policy-map type loadbalance first-match TFTP-POL
      class class-default
        sticky-serverfarm TFTP-STICKY
    policy-map multi-match TFTP-MULTI
      class TFTP
        loadbalance vip inservice
        loadbalance policy TFTP-POL
        nat dynamic 1 vlan 212
      class NAT
        loadbalance vip inservice
        loadbalance policy ROUTE
        nat dynamic 2 vlan 212
    interface vlan 212
      ip address 10.0.0.250 255.255.255.0
      no normalization
      access-group input ALL
      nat-pool 1 10.0.0.241 10.0.0.243 netmask 255.255.255.0 pat
      nat-pool 2 10.0.0.10 10.0.0.10 netmask 255.255.255.0 pat
      service-policy input TFTP-MULTI
      service-policy input MANAGE
      no shutdown
    Let me know how it goes.
    Good luck!

  • Two Essbase instances on the same box

    Hi folks,I was wondering if it is possible to have two instances of Essbase running on the same box (Win 2K server). We want the dev and the test environments to be logically seperate but physically on the same server.Thanks a lot for your help.

    It depends on the version of Essbase you are using. If you are on 6.2 or above, you can change the default listening port for the Essbase agent and application server processes, which allows you to have multiple instances on the same box.An easier way to run multiple servers on one box might be to use technology like VM Ware or Microsoft Virtual PC - they allow you to create a virtual machine which can have its own Essbase install, with your production Essbase environment running on the "base" OS.RegardsJade-------------------------------------Jade ColeSenior Business Intelligence ConsultantClarity [email protected]

  • Two clients in the same server--Script??

    Hi Folks,
    1.I have two clients in the same server say 100(used for dev) 120(used only for testing).I had developed a script in 100 which I want to test it in 120.Now how to move this script in 100 to 120.
    2.How to use includes in scripts and what is the usage?
    Thanks,
    K.Kiran.

    <b>INCLUDE: </b>Include other texts
    With the command INCLUDE, you can include the contents of another text into your text. The text to be included exists separately from yours and is only copied at the time of the output formatting.With the INCLUDE command, you always get the most current version of the required text, since this is only read and inserted during the output formatting.
    Syntax:
    /: INCLUDE name [OBJECT o] [ID i] [LANGUAGE l] [PARAGRAPH p] [NEW-PARAGRAPH np]
    The name of the text to be inserted must be specified and can have up to a maximum of 70 characters. If the text name contains blanks, then you must put it in quotes as a literal. It can also be specified via a symbol. All further parameters of the INCLUDE command are optional. If they are missing, SAPscript uses default values for them which are based on the respective call environment.
    Examples:
    /: INCLUDE MYTEXT
    The text MYTEXT is included in the language of the calling text.
    /: INCLUDE MYTEXT LANGUAGE ‘E’ PARAGRAPH ‘A1’
    The text with the name MYTEXT and the language E is included, regardless of in which language the calling text is created. The paragraph format A1 is valid as the standard paragraph for this call.
    Optional specifications:
    •&#61472;LANGUAGE If a language is not specified, the language of the calling text or the layout set is set for the text to be included. If a language is specified, the text is always loaded in this language, regardless of the language of the calling text.
    •&#61472;PARAGRAPH The text to be included is formatted with the style allocated to it. With this parameter, the standard paragraph of this style can be redefined for the current call. All * paragraphs of the inserted text are then formatted with the paragraph specified here.
    •&#61472;NEW-PARAGRAPH The first line of the included text has this format flag, provided it is not a command or comment line. If the optional entry PARAGRAPH (see above) is empty, all * paragraphs of the included text are formatted with the paragraph np specified with
    NEW-PARAGRAPH.
    •&#61472;OBJECT To specify a text completely, you must make further specifications regarding the text object. There are different rules and restrictions for this which depend on the object type of the calling text: All texts can be included in a layout set. If no object is entered here, TEXT is used (standard texts).With a documentation text (object DOKU), you can only include documentation texts. This object is assumed even if no object is specified in this environment. Only hypertext or documentation text can be included into a hypertext (object DSYS). If the OBJECT specification is missing, DSYS is set as a default value.
    Only standard text (object TEXT), documentation text or hypertext can be included in any other type of text. The default object is TEXT if nothing is entered.
    •&#61472;ID The text ID, which allows further text types within an object, is a further part of the text key. If the ID is not entered, the default Include ID from table TTXID is used for the calling text. If the specification is not in this table, the text ID of the calling text is used.
    The ID together with the object are now the basis of a further consistency check:
    •&#61472;All text IDs are allowed for a layout set.
    •&#61472;Only documentation texts with the text IDs TX (general texts), UO (authorization objects), and documentation texts which have the same text ID as the calling documentation text may be included in documentation texts.
    •&#61472;All DSYS texts may be included in DSYS texts, regardless of their ID. Documentation texts to be inserted may only have IDs TX and UO.
    •&#61472;Standard texts with all the allowed text IDs, DSYS texts with all IDs, and documentation texts with Ids TX and UO may be included in the other types of texts.
    Regards,
    Santosh

  • Transport change request to two clients at the same time

    Hello all,
    we have two clients in QAS system - 600 and 700, now the extended transport control has been setup, once we release a TR in DEV system, there will be two entries in QAS import queue, one for 600 and one for 700, I would like to know whether there is a way to import this TR into QAS (both 600 and 700 client) at the same time, that is to say, just one import action imports the TR into both 600 and 700.
    Currently we have to import one by one, click the entry for 600, import it, and then click entry 700, import it.
    Thank you.
    Best regards,
    Fresh

    Hi,
    If you want to transport each and every request which is released from Development into both the clients, better schedule transports in both the clients every 1hr/with some duration. Then system automatically imports the requests into target clients without any user intervention.
    Delete all the transports which are "ready to be imported" from Quality queue before you scheule the job!
    Regards,
    Nick Loy

  • 1 SAP Console for 2 clients (on the same system)

    Hi,
    We are merging two business units on 1 SAP system. In the beginning they will both have their own client on the same system.
    Within both BU's SAP Console is being used. Can we use one SAP Console for both clients?
    Or are separate SAP Consoles needed?
    If it is possible to use 1 SAP Console, please let me know how (what to do).
    Thanks in advance for your help.
    Cheers,
    Thomas.

    Instead of read-only access to each other's iTunes directories, I followed instructions posted elsewhere on this forum and have ITunes in both accounts pointing to the same physical file. From my account, I can see all the songs, both the ones loaded from CDs and the ones downloaded from ITunes (using my ITunes account). From her account, she can see the songs I loaded from CD, but not any of the songs I've downloaded.
    If I share my ITunes library, then she can open the shared file and see all of the songs, downloaded as well as those from CDs. However, if she selects any of the downloaded songs, she cannot put them into playlists or otherwise copy them to her IPod.
    She doesn't have an ITunes account. Her ITunes is set up to use my account and is one of the two authorized "Computers" for my account. I thought that going into ITunes and authorizing my ITunes-account would have solved the problem, but it doesn't.
    I'm running the latest ITunes (Macintosh) software, version 7.0 (7.0).

  • How can I create multiple versions of a video within the same project?

    OK...this is a probably a very basic question but I'm not sure how to word it clearly.
    How can I create multiple versions of a video within the same project? What I mean is that I have a bout 50 minutes of video and I want to make two DVDs using different clips from this original 50 minutes of footage. It would be a real pain to have to re-import the video AGAIN for the second DVD. I suppose I could drop anything I don't want to burn to DVD back into the clips pane but that would wipe out all my transitions wouldn't it? I want to save each project in their “raw” form so I can burn additional DVDs later otherwise I would just do them one at a time and not care about one of them being destroyed.
    Wow...that was a mess. Does anyone understand what the heck I’m asking? I hope so.

    How can I create multiple versions of a video within the same project?
    You can't. You make separate projects using the same or different clips, segments, transitions, titles, etc. You can even duplicate the first project and then modify/make the desired changes in the duplicated project. Each project can then be burned as a different DVD or as different titles on the same DVD if there is enough room.

  • WDS 2012 R2 - Cannot PXE multiple clients at the same time

    Hello All,
    This is my first post on here so I apologize if this is the wrong place.  I work for a school district and we are implementing WDS 2012 R2.  We've been extremely satisfied with the speeds and ease of use through unattend files.  However, for
    the past month I've been looking for a possible answer to a problem that has plagued us from day one of implementation.
    So here's the problem:
    I have a stand alone WDS server which is not a domain controller and is not our DHCP server.  I have IP helpers and broadcast forwarders setup on the network.  As well as option 66 and 67 in DHCP.  So far so good right!
    Well that's partially right.  When we boot one client at a time to the WDS server.  Everything works as intended.  We can TFTP the necessary files from the WDS server.  Everything boots up and we're off and running.
    However, if we boot up two or more clients at the same time.  The WDS server never responds to the traffic.  The clients get their DHCP information.  They start the referral and download from the WDS server, but get no response.  I'm
    really hoping that someone on here would have some insight of something I can try.  I've about exhausted my list of peers and contacts.  They're all stumped as well and were smart enough to stay with 2008 WDS.
    I would prefer to stick with 2012 R2 since it's setup and working for the most part.  With only this one hiccup.
    Thanks in advance for any guidance!

    Hello Daniel,
    I appreciate the reply and apologize for taking so long to get back to this.   Things have been a little hectic over here.
    I have tried everything on this forum and I am still unsuccessful in PXE booting multiple clients at the same time.
    Multicast is enabled on the server, and it works for the clients.  However, as stated in the original post.  I cannot boot multiple machines at the same time.  I can start them from the image selection screen around the same time though.  So,
    that appears to be working fine.

  • Creating a new Essbase Cluster on the same Solaris server

    Hi All,
    I have two servers:
    Server1: Foundation services, APS, EAS
    Server2: Essbase Server, Essbase Studio Server on epminstance_1
    Due to business requirements I need to "rename" the Essbase cluster from "EssbaseCluster-1" to something else.. I know this is not possible and from the below document I understand that I need to create a new instance on Server2 and configure Essbase and Essbase Studio on it.
    "How to Rename Essbase Cluster (Doc ID 1434439.1)"
    Goal: In EPM System Release 11.1.2.x, is it possible to rename the Essbase instance and cluster names after they are configured?
    Solution: No, it is not possible to rename the Essbase cluster or instance names after the initial configuration. If you need to change the instance and cluster names, create new instance and cluster. Export the applications from the old cluster and import them into the new cluster.
    My doubt lies with configuring the 2nd Essbase server as I am not clear how a single environment with two Essbase standalone instances on the same physical Solaris server, with each belonging to their own cluster will behave. I know that they are independent clusters and the concept of active/passive and active/active clusters are for Essbase instances part of the same cluster.
    I plan to create a new epminstance_2 instance on Server2 and configure the 2nd Essbase server as follows: give it a *new* cluster name and not assign it to the existing Essbase cluster and deploy it in standalone mode.
    1. Now I plan to use the 1st instance only as a backup option.. In an event where for some reason the new instance were to fail I would start up the services on the older essbase instance. Is this possible without any additional configuration or changes to OPMN?
    2. Alternatively, say we want to remove the older instance. Kindly suggest ways in which I can safely "remove" the older cluster (other than uninstalling). Also when users log in using SmartView, they would see the older and new cluster.. Is there anyways I can get rid of the older cluster without having to uninstall everthing on Server2 and start fresh?
    Thanks!

    Thanks John!
    I have a doubt which I hope you can throw some light now..
    I created a new instance and configured Essbase Server and Studio server on it. So now I have two EPM instances on the same physical server both having Essbase server and Essbase studio server - both Essbase servers belong to different Essbase clusters. Now from the EPM docs I do not find any mention that we can or cannot have multiple instances of Essbase Studio on the same server. Kindly correct me if I am wrong..
    In the deployment report I see two identical entries for the Essbase Studio server in the older epminstance but I do not see Essbase Studio of the 2nd Instance.
    epmsystem_1 (Server2)
                    Essbase Studio Server - 9080
    epmsystem_1 (Server2)
                    Essbase Studio Server - 9080
    After I start up the 2nd Essbase Studio server I tried connecting to it from Essbase Studio Console and got the error "Read permission denied to object folder:\'system'."
    Similarly when I run start_BPMS_bpms1_CommandLineClient.sh and issue the reinit command I get the same error.
    So I stopped the 2nd Essbase Studio server on epmsystem_2 and started up the first Essbase Studio server on epmsystem_1. I was able to connect to it fine from Essbase Studio console and reinit worked too.. I ran a drill through report which worked fine.
    -> So is it that we can have only one instance of Essbase Studio on a single server?
    Also say I want to use the Essbase Studio on the 2nd instance.. Could I re-configure just Essbase server on epmsystem_1 and re-configure Essbase server and Essbase studio server on epmsystem_2 ?
    Thanks,
    Kent

  • Two diffferent type of joins on the same table

    I have a query that, it seems, requires me to two two different types of joins to the same table.
    from table t1
    LEFT OUTER JOIN table2 t2
    ON t1.col1= t2.col1
    and t1.col2 = t2.col2
    and t1.col5 = t2.col5
    LEFT OUTER JOIN table2 t3
    ON t1.col1= t3.col1
    and t1.col2 = t3.col2
    and t1.col4 = t3.col4
    would I run into a problem if I just did:
    LEFT OUTER JOIN table2 t2
    ON t1.col1= t2.col1
    and t1.col2 = t2.col2
    and t1.col3 = t2.col3
    and t1.col4 = t2.col4
    and t1.col5 = t2.col5
    And if I go with option 1 and I also create two different types of indexes to accommodate each join, will 10g know which ones to use?
    Message was edited by:
    user623359
    Message was edited by:
    user623359

    No version number and no statement of what it is you are trying to do ... but one solutions is to use the traditional Oracle syntax and the first part, then wraps it in parentheses turning it into an inline view, and then join that to the next part.

  • Can't print TWO 5 x 7 photos on the same page!

    I recently updated from Photoshop Elements 7 to Photoshop Elements 10 and now I cannot print TWO 5x7 photo's on the same page, letter size photo paper! I've never had this problem before! Does anyone know how to fix this? I have tried everything! Thanks Julie

    Hatstead, I've already tried that and two 5 x 7's will not show up on the preview screen! I'm pretty familiar with all the printing preferences and have tried every concievable option to try and print two 5 x 7's to the same page.  I can go back to my version 7 Photoshop Elements ( havent uninstalled it yet) and print two 5 x 7 photos to the same page with no problem! I'm really beginning to believe that version 10 does not support printing more than one photo to a page even when you want to print say a bunch of 2 x 3's to the same page. Even when i try to print one of the picture packages it will only print one pic to a page at a time!!!!  Something can't be right! I only print two 5 x7's to a page 95% of the time, so this is a HUGH problem for me! Thanks for any help you can give me.

  • If you registrate one Apple ID for each iPhone/iPad, you'll get 5GB on iCloud for each Apple ID, right? I have two iPhones and one iPad  with the same Apple ID, why can't I get 5 GB fo each of them?

    If you registrate one Apple ID for each iPhone/iPad, you'll get 5GB on iCloud for each Apple ID, right? I have two iPhones and one iPad  with the same Apple ID, why can't I get 5 GB fo each of them?

    Actually, everyone missed one point, when a device is priced, the cost of icloud storage space for that device is also included in it that is why they are able to give you 5gb each for each user ID, in nutshell there is nothing free coming with apple device purchase, it is paid for.  What they are trying by giving only 5gb per user ID irrespective of the number of devices used is pure broadlight looting, they take money from you when you buy each device and give you nothing, This is a case of goods and services bought but not fully deliverd ie apple can be suied for discreminatory treatment towards it's users. I wonder why no one tried this yet in America where everyone sue everyone for petty things..... there is no one to take up this issue? . if tim got any love for the guys who shell out money for the devices his company makes, he should be implimenting this as priority before someone wake up from sleep and sue him.

  • Two separate enterprise WiFi networks in the same building

    I work in a building that currently has Cisco controller based access points. The access points aren't managed by us and are actually part of another campus. We are given access to them but they don't work quite like we want them to. So we are wanting to bring in our own Cisco WLC 2504 with 3702 APs. But when we brought this up with the main campus they said we can't have two separate enterprise wireless networks in the same building. That their APs will mark our APs as rogues and try to shut them down. There was also mention that they can't share the same channel and that the radios will negotiate with each other to determine how much power they need for coverage. But from what I've read none of that is true. So maybe I misunderstanding something and hoping someone here with more experience can shed some light on this. The only reason we would want to keep their wireless in the building is so when their staff come to our office they can use it. 
    So can two separate WLC/AP systems on different subnets and broadcasting different SSIDs exist in the same building with out causing any issues?

    By default, the WLC code does not try to contain rogue AP's.  Just lots of alarm's and unclassified rogue's.
    In this case you hosts may have actually enabled containment but would have also received a screen full of warning about the public nature of the unlicensed wifi band.
    Here the Superior Court system is side by side with the County system even to the extent that the AP's are next to each other.  Gets fun.  Since each SSID constitutes a rogue, each unit represents a LOT of rogues to report.
    Good Luck

  • TDMS: is it possible to use sender and receiver client within the same SID

    Hi all
    I have a general question about TDMS: i always read that it is possible to refresh data from a productive system/client to a test system/client, e.g. PRD100 => DEV100. But is it also possible to refresh data from one sender-client to the receiver-client inside the same system using TDMS, e.g. DEV100 => DEV200.
    i'm asking because if i start to build up a new client using tdms the first step is to build up the client using package "ERP Initial Package for Master Data & Customizing". This includes under point "data transfer" the step "lock the system" with teh following description:
    Lock System
    Activities
    During data deletion in the receiver client, the tables are dropped. All clients in the system are affected by this procedure. Consequently, all users in all clients in the receiver system must be temporarily locked while the data deletion takes place.
    The function for this activity locks only the current client. If the receiver system is a single client system, it is sufficient to execute the function. If, however, the receiver system is a multi-client system, the user in the other clients must be locked using standard means.
    Anyone has any experience with this scenario inside the same system?
    Regards
    Adrian

    You can run TDMS package on the same system and between different clients. However SAP don't recommend to run TDMS package on the same system.
    There are 2 ways to delete data in receiver system: Array delete and drop insert.
    You have to use Array Insert only which is usually very slow as it first select all the relevant entries from the tables in the target client and then drop it. So, it is slow.
    Drop insert is much optimized and fast but the same can not be used in this use case.
    That is the reason SAP don't recommend to have TDMS run in same system.

  • ASA 5505 as a SSL VPN Server and Easy VPN Client at the same time?

    Is it possible to configure and operate the ASA 5505 as a SSL VPN server and Easy VPN Client at the same time? We would like to configure a few of these without having to purchase additional ASA 5505 and use a 2 device method (1 SSL VPN Server and 1 Easy VPN Client). Thanks in advance.

    I don't think it is possible. Following links may help you
    http://www.cisco.com/en/US/products/ps6120/products_configuration_guide_chapter09186a008068dabe.html
    http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a008071c428.shtml

Maybe you are looking for

  • Standard cost update for configurable material- CU50

    Hi, I am trying to update standard cost for a configurable material using CU50 with reference to the sales order. System gives a warning message :- Configuration of raw material still not included in price determination Message no. CK784 Also the sav

  • CS3 windows icons, slow to open

    Hi I have CS3.  In windows explorer, when I right click on a graphics file such as a .pdf, it now takes a long time to open.  Because Adobe prepares a snapshot of that image.  But all I really want to do is to rename the file, I don't need to see the

  • Transport Query generated program using SQ01

    Dear All, Please let me know how to transport a query generated program using SQ01. I have created a program from SQ01 query creation and assign a tcode to this program. When the program was generated there was no request create so how to make a requ

  • IPad 2 touchscreen calibration is off - How to fix?

    I use my iPad 2 a lot to draw and I have noticed an area of the touchscreen where the sensitivity is not precise anymore. There is a vertical area where even if I try to draw 45 degrees lines the ipad does a ripple. I have documented the problem in t

  • XA transactions in ATMI java server

    hello I've found out that XA support in Java ATMI servers (tuxedo12, patch level004, linux/x86_64) is limited to: ORACLEXA DERBYXA DB2XA SQLSERVERXA MYSQLXA. is there a documentation that describes list of Java/XA enabled databases? what about inform