How to debug  a run time error encountered while executing ZFunction Module

Hi all,
My requirement is to create a ZFunction Module that Generated a sales order
for multiple line items and works for both Variant Configurable material and a Normal Material.
I am using BAPI_SLSTRANSACT_CREATEMULTI in my Zfunction Module to create a
Sales order
My ZFunction Module works well if I give normal material as input.
It also works well and generates a sales order if I give all Variant Configurable materials as input.
But if I give both Variant Configurable material and a normal material it throws a run time error.
Can some one tell me what is wrong? can some one suggest me how to debug this run time error
Termination occurred in the ABAP program "SAPLCRM_CONFIG_OW" - in                            
"CONFIG_TO_CBASE".                                                                          
The main program was "RS_TESTFRAME_CALL ".                                                                               
In the source code you have the termination point in line 63
of the (Include) program "LCRM_CONFIG_OWF02".                                                
Source Code Extract                                                                               
Line SourceCde                                                                               
|   33|                                       LT_CUXI_CUPRT                                       
|   34|                                       LT_CUXI_CUVAL                                       
|   35|                                       LT_CUXI_CUVK                                        
|   36|                                       LS_CUXI_CUCFG.                                      
37
|   38|  PERFORM CREATE_PRICING_CSTIC USING IS_CONFIG-CUCFG-CFGINFO.                              
39
|   40|* set config to cbase                                                                      
|   41|  CALL FUNCTION 'COM_CUXI_SET_SINGLE_CFG'                                                  
|   42|       EXPORTING                                                                           
|   43|            I_CFG_HEADER          = LS_CUXI_CUCFG                                          
|   44|            I_ROOT_INSTANCE       = CV_INT_OBJ_NO                                          
|   45|            I_LOGSYS              = LV_LOGSYS                                              
|   46|       IMPORTING                                                                           
|   47|            E_ROOT_INSTANCE       = CV_INT_OBJ_NO                                          
|   48|       TABLES                                                                               
|   49|            I_TAB_INSTANCES       = LT_CUXI_CUINS                                          
|   50|            I_TAB_PART_OF         = LT_CUXI_CUPRT                                          
|   51|            I_TAB_VALUES          = LT_CUXI_CUVAL                                          
|   52|            I_TAB_VAR_KEYS        = LT_CUXI_CUVK                                           
|   53|            I_TAB_RESTRICTIONS    = LT_CUXI_CURES                                          
|   54|       EXCEPTIONS                                                                          
|   55|            INVALID_INSTANCE      = 1                                                      
|   56|            INTERNAL_ERROR        = 2                                                     
57
OTHERS                = 3.                                                        58
|   59|  IF SY-SUBRC <> 0.                                                        
|   60|    if sy-msgno is initial.                                                      
|   61|      MESSAGE X010 WITH 'COM_CUXI_SET_SINGLE_CFG'.
|   62|    else.                                                                             
|>>>>>|      MESSAGE ID SY-MSGID TYPE 'X' NUMBER SY-MSGNO
|   64|              WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
|   65|    endif.                                                                               
|   66|  ENDIF.                                                                               
67
|   68|ENDFORM.                               " CONFIG_TO_CBASE                                   

Hey Amit...
Can I Create a Sales order for VC and Non VC items using BAPI_SLSTRANSACT_CREATEMULTI
Is it a limitation for BAPI_SLSTRANSACT_CREATEMULTI
I am trying to create a Sales Order using a Zprogram. I have used BAPI_SLSTRANSACT_CREATEMULTI. If I give the input as Normal material I am able to generate a sale order. If I give the input as VC material I am able to generate a sales order. But if I give both VC and Normal material as input, I get a run time error as follows.
Is it a limitation for BAPI_SLSTRANSACT_CREATEMULTI that we cannot create a sales order with both VC and Non-VC items or am I missing some data which I need to pass when I give both VC and Non VC items? I get this error only for my Zprogram. But if I try to create an order on screen manually I donu2019t get any error. This happens only if I create an order with my Zprogram.
Some one please help me u2026I am just stuggling to get this doneu2026
I dint find any posts that gives me information about this error.
CUX1 034 u201CNo root instance found in header datau201D                                                                               
In the source code you have the termination point in line 63                                   of the (Include) program "LCRM_CONFIG_OWF02".

