RSB ERROR LOG DELETION

DEAR EXPERTS ,
        I HAVE A SCENARIO ON DELETION OF RSB ERROR LOG TABLE TO USE  MY DB SPACE  EFFECTIVELY . COULD U PLZ  SUGGEST THE PROCEDURE .

Note: SAP recommends to delete error logs for DTPs that has more than 300,000 data recs
Step 1: Execute program u201CRSB_ANALYZE_ERRORLOGu201D from SE38. Result will show you list of DTPs with no. Data Recs.
               From this u should note down the DTP (say DTP_XXXXXX) that has highest no. of data recs
Step 2: From SE16...Table u201CRSBKREQUESTu201D, (filter DTP: DTP_XXXXXX). This will show entries for that particular DTP. If u 
               scroll to right u can see datasource (column: SRC) name.
Step 3: From SE38 execute Program u201CRSBM_ERRORLOG_DELETEu201D,
                enter Date ranges ,
                DTP : DTP_XXXXXX
               Select check box for 'Delete Log' and Execute.

Similar Messages

  • RT system error logs - delete session not working

    I cannot seem to delete the error logs in my RT system. I right-click, view the logs and select "delete session" they disappear. I select "done". But when I right click to view the log again they're back. Ideas? Thanks in advance.
    PaulG.
    "I enjoy talking to you. Your mind appeals to me. It resembles my own mind except that you happen to be insane." -- George Orwell

    Hi Paul,
    Which version of Real-Time are you working with? Do you have any other RT systems that are demonstrating the same behavior?
    Best regards,
    -Tim

  • DML Error logging with delete restrict

    Hi,
    I am trying to log all DML errors while performing ETL process. We encountered a problem in the process when one of the on delete cascade is missing in child tables but I was curious to know why we got that exception to the calling environment because we are logging all DML errors in err$_ tables. Our expectation is when we get child record found violation then that error will be logged into ERR$_ tables and process will carry on without any interruption but it interrupted in the middle and terminated. I can illustrate with below example
    T1 -> T2 -> T3
    T1 is parent and it is s root
    Create table t1 (id number primary key, id2 number);
    Create table t2(id number references t1(id) on delete cascade, id2 number);
    create table t3 (id number references t2(id)); -- Missing on delete cascade
    insert into t1 as select level, level from dual connect by level < 20;
    insert into t2 as select level, level from dual connect by level < 20;
    insert into t3 as select level from dual connect by level < 20;
    exec dbms_errlog(t1);
    exec dbms_errlog(t2);
    exec dbms_errlog(t3);
    delete from t1 where id = 1 log errors into err$_t1 reject limit unlimited;   -- Child record found violation due to t3 raised but I am expecting this error will be trapped in log tables.
    delete from t2 where id =1 log errors into err$_t2 reject limit unlimited; -- Got the same error child record violation. My expectation error will be logged into log tables.
    I am using Oracle 11gR2.
    Also, Please let me know if there is any restrictions to use DML error logging in DBMS_PARALLEL_EXECUTE.
    Please advise
    Thanks,
    Umakanth

    What is the error you want me to fix? Missing on delete cascade?
    The Code you posted has multiple syntax errors and can't possibly run. You should post code that actually works.
    My expectation is all the DML errors will be logged into error logging tables even if it is child record found violation.
    delete from t1 where id = 1 log errors into err$_t1 reject limit unlimited;  -- Child record found violation due to t3 raised but I am expecting this error will be trapped in log tables.
    delete from t2 where id =1 log errors into err$_t2 reject limit unlimited; -- Got the same error child record violation. My expectation error will be logged into log tables.
    DML error logging logs DATA. When you delete from T1 there is an error because the T2 child record can NOT be deleted. So the T1 row that was being deleted is logged into the T1 error log table. The request was to delete a T1 row so that is the only request that failed; the child rows in T2 and T3 will not be put into log tables.
    Same when you try to delete from T2. The T3 child record can NOT be deleted so the T2 row that was being deleted is logged into the T2 error log table.
    The exceptions that occur are NOT logged, only the data that the DML could not be performed on.
    After I fixed your code your example worked fine for me and logged into the DML error tables as expected. But I wasn't doing it from a client.

  • Deleting Error Logs: It is fine to do it?

    Today my Messenger: Mac 8 Beta application crashed and created an error log, I sent it to apple. After that, I was able to find the location of the file in the system/library/logs/ in a "Error Diagnostic" (I don't remember the name of the folder) folder. Since I sent the report to apple, I went and sent the folder into the trash and emptied it, the folder was created at the time of the crash that was at 12:06pm and I remember not seeing that folder there before the application crash (I reinstalled OSX yesterday).
    Did I do wrong by sending this log to the trash and deleting it?

    It won't cause any problems, no; not that the logs usually take up much space.
    HD/Library/Logs/ or Home/Library/Logs/ is where any crashes/hangs usually end up - either in CrashReporter or DiagnosticReports.

  • HT1339 i cant log into instagram fro my ipod it says error & connection to log in server is in error. i deleted & installed the app again. it still wont allow me to log in what can i do ?

    i cant log into instagram fro my ipod it says error & connection to log in server is in error. i deleted & installed the app again. it still wont allow me to log in what can i do ?

    iOS: Troubleshooting applications purchased from the App Store
    Contact the developer/go to their support site
    Restore from backup. See:
    iOS: How to back up
    Restore to factory settings/new iPod

  • Error while deleting the Master data

    Hi Friends,
    i am getting the below error while deleting the data from a master data:-
    The system is unable to delete all of the specified master data,because some of it is still in use. (See log:Object RSDMD, sub-object MD_DEL )
    Do you want to delete the data records that are no longer in use?
    Could you guide how should i proceed to delete the data.
    Regards,
    Hirdesh

    Hi Hirdesh,
        If you are using master data in someother data targets u cant delete master data.So first you have to delete the data in data targets where this particual master data object is used, then remove the data in master data object.
    Regards
    Prasad

  • Error logs in job releases forecast from DP to SNP-"Matl does not exist"

    Hi Everyone,
    I am facing error logs in the batch job which releases forecast from DP to SNP
    Forecast release job - Weekly - Through background job
    Forecast category - FA
    Error 1: - Characteristic combination appears on batch job log with an error that
    "GMC does not exist " Even though it exist in R/3 and APO
    All products with error message "Product does not exist" from do exist and have Forecast in Product View
    Error 2: - Deleted KCC keep showing up on the Demand Forecast release job log as errors even though they are invalid KCC and were deleted previously. How do they get removed from error log so they don't get created again
    Material does not exist on the APO Product Master, in R3 there is a delete flag and the MRP type is set to X1 ,it does not exist in the APO Product Master and does not exist in R3.
    Request you to kindly provide any way forward which may be causing error logs of the job
    Thanks in advance,
    Mrigendra Sharma

    Hi Mrigendra,
    Please re-initialize the SNP planning area (program : /SAPAPO/TS_PAREA_INITIALIZE) and then check the consistency by executing the program: /SAPAPO/TS_LCM_CONS_CHECK. If you observe any inconsistency in the log/spool, then re-run the program: /SAPAPO/TS_LCM_CONS_CHECK to observe all green.
    It is recommended to run the consistency program after any master data change. The initialization program should be run at least weekly.
    Try transfering the data again from DP to SNP to see if the error reappear.
    Hope this helps.
    Regards,
    Nawanit

  • Error in deleting a B2B Agreement

    While deleting a Agreement, B2B is not allowing me to do it. The below error is in the ui.log file
    2011.05.20 at 05:18:42:744: AJPRequestHandler-ApplicationServerThread-6: UI - (ERROR) oracle.tip.buslogic.ui.agreement.AgreementEventHandler$Delete.handleEvent(): Error -: AIP-16015: Delete of Internal Delivery Channel Usage failed with error: Cannot delete Internal Delivery Channel Usage which is referenced by Participant Delivery Channel
    2011.05.20 at 05:18:42:745: AJPRequestHandler-ApplicationServerThread-6: Repository - (ERROR) Error -: AIP-11301: The MetaClass Internal Delivery Channel Usage does not have the role InternalChannel.InternalDeliveryChannelUsage
         at oracle.tip.model.metadata.CatalogMetaClass.getAssociationByMember(CatalogMetaClass.java:1024)
         at oracle.tip.buslogic.common.AssociationDependencyException.isSubstituteValuesChange(AssociationDependencyException.java:173)
         at oracle.tip.buslogic.common.AssociationDependencyException.getMessage(AssociationDependencyException.java:213)
         at oracle.tip.tools.integration.event.IPEventHandler.getExceptionMessage(IPEventHandler.java:280)
         at oracle.tip.tools.integration.event.IPEventHandler.handleExceptionWithCause(IPEventHandler.java:228)
         at oracle.tip.tools.integration.event.IPEventHandler.handleEventIP(IPEventHandler.java:196)
         at oracle.tip.tools.integration.event.IPEventHandler.handleEvent(IPEventHandler.java:104)
         at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source)
         at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source)
         at oracle.cabo.servlet.event.BasePageFlowEngine.handleRequest(Unknown Source)
         at oracle.cabo.servlet.AbstractPageBroker.handleRequest(Unknown Source)
         at oracle.cabo.servlet.ui.BaseUIPageBroker.handleRequest(Unknown Source)
         at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source)
         at oracle.cabo.servlet.UIXServlet.doGet(Unknown Source)
         at oracle.cabo.servlet.UIXServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:835)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:341)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:816)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:231)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:136)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    2011.05.20 at 05:18:42:745: AJPRequestHandler-ApplicationServerThread-6: Repository - (ERROR) Error -: AIP-11301: The MetaClass Internal Delivery Channel Usage does not have the role InternalChannel.InternalDeliveryChannelUsage
         at oracle.tip.model.metadata.CatalogMetaClass.getAssociationByMember(CatalogMetaClass.java:1024)
         at oracle.tip.buslogic.common.AssociationDependencyException.isSubstituteValuesChange(AssociationDependencyException.java:173)
         at oracle.tip.buslogic.common.AssociationDependencyException.getText(AssociationDependencyException.java:263)
         at oracle.tip.common.IPException.getMessage(IPException.java:434)
         at oracle.tip.buslogic.common.AssociationDependencyException.getMessage(AssociationDependencyException.java:220)
         at oracle.tip.tools.integration.event.IPEventHandler.getExceptionMessage(IPEventHandler.java:280)
         at oracle.tip.tools.integration.event.IPEventHandler.handleExceptionWithCause(IPEventHandler.java:228)
         at oracle.tip.tools.integration.event.IPEventHandler.handleEventIP(IPEventHandler.java:196)
         at oracle.tip.tools.integration.event.IPEventHandler.handleEvent(IPEventHandler.java:104)
         at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source)
         at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source)
         at oracle.cabo.servlet.event.BasePageFlowEngine.handleRequest(Unknown Source)
         at oracle.cabo.servlet.AbstractPageBroker.handleRequest(Unknown Source)
         at oracle.cabo.servlet.ui.BaseUIPageBroker.handleRequest(Unknown Source)
         at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source)
         at oracle.cabo.servlet.UIXServlet.doGet(Unknown Source)
         at oracle.cabo.servlet.UIXServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:835)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:341)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:816)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:231)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:136)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    Please help me with this.
    Note B2B - Version 10.1.2.3
    Regards
    Ayush

    Hi Ayush,
    First of all make sure that you are not facing this issue because of low memory (please refer metalink note ID 738806.1). If issue is not with memory, then you may try to execute the SQL's I mailed to delete the agreements.
    Regards,
    Anuj

  • Hi, I cant login to the facebook app on my iphone 5 ios 6.0.2.  I keep getting an error message saying 'There was an error logging in using single sign on' when im asked to log in again i get a 'session expired' message.  This only started happening yeste

    Hi, I cant login to the facebook app on my iphone 5 ios 6.0.2.  I keep getting an error message saying 'There was an error logging in using single sign on' when im asked to log in again i get a 'session expired' message.  This only started happening yesterday. Anyone else having this problem? Thanks.

    I am having the same problem and took the following steps to mitigate it to no avail.
    1. I deleted the Facebook app on the phone and turned off Facebook in the iPhone's system-wide settings.
    2. I re-enabled Facebook in the iPhone's system-wide settings and reinstalled the Facebook app and logged in again. It worked. For about an hour.
    3. I completely restored the phone to a previous backup (before the problems started) and reenabled Facebook .... reinstalled the app.... and now it works intermittenly. But it hasn't worked in about 12 hours now (just tried a few minutes ago).
    Please advise.

  • Error log in Process chains...

    hai friends,
    am getting this error log messages while running the process chains...
    There is a discrepancy between the confirmation and deletion of qRFC-LUWs
    Message no. RSQU016
    Diagnosis
    When data was confirmed and deleted in the qRFC queue, the system found a discrepancy between the number of newly confirmed LUWs (                                               2282) and the number of LUWs to be deleted (                                               3424).
    Where more LUWs are to be deleted than were previously confirmed, a previous delete attempt was terminated.
    The LUWs were confirmed but not completely deleted from the qRFC and tRFC tables. The confirmation already ensures that the data is not transferred into the BW again with a subsequent request.
    Delta extraction was continued.
    Procedure
    You do not need to do anything urgently.
    If the message also arises during all subsequent delta requests, contact SAP Support with the message number at hand. In this case, there is a danger that the qRFC and tRFC tables run at full capacity, which may also affect other applications.
    please help me friendds...

    Refer to the OSS note: 583086
    Also you can refer to the smililar kind of discussion in this link:
    Discrepancy between the confirmation and deletion of qRFC-LUWs
    Hope this helps..

  • CCM related - error while deleting item  from supplier catalog

    Hi experts,
    I am using CCM 1.0 SP5 and the format of file uploading is in .xls. I am trying to delete one item with deletion indicator 'X' in excel file. Item is present in Supplier catalog. Still while going to delete the item, in the display log it is showing error as:
    "Catalog item VZ312-5MD4E80865694B29B66E2C7CEA4A4D4E4E not found" and "Error when deleting catalog item VZ312-5MD4E80865694B29B66E2C7CEA4A4D4E4E". Though i checked the item is present in the supplier catalog. replaced the item in excel with the existing in CCM, still the same error is coming.
    Please give your suggestions. I am not getting any solution.
    regards,
    charles

    Hi Charles,
    Pl. see whether the following notes help you:
    828553
    841441
    936122
    BR
    Dinesh

  • Regedit Permissions -"Access Denied" or "Error while deleting key" EVEN AS ADMIN!

    Anyone tried deleting a registry key in Windows 7?  Got "access denied" or "Error while deleting key"?
    The usual response is, "You need to run regedit as an administrator".  but I *AM* logged in as Administrator, and running regedit as administrator, trying to assign administrator full permissions on that registry key in order to delete it!!  
    Am I mistaken, or isn't Administrator supposed to be able to administer and control all the settings on the computer, in order to set it up for the "Average Joe" user?
    So, under the permissions menu of that key, go to advanced, change the owner from System to Administrator, and try again.  It's no longer saying "access denied", but "Cannot delete xxxxxx. Error while deleting key".
    The scenario: Basically, the wireless has stopped working on a laptop. The device does not show up in Device Manager, but is in the registry, so the normal procedure is to delete the registry entry for the device in HKLM/System/CurrentControlSet (and /ControlSet001) /Enum/PCI    ,then attach the device or restart the computer, it finds the "new" hardware and reinstalls it. Easy!...
    Not with permission restrictions on the administrator account it's not!  So I need to give myself permission, to give myself permission, to do a simple task like delete a single registry key!  Why, Microsoft, why???!!!  Please just make the Administrator account a hidden "God mode" account that can do anything, and make the lives of us techies much easier in the process!  
    /RANT
    Now, where did I put that XP disc?!....

    Hi,
    I explain you:
    Administrator does not mean "you get all rights to do anything." Administrator happens to be an account (or in your case, most likely the Local Administrators group) which by default is given some sensitive privileges like SeDebugPrivilege and
    similar. However, as far as the security subsystem is concerned, it is just an account. (Very much unlike root in
    Unix-like operating systems) If you aren't the owner of the key in question, and your account does not have WRITE_DAC access
    to the registry key in question, then you won't be able to change the access control list on the key in question.
    Try taking ownership first. By default, the local administrators group has SeTakeOwnershipPrivilege,
    which allows taking ownership of any object even without the WRITE_OWNER permission
    being granted by the object's discretionary access control list. Once you are the owner, you should be implicitly granted READ_CONTROL (which
    allows you to read the security descriptor on the object in question), and WRITE_DAC (which
    allows you to write to the DACL on the key in question). (Assuming the OWNER_RIGHTS SID
    isn't in use; that's extremely unlikely)

  • Error while deleting Instance

    During the deleting of an SAP instance, I receive these messages.  I am using the SAPinst to perform the delete.  I receive this error during the Drop instance phase.  The instance is an SCS instance.  This is the last instance to be removed.  Can anyone give me a work around?
    ERROR 2008-08-25 16:17:16
    FJS-00003  TypeError: instance has no properties (in script NW_Uninstall|ind|ind|ind|ind, line 90104: ???)
    ERROR 2008-08-25 16:17:16
    FCO-00011  The step runCleanIPC with step key |NW_Uninstall|ind|ind|ind|ind|0|0|NW_System_Uninstall|ind|ind|ind|ind|3|0|NW_Instance_Uninstall|ind|ind|ind|ind|2|0|runCleanIPC was executed with status ERROR .

    Satish,
    Yes this is a windows platform 32 bit.
    Thanks for the suggestion, but i do not have the Sneak_Preview\Full\Install in my path. Instead I have
    C:\Program Files\sapinst_instdir\NW04S\LM\UNINSTALL\AS.  I made the change in the control.xml in this directory and restarted the uninstall.  I still have the same result.
    Here is the entire error log.   Maybe you can see another issue here?
    Thanks for your help.
    David
    INFO 2008-08-26 08:57:29
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/LM/UNINSTALL/AS/keydb.xml' to 'C:/Program Files/sapinst_instdir/NW04S/LM/UNINSTALL/AS/keydb.1.xml'.
    INFO 2008-08-26 08:57:29
    Creating file C:\Program Files\sapinst_instdir\NW04S\LM\UNINSTALL\AS\inifile.xml.
    INFO 2008-08-26 08:57:29
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/LM/UNINSTALL/AS/inifile.xml' to 'C:/Program Files/sapinst_instdir/NW04S/LM/UNINSTALL/AS/inifile.1.xml'.
    INFO 2008-08-26 08:57:29
    Execute step fillContext of component |NW_Uninstall|ind|ind|ind|ind|0|0.
    INFO 2008-08-26 08:57:35
    Execute step fillContext of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0.
    INFO 2008-08-26 08:57:35
    Execute step readProductXML of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|Read_Product_XML|ind|ind|ind|ind|1|0.
    INFO 2008-08-26 08:57:36
    Execute step checkRuntimeSystem of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-08-26 08:57:36
    Execute step askStandardMode of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-08-26 08:57:36
    Execute step syncKeydb of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-08-26 08:57:36
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/LM/UNINSTALL/AS/product.xml' to 'C:/Program Files/sapinst_instdir/NW04S/LM/UNINSTALL/AS/product.1.xml'.
    INFO 2008-08-26 08:57:36
    Execute step changeUserInstall of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-08-26 08:57:36
    Creating file C:\Program Files\sapinst_instdir\NW04S\LM\UNINSTALL\AS\change.log.
    INFO 2008-08-26 08:57:36
    Output of change user /install is written to the logfile change.log.
    WARNING 2008-08-26 08:57:36
    Execution of the command "change user /install" finished with return code 1. Output: Install mode does not apply to a Terminal server configured for remote administration.
    INFO 2008-08-26 08:57:36
    Execute step chgautInstdirPublicAllOS4 of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-08-26 08:57:36
    Execute step replaceDLLs of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-08-26 08:57:36
    Execute step registerEventsDll of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-08-26 08:57:36
    Execute step AddPrivileges of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-08-26 08:57:37
    Execute step checkInstDirPermissions of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-08-26 08:57:37
    Creating file C:\Program Files\sapinst_instdir\NW04S\LM\UNINSTALL\AS\testfile.1.
    INFO 2008-08-26 08:57:37
    Removing file C:\Program Files\sapinst_instdir\NW04S\LM\UNINSTALL\AS\testfile.1.
    INFO 2008-08-26 08:57:37
    Execute step DNSCheck of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0.
    INFO 2008-08-26 08:57:37
    Execute step done of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0.
    INFO 2008-08-26 08:57:37
    Execute step fillContext of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_GetSidMaybeProfiles|ind|ind|ind|ind|1|0.
    INFO 2008-08-26 08:57:37
    Execute step collect of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_GetSidMaybeProfiles|ind|ind|ind|ind|1|0|NW_readProfileDir|ind|ind|ind|ind|0|0.
    INFO 2008-08-26 08:57:44
    Found these instances: sid: GTQ, number: 03, name: SCS03, host: dpgtqclvsid: GTQ, number: 02, name: ASCS02, host: dpgtqclvsid: GTQ, number: 00, name: D00, host: dpgtqcl002sid: GTQ, number: 12, name: ERS12, host: dpgtqcl002sid: GTQ, number: 13, name: ERS13, host: dpgtqcl002
    INFO 2008-08-26 08:57:45
    Execute step getMounts of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_GetSidMaybeProfiles|ind|ind|ind|ind|1|0|NW_readProfileDir|ind|ind|ind|ind|0|0.
    INFO 2008-08-26 08:57:45
    Execute step getMounts of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_GetSidMaybeProfiles|ind|ind|ind|ind|1|0|NW_readProfileDir|ind|ind|ind|ind|0|0|NW_getMounts|ind|ind|ind|ind|0|0.
    INFO 2008-08-26 08:57:45
    Execute step updateMountInfo of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_GetSidMaybeProfiles|ind|ind|ind|ind|1|0|NW_readProfileDir|ind|ind|ind|ind|0|0.
    INFO 2008-08-26 08:57:45
    Execute step getProfileDir of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_GetSidMaybeProfiles|ind|ind|ind|ind|1|0|NW_readProfileDir|ind|ind|ind|ind|0|0.
    INFO 2008-08-26 09:01:35
    Execute step fillContext2 of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_GetSidMaybeProfiles|ind|ind|ind|ind|1|0.
    INFO 2008-08-26 09:01:35
    Execute step fillContext of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_GetSidMaybeProfiles|ind|ind|ind|ind|1|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|1|0.
    INFO 2008-08-26 09:01:35
    Execute step fillContext2 of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_GetSidMaybeProfiles|ind|ind|ind|ind|1|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|1|0.
    INFO 2008-08-26 09:01:37
    Execute step isUnicodeFromStack of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_GetSidMaybeProfiles|ind|ind|ind|ind|1|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|1|0|NW_getUnicode|ind|ind|ind|ind|1|0.
    INFO 2008-08-26 09:01:37
    Execute step isUnicodeFromExecutables of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_GetSidMaybeProfiles|ind|ind|ind|ind|1|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|1|0|NW_getUnicode|ind|ind|ind|ind|1|0.
    INFO 2008-08-26 09:01:37
    Execute step isUnicodeFromMsgServer of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_GetSidMaybeProfiles|ind|ind|ind|ind|1|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|1|0|NW_getUnicode|ind|ind|ind|ind|1|0.
    WARNING 2008-08-26 09:01:39
    Connect to message server (dpgtqclv/3902) failed: NIECONN_REFUSED.
    INFO 2008-08-26 09:01:39
    Execute step isUnicodeFromProfile of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_GetSidMaybeProfiles|ind|ind|ind|ind|1|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|1|0|NW_getUnicode|ind|ind|ind|ind|1|0.
    INFO 2008-08-26 09:01:40
    Execute step askUnicode of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_GetSidMaybeProfiles|ind|ind|ind|ind|1|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|1|0|NW_getUnicode|ind|ind|ind|ind|1|0.
    INFO 2008-08-26 09:01:40
    Execute step sanityCheckAccounts of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_GetSidMaybeProfiles|ind|ind|ind|ind|1|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|1|0.
    INFO 2008-08-26 09:01:40
    Execute step return of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_GetSidMaybeProfiles|ind|ind|ind|ind|1|0.
    INFO 2008-08-26 09:01:40
    Execute step fillContext2 of component |NW_Uninstall|ind|ind|ind|ind|0|0.
    INFO 2008-08-26 09:01:40
    Execute step getHasABAPandJava of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_getHasABAPandJava|ind|ind|ind|ind|2|0.
    INFO 2008-08-26 09:01:40
    Execute step askHasABAPandJava of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_getHasABAPandJava|ind|ind|ind|ind|2|0.
    INFO 2008-08-26 09:01:40
    Execute step fillTable of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_System_Uninstall|ind|ind|ind|ind|3|0.
    INFO 2008-08-26 09:01:41
    Execute step askInstances of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_System_Uninstall|ind|ind|ind|ind|3|0.
    INFO 2008-08-26 09:01:44
    Execute step fillContextUsers of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_System_Uninstall|ind|ind|ind|ind|3|0.
    INFO 2008-08-26 09:01:44
    Execute step fillContext of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_System_Uninstall|ind|ind|ind|ind|3|0.
    INFO 2008-08-26 09:01:44
    Execute step fillContextDB of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_System_Uninstall|ind|ind|ind|ind|3|0.
    INFO 2008-08-26 09:01:44
    Execute step askDB of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_System_Uninstall|ind|ind|ind|ind|3|0|NW_uninstallDB|ind|ind|ind|ind|1|0.
    INFO 2008-08-26 09:01:55
    Execute step fillContext of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_System_Uninstall|ind|ind|ind|ind|3|0|NW_uninstallDB|ind|ind|ind|ind|1|0.
    INFO 2008-08-26 09:01:55
    Execute step checkPostConditions of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_System_Uninstall|ind|ind|ind|ind|3|0|NW_Instance_Uninstall|ind|ind|ind|ind|2|0.
    INFO 2008-08-26 09:01:55
    Creating file C:\Program Files\sapinst_instdir\NW04S\LM\UNINSTALL\AS\summary.html.
    INFO 2008-08-26 09:01:59
    Execute step stopInstances of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_System_Uninstall|ind|ind|ind|ind|3|0.
    INFO 2008-08-26 09:02:00
    Creating file C:\Program Files\sapinst_instdir\NW04S\LM\UNINSTALL\AS\stop_GTQ_SCS03.log.
    INFO 2008-08-26 09:02:00
    Output of R:\usr\sap\GTQ\SYS\exe\uc\NTI386\stopsap.exe name=GTQ nr=03 SAPDIAHOST=dpgtqclv is written to the logfile stop_GTQ_SCS03.log.
    INFO 2008-08-26 09:02:07
    Execution of the command "R:\usr\sap\GTQ\SYS\exe\uc\NTI386\stopsap.exe name=GTQ nr=03 SAPDIAHOST=dpgtqclv" finished with return code 0. Output: STOPSAP executed succesfully
    WARNING 2008-08-26 09:02:09
    Connect to message server (dpgtqclv/3903) failed: NIECONN_REFUSED.
    INFO 2008-08-26 09:02:09
    Execute step removeOsCol of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_System_Uninstall|ind|ind|ind|ind|3|0|NW_Instance_Uninstall|ind|ind|ind|ind|2|0.
    INFO 2008-08-26 09:02:10
    Execute step stop of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_System_Uninstall|ind|ind|ind|ind|3|0|NW_Instance_Uninstall|ind|ind|ind|ind|2|0.
    INFO 2008-08-26 09:02:11
    Creating file C:\Program Files\sapinst_instdir\NW04S\LM\UNINSTALL\AS\stop_GTQ_SCS03.log.
    INFO 2008-08-26 09:02:11
    Output of R:\usr\sap\GTQ\SYS\exe\uc\NTI386\stopsap.exe name=GTQ nr=03 SAPDIAHOST=dpgtqclv is written to the logfile stop_GTQ_SCS03.log.
    INFO 2008-08-26 09:02:19
    Execution of the command "R:\usr\sap\GTQ\SYS\exe\uc\NTI386\stopsap.exe name=GTQ nr=03 SAPDIAHOST=dpgtqclv" finished with return code 0. Output: STOPSAP executed succesfully
    WARNING 2008-08-26 09:02:20
    Connect to message server (dpgtqclv/3903) failed: NIECONN_REFUSED.
    INFO 2008-08-26 09:02:20
    Execute step removeJavaInstancesFromDB of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_System_Uninstall|ind|ind|ind|ind|3|0|NW_Instance_Uninstall|ind|ind|ind|ind|2|0.
    INFO 2008-08-26 09:02:20
    Execute step runCleanIPC of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_System_Uninstall|ind|ind|ind|ind|3|0|NW_Instance_Uninstall|ind|ind|ind|ind|2|0.
    ERROR 2008-08-26 09:02:21
    FJS-00003  TypeError: instance has no properties (in script NW_Uninstall|ind|ind|ind|ind, line 90104: ???)
    ERROR 2008-08-26 09:02:21
    FCO-00011  The step runCleanIPC with step key |NW_Uninstall|ind|ind|ind|ind|0|0|NW_System_Uninstall|ind|ind|ind|ind|3|0|NW_Instance_Uninstall|ind|ind|ind|ind|2|0|runCleanIPC was executed with status ERROR .

  • Error Log while activation of info cube.

    Hi All,
      While activating the cube i'm getting the below error log.I though there there was an problem with installation.Again if i re-install also i'm getting the same problem.and i'm unable to any data and also my info source is not getting activated.. Coh\uld any one help me in this regard.......
    The error's are :
    Database log:            RSDGCA2021121810:23:20
    Program start============================================================
    Mass activation
    =========================================================================
    Process..................: system_1
    User.....................: SAPUSER
    Date, time...............: 18.12.2021, 10:23:20
    Platform.................: CUSTOMER-SAN(620)/ORACLE/WindowsNT/system
    Tool.....................: RSA1/RADMASG0
    Log......................: T, RSDGCA2021121810:23:20
    Program parameters:
    Input medium..............: Direct object entry
    Activation method.........: Activ
    Chk. mode.................: G
    Version to be activated...: M
    Versions to Be Deleted....: All versions are deleted
    Lock against paral. exec..: Shared
    Parallel mode.............: Switched off
    =========================================================================
    Number of objects to be analyzed: 11
    Number of relevant dependencies: 6
    Level 1:9 objects assigned, 6 less dependencies
    Level 2:2 objects assigned, 0 less dependencies
    Graph_Analysis: 11 objects on 2 topological levels
    Start phase 001 **********************************************************
    Activation of objects
    Activate objects at level 1
    Synchronous execution, no parallel processing *
    Activate table /BIC/DIC_SRI1
    Table /BIC/DIC_SRI1 was activated successfully
    Activate table /BIC/DIC_SRIP
    Table /BIC/DIC_SRIP was activated successfully
    Activate table /BIC/DIC_SRIT
    Table /BIC/DIC_SRIT was activated successfully
    Activate table /BIC/VIC_SRI2
    Table /BIC/VIC_SRI2 was activated successfully
    Activate table /BIC/VIC_SRIH
    Table /BIC/VIC_SRIH was activated successfully
    Activate table /BIC/VIC_SRII
    Table /BIC/VIC_SRII was activated successfully
    Activate table /BIC/VIC_SRIJ
    Table /BIC/VIC_SRIJ was activated successfully
    Activate table /BIC/VIC_SRIM
    Table /BIC/VIC_SRIM was activated successfully
    Activate table /BIC/VIC_SRIT
    Table /BIC/VIC_SRIT was activated successfully
    Synchronous processing: 1 sec., 9 objects, 9 costs
    Activate objects at level 2
    Synchronous execution, no parallel processing *
    Activate table /BIC/EIC_SRI
    Table /BIC/EIC_SRI was activated successfully
    Activate table /BIC/FIC_SRI
    Table /BIC/FIC_SRI must be created in the database
    Adjust table in DB >>>
    sql:
    CREATE TABLE "/BIC/FIC_SRI"
    ("KEY_IC_SRIP" NUMBER (000010)
    DEFAULT 0 NOT NULL,
    "KEY_IC_SRIT" NUMBER (000010)
    DEFAULT 0 NOT NULL,
    "KEY_IC_SRIU" NUMBER (000010)
    DEFAULT 0 NOT NULL,
    "KEY_IC_SRI1" NUMBER (000010)
    DEFAULT 0 NOT NULL,
    "/BIC/PR_SRI" NUMBER (000017, 000002)
    DEFAULT 0 NOT NULL)
    PCTFREE 10
    PCTUSED 60
    TABLESPACE PSAPSAN
    STORAGE (INITIAL 0000000016 K
    NEXT 0000010240 K
    MINEXTENTS 0000000001
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0000
    FREELISTS 004
    FREELIST GROUPS 01)
    PARTITION BY RANGE (KEY_IC_SRIP)
    PARTITION "/BIC/FIC_SRI0" VALUES LESS THAN (0))
    ORA-00439: feature not enabled: Partitioning
    DDL time(___1): .........3 milliseconds
    The SQL statement was not executed
    Table /BIC/FIC_SRI (Error adjusting the database)
    Table /BIC/FIC_SRI was not activated
    Synchronous processing: 0 sec., 2 objects, 2 costs
    Activation of objects
    End phase  001 ***********************************************************
    Start phase 002 **********************************************************
    Final log
    Following objects not activated/deleted or activated/deleted w. warning:
    Table /BIC/FIC_SRI could not be activated
    (E- Table /BIC/FIC_SRI (Error adjusting the database) )
    Final log
    End phase  002 ***********************************************************
    Start phase 003 **********************************************************
    Statistics on activated and deleted objects
    Number of objects to be activated............:  11
    Objects not activated........................:  1
    Activated objects with errors in dependencies:  0
    Objects activated with warning...............:  0
    Successfully activated objects...............:  10
    Number of objects to be deleted..............:  0
    Objects not successfully deleted.............:  0
    Successfully deleted objects.................:  0
    Tables/views with DROP/CREATE................:  0
    No. of them marked for DROP/CREATE: 0
    Not marked for DROP/CREATE: 0
    Number of nametabs to be deleted.............:  0
    Successfully deleted nametabs................:  0
    Nametabs that were not successfully deleted..:  0
    Statistics on activated and deleted objects
    End phase  003
    Process..................: system_1
    Return code..............: 8
           |   Date, time...............: 18.12.2021, 10:23:22                                                                               

    Hi
    Your E-table of the Cube is not getting activated try activating it from SE11.
    orelse try program RSDG_CUBE_ACTIVATE to activate the cube .
    See the Mappings again -- try to activate entire data flow again.
    Hope it helps
    Edited by: Aduri on Dec 18, 2008 11:21 AM

  • BW:  Error during Delete Overalpping requests from a cube

    Hello, I am getting the following error in a process chain for the last few days when trying to do Delete Overlapping requests from a cube.   If I do a "repeat" the chain completes successfully.  
    The error I am getting is:
    Error when deleting requests for comparison request REQU_4MNC5NXH00MJI1LRHAFV3I3BH
    Deletion of request REQU_4MQ0NT0ISDRZA444OQRDBGC3X from data target ZZCCA_C11 failed
    Any suggestions on how to fix this problem?
    Thanks.

    Hi Sam,
    The job might be failing because the request might me compressed. Take the request id from the error message(for instance
    REQU_4MQ0NT0ISDRZA444OQRDBGC3X here) and check whether this request is compressed in the target ZZCCA_C11 or not.
    If it is compressed then the data target deletion step will fail obviously.
    If this is the case then change the setting of the compression step in the PC to compress the requests loaded 15 days back or whichever you feel comfortable.
    If this is not the case then please check the job log once why the deletion is failing.
    Hope this helps.
    Regards,
    Vijay.

