Connection to multiple servers through smartview

Currently, my users side by comparison of the coast between the HFM application on Production servers and development then. To do this, they create a report in every environment, but I wonder; is there anyway to create a report to connect the two? Each environment has its own APS so I'm a little confused on if this is even possible. Even if I change the name of the connection, it does not. They use the reporting for this function, Ad-Hoc could be used?

System: v11.1.2.1 (if it works with Smart View 11.1.2.3, then I'm ready to upgrade).

That's right, you can recover data from both at the same time.  You'd have a column where you pull in your Production data and another column where you pull in your data of development within the same Excel sheet.  Again, it is using HsGetValue, not ad hoc reports.  Maybe it's different for you, but for me, I'd go under private connections - create a new connection - select my Dev server from the menu drop-down or enter-it's to see a list of all applications on the dev server, select the application that you want to connect to, give it a name and then use that name in your formula (for example HsGetValue ("Dev" etc...).  In your other coulumn would connect you to the production in a similar way, but your forumula would be HsGetValue("Prod",etc...).

Tags: Business Intelligence

Similar Questions

  • Unable to connect to Essbase server through smartview - network error

    Hello

    I installed and configured 11.1.2.3 EMP:

    APS - Windows Server

    Essbase Server - Linux

    I tested the connection between the Regional and Essbase service Console and it works fine,

    When I tried to connect via SmartView Essbase I got the following error message:

    «Unable to connect to the server of Essbase.» "Error: Essbase Error (1042003): [11001] network error: impossible to retrieve the information of the name of [EssbaseCluster-1].

    I will be very happy for suggestions,

    Thank you

    Yuval

    The problem has been resolved.

    I discovered that it was with Linux server, I could configure the Essbase server from Windows server to Windows server while it was certainly the problem of Linux.

    To solve it, I had to re - install Linux server, I configured the Essbase server and she succeeded. I don't know what was the reason for the issuance of the periphery, but I guess that there is a missing package installed on Linux server and this cause of the wrong configuration.

    Yuval

  • Display Client to connect to multiple servers connection?

    I work for a company that has a lot of customers who have the configuration of Vmware View. Sometimes I use it for remote access to their networks when im doing support for them, but unfortunely it seems that the View Client can only connect to a single server for connection of both organizations.

    Is it possible to change this default behavior?

    For example, our internal broker is desktops.ourdomain.local... but I also want to connect to your desktop at desktops.customerxyz.com too.

    There is an unsupported switch allowing you to have multiple sessions running view sublabel.   I don't remember if it is - standalone or just a standalone-, but that should do the trick.

  • When connecting to a printer through unc path asking for credentials__

    When connecting to a printer through unc path asking identification information

    Hello

    ·        Have you been able to connect to the printer before without any problem?

    ·        What is the exact error that you are experiencing?

    ·        Version of the OS (Windows 7 / Vista/XP) you want to share the printer with?

     

    Universal Naming Convention is a naming convention used primarily to specify and map network drives in Microsoft Windows. UNC names are most commonly used to join servers files or printers on a local network.

    UNC names identify network resources using a specific rating. UNC names consist of three parts: a server name and a share name and an optional file path. These three elements are combined using backslashes as follows:

    \\server\share\file_path

    If you try to share a printer on a Windows Vista/7 computer, then I suggest you to check the article mentioned below.

    File and printer sharing: frequently asked questions

    http://Windows.Microsoft.com/en-us/Windows-Vista/file-and-printer-sharing-frequently-asked-questions

    If you trust everyone on your home network, you could opt to turn off sharing protected by password, which is enabled by default in Windows Vista. This will avoid the need to create user accounts the same on all computers on your home network. But remember that disabling makes sharing protected by password for your network less secure because anyone can access the shared contents of your computer. Here's how to turn off password protected sharing:

    a. open the network and sharing Center by clicking the Start button, clickingControl Panel, click network and Internet, click network and sharing Center.

    b. under sharing and discovery, click the arrow next to password protected sharing, click turn off password protected sharing, and then click apply.  If you are prompted for an administrator password or a confirmation, type the password or provide confirmation.

    Thanks and greetings

    Thahaseena M
    Microsoft Answers Support Engineer.
    Visit ourMicrosoft answers feedback Forum and let us know what you think.

  • Voiceport config for multiple servers of the unit

    Unity 4,0000 sr1 CCM 4.0.2 (sr1a)

    I'm a little unclear on the configuration of multiple servers of the unit for different sites to connect to the cluster of CCM even & I'm after a bit of advice.

    Is it just a case of setting up various ports of voicemail, profiles & lists of hunting for servers in separate unit & then arise relevant phones in the correct profile of VM (a bit of as a failover configuration)?

    Tips, advice or traps would be greatly received.

    Thank you

    NJ.

    So, sorry. I misunderstood.

    The CCM, you create a set of ports vm for each server in the unit. For this set of ports on ccm vm, you must create the list of hunting; include ports which will answer calls (exclude the ports used by the unit to dialout only (MWI, trap, AMS Notification)

    Create a second set of ports on the virtual machine with a different name. Repeat the above steps for the integration of the second unit.

    For all the integrations of the unit, you can use the same power MWI.

  • How can I connect to the server through putty unix

    Hello

    Could you please help me on this query, how do I connect to the server through putty unix

    If I have different unix servers so how I choose my destination server

    Thank you.

    What does this have to do with SQL or PL/SQL?

  • Connect to multiple instances of a script vCenter?

    How can I connect to multiple instances of a script vCenter without going through separate-entry sequences of credentials or credentials on disk storage?

    I need to browse through a table of the vCenters and run scripts against each of them. They are not related, but the same credentials must be valid on all instances.

    It would be great if there was also a way of parallelization of this job such as each returned only thread STDOUT is it speeding up the script.

    All suggestions are welcome, I can see some tips using PowerShell, but I need to do it in Perl.

    Thank you

    Stephen

    You get close, you are missing just a few required modules. Here is the final excerpt that will work for you:

    use strict;
    use warnings;
    use VMware::VILib;
    use VMware::VIRuntime;

    {eval
    My $vim = Vim::login (service_url-online $url, user_name => $username, password-online $password).
    My $vms = $vim-> find_entity_views (view_type-online 'VirtualMachine');
    {foreach(@$VMS)}
    Print $_-> name. "\n";
    }
    };
    Si ($@) {}
    Print $@. "\n";
    }

    Make sure you put things highlighted in bold, it's what you have in your Perl script. I checked on the VMAs, but I'm sure it'll work on Windows as well.

    You're right, the documentation can be better... If one of the reason, VMware has created all these routines support auxiliary, is to abstract the complication of the API. They also assumed that you'd be connectingn to a single host or vCenter simultaneously. All that falls on these basic configs, it will take your own code/etc. and where watching is that the first part of the challenge

    Good luck

  • newbie... possible to install the VCB proxy on multiple servers?

    Hello... Is it possible to install the VCB proxy on multiple servers of the art on the same ESX server host computer?

    It is possible to use several VCB servers in your environment (we have 3), but they reference the virtual center to discover the virtual machine rather than directly to each host...

    You can use several servers VCB to connect on the same host if you carefully scripted specific vcbMounter commands to complete your backups...

  • multiple Serveres in a knot two CARS

    Hello friends m I starting at the CCR and I have 7 servers of my company 4 are for oracle database used for different purposes, with the same name of the instance on each of them and 3 are used for different application servers, with the same instance name and I want to use two CARS for each of these nodes now My question is

    (1) can I use all 7 servers (database applications 4 and 3) together in a knot two CARS?
    (2) in the CCR can have different instances with the same name?

    Thanks in advance

    Julien Chevallier wrote:
    Hello friends m I starting at the CCR and I have 7 servers of my company 4 are for oracle database used for different purposes, with the same name of the instance on each of them and 3 are used for different application servers, with the same instance name and I want to use two CARS for each of these nodes now My question is

    ACR is an single database running on several servers (on each db instance). That's how Oracle scales.

    Oracle does not fit the opposite way - multiple databases running on a single server.

    (1) can I use all 7 servers (database applications 4 and 3) together in a knot two CARS?

    Which depends entirely on whether the 2 servers are able to cope with the processing load currently managed by database servers.

    Also note that in Oracle terms "+ database +" and "+ pattern +" differ from what are used by other RDBMS products.

    An Oracle database is a physical entity. An Oracle schema is one (among others) a logical database. If a single physical Oracle database can contain 1000's of logical databases - and these logical databases may be physically separated from other (via storage spaces), can have different rights, can have profiles of different resources, etc.

    Each node RAC is part of a cluster shared everything - which means that the complete physical database is available on each RAC node.

    RAC, you can do what is called the partitioning of the application. For example, you can configure clients of HR to take advantage of the High Representative of the logical database (schema) on node RAC 1. Node RAC 3 is used for example for the Data Mart application, and node 2 handles the billing of customers to subscribers.

    In other words, you partition your applications across RAC nodes.

    (2) in the CCR can have different instances with the same name?

    The name of the instance is a physical name and should be very rarely used explicitly. Your physical database RAC SID can be PROD. Your 4 instances of CARS, one on each server will have PROD1 to PROD4SIDS.

    But you should rather create database services and have clients to connect (via SCAN/single Client Access Name of the CARS) to a specific service.

    Essential to keep in mind - RAC's response to Oracle scalability. And ACR is multiple servers and a single database. Do the reverse and run several database on a single server (RAC or RAC), very rarely makes no technical sense. It will almost always reduce the performance and scalability.

  • Firefox guard connection for updating servers despite the changes to the settings to stop this behavior

    I created a user.js that integrates the https://support.mozilla.org/en-US/kb/how-stop-firefox-making-automatic-connections and other settings, but Firefox for Android is still trying to connect to multiple addresses that appear to be Mozilla updates related (63.245.217 * aus4.mozilla.org).

    Review of about: config confirms user.js was recognized.

    User.js: http://pastie.org/private/syyzqotsooclhwnuoxqo7w

    Firefox for Android version 41.0.

    Does anyone know of another tweak I should do which could solve this problem?
    If this is not resolved here, where should I try next?

    Note: I'm not suspecting anything harmful. The merits of this particular user.js are out of scope for this question. It is just a base where no connection is made without the consent of the user and not for regular use.

    This question has been posted to the following locations, with no solutions.
    https://support.Mozilla.org/en-us/questions/1088951
    http://forums.mozillazine.org/viewtopic.php?f=47 & t = 2968493
    http://Android.StackExchange.com/questions/126168/Firefox-for-Android-mysterious-connections-after-turning-everything-off-in-Setti
    https://www.reddit.com/r/Firefox/comments/3q77a5/where_can_i_get_a_reply_to_this_question_about/

    The solution is to assign to media.gmp - manager empty .url.

  • Lenovo k4 "unable to connect to proxy servers.

    Recently I bought lenovo k4 note and I am unable to use mobile data
    Google chrome has the error "Unable to connect to proxy servers" and other applications do not work as well
    I tried different solutions but none of them work so far! Hotspot and WiFi work perfectly well...

    Any solution please... ?? !! ?

    Found my solution
    Apparently it's been deactivated my network Apps data network > Secure area

    Solution for me - settings > data use > enable network applications

  • Pavilion 15 P036tx: HP Support Assistant cannot connect to HP servers

    My HP Support Assistant could not communicate with HP servers. I can't download updates and I can't check for update because it connects to hp servers. My laptop is connected correctly to the LAN. What is the solution for this?

    Hi @nadishan

    I understand that you are having problems with the HP Support Assistant. I'm happy to help you.

    See if any of these help. I would like to begin by troubleshooting.
    HP PC - troubleshooting HP Support Assistant (Windows 8)
    With the help of HP Support Assistant (Windows 8)

    HP Support Assistant

  • Connection to multiple devices sequence using FF Fieldbus Foundation open VFD

    I am trying to connect to multiple devices on the same bus fieldbus. When I try
    to connect using 'FF VFD open' admission that he is VFD tag (I left it as)
    by default (0)). I can connect to a device, he questions and close the connection.
    However, when I try to do the same with the following equipment, it errors on Open
    VFD. The bus, everything seems to be connected correctly, I can query all devices
    there and get their various identity papers, so I think it's to communicate all the
    right.
    I tried to connect using different, unique VFD tags. As I mentioned, I
    have tried to disconnect and close the entire connection before trying to
    to connect to another unit. I tried to connect to individual units with the
    other disconnected from the bus and each will connect and work very well, so I
    know that everyone is able to work-just not when other units are also present.

    Any idea is appreciated.


  • How can I connect to the internet through the dial upward through the computer another internet connection?

    If you want to tell me that MS will not support Windows 2000, please do not post. The computer on which internet Wi - Fi Connection has Windows Vista Home Basic on it. The computer that has WiFi but I want to test its dial-up access windows 2000 top. It has WiFi with utility that is necessary. It includes 12 Opera browser. As a resort last, if it is not possible at all means, ultimately, let me know how to connect to the internet through another computer via the telephone line through Internet connection sharing or network connection. Any help will be greatly appreciated. Remember, this is on the internet. Not on whether or not Microsoft does not support Windows 2000. If you tell me how it is not supported, please do not post. Internet connection will be between the two modems and two computer on Windows 2000, it has a LT Win modem and the Vista Home Basic has a CX110 in generation something like this modem. I ask this question is because my land line will not dial a number. I would like to test a dial, and if you tell me how it's slow, I use DC Unlocker to a broadband speed, so it won't be slow. Any help will be greatly appreciated. Windows 2000 has an Ethernet port.

    Hello

    1. are you referring to Windows Server 2000 or Windows ME?

    If you are referring to Windows Server 2000, please help the professional community of COMPUTING in the TechNet forum below:

    http://social.technet.Microsoft.com/forums/en-us/winservergen/threads

    http://support.Microsoft.com/ph/1131

    If you use Windows ME, visit the below mentioned link.

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

  • 3070 connectivity problem - multiple Accespoints with the same SSID

    Hi all

    I have a problem with my printer HP Deskjet 3070 printer all-in-one.

    I have 2 accespoints with the same SSID for better coverage of the pit of the wireless home network.

    For some reason any my HP printer keeps losing wireless connection when the 2 accespoints are rising.

    I use a different frequency for the 2 accespoints channel and it works fine with all other wireless devices.

    I did that a DHCP are used, r, but in fact it doesn't matter because the printer uses a static IP (192.168.0.3)

    When the two AP is the printer loses wirelesss connectivity. (The blue led will blink)

    If I take one of the accespoints offline, the printer becomes available.

    Is this a problem on my end or a problem of software/firmware printer?

    Kind regards

    -eth0

    Lol this is not very clear to me?

    But it is very good that we continue here:

    http://h30499.www3.HP.com/T5/printers-DeskJet/3070A-connectivity-issue-multiple-Accespoints-with-the-same-SSID/TD-p/5865699#.UKNyiYatlI1

Maybe you are looking for