Similar Messages

  • Error encountered while executing the transform project name.map name. Error:Unable to create the transform. Microsoft.XLANGs.Engine

    Hi All,
    I developed a Biztalk Application aims to upload a flat file data to our system MS SQL Server database. It works fine until one day, an exception is generated as below.
    "Error encountered while executing the transform project name.map name. Error:Unable to create the transform. Microsoft.XLANGs.Engine"
    It continues to generate an exception until I restart the Biztalk instance. And it happens occasionally, no pattern, cannot be traced and debugged.
    Anybody has an idea about this error? Please help, thank you very much.
    The Biztalk Server is running on Hyper-V Virtual machine, Biztalk Server 2009 on Windows Server 2008.
    The Biztalk Application consists of Mapping Functoid, Orchestration, Flatfile Schema, Flatfile Disassembler Pipeline, SQL Send Port, File Receive Port and Send Port
    Eric

    HI Eric,
    I think it might happen because of large message (Out of Memory exception). As you said you have flat file as inbound, you are doing mapping and then sending it to MSSQL
    SO you can check below mentioned things
    1) Any custom pipeline component is used in receive pipeline. (if so optimize the code)
    2) This issue haapen only with large message (BizTalk convert flat file to XMl to if you have 1MB file corresponding XML will be of higher size)
    again all thing mentioned above is assumption.
    YOu can use debugdiag tool to see if memory leak is happening
    http://www.microsoft.com/en-in/download/details.aspx?id=26798

  • Error encountered while executing the transform

    My message failed at orchestration with the following error. Kindly help in finding the issue.
    xlang/s engine event log entry: Uncaught exception (see the 'inner exception' below) has suspended an instance of service 'Ibox.UNEDIFACT.CODECO.Orchestration.CodecoDownload(df91e55f-c6aa-914d-f042-acdb45bdcaf4)'.
    The service instance will remain suspended until administratively resumed or terminated.
    If resumed the instance will continue from its last persisted state and may re-throw the same unexpected exception.
    InstanceId: cc8fac84-47dc-4d31-be15-80c9f86ffaac
    Shape name: CodecoMapping
    ShapeId: 32b0a92d-82f7-4b3a-8e22-a94b53bf2804
    Exception thrown from: segment 1, progress 22
    Inner exception: Error encountered while executing the transform Ibox.UNEDIFACT.CODECO.Orchestration.CodecoMap. Error:Transformation failed..
    Exception type: XTransformationFailureException
    Source: Microsoft.XLANGs.Engine
    Target Site: Void ApplyInMemoryTransform(System.Type, Microsoft.XLANGs.RuntimeTypes.TransformMetaData, System.Object[], System.IO.Stream[])
    The following is a stack trace that identifies the location where the exception occured
       at Microsoft.XLANGs.Core.Service.ApplyInMemoryTransform(Type mapRef, TransformMetaData trfMetaData, Object[] outParams, Stream[] inStreams)
       at Microsoft.XLANGs.Core.Service.ApplyTransform(Type mapRef, Object[] outParams, Object[] inParams)
       at Ibox.UNEDIFACT.CODECO.Orchestration.CodecoDownload.segment1(StopConditions stopOn)
       at Microsoft.XLANGs.Core.SegmentScheduler.RunASegment(Segment s, StopConditions stopCond, Exception& exp)
    Additional error information:
            Exception has been thrown by the target of an invocation.
    Exception type: TargetInvocationException
    Source: mscorlib
    Target Site: System.Object InvokeMethod(System.Object, System.Object[], System.Signature, Boolean)
    The following is a stack trace that identifies the location where the exception occured
       at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
       at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
       at Microsoft.XLANGs.BaseTypes.CompiledXsltWrapperTransform.Transform(IXPathNavigable input, XsltArgumentList arguments, XmlWriter results, XmlResolver resolver)
       at Microsoft.XLANGs.BaseTypes.CompiledXsltWrapperTransform.Transform(IXPathNavigable input, XsltArgumentList arguments, Stream output, XmlResolver resolver)
       at Microsoft.XLANGs.Core.Service.ApplyInMemoryTransform(Type mapRef, TransformMetaData trfMetaData, Object[] outParams, Stream[] inStreams)
    Additional error information:
            Attribute and namespace nodes cannot be added to the parent element after a text, comment, pi, or sub-element node has already been added.
    Exception type: XslTransformException
    Source: System.Data.SqlXml
    Target Site: Void ThrowInvalidStateError(System.Xml.XPath.XPathNodeType)
    The following is a stack trace that identifies the location where the exception occured
       at System.Xml.Xsl.Runtime.XmlQueryOutput.ThrowInvalidStateError(XPathNodeType constructorType)
       at System.Xml.Xsl.Runtime.XmlQueryOutput.ConstructInEnumAttrs(XPathNodeType rootType)
       at System.Xml.Xsl.Runtime.XmlQueryOutput.WriteStartAttribute(String prefix, String localName, String ns)
       at <xsl:template name="compiler:generated"> (36)(XmlQueryRuntime {urn:schemas-microsoft-com:xslt-debug}runtime, XPathNavigator {urn:schemas-microsoft-com:xslt-debug}current, Double {http://schemas.microsoft.com/BizTalk/2003/var}var:v237,
    Boolean {http://schemas.microsoft.com/BizTalk/2003/var}var:v239, Boolean {http://schemas.microsoft.com/BizTalk/2003/var}var:v240, Boolean {http://schemas.microsoft.com/BizTalk/2003/var}var:v242, Boolean {http://schemas.microsoft.com/BizTalk/2003/var}var:v244,
    Boolean {http://schemas.microsoft.com/BizTalk/2003/var}var:v246, Boolean {http://schemas.microsoft.com/BizTalk/2003/var}var:v248, Boolean {http://schemas.microsoft.com/BizTalk/2003/var}var:v250, Boolean {http://schemas.microsoft.com/BizTalk/2003/var}var:v252,
    Boolean {http://schemas.microsoft.com/BizTalk/2003/var}var:v255, Boolean {http://schemas.microsoft.com/BizTalk/2003/var}var:v256, Boolean {http://schemas.microsoft.com/BizTalk/2003/var}var:v258, Boolean {http://schemas.microsoft.com/BizTalk/2003/var}var:v259,
    Boolean {http://schemas.microsoft.com/BizTalk/2003/var}var:v261, Boolean {http://schemas.microsoft.com/BizTalk/2003/var}var:v262, Boolean {http://schemas.microsoft.com/BizTalk/2003/var}var:v264, Boolean {http://schemas.microsoft.com/BizTalk/2003/var}var:v265,
    Boolean {http://schemas.microsoft.com/BizTalk/2003/var}var:v267, Boolean {http://schemas.microsoft.com/BizTalk/2003/var}var:v268, Boolean {http://schemas.microsoft.com/BizTalk/2003/var}var:v271, Boolean {http://schemas.microsoft.com/BizTalk/2003/var}var:v272,
    Boolean {http://schemas.microsoft.com/BizTalk/2003/var}var:v281, Boolean {http://schemas.microsoft.com/BizTalk/2003/var}var:v283, Boolean {http://schemas.microsoft.com/BizTalk/2003/var}var:v284, Boolean {http://schemas.microsoft.com/BizTalk/2003/var}var:v286,
    Boolean {http://schemas.microsoft.com/BizTalk/2003/var}var:v287, Boolean {http://schemas.microsoft.com/BizTalk/2003/var}var:v289, Boolean {http://schemas.microsoft.com/BizTalk/2003/var}var:v290, Boolean {http://schemas.microsoft.com/BizTalk/2003/var}var:v292,
    String {http://schemas.microsoft.com/BizTalk/2003/var}var:v295)
       at <xsl:template name="compiler:generated"> (12)(XmlQueryRuntime {urn:schemas-microsoft-com:xslt-debug}runtime, XPathNavigator {urn:schemas-microsoft-com:xslt-debug}current)
       at <xsl:template match="/s2:Root">(XmlQueryRuntime {urn:schemas-microsoft-com:xslt-debug}runtime, XPathNavigator {urn:schemas-microsoft-com:xslt-debug}current)
       at <xsl:template match="/">(XmlQueryRuntime {urn:schemas-microsoft-com:xslt-debug}runtime, XPathNavigator {urn:schemas-microsoft-com:xslt-debug}current)
       at Root(XmlQueryRuntime {urn:schemas-microsoft-com:xslt-debug}runtime)
       at Execute(XmlQueryRuntime {urn:schemas-microsoft-com:xslt-debug}runtime)
       at System.Xml.Xsl.XmlILCommand.Execute(Object defaultDocument, XmlResolver dataSources, XsltArgumentList argumentList, XmlSequenceWriter results)
       at System.Xml.Xsl.XmlILCommand.Execute(Object defaultDocument, XmlResolver dataSources, XsltArgumentList argumentList, XmlWriter writer)
       at System.Xml.Xsl.XslCompiledTransform.Transform(IXPathNavigable input, XsltArgumentList arguments, XmlWriter results, XmlResolver documentResolver)

    Hi,
    It is clearly an issue in your map. You can test your map out of Orchestration to make sure it is working.
    "Exception has been thrown by the target of an invocation" is a very generic exception. you
    need the inner exception to see the actual error. You can also try to test the map in the MapTester tool. It also shows also the inner exception. It's designed for BizTalk 2010 but with the .exe file you maybe also can test BizTalk 2006 maps,.
    http://code.msdn.microsoft.com/Execute-a-BizTalk-map-from-26166441
    If this answers your question please mark as answer. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • App-V 5: Error encountered while executing command Mount-AppvClientPackage

    I am getting this error in which no Google search reveals anyone else as having reported it anywhere.  In fact, after having posted this, it was the only search result that came up with either of these two event ID's or errors.
    I am trying to sequence an in house application. It's a manual install. The application runs perfectly prior to creating the package so I am not sure what this "specified file" is that it can't find.  It says to refer to the AppV Client Event
    Log for more details. This event was *IN* the AppV Client Event Log and there was another event along side it.
    Event ID 9001
    Error encountered while executing command Mount-AppvClientPackage -PackageId eb77be98-bc44-45fd-a0e5-95e0c315808b -VersionId c5013ec7-0456-401b-b99e-d988d97bfa55. Error: Application Virtualization Service failed to complete requested operation. 
    Operation attempted: Mount Package. 
    Windows Error: 0x80070002 - The system cannot find the file specified
    Error module: Streaming Manager. Internal error detail: 74F0262C80070002. 
    Please consult AppV Client Event Log for more details.
    Event ID 14016
    The package {eb77be98-bc44-45fd-a0e5-95e0c315808b}
    version {c5013ec7-0456-401b-b99e-d988d97bfa55} could not be mounted
    because the network connection has been lost or is unavailable.  Check your network connection and try again.
    The network connection is still quite alive on the client and the firewall is disabled on the App-V server. I can still reach and view the xml file when browsing to the web service on the App-V server.  I can also run Sync-AppVPublishingServer from
    powershell without error.
    For more inside info on the app: 
    1. It is a manual install. A directory is simply copied to the hard drive manually.
    2. An ocx file gets registered from the Syswow64 directory.
    3. MySQL 5.1.13 client is installed.
    4. Shortcuts are created.
    5. A system DSN is created using C:\Windows\SysWOW64\odbcad32.exe
    6. The app runs perfectly on the sequencer prior to creating and publishing.
    UPDATE:
    Get-AppVClientPackage reveals this:
    PackageId            : eb77be98-bc44-45fd-a0e5-95e0c315808b
    VersionId            : c5013ec7-0456-401b-b99e-d988d97bfa55
    Name                 : Tietan
    Version              : 0.0.0.1
    Path                 : \\wuspappv01\appv1\TietanProd\Tietan.appv
    IsPublishedToUser    : True
    UserPending          : False
    IsPublishedGlobally  : False
    GlobalPending        : False
    InUse                : False
    InUseByCurrentUser   : False
    PackageSize          : 217155655
    PercentLoaded        : 0
    IsLoading            : False
    HasAssetIntelligence : True
    The path is accessible from the client server. I can see the file. It's there.

    Hello,
    If you execute get-appvclientpackage
    And then check what is the value for Path for the package you have an issue with.
    Most likely the error message means that the file in Path isn't reachable.
    As indicated here;
    The package {eb77be98-bc44-45fd-a0e5-95e0c315808b}
    version {c5013ec7-0456-401b-b99e-d988d97bfa55} could not be mounted
    because the network connection has been lost or is unavailable.  Check your network connection and try again.
    Nicke Källén | The Knack| Twitter:
    @Znackattack

  • How to avoid the run time error  "java.lang.OutOfMemoryError"

    hi
    i have written a code to read a txt file ,i used FileReader to read a file . the code is working well for small txt files. but when i tried to read a large file(greater than 2MB), a run time error called "java.lang.OutofMemoryError" appeared .
    plz suggest the methods to read txt files of large capacity(greater than 25MB) .if possible give an example.

    thanks for ur replies
    i am new to java programming .i am a student persuing B.Tech final semester .i got struck in my project while reading a large txt file(greater than 3MB) . i am now giving a part of code that i had used in my project .it working fine with the txt files less than 3MB ,but when i am treing to read a file greater than 3MB , it is displaying a run time error "java.lang.outofmemoryerror"
    i have tried using "java -Xmx" ,it is working , but is there any better option ??
    here is the part of code:
       FileReader fin;
        al=new ArrayList();
         try
              fin=new FileReader(filename);
         catch(FileNotFoundException e)
           System.out.println("File not foumn");
         return;
    while((i=fin.read())!=-1)
           al.add(new Character((char)i));
         fin.close(); 
         Object obj[]=al.toArray();plz help me
    --santosh                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Run time error '9' while installing BIP Desktop 10.1.3.4.1 for Windows

    Hi,
    I've been getting 'run time error '9' Subscript out of range error while installing BIP Desktop.
    I have MS Word 2003 and the laptop's OS is Windows XP SP3. I have searched the net and this forum for suggestions
    and followed what was recommended (install .NET framework 2.0, make sure no MS Office processes are not running while
    installing the software, Admin rights at Registry level on BI Publisher folder etc..) but no use.
    This is a new laptop which I just received. On my existing laptop (which has similar configuration), I've installed BIP long time
    ago and do not remember facing this error. If any one has come across this problem recently and was able to trouble shoot it,
    please share with me how you were able to overcome the problem.
    Thanks and Regards,
    Srini

    Hello,
    Since I haven't heard from any one, I have opened a service request with Oracle support.
    Support recommended that I down load a desktop publisher from edelivery.oracle.com but even that didn't help.
    Will keep you posted.
    Regards,
    Srini

  • Run time error (short dump) executing program SCAN_BW_REFERENCES in SE80

    Hi experts,
    I am not an ABAPer, or Basis person, rather a hybrid functional/technical Key User for our Business Warehouse system (BW 3.5, Netweaver 2004).  We have a user who cannot save BW reports to his favorites and he is getting a number of error messages.  OSS note 887002 seems to address this and indicates that I should run program SCAN_BW_REFERENCES from transaction SE80.  The program is supposed to perform the checks for BW objects assigned to the Favorites and identify situations causing terminations in BW frontend applications.  I have attempted to execute this program on several occassions and always get run-time errors (short dumps).  Here is the error:
    Runtime Errors         TSV_TNEW_PAGE_ALLOC_FAILED
    Date and Time          2008.09.17 19:00:49
    ShrtText
         No storage space available for extending an internal table.
    What happened?
         You attempted to extend an internal table, but the required space was
         not available.
    I have been informed by our Basis group that I have reached a memory limit, but they will not extend the memory paramters.  Any ideas on a work-a-round or a way to minimize the number of records this program is pulling in, in an attempt to get it to run?
    Thanks,
    HC

    Hi,
    The only response I got from Basis was that they would not extend the memory parameters because they are for all users in the system.  Not sure what that means. 
    The full dump is too large to paste here.  I think what I will do is to see if our ABAPers can create a modified version of this program to include selection by user.  Typically it is for only one user that I need to run the program, and that surely would fall within the space requirements.
    Thanks for your answer.
    //HC

  • Run time error occured while clicking the Log off

    Hello Experts,
    I have customized masthead file. In the masthead, when i click the log off link, the pop-up window will showing the Runtime error message. Its not working properly. I didnt make any changes in log off method. I traced the error,
    <%if (!isPreview){%>
              if (EPCM.getUAType() == EPCM.MSIE)
                   if(EPCM.getGlobalDirty())
                         // unsaved data on the page, display modified dialog
                        var val = window.showModalDialog('<%=GetLogoffConfirmUnsavedMsgURL(componentRequest)%>', '', '<%=LOGOFF_CONFIRM_MSG_ARGS_IE%>');
                        if (val == 'logoff')
                             disableWorkProtectCheck = true;
                             logoff();
                   else //no unsaved data
                        // data saved, nothing get lost on the page, display normal dialog
                      var val = window.showModalDialog('<%=GetLogoffConfirmMsgURL(componentRequest)%>', '', '<%=LOGOFF_CONFIRM_MSG_ARGS_IE%>');
                      if (val == 'logoff')
                          logoff();
              else
                   if(EPCM.getGlobalDirty())
                      window.open('<%=GetLogoffConfirmUnsavedMsgURL(componentRequest)%>', '<%=LOGOFF_CONFIRM_WINDOW_NAME%>', '<%=LOGOFF_CONFIRM_MSG_ARGS_NS%>');
                   else
                      window.open('<%=GetLogoffConfirmMsgURL(componentRequest)%>', '<%=LOGOFF_CONFIRM_WINDOW_NAME%>', '<%=LOGOFF_CONFIRM_MSG_ARGS_NS%>');
         <%}%>
    In this code having if condition if(EPCM.getGlobalDirty()) is set as true means, then only properly executed and it shows the Log off message. In my part it goes to the else part. Then it shows run time error message.
    I cannt able to find out the solution.Pls help me in this regarding.
    Regards
    Prakash T

    Hi,
    see if running SFC /Scannow helps. This basically restores missing/corrupt system files.
    Click Start/Run and type CMD
    Type SFC /Scannow
    Description of Windows XP and Windows Server 2003 System File Checker (Sfc.exe):
    http://support.microsoft.com/kb/310747/EN-US/
    Please Reward Points if Helpful.
    Kind Regards,
    Vamsi.

  • Run time Error DBIF_RSQL_SQL_ERROR while logging and executing some tcodes

    Hi all,
    Hi all,
    When i try to login into my system (ECC 6.0 with Oracle DB), i have been directed to dump -->
    Runtime Errors DBIF_RSQL_SQL_ERROR
    Except. CX_SY_OPEN_SQL_DB
    Short text
    SQL error in the database when accessing a table.
    Missing RAISING Clause in Interface
    Program SAPFSDS1
    Include FSDS1E01
    Row 365
    Module type (FORM)
    Module Name TRANSFORM_NEW_OLD
    Trigger Location of Exception
    Program SAPFSDS1
    Include FSDS1E01
    Row 380
    Module type (FORM)
    Module Name TRANSFORM_NEW_OLD
    In the source code the the cause for the error is shown in the below line"
    SELECT SINGLE * FROM TDCLD
    WHERE DOKCLASS EQ DOKCLASS.
    "How to correct the error"
    Database error text........: "ORA-32255: Message 32255 not found;
    product=RDBMS; facility=ORA#"
    Internal call code.........: "RSQL/READ/TDCLD "
    Please check the entries in the system log (Transaction SM21).
    If the error occures in a non-modified SAP program, you may be abl
    find an interim solution in an SAP Note.
    If you have access to SAP Notes, carry out a search with the follo
    keywords:
    "DBIF_RSQL_SQL_ERROR" "CX_SY_OPEN_SQL_DB"
    "SAPFSDS1" or "FSDS1E01"
    "TRANSFORM_NEW_OLD"
    When i tried to look for the error ORA-32255, i am unable to get any information regarding this?
    Could you please suggest me..
    I have made the following changes trying to solve the error:
    shared_pool_size = 401832601 and
    i have executed sql command --> alter system set "_object_statistics"=false scope=spfile;
    Message from Alert Log file:
    Incremental checkpoint up to RBA [0x1076.10c61.0], current log tail at RBA [0x1076.10e4d.0]
    Message from dev_w0 file:
    OCI-call failed with -1=OCI_ERROR
    C SQL error 32255: 'ORA-32255: Message 32255 not found; product=RDBMS; facility=ORA
    C '
    C *** ERROR => Error 32255 in stmt_fetch() from oci_execute_stmt(), orpc=0
    [dbsloci.c 12720]
    C *** ERROR => ORA-32255 occurred when executing SQL stmt (parse error offset=0)
    [dbsloci.c 12739]
    C sc_p&H05B11F10,no&H110,idc_p&H00000000,con=0,act=1,sle n&H103,smax&H256,#vars=2,stmt
    8718D8,table=ATAB
    C SELECT "TABNAME" , "VARKEY" , "DATALN" , "VARDATA" FROM "ATAB" WHERE "TABNAME" = :A0 AND "VARKEY" = \
    C :A1;
    C sc_p&H05B11F10,no&H110,idc_p&H00000000,con=0,act=1,sle n&H103,smax&H256,#vars=2,stmt
    8718D8,table=ATAB
    C prep=0,lit=0,nsql=0,lobret=0,#exec=1,dbcnt=0,upsh_p &H00000000,ocistmth_p
    872784
    C IN : cols=2,rmax=1,xcnt=0,rpc=0,rowi=0,rtot=0,upto=-1,rs ize&H28,vmax&H32,bound=1,iobuf_p&H05BF4F28,vda_p
    873CA8
    C lobs=0,lmax=0,lpcnt=0,larr&H00000000,lcurr_p&H0000000 0,rret=0
    C OUT: cols=4,rmax=1,xcnt=1,rpc=0,rowi=0,rtot=0,upto=-1,rs ize&H124,vmax&H32,bound=1,iobuf_p&H05BEBAF8,vda_p
    874118
    C lobs=0,lmax=0,lpcnt=0,larr&H00000000,lcurr_p&H0000000 0,rret=0
    C SELECT "TABNAME" , "VARKEY" , "DATALN" , "VARDATA" FROM "ATAB" WHERE "TABNAME" = :A0 AND "VARKEY" = \
    C :A1;
    B ***LOG BY4=> sql error 32255 performing SEL on table ATAB [dbtran#11 @ 7512] [dbtran 7512 ]
    B ***LOG BY0=> ORA-32255: Message 32255 not found; product=RDBMS; facility=ORA
    [dbtran#11 @ 7512] [dbtran 7512 ]
    B dbtran ERROR LOG (hdl_dbsl_error): DbSl 'SEL'
    B RSLT: {dbsl=99, tran=1}
    B FHDR: {tab='ATAB', fcode&H17, mode=2, bpb=0, dbcnt=0, crsr=0,
    B hold=0, keep=0, xfer=0, pkg=0, upto=0, init:b=0,
    B init:p&H00000000, init:#=0, wa:p=0X031902F0, wa:#&H15000}
    B dbtran ERROR LOG (hdl_dbsl_error): DbSl 'SEL'
    B STMT:
    B CRSR: {tab='', id=0, hold=0, prop=0x80000, max.in@0=1, fae:blk=0,
    B con:id=0, con:vndr=5, val=2,
    B key:#=2, xfer=0, xin:#=1, row:#=0, upto=1, wa:p=0X031902F0}
    A TH VERBOSE LEVEL FULL
    A ** RABAX: level LEV_RX_PXA_RELEASE_MTX entered.
    A ** RABAX: level LEV_RX_PXA_RELEASE_MTX completed.
    A ** RABAX: level LEV_RX_COVERAGE_ANALYSER entered.
    A ** RABAX: level LEV_RX_COVERAGE_ANALYSER completed.
    A ** RABAX: level LEV_RX_ROLLBACK entered.
    A ** RABAX: level LEV_RX_ROLLBACK completed.
    A ** RABAX: level LEV_RX_DB_ALIVE entered.
    A ** RABAX: level LEV_RX_DB_ALIVE completed.
    A ** RABAX: level LEV_RX_HOOKS entered.
    A ** RABAX: level LEV_RX_HOOKS completed.
    A ** RABAX: level LEV_RX_STANDARD entered.
    A ** RABAX: level LEV_RX_STANDARD completed.
    A ** RABAX: level LEV_RX_STOR_VALUES entered.
    A ** RABAX: level LEV_RX_STOR_VALUES completed.
    A ** RABAX: level LEV_RX_C_STACK entered.
    A ** RABAX: level LEV_RX_C_STACK completed.
    A ** RABAX: level LEV_RX_MEMO_CHECK entered.
    A ** RABAX: level LEV_RX_MEMO_CHECK completed.
    A ** RABAX: level LEV_RX_AFTER_MEMO_CHECK entered.
    A ** RABAX: level LEV_RX_AFTER_MEMO_CHECK completed.
    A ** RABAX: level LEV_RX_INTERFACES entered.
    A ** RABAX: level LEV_RX_INTERFACES completed.
    A ** RABAX: level LEV_RX_GET_MESS entered.
    A ** RABAX: level LEV_RX_GET_MESS completed.
    A ** RABAX: level LEV_RX_INIT_SNAP entered.
    A ** RABAX: level LEV_RX_INIT_SNAP completed.
    A ** RABAX: level LEV_RX_WRITE_SYSLOG entered.
    A ** RABAX: level LEV_RX_WRITE_SYSLOG completed.
    A ** RABAX: level LEV_RX_WRITE_SNAP entered.
    A ** RABAX: level LEV_SN_END completed.
    A ** RABAX: level LEV_RX_SET_ALERT entered.
    A ** RABAX: level LEV_RX_SET_ALERT completed.
    A ** RABAX: level LEV_RX_COMMIT entered.
    A ** RABAX: level LEV_RX_COMMIT completed.
    A ** RABAX: level LEV_RX_SNAP_SYSLOG entered.
    A ** RABAX: level LEV_RX_SNAP_SYSLOG completed.
    A ** RABAX: level LEV_RX_RESET_PROGS entered.
    A ** RABAX: level LEV_RX_RESET_PROGS completed.
    A ** RABAX: level LEV_RX_STDERR entered.
    A Sun Apr 05 22:38:04 2009
    A
    A ABAP Program SAPFSDS1 .
    A Source FSDS1E01 Line 380.
    A Error Code DBIF_RSQL_SQL_ERROR.
    A Module $Id: //bas/700_REL/src/krn/runt/absapsql.c#9 $ SAP.
    A Function HandleRsqlErrors Line 778.
    A ** RABAX: level LEV_RX_STDERR completed.
    A ** RABAX: level LEV_RX_RFC_ERROR entered.
    A ** RABAX: level LEV_RX_RFC_ERROR completed.
    A ** RABAX: level LEV_RX_RFC_CLOSE entered.
    A ** RABAX: level LEV_RX_RFC_CLOSE completed.
    A ** RABAX: level LEV_RX_IMC_ERROR entered.
    A ** RABAX: level LEV_RX_IMC_ERROR completed.
    A ** RABAX: level LEV_RX_DATASET_CLOSE entered.
    A ** RABAX: level LEV_RX_DATASET_CLOSE completed.
    A ** RABAX: level LEV_RX_RESET_SHMLOCKS entered.
    A ** RABAX: level LEV_RX_RESET_SHMLOCKS completed.
    A ** RABAX: level LEV_RX_ERROR_SAVE entered.
    A ** RABAX: level LEV_RX_ERROR_SAVE completed.
    A ** RABAX: level LEV_RX_ERROR_TPDA entered.
    A ** RABAX: level LEV_RX_ERROR_TPDA completed.
    A ** RABAX: level LEV_RX_PXA_RELEASE_RUDI entered.
    A ** RABAX: level LEV_RX_PXA_RELEASE_RUDI completed.
    A ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP entered.
    A ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP completed.
    A ** RABAX: level LEV_RX_END entered.
    A ** RABAX: level LEV_RX_END completed.
    A ** RABAX: end no http/smtp
    A ** RABAX: end RX_BTCHLOG|RX_VBLOG
    A SQL error in the database when accessing a table..
    A
    I have started the local client copy and have stopped it in the middle. i have logged off and tried to login again, this is the start of the dump.
    I am unable to resolve it. PLEASE give a solution
    Thanks & Regards,
    Subbu.

    Hi Subbu,
    We were in touch when you previously posted this, but somehow I got an error when I tried to access the thread. I remember that your DB was still 10.2.0.1 and that this may have caused a corruption. The only explanation for ORA-32255 that looks remotely interesting is that it may occur with the OCI (Oracle Call Interface) accessing a NULL LOB (and ATAB does contain a LOB field). Do you have any chance of upgrading the database where you have the problem to 10.2.0.4?
    I don't know whether we'll learn anything useful from this (you might just get an ORA-32255 again) but could you execute the following statement in SQLPLUS:
    select count(*) from <sapuser>.ATAB where VARDATA IS NULL;
    (replace <sapuser> with the name of the SAP schema owner)
    Regards,
    Mark

  • Run time error due to custom function module in a program

    Hi,
    I  have created one program using custom function module ZIN_COMEV_CUSTDETAILNOTIF_OUT .The program is showing runtime error
    "Incorrect parameter with CALL FUNCTION."
    I have tested the FM using same set of parameter as in program it is working.It is throwing error while executing in program help.
    Regards
    Datta

    Hello Nagraj or harish
    I think you may be right.There is date  field in my function module ,when I am testing function module I am giving it as
    Y_DATE = 01.01.2011,but in program the field is DATS type and I have to give 20110101.If this is the problem how I can solve it.
    CALL FUNCTION 'ZIN_COMEV_CUSTDETAILNOTIF_OUT'
      EXPORTING
        Y_SENDER              = gv_g_sender
        Y_RECEIVER            = gv_g_reciever
        Y_PARTNER             = GV_V_PARTNER
        Y_BASIC_PROCESS       = GC_BASIC_PROCESS
      Y_SWITCHNUM           =
      Y_SEN_LOAD            =
        Y_INTUI               = GV_V_INTUI
      Y_TRANSACTIONID       =
        Y_DATE                = GV_V_DATE

  • How to clear the run time error in ref cursor

    good morning every one,
    the code as follows
    create or replace
    procedure Country_sel(key in varchar2)
    as
    cc Res_RelcountryLan.countrycode%type;
    len Res_Language.langname_en%type;
    lid Res_Language.langid%type;
    ab Res_Language.Abrivation%type;
    type refcursorr is ref cursor;
    cur refcursorr;
    d_stmt varchar2(100);
    begin
    d_stmt := 'select RCL.countrycode,RL.langid,RL.langname_'||key||',
    RL.Abrivation from  Res_RelCountryLan RCL inner join Res_Language RL ON RCL.LangId = RL.LangId';
    open cur for d_stmt;
    loop
    fetch cur into cc,lid,len,ab;
    if cur%found then
    dbms_output.put_line(cc||lid||len||ab);
    else
    exit;
    end if;
    end loop;
    close cur;
    commit;
    end  Country_sel;when i am running this code im getting
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ORA-06512: at "RASOOL.COUNTRY_SEL", line 11
    ORA-06512: at line 6can you please help me in getting rid of this problem.
    thanking you,
    prakash

    d_stmt varchar2(100); Increase the size of d_stmt. Your a assigning a larger string
    d_stmt := 'select RCL.countrycode,RL.langid,RL.langname_'||key||',RL.Abrivation from  Res_RelCountryLan RCL inner join Res_Language RL ON RCL.LangId = RL.LangId'; The size of the above string is more than 100 characters.

  • Run Time Error ASSERTION_FAILED while moving Transformation from Quality to Prodcution

    Hi All,
    Need your urgent Help here !
    we had moved 4 transformations into prodcution from Quality out of which 3 were succesful adn one Transformation has failed due to RC12 "ASSERTION_FAILED" . In the attached screenshot , you can find few more details.
    The transformation we are moving is a new one and after the transport failure we can still see that in Prodcution , but when we double click on it , it is throwing dump of "ASSERTION_FAILED"(I can see only T versions of routines and formula exisitng in RSTRANSTEPROUT Table in Production)
    we are currently in SAP 7.3 and with SP 8 . I have seen so many solutions with lot of SAP note recommendations but we are not sure of the exact solution .
    Please let know the correct solution .

    Hi Vinod,
    while moving to quality you didn't face any problem?
    Again try to import same request at bw prod and see.
    if its failed again then again collect into transport request at dev system and move to qua/prod.
    While collecting transformations you need to collect all routines.
    Best way to collect transformations is RSA1-->transport connection, expand middle pane, transforamtions-->select object-->find your transformations and drag to rigth side screen.
    at right side screen, expand your transformations and select all routines which are exist.
    After that you can released and import at target systems.
    Thanks

  • Time_out & TSV_TNEW_PAGE_ALLOC_FAILED Run time error on MB5B

    Hi expert,
    Time_out & TSV_TNEW_PAGE_ALLOC_FAILED Run time error getting while executing Tx-MB5B.
    ECC 6.0
    oracle 10g
    HPux
    Regards,

    Runtime Errors         TSV_TNEW_PAGE_ALLOC_FAILED
    Date and Time          08.02.2012 14:50:11
    Short text
    No more storage space available for extending an internal table.
    What happened?
    You attempted to extend an internal table, but the required space was
    not available.
    What can you do?
    Note which actions and input led to the error.
    For further help in handling the problem, contact your SAP administrator
    You can use the ABAP dump analysis transaction ST22 to view and manage
    termination messages, in particular for long term reference.
    Try to find out (e.g. by targetted data selection) whether the
    transaction will run with less main memory.
    If there is a temporary bottleneck, execute the transaction again.
    If the error persists, ask your system administrator to check the
    following profile parameters:
    o  ztta/roll_area            (1.000.000 - 15.000.000)
    Classic roll area per user and internal mode
    usual amount of roll area per user and internal mode
    o  ztta/roll_extension       (10.000.000 - 500.000.000)
    Amount of memory per user in extended memory (EM)
    o  abap/heap_area_total      (100.000.000 - 1.500.000.000)
    Amount of memory (malloc) for all users of an application
    server. If several background processes are running on
    one server, temporary bottlenecks may occur.
    Of course, the amount of memory (in bytes) must also be
    available on the machine (main memory or file system swap).
    Caution:
    The operating system must be set up so that there is also
    enough memory for each process. Usually, the maximum address
    space is too small.
    Ask your hardware manufacturer or your competence center
    about this.
    In this case, consult your hardware vendor
    abap/heap_area_dia:        (10.000.000 - 1.000.000.000)
    Restriction of memory allocated to the heap with malloc
    for each dialog process.
    Parameters for background processes:
    abap/heap_area_nondia:        (10.000.000 - 1.000.000.000)
    Restriction of memory allocated to the heap with malloc
    for each background process.
    Other memory-relevant parameters are:
    em/initial_size_MB:         (35-1200)
    Extended memory area from which all users of an
    application server can satisfy their memory requirement.
    Error analysis
    The internal table "\PROGRAM=RM07MLBD\DATA=G_T_COLOR" could not be further
    extended. To enable
    error handling, the table had to be delete before this log was written.
    As a result, the table is displayed further down or, if you branch to
    the ABAP Debugger, with 0 rows.
    At the time of the termination, the following data was determined for
    the relevant internal table:
    Memory location: "Session memory"
    Row width: 76
    Number of rows: 3
    Allocated rows: 3
    Newly requested rows: 128 (in 1 blocks)
    How to correct the error
    The amount of storage space (in bytes) filled at termination time was:
    Roll area...................... 5720752
    Extended memory (EM)........... 502807584
    Assigned memory (HEAP)......... 1842267952
    Short area..................... " "
    Paging area.................... 40960
    Maximum address space.......... 4294967295
    If the error occures in a non-modified SAP program, you may be able to
    find an interim solution in an SAP Note.
    If you have access to SAP Notes, carry out a search with the following
    keywords:
    "TSV_TNEW_PAGE_ALLOC_FAILED" " "
    "RM07MLBD" or "RM07MLBD"
    "COLORIZE_TOTALS_FLAT"
    If you cannot solve the problem yourself and want to send an error
    notification to SAP, include the following information:
    1. The description of the current problem (short dump)
    To save the description, choose "System->List->Save->Local File
    (Unconverted)".
    2. Corresponding system log
    Display the system log by calling transaction SM21.
    Restrict the time interval to 10 minutes before and five minutes
    after the short dump. Then choose "System->List->Save->Local File
    (Unconverted)".
    3. If the problem occurs in a problem of your own or a modified SAP
    program: The source code of the program
    In the editor, choose "Utilities->More
    Utilities->Upload/Download->Download".
    4. Details about the conditions under which the error occurred or which
    actions and input led to the error.

  • Getting run time error in organizer Photoshop Elements 5.0??

    How do I fix run time error for Adobe PhotoShop Elements
    5.0 when I pull up organizer?

    What operating system?

  • GETWA_NOT_ASSIGNED run time error in LKKBLF99 include.

    Hi all,
      Thank you for viewing this thread. I am facing this run time error when I execute a ZProgram in    SAP database version. 700  version. In 4.6c it is working fine. The info in the run time error is:
    What happened?                                                                               
    Error in the ABAP Application Program                                                                               
    The current ABAP program "SAPLKKBL" had to be terminated because it has come across a statement that unfortunately cannot be executed                    
    Source code where it is getting terminated:
    2825
    2826
          FORM GEN_FIELD_OUT2                                           *
    2827
    2828
    2829
    2830
    form gen_field_out2.
    2831
    field-symbols <l_initial>.
    2832
    2833
    case gs_out-field_colcount.
    2834
    when 001.
    2835
    if gs_out_flags-slave ne 'X'.
    2836
    assign <fm01> to <field>.
    2837
    gs_fc = gs_mfc01.
    2838
    else.
    2839
    assign <fs01> to <field>.
    2840
    gs_fc = gs_sfc01.
    2841
    endif.
    2842
    when 002.
    2843
    if gs_out_flags-slave ne 'X'.
    |>>>>>|        assign <fm02> to <field>.   ""this is where the std program LKKBLF99 is getting terminated.
    The function module from which it is navigating from the ZProgram to this standard include is "REUSE_ALV_HIERSEQ_LIST_DISPLAY"
    The fieldsymbols are declared as type any in the standard program, LKKBLTOP.
    I tried to get solution from the threads posted, but couldnt arrive to a proper solution. Kindly suggest as soon as possible.                                 
    Thanks
    Sam
    Edited by: Palakodety Samyuktha on Apr 8, 2009 6:31 AM

    Hi Voros,
       Thank you for your quick reply, I tried that note but it didnt help me. As for the field symbol fs02, it is blank. But <Field> has  a value as '0000000055-Base'.
    Kindly help me further.
    In the first case, I  tried to change the value of ' gs_out_flags-slave' . I tried to find whether it is the problem with field symbols, the actual run time error without changing the values in debugging mode occurs at line 2847.
    2825
    2826
          FORM GEN_FIELD_OUT2                                           *
    2827
    2828
    2829
    2830
    form gen_field_out2.
    2831
    field-symbols <l_initial>.
    2832
    2833
    case gs_out-field_colcount.
    2834
    when 001.
    2835
    if gs_out_flags-slave ne 'X'.
    2836
    assign <fm01> to <field>.
    2837
    gs_fc = gs_mfc01.
    2838
    else.
    2839
    assign <fs01> to <field>.
    2840
    gs_fc = gs_sfc01.
    2841
    endif.
    2842
    when 002.
    2843
    if gs_out_flags-slave ne 'X'.
    2844
    assign <fm02> to <field>.
    2845
    gs_fc = gs_mfc02.
    2846
    else.
    >>>>>>        assign <fs02> to <field>.                   "this is where it is getting terminated                      |
    2848
    gs_fc = gs_sfc02.
    | 2849|      endif.
    sorry for the inconvenience caused.
    Thanks
    sam

Maybe you are looking for

  • I am on the road and need to make space to download pictures friom my camea

    I am shooting RAW and jpeg and on this vacation trip I have taken a lot of pictures so I need to delete several to accommodate the new ones. This appears to be easier said than done. I have Camera roll pictures, Photo Stream pictures plus some Albums

  • IDVD doesn't process AVCHD video and high definition RAW photo files

    Hi everybody. I have a brand new Canon VIXIA HF S10 and 5D Mark II. I tried to make a movie out of video shot with the camcorder using iMovie and then I burned a DVD with iDVD. I also made a slide show out of RAW photos made by the 5D. And I encounte

  • Posting from WinXP64, the definitive thread

    Greetings. Posting from Windows XP 64 bits here. It's kind a useless at the moment. I have no sound, my printer doesn't have any drivers, HP DeskJ. 5550 and ATi doesn't have OpenGL support in the drivers that ship with the XP64 install. Direct X is a

  • The Project Assets panel is empy when I open my project the next time

    When I Add Media the Project Assetts and save the Project, the Asset file is empty when I open the project the next time.

  • Javascript desde Flash

    Hola: Estoy usando javascript desde mi Flash 8 P. La instrucción es simple y todos sabemos lo que hace: getURL("JavaScript:ventana=window.open('pagina.html')"); Este código lo coloco en el evento Press o Release de un botón. El asunto es que este cód