Hexadecimal error during activation of DSO from datasource

hi guys,
im facing this error during DSO data activation:
Value '"1st anniversary,birthday & staff party"' (hex. '2200310073007400200061006E006E00690076006500720073') of characteristic ZTXOSIK1 contains invalid characters
is there any routine that i can put in transformation to fix this error.. please advice.

Hi,
Long back i faced this Hex Values issue, i used the below code in  the charecterictic routine of transforamtions
my source field was: TXZ01
my target infoObject was : ZMAT_TXT
please find the code below which i used, first read it and do the needful changes as per your requirement
FIELD-SYMBOLS: <ic> TYPE x.
    DATA: hex_count  LENGTH 2 TYPE n.
    DATA: char_count LENGTH 2 TYPE n.
    DATA: x8         LENGTH 2 TYPE x.
    DATA:
    hex1(64) TYPE x VALUE
'00000020000100200002002000030020000400200005002000060020000700200008'
'002000090020000A0020000B0020000C0020000D0020000E0020000F0020',
    hex2(64) TYPE x VALUE
'00100020001100200012002000130020001400200015002000160020001700200018'
'002000190020001A0020001B0020001C0020001D0020001E0020001F0020'.
    IF SOURCE_FIELDS-txz01 = ' '.
      RAISE EXCEPTION TYPE CX_RSROUT_SKIP_RECORD.
    ENDIF.
    RESULT = SOURCE_FIELDS-txz01.
    hex_count = 0.
    char_count = 0.
0000---001F
    ASSIGN RESULT TO <ic> CASTING TYPE x.
    DO.
      MOVE <ic>+hex_count(2) TO x8.
      SEARCH hex1 FOR x8 IN Byte MODE.
      IF sy-subrc <> 0.
        SEARCH hex2 FOR x8 IN BYTE MODE.
        IF sy-subrc = 0.
          result+char_count(1) = ' '.
        ENDIF.
      ELSE.
        result+char_count(1) = ' '.
      ENDIF.
      IF hex_count < 78.
        ADD 2 TO hex_count.
      ENDIF.
      ADD 1 TO char_count.
      IF char_count >= 40.
        EXIT.
      ENDIF.
    ENDDO.
Regards
Reddy A

