Source-System: MaxDB 7.5.0

Hey Folks,
I'm trying to create a Source System in my BW which connect to a MaxDB Vers. 7.5.0.
The BW is runing in a different network (intranet) as the MaxDB (localhost of another intranet).
Now I get the following Error:
                                                                                Database error -888 at CON                                                                               
> Could not load libpcr (No registered version (7.4.3) found.)                                                                               
I used the following parameters:
DBMS: ADA (SAP DB (ADABAS/D)
User Name: myUser
DB password: myPWD
Conn. info: ??? maybe something like localhost??
Creating a Source System with csv-files works pretty good.
And a last question: Do anybody know how I can connect a MS Access DB (not MS SQL Server) on my localhost to the BW-System?
Thanks for your help!
Stephan

Hello Sahil Garg,
-> Could you please let us know what is the problem?
Are you able to connect to the source database?
Do you know the DBM user and SYSDBA user and the passwords of the source database instance?
Did you create the target database instance?
Did you install the target database instance using SAPInst?
What step at the beginning of this thread posted by you did you run?
-> As SAP customer you could create the SAP message, component BC-DB-SDB, and get SAP support.
Thank you and best regards, Natalia Khlopina

Similar Messages

  • DBIF_REPO_SQL_ERROR when activating Source System in BI

    Hi,
    Whenever I try to activate a new source system or any other objects it gets terminated.
    It generates a dump DBIF_REPO_SQL_ERROR
    I am on MaxDB and I checked for the free space it is about 45%.
    Following is displayed in SM21 System Log in red:
    Database error -1000 at INS access to table RSOLTPSOUR     
    > POS(1) Too many lock requests                            
    Database error -1000 at OPC access to table REPOLOAD       
    > POS(1) Too many lock requests                            
    Run-time error "DBIF_REPO_SQL_ERROR" occurred              
    > Short dump "070601 212500 firefox_ NSP_00 " generated
    But when I check SM12 then there are no locks displayed. Even i try search with above tables.
    Details of the dump:
    Runtime Errors         DBIF_REPO_SQL_ERROR
    Short text                 SQL error "-1000" occurred when accessing program
    Trigger Location of Runtime Error
                                  Program                       SAPLRSAOSINT                                        
                                  Include                         LRSAOSINTU08                                        
                                  Row                             308                                                                               
    Module type                 (FUNCTION)                                          
                                  Module Name               RSAOSINT_PSEUDO_DVERSION_WRITE                     
    Please advice on how to get rid of this error.
    Thank you,
    sam

    Anil,
    thnx for the note, but i have already followed the steps in it.
    any other workarounds you can suggest, are highly appreciated.
    thank you,
    sam

  • No username of Source system is avbl after livecache system copy

    Hi Experts
    I have done a livecache system copy from the source system to target system. Here the steps are
    Assume my Source SYstem Livecache is RP1 and Target System livecache is RS1.
    1. Taken Source system livecache DATA and LOG Area backup RP1.
    2. Defined the same source system backup medium name in Target System (RS1 and moving the Source system Liveacache backuped files to Target system and defined the medium name as per that)
    3. put the livecache db_admin mode
    4. db_activate RECOVER <medium_name>.
    5. recover_start <log_medium_name> LOG <nnn>
    6. db_online.
    Here we faced that
    ERR
    -24622,ERR_AUTOLOADSYSTAB: Automatic loading of the System Tables failed
    -24907,ERR_DBAWRONG: Wrong database system administrator
    -24988,ERR_SQL: SQL error
    -4008,Unknown user name/password combination
    So we activated the SUPERDBA as " db_activate SUPERDBA,<password>
    then it came to online. and afterwards we have used the load_systab command to load the tables.
    BUT we could not find any Source System name like "RP1ADM" in the tables of the livecache database. Only there are CONTROL,SUPERDBA username availbale. Usually there will be also the source admin name . I dont know why it is missing
    Before a month we have done livecahe restore same as now in that time we got the source system name admin also. ( RP1ADM) and also tables which owned by RP1ADM. alos i could find APPSYSPARAM table and the instance also registered.
    But now in this restore we could not find the above.
    We followed the same procedure and there is no change in the steps also.
    Could anyone help me...
    Regards
    bala

    Hello Bala,
    1. As I wrote you already, the notes:
    886103 System Landscape Copy for SAP SCM
    877203     Post steps after the Homogenous liveCache copy using backup/
    457425     Homogenous liveCache copy using backup/restore
    has all recommended steps to do, when you will run the u201CSystem Landscape Copy for SAP SCMu201D
    2. If you run the u201CHomogenous liveCache copy using backup/restoreu201D you should pay attention to the note 457425. After you imported the complete data backup < step 2. > you need to update the system tables.
    To update the system tables you need to know the correct database SYSDBA user & password.
    After you restored the databackup of the source database, start the database online & run u201Cselect * from usersu201D SQL command to see the SYSDBA user. Then check that you know the DBA user ( DataBase Administrator ) & password of the source database instance => Open the SQL session with this
    user & password.
    Example:
    after db_activate recover <medium_name>
    login as control,password
    db_online
    sql_execute select * from users
    sql_connect  superdba,<password of source system>
    If you didnu2019t get error with the last command, then you could update the system tables with the superdba,<password of source system> using load_systab command.
    The system tables will be updated & the correct SYSDBA user & password will be updated in *.UPC file.
    3.     
    user_sysdba:
    You make the database system administrator known to Database Manager. It is only necessary to use this DBM command if the database administrator is not known or is incorrectly known to Database Manager.
    u201CI have tried like this
    after db_activate recover <medium_name>
    login as control,password
    db_admin
    user_sysdba superdba,<password of source system>
    db_onlineu201D
    You could update the .upc files with the wrong SYSDBA user password u2026
    You was lucky, that you knew the correct SYSDBA user and password of the source database.
    Example  < NLK is my local database >:
    A.     I could update the .upc file with wrong password of SYSDBA user:
    dbmcli -d NLK -u control,control
    dbmcli on NLK>user_sysdba superdba,test
    OK
    dbmcli on NLK>db_online
    OK
    dbmcli on NLK>load_systab
    ERR
    -24909,ERR_DBAUNKNOWN: SYSDBA unknown
    dbmcli on NLK>exit
    B.  I could update the .upc file with wrong SYSDBA user:
    dbmcli -d NLK -u control,control
    dbmcli on NLK>user_sysdba test,test
    OK
    dbmcli on NLK> user_get test
    OK
    u2026
    dbmcli on NLK>sql_connect test,test
    ERR
    -24988,ERR_SQL: SQL error
    -4008,Unknown user name/password combination
    dbmcli on NLK> dbmcli on NLK>sql_connect superdba,admin
    OK
    I could connect as test,test; but the test user is NOT SYSDBA user u2026
    dbmcli -d NLK -u test,test
    dbmcli on NLK>
    Itu2019s recommended to user the load_systab command, so the .upc files will be updated with the correct SYSDBA user/password or
    you will get error.
    4. http://maxdb.sap.com/doc/7_7/86/68627a1bc642e6a6f73d3bc7a55fe1/content.htm
    You got error:
    ERR
    -24622,ERR_AUTOLOADSYSTAB: Automatic loading of the System Tables failed
    -24907,ERR_DBAWRONG: Wrong database system administrator
    -24988,ERR_SQL: SQL error
    -4008,Unknown user name/password combination
    The automatically updating the system tables, according to the default value, is switched on.
    After you will run the update system tables with the correct SYSDBA user & password the *.UPC file will be updated,
    and with the next liveCache restart you will not get this error.
    5. See more information in the MAXDB library:
    http://maxdb.sap.com/doc/7_7/45/11cbd6459d7201e10000000a155369/content.htm
    Thank you and best regards, Natalia Khlopina
    Edited by: Natalia Khlopina on May 19, 2010 2:58 PM

  • Error while creating source system in BI: Modification not possible

    Hi All,
    We are about to move to production, and therefore it's necessary to create in BI the source system related to our ECC (R/3). While trying to perform this action from BI side we received the error message:
    SAP system has status 'not modifiable'. Because of this, and following with known consultants practices we've changed the client to customazing but it still not working although the message at this time is: Changes to repository or cross-client Customazing are not permitted. We have also verified transaction SE06 but it's not possible to change the Cross-Application Component to Modifiable. 
    Did someone face with this same problem before?
    Thanks to all in advance,
    Regards,
    José.-

    Hi Rick,
    I really appreciate your quick response. We followed your recommendation and could create the source system without problems. Thanks once again!
    Best Regards,
    José.-

  • Error in creation of source system

    Hi Experts,
    We are facing a problem while creation of source system. We are getting an error "You have no authorization for basic types (activity 03)" Kindly help me to resolve this issue.
    Regards,
    Jitendra

    Hi there,
    if you get the error again, please go tcode su53 directly and see for which object the authorization is missing. I understand you have SAP_ALL access but for any authorization issue we normally go to SU53 tcode and verfiy.
    So once you get the object name then go to SU01 and open your id. Go to authorization tab and find for that object and see if '03' activity is assigned to you or not.
    If this step is absolutely fine then we can think of alternative solution.
    Regards,
    Anup

  • Source system in Responsibility TAB

    Hi All
    I am finding difficulty to know exact source system (product responsibilty). I could see lot of text.It might be good If sap would have maintained Logical system here instead of this Source system text ,I want to know the correct text according to logical system.
    Any help is appreciated.
    Muthu

    Hi Muthurama,
    The texts that are displayed are the names of the logical systems maintained in your system. Probably you can rename than as <LOGSYS - LOG SYS NAME> so that it helps you to identify the systems correctly.
    Even you can maintain the logical system  name for the logical system text. This would solve your problem.
    T-Code: BD54.
    Best Regards
    Kathirvel

  • Data load problem - BW and Source System on the same AS

    Hi experts,
    I’m starting with BW (7.0) in a sandbox environment where BW and the source system are installed on the same server (same AS). The source system is the SRM (Supplier Relationship Management) 5.0.
    BW is working on client 001 while SRM is on client 100 and I want to load data from the SRM into BW.
    I’ve configured the RFC connections and the BWREMOTE users with their corresponding profiles in both clients, added a SAP source system (named SRMCLNT100), installed SRM Business Content, replicated the data sources from this source system and everything worked fine.
    Now I want to load data from SRM (client 100) into BW (client 001) using standard data sources and extractors. To do this, I’ve created an  InfoPackage in one standard metadata data source (with data, checked through RSA3 on client 100 – source system). I’ve started the data load process, but the monitor says that “no Idocs arrived from the source system” and keeps the status yellow forever.
    Additional information:
    <u><b>BW Monitor Status:</b></u>
    Request still running
    Diagnosis
    No errors could be found. The current process has probably not finished yet.
    System Response
    The ALE inbox of the SAP BW is identical to the ALE outbox of the source system
    and/or
    the maximum wait time for this request has not yet run out
    and/or
    the batch job in the source system has not yet ended.
    Current status
    No Idocs arrived from the source system.
    <b><u>BW Monitor Details:</u></b>
    0 from 0 records
    – but there are 2 records on RSA3 for this data source
    Overall status: Missing messages or warnings
    -     Requests (messages): Everything OK
    o     Data request arranged
    o     Confirmed with: OK
    -     Extraction (messages): Missing messages
    o     Missing message: Request received
    o     Missing message: Number of sent records
    o     Missing message: Selection completed
    -     Transfer (IDocs and TRFC): Missing messages or warnings
    o     Request IDoc: sent, not arrived ; Data passed to port OK
    -     Processing (data packet): No data
    <b><u>Transactional RFC (sm58):</u></b>
    Function Module: IDOC_INBOUND_ASYNCHRONOUS
    Target System: SRMCLNT100
    Date Time: 08.03.2006 14:55:56
    Status text: No service for system SAPSRM, client 001 in Integration Directory
    Transaction ID: C8C415C718DC440F1AAC064E
    Host: srm
    Program: SAPMSSY1
    Client: 001
    Rpts: 0000
    <b><u>System Log (sm21):</u></b>
    14:55:56 DIA  000 100 BWREMOTE  D0  1 Transaction Canceled IDOC_ADAPTER 601 ( SAPSRM 001 )
    Documentation for system log message D0 1 :
    The transaction has been terminated.  This may be caused by a termination message from the application (MESSAGE Axxx) or by an error detected by the SAP System due to which it makes no sense to proceed with the transaction.  The actual reason for the termination is indicated by the T100 message and the parameters.
    Additional documentation for message IDOC_ADAPTER        601 No service for system &1, client &2 in Integration Directory No documentation exists for message ID601
    <b><u>RFC Destinations (sm59):</u></b>
    Both RFC destinations look fine, with connection and authorization tests successful.
    <b><u>RFC Users (su01):</u></b>
    BW: BWREMOTE with profile S_BI-WHM_RFC (plus SAP_ALL and SAP_NEW temporarily)
    Source System: BWREMOTE with profile S_BI-WX_RFCA (plus SAP_ALL and SAP_NEW temporarily)
    Someone could help ?
    Thanks,
    Guilherme

    Guilherme
    I didn't see any reason why it's not bringing. Are you doing full extraction or Delta. If delta extraction please check the extractor is delta enabled or not. Some times this may cause problems.
    Also check this weblog on data Load errors basic checks. it may help
    /people/siegfried.szameitat/blog/2005/07/28/data-load-errors--basic-checks
    Thanks
    Sat

  • Unable to 'set the default source system' to Install Business Content

    Hi,
    Maars here. This is my first post hoping that in future ones I'll also be lending a helping hand.
    I am trying to 'Install Business Content' under the BUSINESS CONTENT section in txn RSA1. I am doing this after 'Transfer Data Sources' in R/3 and I can now see all the data sources (under the application component hierarchy) for the source system. But I am not able to see the Info Objects in the Business Content.
    When I try to set R/3 as the default source system (got this screen after clicking a icon in the standard tool bar), BW is not saving the settings ie., I set the R/3 as the default and then click on OK. If I go back to the same screen again, I find that my settings were NOT saved.
    Could you please help me out?
    Thank you.

    Hi,
    It seems to be a bug in version 3.5.
    Do like this:
    After you open the screen to <i>choose the dafault source system</i>
    Clcik on 3rd button(F6) available in the bottom of the scrreen.
    And then select teh tick mark for required system.
    And then click on Continue button
    You have do this step before you drop the cube to right side of the cube.
    Ok, even after all these steps , if you reopen the screen you would not see Tick mark u have done just before. DONOT WORRY ABT it.
    Drag and drop required cube with dat flow before.
    Now you can see the Transfer rules with selected Source system only in the collected Objects.
    With rgds,
    Anil Kumar Sharma .P

  • Error: Source system already exists. Message no. RSAR201. Points rewarded.

    Error: Source system already exists. Message no. RSAR201
    We have installed a BI 7.0 system recently and I am setting up the server to connect to SAP ERP.
    In TA SM59 a connection to the SAP ERP has been established. The “Remote Logon” is OK, (meaning clicking it nothing happens). The “Connection Test” is OK.
    According to the Best Practices paper: “B84: BI Connectivity” (B84)
    http://help.sap.com/bp_biv170/BBLibrary/documentation/B84_BB_ConfigGuide_EN_DE.doc
    I have done the following:
    In TA RSA1
    1.     Choose Modeling.
    2.     Choose Source Systems.
    3.     Select SAP in the window on the right.
    4.     Choose the Context menu (right mouse click).
    5.     Choose Create.
    6.     Make the following entries:
    Available destination: (The above tested connection)
    Background user in source system: RFCUSER (I created the user in ERP according to step 1.4 in “B84”)
    Password for source system: *****
    Background user in BI: RFCUSER (I created the user in BI according to step 1.4 in “B84”)
    Password for BI user: *****
    8.     In the dialog box Please log on as an administrator in the following screen choose Continue.
    9.     Log on to the Source System with your administrator user. Choose the correct client.
    10.     On the dialog box New Source System Connection choose Continue.
    THEN I GET THE ERROR:
    Source system already exists.
    Message no. RSAR201
    What is wrong? I cannot locate any SAP notes to help on this problem.
    Best regards,
    Carsten Pold

    Hello Carsten,
    just some guessing at this point...
    a)
    Is the connection really new? For example, was there another system connected to that ERP, maybe with the same logical name? Or was any of the two systems copied from another system?
    b)
    Authorisations issues in this process may result in strange error messages. Make sure that the admin user in step 9 really has SAP_ALL. There are a lot of complex activities that this user must be able to do (ALE management, RFC access etc.). To exclude issues with the RFCUSER users: If possible, give them SAP_ALL, too. Of course only temporarily for testing.
    c)
    I normally don't use existing RFC destinations. Usually, I let the system create those, too. So maybe it makes a difference if you remove the RFC destinations on both sides and try again. In that case, you will of course have to provide the RFC details when creating the source system connection...
    I hope this brings you forward a little...
    Regards,
    Christian!

  • Source system error - RFC connection failed

    Hi Gurus,
                  I have installed ECC6 on my PC but not when i am trying to created the DS its not allowing me its saying appl comp hierarchy for source susyem "T90*" doesnt not exist.
    so tried going to source system -> done a check for my source system then i got the following errors
    Source system "T90*" is inactive
    Entry in outbound table not found
    Entry in inbound  table not found
    Basic type does not exist
    Check failed for RFC connection T90CLNT090 ; check destination
    can any one tell me how to fix this issue?
    Regards,
    Ravi

    Hi Ravi,
                Did you run appication component hierarchy in source system(TX-RSA9)
    then activate your data source
    then replicate in BW system.
    Check here for BW connectivity with source system.
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/bi/stepbyStepBusinessIntelligence
    Thanks,
    Vijay.

  • Source system (R/3) error while testing from BW

    Hi,
    We are trying to test the source system from BW. We have defined LOGICAL system in R/3 as well as in BW. We have also checked in sm59 for RFC tests and found to be successful in R/3 side as well as BW side. Bur when we tried to activate the R/3 source system in BW side,w e are getting the following errors. Please help urgently.
    1.The following errors occured in source system -  RSAR -374
    2.Result of the destination check: Timed out - RSAR -375.
    Thanks,
    David

    Have a look at this:
    Problem Activating Source system RSAR 374, RSAR 375
    Regards.

  • Multiple DataTargets in a BI 7.0 System to One DataSource in Source System

    Currently, I do not have access to BI 7.0 system.  I am wondering whether it is possible to connect MULTIPLE DataTargets of a single BI 7.0 system to ONE DataSource in the source system?  I have searched the forum, but I couldn't find relevant posts.  If I am not wrong, until BW 3.5, once a DataSource is assigned to an InfoSource, it can not be assigned to any other InfoSource of the same BW system.  I have heard that this has changed in BI 7.0 with the new DataFlow concept. 
    The current requirement is that multiple DataTargets of a single BI system need to get DELTA data from the same DataSource in the source system.  If this is technically possible in BI 7.0, should the source system also support such an assignment (since the DELTA load timestamps are maintained in the source system)?  What source systems currently support this feature, if any?  What are the appropriate tables in the source system that I need to look at to do further investigation?
    All the useful inputs regarding these questions will be rewarded with points.  Let me know if you need any further clarification of the requirement.  Thanks!
    Sameer

    Hi Sameer,
    But since there is only one transformation between the PSA and DataTarget, all the data (irrespective of the indicator) will flow through unless I filter on the "planning stage" indicator
    You can create one transformation between Datasource and ONE DataTarget. But in your case, you have TWO datatargets. So you have to create two DTP's which can have diffrent filter parameters.
    You can fill two different targets ( cube1: before manual update, cube2: after manual update) using your datasource.
    For this, you need to create two transformation. Keep in mind, everytime you create a transformation you must create a DTP for data movement.
    So you will have:
    DS1 -- TRANS1-- DTP1 --Cube1
    DS1 -- TRANS2DTP2Cube 2
    In DTP1 set  filter for indicator :X and DTP2 set  filter for indicator :Y. Both DTP1 and DTP2 should work in delta mode.
    I would suggest you to create one initialization for your DS1. if it is not possible create two infopackages for two initializations. I suppose you have the indicator in selection parameters of infopackages.
    Derya

  • HELP!! Create source system failed in BW ( ORA-01403: no data found)

    Hi,
    I cannot create Oracle DB as a source system in my BW (7.01).
    In system log, I got the following information.
    ============================
    Database error 1403 at CON
    > ORA-01403: no data found
    ============================
    How can I fix this issue?
    It's kind of urgent.
    Thanks!
    Regards,
    Steven
    Edited by: Wen Steven on Sep 30, 2011 6:09 PM

    Hi Steven,
    Please check the below thread
    SQL/Buffer trace RC=1403
    Regards,
    Venkatesh

  • Create SAP Source System Failed

    Hi all,
    We are using NetWeaver 2004s BI and try to connect to ECC 5.0. I tried to create SAP source system but got error message saying "RFC user logon failed". When I check RFC destination in ECC 5.0 for BI, the test connection is ok, but the remote logon will pop up another logon screen asking for id and password. I am pretty sure that the id and password in RFC destination is correct. The RFC destination in BI is ok. Can you help me out with this? Thanks a lot in advance.

    Hi,
    Check the Default Logon <b>Client</b> for ECC 5.0
    and verifiy that the User is in the Same Client
    Each RFC destination has a mapped user for specific Client..Check the Client and User in the same client
    regards
    Happy Tony
    Message was edited by: Happy Tony

  • No data in source system

    Hi at all,
    I extrakted initial data from source system and get a      warning "No data in source system". I checked the system and it is ok. Plz help me

    Hi
    Yep ,,, if u do and delta after Init ...the records it will fetch is 0records
    IF there are no changes happend in r3 then u wont get the data ..
    So, Go to the R3
    1) check ur delta queue in R3
    2) or RSA3 and test extract for ur datasource in the D mode and also select ur sourcesystem as the BW sstem
    u have to get 0 records
    hope it helps
    regards
    AK

Maybe you are looking for

  • In what QOS does the receiver SOAP adapter work BE or EO?

    Hi, In what QOS does the receiver SOAP adapter work BE or EO? My guess is that it is by default EO, if so how do i make it work like synchronous? There is no option to set it explicitly. Thanks] Shakthi

  • How to call jsp?

    Hi all, I have two jsp file in my project test1.jsp and test2.jsp. I listed some link in test1.jsp using htmlB link control. If I click that link it will go to the java file there some action will taken then that will set second jsp file as result. L

  • Multi-Take Cycling Audio Missing Revisited...

    Apologizes for all the typos in a previous email on the multi-take recording audio missing. I have since done some research and have better terminology to use so I'll restate. I believe this could be a bug and want folks to be aware of it at the very

  • Download of iTunes songs fails.  Tap to retry fails help!

    Hi All, I have just tried to download 4 songs from iTunes using my iPod touch however in the downloads area of iTunes the 4 songs are sitting & it states 'download error tap to retry'. I have retried a number of times but the same error appears. I ca

  • Authorization check for plant

    Guys, I need to creat an authorization object with field Plant In my user exit I need to check for that particular plant , if authorized proceed else exit. how can achive this. Please provide me the Step by step procedure. Appropriate answers willb e