How to kill Active Data Request in DSO

Hi all,
I have 2 dsos ( A, B). Data loads from A to B.
Now I have deleted data from DSO B by using option delete data ( did killed one running request by turing the status to RED).
when I try to load data again to DSO B, it is not allowing me to execute the DTP.
Message is Request 257.617 is stil processing.
I am SAP BI 7.0 environment.
Please suggest how to kill active request ( I am not seeing it RSMO/SM37).
I tried to use Zombie Request FM, it didnt worked.
Thanks All,
Jason

Srinivas,
Thanks for the reply.
When I go RSRQ
I can see the request , the exception it is showing is CX_RS_FAILED logged.
SM51, when try to kill the process it says
SAP System Message:
Work Process restarted; session terminated
Apologies for earlier post messages saying that I did nt saw the message in RSMO, I can see it is in yellow process.
Please suggest how to kill the processes .
Apperciate your response..
Thank you
Jason

Similar Messages

  • Error coming while activating the data request at DSO level

    Hi to all,
    please can anybody tell me the solution for that.
    While activation the data request at DSO level  , i am getting error .
    Value 'R2S-11.60UML  ' (hex. '5200320053002D00310031002E003600300055004D004C00A0') of char
    Error when assigning SID: Action VAL_SID_CONVERT table 0MATERIAL
    Process 000001 returned with errors
    this error is coming under SID Generation .
    I shall be thnakfull to you for this.
    Regards
    Pavneet Rana

    Hi Rana,
    Activation failed because of the special characters in the Omaterial
    Delete the request in target
    edit it in the specific record in PSA and load it back
    In your case i think its a space problem u can see a space after L
    delete the space for the record and load it again
    Regards,
    MADhu

  • Getting error during activation of data request in DSO.

    Hello All
    I am sending data in DSO by running DTP. evrythg goes in green . But as i try to activate the data request in DSO it is giving me error. Kindly tell the how to solve this.in log error meassage is like following .
    Error while inserting data records for data package
    Analysis of package terminated due to too many duplicates being found
    Process 000000 returned with errors
    Incorrect data records (duplicates) found
    Data records are in the data package more than once.
    regards

    Saurabh
    Sorry that option would only be available for Master Data Attrib /text.
    Please check if the in DSO Settings ...Unique Data Records -
    > Is this checked? if yes , you need to change it from DEV.
    For a temporary solution, you need to find out which records are creating duplicate entries.  If you can load them separately via some restriction in DTP , it would get loaded and then activate one request each time.
    Whole objective is not have same Key combination more than once in a data package.
    Try put a restriction on Update MOde i.e filter on Update Mode ( one by one X, blank, A, D, N etc) and see if you can load them.
    Regards
    Anindya

  • How to delete a single request from DSO in BI 7.0

    Dear Experts,
    Could you please tell me how to delete a single request from DSO?
    I mean, in DSO if we delete one request it also delete the requests which are above it. But i don't to delete the above it.
    Please suggest me this issue.
    Regards,
    Prathap

    IN DSO--its a very basic thing....
    ACTIVE TABLE and CHANGELOG tables are overwritten after activation of each request.
    So ,each new request has a realationsip with the older request.
    So in the cases:
    1.If you activate the older request it will delete the new one ,because changelog entries have been written from the data of new request on the basis of the older one.
    e.g older request  entries:
    a x 1
    new request
    a x 2
    change log
    a x 1
    a x -1
    a x 2
    so its quite obvious you can't have  a x 2 directly (because in the infocube you will be sending wrong entries by deleting the just the older request and loadning new request).
    2.If you have activate new and old request toghterh then also system will not allow you to delete the newer request alone and you will have to delete both the requests.
    I guess already someone proposed correct solution to you ...thats selective deletion...but rahter than doing selective deletion there is a better way if you want to cancel out a particular request:
    thats request reverst posting
    IN the process monitor of any particular request you can find out the option for request reverse posting..Its good for individual request cancellation(keyfig values will become 0 for that particular request)
    regards,
    rk

  • While activating a request in DSO getting error code 10

    While activating a request in DSO getting error code 10
    Hi All,
    I am trying to load data into Billing: Condition Data (0SD_O06) using 2LIS_13_VDKON. First while loading data I am getting error
    Record 8778 :InfoObject SOLD_TO does not contain alpa-conforming value 100000 which I changed manually in PSA maintenence and tried to load data again and now I am getting an error (Error 10 in the update) ID:RSAR No119.
    I have checked the formula in Transformation and it works fine. Still I am not able to load data.
    Please help.
    Thanks and regards
    Vishal Pardeshi

    Check the log for the request from the manage screen of the DSO, it will be there next to the monitor button.
    Otherwise you can check the error from the monitor screen of the request in Details tab.
    Veerendra.

  • Error while activating the request in DSO

    Hi all,
    I had loaded the data into the DSO from another DSO.
    The load is compeleted successfully and the data came to the new data table, but when i activate the request it turns to red, giving some error that sid has changed. what may b the reason for this
    Thanx

    Hi,
    check threads
    ODS Object Activation SID changed
    Error in assigning SID and activation of ODS
    Maybe this helps.
    Regards,
    Arek

  • How to get activity data by Bulk APIs v2.0?

    Hi all,
    I have completed to get Account data by Bulk APIs v2.0. (create an export for Account and then create a Sync for this export)
    But when trying to use the integration to work for Activity data, I always get Error status of Sync.
    So, could you please show me any suggestions for this issue?
    Is there any option different between exports of Account and Activity?
    Thanks,
    Biao
    PS: I find an example to request activity data:
    POST https://<host>.eloqua.com/api/bulk/2.0/activities/exports
    "name":"Example Activity Export",
    "fields":{
    "ActivityId":"{{Activity.Id}}",
    "AssetName":"{{Activity.Asset.Name}}",
    "ActivityType":"{{Activity.Type}}",
    "Id":"{{Activity.Id}}",
    "ActivityDate":"{{Activity.CreatedAt}}",
    "EmailAddress":"{{Activity.Field(EmailAddress)}}",
    "ContactId":"{{Activity.Contact.Id}}",
    "VisitorId":"{{Activity.Visitor.Id}}",
    "AssetType":"{{Activity.Asset.Type}}",
    "AssetId":"{{Activity.Asset.Id}}",
    "RawData":"{{Activity.Field(RawData)}}"
    "filter":"’{{Activity.Type}}’=’FormSubmit’"
    I get error status of Sync for this export. But when I remove the 'Id' and 'RawData' fields, I get success.
    I guess that there are some roles of the field settings, e.g. one statement should not appear more than once, and so on.
    So, where could I find the roles? Or is there an API could return the valid field list?
    Thank you very much.

    Hi Biao,
    I am able to pull the data for Activity Export for Type Form Submit.
    I am adding details below :
    1) Create Activity Export Structure
    URL : https://www02.secure.eloqua.com/API/Bulk/2.0/activities/exports
    Input JSON : {"name":"Bulk Activity Export","dataRetentionDuration":"PT1H","fields":{"activityId":"{{Activity.Id}}","assetId":"{{Activity.Asset.Id}}","activityType":"{{Activity.Type}}","activityDate":"{{Activity.CreatedAt}}","contactId":"{{Activity.Contact.Id}}","visitorId":"{{Activity.Visitor.Id}}","visitorExternalId":"{{Activity.Visitor.ExternalId}}","assetType":"{{Activity.Asset.Type}}","assetName":"{{Activity.Asset.Name}}","rawData":"{{Activity.Field(RawData)}}"},"filter":"'{{Activity.Type}}'='FormSubmit' and '{{Activity.CreatedAt}}'>='2013-06-01' and '{{Activity.CreatedAt}}'<='2013-06-30'"}
    Status Code : 201
    Output JSON : {"name":"Bulk Activity Export","fields":{"activityId":"{{Activity.Id}}","assetId":"{{Activity.Asset.Id}}","activityType":"{{Activity.Type}}","activityDate":"{{Activity.CreatedAt}}","contactId":"{{Activity.Contact.Id}}","visitorId":"{{Activity.Visitor.Id}}","visitorExternalId":"{{Activity.Visitor.ExternalId}}","assetType":"{{Activity.Asset.Type}}","assetName":"{{Activity.Asset.Name}}","rawData":"{{Activity.Field(RawData)}}"},"filter":"'{{Activity.Type}}'='FormSubmit' and '{{Activity.CreatedAt}}'>='2013-06-01' and '{{Activity.CreatedAt}}'<='2013-06-30'","dataRetentionDuration":"PT1H","uri":"/activities/exports/74","createdBy":"CXDELQ.API","createdAt":"2014-11-03T09:40:00.9397930Z","updatedBy":"CXDELQ.API","updatedAt":"2014-11-03T09:40:00.9397930Z"}
    2) Create Sync with status pending
    URL : https://www02.secure.eloqua.com/API/Bulk/2.0/syncs
    Input JSON : {"syncedInstanceUri":"/activities/exports/74","status":"pending"}
    Status Code : 201
    Output JSON : {"syncedInstanceUri":"/activities/exports/74","status":"pending","createdAt":"2014-11-03T09:41:18.2503138Z","createdBy":"CXDELQ.API","uri":"/syncs/90640"}
    3) Get sync Result
    URL : https://www02.secure.eloqua.com/API/Bulk/2.0/syncs/90640
    Status Code : 200
    Output JSON : {"syncedInstanceUri":"/activities/exports/74","syncStartedAt":"2014-11-03T09:41:20.6670000Z","syncEndedAt":"2014-11-03T09:41:23.1970000Z","status":"success","createdAt":"2014-11-03T09:41:18.1670000Z","createdBy":"CXDELQ.API","uri":"/syncs/90640"}
    4) Get the data from API
    URL : https://www02.secure.eloqua.com/API/Bulk/2.0/activities/exports/74/data?limit=1000&offset=0&count=1&depth=complete
    Output JSON : "Output is high voulme, am not attaching here".
    Please let me know is this will help you to reolve the issue.
    Thanks,
    Deepak Chincholi

  • Error while activating the request of DSO upload

    Hi all,
    While activating the request generated during upload to Datastore object,it ends in an erroneous activation giving the following error.
    'No SID found for value 'BBL' of characteristic 0BASE_UOM'.
    Is it because no translation exists,if so what should be done for the same.
    Thanks in advance,
    Chintu.

    hi Chintu,
    it seems unit BBL not exist in your bw system,
    you can update the unit master from r/3,
    have you performed 'transfer global setting' ?
    check in r/3 table t006a (t006*), if exist you can
    rsa1->source system->right click r/3 source system
    'transfer global setting', in next screen mark 'unit of measurement' (also currency etc) and option 'update table'.
    this update should be scheduled periodic, menu program->run in background and schedule periodic job.
    if BBL not exist in r/3, you can manualy maintain,
    transaction CUNI.
    hope this helps.

  • Error while loading to active data table in DSO

    Hi,
    please help me in resolving the issue with active data table . when i am activating the new data table the job gets cancelled with message as 'Error when assigning SID: Action VAL_SID_CONVERT table OCALMONTH'.
    Thanks and Regards,
    Prasad.

    Hi,
    In the displaying error message tab of ODS activation, you will get error message and invalid value for the 0CALMONTH will be displayed. Search the NEW TABLE of ODS with the same value, identify the error records.
    If you have PSA in the flow, delete (w/o making the status RED), correct data in PSA and reconstruct the data.
    If you don't have PSA, you have to delete by making red, reload through PSA correcting the erroneous data in PSA.
    Regards
    Chandu

  • Composite Studio - How to get Active Server Requests through Email

    Currently in my application, we have an issue with number of Active connections. When we view Composite Studio -> Manager -> Requests -> Active Server Requests, it shows the number of active requests at that particular moment.
    Is it possible to set a trigger or receive an email for the above if the number of Active Requests goes > some limit to alert us. Due to the issues with downstream applications, Composite was not able to close the connections and it is creating issues for future requests. 

    You need to load the Module before you start using it .....in PowerShell v2 (v3 auto loads it for you).
    I assume you are just starting with the AD Administration with PowerShell.
    Go through the Scripting Guy's post and search for getting started content:
    http://blogs.technet.com/b/heyscriptingguy/archive/2010/02/02/hey-scripting-guy-february-2-2010.aspx
    http://blogs.technet.com/b/heyscriptingguy/archive/2013/04/23/use-the-ad-ds-module-to-find-computers-with-powershell.aspx
    Below is another comprehensive  link:
    http://technet.microsoft.com/en-us/library/dd378937(v=ws.10).aspx
    Knowledge is Power{Shell}
    DexterPOSH
    My Blog

  • Getting Error while activating data in 0FI_GL_4 DSO level (SIDs)

    Hi
    I have succesfully loaded data for the 0FI_GL_4 for two DSOs One is successful but for other DSO, it is failing on activation with the following errors: -
    *Value '! OTS Harness' (hex. '210020004F005400530020004800610072006E006500730073') of characteristic 0POSTXT contains invalid characteristics
    *Error when assigning SID: Action VAL_SID_CONVERT InfoObject 0POSTXT
    *Process 000266 returned with errors
    I have the '!' as a permitted charcter in RSKC but, the text is starting with the char "!" that is why it is throwing an error.
    Now how can I edit these records in PSA without effecting the first DSO which is successful.
    DSO settings:
    SID Generation --> During Activation.

    Hi,
    DSO1 - Successfully loaded and DSO2 - load failed.
    One dso was loaded data and another got failed.
    In such case try below method.
    You can make request red at DSO1 and delete it.
    Make failed request red at dso2 level.
    Later delete the failed request from DSO2. this makes that as latest request not loaded to your dsos.
    After that go to your PSA and open latest request which was not loaded to dso.
    display latest request data from psa and find your wrong record based on filter on 0POSTXT.
    Once you find wrong record, select record and edit and save it.
    Again re run your dtp and activate dso data.
    Thanks

  • Data is not Loading into Active data table on DSO in BI 7.0

    Hi,
    Iam loading data from a flat file to ODS in BI 7.0, the data is loading up to PSA and New data table , But the DSO is not activating, after all possible steps like, automatically setting/ manualy doing  /  through Process Chain....still unable to do it....Cud u pls tell the reason and solution.

    Hi Sri,
    Did you get any solution for this issue. Your input is highly appreciated.
    We are also running on the same boat, I am using the End-Routine to fill up the 2 fields (one is Key figure and Characteristics) from one DSO to the other. In my case along with all other fields this key figure is also populating before and after the Activation of DSO. But the new Characteristics is populating in the update table (/BIC/A***40) before activating the DSO, once I activated the DSO the new characteristics is not filling up in the (/BIC/A***00), rest are coming without issues.
    I built the same logic for other current data DSO (write optimized) from other DSO to fill the same fields with the similar logic in the end routine, it is up and running without any issues.
    Thanks,
    Dileep

  • How do I write data back to DSO in visual composer

    I have created a model in visual composer that queries on a write-optimised DSO in BI. Basically I have created a form that lists the all the fields (like Quotations,Materials, plants) in vc.
    The business requirement is that the users should be able to be create or change the data in the fields through this form and then I should be able to write back the data(material and plant) back to the DSO.
    But I don’t see any of the services/RFCS/BAPIs listed under SAP_BW system in Visual Composer like they are listed under R/3 systems . By services/BAPIs, I meant APIs like – RSDRI_ODSO_MODIFY_RFC or BAPI_ODSO_READ_DATA_UC.
    What else do I need to configure to see these RFCs in VC.
    Please suggest.
    Thanks a lot in advance!

    Thanks a lot prachi for you reply,
    Our SAP_BW system is already configured as 'Like R/3 system'.My admin gave my userid read/write permission under systemAdmin->permissions in portal. But I am still not able to view any BAPIs under SAP_BW system in Visual Composer.
    Can you please tell me where can I configure my user to have 'View system' permission and does this need to be added in SAP_BW under System Landscape in portal ?

  • Recover deleted requests from DSO

    Hello BI Experts,
    We have been deleted requests from standard DSO accidentally. The data has been deleleted for 3yrs and we have been trying to recover from Reconstruction tab but could not found anything there.
    Can any body tell me how to recover recover deleted requests from DSO? I would really appreciate your great help.
    Thanks in advance,
    Regards,
    Venkat

    HI BI Experts,
    When we personalize Query language to another language in the SAP Portal, the variable selection fields are not displaying with description and they are displaying in the technical name.
    Example: Opened BI report from the SAP Portal and selected Personalized settings, from there selected Portal language as French. when I selected French language, the vaiable selection screen field names started appearing with technical field name in the French language but it should display the field description not the technical name.
    I hope you understand my question.
    End user does not understand the technical names when they have selected personal language. Can any body tell me how can the fields displays with description from the variable selection screen. I would really apprecite your help.
    Thanks,
    Venkat

  • Data load from DSO to cube

    Hi gurus
    We have a typical problem, we have to combined 2 records into one when they reach to DSO.
    One source is flat file and the other is R3. so few fields I am geting from flat file and few from R3 . They are creating one record when they loaded to DSO . Now I am getting one record in active data table but when I load the data to cube from that DSO ( Data is going from change log to cube ) to cube , I am getting 2 seperate records ( one which is loaded from flat file and one which is loaded from R3 ) in cube which I dont want. I want only one record in cube just like i have in my active data table in DSO.
    I cant get the data from Active data table because I need delta load.
    Would you please advise what can I do to get that one record in Cube?
    Pl help

    Ravi
    I am sending the data thro DTP only but is there any solution to get one record bcos in other scenario I am getting data from 2 different ERP sources and getting one record in DSO and cube as well.
    but that is not happening for this second scenario where i am getting data from FLAT file and ERP and traing to create one record.

Maybe you are looking for