Similar Messages

  • Error during activation of DSO - Activation of M records from DataStore obj

    Hi All,
    Below is the error i am getting while activating the DSO, Even though similar post on this topic, solution not mentioned, any solution greatly appreciable.
    When -
    During Activation of DSO
    State of DSO -
    Request become "RED", It is available for reporting, some records in Active table, some in new table and some in new table.
    Job Log -
    Error when inserting the data record for data package
    Process 000105 returned with errors
    Error when inserting the data record for data package
    Process 000106 returned with errors
    Process 000107 returned with errors
    Data pkgs 000001; Added records 1-; Changed records 0; Deleted records 0
    Log for activation request ODSR_4GXKRYHMY97R9U62M6U52XXXY data package 000001...000001
    Errors occured when carrying out activation
    Analyze errors and activate again, if necessary
    Activation of M records from DataStore object Z_DSPO terminated
    Report RSODSACT1 ended with errors
    Job cancelled after system exception ERROR_MESSAGE
    Detail log -
    Error when inserting the data record for data package                                                  106
    Message no. RSODSO_PROCESSING002
    Diagnosis
    Failed to store data records persistently. Possible causes are:
    You tried to save a record that is already stored in the database.
    This error only occurs with DataStore objects with option "Unique Data Records".
    A unique index was created for the table of active data.
    You can check this in the Data Warehousing Workbench by choosing "Display" for the DataStore object and opening the "Indexes" folder.
    There is a technical problem on the database.
    Thanks,

    HI PT,
    I am also getting the same error like i have loaded the data into DSO and tried to activate the init request but it has become red and checked in log found that there are some SID Generation errors so please give me the step by step solution.
    SID Generation
    Data Package 000056
    Data Package 000064.
    Thanks in advance,
    Jay

  • Error while activating 0FIAR_O03 DSO from Business content

    Hi,
    While I am activating 0FIAR_O03 DSO from Business content, getting an error "You do not have authorization for InfoSource 80FIAP_O03".
    Thanks,
    RAJ

    Hi raj,
    The error message clearly tells that you are not authorized...some of the authorization object is missing from ur profile...check the missing Auth object and get it add to ur ID.
    do the following... try to activate the DSO once again ... you will get the message again
    now enter transaction SU53 -- and click ok -- it will display the missing auth object from ur profile.
    if it does not display any thing try to run the authorization trace using ST01 transaction ... to get the missing auth object.
    Regards
    KP

  • Error during activation process

    hi all,
    i have"error occured during activation process" DSO...but the request is available for reporting.what do i do?
    thanks

    Hello Dear
    In the setting of infopackage you have following options
    a. No update, no reporting (default)
    If errors occur, the system terminates the update of the entire data package. The request is not released for reporting. However, the system continues to check the records.
    b.Update valid records, no reporting (request red)
    This option allows you to update valid data. This data is only released for reporting after the administrator checks the incorrect records that have not been updated and manually releases the request (using a QM action, that is, by setting the Overall status on the Status tab page in the monitor).
    c.Update valid records, reporting possible
    Valid records can be reported immediately. Automatic follow-up actions, such as adjusting the aggregates, are also carried out.
    Check if you have selected the third option
    Thanks
    Tripple k

  • Error During Activation of Web services

    When I try to create a web services using RFC and try to complete the steps in the wizard. I am getting error message as "Error during Activation of web services". and also when configure service in wizard, im getting only two profiles as "Basic Authorization: SOAP PROFILE" and "Secure SOAP PROFILE". Kindly do the needful.
    Moderator message: please do more research before asking, show what you have done yourself when asking.
    Edited by: Thomas Zloch on Aug 8, 2011 1:33 PM

    Olivier, thank you so much
    SOAMANAGER does not exist in my system (sp level 8), so node "/sap/bc/soap/rfc" should be active. Actually, it is active.
    I think the problem is related to user rights/profiles.
    I have tried to create another WS after assigning role SAP_BC_WEBSERVICE_ADMIN. The same error when trying to activate it, but now, I can see this WS in SE80 (under "Enterprise Services->Service Definition"). It is not active there and if I try to activate it, a success message appears indicating that user "is not authorized to use function netzwerkadministration". I cannot see any new services in SICF...
    Probably the new entry in SICF will be created after activating WS in SE80...
    Do u know what user profile should I add in order to properly activate the WS in SE80?
    Thank you very much!
    Vicente

  • Error during activation of ExternalWebServiceIntegration

    Hi All,
    Has anyone got the following error during activation of ExternalWebServiceIntegration?
    I am trying to create an ExternalWebServiceIntegration for a SOAP based ERP web service. I am able to create the ExternalWebServiceIntegration using the required WSDL file. But when I try to activate it, I get this error message.
    Any idea on what could be causing this?
    Thanks,
    Sanat

    Did you perform a "Check" and see if something's thrown at Output window?
    If you don't have enough info to debug, then I suggest you raise an incident.

  • Error during activation of ODS data

    Hi all,
    I am getting error during activation of ODS data.
    Error: Error occur during activation.
    How to check , where that error exactly occurs.
    Appreciating any response.

    Hi Santosh,
    SM37 is mainly for monitoring the back ground jobs...... both in R/3 side and BW side this is same.. just for monitoring the background jobs... fisrt by using SM36 basis people will schedule in background.. and we just identify.. which are completed and which are not completed... in SM37.
    there are various status they are
    PLANNED
    RELEASED
    CANCELLED
    ACTIVE
    FINISHED
    READY
    Check this link
    http://help.sap.com/saphelp_nw04/helpdata/en/c4/3a8016505211d189550000e829fbbd/frameset.htm
    In Sm37 u can see the different options for background jobs, like Scheduled, released, ready,active, finished, canceled.. If u want to know the Status of the current running job, U just type the job name, user name then click execute(F8).
    hope this helps
    regards
    Karthik
    Assign points if helpful

  • Error during activation a message mapping

    Hi,
    I get this error during activation a message mapping:
    source code has an syntax error:
    D:/usr/sap/XI3/DVEBMGS00/j2ee/cluster/server0/./temp/classpath_resolver/Mapf1f9db20a78a11dac004000f1ff80130/source/com/sap/xi/tf/_Source2Target_.java:2: package com.sap.aii.mappingtool.tfapi does not exist import com.sap.aii.mapping.api.; import com.sap.aii.mappingtool.tfapi.; ^ 1 error
    Can anybody help me please??
    Thanks.
    Regards
    Stefan

    Hi Michal,
    I do not have deleted some libraries in the XI-Installation.
    I have some customer functions in other mappings but no message mapping without or with customer function can I activate, now.
    The mappings are in serveral software components but it is no chance to activate a message mapping.
    Regards,
    Stefan

  • Error during activation in adobe form

    Hi Guys,
       While activating the adobe form i am getting the error message as 'Error during activation' with out any futher details.Its not showing any error details.Appreciate you for your help.
    Regards
    Syed

    Hi,
    I am facing the same problem of "Error during activation" while activating the SAP interactive form.
    I am using ECC 6.0, ADL 7.1 and Adobe reader 8.0
    Could you please suggest a way out.
    Thank You
    Aser

  • Error During Activation while activating Report Selection Texts

    Hi,
         I've developed a report and the Transport Request for the Report has been migrated to Quality and Production Systems. Now, I have to make some more changes where I had to create another request.
    Now, while activating the Selection Texts for the Report under the New Transport Request, it gives me an error message saying "Error During Activation". Could somebody tell me the reason and resolution for this error?
    Thanks and Regards,
    Venkat

    Hi ,
    Try activating it through se80 , as it activates the complete object .
    In inactive head , with your user id see all the inactive object , may be there you can find the program , or the texts . Activate and see.
    Regards,
    Sureshp.

  • Error during activation of text elements

    Hello All,
    I have a problem activating the text elements of a program. The
    text elements can be edited but can not be activated. It displays an error during activation prompt.I tried deleteing it and recreating but still does not work.
    Thanks in advance for all the help.
    Rgds,
    Anju

    Have a look at:
    Selection Text Activation
    Amit.

  • Error during activation in Text Elements

    Hi All,
    I am getting ' Error during activation ' in Text Symbol While Creating new transport request.
    and in Changing mode it's shows inactive mode For Previous Transport request user.
    Please Suggest any Solution For that .
    Thanks & Regards,
    Manish

    Hi Mahesh,
    The Previous User Request already released .There is on Button there (active/inactive).
    When i click this button it goes to display mode and shows status as active.
    but when i click change mode it shows status as in active.
    Thanks & regards,
    Manish

  • Error during activation of adobe non-interactive form

    Hello everyone,
    I am trying to activate a non-interactive adobe form and am getting the below error:-
    "Field p_lifnr has a conversion routine(see SAP note 796755)".
    I have made sure that this field (which is corresponding to LFA1-lifnr) has context binding, I even tried using below code in its interface:-
    GET PARAMETER ID 'LIF' FIELD p_lifnr.
    and also tried the below:-
    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
            EXPORTING
              input  = p_lifnr
            IMPORTING
              output = p_lifnr.
    just in case..
    but all above in vain,can someone let me know what might be the problem....or where would I find this 'SAP note 796755' ?
    Thanks,
    Rachna.

    Hi,
    I am facing the same problem of "Error during activation" while activating the SAP interactive form.
    I am using ECC 6.0, ADL 7.1 and Adobe reader 8.0
    Could you please suggest a way out.
    Thank You
    Aser

  • Error During Activation of Interactive form

    Hi SAP Masterminds,
    I'm working on Interactive forms in ECC 6.0 system with proper ADS Configuration. I have created an interactive form with two fileds in the interface as <b>FIRSTNAME</b> and <b>LASTNAME</b>. Now when I'm trying to activate the form it says <b>error during activation</b>. I have <b>Adobe Reader 8.1</b> along with <b>Adobe LiveCyscle Designer 7.1</b> installed on my system. Even I have checked the programs <b>FP_TEST_00, FP_PDF_TEST_00</b> etc... to see whether ADS is configured correctly or not. They worked fine. Could you help me solve this problem by telling me what else should I check to make sure I can activate the form.
    Thanks and Regards,
    Maddineni.

    Hi,
    I am facing the same problem of "Error during activation" while activating the SAP interactive form.
    I am using ECC 6.0, ADL 7.1 and Adobe reader 8.0
    Could you please suggest a way out.
    Thank You
    Aser

  • Can't sign in to FaceTime or IMessage just keeps reading error during activation

    CCan't sign into FaceTime or IMessage says error during activation help!!!

    Hey June762,
    Sorry to hear you are having these issues with your iPad. If you continue to get activation errors in FaceTime or Messages, you may find the info and troubleshooting steps outlined in the following article helpful:
    If you get an error when trying to activate iMessage or FaceTime - Apple Support
    Cheers,
    - Brenden

Maybe you are looking for