Maybe you are looking for

  • Help needed in Stored Procedure validation

    Hi, I have defined 5 dimensions in my database. For GLs of Expense and Revenue drawer, I want to validate that if Dimension 1 is selected for a GL in any transaction, then Dimension 2 must also be mandatory. Now different transactions have different

  • Run program in background spool is generated with zero page

    Dear all, I am new in abap. I change existing program and add SED column if I give the input and run that program in foreground I will see ALV output but when in same input same program I run in background spool is generated with zero page report is

  • BlackBerry Tablet OS Plug-in for Adobe Flash Builder 4.5

    Hi Recently my FB 4.5 Updater automatically downloaded and installed BlackBerry Tablet OS Plug-in for Adobe Flash Builder 4.5 I do NOT need this plug-in. I have got to get rid of it from system. But there seems to be no way to uninstall it. I have tr

  • Data element problem

    Hi Experts        I have used EBELN domain for my field, its length is 10,       now i want to increase the length of the data element, what can i do.       can i change the data element to the field ebeln.       If i change it, will it affects the d

  • NEED EXACT ANSWERS

    1)WHY WE USE "LOCAL"  UPDATE  METHOD IN CALL TRANSACTION METHOD? 2)WHAT IS THE USE OF DEFAULT KEY WHEN DECALRING AN INTERNAL TABLE. 3)WHAT IS        AT SELECTION-SCREEN,                       AT SELECTION-SCREEN ON FIELD,                       AT SEL