SID # could not be converted...

Dear Experts,
i wanted to open a query and the foll. err. msg. has appeared:
"SID 1 for characteristic XYZ could not be converted CL_RSDM_READ_MASTER_DATA->_SIDVAL_DIRECT_READ2"
"System error in program SAPLRRK0 and form MEGA_SORT_M_02-02- (see long text)"
Long Text:
"Diagnosis
This internal error is an intended termination resulting from a program state that is not permitted.
Procedure
Analyze the situation and inform SAP.
If the termination occurred when you executed a query or Web template, or during interaction in the planning modeler, and if you can reproduce this termination, record a trace (transaction RSTT).
For more information about recording a trace, see the documentation for the trace tool environment as well as SAP Note 899572.
  Notification Number BRAIN 299."
The SID 1 for characteristic XYZ is really missing in the S table of the characteristic...
What should I do? Any ideas?
Thx.

HI,
Firstly you need to check the consistency for the Masterdata used in the Report(Use RSRV). Then if you found any errors you can repair those Objects. Reload the Masterdata.
If you are still getting the same problem while running the report, then check the consistency for InfoCube in RSRV. If there is inconsistency with the corresponding masterdata objects then you need to reload the Transaction data again to fix this issue.
Hope this help's you.
Anil Kumar

Similar Messages

  • SID 0 for characteristic ZGRP_DIV could not be converted CL_RSDM_READ_MASTER_DATA- _SIDVAL_DIRECT_READ2

    Hi
    A 2 infocube containing multiprovider based query have following error when I select infoobjects from both infocubes:
    SID 0 for characteristic ZGRP_DIV could not be converted CL_RSDM_READ_MASTER_DATA->_SIDVAL_DIRECT_READ2
    An error occurred when getting data from the processor.
    >> Row: 29 Inc: LRRK0F00 Prog: SAPLRRK0
    ABAP DEBUGGER's screen shot also attached.

    Hi
    Thanks it works but only one infocube's 50% infoobjects giving this error, Why?
    2nd is infoobject A,B & C are common in both InfoCubes but A has unique records only
    so the query result have 2 row for each record like following:
    A   B                  C           D              E           
    11 10               ASD   Not Assign     PRN
    11 Not Assign  ASD   Account         Not Assign
    12 20               LHR   Not Assign     CRT
    12 Not Assign  LHR    Payment       Not Assign
    13 30               KHI    Not Assign     SCN
    13 Not Assign  KHI    Dispatch        Not Assign
    How can I resolve it?

  • New@SSIS - Excel Src: The value could not be converted because of a potential loss of data

    Good day,
    I am currently working on a SSIS package that had been built by a previous user. That Package allows me to import data from an excel source to a SQL table. The excel sheet holds multiple columns, However I am having difficulty with one
    column when running the package.
    The column rows hold a character and an integer (eg: N2). The data types are as follows:
    SQL – varchar(3),NULL
    SSIS - double-precision float [DT_R8]
    I then inserted a data conversion task to change the data type. The task holds the following properties:
    Input column – F6
    Output Alias – Copy of F6
    Data Type – string[DT_STR]
    Length – 50
    When I execute the package I receive the following error:”
    [Excel Source Data [76]] Error: There was an error with output column "F6" (91) on output "Excel Source Output" (85). The column status returned was: "The value could not be converted because
    of a potential loss of data.".
    I do know that usually the message "The value could not be converted because of a potential loss of data." refers to a data type or length problem.
    Further insight to this problem will be much appreciated.

    Hi Zahid01,
    From the error message you post, we can infer the issue is caused by the input column “F6” cannot convert to the output column in Excel Source.
    Based on my test, I can reproduce the issue in my environment. The exactly cause is the data type of input column “F6” cannot convert to the data type of corresponding output column. For example, the data type of input column “F6” is [DT_STR], the data type
    of corresponding output column is [DT_I4], and there are some nonnumeric values in the input column “F6”. When we execute the task, the error occurs. We can verify the issue in the Advanced Editor dialog box of Excel Source. The following screenshot is for
    your reference:
    To avoid this issue, please make sure the input column can convert to the output column in Excel Source, including all the values in the input column.
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Error: could not be converted to [class java.lang.Class].

    I am newbie to JDeveloper (10.1.2) on winxp and i was trying to setup the example from the following url http://radio.weblogs.com/0129487/2003/09/19.html
    It is a how to on "Executing Toplink Queries using JavaBean DataControl "
    Any help would be greatly appreciated.
    Near the bottom on step "In StrutsPageFlow diagram, select allEmpsDA Data Action, right mouse and chooe Run" i get a the following runtime errors:
    Validation Error
    You must correct the following error(s) before proceeding:
    JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.toplink.exceptions.ConversionException, msg= Exception Description: The object [mypackage.Employees], of class [class java.lang.String], could not be converted to [class java.lang.Class]. Please ensure that the class [class java.lang.Class] is on the CLASSPATH. You may need to use alternate API passing in the appropriate class loader as required, or setting it on the default ConversionManager Internal Exception: java.lang.ClassNotFoundException: mypackage.Employees
    JBO-29000: Unexpected exception caught: oracle.toplink.exceptions.ConversionException, msg= Exception Description: The object [mypackage.Employees], of class [class java.lang.String], could not be converted to [class java.lang.Class]. Please ensure that the class [class java.lang.Class] is on the CLASSPATH. You may need to use alternate API passing in the appropriate class loader as required, or setting it on the default ConversionManager Internal Exception: java.lang.ClassNotFoundException: mypackage.Employees
    Exception Description: The object [mypackage.Employees], of class [class java.lang.String], could not be converted to [class java.lang.Class]. Please ensure that the class [class java.lang.Class] is on the CLASSPATH. You may need to use alternate API passing in the appropriate class loader as required, or setting it on the default ConversionManager Internal Exception: java.lang.ClassNotFoundException: mypackage.Employees

    This error is happening on a read.
    Here is the mapping descriptor:
    <database-mapping>
    <attribute-name>SuppItemCollection</attribute-name>
    <read-only>false</read-only>
    <reference-class>package.SuppItem</reference-class>
    <is-private-owned>false</is-private-owned>
    <uses-batch-reading>false</uses-batch-reading>
    <indirection-policy>
    <mapping-indirection-policy>
    <type>oracle.toplink.internal.indirection.NoIndirectionPolicy</type>
    </mapping-indirection-policy>
    </indirection-policy>
    <container-policy>
    <mapping-container-policy>
    <container-class>java.util.Vector</container-class>
    <type>oracle.toplink.internal.queryframework.ListContainerPolicy</type>
    </mapping-container-policy>
    </container-policy>
    <source-key-fields>
    <field>SUPP.REQ_NUM</field>
    </source-key-fields>
    <target-foreign-key-fields>
    <field>SUPP_ITEM.REQ_NUM</field>
    </target-foreign-key-fields>
    <type>oracle.toplink.mappings.OneToManyMapping</type>
    </database-mapping>
    Object model has a Supp class that has a collection of SuppItem(s). I was allowing the Mapping Workbench to create the Java Source. I'm not to fond of that, but I thought it would be easiest to get things going.
    The datamodel is similiar to the class model.
    Thanks for the help,
    Mike

  • "itunes could not copy song to the ipod because the file could not be converted."

    Hello.  I'm using iTunes 10.6 and trying to sync an iPod Classic 120GB with Mac OS X 10.6.8.  I keep getting the error "itunes could not copy 3 songs to the ipod because the file could not be converted."   All three songs are AAC, 256kbps. I didn't have this problem with these songs a couple days ago until I decided to convert all 256kbps songs to 128kbps to fit on my 120Gb iPod.  iTunes, nor my iPod haven't updated during this time.  Any suggestions?
    -Chad

    This problem does seem pretty random, affecting just a small number of tracks. Apparently it is due to some file corruption or something... Anyway, this thread https://discussions.apple.com/thread/2654317?start=15&tstart=0 has a couple of solutions spelled out. Basically the same thing that a-monk-at-large suggested above. (Delete and redownload the offending tracks.)

  • Itunes could not copy song because the file could not be converted.  Can anyone help

    Synced Jeff Wayne's War of the World from Mac to Iphone - 1 track could not be copied - error message "the file could not be converted" popped.
    Any suggestions as to problem and remedy?

    This "Workaround" doesn't fix the fact that Itunes generate an error message because it is unable to convert the audio file ALTHOUGH the audio file is OK.
    This problem started with Itunes 11.1.3, and it affects almost every album in my library for no reasons ...
    Tried deleting all library file, creating a new library and re-importing audio file that I know are OK ... funny thing, it's not always the same file that create this bug.
    Really a random bug ... reopened itunes with "compatibility option" set to "Windows XP SP3"   and  it's different tracks from the same album that can't be converted now.

  • I received error message that 6 of my songs I purchased on a workout album could not be copied because the file could not be converted. How do I get these 6 songs to download on my ipod shuffle?

    I received error message that 6 of my songs that I purchased on a workout album could not be copied because the file could not be converted.
    How do I get these 6 songs downloaded to my ipod shuffle?

    I can think of only one reason a song would be "converted" while it is being loaded on a shuffle.
    Select the iPod in the iTunes sidebar, under DEVICES.  Over to the right, depending on iPod model, go to the Summary or Settings tab.  There should be a setting there that says Convert higher bit rate songs to 128 kbps AAC (the 128 kbps part may be adjustable).  If that checkbox is checked, try unchecking it.
    NOTE:  This setting may allow more songs to fit on the shuffle, but for any converted song, the sound quality will become inferior.  So I don't use it.

  • Jpg could not be converted

    Hi,
    I send an email to the iprint appliance from thunderbird with a jpg file inside the email.
    Then i received this error message :
    Failed to print the job. Error occurred during document conversion.
    Job List
    Document: EmailBody.txt
    Status: Error in document conversion, or invalid page range. Supported document formats include Open Office, Microsoft Office, PDF, image and text files.
    In the log :
    PM com.novell.service.iPrint.mobile.job.email.EmailAc tionReceiver saveMessage
    WARNING: Unsupported mime type, saving as text: multipart/RELATED;
    boundary=------------020105020302080706070201,file: null
    Apr 02, 2014 2:24:31 PM com.novell.service.iPrint.mobile.job.email.EmailAc tionReceiver saveMessage
    WARNING: Unsupported file for printing, file: /var/opt/novell/iprintmobile/jobs/1.0.EmailBody.txt, Content Type: multipart/related
    Apr 02, 2014 2:24:31 PM com.novell.service.iPrint.mobile.printer.GlobalPri ntManager processEmailJob
    WARNING: Job 1 could not be converted.
    If i removed the jpg file from the email it works correctly.
    What sould i do ?
    Thanks

    nwadmsitn,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://www.novell.com/support and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Forums Team
    http://forums.novell.com

  • Object of class stdClass could not be converted to string

    Dear all,
    Im very new in PHP development and trying to consume a ASP.NET webservice.
    This is my code:
    <HTML>
    <HEAD>
    <TITLE>New Document</TITLE>
    </HEAD>
    <BODY>
    <?php
    require_once('lib/nusoap.php');
    $soap = new SoapClient('https://testsoap.test.nl:446/Service1.asmx?wsdl');
      try {
        $result = $soap->testPhp();
        echo "$result";
      } catch (SoapFault $e) {
        echo "Error: {$e->faultstring}";
    ?>
    </BODY></HTML>
    When running this, im getting this error:
    PHP Catchable fatal error: Object of class stdClass could not be converted to string . on line 14.
    And this is line 14 in my code:
    echo "$result";
    Can anyone help me with this issue?
    Thanks

    Without knowing what version of PHP you are using and also there does not seem to be an SAP angle, have you tried var_dump() instead of echo.
    e.g. var_dump($result);
    http://php.net/manual/en/function.var-dump.php

  • Adobe Form Translation error Omitted Objects (Could not be Converted)

    Hi,
    I am new to this forum. I have an issue with Adobe form Translation. Through SE63 (or through the form translation itself) , whenever I try to translate into any language it gives me an error "  Omitted Objects (Could not be Converted)". And the translation doesnt get saved. I tested with other forms and the translation works perfectly fine. Its the problem only with this particular form. In fact any change gives error. For e.g. I copy the English the translation to the Greek or the Hungarian one, and if I delete a character and save it it gives me an error.
    Please help me if you have faced similar issues have any knowledge about it.
    Thanks in advance
    Shivam

    Hi David,
    Thanks for answering my query. I had installed a new patch and even that did not work. However I managed to make it work. I dont know if its the correct way but it worked for me. On furthur analyses I found out that the problem was with XML tags. This was throwing an error. Also, on looking at the translations I Observed that there were few close tags "</trans-unit> " which had no open "<trans-unit>" for them. I simply deleted the extra close tags and the translation worked fine after that.
    Point to be noted is that the extra tags were not there in the original english translation. They only appeared when I tried to change the Greek or Hungarian translation and saved them.
    Hope it helps anybody.
    Thanks.

  • Adobe Forms - Translation error (Omitted Objects (Could not be Converted):)

    Hi Experts,
    I have developed an invoice(adobe forms) in my development server and translated this invoice for FRENCH(F) and moved this request to Quality server and now i am trying to translate the same form for GERMANY(DE) in dev server, i am getting a message when i am saving the object "Omitted Objects (Could not be Converted):" and the text are not changed (which means english text remains not changed while translating into DE)
    i hope it is not related to SAP Logon GUI problem, because i developed a sample form and i tested it for some languages(while translating, it has not pgiven any error message like "Omitted Objects (Could not be Converted):". am using SAP 710 release and patch 14)
    Please help me to solve this problem
    Thanks and regards
    Vijayendran.R

    HI Priya,
    Thank you, i ahve implemented the same..
    it is working fine..
    Thanks & Regards
    Vijayendran.R

  • How to rectify the error "basic type z_idocname could not be converted"

    hi,
    I am trying to create a partner profile for a outbound process. In the transaction we20 i gave a new partner number, attached the message type and the idoc and the port no, when i tried saving its showing basic type z_idocname could not be converted how to rectify this error.

    Have you made the corresponding entries in WE81 and WE82?

  • Error message "Quantity could not be converted from GA to"

    Error message "Quantity could not be converted from GA to" gets displayed when i update any condition value/type ZMET in VA02 transaction.
    Where we need to maintain "Alternative unit of measure for the material"
    Plz do the needful. Points rewarded
    Regards,
    Sathish

    Dear Sathish
    Go to material master, select "Additional Data" tab.  There select "Units of measure" and maintain the alternative unit of measure and save.  Now retry.
    thanks
    G. Lakshmipathi

  • SID Could not be found

    Dear All,
    I would be grateful, if you could please help me to know the steps that should be carried out when i see a SID could not be found  error. I tried searching the forum, i was able to find only for the global settings issue.
    Please let me know the process of fixing the issue step by step.
    Thanks in Advance.
    Regards,
    Syed

    Hi,
    i think this related to DSO ,some error during activation of request.
    CHECK out
    DSO Activation Failed - No SID found
    No SID found for Characteristic
    in some cases error also occur due to invalid char in DSO cahr values so correct them in PSA only after deleting req from DSO.
    THANKS
    Edited by: npathak on Aug 16, 2010 4:35 PM

  • ..could not copy ..... because the file could not be converted.

    iTunes 11.0.2.26 on Win 7.
    I bought a song on iTunes for my wife the other day and she put it on her iPad.
    After some syncing, iTunes is trying to sync that song to my iPad.
    Everytime I get an error saying 'iTunes could not copy  (name of song) to the (my iPad)
    because the file could not be converted'.
    Is there some way I can convert that song?
    I'm not sure how it got to my wife's iPad and won't get to mine.
    Thanks!

    The song showed in iTunes on my iPhone with a little cloud icon with a download arrow.
    Tried downloading it and syncing. Same error.
    Deleted the song from my iPhone.
    Deleted the song from my iTunes Library on my PC.
    Then re-downloaded the song to my PC's iTunes Library.
    Re-sync'ed the phone. Went fine.

Maybe you are looking for

  • Installing boot camp on a second drive

    Hi All, First let me apologize for this long-winded post and also for my lack of basic knowledge when it comes to mac computer skills. I would like to install windows 7 on a brand new 500gb drive in a brand new mac pro. I was reading through the inst

  • [Locked] Centering an oversized web page in dreamweaver

    for a web programming class an extra credit challenge is to fix all found issues with some example web pages in dreamweaver in the first example page the most obvious problem is that the page has oversized dimensions which are 1680 x 1050 so the main

  • Open a Dreamweaver Page in a new tab

    Has anyone been able to create a hyperlink that opens a new tab rather than a new instance of the browser and if so, how?

  • Is there an App that sym links the Desktop to a folder

    There was an app Called Deviant a while back that set your desktop to a specific folder, showing that folder's contents on your desktop. It had a quick link on your top menu that would let you switch between desktop folders so that, for example, you

  • Where to download Xcelsius 2008 SP1 (without Hot Fixes)?

    Hi All, I am looking for Xcelsius 2008 SP1 - just the service pack, without any hot fixes. Please, does anyone now where it can be downloaded from? Thanks in advance for any hint.