Change of Source system in Data Source

Hi all,
Our development system is a copy of another BI system. now the development system is connected to different source system. since it is a copy, all data sources are pointing to previous source system.
How can I change this data source point to new source system.
With regards,
Bala

Hi Bala,
As u know the DATASOURCE is SOURCE dependent.so the solution when you connect your developement system with another system ,while transporting the datasource you have to change your source system name also according to your BW boxes
I will give an ex:
suppose u have 3 system in your BI architecture,
  BW  :    Regression    ---> PREPROD -
> PROD
SOURCE  :            S1         --->        S2        -
> S3
SO When we transport the BW datasource.....,while transport we have to change the source system accordingly.
I hope i helped answering your question
Edited by: SIDHARTHA SATAPATHY on Oct 21, 2011 8:43 PM

Similar Messages

  • SharePoint PPS 2013 Dashboard Designer error "Please check the data source for any unsaved changes and click on Test Data Source button"

    Hi,
    I am getting below error in SharePoint PPS 2013 Dashboard Designer. While create the Analysis Service by using "PROVIDER="MSOLAP";DATA SOURCE="http://testpivot2013:9090/Source%20Documents/TestSSource.xlsx"
    "An error occurred connecting to this data source. Please check the data source for any unsaved changes and click on Test Data Source button to confirm connection to the data source. "
    I have checked all the Sites and done all the steps also. But still getting the error.Its frustrating like anything. Everything is configured correctly but still getting this error.
    Thanks in advance.
    Poomani Sankaran

    Hi Poomani,
    Thanks for posting your issue,
    you must have to Install SQL Server 2012 ADOMD.Net  on your machine and find the browse the below mentioned URL to create SharePoint Dashboard with Analysis service step by step.
    http://www.c-sharpcorner.com/UploadFile/a9d961/create-an-analysis-service-data-source-connection-using-shar/
    I hope this is helpful to you, mark it as Helpful.
    If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

  • Help Me "Data Source - Not User Data Source"

    Hi All!
    I have written an addon in Service Call Form To add new Matrix in this form with code as follows:
    Dim oLink As SAPbouiCOM.LinkedButton
    oFormServiceCall = SBO_Application.Forms.GetFormByTypeAndCount(60110, 1)
            oItem = oFormServiceCall.Items.Item("159")
            oNewItem = oFormServiceCall.Items.Add("Matrix1", SAPbouiCOM.BoFormItemTypes.it_MATRIX)
            oNewItem.Left = oItem.Left
            oNewItem.Width = oItem.Width
            oNewItem.Top = oItem.Top
            oNewItem.Height = oItem.Height
            oNewItem.FromPane = 8
            oNewItem.ToPane = 8
            oMatrix = oNewItem.Specific
            oColumns = oMatrix.Columns
            oColumn = oColumns.Add("#", SAPbouiCOM.BoFormItemTypes.it_EDIT)
            oColumn.TitleObject.Caption = "#"
            oColumn.Width = 20
            oColumn.Editable = False
            '// Add a column for BP Card Code
            oColumn = oColumns.Add("callID", SAPbouiCOM.BoFormItemTypes.it_LINKED_BUTTON)
            oColumn.TitleObject.Caption = "Call ID"
            oColumn.Width = 20
            oColumn.Editable = True
            oColumn = oColumns.Add("subject", SAPbouiCOM.BoFormItemTypes.it_EDIT)
            oColumn.TitleObject.Caption = "Subject"
            oColumn.Width = 120
            oColumn.Editable = True
            oColumn = oColumns.Add("customer", SAPbouiCOM.BoFormItemTypes.it_LINKED_BUTTON)
            oColumn.TitleObject.Caption = "Cust.Code"
            oColumn.Width = 30
            oColumn.Editable = True
            '// Link the column to the BP master data system form
            oLink = oColumn.ExtendedObject
            oLink.LinkedObject = SAPbouiCOM.BoLinkedObject.lf_BusinessPartner
            oColumn = oColumns.Add("custmrName", SAPbouiCOM.BoFormItemTypes.it_EDIT)
            oColumn.TitleObject.Caption = "Cust.Name"
            oColumn.Width = 120
            oColumn.Editable = True
            oColumn = oColumns.Add("itemCode", SAPbouiCOM.BoFormItemTypes.it_LINKED_BUTTON)
            oColumn.TitleObject.Caption = "Item Code"
            oColumn.Width = 30
            oColumn.Editable = True
            oLink = oColumn.ExtendedObject
            oLink.LinkedObject = SAPbouiCOM.BoLinkedObject.lf_Items
            oColumn = oColumns.Add("itemName", SAPbouiCOM.BoFormItemTypes.it_EDIT)
            oColumn.TitleObject.Caption = "Item Name"
            oColumn.Width = 100
            oColumn.Editable = True
    And code to bind data to matrix
    oDBDataSource = oFormServiceCall.DataSources.DBDataSources.Add("OSCL")
            'oUserDataSource = oFormServiceCall.DataSources.UserDataSources.Add("OSCL", SAPbouiCOM.BoDataType.dt_LONG_TEXT)
            oColumn = oColumns.Item("callID")
            oColumn.DataBind.SetBound(True, "OSCL", "callID")
            oColumn = oColumns.Item("subject")
            oColumn.DataBind.SetBound(True, "OSCL", "subject")
            oColumn = oColumns.Item("customer")
            oColumn.DataBind.SetBound(True, "OSCL", "customer")
            oColumn = oColumns.Item("custmrName")
            oColumn.DataBind.SetBound(True, "OSCL", "custmrName")
            oColumn = oColumns.Item("itemCode")
            oColumn.DataBind.SetBound(True, "OSCL", "itemCode")
            oColumn = oColumns.Item("itemName")
            oColumn.DataBind.SetBound(True, "OSCL", "itemName")
    But It's error when Run at the row is bold. This error:
    oColumn.DataBind.SetBound(True, "OSCL", "callID")     Run-time exception thrown : System.Runtime.InteropServices.COMException - Data Source - Not User Data Source
    Please help me fix problem.
    Thanks
    Edited by: Tao lao on Mar 5, 2008 3:10 AM

    I think, u can't bind the system table system columns to the column of the matrix in the form which is bound to the same table.(though, m not sure on this.) service call is by default bound to OSCL. If u try creating a user defined column in OSCL and then bind it, it works. but, if CallId is already bound on form, and u r bnding it one more time, it will give you error.

  • Power view couldn't load the model or data source because the data source type is not supported

    Hi,
    I have SQL 2012 standard edition in my local. I have developed SSAS & deployed in local. I have been asked to develop power view report in excel 2013 using this SSAS. But when I tried to do in Excel 2013 professional Plus, I am getting below error:
    Power view couldn't load the model or data source because the data source type is not supported.
    Does power view is supported in standard edition of SQL or it requires Business/Enterprise edition of SQL server?
    Thanks in advance

    What type of SSAS install are you using?
    PowerView in Excel 2013 currently only supports Tabular data sources.
    Only PowerView in Sharepoint 2013 supports both Tabular and Multi-Dim data sources. (provided you have the required Sharepoint and SQL updates installed)
    http://darren.gosbell.com - please mark correct answers

  • Error in the Source system while data loding through Process Chain

    Hi,
    I am facing issue while data loading for certain extractors through Process chain. Load of 0BPM_WIHEAD, 0BP_LOGHIST, OBPM_OBJREL, 0BPM_DEADLINES(there are 2-3 more extractors) is getting failed daily with message Error occurred in the source system and if we repeat the same it is getting executed successfully.
    Regards,
    Javed

    Hi..
    It means that the extraction job is failing in the source system..
    Please check the Job log in the source system  --> Copy the request nimber --> In the source system go to SM37 --> Give * then the request number......execute --> Check the Job log..
    Look there may be multiple reasons behind this....
    1) Connection problem : Go to SM59 and test the connection, If you don't have the access in SM59...then go to RSA1 --> Source Systems --> Right click --> Connection Parameters --> Connection Test
    2) Or may be work processes are not available and due to which jobs are failing due to time out...
    In both the cases you can check with the Basis Team if they can suggest something....or you can change the process chain scheduling time if possible, and schedule it in such a time when less no of jobs are running..
    Regards,
    Debjani..

  • Configuring SAP R/3 system as data source for SAP BW3.5 system

    HI All,
    Please help me in getting some document for integrating SAP R/3 4.7 with SAP BW3.5 as data source system.
    Thanks in advance.
    Regards,
    Nalla.

    Hi,
    I have got the link which has solution for my question from old questions in this Forum.
    http://help.sap.com/saphelp_nw04/helpdata/en/00/dc54384ac9a81be10000009b38f8cf/frameset.htm
    So stopping this thread.
    Regards,
    Nalla.

  • Not able to activate source system meta data

    Hello,
    For BW 3.5 The connection is working fine between source system and metadata is getting replicated successfully but in inactive mode.
    While activating I get following error.
    Incorrect IDoc type éâÄÃðôð@@@@@@@@@@@@@@@@@@@@@@@ in the ALE definition of the source system     RSAR     373
    Not sure what is wrong I have checked IDoc settings in both the systems they exists and the table RSBASIDOC has all the correct entries.
    Thanks and Regards,
    Milan

    Hi,
    Re-activate the source system in BW. That will recreate all the ALE settings. Make sure that the source system is open for changes and you use a user ID and password with appropriate auths for maintaining ALE settings.
    after that
    Try the restore option. Run check after that.
    Regards,
    San!

  • Recover Child Data Source - System Center Data Protection Manager 2012 SP1

    I'm trying to write a script that, given an input file, recovers data from 1st of the month redirected to a folder.
    It's all working, but I need to be able to restore only a folder from a D: drive that is protected for instance.
    how can I restore a folder and it's contents from powershell? I can restore and redirect a whole drive for the recovery point I want, but I can't figure out how to restore a childdatasource. I've identified the cds, but how can I make that a recoverableitem
    to feed the recover cmdlet?
    Mark

    Child data source isn't the way to do this, I should have checked each recoverable item in the recovery point, that would like the top level items such as top level folders/vm's/sql dbs, etc.
    Mark

  • "Error in source system" while creating source system

    Hello,
    I don't know what's our general problem (I suppose that it's ageneral problem) but we always have the following eror while creating a source system:
    When we want to create a source system on BI, we first get an error "No connection to source system possible". After checking the RFC connection and correct the password of the remote user on the automatically created _DIALOG RFC connection the exception changes to "Error in source system".
    The error occurs after the information "Please log on as an administrator in the following screen".
    The remote user on R/3 side has got profiles S_BI-WHM_RFC and S_BI-WX_RFC (found two conflicting statements regarding this profiles), on BI side it has got SAP_ALL and some more profiles
    What else could be the problem?
    Greetings & Thanks
    Bettina

    Hello,
    now we know that
    1. the remote user needs profiles SAP_ALL and SAP_NEW and has to be dialog user with a password unequal that password it should have in the future (otherwise you don't see the error messages that appear during the login process)
    2. the system has to be changeable (scc4 and se03)
    After the source system is created the changeability can be changed to the original values and the remote user can be changed to a communication user again.
    Thanks for the tip regarding the authorizations.
    Greetings
    Bettina

  • How to determine the source of a Data Source

    How do you determine what the source is for a given Data Source? We are working with 0BP_RELATIONS_ATTR, which is a data source in the BI source system. However, we cannot figure out how to determine what the source is for this data source.

    Hi David,
    Have you seen this excellent blog by Roberto Negro : /people/sap.user72/blog/2005/09/05/sap-bw-and-business-content-datasources-in-pursuit-of-the-origins
    Hope this helps...

  • How to find Info Source for Export Data source in Data Marts node

    Hi
                  I need to load data from ODS to Info Cube. I created the Export Data source for the ODS. I can see the Export Data Source but in the Data Marts node of Info Source i cannot find the Info Source for the Export Data source i created. I replicated Data sources in the BW source system. I also tried to use Insert Lost Nodes from the Context Menu of the InfoSource node but nothing worked. Please let me know what i need to do to see the Info source in the Data Marts.
    Thanks
    Padma

    In the infosource tab in RSA1 - use settings --> display generated objects
    you will be able to see the datamart infosources..

  • Migrate Dataservices source system to new source system type in BW 7.3

    Hi All,
    We have upgraded our BW system to 7.3. In our old 7.0 environment we have linked Data Services 4.0 as an external source system. Now in BW7.3 we would like to migrate the developments on the old source system to the new source system type.
    Does anyone know if there is any migration tool which we can use for this?
    Best regards,
    F. Geldof

    Hi Valerie,
    Unfortunately i didn't find the answer yet. For the moment we have kept the old connection types to our DS environment.
    Good luck!
    Best regards,
    F. Geldof

  • ODBC Data Source Aministrator - new data source- error - SAP BO XI 3.1 SP3

    Hello there,
    when adding a new mySQL data source to the ODBC Data Source Aministrator on the server we recieve the following error message:
    The setup routines for the MySQL ODBC 5.1 Driver ODBC driver could not be loaded due to system error code 126: The specified module could not be found.
    (C:\Windows\system32\myodbc5S.dll)
    Does anybody know how to solve that problem?
    Thanks in advance!
    Alex

    Hi,
    is the .dll in the designated path?
    Regards
    -Seb.

  • Source table to data source mapping

    Hi Guys,
    I have table and field name in R/3 source system. Now I want to find out the names of the data sources that are having this field.
    Is there way to look for it.
    Example you know table rc29l and element datuv, now I want to know the name of datasources which has this field. Is there a way apart from checking it in help.sap.com infosources or checking it in indivual datasources of that ACH

    Hi,
    Thanks for response.
    But I want to know this table has mapping for all business content or only activated business content.
    Thanks

  • Using a SQL data source and XML data source in the same template

    I am trying to develop a template for the Request for Quote report generated in Apps 11.5.10. I have loaded the data from the XML output into the template, but I am missing one field - I need the org_id from the po_headers table. Is it possible to use a sql data source (i.e., "select org_id from po_headers_all where po_header_id = [insert header_id from xml data]...") in addition to the xml data source to populate the template at runtime? When you use the Insert > SQL functionality is it static at the time the template is created, or does it call to the database at runtime? I've looked through all the docs I could find, but this isn't clear.
    Thanks for any help or suggestions you may have.
    Rhonda

    Hi Pablo
    Thats a tough one ... if you go custom with a data template you will at least get support on the data template functionality ie you have a problem when you try and build one. You will not get support on the query inside the data template as you might have gotten with the Oracle Report, well you could at least log a bug against development for a bad query.
    Eventually that Oracle Report will be converted by development anyway, theres an R12 project going on right now to switch the shipped OReports to data templates. AT this point you'll be fully supported again but:
    1. You have to have R12 and
    2. You'll need to wait for the patch
    On reflection, if you are confident enough in the query then Oracle will support you on its implementation within a data template. Going forward you may be able to swap out your DT and out in the Oracle one without too much effort.
    Regards, Tim

Maybe you are looking for

  • Left alignment issue with XML report having Excel as output..

    Hello I am using XML Publisher report and the output format as Excel. When my output opens in Excel all numeric values are right justified and all characters values are left justified. I want numeric values also left justified.. How to achieve this?

  • Possible pagination bug in tabular form

    Hi All, Can someone reproduce the following test case on 1.6.1.00.02? 1. Create a tabular form via wisard 2. Set pagination type 'Row Ranges in select list (with pagination). 3. Set 10 rows per page 4. Insert 11 rows 5. Delete last row from the secon

  • List and justified text problems

    I'm creating a PDF that uses justified text for all paragraphs and centered headers. One of the problems I'm having is that if the last sentance in a paragraph contains just a few words, it ends up far to spaced out. It ends up looking rediculous, in

  • Permission Issue w/ Menu

    Hello, Can anyone explain why a procedure w/ Execute privileges granted to PUBLIC generate the following error Forbidden You don't have permission to access /pls/portal30/PORTAL30.wwv_link_utilities.get_menu_link('PORTAL30.LINK_VIEW_EDIT') on this se

  • Untitled disk added that cannot be removed.

    Aquired by MP4 to MP3 converter and was deleted. http://www.ahamediasoft.com/ And instead of unistalling, I stupidly just deleted it. I redownloaded and tried to uninstall it and it did nothing. I've restarted and it did nothing. It's in my favorites