Activating data in DSO got dump SAPSQL_EMPTY_TABNAME after BW system copy

Hi all,
We had an issue after system copy.
After a system copy the data in the standard DSOs(all of them) cannot be activated. The DOSs themselves are active, the transformations are active but if one attempts to load data and activate u2013 it does not work. The job terminates with shortdump SAPSQL_EMPTY_TABNAME.
Found the issue is caused by u201Cmore than one versionu201D of the change log.
We tried the Program RSAR_RSTSODS_CHANGELOG_VRS but it didn't work.
We had the solution like this:
After activating the DSO itself(the object) using RSDG_ODSO_ACTIVATE the issue disappears and the data can be activated. Issue also disappears. BUT Drawback: Activating the DSO causes the transformations to deactivate.Then we used the program RSDG_TRFN_ACTIVATE to activate all transformations. And then the issue disappeared.
Want to know what the root cause for this. From some SDN threads, mentioned BDLS job in the post refresh steps are not correctly done during system copy may cause this issue. How did the BDLS run wrongly cause this issue? And what is the exact correct way? We ran BDLS for each source systems inlcuding the target refreshed BW system itself by the default selection - conversion of Client-Dependent and Client-Independent Tables; because we used database copy
for the system refresh.
We also restored all source systems in RSA1 inlcuding the refreshed BW system own in the post-refresh steps.
Thank you very much for your information and suggestion.
Heming

Hi Arun, as you say two change log tables it´s strange. In fact in my opinion it´s not right but the problem is that the second change log table appears after executing std SAP report RSDG_ODSO_ACTIVATE in order to be able to activate the DSO. So the solution provided by SAP it works but i´m not sure if the right one. Besides this the original change log table is full of data while the second one is empty... for new loads which are gonna a be filled  by the activation process ? I suppose the second one... will this have some impact with the data stored in the first one... not in theory but.... i do not feel confortable with the consequences of this report.
And the most important, it seems that the reason why the DSO and the change log table had problems is due to a some problems or missing steps after executing the BDLS after BW system refresh but nobody can confirm this point...
So, i´ve been able to solve the issue but now i have two change log tables for the same DSO.
Anybody has the same situation after executing the above mentioned SAP std report ?
Regards,
Joaquin Casas Baca-Castex

