Error during sync integrated configuration - incoming payload missed

Hi guys,
we are suing PI 7.11 and trying to use the new feature integrated configuration wherever possible.
Now I test a sync szeanrio where sender is SOAP and receiver is RFC.
The messages fails in SOAP Sender channel with the error that there is no suitable receiver found for this message.
During integrated configuration content based routing is used.
com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Receiver Determination failed for message e54dba61-9ded-11de-801a-020000000038(OUTBOUND)
But the message fails without persisting the payload, so I could check what value is missing in the receiver rules.
Furthermore the message is only displayed in the sender chanel and is not shown in rwb
While using the normal way of messsage processing where the integration server is involved, such errors are persisted and the payload is also available.
Is that the normal behaviour of integrated configurations.
Could the behaviour be parametrized?
Any help appreciated
Kind regards
Jochen

Hi,
thanks for helping.
Because of integrated configuration the integration server is passed and there is no entry in sxmb_moni.
I already tried this blog, but it doesn´t work for me.
I changed the parameter according to the blog.
But the message content of sync messages are stilled deleted.
Does the parameter changed requires restart of adapter engine or complete java stack?
There two templates one called 'Usage_Type_all_in_One' and above there is an node named equal to the server node name. The parameter of which template have to be changed.
I tried both with out success.
Hopefully you could help me using this feature
Kind regards
Jochen

