Com.sap.ip.bi.rig.ColumnWidth for key vs. text

I am implementing module com.sap.ip.bi.rig.ColumnWidth (in conjunction with com.sap.ip.bi.rig.DocumentContent), and have come to the point where I need to set all the column widths.
It would be really great if BEx would just render the column widths as usual for all the unmodified columns.  Tobias / SAP can you make that an option in the future?  It would be very helpful!!
But for now I must specify a column width for every column.  I do not like using the approach of just setting column widths by index because as soon as the user re-arranges the columns it looks terrible and cuts off some columns.  So I have been using the "Default width for specific characteristic" option (from [here|http://help.sap.com/saphelp_NW70EHP1core/helpdata/en/47/a0623a12753377e10000000a421937/frameset.htm]) and listing out all the different characteristics and using trial and error to set the widths.
Now the problem is that I haven't figured out a way to specify a column width for the key versus the text of a characteristic, since for some characteristics we display key + text (or the user could set that in the navigation).
Is there a solution for this?
It would be really, really, REALLY helpful to have BEx set the column widths as usual, because otherwise I have to set them manually for all the characteristics, possibly by key AND text, and for all attributes that the user could potentially add.  That is a LOT of work, and error prone I might add.
We are on BI-BASE-S and BIWEBAPP 7.01.5.20.

Hi Christian,
I have gone through lot of notes and found that in SP 17 this issue was resolved, currently i don't have the note number.
The alternate solution to control the column width was to use the Report Designer(we  are currently implementing this).
Thanks,
Kumar

Similar Messages

  • Download com.sap.ip.bi.rig.DocumentContent & com.sap.ip.bi.rig.ColumnWidth

    Hi,
    we try to implement a example from SAP as described in the help here:
    [http://help.sap.com/saphelp_nw2004s/helpdata/de/44/b26a3b74a4fc31e10000000a114084/frameset.htm|http://help.sap.com]
    We are looking for the missing Java par Files com.sap.ip.bi.rig.DocumentContent and
    com.sap.ip.bi.rig.ColumnWidth.
    Can we download this anywhere or can anyone pls provide the sourcecode?
    Thank you in advance and kind regards,
    AL

    This should be available standard from SPS 14 latest patches.

  • Using more as one Exception for com.sap.ip.bi.rig.ExceptionImage

    Hello,
    I have a question to the modification setting into WAD 7.x
    I did implement the module "com.sap.ip.bi.rig.ExceptionImage" into Analysis Item.
    This works already.
    Actually, I created three exceptions into Query for different key figures and I would like to display for each key figure - exception another symbol.
    But I don't know any parameter setting for this module to set the necessary exception.
    Example:
    Query XY has three exceptions.
    Analysis Item based on Query XY and has modification module com.sap.ip.bi.rig.ExceptionImage.
    Into three Columns will be displayed three different key figures with different exceptions and for each keyfigure-column/exception should be displayed another symbol.
    Thanks for your support.
    Christian

    Hi Jose,
    Maybe you can try implementing another module com.sap.ip.bi.rig.Format for your Analysis webitem. Here, you have the option of right aligning a row/column/cell.
    say you want to right align column with index 5
    <bi:MOD_PARAM_NAME value="COLUMN" />
    <bi:MOD_PARAM_VALUE type="CHOICE" value="BOOLEAN" >
    <bi:BOOLEAN value="X" />
    </bi:MOD_PARAM_VALUE>
    <bi:MOD_PLACEHOLDER_LIST type="ORDEREDLIST" >
    <bi:MOD_PARAM_VALUE type="CHOICE" index="1" value="INTEGER" >
    <bi:INTEGER value="5" />
    </bi:MOD_PARAM_VALUE>
    </bi:MOD_PLACEHOLDER_LIST>
    <bi:MOD_PARAM_NAME value="ALIGNMENT" />
    <bi:MOD_PARAM_VALUE type="CHOICE" value="STRING" >
    <bi:STRING value="RIGHT" />
    </bi:MOD_PARAM_VALUE>
    --Priya

  • Error : Could not load com.sap.ip.bi.rig.Format in WAD 7

    Hi,
    Given config to be as below:-
    ABAP Stack - BI 7 EhP1 SP3
    Java Stack - BI 7 SP Level 19
    while I try to implement the Format Cell option using Analysis Web Item modification in WAD 7.0, I get the below error
    Could not load com.sap.ip.bi.rig.Format
    Plz. suggest what is the correct config that supports the above implementation.
    Thanks,
    Priya

    Thanks for reply,
    I have seen the post, But my problem is that, while executing WAD.
    could not load module com.sap.ip.bi.rig.format   error is coming.
    i think if these error is removed , coloring the backgroud will work via  module com.sap.ip.bi.rig.format.
    I shall be thankful to you for this.
    Regards
    Pavneet Rana

  • Error: "No JDK_HOME_PATH defined for key 'JDK1.4.2_HOME'" when local build

    Hello SDN!
    I want to build CRM ISA 5.0 application locally thru NWDS. This application uses Development Component technology. In the NWDI server track for this application has a build variant "default" with key "com.sap.jdk.home_path_key" and value for this key "JDK1.4.2_HOME".
    When I try to build it locally I've got an error:
    Error: com.sap.tc.buildplugin.util.BuildPluginException: No JDK_HOME_PATH defined for key 'JDK1.4.2_HOME'
         at com.sap.tc.buildplugin.JavaMacroContextProvider.setupJavaCompiler(JavaMacroContextProvider.java:235)
         at com.sap.tc.buildplugin.JavaMacroContextProvider.setupJavaEnvironment(JavaMacroContextProvider.java:180)
         at com.sap.tc.buildplugin.JavaMacroContextProvider.execute(JavaMacroContextProvider.java:35)
         at com.sap.tc.buildplugin.PrepareContextBuildStep.prepareTechnologySpecificData(PrepareContextBuildStep.java:187)
         at com.sap.tc.buildplugin.PrepareContextBuildStep.setupBuildFileCreatorContext(PrepareContextBuildStep.java:95)
         at com.sap.tc.buildplugin.PrepareContextBuildStep.execute(PrepareContextBuildStep.java:56)
         at com.sap.tc.buildplugin.DefaultPlugin.handleBuildStepSequence(DefaultPlugin.java:196)
         at com.sap.tc.buildplugin.DefaultPlugin.performBuild(DefaultPlugin.java:168)
         at com.sap.tc.buildplugin.DefaultPluginV3Delegate$BuildRequestHandler.handle(DefaultPluginV3Delegate.java:66)
         at com.sap.tc.buildplugin.DefaultPluginV3Delegate.requestV3(DefaultPluginV3Delegate.java:48)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.tc.buildtool.v2.impl.PluginHandler2.maybeInvoke(PluginHandler2.java:350)
         at com.sap.tc.buildtool.v2.impl.PluginHandler2.request(PluginHandler2.java:99)
         at com.sap.tc.buildtool.v2.impl.PluginHandler2.build(PluginHandler2.java:73)
         at com.sap.tc.buildtool.PluginHandler2Wrapper.execute(PluginHandler2Wrapper.java:59)
         at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1750)
         at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:6004)
         at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.buildDCsForDevConfig(BuildAction.java:307)
         at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.access$200(BuildAction.java:58)
         at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction$1.run(BuildAction.java:212)
         at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
    Error: Build stopped due to an error: No JDK_HOME_PATH defined for key 'JDK1.4.2_HOME'
    I've created system environment variables JDK_HOME_PATH, JAVA_HOME and JDK1.4.2_HOME pointed to C:\j2sdk1.4.2_17. In NWDS parameter "Installed JREs" pointed to C:\j2sdk1.4.2_17. Nothing effect.
    How to build this application locally?
    Regards, Lev

    Hi All,
    the JDK_1.4.2_HOME must be set not as an environment variable or a VM parameter, but it must be set for the CBS service.
    See the guide which -- among others -- also covers this:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7014086d-3fd9-2910-80bd-be3417810c6f
    - On 640/700 you can reach the CBS service settings from the Visual Admin.
    (http://help.sap.com/saphelp_nw70/helpdata/EN/53/75b3407e73c57fe10000000a1550b0/frameset.htm)
    - as of 710 you find it here:
    http://<host>:<port>/nwa u2013 Configuration Management u2013 Infrastructure u2013 Java System Properties u2013 Component Build Service
    (notice the SAP note: #1451364 - Modification of CBS service properties disabled in NWA
    http://service.sap.com/sap/support/notes/1451364)
    Some further hints:
    - BUILD_TOOL_JDK_HOME = <path to highest JDK>
    - JDK_HOME_PATHS = JDK1.3.1_HOME=<path of jdk131>;JDK1.4.2_HOME=<path of jdk142>;JDK1.5.0_HOME=<path of jdk150>JDK1.6.0_HOME=<path of jdk160>;default=<path of the JDK as default>
    Some simple rules with examples:
    - for BUILD_TOOL_JDK_HOME you simply enter the path to your JDK, e.g.: /opt/IBMJava2-amd64-142
    - for JDK_HOME_PATHS you have to follow the scheme "key=value" e.g.: JDK_1.4.2_HOME=/opt/IBMJava2-amd64-142
    - for BUILD_TOOL_JDK_HOME you always specify the highest JDK,
    - for JDK_HOME_PATHS you list the available JDKs.
    - JRE is not allowed, specify always JDK!
    Best Regards,
    Ervin

  • Com.sap.portal.htmlb in SSL

    Hello,
    We have implemented SSL on the portal platform (on the J2EE) and it seems to be working for the most part.  We are using it with Kerberos authentication.  We have noted that there are some issues and they mostly revolve around the com.sap.portal.htmlb "portalapp".  Firstly, when using SSL on port 50001, items in the HTMLB component are being called without SSL VIA port 50000.
    Also, we noted that there are a few files physically missing from the ../com.sap.portal.htmlb/jslib directory (for example: refresh.gif and pagerror.gif).  When we manually created them, those particular errors have disappeared but we also see the:
    "http://bnpdsapepc1d.corp.brucepower.com:50000/irj/portalapps/com.sap.portal.htmlb/jslib/emptyhover.html"
    and
    "http://bnpdsapepc1d.corp.brucepower.com:50000/irj/portalapps/com.sap.portal.pagebuilder/html/emptydocument.html"
    In the trace - but we are using HTTPS for everything else...?
    Is there something that points the HTMLB component to a static URL or to pick up the http with 50000?  We have not made any custom changes here.
    Any help would be humbly appreciated,
    Judson

    We seem to have figured it out.  It turns out that the registration of the ktpass is very case sensative.  We registered the FQDN of the host with the hostname part in UPPERCASE.  Now the portal - Kerberos with SSL works fine when using the https://HOSTNAME.company.com:50001/irj.  Otherwise, we receive "Action Cancelled" from the TLN and down.  We checked the SSL cert and it looked lowercase so we checked the keytab and found the HTTP/[email protected] - we will try to resolve the UPPERCASE by re-running that part of the process.
    Thanks,
    Judson

  • Class com.sap.csin.Utils

    Hi I would like to know where I can find the jar file of
    class com.sap.csin.Utils. Thanks for reply. Wang

    Wang
    I presume you are trying to use the code samples. Please bear in mind that this code sample is simply that, a code sample. You will not be able to get the com.sap.csin.Utils class. as this is an internal library that was used for this code sample. The class is basically used for any Util methods, and can therefore be replaced by your own class
    I hope this helps
    D

  • Com.sap.tc.cm.base.exception.BaseModelRuntimeException: No object for....

    Hi Experts,
    Iam using adaptive webservice model, for this when i run the application it shows the below exception,
    Connection IO Exception. Check nested exception for details. (Connection Exception; nested exception is:
    com.sap.tc.cm.base.exception.BaseModelRuntimeException: No object for mandatory target role 'RequisitionItems' of model class 'com.sap.demo.sampleapplication.wd.models.samplemodel.RequisitionGetitems' with cardinality 'ONE' maintained).
    [EXCEPTION]
    com.sap.engine.services.webservices.espbase.client.bindings.exceptions.TransportBindingException: Connection IO Exception. Check nested exception for details. (Connection Exception; nested exception is:
    com.sap.tc.cm.base.exception.BaseModelRuntimeException: No object for mandatory target role 'RequisitionItems' of model class 'com.sap.demo.sampleapplication.wd.models.samplemodel.RequisitionGetitems' with cardinality 'ONE' maintained).
    at com.sap.engine.services.webservices.espbase.client.bindings.impl.SOAPTransportBinding.serializeRequest(SOAPTransportBinding.java:1705)
    at com.sap.engine.services.webservices.espbase.client.bindings.impl.SOAPTransportBinding.writeSOAPRequestMessage(SOAPTransportBinding.java:257)
    at com.sap.engine.services.webservices.espbase.client.bindings.impl.SOAPTransportBinding.call_SOAP(SOAPTransportBinding.java:1280)
    at com.sap.engine.services.webservices.espbase.client.bindings.impl.SOAPTransportBinding.callWOLogging(SOAPTransportBinding.java:960)
    at com.sap.engine.services.webservices.espbase.client.bindings.impl.SOAPTransportBinding.call(SOAPTransportBinding.java:915)
    at com.sap.engine.services.webservices.espbase.client.dynamic.impl.DInterfaceInvokerImpl.invokeOperation(DInterfaceInvokerImpl.java:76)
    at com.sap.tc.webdynpro.model.webservice.model.WSGenericModelClassExecutable.execute(WSGenericModelClassExecutable.java:73)
    Thanks in advance
    Regards,
    Pradeep Kumar G

    Hai abhinav,
    Thanks for reply,
    Detailed description of my scenario:
    Iam using Adaptive webservice model for accessing some data based on some input values.
    In web service navigator it is working fine. when i give any input values based on that input the output records are available.
    But when i used it in webdynpro java, it gives an exception and asks for manadatory input values but actually in that webservice there are no mandatory input values, ok i provided that input values based on that exception, then it gives the below exception
    Connection IO Exception. Check nested exception for details. (Connection Exception; nested exception is:
    com.sap.tc.cm.base.exception.BaseModelRuntimeException: No object for mandatory target role 'RequisitionItems' of model class 'com.sap.demo.sampleapplication.wd.models.samplemodel.RequisitionGetitems' with cardinality 'ONE' maintained).
    [EXCEPTION]
    com.sap.engine.services.webservices.espbase.client.bindings.exceptions.TransportBindingException: Connection IO Exception. Check nested exception for details. (Connection Exception; nested exception is:
    com.sap.tc.cm.base.exception.BaseModelRuntimeException: No object for mandatory target role 'RequisitionItems' of model class 'com.sap.demo.sampleapplication.wd.models.samplemodel.RequisitionGetitems' with cardinality 'ONE' maintained).
    I used the code in the link you have mentioned, but it cannot solved my problem. Same exception is occurring.
    Share whether you have any idea on this..
    Regards,
    Pradeep Kumar

  • Time machine backup error: (2) setxattr for key:com.apple.backupd.SnapshotVolumeUUID path:/Volumes/TM Backiup/Backups.backupdb/Paul Stenquist's iMac/2012-01-29-123208.inProgress/0055E719-759A-43A5-90AE-A47E9AB414C1/Jack 2/04-10/05 size:37. Help?

    Time machine worked well for months. Now, an error every time. Replaced hard drive. No luck. Backup buddy said:
    (2) setxattr for key:com.apple.backupd.SnapshotVolumeUUID path:/Volumes/TM Backiup/Backups.backupdb/Paul Stenquist’s iMac/2012-01-29-123208.inProgress/0055E719-759A-43A5-90AE-A47E9AB414C1/Jack 2/04-10/05 size:37. Can someone help?

    Time machine worked well for months. Now, an error every time. Replaced hard drive. No luck. Backup buddy said:
    (2) setxattr for key:com.apple.backupd.SnapshotVolumeUUID path:/Volumes/TM Backiup/Backups.backupdb/Paul Stenquist’s iMac/2012-01-29-123208.inProgress/0055E719-759A-43A5-90AE-A47E9AB414C1/Jack 2/04-10/05 size:37. Can someone help?

  • Please help me 2 find a Document for this jar file com.sap.workflow_api

    HI,
    I want to create a task in UWL using web dynpro application. For this I need to import the specified com.sap.workflow_api.jar jar file.
    This jar file is in our WEB AS Server
    path=
    server\c\usr\sap\W01\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\portalapps\com.sap.workflow.apps\lib
    I have browsed all over for a good document , i got just one link :
    http://help.sap.com/saphelp_nw70/helpdata/EN/46/94b9b2b321581ce10000000a1553f7/frameset.htm
    Could you help me out with a better document for This task and  I want the complete document for this particular jar file com.sap.workflow_api.jar.
    It wolud be very helpful if I could get it at the earliest.
    Regards,
    Boopathi M

    HI Ayyapparaj,
    I have converted my project to javadoc,but i don't get any document for specific class. only I got what ever method is avilable in our controller that corssponding method come over in the java doc.
    How can i get the document for specified IWorkflow interface ? this com.sap.workflow_api jar file has IWorkflow interface. I need to know how to use this IWorkflow interface.
    How to use javadoc tool ?
    Regards,
    Boopathi M

  • What jar for com.sap.aii.mapping is

    Dear
    i am testing with blow blog.
    /people/pooja.pandey/blog/2005/06/27/xslt-mapping-with-java-enhancement-for-beginners
    in this blog, java program use the following;
    import com.sap.aii.mapping.api.AbstractTrace;
    import com.sap.aii.mapping.api.StreamTransformationConstants;
    what .jar file name is?
    i could not find com.sap.aii.mapping on eclipse.
    thanks
    Denis

    Denis,
    You need the <b>aii_map_api.jar</b> file for this.
    You will get this in the following location on your XI server,
    <b>j2ee\cluster\server0\apps\sap.com\com.sap.xi.services</b>
    Upload the Jar, in your Project Build Path.
    Regards,
    Bhavesh

  • Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.IOException: invalid content type for SOAP: TEXT/HTML; HTTP 404 Not Found

    In my 2006 biztalk application I have exposed web service to receive SAP input. It was working fine. After I have modified something in orchestration in that application . I am getting following error while SAP try to consume my web service. Can anyone please
    help me.
    Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.IOException: invalid content type for SOAP: TEXT/HTML; HTTP 404 Not Found

    In my 2006 biztalk application I have exposed web service to receive SAP input. It was working fine. After I have modified something in orchestration in that application . I am getting following error while SAP try to consume my web service.
    HI Arivazhagan K,
    Could you give some explanation about what you modified? according the to error message, this is "resource is not found issue".
    Best regards,
    Angie
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Where is the directory for "com.sap.aii.adapter.lib.sda" - PI 7.1 ?

    Hi,
    I want to install new JDBC driver in PI 7.1 EHP1, base on notes 1138877 i have to modified file "com.sap.aii.adapter.lib.sda".
    please advise in which directory the file is ?
    Best Regards
    Fernand

    Hi
    you can go to the drive in which your PI is installed for example if it is E then path will be like
    E:/usr/sap/<SID>/DVEBMGS00/j2ee/cluster/bin/ext/com.sap.aii.adapter.lib
    copy this file on your local desktop unzip it using winzip and add the driver jar to this
    make the entry of your driver jar file in provider.xml file and  again zip the folder
    then using SDM deploy this file
    for complete process search on SDN "how to install and configure external  drivers for jDBC and JMS"
    Thanks
    sandeep

  • Error for package com.sap.aii.mapping.lookup

    Hi All
    I am writing a code for the DB lookup. When I import the package in the Message
    Mapping (Advance Function) I am getting an Error.
    C:/usr/sap/SXI/DVEBMGS00/j2ee/cluster/server0/./temp/classpath_resolver/Map6af6f7d1335111dc9b51000c2967ead8/source/com/sap/xi/tf/_MM_File2JMS_.java:3: package com.sap.aii.mapping.lookup does not exist
    import com.sap.aii.mappingtool.tf3.;import com.sap.aii.mappingtool.tf3.rt.;import java.util.;import java.io.; import java.lang.reflect.;import com.sap.aii.mapping.lookup.; ^
    C:/usr/sap/SXI/DVEBMGS00/j2ee/cluster/server0/./temp/classpath_resolver/Map6af6f7d1335111dc9b51000c2967ead8/source/com/sap/xi/tf/_MM_File2JMS_.java:57: cannot resolve symbol symbol : class Channel location: class com.sap.xi.tf._MM_File2JMS_ Channel channel = null;
    C:/usr/sap/SXI/DVEBMGS00/j2ee/cluster/server0/./temp/classpath_resolver/Map6af6f7d1335111dc9b51000c2967ead8/source/com/sap/xi/tf/_MM_File2JMS_.java:58: cannot resolve symbol symbol : class DataBaseAccessor location: class com.sap.xi.tf._MM_File2JMS_ DataBaseAccessor accessor = null; ^
    Thanks
    Farooq.

    Hey satish I am getting same Error:
    C:/usr/sap/SXI/DVEBMGS00/j2ee/cluster/server0/./temp/classpath_resolver/Map7801d381335311dc8660000c2967ead8/source/com/sap/xi/tf/_MM_File2JMS_.java:3: package com.sap.aii.mapping.lookup does not exist import com.sap.aii.mappingtool.tf3.;import com.sap.aii.mappingtool.tf3.rt.;import java.util.;import java.io.; import java.lang.reflect.;import com.sap.aii.mapping.lookup.;import java.io.*; ^ C:/usr/sap/SXI/DVEBMGS00/j2ee/cluster/server0/./temp/classpath_resolver/Map7801d381335311dc8660000c2967ead8/source/com/sap/xi/tf/_MM_File2JMS_.java:57: cannot resolve symbol symbol : class Channel location: class com.sap.xi.tf._MM_File2JMS_ Channel channel = null; ^ C:/usr/sap/SXI/DVEBMGS00/j2ee/cluster/server0/./temp/classpath_resolver/Map7801d381335311dc8660000c2967ead8/source/com/sap/xi/tf/_MM_File2JMS_.java:58: cannot resolve symbol symbol : class DataBaseAccessor location: class com.sap.xi.tf._MM_File2JMS_ DataBaseAccessor accessor = null; ^ 3 errors

  • When i send a test message throw the RWB for Http receiver adapter it is giving the error "Error in processing caused by: com.sap.aii.adapter.http.api.HttpAdapterException: ERROR_SOCKET_TIMEOUT, Read timed out"

    when i send a test message throw the RWB for Http receiver adapter it is giving the error "Error in processing caused by: com.sap.aii.adapter.http.api.HttpAdapterException: ERROR_SOCKET_TIMEOUT, Read timed out"

    Hi, Michal
    I have read your Weblog. It makes sense to me. Thanks a lot for your help! However, I still have some questions and listed them as following. Could you please help to answer them?
    <b>Q1:</b> I am new to SAP-XI. So I have no idea about TCODE-SXMB_ADM. Could you introduce more details about it?
    <b>Q2:</b> The XI system I am using is running on SAP-ICC's machine. The tools I can use are:
    <b>1.</b>Builder for Integration Repository
    <b>2.</b>Builder for Integration Configuration
    <b>3.</b>System Landscape Directory
    <b>4.</b>Runtime Workbench
    <b>5.</b>Administration System (for Repository, Directory, Runtime)
    Please note that I do not have a complete control on this SAP-XI. Do you think whether or not I can set the timeout parameter by following the instructions provided in your Weblog?
    For more details about my SAP-XI, please access the following Web page:
    http://iccxi.sap.com:58000/rep/support/admin/index.html
    <b>Q3:</b> The following messages are extracted from the SAP-XI. Wish they are hepful to solving my problem.
    2006-06-19 05:12:16 Success The message was successfully received by the messaging system. Profile: XI URL: http://iccxi.sap.com:58000/MessagingSystem/receive/AFW/XI
    2006-06-19 05:12:16 Success Using connection AFW. Trying to put the message into the request queue.
    2006-06-19 05:12:16 Success Message successfully put into the queue.
    2006-06-19 05:12:16 Success The message was successfully retrieved from the request queue.
    2006-06-19 05:12:16 Success The message status set to DLNG.
    2006-06-19 05:12:16 Success Delivering to channel: ValidationRequestHandlerServiceChannel
    2006-06-19 05:12:16 Success SOAP: request message entering the adapter
    2006-06-19 05:12:37 Success SOAP: call failed
    2006-06-19 05:12:37 Error SOAP: error occured: java.net.ConnectException: Connection timed out: connect
    2006-06-19 05:12:37 Error Exception caught by adapter framework: Connection timed out: connect
    Thanks
    Menghua Li

Maybe you are looking for

  • My iPhone 5 is not pushing through notifications for text/ emails or alerts in a proper fashion!

    My iPhone 5 is not pushing through notifications properly. The screen lights up but there is no sound alert or banner it may or may not be followed by a sound alert and / or banner or the sound alert may come twice even after the text/ email/ app not

  • Why no sound on iTunes?

    iTunes is not working. I get no sound when playing from my iTunes library or playing a CD;  though the sound works OK if using Parallel  to run Windows XP and play it as a WMA file;  and on the Mac with other applications like Garageband. I am runnin

  • Discussion about iTunes 8.2.1 not syncing with Pre

    ...  will be discussed in the one thread, here: http://forums.palm.com/palm/board/message?board.id​=webossoftware&thread.id=5503 (Just FYI if anyone was going to start a thread in this board, where its also appropriate) Also, if we can, we'd like to

  • Reward Points and special financing....unable to use together

    We just recently purchased a refrigerator and Sonos Home Theater system.  I am now finding out that we did not earn any rewards becasue we used the 18 month financing option.  I am extremely disapointed in Best Buy.  When we bought the refrigerator a

  • Is there any OOB algo which can estimate missing reads for one day???

    Hi, We have a requirement where we need to calcuate missing reads for previous day before creating usageTransction. So is there any OOB batch is there which can do this everday?? I cam across one algo, but dont know how to use it in batch?? Thanks Am