Running queries coming from different systems

Hello All
I have a scenario,
We are using BI version 7.0,
The requirement is to  run queries in BEX analyzer coming from 2 different SaPBW systems.
For example :
We have two  BW systems A and B,
In the First tab  we have query running based on the BW system A and in the second tab query running on Bw system B.
When we try to run the second query in the second tab the first query vanishes,
Can anybody help me, is it possible to run the 2 different queries from different systems???
Regards,
Ravi

Hi Ravi,
Even using RRI you will not be able to combine reports from different systems in single workbook. RRI is generally used for Summery to detail level reporting. In such scenarios from first report you click on particular characteristic and other details related to this characteristics are shown in different report coming from any other source.
If you want this kind of report to run then either you will have to build a Virtual provider in one of the BI system making source as another system and then create a query and use it in same workbook.
In this way your report might take some time to execute but you don't need to load all your data from one system to other.
Regards,
Durgesh.

Similar Messages

  • Mapping users coming from different domain in AD

    HI,
    We have configured vintela SSO which is working.Now we are trying  to add another domain but it has been unsuccessful.
    We have imported the users coming from other domain in CMC->AD, and UseFDQNDirectoryForServers parameter in registry.
    The issue is our complex krb5.ini errors as "cannot find kdc for realm" for the user account coming from the other domain.The existing domain kinit is successful.
    Please help in resolving this issue!!! We need to have users coming from different domain to use vintela SSO.
    Thank you.

    well you're mixing things up a bit.
    The usefqdnfordirectoryservers is used to map in groups. If the groups show up as well as the users that piece should be complete.
    the krb5.ini is for logging in users manually, it must conatin the KDC for every domain that may contain users that need to log into BO. It also must have a KDC or capath entry to define all the parent domains as well (even if they do not have members that need to login. This is how the krb5 is used to verify transitive trusts. Then all users that are not in the default domain must logon as username@ DNSDOMAIN.COM where the DNS domain is entered in all caps aqnd represents the FQDN of theidomain the users bewlong to. Now if not logging in manually this should be a big problem.
    So for SSO (vintela anyway) this process is automatic, although you may want to configure vintela with site information so it doesn't randomly use all your DC's Site can be set following the steps at the end of business objects note 1261835 (complete and vintela only editions).
    In order for vintela to work properly the value entered in CMC > Authentication > Windows AD > service principal name must = an SPN thet was created on the account that is running the SIA/CMS
    Regards,
    Tim

  • UWL Workitems from different Systems in a sequence

    Hi ,
    is it possible to show UWL items in a sequence from different systems.
    I mean if i have a workitem   xx coming from system ABC and another YY coming from DEF
    it must appear in UWL as
    xx
    YY
    Please let me know is it possible and what is the procedure.
    Thanks,
    Anil

    Hi Anil,
    The display happens for a user based on the sorting properties from within the personalization as one other poster mentioned.  However this is personalization per user.  To do this for everyone, the sortby properties would need to be changed in the XML
    file.  I was thinking sorting by systemid, subject and sent field MAY do this for you.  However, I'm not quite sure but as the previous poster mentioned, it would be worth trying this first with your id, then possibly overriding the standard xml file by putting the sortby parameters for systemid subject & sent in the DefaultView or creating your own custom view and putting the sort parameters there.  This is just an idea and it would be worth testing with your id first.  Here is some additional information on the Personalizing the Universal Worklist display:
    http://help.sap.com/saphelp_nw70/helpdata/en/50/f5b3e1ad524c54a94fa768a648e232/content.htm
    Best Regards,
    Beth

  • To retain the same file name in target(File) that coming from source system(AS2).

    Hi All,
    I have a requirement to send the two file from the third party system(GXS) to SAP ECC via SAP PI(version - 7.4). We are using AS2 adapter at the sender side to pick the file and using File Adapter to place the file in ECC.
    Its a pass through scenarion(No ESR part is used).
    Requirement:
    We are going to get 2 files ->Example:  one from Axis and another one from ICICI -> each bank file will have a file name ->
    We have to post the file at the target system with the same name as source file name, the source file name could come dynamically(with diff time stamp).
    Please let me know, Is it possible to achieve the above requirement(we have to retain the file name in target that coming from source system) with Sender AS2 adapter, If yes then please suggest the best approach.
    Regards,
    Pradeep Bawlia

    Hi Guys,
    The above requirement is solved now.
    Solution - I used java mapping for extracting the same source file name and assignning the same to the target system.
    Code:
    public class ExtractFileName_ASMA extends AbstractTransformation{
    public void transform(TransformationInput in, TransformationOutput out) throws StreamTransformationException  
    DynamicConfiguration conf=in.getDynamicConfiguration();
    DynamicConfigurationKey key_AS2FileNmae = DynamicConfigurationKey.create("http://sap.com/xi/XI/AS2/AS2", "AS2Filename");
    DynamicConfigurationKey key_FileNmae = DynamicConfigurationKey.create("http:/"+"/sap.com/xi/XI/System/File", "FileName");
    String As2FileName=conf.get(key_AS2FileNmae);
    conf.put(key_FileNmae, As2FileName);
    try{
    byte b[]=new byte[in.getInputPayload().getInputStream().available()];
    in.getInputPayload().getInputStream().read(b);
    out.getOutputPayload().getOutputStream().write(b);
    catch(Exception e)
    2. Another solution we can use the graphical mapping and need to use the dynamic config UDF at mapping level to acheive this requirement but here is one drawback - we need to do content conversion is this case.
    In case of Java mapping, no need to play with source file.
    WITHOUT USING ESR, WE CAN NOT ACHEIVE THIS REQUIREMENT.
    Regards,
    Pradeep Bawlia

  • Canwe reduce the data size in XI coming from source system

    Hi Experts,
    Happy new year 2010!!!
    Is there any option to reduce the size of the messages in XI coming from Sorce system??
    suppose the size of the sorce message is 5 MB, can we reduce this size in XI. Any option for this please to improve system performance.
    Many Than

    Actually, upto 5MB is the ideal size of message that should pass through XI. Still, the solution for your problem depends upon the type of adapter in use. e.g. if it is flat file, you may use Recordset per message, or you may use PayloadZipBean in module chain for adapters supporting modules at sender.
    Regards,
    Prateek

  • The Java load in database SID / hostname has not been configured yet. You cannot run an installation from the System Copy folder with this load

    Dear Gurus,
    We are facing the below issue when performing a homogeneous system copy of NW 7.0 system using backup/restore method for DB6 system.
    The Java load in database <SID>/<hostname> has not been configured yet. You cannot run an installation from the System Copy folder with this load.
    We went through the SAP Note http://service.sap.com/sap/support/notes/2049842, and followed the same but no luck.
    We updated the Kernel to the latest, but still no luck.
    Request for your quick help as we have to complete it by EOD today.
    Thanks a lot in advance.
    Best Regards,
    Anuj

    Hello Ashutosh ,
    Thanks for your reply.
    We have gone followed the below sequence:
    SCS Installation
    Database Instance Installation using backup/restore method
    CI installation. -> getting error, when we provide the Java Components DVD.
    Best Regards,
    Anuj

  • Data from different systems in one report in Visual Composer

    Hi,
    I want to create a dashboard report in visual composer where in I have a set of 10 tables data to be displayed in one page out of 10 queries I am getting the data for 5 of the reports from Bi system and for other reports we get it from CRM system .Can I place data coming from 2 different reports in one view.If so how is that possible.
    What are the advantages we have in Visual composer apart from WAD .
    Regards,
    Maya

    Hi,
    Two different reports can be placed in one iview, but as far as i know it is not possible to combine two reports data into single table.
    regards,
    Pruthvi R

  • Running Photoshop Elements from different boot volumes

    I posted this question on the Adobe message board without success. Hopefully, someone here knows the answer.
    I have my MacBook internal drive partitioned into 2 volumes, each with a different OS.
    I wish to run Photoshop Elements 6 while booted into an OS that is on a partition different from the partition that was used to install the PE application. Has anyone tried that/done that? Or, any suggestions on which library files need to be duplicated to make it work?

    Ralphjh wrote:
    I’m not sure what you mean by licensing issues. I do have a license for Photoshop Elements. The problem is that The PE application will not permit me to re-enter the license code when I launch it from a different volume such as virtually all other applications will do.
    That is what I mean by licensing issues. Mac App Store apps have their license inside the application bundle that is cryptographically signed. Such a system is much easier to live with than old-school registration systems such as what Adobe uses.
    The version of PE that I am using works just fine. It does everything that I wish to do with it and if it has any bugs, I haven’t seen any.
    I have that version of Photoshop Elements. I found it pretty flaky even on Mountain Lion. Some parts of it were discontinued almost immediately upon release. I know that its licensing is quite fragile. I once had an installer for another product that corrupted Photoshop. That wasn't really Photoshop's problem, but it is a fragile system. Here is a link to some tips for using Photoshop Elements on Mavericks: http://barbarabrundage.com/2013/10/28/photoshop-elements-and-os-x-mavericks/
    The purpose of my post is based upon my desire to run applications from different OS’s on different partitions without re-installing them. I don’t know about applications that I don’t have but all of those that I have tried that exist on my main partition will permit me to launch them from other volumes, that is, all except Adobe Photoshop.
    I don't think that is a wise idea. Modern versions of OS X really, really want applications to live inside of /Applications. The operating system heavily caches parts of applications and you could see strange results by running applications installed to any other location.
    With older application, especially those that require an administrator password to install (like Photoshop Elements), it simply isn't your decision to make. You can only decide to install it or to uninstall it (if you are lucky). How and under what terms it decides to run is out of your control.
    I’ll take a look at your suggestion regarding Pixelmator. If did does everything that I use PE for, without a significant learning curve, I just might say goodbye to Adobe. I assume that iPhoto can use Pixelmator as an external editor and recognize the modifications made by it.
    A new version of Pixelmator is due to be released soon: http://appleinsider.com/articles/14/01/23/pixelmator-31-gains-dual-gpu-16-bit-im age-support-with-apples-new-mac-pro-
    I bought Pixelmator a long time ago to try to get away from Adobe. I wasn't happy with the early versions. But they kept improving it and it kept getting rave reviews so I went ahead and tried it again after the Mac App Store version was released (i.e. I bought it twice) and I am quite happy with the latest version. I am also a big fan of iDraw. I can't even get past Adobe's recent icons. They are so bad! I'm not the only one that thinks so: http://blackpixel.com/blog/2012/02/adobe-icons-from-an-alternate-universe.html

  • How to make this function module as RFC to get data from different system?

    Hi
    I am trying to use following function module . This function module is used to copy data from one cube to another cube within same system however I need a this should happen across two different system. How can I use this function module to make it remote call to different system and do the same function what it is doing ?
    Name of function module -
    RSDRT_INFOCUBE_DATA_COPY
    Any help would be really helpful
    AG

    HI,
      let us say you want to copy the data of a cube in system A to a cube in system B .
      1) create a RFC function module in system B (in this function module  call the function module RSDRI_CUBE_WRITE_PACKAGE to update the data), this RFC function module should have same parametersa as RSDRI_CUBE_WRITE_PACKAGE .
    2) write a program in system A .. read the data from the infocube using the function module RSDRI_INFOPROV_READ and call the RFC function module in system B that you have created..
    for the details of the parameters to pass to these two function modules use the RSDRT_INFOCUBE_DATA_COPY and get the required code
    Thanks
    mahesh

  • Running  sql scripts from different directory

    Hi
    I have sql scripts in different directories as follows:
    D:\myapp\sql
    - load.sql
    - init.sql
    D:\myapp\sql\schema
    -users.sql
    -structure.sql
    D:\myapp\sql\populate\
    - data1.sql
    - data2/sql
    load.sql call all the other scripts as below:
    @init.sql
    @schema\users.sql
    @schema\structure.sql
    @populate\data1.sql
    @populate\data2.sql
    All my scripts run correctly when I run load.sql from D:\myapp\sql on comand prompt.
    I need a way to run this script from a different directory say D:\ or C:\
    I am writing a installer which will execute from a different directory.
    Right now I get a file not found error for scripts within schema an populate folder.
    Please let me know how can I make this work from a different directory.
    Thanks
    kelvin

    Hi peter. i think you cannot run files spread across different locations.
    --the method which u specified always looks to the defined path                                                                                                                                                                                                                                                                                       

  • Running managed servers from different WL versions under a domain

    Hi,
    Would it be possible to run managed servers (in non clustered way) from different versions of WebLogic under a single domain, with admin server of higher WebLogic version controlling the domain and the managed servers?
    Regards,
    Gobi

    Hi Gobi,
    we can make it run such a way but it may lead to many complication with patch sets.
    Few thing work in one environment and other will not so it is not at all recommended way to set such configuration.
    Regards,
    Kal

  • Taking Idocs from different systems

    Hi Experts,
    I have done a scenario for CREMDM and DEBMDM where i had to get Idocs from R/3 system and send them to MDM using XI.
    Now, i have to do a scenario where i have to take Idocs from two different systems and send them to a single MDM system. What changes do I need to make apart from those in SLD if the fields in the latter case are same as those in the former?

    Hi,
       Sorry, i am unable to get what do u want.
      Any how,based on my understanding i will provide some inputs.
    1. please make sure the proper filed as correlation,
        based on corelation only we can able to bundle the idoc's
        (when we use the BPM).
       check the following scenario to bundle the idoc's.(not exact to u r requiremnet), but smilarity is there.
      i,e SAP Basis component ->http://sap.com/xi/XI/System/Patterns->BpmPatternCollectTime ( integration scenario)....
    regards
    mahesh.

  • Songs from the same album appearing as coming from different albums

    I am having trouble grouping multiple songs into one album. In my iTunes, there are songs from the same album that are appearing as from separate albums. For some reason, it is only happening in rare cases. It has randomly split The Roots' album How I Got Over into 3 separate albums, and it has split every Outkast song into individual albums.
    And yes, I have already tried the basic steps of selecting all the songs I want to group, and editing their info together. I have done this, and ticked every box in the info fields so they will be identical. Yet they are still appearing as songs coming from separate albums.
    Does anyone know what I can do? (I am using the current version of iTunes -- v9.2.0.61)

    Actually there is something else, more for the purists though.
    Some albums will have "featured" artists and they will be stuck into another part of the tag, but by doing that iTunes thinks it's another artist and treats it as a different album. A good fix that I use is to remove the featured artist and ammend it to the track name. So: "When You're Gone (feat. Mel C)" Is the actual track name instead of "When you're Gone" and the artist being "Mel C" and the album artist being "Bryan Adams". Make sense?
    By turning it into a compilation it will change where it appears on your iPod or whatever, basically it will be grouped with all other compilations, not where the artist should be.

  • Compare two queries of two different system.

    Hello all,
           I need to certify the some queries, the process we follow is as below.
    1. The query will be created in Production system, we will transport back to Development server.
    2. Compare the query (Characterstics, Key Figures and Definition), In other words I need to compare and validate each and every aspect of Query with the Development and Production.
    3. I need to change the query if I find anything difference in Prod and Dev system.
    4. Transport to the Production.
    Here my problem is I'm comparing manually by opening RRMX in each of the system and each variable, its time consuming as it is a manual process there is a chance of missing some important. So I would like to know is there any way to compare the queries Prod and Dev server in easier way than manually.
    I hope requirement is clear to you or else just let me know your concerns and thoughts on this.
    Thanks in advance,
    Umashankar

    Umashankar,
    I dont think there is an easy way to do this as you are asking for - however you can do a basic level comparison as to number of query ellements , variables that are there etc - this can be done using the table rszcompdir which has all the query elements of the query but then a direct one to onw comparison may not be possible since the query elements are identified by GUIDs which usually will be different across systems.

  • Cisco 877W acting a a DNS server. Does it answer external DNS queries coming from the WAN

    Hello,
    I have a Cisco 877W running on my ADSL2+ service at home.
    It is setup to act as a DNS server to answer DNS queries for my LAN and has the below commands as part of its configuration
    ip dns server
    ip dhcp pool LAN
       network 192.168.2.0 255.255.255.0
       default-router 192.168.2.254
       dns-server 8.8.8.8
    My question is, when I scan my WAN IP for open ports, port 53 (DNS) is open. Does this mean my router will be acting as a DNS server for anyone on the internet who directs DNS queries to my WAN IP?
    If so, am I able to turn off port 53 towards the Internet, or do I need to add an an access-list to only accept queries from my internal network.
    Thanks for your feedback.

    That's correct. The "ip dns server" command will answer queries on any interface.
    Given that your DHCP server is telling your clients to use Google DNS and not your router, I would just turn the router's DNS server off with the "no ip dns server" command.
    Setting up an ACL (and/or inspection or zone-based firewalling) on your Internet-facing interface is the best practice to protect your network in general, not just to prevent external DNS queries.

Maybe you are looking for

  • Pictures quality

    It is strage but I can not obtain very good pictures quality after iMovie slideshow export. It is codecs independent. Bad quality is visible in dark parts of photo for example water surface in shadow. There are colour spots instead of soft shadings.

  • Attn: macbook pro won't start up past grey screen NO MATTER WHAT

    my macbook pro won't start up past the grey screen, NO MATTER WHAT I DO. i've searched all the discussions on this, and NOTHING WORKS. nothing caused this either - i was just browing the internet and using ichat, and my computer shut down, and that i

  • Support for Short Messaging Service (SMS)

    Hi all, Currently Beehive will only support sending SMS via the SMPP protocol, is there any other protocols available or planned in future releases? I know sms if a faiding tech, but it's still the thing to notify mobile devices. I tried creating a C

  • The wrong picture shows up when adding photo to imovie

    When I add a photo to Imovie it shows up as a random video clip or a black screen.  I have rebuilt my Iphoto thumbnails. I have deleted my Cache files from Imovie.  I need another idea of how to fix this problem.  I don't want to rebuild my 59 minute

  • HT201335 Cannot set up Apple TV with latest SW

    I have a brand new AppleTV. I have uploaded the most recent SW (6(6646.65)). I have an iPAD with the most recect SW (iOS 7.0.2 (11A501). I cannot connect my iPad to Apple TV. I have tried everything, including going to the Apple website (ASOLUTELY NO