Similar Messages

  • AppContainers_test fails with error during pre-test configuration checks

    Hello,
    AppContainers_test fails with error during pre-test configuration checks:
    "[FAIL] The machine is not properly configured for testing: the test directory "C:\Windows\SYSTEM32\" is not ACL'd to allow execute permission for "APPLICATION PACKAGE AUTHORITY\ALL APPLICATION PACKAGES"
    But that kind of permission for APPLICATION PACKAGE AUTHORITY\ALL APPLICATION PACKAGES was allowed, also i tried to allow full access, but error was the same.
    In the test WindowsFilteringPlatform_Tests, the same requirement "REQ - Wfp-based products must not block App Container apps operating within their declared network intentions by default" was checked successfully.
    How can i pass successfully AppContainers_test? 
    I installed lastest versions of QFE and filters on my server, but it didn't help.

    Hi M'Alerter,
    I have the same issue, have you found a solution to your problem ? 
    Cheers,
    Ghalem

  • Error during sync : Mobile Service

    I am getting the following error during sync
    Data processing at the server is still in progress. Try again.
    Any ideas as to what could be wrong?

    Hi,
    I guess nothing is really wrong. It seems as if the server is till processing data for your device. If you sync meanwhile, the server wnats to tell you that it is currently working to prepare data fro you, if you resync in a while, you should get your complete data.
    Cheers, Stefan

  • Link SAP PI 7.3 to SolMan 7.1 - error during managed system configuration

    All,
    I installed my diagnostics agent twice with different options:
    - Direct P4 connection via Java EE Dispatcher Node with port 5xx04
    - P4 connection via SCS message server with port 81xx
    In both cases I get an error during the managed system configuration of SAP PI 7.3: Remote error : Connection to P4 port of managed system failed.
    I'm a bit confused with the step Enter System Parameters. In the Java parameters section, I can only enter port 39xx. if not, I get an error.
    Also, I marked and unmarked the option concerning the ABAP user store, but the error persists.
    Please advice.
    Thanks a lot.

    Hi Allam,
    I checked the KBA and I think now, I have the correct HTTP port.
    The error I now get is S:CL_DIAGSTP_MESSAGE:483
    When I take the next step, Configure Automatically, I get this error during the Byte Code Adapter Installation phase when I open the Java URL stated in the navigation column:
    DIAG_WILY_MSG:157:S - com.sap.smdagent.vmmanager.VMManagerP4Exception: com.sap.smdagent.plugins.connectors.p4.exceptions.P4AuthorizationException: Access is denied to SAP System sid: check the connection credentials.More details about the error in agent 'sappi' log file (SMDAgentApplication.X.log).; nested exception is:
    com.sap.engine.services.security.exceptions.BaseLoginException: Error during authentication. For more information see the remote server traces.
    Any idea?
    Thanks.

  • Error during proxy integration

    Hello.
    I have encountered a Problem with the generation of a Proxy from an Amazon web service, which uses the httpclient.
    When testing this Proxy locally no problems are encountered, but during the integration of this proxy into my servlet, I get the following error:
    500   Internal Server Error
      SAP NetWeaver Application Server 7.10 / AS Java 7.10
      "Application error occurred during the request procession."
    Details: java.lang.NoClassDefFoundError: org/apache/commons/httpclient/params/HttpClientParams : cannot initialize class because prior initialization attempt failed
         at amazon.AmazonA2SClient.configureHttpClient(AmazonA2SClient.java:199)
         at amazon.AmazonA2SClient.<init>(AmazonA2SClient.java:78)
         at amazon.AmazonA2SClient.<init>(AmazonA2SClient.java:70)
         at amazon.ItemsSearch.SearchItem(ItemsSearch.java:112)
         at amazon.ItemsSearch.findItem(ItemsSearch.java:191)
         at approval.web.PlaceEditOrderFrameServlet.prepareApproval(PlaceEditOrderFrameServlet.java:160)
         at approval.web.PlaceEditOrderFrameServlet.placeOrders(PlaceEditOrderFrameServlet.java:122)
         at approval.web.PlaceEditOrderFrameServlet.processRequest(PlaceEditOrderFrameServlet.java:40)
         at approval.web.PlaceEditOrderFrameServlet.doPost(PlaceEditOrderFrameServlet.java:111)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:66)
         at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:32)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:431)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:289)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:376)
         at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:85)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:160)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:67)
         at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
         at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:309)
         at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.run(Processor.java:222)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:152)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:247)
    Caused by: java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
         at org.apache.commons.httpclient.params.DefaultHttpParams.<clinit>(DefaultHttpParams.java:53)
         ... 39 more
    Caused by: java.lang.ClassNotFoundException: org.apache.commons.logging.LogFactory
    Loader Info -
    ClassLoader name: [library:core_lib]
    Living status: alive
    Direct parent loaders:
       [system:Frame]
    Resources:
       D:\usr\sap\CE2\J00\j2ee\cluster\bin\core_lib\commons-httpclient-3.0.1.jar
       D:\usr\sap\CE2\J00\j2ee\cluster\bin\core_lib\sap.comtcantlr~runtime.jar
       D:\usr\sap\CE2\J00\j2ee\cluster\bin\core_lib\sap.comtcblconfigimpl.jar
       D:\usr\sap\CE2\J00\j2ee\cluster\bin\core_lib\sap.comtcblcptimpl.jar
       D:\usr\sap\CE2\J00\j2ee\cluster\bin\core_lib\sap.comtcbljarmjarm.jar
       D:\usr\sap\CE2\J00\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQL.jar
       D:\usr\sap\CE2\J00\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQLPort.jar
       D:\usr\sap\CE2\J00\j2ee\cluster\bin\core_lib\sap.comtcdddbdictionarydatabase~implDictionaryDatabase.jar
       D:\usr\sap\CE2\J00\j2ee\cluster\bin\core_lib\sap.comtcjebootstrap_core_libimpl.jar
       D:\usr\sap\CE2\J00\j2ee\cluster\bin\core_lib\sap.comtcsecsecstorefsjava~core.jar
       C:\sdb\programs\runtime\jar\sapdbc.jar
       D:\usr\sap\CE2\SYS\global\security\lib\engine\iaik_jce.jar
         at com.sap.engine.boot.loader.MultiParentClassLoader.loadClass(MultiParentClassLoader.java:259)
         at com.sap.engine.boot.loader.MultiParentClassLoader.loadClass(MultiParentClassLoader.java:228)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:353)
         ... 40 more
    Could someone help me integrate this service into my servlet, so that I dont get any of the following errors?
    Thank you in advance,
    Lexer

    Hello again,
    I've tried changing the unit in the material master, but then after doing all the necessary changes I get a new dump error.
    It seems like some kind of incompatibility between the SAP measure unit (EA) and the Idoc measure unit (PCE).
    I've also tried changing in the customizing the unit of measures changing the EA ISO code to PCE instead of EA, but then again I get the dump when trying to integrate.
    Ideas?
    Thank you

  • SQLState errors during sync

    Hello,
    I am getting the following sqlstate error during download of certian equipment/funct. locations in MAU 3.0 MI 7.0
    Any Idea what is causing this?
    Thanks in advance
    [20080607 20:01:57:717] E [MI/Persistence ] insert: insert into M14_cUMAM30_031_TO values ( 5,48419870A12717B7E1000000927BC043,31891630,300000000000021832,700000001216,700000001216,',U,IE300000000000021832,W549150,000000000000000015,',W549150,',',',NULL,0,16M175 Series B3 Rotary Gas Meter, TC,',ZMTRPROF,',Walnut St 900,',',US,',',0,0E-12,0E-12,0.000,',0,300000000000021832,700000001216) - error code: -104 SQL state: 42601 Message: 0E [SQLState:42601, error code:-104] 
    [20080607 20:01:57:717] E [MI/Smartsync ] Inbound processing of container with index 3814 failed: 0E [SQLState:42601, error code:-104] : <InboundProcessingError timestamp="2008-06-07-16-01-57"><RowProcessorDispatcherDump type="obsoervable" ><Action>a</Action><TopRowKey>0031891630</TopRowKey><ChildRowKey> </ChildRowKey><RequestId> </RequestId><StateID> </StateID></RowProcessorDispatcherDump></InboundProcessingError>
    Edited by: ez on Jun 7, 2008 10:11 PM

    Hi,what support level of MI are you using and what is the version of DB2e? Check for notes and updates. the mentioned error is an SQL error with a wrong statement. So it could be one of the three involved components that is wrong:
    - MI
    - DB2e
    - MAM
    Check for latest version and for patches. Be aware that you can not run a higher SP level on the MI client side then you have installed on MI Middleware server.
    Hope this helps to get yu an idea how to solve this issue.
    Regards,
    Oliver

  • 0xc000035b error during windows integrated login

    I've been trying to setup an ADFS SQL farm. I've been running into an issue when trying to authenticate a use using Windows Integrate Authentication. I get it in all the browsers that I've tried (IE, Firefox, Chrome). What's happening is that the HTTP challenge
    box keeps popping up. I put in valid credentials (I've entered them in in various forms, UPN, domain\username, etc.), but the system never accepts them and keeps challenging until I cancel or I get a 401. When I look into the logs I see the following:
    An account failed to log on.
    Subject:
    Security ID: NULL SID
    Account Name: -
    Account Domain: -
    Logon ID: 0x0
    Logon Type: 3
    Account For Which Logon Failed:
    Security ID: NULL SID
    Account Name: portaluser1
    Account Domain: vo
    Failure Information:
    Failure Reason: An Error occured during Logon.
    Status: 0xc000035b
    Sub Status: 0x0
    Process Information:
    Caller Process ID: 0x0
    Caller Process Name: -
    Network Information:
    Workstation Name: CROBISON-PC
    Source Network Address: -
    Source Port: -
    Detailed Authentication Information:
    Logon Process:
    Authentication Package: NTLM
    Transited Services: -
    Package Name (NTLM only): -
    Key Length: 0
    During the setup of the ADFS SQL farm, I got a warning about the service principle name being already taken by some other AD object. Upon further investigation, that error is appearing because the setup is trying to assign an SPN to a domain user that is
    already assigned to the machine in the AD. So, I found ADFS docs that show how to manually assign an SPN to a service account. Still no go. 
    So here is a run down on how ADFS is being accessed. We have a reverse proxy that all web traffic is going through. The ADFS server farm (a farm of one server) is behind this reverse proxy. I've tried assigning SPNs to the service account that ADFS is running
    under that reflect external and internal DNS names. Can anyone shed some light on this? Windows integrated auth works great when I setup a stand-alone server and don't have to do all the service account stuff.

    Hallis:
    I have a web application running on Azure, the ADFS server is published to the internet using TMG.
    When accessing the application from my internal network everything works as expected. I see from the logs that the user is loggen on using Kerberos. This works for both domain joined computers and others.
    But, when accessing the application from outside my internal network I get the same behaviour as you described.
    The only difference in these scenarios is the reverse proxy. When it fails NTLM is used, when it works Kerberos is used. Maybe ADFS does not support NTLM?
    pagefaulted:
    I'm having the same issue except replace a reverse proxy with a F5 Bigip. Anyone out there have any solutions or at least explain why it is failing?
    Hi all,
    I've encountered the same issue a few of you mentioned above, when using a reverse proxy. In my case, the solution was to turn off Extended Protection (see
    Configure Extended Protection in IIS 7.5 or
    Windows Extended Protection) on the LS folder, or to configure it to match your use scenario and not perform channel-binding token (CBT) checking.
    To turn Extended Protection off, on the AD FS server, launch IIS Manager, then, on the left side tree view, access
    Sites -> Default Web Site -> adfs -> ls. Once you’ve selected the “/adfs/ls” folder, double-click the
    Authentication icon, then right-click Windows Authentication and select
    Advanced Settings… On the Advanced Settings dialog, choose Off for
    Extended Protection.
    HTH, 
    -Ran

  • 0x3b21 Intellisyn​c Error during Sync Process

    Tried to do a Sync and in DTM under Sync I have these checked:
    Reconcile Messages
    Synchronize organizer data (If this is unchecked I DO NOT get this error message)
    Update device data and time
    As I watch it go through its Sync screens, right before it gives this error it shows a screen that says something to the effect of "Setting up default system configuration" and then boom it pops up this error.
    Intellisync (Shown in Top Bar of box)
    Warning encountered. Warning Code - 0x3b21.
    Check Documentation
    I have followed the instructions listed Bifocals forum (http://supportforums.blackberry.com/t5/BlackBerry-​Bold-BlackBerry-9000/Bold-quot-Warning-code-quot/m​...) listing to the "T" and it did not work for me. When I downloaded the software he had linked the computer said "Software not found" after installing it. I tried again and it said the same thing. I then went to Software Download center and downloaded the 4.6 version without Media Manager and it still does the same error.
    Any ideas? Maybe I'm missing something that one of you can point out.
    Hail
    Curve 8330m

    Hi there!
    Here are some KBs that discuss that error:
    KB17365 "Warning encountered. Warning code - 0x3b21. Check documentation"
    KB17307 "Warning encountered. Warning code - 0x3b21. Check documentation", error appears when configuring the synchronization in the BlackBerry Desktop Manager
    Hopefully they contain something useful!
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Error during Server (Integration) installation - TCP/IP service is not star

    Hi All,
    During the installation of SERVER (2007 B), the next installation wizard is "Integration Platform". It requires the conncetion with SBO-COMMON. But this is giving me the Error Message - "Unable to connect to Database, Verify that database TCP/IP service is started. What is this means ? I have checked TCP/IP is enabled on my system.

    Hi Anuj,
    To resolve this error, you can either modify the connection string to use the server name or you can enable TCP/IP for the service. Follow these steps to enable TCP/IP:
    1.Start SQL Server Configuration Manager.
    2.Expand SQL Server Network Configuration.
    3.Select Protocols for MSSQLSERVER.
    4.Right-click TCP/IP, and select Enable.
    5.Select SQL Server Services.
    6.Right-click SQL Server (MSSQLSERVER), and select Restart.
    or else
    First is to open up the Surface Area Configuration tool, select to
    view Services and Connections. Under Database Engine, go to Remote
    Connections. Change it to allow remote connections using whichever
    protocols you plan on using from remote clients.
    hpoe it will work.
    Regards,
    Senthil maruthappan.
    Team work Never fail.

  • Error during Checking Network Configurations Requirements in RHEL3 VM

    Hi,
    I have a Red Hat Enterprise Linux Image Virtual Machine on my desktop which uses Fedora Linux. I have set this up using VMplayer.
    I need to install Oracle 10g on the RHEL VM.
    As the RHEL VM does not have X Windows, I am connecting to it from the Fedora Linux to do the installation.
    During the Product-specific Prerequisite checks:
    Checking Network Configurations Requirements throws an error,
    Please find it below:
    Actual Result: Unknown Host Exception has Occured :rhel3vm:rhel3vm
    Check complete: The overall result of this check is: Not executed <<<<
    Recommendations: Oracle supports installations on systems with DHCP-assigned public IP addresses. However, the primary network interface on the system should be configured with a static IP address in order for the Oracle software to function properly.
    The Fedora Linux gets the IP address from the DHCP and allocates an IP address to the VM.
    However, when we set both of them as static and the problem still persists, and also when we set the fedora as dynamic and RHEL VM as static, the issue is not resolved.
    Any help will be truely appreciated. Thank you.

    We were running a non-DHCP (static IP) configuration and ran into this issue. We discovered that the hostname and FQDN were not correctly specified in the /etc/hosts file.
    Fixing the hosts file to correctly reference the IP resolved the issue.
    Hope this helps...
    -john

  • Error during sync for data - MTT

    Hi all
    I am implementing MTT. I am able to sync and get the applications MTR and MTS deployed in the client. Getting into MTR and when I do a sync for the data the following error shows up.
    <b>Customizing Tables </b>
    Due to a communications error method WAF_TRIP_GET_CUSTOMIZING could not be executed
    Synchronization failed
    <b>Data Download</b>
    Due to a communications error method WAF_TRIP_GET_LIST could not be executed
    and when I sync for data in MTS the jsp error page occurs.
    <b>Error: 500
    Location: /MTS/error/error.jsp</b>
    Internal Servlet Error:
    javax.servlet.ServletException
    Root cause:
    java.lang.ClassCastException
         at com.sap.mbs.mts.jsp.error._jspService(Unknown Source)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    Is this the problem I have to deal with back end configuration? as I have done all the mapping in BWFMAPP and MEMAPPDEST.
    Had any one come accross this problem?, please help me out to solve this issue.
    Thanks
    Raj

    Hello,
    The first step would be to run those function module in the backend (in SE37). If they are running properly - than the proplem is in the MW or the client.
    The second step would be to make sure you have all the required component installed on the device (MTR, MTS, MTT Core, MTT Repository). If you don't have those 4 components then you should reinstall your device with them (complete reinstall).
    That should do it.
    Thank you,
    Julien.

  • "Windows - No Disk" error during sync

    About 1/2 the time when I go to sync my 80gig iPod Classic, I get this error. "Windows - No Disk There is no disk in the drive. Please insert a disk into drive I:. [Cancel] [Try Again] [Continue]"
    I: is the letter assigned to the ipod. It seems to happen just as the sync process is completing. It looks as though the ipod is disconnecting itself just before itunes wants it to.
    I've been having this problem ever since I got the ipod in March or April. I've reinstalled Windows a couple times since then and it still persists. I've even done a factory reset on the ipod. I'm stumped. Any suggestions?

    The only other 2 things I can think of are
    1) Deleting your itunes preferences files from these 2 folders after closing itunes
    (they'll get rebuilt)
    C:\Documents and Settings\user name\Applications Data\Apple Computers\iTunes
    C:\Documents and Settings\user name\Local Settings\Applications Data\Apple Computers\iTunes.
    2) Plugging something into every USB/drive letter port you've got.

  • Error during login Alert-Configuration

    Hi,
    I get following error when I try to login alert-configuration.
    SO does anybody know this error and has a solution?
    Thanks.
    Regards
    Stefan
    Runtime Error          STRING_BAD_REF
    Date and Time          29.09.2006 08:58:00
    ShrtText
    A string reference with destroyed context was destroyed.
    What happened?
    Error in ABAP application program.
    The current ABAP program "CL_BSP_MODEL==================CP" had to be
    terminated because one of the
    statements could not be executed.
    This is probably due to an error in the ABAP program.
    What can you do?
    Print out the error message (using the "Print" function)
    and make a note of the actions and input that caused the
    error.
    To resolve the problem, contact your SAP system administrator.
    You can use transaction ST22 (ABAP Dump Analysis) to view and administer
    termination messages, especially those beyond their normal deletion
    date.
    is especially useful if you want to keep a particular message.
    Error analysis
    The system discovered an invalid value while accessing a string
    reference:
    String reference (hexadecimal): 1900000002000000
    String header ID: 2
    String header ID (hex): 00000002
    Check value (hex): 000000
    Shared objects lock flag: 0
    Check value (hexadecimal): 19
    The check value should be hexadecimal "ED".
    This is not the case.
    How to correct the error
    The contents of the string value were probably overwritten in the
    memory of the ABAP application program.
    Probably the only way to eliminate the error is to correct the program.
    System environment
    SAP Release.............. "640"
    Application server....... "PROSRVSAP1"
    Network address.......... "172.17.0.231"
    Operating system......... "Windows NT"
    Release.................. "5.2"
    Hardware type............ "2x Intel 801586"
    Character length......... 16 Bits
    Pointer length........... 32 Bits
    Work process number...... 0
    Short dump setting....... "full"
    Database server.......... "PROSRVSAP1"
    Database type............ "ORACLE"
    Database name............ "XI3"
    Database owner........... "SAPXI3"
    Character set............ "C"
    SAP kernel............... "640"
    Created on............... "Nov 4 2004 23:42:53"
    Created in............... "NT 5.0 2195 Service Pack 4 x86 MS VC++ 13.10"
    Database version......... "OCI_920_SHARE "
    Patch level.............. "43"
    Patch text............... " "
    Supported environment....
    Database................. "ORACLE 8.1.7.., ORACLE 9.2.0.."
    SAP database version..... "640"
    Operating system......... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2"
    Memory usage.............
    Roll..................... 8176
    EM....................... 3135696
    Heap..................... 0
    Page..................... 0
    MM Used.................. 2356504
    MM Free.................. 777568
    SAP Release.............. "640"
    User and Transaction
    Information on where terminated
    The termination occurred in the ABAP program "CL_BSP_MODEL==================CP"
    in "IF_BSP_MODEL_UTIL~SPLIT_BINDING_EXPRESSION".
    The main program was "SAPMHTTP ".
    The termination occurred in line 1 of the source code of the (Include)
    program "CL_BSP_MODEL==================CM00W"
    of the source code of program "CL_BSP_MODEL==================CM00W" (when
    calling the editor 10).
    Source Code Extract
    Line
    SourceCde
    >>>>>
    method IF_BSP_MODEL_UTIL~SPLIT_BINDING_EXPRESSION .
    2
    3
    if strlen( binding_expression ) <= 4 or binding_expression(2) <> '//'. return. endif.
    4
    5
    model_name = binding_expression+2(*).
    6
    split model_name at '/' into model_name attribute_path.
    7
    8
    9
    endmethod.
    Contents of system fields
    Name
    Val.
    SY-SUBRC
    0
    SY-INDEX
    8
    SY-TABIX
    1
    SY-DBCNT
    1
    SY-FDPOS
    85
    SY-LSIND
    0
    SY-PAGNO
    0
    SY-LINNO
    1
    SY-COLNO
    1
    SY-PFKEY
    SY-UCOMM
    SY-TITLE
    HTTP Control
    SY-MSGTY
    SY-MSGID
    SY-MSGNO
    000
    SY-MSGV1
    SY-MSGV2
    SY-MSGV3
    SY-MSGV4
    Active Calls/Events
    No.   Ty.          Program                             Include                             Line
    Name
    24 METHOD       CL_BSP_MODEL==================CP    CL_BSP_MODEL==================CM00W     1
    CL_BSP_MODEL=>IF_BSP_MODEL_UTIL~SPLIT_BINDING_EXPRESSION
    23 METHOD       CL_BSP_ELEMENT_CT_ATTR_VALID==CP    CL_BSP_ELEMENT_CT_ATTR_VALID==CM00A    28
    CL_BSP_ELEMENT_CT_ATTR_VALID=>INITIAL_CHECKS
    22 METHOD       CL_BSP_ELEMENT_CT_ATTR_VALID==CP    CL_BSP_ELEMENT_CT_ATTR_VALID==CM002     4
    CL_BSP_ELEMENT_CT_ATTR_VALID=>TO_BOOLEAN
    21 METHOD       CL_HTMLB_CONTENT==============CP    CL_HTMLB_CONTENT==============CM007    13
    CL_HTMLB_CONTENT=>IF_BSP_ELEMENT~COMPILE_TIME_IS_VALID
    20 METHOD       CL_BSP_ELEMENT_INFO===========CP    CL_BSP_ELEMENT_INFO===========CM003    21
    CL_BSP_ELEMENT_INFO=>IS_VALID
    19 METHOD       CL_O2_CO2_PROCESSOR===========CP    CL_O2_CO2_PROCESSOR===========CM01C    78
    CL_O2_CO2_PROCESSOR=>CHECK_AND_DESCRIBE_TAG
    18 METHOD       CL_O2_CO2_PROCESSOR===========CP    CL_O2_CO2_PROCESSOR===========CM019   102
    CL_O2_CO2_PROCESSOR=>TRAVERSE_TAG
    17 METHOD       CL_O2_CO2_PROCESSOR===========CP    CL_O2_CO2_PROCESSOR===========CM00G    55
    CL_O2_CO2_PROCESSOR=>TRAVERSE
    16 METHOD       CL_O2_CO2_PROCESSOR===========CP    CL_O2_CO2_PROCESSOR===========CM00E   180
    CL_O2_CO2_PROCESSOR=>GENERATE
    15 METHOD       CL_O2_HELPER==================CP    CL_O2_HELPER==================CM00R   143
    CL_O2_HELPER=>CALL_O2_COMPILER
    14 FUNCTION     SAPLO2_WB_SERVICES                  LO2_WB_SERVICESU15                    128
    O2_GENERATE_PAGE_INTERNAL
    13 FUNCTION     SAPLO2_WB_SERVICES                  LO2_WB_SERVICESU04                    117
    O2_GENERATE_PAGE
    12 METHOD       CL_O2_RT_SUPPORT==============CP    CL_O2_RT_SUPPORT==============CM004    12
    CL_O2_RT_SUPPORT=>GENERATE_IMPL_CLASS
    11 METHOD       CL_O2_RT_SUPPORT==============CP    CL_O2_RT_SUPPORT==============CM003   108
    CL_O2_RT_SUPPORT=>GET_CLASS_FOR_PAGE
    10 METHOD       CL_BSP_PAGE_BASE==============CP    CL_BSP_PAGE_BASE==============CM01A    98
    CL_BSP_PAGE_BASE=>CREATE_PAGE
    9 METHOD       CL_BSP_PAGE_BASE==============CP    CL_BSP_PAGE_BASE==============CM005    47
    CL_BSP_PAGE_BASE=>CREATE_VIEW
    8 METHOD       CL_BSP_CONTROLLER=============CP    CL_BSP_CONTROLLER=============CM005     3
    CL_BSP_CONTROLLER=>CREATE_VIEW
    7 METHOD       CL_XI_ALERT_BSP_MAIN==========CP    CL_XI_ALERT_BSP_MAIN==========CM001    10
    CL_XI_ALERT_BSP_MAIN=>DO_REQUEST
    6 METHOD       CL_BSP_CTRL_ADAPTER===========CP    CL_BSP_CTRL_ADAPTER===========CM004    47
    CL_BSP_CTRL_ADAPTER=>DO_REQUEST
    5 METHOD       CL_BSP_RUNTIME================CP    CL_BSP_RUNTIME================CM002   111
    CL_BSP_RUNTIME=>ON_REQUEST
    4 METHOD       CL_HTTP_EXT_BSP===============CP    CL_HTTP_EXT_BSP===============CM001    24
    CL_HTTP_EXT_BSP=>IF_HTTP_EXTENSION~HANDLE_REQUEST
    3 METHOD       CL_HTTP_SERVER================CP    CL_HTTP_SERVER================CM01B   346
    CL_HTTP_SERVER=>EXECUTE_REQUEST_FROM_MEMORY
    2 FUNCTION     SAPLHTTP_RUNTIME                    LHTTP_RUNTIMEU02                      886
    HTTP_DISPATCH_REQUEST
    1 MODULE (PBO) SAPMHTTP                            SAPMHTTP                               13
    %_HTTP_START
    Chosen variables
    Name
    Val.
    No.      24 Ty.          METHOD
    Name  CL_BSP_MODEL=>IF_BSP_MODEL_UTIL~SPLIT_BINDING_EXPRESSION
    BINDING_EXPRESSION
    FALSE
    44454
    61C35
    00000
    00000
    MODEL_NAME
    String reference is destroyed
    10000000
    90002000
    ATTRIBUTE_PATH
    SYST-REPID
    CL_BSP_MODEL==================CP
    4454555444443333333333333333334522222222
    3CF230FDF45CDDDDDDDDDDDDDDDDDD3000000000
    0000000000000000000000000000000000000000
    0000000000000000000000000000000000000000
    %_DUMMY$$
    2222
    0000
    0000
    0000
    SY-REPID
    CL_BSP_MODEL==================CP
    4454555444443333333333333333334522222222
    3CF230FDF45CDDDDDDDDDDDDDDDDDD3000000000
    0000000000000000000000000000000000000000
    0000000000000000000000000000000000000000
    CL_ABAP_TYPEDESCR=>TRUE
    %_FSREG_001
    SPACE
    2
    0
    0
    0
    No.      23 Ty.          METHOD
    Name  CL_BSP_ELEMENT_CT_ATTR_VALID=>INITIAL_CHECKS
    NAME
    massDataExtraction
    667746764777667666
    D133414158421349FE
    000000000000000000
    000000000000000000
    VALUE
    FALSE
    44454
    61C35
    00000
    00000
    %_DUMMY$$
    2222
    0000
    0000
    0000
    SY-REPID
    CL_BSP_ELEMENT_CT_ATTR_VALID==CP
    4454555444444554554555554444334522222222
    3CF230F5C5D5E4F34F1442F61C94DD3000000000
    0000000000000000000000000000000000000000
    0000000000000000000000000000000000000000
    ME->M_ELEMENT_DATA
    |
    | 3000C000 |
    | 60009000 |
    | CL_BSP_ELEMENT_DATA=>CO_NO_ATTRIBUTE_VALUE |
    | %_NO_ATTRIBUTE_VALUE |
    | 25445455544554554454 |
    | 5FEFF144292545F61C55 |
    | 00000000000000000000 |
    | 00000000000000000000 |
    | SYST |
    | ######################U###############0#########x#############################T###x#####XC#### |
    | 0000000000000000000000500000000000000030000000007000000000000000000000000000105000700010540000 |
    | 8000101000000000000010501000100000000000000000008000000000000000000000000000604000800000830500 |
    | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
    | 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000E000000C |
    | ME->M_LAST_VALUE_NOT_SET |
    |  |
    | 2 |
    | 0 |
    | 0 |
    | 0 |
    | ME->CO_CHECKS_DONE |
    | %_CHECKS_DONE_% |
    | 254444455444452 |
    | 5F3853B3F4FE5F5 |
    | 000000000000000 |
    | 000000000000000 |
    | CL_BSP_ELEMENT_DATA=>CO_REQUEST_TIME_VALUE |
    | %_RUNTIME_ATTRIBUTE |
    | 2555454445455544554 |
    | 5F25E49D5F144292545 |
    | 0000000000000000000 |
    | 0000000000000000000 |
    | ME->M_LAST_VALUE_ONLY_AT_RUNTIME |
    |  |
    | 2 |
    | 0 |
    | 0 |
    | 0 |
    | %_ARCHIVE |
    |  |
    | 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222 |
    | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
    | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
    | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
    | %_FSREG_001 |
    | 6 |
    | 3 |
    | 6 |
    | 0 |
    | 0 |
    | SYST-REPID |
    | CL_BSP_ELEMENT_CT_ATTR_VALID==CP |
    | 4454555444444554554555554444334522222222 |
    | 3CF230F5C5D5E4F34F1442F61C94DD3000000000 |
    | 0000000000000000000000000000000000000000 |
    | 0000000000000000000000000000000000000000 |
    | CL_BSP_COMPILER_MESSAGES=>CO_ERROR |
    | E |
    | 4 |
    | 5 |
    | 0 |
    | 0 |
    | ATTRIBUTE_INFO |
    |
    2000D000
    90006000
    No.      22 Ty.          METHOD
    Name  CL_BSP_ELEMENT_CT_ATTR_VALID=>TO_BOOLEAN
    NAME
    massDataExtraction
    667746764777667666
    D133414158421349FE
    000000000000000000
    000000000000000000
    RESULT
    2
    0
    0
    0
    ME
    |
    | 3000C000 |
    | 3000C000 |
    | VALUE |
    |  |
    | ME->CO_CHECKS_DONE |
    | %_CHECKS_DONE_% |
    | 254444455444452 |
    | 5F3853B3F4FE5F5 |
    | 000000000000000 |
    | 000000000000000 |
    | %_SPACE |
    |  |
    | 2 |
    | 0 |
    | 0 |
    | 0 |
    | CL_BSP_MESSAGES=>CO_SEVERITY_ERROR |
    | 2 |
    | 0000 |
    | 2000 |
    | No.      21 Ty.          METHOD |
    | Name  CL_HTMLB_CONTENT=>IF_BSP_ELEMENT~COMPILE_TIME_IS_VALID |
    | ELEMENT_INFO |
    |
    3000C000
    70008000
    COMPILER_MESSAGES
    |
    | E0001000 |
    | 4000B000 |
    | ELEMENT_DATA |
    |
    3000C000
    60009000
    VALIDATOR
    |
    | 3000C000 |
    | 3000C000 |
    | VALID |
    |  |
    | 2 |
    | 0 |
    | 0 |
    | 0 |
    | %_FSREG_001 |
    | ??? |
    | ?????? |
    | ?????? |
    | %_DUMMY$$ |
    |  |
    | 2222 |
    | 0000 |
    | 0000 |
    | 0000 |
    | CL_BSP_ELEMENT_DATA=>CO_NO_ATTRIBUTE_VALUE |
    | %_NO_ATTRIBUTE_VALUE |
    | 25445455544554554454 |
    | 5FEFF144292545F61C55 |
    | 00000000000000000000 |
    | 00000000000000000000 |
    | SYST-REPID |
    | CL_HTMLB_CONTENT==============CP |
    | 4454544454445445333333333333334522222222 |
    | 3CF84DC2F3FE45E4DDDDDDDDDDDDDD3000000000 |
    | 0000000000000000000000000000000000000000 |
    | 0000000000000000000000000000000000000000 |
    | SY |
    | ######################U###############0#########x#############################T###x#####XC#### |
    | 0000000000000000000000500000000000000030000000007000000000000000000000000000105000700010540000 |
    | 8000101000000000000010501000100000000000000000008000000000000000000000000000604000800000830500 |
    | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
    | 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000E000000C |
    | SY-REPID |
    | CL_HTMLB_CONTENT==============CP |
    | 4454544454445445333333333333334522222222 |
    | 3CF84DC2F3FE45E4DDDDDDDDDDDDDD3000000000 |
    | 0000000000000000000000000000000000000000 |
    | 0000000000000000000000000000000000000000 |
    | SYST |
    | ######################U###############0#########x#############################T###x#####XC#### |
    | 0000000000000000000000500000000000000030000000007000000000000000000000000000105000700010540000 |
    | 8000101000000000000010501000100000000000000000008000000000000000000000000000604000800000830500 |
    | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
    | 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000E000000C |
    | No.      20 Ty.          METHOD |
    | Name  CL_BSP_ELEMENT_INFO=>IS_VALID |
    | ELEMENT_DATA |
    |
    3000C000
    60009000
    COMPILER_MESSAGES
    |
    | E0001000 |
    | 4000B000 |
    | COMPILER_OPTIONS |
    | 0.0.0.0.0.0.0.1.  |
    | C0000000 |
    | B0004000 |
    | VALID |
    |  |
    | 2 |
    | 0 |
    | 0 |
    | 0 |
    | ME->VALIDATOR |
    |
    3000C000
    3000C000
    SCREEN
    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    %_DUMMY$$
    2222
    0000
    0000
    0000
    ME
    |
    | 3000C000 |
    | 70008000 |
    | ME->ELEMENT |
    |
    3000C000
    4000B000
    SY-REPID
    CL_BSP_ELEMENT_INFO===========CP
    4454555444444554444333333333334522222222
    3CF230F5C5D5E4F9E6FDDDDDDDDDDD3000000000
    0000000000000000000000000000000000000000
    0000000000000000000000000000000000000000
    ME->COMPILER_OPTIONS
    0.0.0.0.0.0.0.1.
    C0000000
    90006000
    %_FSREG_001
    SYST-REPID
    CL_BSP_ELEMENT_INFO===========CP
    4454555444444554444333333333334522222222
    3CF230F5C5D5E4F9E6FDDDDDDDDDDD3000000000
    0000000000000000000000000000000000000000
    0000000000000000000000000000000000000000
    No.      19 Ty.          METHOD
    Name  CL_O2_CO2_PROCESSOR=>CHECK_AND_DESCRIBE_TAG
    SIG
    content                       CL_HTMLB_CONTENT              BCLG_HTMLB_CONTENT             X
    6667667222222222222222222222224454544454445445222222222222224444545444544454452222222222222522
    3FE45E4000000000000000000000003CF84DC2F3FE45E40000000000000023C7F84DC2F3FE45E40000000000000800
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    ATTR
    í###r#######Ç###
    E01070000000C010
    D020204010007080
    0000000000000000
    0010000000000000
    ELEMENT
    ¤###BX  X#¯###¯###«#####Œ# ###r#####X  #
    A040452250A040A040A050A05020807000FF5220
    40B0280080F000F000B040D02000D02000FF8000
    0000000000000000000000000000000000FF0000
    0010000000001000100010001000000000FF0000
    SY-REPID
    CL_O2_CO2_PROCESSOR===========CP
    4454354435554445545333333333334522222222
    3CFF2F3F2F02F3533F2DDDDDDDDDDD3000000000
    0000000000000000000000000000000000000000
    0000000000000000000000000000000000000000
    EXTENSION_INFO
    |
    | 3000C000 |
    | 80007000 |
    | %_SPACE |
    |  |
    | 2 |
    | 0 |
    | 0 |
    | 0 |
    | TAGID |
    | content |
    | 6667667 |
    | 3FE45E4 |
    | 0000000 |
    | 0000000 |
    | ELEMENT_INFO |
    |
    3000C000
    70008000
    %_DUMMY$$
    2222
    0000
    0000
    0000
    ELEMENT-ARGS
    Table IT_365[9x32]
    CLASS=CL_O2_CO2_PROCESSORMETHOD=TRAVERSE_TAGDATA=ELEMENT-ARGS
    Table reference: 114
    TABH+  0(20) = 70CBF53C28E9F93C00000000720000006D010000
    TABH+ 20(20) = 0900000020000000FFFFFFFF04650000900E0000
    TABH+ 40( 8) = 10000000C1298000
    store        = 0x70CBF53C
    ext1         = 0x28E9F93C
    shmId        = 0     (0x00000000)
    id           = 114   (0x72000000)
    label        = 365   (0x6D010000)
    fill         = 9     (0x09000000)
    leng         = 32    (0x20000000)
    loop         = -1    (0xFFFFFFFF)
    xtyp         = TYPE#000064
    occu         = 16    (0x10000000)
    access       = 1     (ItAccessStandard)
    idxKind      = 0     (ItIndexNone)
    uniKind      = 2     (ItUniqueNon)
    keyKind      = 3     (user defined)
    cmpMode      = 4     (cmpSingleEq)
    occu0        = 1
    collHash     = 0
    groupCntl    = 0
    rfc          = 0
    unShareable  = 0
    mightBeShared = 0
    sharedWithShmTab = 0
    isShmLockId  = 0
    gcKind       = 0
    isUsed       = 1
    >>>>> Shareable Table Header Data <<<<<
    tabi         = 0x60C9F53C
    pghook       = 0x00000000
    idxPtr       = 0x00000000
    refCount     = 0     (0x00000000)
    tstRefCount  = 0     (0x00000000)
    lineAdmin    = 16    (0x10000000)
    lineAlloc    = 16    (0x10000000)
    store_id     = 101   (0x65000000)
    shmIsReadOnly = 0     (0x00000000)
    >>>>> 1st level extension part <<<<<
    regHook      = 0xE8C2F53C
    hsdir        = 0x00000000
    ext2         = 0x00000000
    >>>>> 2nd level extension part <<<<<
    tabhBack     = Not allocated
    delta_head   = Not allocated
    pb_func      = Not allocated
    pb_handle    = Not allocated
    TAGARGS_REF
    0.0.0.0.0.0.0.1.
    C0000000
    C0003000
    ELEMENT_DATA
    |
    | 3000C000 |
    | 60009000 |
    | ELEMENT_REF |
    | 0.0.0.0.0.0.0.1.  |
    | C0000000 |
    | B0004000 |
    | ME->COMPILER_MESSAGES |
    |
    E0001000
    4000B000
    ATTR-ROW
    4
    0000
    4000
    SCREEN
    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    IS_VALID
    2
    0
    0
    0
    ME->FALSE
    2
    0
    0
    0
    SY-XFORM
    222222222222222222222222222222
    000000000000000000000000000000
    000000000000000000000000000000
    000000000000000000000000000000
    ME
    |
    | E0001000 |
    | 70008000 |
    | SYST |
    | ######################U###############0#########x#############################T###x#####XC#### |
    | 0000000000000000000000500000000000000030000000007000000000000000000000000000105000700010540000 |
    | 8000101000000000000010501000100000000000000000008000000000000000000000000000604000800000830500 |
    | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
    | 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000E000000C |
    | No.      18 Ty.          METHOD |
    | Name  CL_O2_CO2_PROCESSOR=>TRAVERSE_TAG |
    | ATTR |
    | í###r#######Ç### |
    | E01070000000C010 |
    | D020204010007080 |
    | 0000000000000000 |
    | 0010000000000000 |
    | NODE |
    |
    70008000
    2000D000
    PREFIX_MAPPER
    |
    | A0005000 |
    | 90006000 |
    | NO_SCRIPT |
    |  |
    | 2 |
    | 0 |
    | 0 |
    | 0 |
    | RESULT |
    | ############î###ï###Ê#####è#######N# ### |
    | 00FF00FF00FFE010E000C01000E000FF90402000 |
    | 00FF00FF00FFE010F000A050708000FF10E00000 |
    | 00FF00FF00FF000000000000000000FF00000000 |
    | 00FF00FF00FF001000000000000000FF00000000 |
    | ELEMENT-PREFIX |
    | htmlb |
    | 67666 |
    | 84DC2 |
    | 00000 |
    | 00000 |
    | PREFIX |
    | htmlb |
    | 67666 |
    | 84DC2 |
    | 00000 |
    | 00000 |
    | ELEMENT-CLASSNAME |
    | CL_HTMLB_CONTENT |
    | 4454544454445445 |
    | 3CF84DC2F3FE45E4 |
    | 0000000000000000 |
    | 0000000000000000 |
    | TAG_SIG-TAGCLASS |
    | CL_HTMLB_CONTENT |
    | 445454445444544522222222222222 |
    | 3CF84DC2F3FE45E400000000000000 |
    | 000000000000000000000000000000 |
    | 000000000000000000000000000000 |
    | CL_BSP_COMPILER_MESSAGES=>CO_ERROR |
    | E |
    | 4 |
    | 5 |
    | 0 |
    | 0 |
    | CL_BSP_RUNTIME=>IF_BSP_RUNTIME~CO_DOMAIN_RELAX_MIN |
    | min |
    | 666 |
    | D9E |
    | 000 |
    | 000 |
    | CHILD |
    |
    4000B000
    0000F000
    ME
    |
    | E0001000 |
    | 70008000 |
    | NEWTAG |
    | content |
    | 6667667 |
    | 3FE45E4 |
    | 0000000 |
    | 0000000 |
    | ELEMENT |
    | ¤###BX  X#¯###¯###«#####Œ# ###r#####X  # |
    | A040452250A040A040A050A05020807000FF5220 |
    | 40B0280080F000F000B040D02000D02000FF8000 |
    | 0000000000000000000000000000000000FF0000 |
    | 0010000000001000100010001000000000FF0000 |
    | SYST-REPID |
    | CL_O2_CO2_PROCESSOR===========CP |
    | 4454354435554445545333333333334522222222 |
    | 3CFF2F3F2F02F3533F2DDDDDDDDDDD3000000000 |
    | 0000000000000000000000000000000000000000 |
    | 0000000000000000000000000000000000000000 |
    | TAG_SIG |
    | content                       CL_HTMLB_CONTENT              BCLG_HTMLB_CONTENT             X |
    | 6667667222222222222222222222224454544454445445222222222222224444545444544454452222222222222522 |
    | 3FE45E4000000000000000000000003CF84DC2F3FE45E40000000000000023C7F84DC2F3FE45E40000000000000800 |
    | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
    | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
    | ME->GENERATOR |
    |
    A0005000
    A0005000
    COMPILEINFOS
    Table[initial]
    No.      17 Ty.          METHOD
    Name  CL_O2_CO2_PROCESSOR=>TRAVERSE
    IS_FIRST_NODE
    2
    0
    0
    0
    PREFIX_MAPPER
    |
    | A0005000 |
    | 90006000 |
    | NODE |
    |
    70008000
    2000D000
    NO_SCRIPT
    2
    0
    0
    0
    RESULT
    ############î###ï###Ê#####è#######N# ###
    00FF00FF00FFE010E000C01000E000FF90402000
    00FF00FF00FFE010F000A050708000FF10E00000
    00FF00FF00FF000000000000000000FF00000000
    00FF00FF00FF001000000000000000FF00000000
    ME
    |
    | E0001000 |
    | 70008000 |
    | ATTR |
    | í###r#######Ç### |
    | E01070000000C010 |
    | D020204010007080 |
    | 0000000000000000 |
    | 0010000000000000 |
    | ME->ENV |
    |
    E0001000
    5000A000
    ATTR-NAME
    TAG
    544
    417
    000
    000
    %_PRINT
    000                                                                                0###
    2222333222222222222222222222222222222222222222222222222222222222222222222222222222222222223000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    SY-XPROG
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    0000000000000000000000000000000000000000
    0000000000000000000000000000000000000000
    RSJOBINFO
    00000000000000                                  ##
    2222222222222222222222222222222233333333333333222222222222222222222222222222222200
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000
    ATTR-ROW
    4
    0000
    4000
    No.      16 Ty.          METHOD
    Name  CL_O2_CO2_PROCESSOR=>GENERATE
    XML_INPUT
    3767766222666637633363666227227226676366236377662323323320373766336366662323323327367276727237
    C8C629E2E2534ED568FCFA15F22822922CE57D112CFA443F260D10D22DC32319ECFA1C2F280D20D102D200268232E3
    3626763332666627223737623323323326666267373766233272272330263776273766233272272276272766367236
    FD053FD100EF9724D2E32070D00D10D101715220E323190D22822927EAFFA4430324790D2282292259232059D20FCF
    O2_PARAMS
    Table IT_30[2x976]
    CLASS=CL_O2_HELPERMETHOD=CALL_O2_COMPILERDATA=PAGE_PARAMS
    Table reference: 17
    TABH+  0(20) = C085E23C0000000000000000110000001E000000
    TABH+ 20(20) = 02000000D0030000FFFFFFFF045C000080060000
    TABH+ 40( 8) = 10000000C1248400
    store        = 0xC085E23C
    ext1         = 0x00000000
    shmId        = 0     (0x00000000)
    id           = 17    (0x11000000)
    label        = 30    (0x1E000000)
    fill         = 2     (0x02000000)
    leng         = 976   (0xD0030000)
    loop         = -1    (0xFFFFFFFF)
    xtyp         = TYPE#000021
    occu         = 16    (0x10000000)
    access       = 1     (ItAccessStandard)
    idxKind      = 0     (ItIndexNone)
    uniKind      = 2     (ItUniqueNon)
    keyKind      = 1     (default)
    cmpMode      = 2     (cmpSingleMcmpR)
    occu0        = 1
    collHash     = 0
    groupCntl    = 0
    rfc          = 0
    unShareable  = 0
    mightBeShared = 1
    sharedWithShmTab = 0
    isShmLockId  = 0
    gcKind       = 0
    isUsed       = 1
    >>>>> Shareable Table Header Data <<<<<
    tabi         = 0xD8C8EF3C
    pghook       = 0x00000000
    idxPtr       = 0x00000000
    refCount     = 2     (0x02000000)
    tstRefCount  = 0     (0x00000000)
    lineAdmin    = 16    (0x10000000)
    lineAlloc    = 16    (0x10000000)
    store_id     = 20    (0x14000000)
    shmIsReadOnly = 0     (0x00000000)
    >>>>> 1st level extension part <<<<<
    regHook      = Not allocated
    hsdir        = Not allocated
    ext2         = Not allocated
    >>>>> 2nd level extension part <<<<<
    tabhBack     = Not allocated
    delta_head   = Not allocated
    pb_func      = Not allocated
    pb_handle    = Not allocated
    PAGE_URL
    MAIN.HTM
    44442454
    D19EE84D
    00000000
    00000000
    CLASS_NAME
    CL_O2EKNVZ07WGTI08DMUX9WUBMS1F
    445434445533545433445535544534
    3CFF25BE6A077749084D589752D316
    000000000000000000000000000000
    000000000000000000000000000000
    PAKET
    SXMSALERT
    554544455222222222222222222222
    38D31C524000000000000000000000
    000000000000000000000000000000
    000000000000000000000000000000
    NAMESPACE
    SAP
    545
    310
    000
    000
    APPLICATION
    SXMS_ALERTRULES
    554554445555445
    38D3F1C52425C53
    000000000000000
    000000000000000
    OPTIONS
    XXD###
    55400022
    88400000
    00000000
    00000000
    ERROR_TABLE
    Table[initial]
    RESULT
    ############î###ï###Ê#####è#######N# ###
    00FF00FF00FFE010E000C01000E000FF90402000
    00FF00FF00FFE010F000A050708000FF10E00000
    00FF00FF00FF000000000000000000FF00000000
    00FF00FF00FF001000000000000000FF00000000
    ME->GENERATOR
    |
    | A0005000 |
    | A0005000 |
    | SPACE |
    |  |
    | 2 |
    | 0 |
    | 0 |
    | 0 |
    | ATTR |
    | ##á#########É### |
    | 00E000000000C010 |
    | E010001010009060 |
    | 0000000000000000 |
    | 0000000000000000 |
    | ME->TRUE |
    | X |
    | 5 |
    | 8 |
    | 0 |
    | 0 |
    | PREFIX_MAPPER |
    |
    A0005000
    90006000
    SY
    ######################U###############0#########x#############################T###x#####XC####
    0000000000000000000000500000000000000030000000007000000000000000000000000000105000700010540000
    8000101000000000000010501000100000000000000000008000000000000000000000000000604000800000830500
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    00000000000000000000000000000000000000000000000000000000000000000000000000000000000000E000000C
    HASPAGE
    X
    5
    8
    0
    0
    NODE
    |
    | A0005000 |
    | 80007000 |
    | ELEMENT |
    |
    B0004000
    4000B000
    ME
    |
    | E0001000 |
    | 70008000 |
    | OPTIONS-NO_SCRIPT |
    |  |
    | 2 |
    | 0 |
    | 0 |
    | 0 |
    | OPTIONS-COMPILE |
    | X |
    | 5 |
    | 8 |
    | 0 |
    | 0 |
    | ME->OTR_TABLE |
    | Table[initial] |
    | OBJ_NAME |
    |  |
    | 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222 |
    | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
    | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
    | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
    | No.      15 Ty.          METHOD |
    | Name  CL_O2_HELPER=>CALL_O2_COMPILER |
    | P_PAGE |
    |
    E0001000
    90006000
    P_COMPILE_FLAG
    X
    5
    8
    0
    0
    P_CALL_MODE
    G
    4
    7
    0
    0
    P_USE_RECOV_OTR_GUIDS
    2
    0
    0
    0
    P_COMMENT_FLAG
    2
    0
    0
    0
    P_COMPILER_RC
    0
    0000
    0000
    P_XML_SOURCE
    P_MSGS
    0.0.0.0.0.0.0.1.
    00FF00FF
    00FF00FF
    00FF00FF
    00FF00FF
    P_RESULT
    Ï###########ï###ï#######ï########### ###
    C01000FF00FFE000E00000FFE00000FF00FF2000
    F00000FF00FFF000F00000FFF00000FF00FF0000
    000000FF00FF0000000000FF000000FF00FF0000
    000000FF00FF0000000000FF000000FF00FF0000
    SYST-REPID
    CL_O2_HELPER==================CP
    4454354445453333333333333333334522222222
    3CFF2F85C052DDDDDDDDDDDDDDDDDD3000000000
    0000000000000000000000000000000000000000
    0000000000000000000000000000000000000000
    CLASS_NAME
    CL_O2EKNVZ07WGTI08DMUX9WUBMS1F
    445434445533545433445535544534
    3CFF25BE6A077749084D589752D316
    000000000000000000000000000000
    000000000000000000000000000000
    PAGE_ATTRS-IMPLCLASS
    CL_O2EKNVZ07WGTI08DMUX9WUBMS1F
    445434445533545433445535544534
    3CFF25BE6A077749084D589752D316
    000000000000000000000000000000
    000000000000000000000000000000
    CL_GUI_TEXTEDIT=>FALSE
    SY
    ######################U###############0#########x#############################T###x#####XC####
    0000000000000000000000500000000000000030000000007000000000000000000000000000105000700010540000
    8000101000000000000010501000100000000000000000008000000000000000000000000000604000800000830500
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    00000000000000000000000000000000000000000000000000000000000000000000000000000000000000E000000C
    XML_PROCESSOR
    |
    | E0001000 |
    | 70008000 |
    | SPACE |
    |  |
    | 2 |
    | 0 |
    | 0 |
    | 0 |
    | %_DUMMY$$ |
    |  |
    | 2222 |
    | 0000 |
    | 0000 |
    | 0000 |
    | XML_SOURCE |
    | #########•################•##•##•############################################################# |
    | 3767766222666637633363666227227226676366236377662323323320373766336366662323323327367276727237 |
    | C8C629E2E2534ED568FCFA15F22822922CE57D112CFA443F260D10D22DC32319ECFA1C2F280D20D102D200268232E3 |
    | 3626763332666627223737623323323326666267373766233272272330263776273766233272272276272766367236 |
    | FD053FD100EF9724D2E32070D00D10D101715220E323190D22822927EAFFA4430324790D2282292259232059D20FCF |
    | PAGE_PARAMS |
    | Table IT_30[2x976] |
    | PAGE_URL |
    | MAIN.HTM |
    | 44442454 |
    | D19EE84D |
    | 00000000 |
    | 00000000 |
    | PAGE_ATTRS-DEVCLASS |
    | SXMSALERT |
    | 554544455222222222222222222222 |
    | 38D31C524000000000000000000000 |
    | 000000000000000000000000000000 |
    | 000000000000000000000000000000 |
    | NAMESPACE |
    | SAP |
    | 545 |
    | 310 |
    | 000 |
    | 000 |
    | APPL_STR |
    | SXMS_ALERTRULES |
    | 554554445555445 |
    | 38D3F1C52425C53 |
    | 000000000000000 |
    | 000000000000000 |
    | OPTIONS |
    | XXD### |
    | 55400022 |
    | 88400000 |
    | 00000000 |
    | 00000000 |
    | ERROR_TABLE |
    | Table[initial] |
    | CO2_RESULT |
    | ############ï###ï#######ï########### ### |
    | 00FF00FF00FFE000E00000FFE00000FF00FF2000 |
    | 00FF00FF00FFF000F00000FFF00000FF00FF0000 |
    | 00FF00FF00FF0000000000FF000000FF00FF0000 |
    | 00FF00FF00FF0000000000FF000000FF00FF0000 |
    | CL_GUI_TEXTEDIT=>ABAP_COMMENTLINE_IDENTIFIER |
    | ??? |
    | ?????? |
    | ?????? |
    | SY-REPID |
    | CL_O2_HELPER==================CP |
    | 4454354445453333333333333333334522222222 |
    | 3CFF2F85C052DDDDDDDDDDDDDDDDDD3000000000 |
    | 0000000000000000000000000000000000000000 |
    | 0000000000000000000000000000000000000000 |
    | P_MS

    Hi,
    yes, I have activated the SICF-Services as it is mentioned int the documentation.
    DO you have any idea?
    Thanks.
    Regards
    Stefan

  • Mac OS 10.5.6 Tung C - Unknown error during sync - application closes

    Since my recent 10.5.6 update I am unable to complete my sync.
    Everything initiates fine. Several items seem to initiate but when it starts my epocrates sync the software closes with an unknown error. I have reinstalled mac 421RevD twice with no change.
    Please help.
    Thanks
    Post relates to: Tungsten C
    Post relates to: Tungsten C

    How about try to disable the two Epocrates conduits from the Conduit Settings of the Hotsync Manager? This would really isolate whether its a Palm or Epocrates issue. You may try to consult with Epocrates support if ever it would sync sucessfull without the two conduits activated.
    Post relates to: Palm m105

  • Error during Sync

    BBerry 8330 and I just started getting an error:  Error code 0X80040fb3 when I sync my Outlook Address book.  This error just started.
    I deleted the Desktop Manager and reinstalled but no change.  I tried finding some files that were referenced in the help section but was unable.  Can anyone give me some insight as to what to do?  Thanks

    Check out the steps in the kb article
    http://www.blackberry.com/btsc/KB14818
    If they don't work try the following:
    Delete the Intellisync folder - http://www.blackberry.com/btsc/KB11703
    Perform a clean uninstall of the software. Afterwards reinstallthe Dekstop Manager - http://www.blackberry.com/btsc/KB02206
    If someone has been helpful please consider giving them kudos by clicking the star to the left of their post.
    Remember to resolve your thread by clicking Accepted Solution.

Maybe you are looking for