Transport error: UNCAUGHT_EXCEPTION

Hi Guru's,
I have a transport question concerning the activation of DSO object.
I have updated the key definition of the dso in Development system
and delete the content of the related dso in the Quality system.
The dso and all related transformations are active in the Development system.
The transport of these changes has been failed in the Quality system.
Find below the details of the shortdump.
Job started                                                    
Step 001 started (program RDDEXECL, variant , user ID DDIC)    
All DB buffers of application server kmlsbi14 were synchronized
STDO: Log  could not be written on output device T             
Replication completed successfully                             
Communication Structure /BIC/CS8FSVBES10 activated             
Transfer Rule(s) 8FSVBES10_LC activated                        
ABAP/4 processor: UNCAUGHT_EXCEPTION                           
Job cancelled  
Component information:
SAP BI NetWeaver BI 7.0
SP 19
Thanks for any help or comment.
Jean-Jacques
Edited by: Jean-Jacques Yossa Noubibou on Mar 16, 2010 11:43 AM

Solved.
It seems to me a strange behaviour of Axis (1.4.1)
I put on the WebService implementation this lines of code, to force the presence of "text/xml" Content type in the HTTP response
*     MessageContext currentContext = MessageContext.getCurrentContext();*
*     Hashtable h = new Hashtable();*
*     h.put(HTTPConstants.HEADER_CONTENT_TYPE, "text/xml");*
*     currentContext.setProperty(HTTPConstants.REQUEST_HEADERS, h);*
*     MessageContext requestMessage = MessageContext.getCurrentContext().getRequestMessage().getMessageContext();     *
h = new Hashtable();
*     h.put(HTTPConstants.HEADER_CONTENT_TYPE, "text/xml");*
*     requestMessage.setProperty(HTTPConstants.REQUEST_HEADERS, h);*
*     MessageContext.getCurrentContext().getRequestMessage().getMimeHeaders().addHeader(HTTPConstants.HEADER_CONTENT_TYPE, "text/xml");*
*     MessageContext responseMessage = MessageContext.getCurrentContext().getResponseMessage().getMessageContext();*
h = new Hashtable();
*     h.put(HTTPConstants.HEADER_CONTENT_TYPE, "text/xml");*
*     responseMessage.setProperty(HTTPConstants.RESPONSE_HEADERS, h);*
*     MessageContext.getCurrentContext().getResponseMessage().getMimeHeaders().addHeader(HTTPConstants.HEADER_CONTENT_TYPE, "text/xml");*

