Activating DSO: Error when assigning SID

Hi,
I am loading data from r/3 to BW via PSA till PSA the data gets populated correctly with out any errors, But from PSA to ODS I get the below Errors Can some one help me
Value '0050307 ' of characteristic 0DATE is not a number with 000008 spaces     
Error when assigning SID: Action VAL_SID_CONVERT table ZPOD_DATE RSDRO
Error when assigning SID: Action VAL_SID_CONVERT table ZPO_DATE RSDRO          
Activation of M records from Data Store object ZSD_O05 terminated RSM1102     
Process 000106 returned with errors     RSODSO_PROCESSING     6     
Process 000122 returned with errors     RSODSO_PROCESSING     6     
Thanks
Abhi

Hi
Thanks fro your immediate response
But in the Error message” Value '0050307 ' of characteristic 0DATE is not a number with 000008 spaces" I don’t have 0DATE field in my ODS to check
Thanks
Abhi

Similar Messages

  • Error when assigning SID while uploading text in the info-object of the DSO

    Hi
    I have a scenario where I need to extract a char 60 field from R/3 in the DSO.
    I have created the info-object which is char 60 which has the master data text activated.
    In the DSO transformation I have mapped it to the R/3 field.
    While activating the data in DSO its giving the error message
    'Value '20 per action plan' (hex. '32302070657220616374696F6E20706C616E') of characteristic'
    'Error when assigning SID: Action VAL_SID_CONVERT InfoObject ZRMSD '
    How to overcome this issue.
    Please advise.
    Thanks in advance.

    Change the InfoObject for this text so that it will allow lowercase letters. To do this, go into Change mode on the InfoObject, go to the General tab, check the Lowercase letters checkbox and activate the InfoObject. After this has been activated, you can then restart your process and this SID violation error should no longer be thrown for this.
    If you don't want to do this, then you can use the TOUPPER formula in the Characteristic Routine, in the Transformation, to change the value of this field contents to uppercase. This can also be done by using an ABAP routine like this:
    TRANSLATE column TO UPPER CASE.
    Edited by: Dennis Scoville on Nov 3, 2009 9:55 AM

  • Error when assigning SID: Action VAL_SID_CONVERT table 0TYPE

    Hi Experts
    When I am trying to load the data into DSO the data is scheduling But DSO data is not Activated It Showing Error
    messages in Log for request processing in Request tab of DSO Manage.
    1.Error when assigning SID: Action VAL_SID_CONVERT table 0TYPE
    2.Value 'area' (hex. '61726561') of characteristic 0TYPE contains invalid characters
    3.Error when assigning SID: Action VAL_SID_CONVERT table ZCH_O_TYP
    4.Value 'area' (hex. '61726561') of characteristic 0TYPE contains invalid characters
    5.Error when assigning SID: Action VAL_SID_CONVERT table ZVALUE
    6.Value '0000000000000000860452655_PDF_45U x 200' (hex. '30303030303030303030303030303030383630343532363535') of
    characteristic ZVALUE contains invalid characters
    7.Error when assigning SID: Action VAL_SID_CONVERT table ZVALUE_O .
    8.Value '224053 sht 1.pdf##~##000000153363' (hex. '3232343035332073687420312E70646623237E232330303030') of
    characteristic ZVALUE_O contains invalid characters.
    9.Activation of M records from DataStore object ZCF_O02 terminated
    I have tried adding the special character # with transaction rskc but nothing seems to change and
    I still get the same error.
    DATA: T_ALL(100) type C,
    T_VAR1(45) type C value 'ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopq',
    T_VAR2(50) type C Value 'rstuvwxyz 0123456789 @#$%^&*()_-+=:;\/?',
    temp(60) type c,
    cnt type i,
    length type i.
    clear : cnt,temp,length.
    break-point.
    temp = SOURCE_FIELDS-TXZ01.
    CONCATENATE T_VAR1 T_VAR2 into T_ALL.
    cnt = 0.
    length = STRLEN( temp ).
    IF NOT temp CO T_ALL.
    WHILE cnt < length.
    IF NOT temp+cnt(1) CO T_ALL.
    CLEAR: temp+cnt(1).
    ENDIF.
    cnt = cnt + 1.
    ENDWHILE.
    ENDIF.
    translate temp to upper case.
    RESULT = temp.
    i am getting the above error, one of the expert suggested to implement this code but i am getting some errros when i execute this one please can anyone check this code and correct the errors it would be help ful to me.
    Regards
    Venu

    Hi ,
           Implement this code to resolve the issue.
    You can use the sample code below to choose only the charachters to be allowed in for the field. Using that you can remove all special charachters and # symbols as required
    DATA: T_ALL(100) type C,
    T_VAR1(45) type C value 'ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopq',
    T_VAR2(50) type C Value 'rstuvwxyz 0123456789 @#$%^&*()_-+=:;\/?',
    temp(60) type c,
    cnt type i,
    length type i.
    clear : cnt,temp,length.
    break-point.
    temp = SOURCE_FIELDS-TXZ01.
    CONCATENATE T_VAR1 T_VAR2 into T_ALL.
    cnt = 0.
    length = STRLEN( temp ).
    IF NOT temp CO T_ALL.
    WHILE cnt < length.
    IF NOT temp+cnt(1) CO T_ALL.
    CLEAR: temp+cnt(1).
    ENDIF.
    cnt = cnt + 1.
    ENDWHILE.
    ENDIF.
    translate temp to upper case.
    RESULT = temp.
    Regards,
    Rahul.

  • Error when assigning SID: Action VAL_SID_CONVERT InfoObject 0BP_ACTIVIT

    Hello Team,
    WE are facing the error"Error when assigning SID: Action VAL_SID_CONVERT InfoObject 0BP_ACTIVIT" .Please see he below screen shot.
    Every day the failure is for a different value and this is fixed with the manual activation of he DSO, with out any change .
    Below are the steps we have tried:
    1. The RSRV tests for the info objects were consistant. We have done he below rsrv tests:
    a. Compare characterstic of P/Q table with X/Y tables.
    b.SID values in X and Y tables.
    2. We have changed the DSO setting  from Parallel to Serialized Activation.
    Also the format of the values are as per the designated type.
    One more thing which i noticed is , the values for which the failure occurs , are new entries to the DSO, and they do no exists in the Change log table.
    Please let us know , what else can be done to fix this issue.
    Thanks in Advance,
    Nikhil

    HI Nikhil,
    please go through the documents.
    http://scn.sap.com/thread/1820047
    http://scn.sap.com/message/14266151
    http://scn.sap.com/thread/1520825
    Regards,
    Abdul rAwoof Syed.

  • Error when assigning SID: Action VAL_SID_CONVERT InfoObject 0FISCPER

    Dear experts,
    I'm getting this error when activating an DSO.
    I'll try to explain when this error happens.
    I have a DTP in Delta Mode between 2 DSO's.
    The first time I run the DTP the DSO activates with no problems.
    The next time I run the DTP and it gets data the activation of the DSO has the error: Error when assigning SID: Action VAL_SID_CONVERT InfoObject 0FISCPER
    I've googled it but I can't find a solution for this.
    The first time I got this error I've deleted the DSO anda loaded the Data again and got no errors.
    The next Delta that has Data gave error when activating the DSO.
    Whan can be happening here?
    Best Regards,
    Rui Romba

    So you want to say that data loaded successfully in DSO 1 and while activating data in DSO2 you are getting this error.
    DSO1 feed data to DSO2 correct.
    Please check if generate SID upon activation setting is checked in DSO1 or not.Because if its the issue with fiscal year period then it should have given the error at DSO1 itself provided that setting is maintained.
    I just stumbled upon a document which addresses this issue and it seems the problem is with fiscal year variant.
    Check out the document:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0a5a670-13f6-2c10-179d-a35e50a208bf?quicklink=index&…
    Regards,
    AL
    Message was edited by: Anshu Lilhori

  • Error when assigning SID: Action VAL_SID_CONVERT table 0FISCPER

    Hi All,
    We are getting the following error when activating an ODS:
    Fiscal year variant  not expected                                           
    Error when assigning SID: Action VAL_SID_CONVERT table 0FISCPER   
    Interestingly, we have two systems for two different phases, on the same BW 3.5 SP level and the corresponding source R/3 SP Levels. BEx reporting is turned on for both the ODSs.
    On one system, the ODS get's activated without any issue and on the other, it get's errored out.
    I have tried different things like Rebuiding Global Transfer Settings, comparing the data between the two systems, etc., but no use.
    Any ideas/solutions?
    Thanks,
    - Shashi

    Marc,
    I have checked once and found all the data is correct. I will do that again.
    When I tried RSRV checks on 0FISCPER and 0FISCVARNT, I am getting the following message:
    0FISCVARNT is not a characteristic but an InfoObject of type TIM
    Message no. RSRV209
    Diagnosis
    The value entered 0FISCVARNT must be the name of a characteristic. However, 0FISCVARNT is an InfoObject of type TIM.
    The following values can be types:
    CHA characteristic
    KYF key figure
    TIM time characteristic
    UNI unit
    DPA package
    ATR attribute
    MTA meta-InfoObject
    Thanks,
    - Shashi

  • While uploading the flat file getting Error when assigning SID

    Hi ,
    while uploading flat file i getting thid error .
    Error when assigning SID: Action VAL_SID_CONVERT table 0FISCPER and No SID found for value '0 ' of characteristic 0CURRENCY

    Hi Bijender,
    This is related due to missing values in your currency tables.
    If  you are maintaining the currency tables from R/3 - Replicate the Currency Rates(Source sytem- Transfer Exchange Rates).
    & check if the missing value is available in the TCURR table.
    Thanks,
    ChandraDeepak

  • Error when assigning SID

    Hello Gurus,
    I have created a characteristic infoobject(ZCSHIPTYP) for Shipment type and included the same in the ODS.
    When I load data, during activation it gives the foll error :-
    By default, only the following standard characters are valid in  characteristic values:
    !"%&''()*+,-_0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ               
    ./:;<=>?                                                                        
    Characteristic values that only consist of the character "#  or that    
    begin with "!  are not valid. If the characteristic is compounded, this 
    applies to each partial key.                                                                               
    You are trying to load the invalid characteristic value Air Cargo &     
    (hexidecimal representation 41697220436172676F ). This is not permitted.
    this is not a master data. i have included this text in the 2lis_11_vahdr and written a user exit to populate values. the data is also coming. but during ods activation the above error occurs.
    Pls guide.

    MM,
    No, I don't think so.
    ALL_CAPITAL will allow you to use capital letters of the national codepage.
    For more info look here:
    Permitted characters 'ALL_CAPITAL'
    Re: Special Characters in BW RSKC setting
    And also OSS Notes: 173241 and 194328.
    Best regards,
    Eugene

  • Error when assigning SID (details in long text)     RS

    Dear Friends,
    while loading GL data to ODS In the last  stage of load i am getting this error.cannot able to load. need urgent help i will assign points.
    Sampath

    Hi,
    Find out the Record and package number by looking into PSA table with selection on the request number and infoobject for which you are getting the mentioned error.
    To know the PSA table name , switch on technical name after you select Show Data flow option from the context menu of ODS.
    Once you know the record number , you have to modify it in PSA and you need to reupload from PSA and reactivate the request.
    With rgds,
    Anil Kumar Sharma .P

  • Error when assigning SID: Action VAL_SID_CONVERT

    Hi All,
    I have an Issue with the Unicode Text.. I am trying to load data into ODS.
    Able to get Data till New Data Table. The data is not getting activated due to the following error.
    Value 'Шитов' (hex. '00200020042804380442043E0432') (suspect to be some Russian Characters) of characteristic XXXX contains invalid characters.This is not a master data. It is a field usually entered by the users while creating a Sales Order.
    I did try maintaing characters in RSKC . I also tried All Capitals and All Captials plus Hex.
    Can somebody suggest how to proceed. I did check all the previous threads .. But none of the response solved the problem,
    Thanks in Advance.
    Regards,
    Harika

    Hi,
    but its not a good solution.
    if there is going to be any selection variable for this object in future then system will treat small and capitals as different and users will have to specifially maintain the entries in particular case while giving input.
    So you should go for it...if you are sure that you will never use it for selections or using filter values in report.
    Thanks
    Ajeet

  • Error in assigning SID and activation of ODS

    Hi all,
    Iam loading delta from R/3 to BW ODS and the ODS is not getting activated and shoeing the message as " error when assigning sid ,activation of data records terminated.
    This is the message :
    Error geeting SID for ODS object
    Value 'EXT UP CASH# ' (hex
    '004500580054002000550050002000430041005300480009 ') of
    characteristic 0REF_DOC_NO contains invalid ch aracters     
    Request: xxx
    Data package: 000012
    Data record: 9,431
    InfoObject: 0REF_DOC_NO
    Activation of data records terminated for the ODS object.
    Pls help me out.
    with regards,
    Mohan.

    What has happened is that a Invalid Character "#" has come in a record for the Value of 0REF_DOC_NO because of which the request is not getting activated.
    What you will need to do is delete the request from the ODS. Go to the Request in PSA. Open the request look for the record with Invalid Character.
    Modify the record by changing the value ...save..and load the request data from the PSA.

  • Error when assingning SID in ODS

    HI ,
    In BI 7 ,,I inlcuded a new info object  after updating the DS and IS in the first layer, second layer , third layer ODS .
    I loaded data to first layer , second layer ODS and activated the data , load is successfull and I got data in the new info object included in the ODS 's . when I try to laod data from 2nd to third layer ODS I get an error in details tab
    Error mesg in details tab :
    Value 'DISI063 Te ' (hex. '0044004900530049003000360033002000540065 ') of characteristic 0infoobject c
    Error when assigning SID: Action VAL_SID_CONVERT InfoObject 0inofobject
    Activation of M records from DataStore object XXXXXXX terminated 
    Process 000000 returned with errors .
    I can see in ODS that in frist layer and second layer ODS , SETTINGS  , SDI'S GENERATION UPON ACTIVATION is unset.
    In third layer ODS SDI'S GENERATION UPON ACTIVATION  is SET . I dont want to unset this in 3rd layer ODS but the problem has to be solved .  Request suggest.

    Hi,
         Check the infoobject if it is case sensitive. Incase it is case sensitive, you need to edit the data in the PSA and upload the request again in the 1st level, 2nd level and 3rd level DSOs. You have to load from PSA again as your request is failing in the activation step. If it is failing in the DTP step, you can create an error DTP adn edit the records in the error stack( this is not your case).
    It might not have failed in the below DSOs as the infoobject you are suing for the below DSOs might not have case sensitive settings as the new infoobject you are using.
    Regards
    Sunil

  • Active X Error when running web checkout/web reports

    Hi,
    I am installing BO Planning X1.5 against a SQL Server database.
    However, I am getting an Active X error when trying to launch web checkout/web reports.
    I get to the log on page and then get the error message:
    "There was an error initializing the ActiveX client"
    Do you know why this would be? (I am able to get to the web checkout/web reports from the server, however not on any client machine)
    Thanks.

    Hi Ravi,
    from Note 917950:
    Test Standard Web Template in BI (both directions)
    This test will check the ABAP to Java and Java to ABAP communication. Additionally, this check will ensure that the new Java-based BEx Web runtime is working.
    1. Run Report RS_TEMPLATE_MAINTAIN_70
    2. Enter Template ID 0ANALYSIS_PATTERN
    3. Choose Program / Execute
    4. Choose Analyse / Validate
    5. Choose Analyse / Execute in Debug Mode
    A Web Browser is opened and you have to logon to the Portal. Finally, an empty Analysis Pattern (without data) should appear.
    Error messages during executing Web Template
    If only a blank screen or message "Access Denied" appears, see note 872043.
    If message "Error while loading the Web template "0ANALYSIS_PATTERN" (return value "5")" appears, activate Content (see topic Additional Information below).
    --> I think you have to activate the Content....
    Activate Web Template of BI Content
    Please perform the following steps to activate a Web Template of BI Content:
    1. Logon to BI System
    2. Start transaction Data Warehouse Workbench (transaction code RSA1)
    3. Choose register Business Content (left pane)
    4. Select Object Types
    5. Expand BEx Web Template in tree (middle pane)
    6. Double click on Select Objects
    7. Choose 0ANALYSIS_PATTERN (or any other Web Template of the BI Content)
    8. Object will be transferred to right pane
    9. Press button Install / Install to activate the Web Template
    Now, you can execute the activated Web Template.
    Links:
    "0ANALYSIS_PATTERN"
    Re: template  0ANALYSIS_PATTERN returns errors
    Error loading template 0ANALYSIS_PATTERN while broadacasting through WAD
    917950 - SAP NetWeaver 2004s: Setting Up BEx Web
    [SAP NetWeaver Setting Up BEx Web|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/ca6de811-0c01-0010-43b2-c64584eef943]
    Re: Question about Bex Web Setup
    Regards
    Andreas

  • Error ODS activation - sql error when accessing a table.

    Hi,
    sometimes occurs an error by activation ODS. I have proces chain and when is loaded second packet an error occurs. In monitor>>
    -RSMPC 128, datapacket 3 is wrong, with status number 9
    -RSMPC 131
    -RSDRO 108 - communcation error (sql error when accessing a table)
    In sm21>
    -sql error when accessing a table
    -The exception, which is assigned to the class 'CX_SY_OPEN_SQL_DB', was  
    either                                                      caught nor passed along using a RAISING clause, in the procedure <b>"UPDATE_ATAB"</b>   "(FORM)"                                                                    
    Since the caller of the procedure could not have expected this exception     
       to occur, the running program was terminated.                               
      The reason for the exception is:                                             
      The database system recognized that your last operation on the database      
      would have led to a deadlock.                                                
      Therefore, your transaction was rolled back                                  
      to avoid this.                                                                       
      ORACLE always terminates any transaction that would result in deadlock.      
      The other transactions involved in this potential deadlock                   
      are not affected by the termination.
    I have BW 3.5.
    Thank You very much.

    There are a few different scenarios that I can think of where this might come up that all involve what might resulting in parallel (concurrent)processes:
    Loading packets in parallel - that is there are X number of processes loading packets concurrently. This could be set in your IMG settings system wide or in the InfoPackage for just this datasource.   You seem to indicate that you don't have this.
    Database parallel processing - RSAMDIN - ORA_PARALLEL_DEGREE ( there was a different RSADMIN parm for older versions - forget what SP the change came with).
    You have multiple InfoPackages for the datasource, each loading what should be a different range of data, and they run atthe same time.
    You could be loading from two different datasources to the ODS at the same time.
    If any of these are true, I would look at bumping the INITRANS setting up.  Your DBA will probably need to do this for table and its indices.  There is a Note - 831234 that allows you to create a parameter in RSADMIN that will specify a INITRANS value (e.g. 20) rather than using the default. The ODS would need to be activated to pick this new setting up for the table to be altered. 
    You could also look at the Processing settings for the InfoPackage and change to PSA first, then target to see if that helps. 
    Or if you are loading from two different datasources at the same time, you might adjust your schedule so that doesn't happen.
    Pizzaman

  • Activating DemoContent: Error when reading data target

    I'm trying to activate the SAP Demo cube <i>Purchasing Data</i> (0D_PU_C01). The Grouping Mode is set to <i>In Dataflow Before and Afterwards</i>.
    When I simulate installation, I get the error message <b>Error when reading data target 0D_PU_C01</b> (Message no. RSAU126) in the logs (although in the Collection Area the Simulation Result column is marked with a green check).
    I could find only 2 notes related to this error in the SAP Service Marketplace. SAP note nr. 540873 is about the BW indexing job. Note nr. 587796 (Error in after import of update rules) seams more appropriate, however not thoroughly right. In fact it refers to <b>BW 3.1 Content</b> or <b>BW 3.0B</b>.
    My system version instead is:
    BI_CONT 353
    SAP_BW 350
    The very same problem occurs when I try to activate the SAP Demo <i>Sales and Distribution</i>.
    Any suggestion?
    Thanks, Davide

    Ok, it worked! Now however I have some more doubts.
    1. I can't find the InfoObjects (e.g. 0D_GR_QTY, 0D_PLANT, 0D_MATERIAL, etc.) anywhere in <i>Modeling -> InfoObjects</i>, even if:
      a) I can find them under the <i>InfoSource</i> tree of the <i>SAP Demo</i> Application Component
      b) they appear activated in <i>Business Content</i>
    What's going on?
    2. The newly activated <i>Purchasing Data</i> cube has been added to the <i>Unassigned Nodes</i> InfoArea, and not to a newly created SAP Demo Purchasing (0D_MMPUR) InfoArea, similarly to the structure I saw when collecting the InfoProvider in Business Content. Is this the normal behaviour?
    3. No DataSource has been assigned to any of the InfoSources. I read at:
    http://help.sap.com/saphelp_erp2004/helpdata/en/43/57df37463a126ae10000009b38f842/content.htm
    that the <i>SAP Demo</i> Source System will be used. What I can't understand is if I need to manually create and select this Source System. I thought it would be automatically created and assigned during the Business Content's cube activation. This is not the case. What steps would I have needed to perform?
    Davide

Maybe you are looking for

  • Can I have more than one device active on my iTunes account?

    ON my iTunes account I currently have two iPhones and one iPod touch. Everything worked fine until a month ago when suddenly iMessage started sending incorrectly between the iPhones. We don't access iMessage on the iPod. It created a message thread o

  • Can't open Acrobat pdf files in document library - SBS 2011

    I've uploaded some Acrobat PDF files to a document library in the companyweb (SharePoint 2010 Foundation website) on SBS 2011. But if I click on one of them in the standard view, acrobat opens and displays a message "The URL you have provided could n

  • How to add the Drawings while creating Inspection Plan

    Dear all, As we can attach the files in QM01 - Create Notofication thru "Choose an Object" . In similiar way can  "Choose an Object" object can be attached to Insp. plan or any other way to attach drawing.

  • Connecting to iTunes store

    new to iPod nano. Have downloaded iTunes and synched my Nano. But if I click iTunes store it just says connecting in the box top middle of screen then bombs out. To actually buy something I go to the store via my internet connection, click store then

  • Is it possible to use a camera phone as your webcam?

    I have a Nokia N73 camera phone is it possible to set it up to use it as my camera for iChat?