Connecting to External Sources

I'm fairly new to Business Objects and XCelsius so my terminology isn't great at this point.  Recently we had a universe designed on top of a data store and I have been using both Live Office and QAAWS within XCelsius to connect to the data store.  I can then export as a SWF and upload to our internal website.  The SWF automatically updates as data from the data store is refreshed.  Unfortunately there is some data that is needed on the XCelsius dashboard that is not available in the data store.
The data that is unavailable in the data store is stored in Excel spreadsheets throughout a network shared drive.  I am unable to reference these spreadsheets at this point.  I have tried a direct link using an equal to cell formula as I normally would from one spreadsheet to another.  This produces the result while in XCelsius but does not produce anything when in preview mode or exported.  I have also tried creating a link to external data within XCelsius using the Data->From Text option.  This almost gets me what I want but I would need to open the XCelsius file and export to swf each time the data needed refreshed.  I would like to be able to connect to these external spreadsheets and have the most recent data without opening XCelsius each time, exporting to SWF, and uploadling to the website.  Does anyone have a solution to this?

Hi,
You have two options (that I can think of).
1. Put a universe on top of the Excel files. Google will tell you how, but you may run into troubles with users editing the spreadsheets. I've never had luck with this, but have never persevered.
2. Use an Excel sheet as the source for a Webi report. This can only be done in the rich client, but will continue to work if you schedule the report, provided that the Excel format doesn't change. Make sure you reference the file as
servername\share\data.xls (xlsx is not supported). I would have an Excel file on the BOBJ server that has formulas that reference the other Excel sheets, this might avoid problems with file permissions, and allows you to arrange data as you like.
You would then use Live Office to connect to the webi report.
You didn't ask, but personally I prefer BI Services over Live Office, check it out if you have the time (best used if on SP3, preferably SP4). This compares them and QaaWS too: http://blog.davidg.com.au/2011/04/live-office-vs-qaaws-vs-bi-services.html