Similar Messages

  • Error: ORA-16778: redo transport error for one or more databases

    Hi all
    I have 2 database servers"Primary database and physical standby" in test environment( before going to Production)
    Before Dataguard broker configuration , DG setup was running fine , redo was being applied and archived on phy standby.
    but while enabling configuration i got "Warning: ORA-16607: one or more databases have failed" listener.ora & tnsnames.ora are updated with global_name_DGMGRL
    Please help me how can i resolve this issue .Thanks in advance.
    [oracle@PRIM ~]$ dgmgrl
    DGMGRL for Linux: Version 10.2.0.1.0 - Production
    Copyright (c) 2000, 2005, Oracle. All rights reserved.
    Welcome to DGMGRL, type "help" for information.
    DGMGRL> connect sys
    Password:
    Connected.
    DGMGRL> show configuration
    Configuration
    Name: test
    Enabled: YES
    Protection Mode: MaxPerformance
    Fast-Start Failover: DISABLED
    Databases:
    prim - Primary database
    stan - Physical standby database
    Current status for "test":
    Warning: ORA-16607: one or more databases have failed
    DGMGRL> show database
    show database
    ^
    Syntax error before or at "end-of-line"
    DGMGRL> remove configuration
    Warning: ORA-16620: one or more databases could not be contacted for a delete operation
    Removed configuration
    DGMGRL> exit
    [oracle@PRIM ~]$ connect sys/sys@prim as sysdba
    bash: connect: command not found
    [oracle@PRIM ~]$ lsnrctl stop
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 08-OCT-2006 19:52:30
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    The command completed successfully
    [oracle@PRIM ~]$ lsnrctl start
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 08-OCT-2006 19:52:48
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Starting /u01/app/oracle/product/10.2.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    System parameter file is /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=PRIM)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date 08-OCT-2006 19:52:48
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Listener Log File /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=PRIM)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PRIM_DGMGRLL" has 1 instance(s).
    Instance "PRIM", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    [oracle@PRIM ~]$ lsnrctl stop
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 08-OCT-2006 19:54:46
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    The command completed successfully
    [oracle@PRIM ~]$ lsnrctl start
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 08-OCT-2006 19:54:59
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Starting /u01/app/oracle/product/10.2.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    System parameter file is /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=PRIM)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    [oracle@PRIM ~]$ dgmgrl
    DGMGRL for Linux: Version 10.2.0.1.0 - Production
    Copyright (c) 2000, 2005, Oracle. All rights reserved.
    Welcome to DGMGRL, type "help" for information.
    DGMGRL> connect /
    Connected.
    DGMGRL> create configuration test as
    primary database is PRIM
    connect identifier is PRIM
    ;Configuration "test" created with primary database "prim"
    DGMGRL> add database STAN as
    connect identifier is STAN
    maintained as physical;Database "stan" added
    DGMGRL> show configuration
    Configuration
    Name: test
    Enabled: NO
    Protection Mode: MaxPerformance
    Fast-Start Failover: DISABLED
    Databases:
    prim - Primary database
    stan - Physical standby database
    Current status for "test":
    DISABLED
    DGMGRL> enable configuration
    Enabled.
    DGMGRL> show configuration
    Configuration
    Name: test
    Enabled: YES
    Protection Mode: MaxPerformance
    Fast-Start Failover: DISABLED
    Databases:
    prim - Primary database
    stan - Physical standby database
    Current status for "test":
    Warning: ORA-16607: one or more databases have failed
    DGMGRL> show database verbose prim
    Database
    Name: prim
    Role: PRIMARY
    Enabled: YES
    Intended State: ONLINE
    Instance(s):
    PRIM
    Properties:
    InitialConnectIdentifier = 'prim'
    LogXptMode = 'ASYNC'
    Dependency = ''
    DelayMins = '0'
    Binding = 'OPTIONAL'
    MaxFailure = '0'
    MaxConnections = '1'
    ReopenSecs = '300'
    NetTimeout = '180'
    LogShipping = 'ON'
    PreferredApplyInstance = ''
    ApplyInstanceTimeout = '0'
    ApplyParallel = 'AUTO'
    StandbyFileManagement = 'AUTO'
    ArchiveLagTarget = '0'
    LogArchiveMaxProcesses = '30'
    LogArchiveMinSucceedDest = '1'
    DbFileNameConvert = '/u01/app/oracle/oradata/STAN, /u01/app/oracle/oradata/PRIM'
    LogFileNameConvert = '/u01/app/oracle/oradata/STAN, /u01/app/oracle/oradata/PRIM'
    FastStartFailoverTarget = ''
    StatusReport = '(monitor)'
    InconsistentProperties = '(monitor)'
    InconsistentLogXptProps = '(monitor)'
    SendQEntries = '(monitor)'
    LogXptStatus = '(monitor)'
    RecvQEntries = '(monitor)'
    HostName = 'PRIM'
    SidName = 'PRIM'
    LocalListenerAddress = '(ADDRESS=(PROTOCOL=tcp)(HOST=PRIM)(PORT=1521))'
    StandbyArchiveLocation = '/u01/app/oracle/flash_recovery_area/PRIM/archivelog/'
    AlternateLocation = ''
    LogArchiveTrace = '0'
    LogArchiveFormat = '%t_%s_%r.arc'
    LatestLog = '(monitor)'
    TopWaitEvents = '(monitor)'
    Current status for "prim":
    Error: ORA-16778: redo transport error for one or more databases
    DGMGRL> show database verbose stan
    Database
    Name: stan
    Role: PHYSICAL STANDBY
    Enabled: YES
    Intended State: ONLINE
    Instance(s):
    STAN
    Properties:
    InitialConnectIdentifier = 'stan'
    LogXptMode = 'ASYNC'
    Dependency = ''
    DelayMins = '0'
    Binding = 'OPTIONAL'
    MaxFailure = '0'
    MaxConnections = '1'
    ReopenSecs = '300'
    NetTimeout = '180'
    LogShipping = 'ON'
    PreferredApplyInstance = ''
    ApplyInstanceTimeout = '0'
    ApplyParallel = 'AUTO'
    StandbyFileManagement = 'AUTO'
    ArchiveLagTarget = '0'
    LogArchiveMaxProcesses = '30'
    LogArchiveMinSucceedDest = '1'
    DbFileNameConvert = '/u01/app/oracle/oradata/PRIM, /u01/app/oracle/oradata/STAN'
    LogFileNameConvert = '/u01/app/oracle/oradata/PRIM, /u01/app/oracle/oradata/STAN'
    FastStartFailoverTarget = ''
    StatusReport = '(monitor)'
    InconsistentProperties = '(monitor)'
    InconsistentLogXptProps = '(monitor)'
    SendQEntries = '(monitor)'
    LogXptStatus = '(monitor)'
    RecvQEntries = '(monitor)'
    HostName = 'STAND'
    SidName = 'STAN'
    LocalListenerAddress = '(ADDRESS=(PROTOCOL=tcp)(HOST=STAND)(PORT=1521))'
    StandbyArchiveLocation = '/u01/app/oracle/flash_recovery_area/STAN/archivelog/'
    AlternateLocation = ''
    LogArchiveTrace = '0'
    LogArchiveFormat = '%t_%s_%r.arc'
    LatestLog = '(monitor)'
    TopWaitEvents = '(monitor)'
    Current status for "stan":
    Error: ORA-12545: Connect failed because target host or object does not exist
    DGMGRL>

    This:
    Current status for "stan":
    Error: ORA-12545: Connect failed because target host or object does not exist
    says that your network setup is not correct. You need to resolve that first.
    As for Broker setup steps how about the doc or our Data Guard 11g Handbook?
    It's 3 DGMGRL commands so I am not sure what 'steps' you need?
    Larry

  • Transport error while exporting swf to enterprise

    Hi all,
    OLD scenario : Server OS :  Windows2003, BO  XI3.1   Client OS : Windows XP , all BO lcient tools and Xcelsius 2008 ..system works fine in all respects
    New Scenario : Server OS upgraded to Windows 2008 with out doing any modifications on the running applicaitions.
    All client tools are able to connect to BO Application including designer, deski , importwizrd, webirichclient with EXCEPTION Xelcius 2008.
    In Xcelsius 2008 with SP1 --> while tring to export to Business objects platform, upon giving username and password and authenticationi (any) ...waits for 3-4 sec ...pops up " Transport Error : Communication Failure" .... same error while importing also ..application is not getting response from server ...
    pls guide ...thnx ..
    .kishore

    Sorry for delayed update .The Issue is resolved after un-checking auto assign port to CMS and assigning port number manually.

  • No transport error while consuming WCF service in a REST way

    Hi,
    Here is a small article on when we usually face No Transport error and how to get rid of it.
    I recently worked on a sample application using “app for Office” (New in Visual Studio 11.0)
    What is “app for Office”?
    An app for Office is basically a webpage that is hosted inside an Office client application. You can use apps to extend the functionality of a document, email message, meeting request, or appointment. Apps
    can run in multiple environments and clients, including rich Office desktop clients, Office Web Apps, mobile browsers, and also on-premises and in the cloud.
    What can an app for Office do?
    An app for Office can do pretty much anything a webpage can do inside the browser, such as the following:
    Provide an interactive UI and custom logic through      JavaScript. (Develop UI using HTML and JavaScript)
    Use JavaScript frameworks such as jQuery.
    Connect to REST endpoints and web services via      HTTP and AJAX.
    Run server-side code or logic, if the page is      implemented using a server-side scripting language such as ASP or PHP.
    As “app for Office” doesn’t have an option to write server side scripting (unlike code behind or in-line coding feature in ASP.NET/MVC) we will have to go for web service or WCF service and consume the service
    using any JavaScript framework like Jquery.
    I wrote a simple WCF service to hook up with server side code and consumed the service using Jquery as follows
    $(document).ready(function () {
    $.ajax({
    type: "GET",
    url: "http://localhost/MyService.svc/rh/data?id=" + $('#sampleType').val(),
    processData: false,
    contentType: "application/json; charset=utf-8",
    dataType: "json",
    crossDomain: true,
    success: function (data) {
    alert(data)
    error: function (xhr, status, error) {
    alert(error);
    I encountered an error saying “No Transport” when I executed the client application.
     I did some investigation on this and found out the root cause that cross-domain request was disabled. But I was really not sure whether it was at my WCF service end or “app for Office” client end. I added
    Client Access policy and Cross-domain-policy xml files to WCF service in order to enable cross-domain request 
    so that service will accept any type requests sent form different domains.
    Client Access policy
    <?xml version="1.0" encoding="utf-8" ?>
    <access-policy>
    <cross-domain-access>
    <policy>
    <allow-from http-request-headers="*">
    <domain uri="*"/>
    </allow-from>
    <grant-to>
    <resource include-subpaths="true" path="/"/>
    </grant-to>
    </policy>
    </cross-domain-access>
    </access-policy>
    Cross-domain-policy
    <?xml version="1.0"?>
    <!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
    <cross-domain-policy>
    <allow-http-request-headers-from domain="*" headers="*"/>
    </cross-domain-policy>
    Both the policies should be in different XML files
    But this didn’t solve my problem. After a little bit more investigation I found exactly where and how to enable-cross domain requests.
    Solution
    We need to enable cross-domain requests in environments that do not support cross-domain requests.
    “Cors is equal to true if a browser can create an XMLHttpRequest object and if thatXMLHttpRequest
    object has a withCredentials property. To enable cross-domain requests in environments that do not support cors yet but do allow cross-domain XHRrequests (windows gadget, etc), set $.support.cors = true;”
    You just have to add jQuery.support.cors = true; in your client scripting and it works perfectly fine.
    [Cors- Cross-Origin Resource Sharing]
    A simple example:
    $.support.cors = true;
    $(document).ready(function () {
    $.ajax({
    type: "GET",
    url: "http://localhost/MyService.svc/rh/data?id=" + $('#sampleType').val(),
    processData: false,
    contentType: "application/json; charset=utf-8",
    dataType: "json",
    crossDomain: true,
    success: function (data) {
    alert(data)
    error: function (xhr, status, error) {
    alert(error);
    Hope this will be helpful.
    Thanks

    This is very good technich to resolve the problem. but this is not working in Google chrome or Firfox . can any one help me.

  • 401 Unauthorized:HTTP transport error while calling external WSDL from BPEL

    Hi,
    I have simple BPEL process whic calls siebel WSDL file through partner link.
    I have successfully compiled and deployed BPEL process, when i initiate the Process, instace got errored out at invoke activity.
    Error Goes like this
    "<remoteFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="summary"><summary>
    exception on JaxRpc invoke: HTTP transport error: javax.xml.soap.SOAPException:
    java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Bad response: 401 Unauthorized</summary>
    </part></remoteFault>"
    Can anybody help on this issue, Could you please give me possible solution.
    Thank youl.

    we have not provided any authentication credentials to XMLSpy, we have just uploaded siebel WSDL file then sent the SOAP request with some customer Id then we have received proper response with all desired customer data.
    In the same way we tried to call same siebel WSDL file from BPEL process throgh partner link. errored instance has created with 401 unauthorised HTTP transport error..
    Do you think is this probem at siebel application side?
    We have deployed our BPEL process to SOA server which is having HTTP port 7777.
    as per my investigation,i found that we have to open port from siebel side (which WSDL file we are calling) which matches with above HTTP port number.
    Do you have any idea on this above clue? Please let us know more details on this.

  • Runtime Errors UNCAUGHT_EXCEPTION and Exception CX_RSR_COB_PRO_NOT_FOUND

    Hi ,
    When i tried to load data into my standard cube the following short dump error occure.
    The data was updated to PSA but while updating to further data target (my standard cube) the following error occured:
    Runtime Errors         UNCAUGHT_EXCEPTION
    Exception              CX_RSR_COB_PRO_NOT_FOUND
    Date and Time          2010.12.13 10:20:48
    Short text
         An exception occurred that was not caught.
    What happened?
         The exception 'CX_RSR_COB_PRO_NOT_FOUND' was raised, but it was not caught
          anywhere along
         the call hierarchy.
         Since exceptions represent error situations and this error was not
         adequately responded to, the running ABAP program
          'CL_RSR========================CP' has to be
         terminated.
    What can you do?
         Note down which actions and inputs caused the error.
         To process the problem further, contact you SAP system
         administrator.
         Using Transaction ST22 for ABAP Dump Analysis, you can look
         at and manage termination messages, and you can also
         keep them for a long time.
    Error analysis
        An exception occurred which is explained in detail below.
        The exception, which is assigned to class 'CX_RSR_COB_PRO_NOT_FOUND', was not
         caught and
        therefore caused a runtime error.
        The reason for the exception is:
        0REQUEST is not a valid characteristic for InfoProvider

    Please check the infoobject 0REQUEST, whether it is in active state, if not acivate it.
    Check for 0REQUEST Object in Infocube level at characteristics tab, if it is not available try to add this characteristic to cube.
    if 0REQUEST is not available, install it from the content and include it in the cube.
    rgds, Ghuru

  • Exception on JaxRpc invoke: HTTP transport error: javax.xml.soap.SOAPExcept

    Hi all,
    I am getting below error while invoking Siebel web service from BPEL service,
    <fault>
    -<remoteFault xmlns="http://schemas.oracle.com/bpel/extension">
    -<part name="summary">
    <summary>
    exception on JaxRpc invoke: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: oracle.j2ee.ws.saaj.ContentTypeException: Not a valid SOAP Content-Type: text/html; charset=UTF-8
    </summary>
    </part>
    </remoteFault>
    </fault
    Please help me to resolve this issue.
    Thanks,
    Santosh M E

    Resolved, I was invoking an external Web service which is an Asynchronous 2 way.
    Didn't capture the reply back from the Async service.

  • Transport Error from Dev to QA.

    Hi All,
    We r facing transport error while transporting req from Dev to QA,
    Created queries in dev and try to trasport in QA.
    Error:
    Execution of programs after import (XPRA)
    Transport request   : BD1K922532
    System              : BQ1
    tp path             : tp
    Version and release: 372.04.29 700
    Execution of programs after import (XPRA)
    End date and time : 20091022031634
    Ended with return code:  ===> 8 <==
    what could be the reason?
    Regards,
    SD

    Hi.
    I have collected all neccessary object which query contains, but after releasing the request it shows the message,
    The request contains message that have already been edited & transported to other projects. To avoid overshooter problem when importing you need to create dependency information for the request with which object were last transported. The requiered information is listed here together with the existing information.
    Should i go ahed with above message???? Is there any dependency?
    Regards,
    SD

  • Runtime Error : UNCAUGHT_EXCEPTION

    Hi Solman Experts,
    While downloading softwares through Maintenace Optimizer ( Solution Manager ),I am getting below error..
    First Error :
    Function module /SDF/AL_MAP_TRANSID_LOGH does not exist.
    The Maintenance Optimizer can automatically determine which files you require to update the ABAP and Java software components of your systems.
    The search is performed for all instances of the selected systems flagged as relevant.
    I have already checked in service market place and apply the SAP note 1135893 and we have activate the some components (BC Set)
    See Note 898614 after that i am getting big problem.
    Second Error : ( ABAP Dump )
    Runtime Errors         UNCAUGHT_EXCEPTION
    Exception              CX_SOCM_NOT_IMPLEMENTED
    Date and Time          31.03.2008 15:04:31
    Short text
    An exception occurred that was not caught.
    What happened?
    The exception 'CX_SOCM_NOT_IMPLEMENTED' was raised, but it was not caught
    anywhere along
    the call hierarchy.
    Since exceptions represent error situations and this error was not
    adequately responded to, the running ABAP program
    'CL_CHM1_CHANGE_REQU_INSTANCE==CP' has to be
    terminated.
    What can you do?
    Note down which actions and inputs caused the error.
    To process the problem further, contact you SAP system
    administrator.
    Using Transaction ST22 for ABAP Dump Analysis, you can look
    at and manage termination messages, and you can also
    keep them for a long time.
    Error analysis
    An exception occurred which is explained in detail below.
    The exception, which is assigned to class 'CX_SOCM_NOT_IMPLEMENTED', was not
    caught and
    therefore caused a runtime error.
    The reason for the exception is:
    An exception occurred
    How to correct the error
    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:
    *"UNCAUGHT_EXCEPTION" "CX_SOCM_NOT_IMPLEMENTED"
    "CL_CHM1_CHANGE_REQU_INSTANCE==CP" or "CL_CHM1_CHANGE_REQU_INSTANCE==CM009"
    "IF_EX_SOCM_CHECK_CONDITION~CHECK_CONDITION"*
    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.
    System environment
    SAP-Release 700
    Application server... "ALBE0510"
    Network address...... "10.201.180.10"
    Operating system..... "Windows NT"
    Release.............. "5.2"
    Hardware type........ "4x AMD64 Level"
    Character length.... 16 Bits
    Pointer length....... 64 Bits
    Work process number.. 0
    Shortdump setting.... "full"
    Database server... "ALBE0510"
    Database type..... "MSSQL"
    Database name..... "SP0"
    Database user ID.. "sp0"
    Char.set.... "C"
    SAP kernel....... 700
    created (date)... "Oct 23 2007 00:33:51"
    create on........ "NT 5.2 3790 Service Pack 1 x86 MS VC++ 14.00"
    Database version. "SQL_Server_8.00 "
    Patch level. 133
    Patch text.. " "
    Database............. "MSSQL 7.00.699 or higher, MSSQL 8.00.194"
    SAP database version. 700
    Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2, Windows
    NT 6.0"
    Memory consumption
    Roll.... 16192
    EM...... 41898400
    Heap.... 0
    Page.... 40960
    MM Used. 33604960
    MM Free. 4099184
    User and Transaction
    Client.............. 001
    User................ "KONS222"
    Language key........ "E"
    Transaction......... "DSWP "
    Transactions ID..... "AE21FFDCBA44F199AB15005056836080"
    Program............. "CL_CHM1_CHANGE_REQU_INSTANCE==CP"
    Screen.............. "RDSMOP_MAIN 0100"
    Screen line......... 5
    Information on where terminated
    Termination occurred in the ABAP program "CL_CHM1_CHANGE_REQU_INSTANCE==CP" -
    in "IF_EX_SOCM_CHECK_CONDITION~CHECK_CONDITION".
    The main program was "RDSMOP_MAIN ".
    In the source code you have the termination point in line 612
    of the (Include) program "CL_CHM1_CHANGE_REQU_INSTANCE==CM009".
    Source Code Extract
    Line
    SourceCde
    582
    conditions_ok =  cl_socm_integration=>false.
    583
    ENDIF.
    584
    ENDIF.
    585
    586
    WHEN 'S_USER_CHECK'.
    587
    conditions_ok =  cl_socm_integration=>true.
    588
    CALL METHOD cl_sm_base_sender=>get_assigned_suser
    589
    EXPORTING
    590
    i_no_dialogue      = 'X'
    591
           IMPORTING
    592
             e_suser            = e_suser
    593
             e_partner_no       = lv_parnr
    594
    EXCEPTIONS
    595
    no_user_assigned   = 1
    596
    no_customer_number = 2
    597
    OTHERS             = 3.
    598
    IF sy-subrc  = 1 OR sy-subrc = 3.
    599
    conditions_ok =  cl_socm_integration=>false.
    600
    ENDIF.
    601
    WHEN 'NO_CRTCL_OBJ'.
    602
    conditions_ok = me->check_crtcl_obj( ).
    603
    WHEN '0NO'.
    604
    conditions_ok =  cl_socm_integration=>false.
    605
    WHEN '0YES'.
    606
    conditions_ok =  cl_socm_integration=>true.
    607
    WHEN '0BREAK'.
    608
    BREAK-POINT.                                         "#EC NOBREAK
    609
    WHEN space.
    610
    avoid exception since it is the default in table   TSOCM_COND_MAPP
    611
    WHEN OTHERS.
    >>>>>
    RAISE EXCEPTION TYPE cx_socm_not_implemented.
    613
    ENDCASE.
    614
    615
    ENDMETHOD.
    Please suggest. Thanks in Advance...
    Regards,
    Suresh Kumar

    Hi Ruben,
    I have Implemented  both notes now i am getting differt error...
    Error is : Error No customer numbers in transaction AISUSER ...
    Message Number: SOLMAN_SAP_BACKEND016
    Diagnosis
    There are no entries with a customer number in the 'Customer Number' field in the table AISUSER.
    System Response
    You cannot get customer number-specific RFC destinations.
    Procedure
    Maintain these entries manually or start the report
    SMBI_AISUSER_VAR_MIG to copy any existing customer number from the table AISDK_CF_OSS_USR.
    Please suggest..
    Thanks in Advance..
    Regards,
    Suresh Kumar
    Edited by: suresh k on Apr 15, 2008 3:15 PM

  • Transport error 12

    Hi,
    I am getting a transport error 12 while importing a request.
    Some transports are getting transported while some are not and are ending up with error 12.
    Here are the slog
    ERROR BD1K902473           BP1 R 0012 20100114030753           
    STOP  tp_getprots          BP1 R      20100114030809                
    STOP  EXECUTION OF REPORTS BP1 R      20100114030810              
    ERROR: stopping on error 12 during EXECUTION OF REPORTS AFTER PUT
    STOP  imp single           BP1   0012 20100114030811            
    START imp single           BP1        20100114030842      
    Regards,
    Visshwas

    Here it is
    STOP  tp_getprots          BP1 V      20100114002628              VENKATEV     STRDS1502 20100114002456     
    STOP  SET VERSION FLAGS    BP1 V      20100114002629              VENKATEV     STRDS1502 20100114002456     
    START EXECUTION OF REPORTS BP1 R      20100114002641              VENKATEV     STRDS1502 20100114002456     
    START tp_getprots          BP1 R      20100114002642              VENKATEV     STRDS1502 20100114002456     
    STOP  tp_getprots          BP1 R      20100114002710              VENKATEV     STRDS1502 20100114002456     
    STOP  EXECUTION OF REPORTS BP1 R      20100114002711              VENKATEV     STRDS1502 20100114002456     
    STOP  imp single           BP1   0008 20100114002712              VENKATEV     STRDS1502 20100114002456     
    START INFORM SAP-SYSTEM OF BP1 Q      20100114002713              VENKATEV     STRDS1502 20100114002456     
    START tp_getprots          BP1 Q      20100114002713              VENKATEV     STRDS1502 20100114002456     
    STOP  tp_getprots          BP1 Q      20100114002722              VENKATEV     STRDS1502 20100114002456     
    STOP  INFORM SAP-SYSTEM OF BP1 Q      20100114002723              VENKATEV     STRDS1502 20100114002456     
    START imp single           BP1        20100114004455              VENKATEV     STRDS1502 20100114004453     
    INFO  TBATG CONVERSION OF  BP1 N      not needed                  VENKATEV     STRDS1502 20100114004453     
    START MOVE NAMETABS        BP1 6      20100114004457              VENKATEV     STRDS1502 20100114004453     
    START tp_getprots          BP1 P      20100114004458              VENKATEV     STRDS1502 20100114004453     
    STOP  tp_getprots          BP1 P      20100114004500              VENKATEV     STRDS1502 20100114004453     
    STOP  MOVE NAMETABS        BP1 6      20100114004501              VENKATEV     STRDS1502 20100114004453     
    START MAIN IMPORT          BP1 I      20100114004502              VENKATEV     STRDS1502 20100114004453     
    STOP  MAIN IMPORT          BP1 I      20100114005903              VENKATEV     STRDS1502 20100114004453     
    INFO  TBATG CREATION OF EN BP1 n      not needed                  VENKATEV     STRDS1502 20100114004453     
    START SET VERSION FLAGS    BP1 V      20100114005908              VENKATEV     STRDS1502 20100114004453     
    START tp_getprots          BP1 V      20100114005911              VENKATEV     STRDS1502 20100114004453     
    STOP  tp_getprots          BP1 V      20100114005936              VENKATEV     STRDS1502 20100114004453     
    STOP  SET VERSION FLAGS    BP1 V      20100114005938              VENKATEV     STRDS1502 20100114004453     
    START EXECUTION OF REPORTS BP1 R      20100114005947              VENKATEV     STRDS1502 20100114004453     
    START tp_getprots          BP1 R      20100114005949              VENKATEV     STRDS1502 20100114004453     
    ERROR BD1K902473           BP1 R 0012 20100114010005 MANJUS       VENKATEV     STRDS1502 20100114004453     
    STOP  tp_getprots          BP1 R      20100114010041              VENKATEV     STRDS1502 20100114004453     
    STOP  EXECUTION OF REPORTS BP1 R      20100114010043              VENKATEV     STRDS1502 20100114004453     
    ERROR: stopping on error 12 during EXECUTION OF REPORTS AFTER PUT
    STOP  imp single           BP1   0012 20100114010049              VENKATEV     STRDS1502 20100114004453     
    START imp single           BP1        20100114010856              VENKATEV     STRDS1502 20100114010848     
    INFO  TBATG CONVERSION OF  BP1 N      not needed                  VENKATEV     STRDS1502 20100114010848     
    START MOVE NAMETABS        BP1 6      20100114010901              VENKATEV     STRDS1502 20100114010848     
    START tp_getprots          BP1 P      20100114010902              VENKATEV     STRDS1502 20100114010848     
    STOP  tp_getprots          BP1 P      20100114010911              VENKATEV     STRDS1502 20100114010848     
    STOP  MOVE NAMETABS        BP1 6      20100114010914              VENKATEV     STRDS1502 20100114010848     
    START MAIN IMPORT          BP1 I      20100114010917              VENKATEV     STRDS1502 20100114010848     
    STOP  MAIN IMPORT          BP1 I      20100114011713              VENKATEV     STRDS1502 20100114010848     
    INFO  TBATG CREATION OF EN BP1 n      not needed                  VENKATEV     STRDS1502 20100114010848     
    START SET VERSION FLAGS    BP1 V      20100114011724              VENKATEV     STRDS1502 20100114010848     
    START tp_getprots          BP1 V      20100114011725              VENKATEV     STRDS1502 20100114010848     
    STOP  tp_getprots          BP1 V      20100114011730              VENKATEV     STRDS1502 20100114010848     
    STOP  SET VERSION FLAGS    BP1 V      20100114011731              VENKATEV     STRDS1502 20100114010848     
    START EXECUTION OF REPORTS BP1 R      20100114011741              VENKATEV     STRDS1502 20100114010848     
    START tp_getprots          BP1 R      20100114011741              VENKATEV     STRDS1502 20100114010848     
    ERROR BD1K902473           BP1 R 0012 20100114011757 MANJUS       VENKATEV     STRDS1502 20100114010848     
    STOP  tp_getprots          BP1 R      20100114011816              VENKATEV     STRDS1502 20100114010848     
    STOP  EXECUTION OF REPORTS BP1 R      20100114011817              VENKATEV     STRDS1502 20100114010848     
    ERROR: stopping on error 12 during EXECUTION OF REPORTS AFTER PUT
    STOP  imp single           BP1   0012 20100114011819              VENKATEV     STRDS1502 20100114010848     
    START imp single           BP1        20100114013808              VENKATEV     STRDS1502 20100114013757     
    INFO  TBATG CONVERSION OF  BP1 N      not needed                  VENKATEV     STRDS1502 20100114013757     
    START MOVE NAMETABS        BP1 6      20100114013813              VENKATEV     STRDS1502 20100114013757     
    START tp_getprots          BP1 P      20100114013820              VENKATEV     STRDS1502 20100114013757     
    STOP  tp_getprots          BP1 P      20100114013827              VENKATEV     STRDS1502 20100114013757     
    STOP  MOVE NAMETABS        BP1 6      20100114013830              VENKATEV     STRDS1502 20100114013757     
    START MAIN IMPORT          BP1 I      20100114013836              VENKATEV     STRDS1502 20100114013757     
    STOP  MAIN IMPORT          BP1 I      20100114015151              VENKATEV     STRDS1502 20100114013757     
    INFO  TBATG CREATION OF EN BP1 n      not needed                  VENKATEV     STRDS1502 20100114013757     
    START SET VERSION FLAGS    BP1 V      20100114015157              VENKATEV     STRDS1502 20100114013757     
    START tp_getprots          BP1 V      20100114015200              VENKATEV     STRDS1502 20100114013757     
    STOP  tp_getprots          BP1 V      20100114015211              VENKATEV     STRDS1502 20100114013757     
    STOP  SET VERSION FLAGS    BP1 V      20100114015212              VENKATEV     STRDS1502 20100114013757     
    START EXECUTION OF REPORTS BP1 R      20100114015216              VENKATEV     STRDS1502 20100114013757     
    START tp_getprots          BP1 R      20100114015217              VENKATEV     STRDS1502 20100114013757     
    ERROR BD1K902473           BP1 R 0012 20100114015233 MANJUS       VENKATEV     STRDS1502 20100114013757     
    STOP  tp_getprots          BP1 R      20100114015253              VENKATEV     STRDS1502 20100114013757     
    STOP  EXECUTION OF REPORTS BP1 R      20100114015255              VENKATEV     STRDS1502 20100114013757     
    ERROR: stopping on error 12 during EXECUTION OF REPORTS AFTER PUT
    STOP  imp single           BP1   0012 20100114015256              VENKATEV     STRDS1502 20100114013757     
    START imp single           BP1        20100114020600              VENKATEV     STRDS1502 20100114020557     
    INFO  TBATG CONVERSION OF  BP1 N      not needed                  VENKATEV     STRDS1502 20100114020557     
    START MOVE NAMETABS        BP1 6      20100114020605              VENKATEV     STRDS1502 20100114020557     
    START tp_getprots          BP1 P      20100114020606              VENKATEV     STRDS1502 20100114020557     
    STOP  tp_getprots          BP1 P      20100114020631              VENKATEV     STRDS1502 20100114020557     
    STOP  MOVE NAMETABS        BP1 6      20100114020631              VENKATEV     STRDS1502 20100114020557     
    START MAIN IMPORT          BP1 I      20100114020634              VENKATEV     STRDS1502 20100114020557     
    STOP  MAIN IMPORT          BP1 I      20100114021516              VENKATEV     STRDS1502 20100114020557     
    INFO  TBATG CREATION OF EN BP1 n      not needed                  VENKATEV     STRDS1502 20100114020557     
    START SET VERSION FLAGS    BP1 V      20100114021525              VENKATEV     STRDS1502 20100114020557     
    START tp_getprots          BP1 V      20100114021526              VENKATEV     STRDS1502 20100114020557     
    STOP  tp_getprots          BP1 V      20100114021536              VENKATEV     STRDS1502 20100114020557     
    STOP  SET VERSION FLAGS    BP1 V      20100114021536              VENKATEV     STRDS1502 20100114020557     
    START EXECUTION OF REPORTS BP1 R      20100114021550              VENKATEV     STRDS1502 20100114020557     
    START tp_getprots          BP1 R      20100114021550              VENKATEV     STRDS1502 20100114020557     
    ERROR BD1K902473           BP1 R 0012 20100114021757 MANJUS       VENKATEV     STRDS1502 20100114020557     
    STOP  tp_getprots          BP1 R      20100114021820              VENKATEV     STRDS1502 20100114020557     
    STOP  EXECUTION OF REPORTS BP1 R      20100114021820              VENKATEV     STRDS1502 20100114020557     
    ERROR: stopping on error 12 during EXECUTION OF REPORTS AFTER PUT
    STOP  imp single           BP1   0012 20100114021822              VENKATEV     STRDS1502 20100114020557     
    START imp single           BP1        20100114025554              VENKATEV     STRDS1502 20100114025552     
    INFO  TBATG CONVERSION OF  BP1 N      not needed                  VENKATEV     STRDS1502 20100114025552     
    START MOVE NAMETABS        BP1 6      20100114025559              VENKATEV     STRDS1502 20100114025552     
    START tp_getprots          BP1 P      20100114025600              VENKATEV     STRDS1502 20100114025552     
    STOP  tp_getprots          BP1 P      20100114025613              VENKATEV     STRDS1502 20100114025552     
    STOP  MOVE NAMETABS        BP1 6      20100114025613              VENKATEV     STRDS1502 20100114025552     
    START MAIN IMPORT          BP1 I      20100114025615              VENKATEV     STRDS1502 20100114025552     
    STOP  MAIN IMPORT          BP1 I      20100114030423              VENKATEV     STRDS1502 20100114025552     
    INFO  TBATG CREATION OF EN BP1 n      not needed                  VENKATEV     STRDS1502 20100114025552     
    START SET VERSION FLAGS    BP1 V      20100114030432              VENKATEV     STRDS1502 20100114025552     
    START tp_getprots          BP1 V      20100114030433              VENKATEV     STRDS1502 20100114025552     
    STOP  tp_getprots          BP1 V      20100114030438              VENKATEV     STRDS1502 20100114025552     
    STOP  SET VERSION FLAGS    BP1 V      20100114030439              VENKATEV     STRDS1502 20100114025552     
    START EXECUTION OF REPORTS BP1 R      20100114030447              VENKATEV     STRDS1502 20100114025552     
    START tp_getprots          BP1 R      20100114030448              VENKATEV     STRDS1502 20100114025552     
    ERROR BD1K902473           BP1 R 0012 20100114030753 MANJUS       VENKATEV     STRDS1502 20100114025552     
    STOP  tp_getprots          BP1 R      20100114030809              VENKATEV     STRDS1502 20100114025552     
    STOP  EXECUTION OF REPORTS BP1 R      20100114030810              VENKATEV     STRDS1502 20100114025552     
    ERROR: stopping on error 12 during EXECUTION OF REPORTS AFTER PUT
    STOP  imp single           BP1   0012 20100114030811              VENKATEV     STRDS1502 20100114025552     
    START imp single           BP1        20100114030842              VENKATEV     STRDS1502 20100114030839     
    INFO  TBATG CONVERSION OF  BP1 N      not needed                  VENKATEV     STRDS1502 20100114030839     
    START MOVE NAMETABS        BP1 6      20100114030845              VENKATEV     STRDS1502 20100114030839     
    START tp_getprots          BP1 P      20100114030845              VENKATEV     STRDS1502 20100114030839     
    STOP  tp_getprots          BP1 P      20100114030858              VENKATEV     STRDS1502 20100114030839     
    STOP  MOVE NAMETABS        BP1 6      20100114030859              VENKATEV     STRDS1502 20100114030839     
    START MAIN IMPORT          BP1 I      20100114030901              VENKATEV     STRDS1502 20100114030839     
    STOP  MAIN IMPORT          BP1 I      20100114030938              VENKATEV     STRDS1502 20100114030839     
    INFO  TBATG CREATION OF EN BP1 n      not needed                  VENKATEV     STRDS1502 20100114030839     
    START SET VERSION FLAGS    BP1 V      20100114030951              VENKATEV     STRDS1502 20100114030839     
    START tp_getprots          BP1 V      20100114030952              VENKATEV     STRDS1502 20100114030839     
    STOP  tp_getprots          BP1 V      20100114030956              VENKATEV     STRDS1502 20100114030839     
    STOP  SET VERSION FLAGS    BP1 V      20100114030957              VENKATEV     STRDS1502 20100114030839     
    START EXECUTION OF REPORTS BP1 R      20100114031008              VENKATEV     STRDS1502 20100114030839     
    START tp_getprots          BP1 R      20100114031009              VENKATEV     STRDS1502 20100114030839     
    STOP  tp_getprots          BP1 R      20100114031020              VENKATEV     STRDS1502 20100114030839     
    STOP  EXECUTION OF REPORTS BP1 R      20100114031020              VENKATEV     STRDS1502 20100114030839     
    STOP  imp single           BP1   0000 20100114031024              VENKATEV     STRDS1502 20100114030839

  • BW Transport Error

    Hi All,
    I get the following Transport error when trying to transport 0Customer from BW Dev. to Quality.
    Number range interval for characteristic 0CITY is missing
    Message no. BRAIN049
    Diagnosis
    The interval for number range object BIM0000093 of characteristic 0CITY is missing. The interval is created automatically, when you run the system in the BW clients.
    Procedure
    Execute the corresponding action again in the BW clients, so that the interval is created automatically. Then you can drag numbers for the characteristic 0CITY to other clients.
    I get similar error for 2 other attributes of 0Customer (Name and Street). Some of the attributes have been turned navigational. All are activated in Development.
    Is there something i am missing?
    George.

    Hi Roberto,
    For City, name and street- the number range object entries (for SID'd) in Development system are:
    No From number  To number  Number status   Ext
    01 0000000001   2000000000   0000000057
    01 0000000001   2000000000   0000000196
    01 0000000001   2000000000   0000000107
    As per the error message and your reply, i went to SNRO and tried entering the objects: BIM0000093, BIM0000249 and BIM0000318 for the 3 Info objects and clicked the 'Number ranges' button. It appears like these number range objects do not exist.
    George.

  • HTTP Transport Error in Net BEans 6.5

    Hello,
    I am consuming a web service using JAX-RPC. I am trying to log onto a web interface through my program but I am getting the following error:
    Feb 6, 2009 1:10:54 PM ttsample.Engine Login
    SEVERE: null
    java.rmi.RemoteException: HTTP transport error: java.net.UnknownHostException: http; nested exception is:
    Logged in...
    HTTP transport error: java.net.UnknownHostException: http
    at ttsample.TtsoapcgiPortType_Stub.databaseLogon(TtsoapcgiPortType_Stub.java:819)
    at ttsample.Engine.Login(Engine.java:77)
    at ttsample.Main.main(Main.java:30)
    Caused by: HTTP transport error: java.net.UnknownHostException: http
    at com.sun.xml.rpc.client.http.HttpClientTransport.invoke(HttpClientTransport.java:140)
    at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:96)
    at ttsample.TtsoapcgiPortType_Stub.databaseLogon(TtsoapcgiPortType_Stub.java:802)
    ... 2 more
    I searched the web and found that this is a proxy setting proble.
    I configured apache earlier to use the local host that run the web client.
    When I change the http port host and port number and try to login into the web client its giving me page not found error.So I changed the proxy settings to default and then restarted the system and then tried to log into the web client and it worked.
    I dont know where i am going wrong.I want to consume the WSDL and log into the web client but i am gettingthe above error.
    Anyone's help will be greatly appreciated.
    Thank You,
    Sravanthi.

    Where did you get the address: http://sal006.salnetwork.com:82/bin/lccountrycodes.cgi (shouldn't the 82 be 83 instead?)

  • ERROR: transport error 202: bind failed: Address already in use

    Hey guys,
    I created 2 WL 10.3 Domains. I can start the admin server in domain but when I start the second admin server i get the following error:
    starting weblogic with Java version:
    ERROR: transport error 202: bind failed: Address already in use
    ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
    JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [../.
    ./../src/share/back/debugInit.c:690]
    FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_E
    RROR_TRANSPORT_INIT(197)
    Starting WLS with line:
    C:\bea\JDK160~1\bin\java -client -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket
    ,address=8453,server=y,suspend=n -Djava.compiler=NONE -Xms512m -Xmx512m -XX:Com
    pileThreshold=8000 -XX:PermSize=48m -XX:MaxPermSize=128m -XX:MaxPermSize=160m
    -Xverify:none -Xverify:none -da:org.apache.xmlbeans... -ea -da:com.bea... -da:
    javelin... -da:weblogic... -ea:com.bea.wli... -ea:com.bea.broker... -ea:com.bea.
    sbconsole... -Dplatform.home=C:\bea\WLSERV~1.3 -Dwls.home=C:\bea\WLSERV~1.3\serv
    er -Dweblogic.home=C:\bea\WLSERV~1.3\server -Dweblogic.management.discover=tru
    e -Dwlw.iterativeDev=true -Dwlw.testConsole=true -Dwlw.logErrorsToConsole=true
    -Dweblogic.ext.dirs=C:\bea\patch_wlw1030\profiles\default\sysext_manifest_classp
    ath;C:\bea\patch_wls1030\profiles\default\sysext_manifest_classpath;C:\bea\patch
    cie670\profiles\default\sysextmanifest_classpath;C:\bea\patch_alsb1031\profile
    s\default\sysext_manifest_classpath -Dweblogic.Name=TestAdmin2 -Djava.security.p
    olicy=C:\bea\WLSERV~1.3\server\lib\weblogic.policy weblogic.Server
    ERROR: transport error 202: bind failed: Address already in use
    ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
    JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [../.
    ./../src/share/back/debugInit.c:690]
    FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_E
    RROR_TRANSPORT_INIT(197)
    Stopping PointBase server...
    I changed the port address of both admins but I dont' think that's the issue. Can someone tell me whats going on.
    Thanks

    Hi
    Iam getting the Same Error , Can you provide me some information on what changes did you made to the setDomainEnv.cmd file to make this work
    thanks in advance

  • Run time Error : UNCAUGHT_EXCEPTION

    Hi Team
    Pls reply to resolve the below error
    When we are uploaded TB through flexible upload  and then Test run for Data Collection for that Cons unit, we got the below Run time error:
    Runtime Errors         UNCAUGHT_EXCEPTION                                                           Except.                CX_UCI_NO_CHECK     
    Short dump has not been completely stored                                                                               
    Short text                                                                               
    An exception occurred that was not caught.                                                   
    What happened?                                                                               
    The exception 'CX_UCI_NO_CHECK' was raised, but it was not caught anywhere                   
         along                                                                               
    the call hierarchy.                                                                               
    Since exceptions represent error situations and this error was not                           
        adequately responded to, the running ABAP program                                            
         'CL_UC_DATASTREAM==============CP' has to be                                                
        terminated.                                                                               
    Error analysis                                                                               
    An exception occurred which is explained in detail below.                                    
        The exception, which is assigned to class 'CX_UCI_NO_CHECK', was not caught and              
        therefore caused a runtime error.                                                            
        The reason for the exception is:                                                             
        An exception occurred                                                                               
    Missing Handling of Application Exception                                                        
        Program                                 UCUWB000                                             
    Trigger Location of Exception                                                                    
        Program                                 CL_UC_DATASTREAM==============CP                     
        Include                                 CL_UC_DATASTREAM==============CM003                  
        Row                                     150                                                  
        Module type                             (METHOD)                                             
        Module Name                             DTS_READ_TRANSACTION_DATA                            
    Source Code Extract                                                                               
    Line
    SourceCde                                                                               
    120
                 it_hry_field            = it_char_node                                         
      121
                 it_hry_field_attr       = it_char_attr_node                                    
      122
                 it_hry_node             = lt_hry_node                                          
      123
                 it_hry_attr_node        = lt_hry_attr_node                                     
      124
                 i_authority_check       = l_authority_check                                    
      125
                 i_keydate               = i_keydate                                            
      126
                 it_hry_nodename         = lt_hry_nodename                                      
      127
                 it_hry_attr_nodename    = lt_hry_attr_nodename                                 
      128
                 i_packagesize           = i_packagesize                                        
      129
                 i_cursor_mode           = i_cursor_mode                                        
      130
               importing                                                                        
      131
                 et_hry_data             = lt_hry_data                                          
      132
                 e_end_of_data           = e_done                                               
      133
                 et_message              = lt_message1                                          
      134
               changing                                                                               
    135
                 ct_data                 = ct_data                                              
      136
               exceptions                                                                       
      137
                 no_authorization        = 1.                                                   
      138
                                                                                    139
             if sy-subrc is not initial.                                                        
      140
               move-corresponding syst to ls_message2.                                          
      141
               raise exception type cx_uci_no_authorization                                     
      142
                  exporting ds_message = ls_message2.                                           
      143
             endif.                                                                               
    144
                                                                                    145
             if lt_message1 is not initial.                                                     
      146
               loop at lt_message1 into ls_message1.                                            
      147
                 move-corresponding ls_message1 to ls_message2.                                 
      148
                 insert ls_message2 into table lt_message2.                                     
      149
               endloop.                                                                         
    >>>>>
               raise exception type cx_uci_no_check                                             
      151
                  exporting dt_message = lt_message2.                                           
      152
             endif.                                                                               
    153
                                                                                    154
             call method dts_process_hry_result                                                 
      155
               exporting                                                                        
      156
                 it_hry_node          = lt_hry_node                                             
      157
                 it_hry_attr_node     = lt_hry_attr_node                                        
      158
                 it_hry_nodename      = lt_hry_nodename                                         
      159
                 it_hry_attr_nodename = lt_hry_attr_nodename                                    
      160
                 it_hry_data          = lt_hry_data                                             
      161
               importing                                                                        
      162
                 et_node_data         = et_node_data.                                           
      163
                                                                                    164
        call method lo_tx_data->read_data_from_infoprov                                      
      165
          exporting                                                                               
    166
            i_comp_s_field         = i_comp_s_char                                           
      167
            i_comp_s_kfig          = i_comp_s_kfig                                           
      168
            it_field               = it_char                                                 
      169
            it_kfig                = it_kfig                                                 
    Pls revert me immediately how to resolve the issue, i already do the following functionality as per OSS Note 1074424
    thanks & regards
    Madhu yl

    Hi Sanjyot,
    The solution is resolved by technical team ,
    I don't have suport documents to fulfill, they said they added data files and this run time occurs due to space problem
    Thanks
    Madhu
    Edited by: Madhu YL on Jun 10, 2009 1:32 PM

  • ABAP Programming error UNCAUGHT_EXCEPTION

    HI All,
    I am trying to install BI content  infocube with grouping before and after
    Category               ABAP Programming Error
    Runtime Errors         UNCAUGHT_EXCEPTION
    Except.                CX_RSD_INFOPROV_NOT_FOUND
    ABAP Program           CL_RSO_EXCEL_WORKBOOK_PROXY===CP
    Application Component  BW-WHM-MTD
    Date and Time          02.01.2007 04:42:08
    SAP Release..... 740
    SAP Basis level 0005
    Regards
    Kuzhanthaivel

    Hi,
    you can install one by one.
    if your facing any problem use the do only necessary objects
    please find the below doc it will give an idea.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/102906a4-f13d-2e10-7199-ce316ff254b8?overridelayout=true
    Thanks,
    Phani,

Maybe you are looking for

  • Inserting Namespace in XML document using 4.6C(no XLST)

    Hi all, I'm writing a program in which I need to convert data into XML, all this works fine using CL_XML_DOCUMENT.Create_With_Data. I was also able to insert the encoding as asked by the EAI tool who will interpret the XML file I have generated. Now

  • User Exit or BADi in Purchase Order Regarding

    Hi Friends,                   i have a requirement like this. If Item Categiry(At Item level, 3 Rd Column) in a Purchase order is type 'L'. We will have an option to enter multiple materials under components screen(It will come by giving on line item

  • Snow Leopard problems - from my experience so far

    Snow Leopard problem 1 - When Firefox 3.5.2 is launched the window doesn't appear in front, we have to manually select via alt+tab or mouse Snow Leopard problem 2 - QuickSilver did behave odd once. When typed "T", it didn't find Terminal (shocking) S

  • Exporting to Ipod video help?!?

    I have updated all the software (quicktime pro/ Itunes). I then went to export from Quicktime. Once this file was made (mp4) I dragged it to itunes. Then I connected my IPod and a warning message appeared....telling me that the file did not copy as I

  • Ntop pre-compiled for Snow Leopard?

    I was looking for a network traffic monitor and found ntop promising. Unfortunately the 3.2 version -the only binary version I found for Mac- is too old and does not work on Snow Leopard. I have tried to compile ntop 3.3.10 but without success (libra