Similar Messages

  • Invalid character error while activating data in DSO.

    Hi Experts,
    We are facing an issue with presence of invalid characters in data from source. This throws SID generation error while activating data in DSO. Long text of error shows like this:
    "Value " ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ" (HEX 000D0120012001200120012001200120012001200120012001) of characteristic  contains an error at position 1"
    Also we've tried adding the character " Ġ " in TCode RSKC, but it then shows as a rectangle box which I'm not able to copy manually(looks like a blank space or something of that sort).
    We've tried implementing routine to remove special characters while loading data, but still it fails. Due to huge amounts of data, its practically unfeasible to check each record manually.
    Any useful suggestions will be acknowledged.
    regards,
    anoop

    Hi,
      We are using following code for the same purpose. U can use it at infoobject level mapping. This code will check value of each character in the data coming, whether it is in RSKC, if it is a allowed one then it will be passed as it is. Otherwise it will replace that character by space.
        data: l_d_length like sy-index,
                 l_d_char type c,
                 l_d_index type sy-index,
              l  oopx like sy-tabix.
        data : xinfobj(30) type c value 'RABC'.    -> this is ur infoobject name
        clear : result.
        call function 'CONVERSION_EXIT_ALPHA_INPUT'
          exporting
            input  = tran_strucutre-XYZ     -> object name in ur structure
          importing
            output = result.
        l_d_length = strlen( result ).
        do l_d_length times.
          l_d_index = sy-index - 1.
          l_d_char = result+l_d_index(1).
          call function 'RSKC_CHAVL_OF_IOBJ_CHECK'
            exporting
              i_chavl                 = l_d_char
              i_iobjnm                = xinfobj
        I_S_COB_PRO             =
        I_T_COB_PRO_CMP         =
           exceptions
             chavl_not_allowed       = 1
             others                  = 2
          if sy-subrc <> 0.
            result+l_d_index(1) = ' '.
          endif.
        enddo.
    Regards;
    Jitendra

  • ST02 shows multiple servers after heterogenous system copy

    We're facing a strange behaviour in ST02 after a system copy using MaxDB backup/restore with SWPM (backup was from our production system). When we click on history, no data is shown:
    We have to click on "-> Server", then the data is shown:
    Does anyone know how to make history work?

    Hello Alwina,
    Thanks for the help.
    Mine is EHP7 NW 7.4, standard system, cent serv instance(Mes Serv & Enqueue server), primary app server (Dia Bg Up Spo) runs on the single host along with Oracle DB 11.2.0.4.
    In my rest of the systems also I have the same notations, server name its in upper case and hostname is in lower case (ofcourse they are of other netweaver release) for SM51.
    niping results
    Hostname/Nodeaddr verification:
    ===============================
    Hostname of local computer: EUSAPADHR01                      (NiMyHostName)
    FQHN of local computer: EUSAPADHR01.dfs                      (NiGetOwnFQDN)
    Lookup of hostname: EUSAPADHR01                              (NiHostToAddr)
        --> IP-Addr.: 10.170.83.88
    Lookup of IP-Addr.: 10.170.83.88                             (NiAddrToHost)
        --> Hostname: eusapadhr01.abc
    Lookup of hostname: EUSAPADHR01                              (NiHostToAddr)
        --> IP-Addr.: 10.170.83.88
    Lookup of IP-Addr.: 10.170.83.88                             (NiAddrToHost)
        --> Hostname: eusapadhr01.abc
    Yes initially it gives 8 characters in the text.
    But in the actual values it is like eusapadh_HRP_40..
    Hope you understand my case.
    Ok so implementing the note would fix this ST02 history issue - confirm?

  • How to stop jobs after a system copy

    Hi All,
    After doing a system copy from the Production system to some test system, all the jobs that are supposed to be triggered in the production server will also trigger in the test system which is not good.
    For example, If we have a payroll running every month. After i do a system copy the same payroll will also be triggered in the test server which is un acceptable.
    How do we go about it and what are all the steps that we need to follow after a system copy?
    Points will be rewarded.
    Thanks
    Vijay

    Hello Vijay,
    you surely need background processes in a running system.
    But you can start a SAP system without any background processes.
    When the system is up you go to sm37 and delete (or de-release) all the jobs you don't need in the target system. Then set the number of batch processes to the amount you want and restart the system.
    Alternatively you can prepare your source system accordingly with the SAP System Copy Guide - Section 3.2 Technical Preparations:
    "Set all released jobs from Released to Scheduled:
    Tools -> CCMS -> Background Processing -> Jobs - Overview and Administration (transaction SM37)
    You also need to do this for jobs that must run periodically (see SAP Note 16083).
    Select all jobs (include start after event) as follows:
    Job -> Released -> Scheduled"
    I think the best way for you is to read this guide!
    Everything is explained very well there.
    Goto:
    https://service.sap.com/systemcopy
    In the left tree select:
    -> SAP Netweaver
    -> SAP Netweaver in Detail
    -> Software Life-Cycle Management
    -> System Copy & Migration
    -> Media Library
    There are all the Guides for the current releases.
    Regards, Michael
    Message was edited by:
            Michael Teubner

  • Problem in Activating from  New data to Active data in DSO

    Hi All,
    For   my DSO I am fetcdhing some fields from other DSO table ,    through END Routine ,. After  running the DTP , I am getting data for the fileds which i am fetching through routine in New data Table.
    After Activating the New data table to Active data table I cant able to see my data.
    ie in Active data table there is no data for the fields which i am fetching through end routine after activating the request . One more thing my request is activated sucessfully.
    it shows ready for reporting.
    Please help me on this................................

    Hi ,
    After unchecking the checkboxes mentioned in my previous post and still if you dont find data in active table then I think the problem might be  because of Database Statistics not being up-to-date for your ODS tables which causes a delay in data load completion process. You can try refreshing the Database Statistics of your ODS both tables and indexes (active data table, change log table and new data table). This probably may resolve your problem.
    Srikanth.

  • Error while activating data in DSO

    Hi Gurus, While activating I am getting these 2 messages "Error when assigning SID: Action VAL_SID_CONVERT table 0FISCPER" and the other message is "Fiscal year variant K4 not expected" and in some other Data Packages I am getting "Error when assigning SID: Action VAL_SID_CONVERT table 0FISCPER"
    Kindly help in this matter.

    Hi,
    Try these threads.
    Error when activating data in 0FI_GL_04 ODS (SIDS)
    Unable to activate data in DSO
    Error when assigning SID : Action VAL_SID _CONVERT table
    Can'T Activate ODS Data
    FI error in rspc chain
    Same issue as yours.
    Hope this helps.
    Thanks,
    JituK

  • How do i determine the date of activation of active data in DSO?

    Hi,
    I just want to know how do i determine the date of activation of active data in a given DSO?
    thanks,
    yoly

    Hi,
    if you are using BI 7.0 than you use RSA1.
    Select the infoprovider you want to check.
    Right mouse click and select manage.
    Click the Contents tab.
    Click on the logs button lower left part of the screen and select Activation of Loaded DSO Data.
    This should give you the information that you are looking for.
    regards,
    Raymond Baggen
    Uphantis bv

  • Error activating of new data to active data in DSO?

    hi friends,
    in DSO i want move data from new data to active data , i selected request num and trying to activate, i am getting error, how can i solve it.
    Activation of Data / 24.07.2007 / 18:56:08
    Time limit exceeded. No return of the split processes
    Resource error. No batch process available. Process terminated
    Resource error. No batch process available. Process terminated
    SID Generation
    Resource error. No batch process available. Process terminated
    Preprocessing and Postprocessing / 24.07.2007 / 19
    Activation of M records from DataStore object DSO_ANI terminated
    ple let me know how can i solve
    regards
    suneel.

    Hi Suneel,
    I think this problem remains unanswered.
    The issue behind this problem is, during parellel activation the child jobs acknowledge the parent job about status. If the child job takes long time to read data from active data table, then it times out and fails.
    Check the primary index on Active data table and it should be missing in your case. See the se11 index or db02 missing indexes. That is the reason that causes time out. Rebuild the primary index by asking your basis folks and repeat the activation. It should succeed.
    Thanks,
    Sri.

  • 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

  • DB13 SQL error -942  after homogenous system copy

    Dear all,
    I've performed hpmogenous system copy from the productiion system running on ECC 6.0 Oracle 10.2.0.4 and HP-UX 11.31.
    Then after finishing all post homogenous system copy activites I've tried to start check db in DB13 and I got this error message.
    In sqlplus from the server I checked this SELECT and it shows the appropriate rows. But from DB13 there is the error message.
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000360, user ID RPO)
    Execute logical command BRCONNECT On host sapds
    Parameters: -u / -jid CHECK20111024152519 -c -f check
    BR0801I BRCONNECT 7.00 (52)
    BR0477I Oracle pfile /oracle/TST/102_64/dbs/initTST.ora created from spfile /oracle/TST/102_64/dbs/spfileTST.ora
    BR0280I BRCONNECT time stamp: 2011-10-24 15.25.24
    BR0301E SQL error -942 at location BrLicCheck-51,SQL statement:
    'SELECT COUNT(*), NVL(SUM(BLOCKS), 0) FROM SYS.SEG$ WHERE USER# = 28'
    ORA-00942: table or view does not exist
    BR0806I End of BRCONNECT processing: cehbjvyf.chk2011-10-24 15.25.24
    BR0280I BRCONNECT time stamp: 2011-10-24 15.25.25
    BR0804I BRCONNECT terminated with errors
    External program terminated with exit code 3
    BRCONNECT returned error status E
    Job finished
    Does anyone knows why?
    Thanks in advance.
    Ruzica

    Solved
    sapdba_role needed to be performed again
    sqlplus /nolog @sapdba_role R3
    This solves the problem
    Ruzica

  • Cannot activate 3.5 transfer structures after BI system copy

    We have just completed our first BI system copy (database-specific) from our BI-Production to BI-QA system to refresh database.  Have followed the Homogenous System Copy Procedure provided by SAP for Netweaver 7.0, DB2 for LUW.  Have been able to reactivate all 7.0 content, but 3.5 transfer structures cannot be activated because the transfer structure tables are not in the ERP QA source system.  All 3.5 transfer structures were working prior to the BI system copy.  Can anyone provide some guidance.  Have issued an OSS Note with SAP, but that can take some time to get resolution.  Is there any other resolution than converting 3.5 to 7.0 as this is half of our data?
    Thanks for your response!

    See SAP Note 493422.  Works like a charm.

  • Authority issues after homogeneous system copy - as/400 v5r1 - R/3 4.6C

    Hello,
    I am trying to complete a homogeneous system copy of an R/3 system.
    The source system is PRD - the target system is TST.  The hardware platforms are different (both iSeries) but the kernel/pdf/OS patch levels are all identical.
    The process I have follow so far is this:
    1. Preprocessing of the R3PRDDATA library.
    2. SAVLIB of R3PRDDATA.
    3. Delete old R3TSTDATA lib on target system using QSECOFR
    4. Create new R3TSTDATA using SQLUTIL as TSTOFR (TSTOFR is my user for the target system)
    5. CHGOBJOWN OBJ(R3TSTDATA) OBJTYPE(*LIB) NEWOWN(TSTOFR)
    6. GRTOBJAUT OBJ(R3TSTDATA) OBJTYPE(LIB) USER(SAP02) AUT(CHANGE)
    7. Detach existing Journal, create new journal receiver, create new journal ...
    DLTJRN JRN(R3TSTDATA/QSQJRN)
    DLTJRNRCV JRNRCV(R3TSTJRN/QSQJRN0001)
    CRTJRNRCV JRNRCV(R3TSTJRN/QSQJRN0001) THRESHOLD(500000)
    CHGOBJOWN OBJ(R3TSTJRN/QSQJRN0001) OBJTYPE(*JRNRCV) NEWOWN(R3OWNER)
    CRTJRN JRN(R3TSTDATA/QSQJRN) JRNRCV(R3TSTJRN/QSQJRN0001) MNGRCV(SYSTEM) DLTRCV(NO)
    CHGOBJOWN OBJ(R3TSTDATA/QSQJRN) OBJTYPE(*JRN) NEWOWN(R3OWNER)
    8. RSTLIB from tape.
    9. AS4FIXFILE on R3TSTDATA with
       DBLIB         R3TSTDATA
       CHGOWN   *NO
       ENDJRN      *YES
       STRJRN      *YES
       CHGFILE     *NO
    10. install license key
    So from this point the system will start without a problem.  However whenever I try and write something to the database I get this type of error (via SM21 or ABAP dump) message:
    ‘Database error -551 at SEL access to table BTCOPTIONS
                Not authorized to object BTCOPTIONS in R3TSTDATA type *file
                Job=378721/TST02/WP02’
    Database error text........: "Not authorized to object SCPRACTR in R3TSTDATA  
    type *FILE. Job=379089/TST02/WP00"                                           
    I have also run GRTOBJAUT for the - TST02 user on the R3TSTDATA lib but still the same problem.
    I'm certain the issue is related to the user on the 400 that is actually used by the work processes, and that user does not have the relevant rights to R3TSTDATA.
    Any suggestions on how to resolve this problem will be humbly received.
    Many thanks, Colin

    Hi,
    step 9 is wrong ;-(((
    old:
    9. AS4FIXFILE on R3TSTDATA with
    DBLIB R3TSTDATA
    CHGOWN *NO
    ENDJRN *YES
    STRJRN *YES
    CHGFILE *NO
    correct:
    9. AS4FIXFILE on R3TSTDATA with
    DBLIB R3TSTDATA
    CHGOWN *YES    <<<<<
    ENDJRN *YES
    STRJRN *YES
    CHGFILE *NO
    it NEEDS to run with QSECOFR !!!
    => it will work !
    GRTOBJAUT on all objects is rubbish only !!! no real solution!!!
    Regards
    Volker Gueldenpfennig, consolut international ag
    http://www.consolut.de - http://www.4soi.de - http://www.easymarketplace.de

  • Update integration directory and repository content after PI system copy

    We are on PI 7.1, We are trying to figure out the best way to update the contents in sld, integration directory and repository after system copy. currently we delete everything in sld, ID and IR then reimport all the content to get everything in-sync. Is there an easier way to do it, ex. just update the system in sld and the matching contents in IB and IR?
    Thanks,
    Jane Zhou

    Hi Jane
    This completely depends on the nature of the system copy and your SLD architecture and operational requirements
    Will the source system remain available or operational ?
    Is the target SLD proposing to use satellite systems already defined in the source SLD ?
    When doing a system copy the following should be considered
    1) If you create an import line from a previous SLD via export or sync
        - that SLD has to continue to be available for further updates or sync
    2) If you create a system copy, any target specific configuration like hostname, port, SID
         may needed to be adapted in target landscape
    3) Further considerations are needed if 1 satellite will point to 2 SLDs at the same time both for operational use
    Its very easy to take a back-up or full or partial import from one SLD and put it into another or indeed sync between SLDs
    however the key is to ensure the target SLD content is consistent and useable in the same way as the source SLD
    Hope this helps
    Stuart

  • Infopackages are missing after an system copy from Prodution to Quality

    Hi SAP Gurus,
    After an DB copy, from BW Prodution to Quality, the infopackages are missing.
    Can anyone can tell me how to get the infopackages from PRD to QAS.
    Thanks,
    Pedro Martins

    Hi
    Casue for package missing
    In some cases infopackages will be missing because of the INIT Delta infopackage will be copied againg from  Production were duplicates are created for the same Init. so in such cases the package will be missing
    During DB copy if any infopackage are created in production at that point of time the system will not take that package into consideration
    inorder to get the package we can do reverse transport (from production to Quality)
    follow the steps as below
    Transporting from BWP TO BWQ : Reverse Transports
    Step1
    Create request in Source System (Eg: BWP) say A and  Collect required objects (infopackage)into request A
    Step2
    Goto TCode : SE09/SE10 --> create a transport of Copies request B (give the user name and tick on transport copies just below the workbentch request)
    Step3
    Check, check box for Transport of Copies and click Create , now the system will prompt one more screen
    Step4
    Now choose Transports of Copies and continue.
    Step5
    Enter required Target system(F4 help available) Eg: BWQ.
    Step6
    Unlock Objects(Tcode : SE03) from Request A and Move Objects to Request B(Tcode SE10).
    Step7
    Delete objects from Request A
    Step8
    Relase the request B (se09)
    Step9
    Now log on to the Target System(Eg: BWQ) import Queue and import request.
    Step10
    In BWQ queue go to menu Request >Forward> give BWD or
    you can directly provide BWD as Target System in Step 2
    Step11
    Go to BWD and import the request.
    santosh

  • System does not come up after homogeneous system copy

    Hi there,
    after a regular system copy of our Java-only Portal the system does not come up.
    'startsap' warns with these messages :
    Warning : /usr/sap/SPE/JC51/j2ee/cluster/bootstrap/../server0/bin/ext/jdbdictionary/jddi.jar file stated but does not exist !
    Warning : /usr/sap/SPE/JC51/j2ee/cluster/bootstrap/../server0/bin/ext/antlr/antlr.jar file stated but does not exist !
    Warning : /usr/sap/SPE/JC51/j2ee/cluster/bootstrap/../server0/bin/system/frame.jar file stated but does not exist !
    and, yes , these really important directories do not exist - under /usr/sap/<SID>/JCxy/j2ee/cluster/server0 there is
    only ONE directory , which is 'apps' .
    database starts, but not the j2ee engine
    OS :Solaris 10, Oracle DB
    I'm confused (i did the system copy 2 times, because I did not believe what I saw ....)
    Regards,
    Ronny

    >
    Sunny Pahuja wrote:
    > Hi,
    >
    > Have you done system refresh with sapinst ?? was it successful or not ?? Could you please paste dev_server, std_Server and dev_dispatcher logs here ?
    >
    > Thanks
    > Sunny
    Hi Sunny,
    thanx for your answer.
    There are NO logs, either dev_server* nor dispatcher.
    the only thing I found were under the work-directory, the dev_jcmon says :
    [Thr  1] Wed Oct 27 11:01:40 2010
    *[Thr  1] *** ERROR => Can't attach to administration shared memory (rc = 3) [jcmonxx_mt.c 228]*
    and the bootstrap says mainly that it could not find the framework :
    [Thr  1] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr  1] JLaunchRequestQueueInit: create pipe listener thread
    [Thr  2] JLaunchRequestFunc: Thread 2 started as listener thread for np messages.
    [Thr  3] WaitSyncSemThread: Thread 3 started as semaphore monitor thread.
    [Thr  1] Tue Oct 26 10:00:01 2010
    [Thr  1] SigISetDefaultAction : default handling for signal 18
    [Thr  1] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr  1] CPIC (version=701.2009.01.26)
    [Thr  1] [Node: bootstrap] java home is set by profile parameter
            Java Home: /usr/java
    [Thr  1] JStartupICheckFrameworkPackage: can't find framework package /usr/sap/SPE/JC51/exe/jvmx.jar
    That make 'sense', because there is nothing  it could find ..
    Regards Ronny

Maybe you are looking for

  • My bill is to double billing. What to do?

    Neste mês, minha fatura chegou com cobranças duplicadas. Uma consta que foi gerada no dia 24/12, porém, a mesma foi paga no mês de Janeiro. Resolvam isso, por favor! This month, my bill arrived with duplicate charges. One states that was generated on

  • How to play .dav files in macbook pro?

    I have a dvd containing files with extension .dav . It does not play in the macbook. Will appreciate some help!

  • Mail and Wireless Router issue?

    Hi, I recently switched from a Linksys router which had no wireless capability to a Beklin N+ wireless router. When I received mail (Gmail) in Mail through my old Linksys, it would arrive with little to no delay. However, now when I receive email thr

  • If i bought a new mac, can i upgrade my old one for free aswell?

    I bought a Retina Macbook Pro, which i can upgrade for free to Mountain Lion. I haven't received my Redeem code, so I'm wondering whether that will work on all my old Macs anyway. Cause if it only works with the newly bought MBP, I might aswell buy M

  • When saving sales order Error determining local currency: ER type 'M' date

    Hi experts we have created new sales area for intercompany billing process. we are doing testing for this. Update was terminated     after saviing sales order express document update was terminated received from author sales order Error Info...   M2