BO Explorer add excel source

Hello everybody,
I allready install BO Enterprise XI 3.1, and have access to polestar via the port 8080, and that all is good, but i have a requirement to add into the Source box in the Manage Spaces the excel spreadsheet source, because we only find the universe conections sources.
Do i need to install any component more?
Do i have to install or configure something to let it visible?

Hi,
on the home tab of Explorer you should see the option to upload a spreadsheet "on-demand".
the alternative is to save the Excel file to your SAP BusinessObjects server and then the spreadsheet will be listed when you go to the manage spaces tab.
Ingo

Similar Messages

  • Dynamic columns with Excel Source?

    I have Excel file number 1 with columns A ja B.
    I have database table with columns A,B,C,D,E,F,G,H etc. (there are 100 columns)
    I know how to import normally data with Excel Source and OLE DB Destination with Excel file 1.
    Now I have new need.
    I should be able to import dynamically Excel files with any combination of columns.
    It should be automatic import with For Each Container.
    When new files like below is imported, I should not be make any changes to SSIS.
    Excel 2) Columns A, G, X (so column A data must be added to column A in database etc)
    Excel 3) Columns B, C, G, Y (so column B data must be added to column B in database etc)
    Excel 4) Columns D, X
    IS THIS POSSIBLE WITH SSIS? HOW?
    CUSTOM CODE IS NEEDED? ANY POINTERS TO SOLUTION?
    Kenny_I

    How you are going to deal with the rows here?
    For example, 
    Excel 2) Columns A, G, X (so column A data must be added to column A in database etc)
    when Excel 3 files are processing are you going to update the record that you added in Excel
    2.
    Excel 3) Columns B, C, G, Y (so column B data must be added to column B in database etc)
    Excel 4) Columns D, X
    when Excel 4 files are processing what is your scenario for column X which you just added in
    Excel 2. Are you going to update it or add new rows here.
    As Arthur has suggested generating your package in code seems the way to go for but before that you need
    to think about all the scenarios.
    Vikash Kumar Singh || www.singhvikash.in

  • SSIS with Excel Source - Generically specify first worksheet?

    I have an SSIS package that is reading an Excel source to pipe it to a table in my SQL Server database.
    In the Data Flow task, I was able to rename the Name field generically, but with the Custom Properties, I have to specify the rowset name, otherwise the task blows off.
    How can I generically specify, hey, do the open row set on the first sheet?

    Hi J.D. Walker,
    1. You can use the following method to extract data of the first Sheet of the Excel file:
    2. Create a string type variable SheetName, and set its default value to the name of the first worksheet followd by $ symbol such as “Sheet1$”. The worksheet name must be valid to obtain the metadata for the OLE DB Source at design-time.
    3. Use the ADO.NET Schema Rowset Enumerator of a Foreach Loop Container to get each sheet name of the Excel file, and store the value in variable SheetName by mapping the variable to Index 2.
    4. Create an Int type variable Counter, and set its default value to 0.
    5. Add a Script Task to the Foreach Loop Container, set the variable Counter as the ReadWriteVariables, and modify the public void Main() function as follows:
    public void Main()
    // TODO: Add your code here
    int cnt = Convert.ToInt32(Dts.Variables["User::Count"].Value.ToString());
    cnt++;
    Dts.Variables["User::Count"].Value = cnt;
    Dts.TaskResult = (int)ScriptResults.Success;
    6. Join the Script Task the Data Flow Task, and set the Precedence Constraint as follows:
    Evaluation operation: Expression:
    Expression: @[User::Count]==1
    7. In the Data Flow Task, add an OLE DB Source, create an OLE DB Connection Manager (Native OLE DB\Microsoft Jet 4.0 OLE DB Provider for XLS file, or Native OLE DB\Microsoft Office 12.0 Access Database Engine OLE DB Provider for XLSX file, and set the Extended
    Property to Excel 8.0 for XLS file or Excel 12.0 for XLSX file).
    8. Set the Data access mode of the OLE DB Source to “Table name or view name variable”, and set the variable to User::SheetName.
    In addition, if you want to extract data from the first N worksheets, you can set the expression of the Precedence Constraint above to @[User::Count]<N+1 (replace N with the real number).
    Regards,
    Mike Yin
    TechNet Community Support

  • Excel source located in Infoview

    Hi,
    I'm trying to add a source for my report, I know how to do with a file located on the hardDisk as C:\ for exemple.
    But in infoview I don't know where really the file is stored (fileStored\Input..\...).
    And if the document is reuploaded, his lcoation will change.
    Do you have any suggestion ?
    I could sheddule the document in  a specified location but if the user re-upload it (delete + upload) I'll lose the sheddul job.
    Edited by: MathieuBO on Mar 18, 2011 1:27 PM

    Hi Matheiu,
    It looks like the path where the excel file is placed is accessible from your local system, but not from the server.
    Try opening the Web Intelligence document in the server using WebI application, try refreshing the report by placing the excel file at a location from where it can be accessed from the server. If it refreshes successfully, export the WebI document.
    Now, when you try to run the report in Infoview, it should refresh without any issues.
    Or
    View this link:
    http://forumtopics.org/busobj/viewtopic.php?p=343350&sid=dc269b8ffee3f2197068c608a5b5d43e
    May be it will help you.
    All the best,
    Madhu...

  • Blank Row comming out from Excel Source?

    Hi,
    I use an excel datasource to populate some simple dimensions, but when i extract the excel file i get alot of blank rows from the excel files...
    How can i overcome this issue? Is this normal?
    I never had problems like this using DTS in the 2000 version
    Best Regards,
    Luis Simões

    Hi RJ,
    You could either delete as many rows from your excel source file as needed, that is rows following your data, or even better add a conditional split component (sql server 2012) after your source component to filter only the rows with data and send
    only those rows through the pipeline.
    Rudolf Swiers
    Another solution is to write a SQL query against the Excel source. Take one column that always needs to have a value and add
    WHERE myColumn IS NOT NULL.
    MCSE SQL Server 2012 - Please mark posts as answered where appropriate.

  • After installing SSMS 2014 I can no longer add a source or destination in SSIS VS2010

    I really don't know what is happening but I have been using VS2010 and SSMS 2014 for a couple of months now with no issue. Yesterday when I opened an SSIS package that I had created in VS2010 I was no longer able to add a source or destination to any of
    the data flows. I can copy an existing one and change the properties but when I try to drag it from the tool bow I get the following error -
    TITLE: Microsoft Visual Studio
    The component could not be added to the Data Flow task.
    Could not initialize the component. There is a potential problem in the ProvideComponentProperties method.
    ADDITIONAL INFORMATION:
    Error at "WORKFLOW NAME" [SSIS.Pipeline]: Component ", clsid {GUID}" could not be created and returned error code 0x80070005 "Access is denied.". Make sure that the component is registered correctly.
    Error at "WORKFLOW NAME" [ [128]]: The component is missing, not registered, not upgradeable, or missing required interfaces. The contact information for this component is "".
    Exception from HRESULT: 0xC0048021 (Microsoft.SqlServer.DTSPipelineWrap)
    Program Location:
       at Microsoft.SqlServer.Dts.Pipeline.Wrapper.CManagedComponentWrapperClass.ProvideComponentProperties()
       at Microsoft.DataTransformationServices.Design.PipelineTaskDesigner.AddNewComponent(String clsid, Boolean throwOnError, Boolean select)
    NOTE:I replaced the workflow name and the GUID because I don't think it is important for the post.
    When I search for the GUID in regedit it leads me to an entry that has the folder DTSInfo and the value of
    Microsoft.DataTransformationServices.DataFlowUI.OleDbSourceUI, Microsoft.DataTransformationServices.DataFlowUI, Version=12.0.0.0, Culture=neutral, PublicKeyToken=********** 'This was not the original value, just hiding it for the post.
    for UITypeName
    No one here could figure out what the exact issue and how to fix it so my pc was rebuilt. Everything was working just fine until I installed SSMS 2014. Now I am right back where I started.
    I really need to know what is going on because I wasted an entire day on trying to figure out this issue and I have already tried reinstalling/repairing VS2010. Removing SSMS 2014. Registering OleDbSrc.dll but get an error when trying to do that.

    Somebody on my team had this issue. If I recall correctly you need to re-install SSDT 2012
    Arthur My Blog

  • How to add content source in office 365 ?

    How to add content source in office 365 , where I can add find Manage Content Sources page to click on New Content Source LInk

    You can't. Only sources available is what is already set up...which is SharePoint/OneDrive4B and Exchange via eDiscovery.
    Thanks,
    Mikael Svenson - Search Enthusiast
    SharePoint MVP/MCPD/P-TSP - If you find an answer useful, please up-vote it.
    http://techmikael.blogspot.com/
    Author of
    SharePoint Search Queries Explained and
    Working with FAST Search Server 2010 for SharePoint

  • How do you add a source to the Health app?

    How do you add a source (ie, Nike +) to the new Health app?

    http://help.apple.com/iphone/8/

  • How do i remove internet explorer add ons?

    how do i remove internet explorer add ons?

    Hi,
    You may take the following steps to remove Internet Explorer 8 and Internet Explorer 8 add-ons:
    1.      
    Open Internet Explorer by clicking the
    Start button , and then clicking
    Internet Explorer.
    2.      
    Click the
    Tools button, and then click Manage Add-ons.
    3.      
    Under
    Show, click Downloaded controls to display all ActiveX controls.
    4.      
    Click the ActiveX control you want to delete, and then click
    More information.
    5.      
    In the
    More Information dialog box, click Remove.
    If you are prompted for an administrator password or confirmation, type the password or provide confirmation.
    6.      
    Repeat steps 4 and 5 for every control you want to delete. When you are finished, click
    Close.
    Please refer:
    http://windows.microsoft.com/en-US/windows-vista/Internet-Explorer-add-ons-frequently-asked-questions
    Hope that helps
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”

  • How to add new source views for Bill Presentment Architecture (BPA)?

    Hi,
    Financials 11.5.10.2;
    I'm trying to add custom source views to be used with BPA.
    I go to configuration\data sources and click on the views buttons to see the available views.
    There I click on the register button. If I use the LOV button for view name, no views are available. I thought I would see the view in the APPS schema.
    How do I make my custom views available in the list of values?
    Thanks.

    It was easy for us. The guide suggests your view begin with the string "ARBPA". One might assume that if your view doesn't start with this, it won't be available from the list.

  • Error when trying to use excel source editor in SSIS 2012

    I am using SQL Server 2012. This error occurs when I try o select the name of excel sheet in excel source editor in SSIS 2012.  I am on win 7 64 Bit machine. I have office 2010. 
    Could not retrieve the table information for the connection manager 'Excel Connection Manager'. Failed to connect to the source using the connection manager 'Excel Connection Manager'. 
    Thanks in advance

    Hi Satya, I even tried installing 32-bit ACE OLE DB providers even before posting this and I do not have permissions
    to install it on my machine. I will work with IT Dept and update the status on how it goes. 
    Thanks

  • Excel Source cannot find sheet when using Foreach Loop Container

    I have SQL Server 2012 SSIS. I need help with Foreach Loop container.
    1) I have C:\\Excel\ folder and multiple Excel.xlsx files are stored there to be imported
    2) I have Foreach Loop Container
    -Foreach File Enumerator is selected
    -Expressions are empty
    -Folder is set as  C:\\Excel\
    -Files is *.*
    -Variable is created. User::Filename, 0
    2) I have created variable FileName, String,0
    3) I have Excel Connection Manager
    -ExcelFilePath = @[User::FileName]
    4) I have data flow task with Excel Source and OLE DB Destination
    Error occured with Execute:
    [Excel Source [2]] Error: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80040E37.
    [Excel Source [2]] Error: Opening a rowset for "SheetName$" failed. Check that the object exists in the database.
    Kenny_I

    Hi Kenny_I,
    The issue occurs because you have not specified a valid value for the variable @FileName. The error persists even if we set the “DelayValidation” property of the Excel Connection Manager to True. After you assign a value like “C:\Excel\Test1.xlsx” (without
    quotes) to the variable, the package should work fine.
    Reference:
    http://www.bidn.com/blogs/mikedavis/ssis/625/loop-through-excel-file-in-ssis
    Regards,
    Mike Yin
    If you have any feedback on our support, please click
    here
    Mike Yin
    TechNet Community Support

  • Converting excel source into csv format

    Hi,
    I have to convert excle source into csv format.
    my excel source has around 40000 records.
    Please give me the suggestions how to do it.
    Thanks,
    Venkat

    Or, if this is going to be an ongoing issue with new files needing to be converted, there are several utilities out there of various quality and price which can be considered. A quick google turned up a whole host of options for various platforms.
    I can't comment on any of them as I haven't used them, but clearly there are several converters with command-line interfaces which should be capable to be utilized as an external command in your process flow.
    Like: http://www.softinterface.com/Convert-XLS/Features/Convert-XLS-To-CSV.htm
    Heck, if you really want to have fun and DIY, I know that there are native Perl Excel modules, so you could always build your own and make it cross-platform!

  • DI: Unable to read Excel source

    Hi,
    We use BusinessObjects Data Services XI 3.1, version 12.1.1 on UNIX Server.We have created BoExcelAdapter to read Excel source and we were not facing any issues in reading the Excel files so far.
    Yesterday when we ran the job to read a new excel file, we received the error message 'Could not find worksheet ... in file ..'.
    But the excel file has the specified worksheet.
    Could you please guide me as to what has caused such an error and how to resolve this.
    Thanks,
    RaajMahee

    Hi RaajMahee
    Cause
    On Unix, the excel adapter uses the apache poi browser to read the spreadsheet.
    When the adapter tries to open the spreadsheet with the poi api, the poi api chokes and gets an exception of ArrayIndexOutofBound.
    POI library does not support a feature found in the workbook
    Resolution
    This problem had already been addressed in the latest poi patch release, poi-3.2-FINAL-20081019.jar.
    1. Download the attached file poi-3.7-20101029 and rename it to poi-FINAL-3.7-20101029.jar
    2. Copy the poi-FINAL-3.7-20101029.jar file to your $LINK_DIR/lib directory of your Unix/Linux server.
    3. Through the Data Services Management Console, stop the excel adapter.
    4. Using the Data Services Management console, modify the Excel Adapter's class path and replace the reference to poi-         2.5.1-final-20040804.jar with its full path with poi-FINAL-3.7-20101029.jar with its full path.
    5. Save and restart the adapter.
    6. Try again processing the Excel file with formulas.
    if you want to download the  poi-3.7-20101029 file just follow the link
    [https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F64653D3030312669765F7361706E6F7465735F6E756D6265723D3132393634353426]
    if you are unable to access this link(Why because it ask login credentials) just put your e-mail and i will send the zip file.
    Thanks
    Prasad

  • Excel source multiple column values to oledb destination single column in ssis 2012

    Excel sheet has 4 columns which is filled with data till 500 rows on each column. I want to insert those excel data into single column(PolicyIds) and am using oledb destination. In excel souce i dont hav any column header. Can anyone suggest me how can i do
    this effectively. (May be i can use script task to get range of data and use it as SQL variable). Is there any best approaches.
    Sample excel
    A          B             C             D
    1001     1005       1009        1013
    1002     1006       1010        1014
    1003     1007       1011        1015
    1004     1008       1012        1016

    Inside Excel Source, use Data Access Mode - SQL Command as below:
    select F1 from [Sheet1$] where F1 is not null
    union all
    select F2 from [Sheet1$] where F2 is not null
    union all
    select F3 from [Sheet1$] where F3 is not null
    union all
    select F4 from [Sheet1$] where F4 is not null
    -Vaibhav Chaudhari