Similar Messages

  • Regarding Making DB Connect Delta Capable with external Sources

    Hi Everyone!
    Although as standard DB Connect does not support Delta, this much I have understood.  Lately I came across an article from Shreekant Shiralkar and Bharat Patel, BW System Managers, Bharat Petroleum, India in an old BW Expert Article...  I have understood that this is from BW 3.0 upwards.  Can this be applied to BI 7.0?  The Title of the article is "Make DB Connect Delta Capable with External Sources"
    Chetan?  Edwin? Olivier?  Anil? Sandeep?  Moderators?
    Regards,
    Philips

    Hi Philips,
    I didn't read this article but I'll expose what we have implemented here.
    All data coming from non SAP systems are loaded into what I named a "pre staging" database (PSDB) prior extracted to BW. This PSDB is nothing else than a simple, cheap, easy to manage MSSQL server 2000.
    Our BW has this PSDB system declared as DBConnect source system.
    In few words, we do data cleansing, preparation, formatting in this PSDB when any non SAP data shall be loaded in SAP BW. In addition, we use this machine to perform any R/3 datamigration required for new Rollouts.
    Coming back to the delta handling: we don't handle deltas with this DBConnect source system because SAP BW doesn't consider it as delta capable natively.
    We develop function modules extractors having the MyBW as source system. MyBW then "think" it is a SAP delta capable source system and we can then setup our MyBW DataSources with any kind of delta type by changing manually the core table ROOSOURCE.
    The extractor itself does many things because all structures are handled dynamically and some part of the extractor coding itself is generated on the fly.
    The extractor also creates temporary stored procedure directly in the PSDB so that only deltas are delivered to BW.
    The core of the extractor, I think everyone would agree, is the OPEN CURSOR statement. The OPEN CURSOR in our case is simply done within an EXEC SQL having our PSDB connection open.
    I could discuss this approach at length but we are now running this for more than 3 years (of course a certain effort has been done initially) to our full satisfaction.
    I am now finalizing the next "generation": having the PSDB server posting itself, deltas to the MyBW TRFC queue, emulating some how a LO/LIS DataSource.
    hope this shed light (at leas mine...)
    Olivier.

  • I cannot connect my external hard drives (1 WD My Passport and 1 LaCie Porsche Design). The drives were connected and worked perfect, the WD is used as a Time Capsule, the LaCie is formatted as exFAT and used for miscellaneous. They are both USB 3.0

    I cannot connect my external hard drives any longer. I have one WD "My Passport" used as a Time Capsule and one LaCie Porsche Design used for all different kind of data, formatted in exFAT. They worked fine, connected direct or through an additional USB hub or also attached to a Dell monitor. The Lacie helds my iTunes Library and the iPhoto library.
    After I moved the iTunes library to the external drive, from time to time the drive went into a never ending loop and I had to shut down the laptop (MacBook Air).
    The last time starting again the drives were not recognized any longer. I tried to connect them to another MacBook, which didn't work.
    Starting with Windows 7, the WD is also not recognized at all (perhaps because of time capsule format?) and the LaCie gives an error.
    Could anybody tell me if there is a chance to get them alive again? When I connect them now, they start to heat up quite fast without anything else happening.
    Thanks

    Hi,
    Just want to clarify, have you checked to make sure the cords are not damaged  (going from hard drive to computer and or any power source )?
    You have also check to make sure that usb ports are working correctly?
    If you have checked these things it may be that the external drives have failed.
    I would google the error message from the LaCie drive before I do anything.
    There are several ways that I know of,  one is to put the hard drive in the freezer for a while (make sure you wrap it air tight) if this works it is not a permenint fix. You might be able to transfer information to another source.
    The other method is to plug the hard drive into a hard drive connector a product like this:
    http://www.newegg.com/Product/Product.aspx?Item=N82E16817707192
    to do this you would have to remove the hard drive from its enclosure and still this is not a guarantee it will work.
    The finally way I know is using a recovery service. This can be rather expensive, and  there are no guarantees

  • Can't connect to external Oracle DB with JDBC connector

    Hello guys,
    I had failed to connect to connect external Oracle  via JDBC connector .
    Could you please help me to resolve the problem ?
    Backgroud:
    We need to connect the external Oracle DB with JDBC connector, because BI need to connect to the target Oracle. If the JDBC connector suceed, BI will create a UD which use the datasource
    we create in Visual admin to connect to the external Oracle DB.
    Environment:
    Our EP version is NW04S SP17 , OS is AIX .
    The target Oracle DB version is 10g(10.1.0.2.0, 64bi).
    Configuration procedure :
    1. Import Oracle driver "ojdbc14.jar" and create new driver which named "Oracle "  under
    JDBC Connector ->Run time ->Driver  in Visual Admin.
    2. Create datasource "Mydatasource" under JDBC Connector ->Run time ->Data Source,
    Name : Mydatasource
    Driver Name : Oracle
    JDBC version: 2.0(with XA support)
    JDBC compliant:
    Object Factory :oracle.jdbc.pool.OracleDataSourceFactory
    DataSource Type: ConnectionPoolDataSource
    *CPDS class name :oracle.jdbc.pool.OracleConnectionPoolDataSource
    Additional:
    Additional Properties:
    DatabaseName:LPAR8TEST
    DriverName:oracle.jdbc.OracleDriver
    Password: *****
    PortNumber:1521
    ServerName: 10.1.16.208
    URL :jdbc:oracel:[email protected]:1521:LPAR8TEST
    User:IMPL
    Connectoin Pool:
    Initial Connectons: 1                                         Expiration:  (check)
    Maximum Connections: 25                                  Connection Lifetime :600
    Maximum time wait of connection : 60                  Cleanup Thread : 200
    Default Connectoin Isolaton :Default
    SQL Engine:
    Open SQL
    3.Create Connector :
       Copy the standard connector :SDK_JDBC to SDK_JDBC_Oracle,
      Resource Adopter:
      Loader References:
      Add "libray:Oracle" .
    Managed Connection Factory:
    Configuration Property:
    DriverName:oracle.jdbc.OracleDriver
    Password: ****
    User:IMPL
    URL: jdbc:oracle:[email protected]:1521:LPAR8TEST
    All fo my configuration had been listed.
    And I had created JCO RFC : JT-BIDEV_PORTAL_BD1 , and created RFC connection with SM59 in BI.
    Please give me some suggesiton.
    Thanks.
    Louis

    When I try to start datasoure "Mydatasource" , it display error, error detail:
    java.rmi.RemoteException: com.sap.engine.services.dbpool.exceptions.BaseRemoteException: Error during start of application "sap.com/Mydatasource". [id = StartupError]
         at com.sap.engine.services.dbpool.deploy.DataSourceManagerImpl.startApplication(DataSourceManagerImpl.java:608)
    Caused by: java.rmi.RemoteException: Error occurred while starting application in whole cluster and wait.; nested exception is:
         com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Clusterwide exception: server ID 3128050:com.sap.engine.services.dbpool.exceptions.BaseDeploymentException: Cannot start DataSource "CGNPC".
         at com.sap.engine.services.dbpool.deploy.ContainerImpl.startDataSource(ContainerImpl.java:1549)
    Caused by: com.sap.engine.services.dbpool.exceptions.BaseResourceException: SQLException thrown by the physical connection: java.sql.SQLException: Invalid Oracle URL specified: OracleDataSource.makeURL
         at com.sap.engine.services.dbpool.spi.CPManagedConnectionFactoryImpl.createManagedConnection(CPManagedConnectionFactoryImpl.java:198)
    Caused by: java.sql.SQLException: Invalid Oracle URL specified: OracleDataSource.makeURL
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
    Caused by: com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Clusterwide exception: server ID 3128050:com.sap.engine.services.dbpool.exceptions.BaseDeploymentException: Cannot start DataSource "Mydatasource".
         at com.sap.engine.services.dbpool.deploy.ContainerImpl.startDataSource(ContainerImpl.java:1549)
    Caused by: com.sap.engine.services.dbpool.exceptions.BaseResourceException: SQLException thrown by the physical connection: java.sql.SQLException: Invalid Oracle URL specified: OracleDataSource.makeURL
         at com.sap.engine.services.dbpool.spi.CPManagedConnectionFactoryImpl.createManagedConnection(CPManagedConnectionFactoryImpl.java:198)
    Caused by: java.sql.SQLException: Invalid Oracle URL specified: OracleDataSource.makeURL
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
              u2026.
    When I try to test JDBC with URL : http://jt-pldev:50000/TestJDBC_Web/TestJDBCPage.jsp,
    First I choose connection name "SDK_JDBC_Oracle" .
    If I click "Check Connectons", it display :
    500   Internal Server Error
    SAP J2EE Engine/7.00
      Application error occurred during request processing.
      Details:
      java.lang.NoClassDefFoundError: com.sap.ip.bi.sdk.dac.connector.odbo.impl.Connection (initialization failure)
    Exception id: [001A64A86F2C006B000004C40010302A000469C74E86A096]
    If I click "Slecton Connection", it display:
    500   Internal Server Error
    SAP J2EE Engine/7.00
      Application error occurred during request processing.
      Details:
      com.sap.engine.frame.core.load.SAPNoClassDefFoundError: javax.resource.Referenceable
    Exception id: [001A64A86F2C0063000004C00010302A000469C74FA2BB59]

  • CPPR error  Wrong status: Send to external sourcing - pending

    Hi experts,
    we are on SRM 7.0 ehp 1 u2013 backend ECC 6.0 EHP 5.
    Iu2019ve activated the process to create SRM RFx with reference to Backend purchase requisitions without PI.
    In CPPR I select the backend purchase requisition and start collective processing.
    In the collective processing screen I u201CShift to external Sourcingu201D
    The status of the backend purchase requisition changes to Send to external sourcing: pending.
    The system automatically creates a SC in SRM and a RFx in status u201CSavedu201D.
    The status of the backend purchase requisition is still the same.
    Also when I publish the RFx the status of the backend purchase requisition doesnu2019t change.
    The following services have been customized for peer to peer connection:
    RFQRequestSUITEAllowedBiddersByIdentifyingElementsQueryResponse_In
    PurchaseOrderSRMPricingSimulateQueryResponse_In
    PurchasingContractSRMArchivingCheckQueryResponse_in
    QueryCodeList
    PurchaseOrderERPConfirmation_In
    PurchaseOrderERPContractReleaseNotification_In
    PurchaseRequestERPSourcingRequest_In
    PurchasingContractERPConfirmation_In
    PurchasingContractSRMReplicationConfirmation_In
    RFQRequestSUITERequest_In
    SupplierInvoiceSUITEContractReleaseNotification_In
    PurchaseOrderERPRequest_In_V1
    PurchaseRequestERPSourcingConfirmation_IN
    RFQRequestSUITEConfirmation_IN
    PurchaseOrderERPRequest_IN_V1
    PurchasingContractERPRequest_IN_V1
    In SXI_Monitor is just one XML: PurchaseRequestERPSourcingRequest_In.
    Shouldnu2019t there be an outgoing XML to update the status of the backend purchase requisition?
    What I need to do to get the purchase requisition updated?
    Thanks for all your inputs!
    Kind Regards
    Stefan

    Hello Stefan,
    I hope you have cross checked the CPPR configuration as per the note 1263876.
    For the logic of the Badi ME_REQ_SOURCING_CUST in ERP system. Please find some relevant details of the way i have configured it.
    method IF_EX_ME_REQ_SOURCE_CUST~ACTIVE.
    setting cv_aut_sourcing makes the external sourcing functionality active
    either manually or automatically.
    setting cv_ext_rfx_ind makes RFx creation in SRM available
    setting cv_ext_sc_ind makes SC creation in SRM available
      cv_aut_sourcing = cl_mmpur_constants=>yes.   " ext sourcing active at all
      cv_ext_rfx_ind  = cl_mmpur_constants=>yes.   " RFX creation in SRM, not in ERP
      cv_ext_sc_ind   = cl_mmpur_constants=>yes.   " SC creation in SRM possible
    endmethod.
    method IF_EX_ME_REQ_SOURCE_CUST~CHECK_EXTERNAL_SOURCE.
    example Implementation:
    Purchase requisitions are send automatically to external sourcing based on the criteria
    implemented here. Thus, if you want to send PRs automatically, code your selection
    criteria in this method.
      IF is_req_item-ekgrp = 'SRM'.
        cv_ext_sourcing = cl_mmpur_constants=>yes.
      ENDIF.
    endmethod.
    Also for the issue XML not getting triggered with the interface PurchaseRequestERPSourcingConfirmation_Out , first the XML PurchaseRequestERPSourcingRequest_IN to srm should be successfully processed. Once this done then srm sends the sourcing confirmation out xml to erp.
    Is the in xml to srm processed here successfully ?
    If yes kindly crosscheck the config as per the details above and also aksed your XI consultant to check the configurations for the Integration scenario used here.
    Thanks & Best Regards,
    Rahul

  • Unable to Connect to OLAP Source - Webi report

    Hi
    When trying to access webi report , Iam getting Unable to connect to OLAP source
    Tried all the notes  , All the BICS connections are fine , No of BW gateways are 2000.
    Any other options
    Thanks
    NK

    Hi NK,
    Please check:
    Is query running fine in BEx Analyzer.
    In BEX under the Advance tab in Properties to allow access to BOBJ, we have the "Allow External Access to this Query" please make sure it is checked.
    Regards,
    Vizit

  • When I connect my External HD my WiFi stops working.

    When I connect my External HD my WiFi stops working. Anyone knows why?????

    I do have the same problem with my MBP 15" (late 2013) on the right USB-Port as well. It still works when I use the left one.
    As the external hard drive has its own power source I suggest it doesn't have anything to do with the difference regarding the provided power of the right and left side...(?)
    Is this problem solved yet?

  • Set up the connection to External Service Desk

    Hi!
    I use SAP Solution Manager SPS 15 and would like to get familiar with the integration of External Service Desk. Regarding this I have the following questions:
    - Does some Open Source NON-SAP Service Desk tool/system exist?
    - What are the steps to integrate such one to my Solution Manager?
    Thank you very much!
    regards
    Thom

    Hey Thom,
    There are several Non SAP Service Desk that exists in the market...
    These are  Peregrine, magic , HP openview, BMC Remedy and so on....
    Just Google out for more info regarding the same....
    More info about connecting external systems can be found out at..
    SPRO->Scenario Specific settings-> Service Desk-> Connecting to external service Desk....
    Reward for usefull points..
    Regards,
    Anand...

  • Record External Source (bit/hz config?) Nothing But Static

    :Record External Source (bit/hz config?) Nothing But StaticY Okay - I'm ready to be mutilated for posting this, but I've searched for HOURS so feel free to talk to me like I'm a total noob/fi've year old (but a smart fi've year old).
    I just purchased the PCI Express X-Fi Xtreme Audio card am I am trying to record the audio from?an external source (my?DirecTV receiver.)? I have the optical cable directly connected from the receiver to the S/PDIF-IN and all other cables (HDMI) disconnected.
    A few questions:
    -Do the settings (control panel>sound>recording) for bit/hz have to match those of the Creative MediaSource?
    -Can you record directly from a DirecTV HD-DVR?
    I've tried a lot of different settings and all I get is NOTHING but white noise/static and?the pitch/rate varies depending on the settings I am using. I'm lost.

    >? <img align="top" width="577[/img] src="http://i44.tinypic.com/2d7zytk.jpg" alt="options" height="440">
    I am using console launcher and there you have to set your recording source.......do you see where I have hovered over the recording source where it gives me three choices? Here you can pick yours. If you have the wrong source you will get static. In your sound, recording properties, there you can set your default bitrate.
    If you have the wrong recording source, it will sound like white noise, or intermittant jibberish. I have never done a session of which you speak, but I am guessing when you have plugged in your digital satelite, you can try the "What U Hear"? feature to record sound to make sure your sound is being picked up on the PC. Then change your source to pull directly from the digital in.
    cheers,
    jmacguire

  • Connect a external DAC

    Hi!
    I have an Airport Express Gen 2. I´ve connected to my Reciver (Onkyo) with toslink cable and it works fine!
    To get even better soundquality I have tryed to connect an external DAC (TEAC)... The USB input sounds good,
    but the optical(TosLink) is not so good... If I connect my Mac Book Pro via Toslink it sonds great! If I connect my
    Airport Express via Toslink the music have a variation of volyme??? every 10 second. And agin not connced to my reciver.
    I will contact TEAC as well
    Rightrider

    If your goal is to connect the audio source to your Onkyo receiver via a digital optical connection, then using either the internal DAC in the Express or an external one will offer no advantages. That is because DACs are used to convert digital to analog signals.
    Unless you plan on connecting this DAC to one of the Onkyo's analog audio ports, there would be no need to use it. In this case the original digital audio signal coming from the source would have to go through two DACs further degrading the signal.

  • Possible to connect an external monitor to HP Pavilion dv4t-4200 CTO Entertainment Notebook PC

    I have a HP Pavilion dv4t-4200 CTO Entertainment Notebook PC model # A1M02AV and it has a VGA port, one that looks like a phone/broadband cable port, and one that looks like a USB port but indented on either side at the bottom. Can I even connect an external monitor? How do I find out if I have more than 1 video card? Besides the usual USB/headphone ports, I don't have any other ports. It says my drivers are up to date...but I don't even know what I should be looking for. Do I need to install something or buy some sort of adapter? 
    I am trying to connect a Dell external montitor via the VGA port with a VGA cable. The monitor has power but my notebook does not recognize/detect it. However, when I first plugged it in, my notebook display shrank into a square (vs the whole screen) so it recognized something...but nothing happened on the external monitor. 
    I tried detecting it via my display settings, but  I accidentally changed some dispaly setting so that the home desktop only shows on monitor 1, but unselected my actual notebook display or something or changed it to be monitor 2 (even though monitor 1 does not exist), so when I plug the cable in to my notebook, all of a sudden my desktop goes away and it's a just a blank background screen - and I cannot access the computer display settings or anything.... when the cable is unplugged this setting looks normal, so I can't figure out how to fix it. 
    Sorry, I have no idea what I'm doing here - please help! 
    This question was solved.
    View Solution.

    Hi,
    All Dell monitors come with CD's for drivers. Your laptop may not know the monitor w/o its driver, it won't install automatically. Please check:
    Ringht click a blank space on desktop,
    Click Personalize
    Click Display
    Click Change display settings
    Can you see BOTH laptop screen and external monitor in there as shown on the following image:
    For testing, I put my Dell monitor is my main display. If I can't see 2 monitor, you need its driver first and then check the cable.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Is it possible to connect an external USB 2.0 hard drive to a Thunderbolt Display?

    Hello,
    Is it possible to connect an external USB 2.0 hard drive to a Thunderbolt Display and back up a MacBook Air to the external hard drive using Time Machine?
    I intend to connect my MacBook Air to the Thunderbolt Display using a Thunderbolt cable.
    I would also like to connect my printer via USB 2.0 to the Thunderbolt Display. Will this also work?
    Effectively using the Thunderbolt Display as a USB hub or docking station.
    Regards,
    Ben

    Ok, thanks.
    My 1 cable to ThunderBolt Display objective
    MacBook Air -> (via 1 x Thunderbolt cable) -> Thunderbolt Display -> (via 1 x USB cable) -> USB 2.0 external hard drive
    I would like to know if this configuration is possible and Time Machine will run correctly.
    Your 2 cable suggestion (I think)
    MacBook Air -> (via 1 x Thunderbolt cable + 1 x USB cable) -> Thunderbolt Display + USB 2.0 external hard drive
    This configuration requires 2 cables to disconnect/reconnect from my MacBook Air.

  • I connected my external hard drive to my new imac to put all of the information from my macbook onto it. i have been working on the macbook now and want to reconnect the external hard drive so my imac is updated with the work. How is that done?

    I connected my external hard drive to my new imac to put all of the information from my macbook onto it. I have been working on the macbook now and want to reconnect the external hard drive so my imac is updated with the work. How is that done? or is it possible?

    As I said, I don't use Time Machine, so it'd be best to wait for an "expert" answer, but, with my very limited knowledge, I'd say: probably not - so, for now, I'd suggest you read up on Time Machine:
    http://web.me.com/pondini/Time_Machine/Home.html
    http://support.apple.com/kb/index?page=search&src=support_site.home.search&local e=en_US&q=time%20machine
    And, you might be attracting more knowledgeable answers if you were to post this question in the Time Machine Forum (part of the Snow Leopard forums).

  • Validate data in r/3 while upload frm external source to bw

    Hi
    My requirement is while uploading data(2lacs to 5lacs of records) from external source file(xls or notpad) to BW i have to check whether that data is present in R/3 system or not.
    can anyone suggest the best way for validation(any FMs exist) for performance sake
    and also provide the FMs all which gives the best performance.

    u need to explan it in more detail...
    process
    Document number
    matching keys with SAP for validating records
    etc
    etc
    regards
    madan

  • I connected an external monitor to my MacBook Pro, but it doesn't open any programs. It Just sits there with a blank screen.  How do I get it to open programs and act like a monitor?

    I connected an external monitor to my MacBook Pro, but it doesn't open any programs. It Just sits there with a blank screen.  How do I get it to open programs and act like a monitor?

    Dear Jean:
    It sounds like you are trying to get your external monitor to act as the primary viewing screen. For example it would have your Doc, Icons, Etc. In order to make the external monitor the primary screen you have to:
    Open System Preferences.
    Choose the Displays Icon
    There will be several tabs to choose from pick Arrangement
    Drag the toolbar to desired display
    Let me know if this helps at all!
    Lance

Maybe you are looking for

  • I've been having technical difficulties with my early 2011 13" macbook pro

    I bought the computer about a day before I left for college, where I would have no access to an Apple store. From the second day I had it, I noticed that when I try to log on to my user, the screen is completely black. I have to move the mouse around

  • Nokia6720 power save settings

    I am unable to change settings, message I get is power save mode active, how do I disable power save mode? Manual does not explain how.  Solved! Go to Solution.

  • Cover Flow "Now Playing" Update

    When I hold the iPhone horizontally the song currently playing does not "flow" to the current song when it changes track. Is there a way to make it update automatically to the current song in cover flow?

  • Lightroom 2.2 and CS3 Panorama/Merge (Windows)

    Prior to a system crash, merge/panoramas worked flawlessly for me on a Windows Vista system. At the time, both LR and CS3 were on the same drives. Since the crash, I have the two programs on different drives and other than basic edits, all other opti

  • BO Designer

    We have BO Designer installed on a server centrally, initially on person used the app and so logged into the server and used the app direct from the server. We now need access for multiple users but do not want them all accessing the server app we wo