Maybe you are looking for

  • Just upgraded to Photoshop CC 2014 and it's playing havoc with my work flow.

    I've just upgraded to Photoshop CC 2014 and it's playing havoc with my work flow. i)  From LR5.5, when I click edit with "Photoshop CC 2014" - it opens PS CC 2014 but doesn;t open the image ii) Whenever I try and use Nik Viveza it crashes PS CC 2014

  • Route is notcoming in the sales order automatically

    hi gurus my qt is when i did route determination in spro each and everything in the config. When am testing in the sales order the route is not coming autocmatically.  The route  I  defined in the route determination it is taking manually.  can any o

  • Philips TV and MiniDVI-VGA

    I bought a MiniDVI to VGA adaptor to connect my 32plf9705h/12 TV (Philips) to my macbook and with much disappoint, i realised that it's not working. All the cables are brand new, and everything is working with a PC monitor and a Samsung HD-Ready TV..

  • Podcasts not removed from iPhone after playing

    Hi Since updating to iOS 5 on my iphone 4, I've been having a few issues with the syncing of podcasts. For some, not all, of them, once I've fully listened to them on my iPhone, syncing with my macbook pro doesn't remove them, even though itunes on t

  • Duplicate Outlook 2007 calendar entries

    After installing the iCloud Control Panel on my PC and setting up iCloud to sync my Outlook Calendar and Contacts, I now have duplicate entries for every calendar event and appointment in Outlook on the PC.  No duplicate Contacts.  iPad calendar is f