Forcing EWS to return an error an error code

Hi everybody,
Can we force EWS to return an error code, even if it is fine? E.g., send one GetItem and tell it to return a "corrupt" answer so it is actually accessible.
Thanks & regards,
Talib Hussain

I'm not sure what you're trying to do. You can't make it return an error if there is no error. You could force an error (maybe use a bad item ID)?

Similar Messages

  • Error during Custom Build - error PRJ0019: A tool returned an error code from "Performing Custom Build Step"

    Hi All,
    I was trying to develop C++ web service using GShop with Visual Studio 2005.I refered a tutorial :-
    http://guruce.com/blogpost/hosting-webservices-on-windows-embedded-compact-windows-ce-using-gsoap .
    AS per the tutorial i proceeded. But, i stuck-up when making a custom build with Helloworld.wsdl.Here is the output :
    1>------ Rebuild All started: Project: HelloWorldWebService, Configuration: Debug Pocket PC 2003 (ARMV4) ------
    1>Deleting intermediate and output files for project 'HelloWorldWebService', configuration 'Debug|Pocket PC 2003 (ARMV4)'
    1>Performing Custom Build Step
    1>'D:\Test' is not recognized as an internal or external command,
    1>operable program or batch file.
    1>Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step"
    1>Build log was saved at "file://d:\Test Code\HelloWorldWebService\HelloWorldWebService\Pocket PC 2003 (ARMV4)\Debug\BuildLog.htm"
    1>HelloWorldWebService - 1 error(s), 0 warning(s)
    ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
    As given in the tutorial i kept my custom build command line as : -
    $(SolutionDir)\gsoap-2.8\gsoap\bin\win32\wsdl2h.exe -s $(InputPath) -o $(ProjectDir)$(InputName).h
    and outpouts : $(InputName).h
    I kept GSHOP in the project filder :- D:\Test Code\HelloWorldWebService
    Kindly help.
    Jyotiranjan

    Hi Jyotiranjan,
    I’m glad to hear that you got it working.
    Thank you for sharing your solutions
    experience here. It will be very beneficial for other community members who
    have similar questions.
    Best regards,
    Lucy
    Lucy Liu [MSFT]
    MSDN Community Support | Feedback to us
    Get or Request Code Sample from Microsoft
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • How to return an error code to DOS at the end of a java batch

    Hi,
    I have a batch file which launch my java program.
    At the end of the program, I would like to give my batch file an error code.
    Do you know how to do that?
    Does the main function is able to return an error code?
    Does the bat file is able to recover it?
    Thanks in advance for your help!
    Nicolas

    Hi,
    No, the variable ERRORLEVEL will hold the status code of the "command" last executed. E.g.
    java -cp "%CLASSPATH%" tets.BatchRetour
    IF ERRORLEVEL 1 goto HandleError
    For more info see
    http://home.att.net/~gobruen/progs/dos_batch/dos_batch.html
    /Kaj

  • Executing sqlldr (sql loader) from java and returning the error code

    I'm wandering do sqlldr return any error code whenever it hit error while running in java.
    For example, if i run in command prompt using the command below,
    C:\ >sqlldr uid/pwd data=abc.dat control=abc.txt
    It might give me some indicator that error occurs such as
    SQL*Loader-601: For INSERT option, table must be empty. Error on table CURRENCY
    or
    SQL*Loader-500: Unable to open file (abc.txt)
    SQL*Loader-553: file not found
    SQL*Loader-509: System error: The system cannot find the file specified.
    But when i run in java using the code below,
    Runtime rt = Runtime.getRuntime();
    Process proc = rt.exec("sqlldr uid/pwd data=abc.dat control=abc.txt");
    int exitVal = proc.waitFor();
    System.out.println("Process exitValue: " + exitVal);
    it will only give me the same exitValue of 1(i presume its error) / 0 (i presume no error) instead of the details of the error.
    How can i get the exact error code/message if i were to execute it using java?
    Any solution?

    mg,
    I don't think user576271 wants the exit code, I think [s]he wants the error message.
    But wouldn't error messages from SQL*Loader be sent to the stderr stream, and not the stdout stream?
    In which case user576271 would need method "getErrorStream()" of class java.lang.Process, no?
    Good Luck,
    Avi.

  • When I download the digital copy of the Hunger Games, it stops at 4.0GB and first returns an error code -1309 and then the code -50. Please help me complete the download.

    When I download the digital copy of the Hunger Games, it stops at 4.0GB and first returns an error code -1309 and then the code -50. Please help me complete the download. I have tried removing the .tmp folder and downloading it again, but each time it stops the download in the same place.

    I discovered the solution. The external drive I was saving it to was formatted as FAT32. In that format, the largest files can only be 4GB, which explains why it kept stopping at 4GB. I backed up all the files then reformatted it as Mac OS Extended (Journaled), this is possible since I am on an iMac.

  • Make to compile the Petalinux software image, but "returned an error code (127) ;make[1]: *** [pkg_stagefs] Error 255"

    Hello,
    I am trying ot make to compile the Petalinux software image( make in $PETALINUX/software/petalinux-dist) . Refer to the UG977 PetaLinux SDK Getting Started Guide.pdf
     However, when it gets to "[INFO ]  Expanding stagefs", there is be an error . How can i do it?
    My petalinux was installed in Debian-6.0.6-amd64 OS Host (in VirtualBox on my win7).
    Thanks in advance!
    Here is my PetaLinux compilation progress output:
    $PETALINUX/software/petalinux-dist$ make
    [INFO ] Saving previous build.log
    [INFO ] Building ucfront tool
    [INFO ] Building kernel
    [INFO ] Building kernel modules
    [INFO ] Building include
    [INFO ] Building rootfs
    [INFO ]  Setting up stage config
    [INFO ]  Setting up romfs config
    [INFO ]  Updating for microblazeel-v830-bs-cmp-mh-div
    [INFO ]  Updating package manager
    [INFO ]  Expanding stagefs
    [ERROR]  E: Sub-process /home/focs/petalinux-v2013.04-final-full/software/petalinux-dist/tools/packagemanager/bin/dpkg returned an error code (127)
    [00:02] \ make[1]: *** [pkg_stagefs] Error 255
    make: *** [subdirs] Error 1
     

    I am seeing the same error.
    Environment:
    Host PC : CentOS-6.5-x86_64
    Xilinx Tools: Vivado 2013.3
    PetaLinux Release:  2013.10
    Page 11 of The Petalinux Installation guide document shows the packages required for Petalinux installation in the 1st column.  I have installed all these packages except libstdc++-4.4.6-4.el6.i686.  The only version readily available was libstdc++-4.4.7-4.el6.i686.
    http://www.xilinx.com/support/documentation/sw_manuals/petalinux2013_10/ug976-petalinux-installation.pdf
    sudo yum install dos2unix iproute gawk gcc git gnutls-devel net-tools ncurses-devel tftp-server zlib-devel flex bison libstdc++-devel.i686 glibc.i686 libgcc.i686
    Loaded plugins: fastestmirror, refresh-packagekit, security
    Loading mirror speeds from cached hostfile
    * base: centos.mirror.lstn.net
    * extras: mirror.ubiquityservers.com
    * updates: centos.gravityfish.com
    Setting up Install Process
    Package dos2unix-3.1-37.el6.x86_64 already installed and latest version
    Package iproute-2.6.32-31.el6.x86_64 already installed and latest version
    Package gawk-3.1.7-10.el6.x86_64 already installed and latest version
    Package gcc-4.4.7-4.el6.x86_64 already installed and latest version
    Package git-1.7.1-3.el6_4.1.x86_64 already installed and latest version
    Package gnutls-devel-2.8.5-10.el6_4.2.x86_64 already installed and latest version
    Package net-tools-1.60-110.el6_2.x86_64 already installed and latest version
    Package ncurses-devel-5.7-3.20090208.el6.x86_64 already installed and latest version
    Package tftp-server-0.49-7.el6.x86_64 already installed and latest version
    Package zlib-devel-1.2.3-29.el6.x86_64 already installed and latest version
    Package flex-2.5.35-8.el6.x86_64 already installed and latest version
    Package bison-2.4.1-5.el6.x86_64 already installed and latest version
    Package libstdc++-devel-4.4.7-4.el6.i686 already installed and latest version
    Package glibc-2.12-1.132.el6.i686 already installed and latest version
    Package libgcc-4.4.7-4.el6.i686 already installed and latest version
    Nothing to do
    When I run petalinux-buiild from the project Xilinx-ZC702-2013.3 directory, I see the same error.
    $ cd petalinux-v2013.10-final/
    $ source settings.sh
    PetaLinux environment set to '/home/logic/petalinux-v2013.10-final'
    INFO: Checking free disk space
    INFO: Checking installed tools
    INFO: Checking installed development libraries
    INFO: Checking network and other services
    $ cd ../Xilinx-ZC702-2013.3/
    $ petalinux-build
    INFO: Checking component...
    INFO: Generating make files and build linux
    INFO: Generating make files for the subcomponents of linux
    INFO: Building linux
    [INFO ] pre-build linux/rootfs/fwupgrade
    [INFO ] pre-build linux/rootfs/peekpoke
    [INFO ] pre-build linux/rootfs/uWeb
    [INFO ] build linux/kernel
    [INFO ] update linux/u-boot source
    [INFO ] generate linux/u-boot configuration files
    [INFO ] build linux/u-boot
    [INFO ] Setting up stage config
    [INFO ] Setting up rootfs config
    [INFO ] Updating for armv7a-vfp-neon
    [INFO ] Updating package manager
    [INFO ] Expanding stagefs
    [ERROR] E: Sub-process /home/logic/petalinux-v2013.10-final/tools/packagemanager/bin/dpkg returned an error code (127)
    [ERROR] make[2]: *** [pkg_stagefs] Error 255
    [ERROR] make[1]: *** [sub_build_component_/none/packages-repo/single/plnx-repo] Error 2
    ERROR: Failed to build linux
     

  • OPatch returns with error code = 170

    Performing Critical Patch Update (April 2007), attempting to run opatch apply when the following error is encountered:
    "OPatch returns with error code = 170"
    Note: Directory is a number

    This is my understanding of how the two primary software sets act. I'll break it down through a series of step I use to form a worksheet created every time a CPU comes out. This is on a Windows platform but I suspect it is similar if on xxIX; also, these patch numbers are for 10gDB/AS R1; yours will likely vary.
    1. Database server
    a. Download patch 5907304 zip to d:\temp
    b. Unzip to d:\temp ==> creates d:\temp\5907304
    c. Change directory to d:\temp\5907304
    d. run Opatch
    2. App server
    a. Down load patch 5922119 zip to d:\temp
    b. Unzip to d:\temp ==> creates d:\temp\5922119
    c. Change directory to d:\temp\5922119\5922119
    d. run Opatch
    Database and App server have a slightly different nuance in arriving at the correct directory. Regards, John

  • Jre 8u25 & Windows 8.1 Prof 64 Bit - CustomAction installexe returned actual error code 61014

    Hi guys,
    i have a Problem with Java.
    Unfortunally i can not install any verison. i tried 7u71 and 8u25 without any success.
    I am using Windows 8.1 Professional. I am local Administrator and dont use any 3rd Party Firewall/Antivirus Software.
    Every JRE Installation will fail, see screenshot:
    i tried to install the MSI package with verbose Output. Here is the detailed Output:
    http://pastebin.com/WVnPsWC0
    The are (in my opinion) the most important lines:
    MSI (s) (38:24) [14:15:54:571]: Executing op: CustomActionSchedule(Action=installexe,ActionType=1026,Source=BinaryData,Target= INSTALLDIR="C:\Program Files (x86)\Java\jre1.8.0_25\\" REPAIRMODE=0,)
    CustomAction installexe returned actual error code 61014 (note this may not be 100% accurate if translation happened inside sandbox)
    MSI (s) (38:24) [14:16:05:406]: Note: 1: 1722 2: installexe 3: C:\Windows\Installer\MSIB4D6.tmp 4:  INSTALLDIR="C:\Program Files (x86)\Java\jre1.8.0_25\\" REPAIRMODE=0
    MSI (c) (2C:18) [14:16:05:422]: Font created.  Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg
    Error 1722. There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action installexe, location: C:\Windows\Installer\MSIB4D6.tmp, command:  INSTALLDIR="C:\Program Files (x86)\Java\jre1.8.0_25\\" REPAIRMODE=0
    MSI (s) (38:24) [14:16:07:179]: Product: Java 8 Update 25 -- Error 1722. There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action installexe, location: C:\Windows\Installer\MSIB4D6.tmp, command:  INSTALLDIR="C:\Program Files (x86)\Java\jre1.8.0_25\\" REPAIRMODE=0
    Any ideas.. please help me out!

    Same error here.  Running Windows 7 64bit and I'm currently unable to install Java.  Below is the log from a offline installation.
    You edited your response noting that you were able to get it to work by running it through an admin shell.  Can you please list step-by-step instructions on how you were able to accomplish this.
    Thanks
    === Logging started: 10/19/2014  14:51:42 ===
    Action start 14:51:42: INSTALL.
    Action start 14:51:42: SetSilentInstall.
    Action ended 14:51:42: SetSilentInstall. Return value 1.
    Action start 14:51:42: AppSearch.
    Action ended 14:51:42: AppSearch. Return value 1.
    Action start 14:51:42: LaunchConditions.
    Action ended 14:51:42: LaunchConditions. Return value 1.
    Action start 14:51:42: FindRelatedProducts.
    Action ended 14:51:42: FindRelatedProducts. Return value 0.
    Action start 14:51:42: ValidateProductID.
    Action ended 14:51:42: ValidateProductID. Return value 1.
    Action start 14:51:42: CostInitialize.
    Action ended 14:51:42: CostInitialize. Return value 1.
    Action start 14:51:42: FileCost.
    Action ended 14:51:42: FileCost. Return value 1.
    Action start 14:51:42: IsolateComponents.
    Action ended 14:51:42: IsolateComponents. Return value 0.
    Action start 14:51:42: CostFinalize.
    Action ended 14:51:42: CostFinalize. Return value 1.
    Action start 14:51:42: SetCMDLine.
    Action ended 14:51:42: SetCMDLine. Return value 1.
    Action start 14:51:42: MigrateFeatureStates.
    Action ended 14:51:42: MigrateFeatureStates. Return value 0.
    Action start 14:51:42: InstallValidate.
    Action ended 14:51:42: InstallValidate. Return value 1.
    Action start 14:51:42: RemoveExistingProducts.
    Action ended 14:51:42: RemoveExistingProducts. Return value 0.
    Action start 14:51:42: InstallInitialize.
    Action ended 14:51:42: InstallInitialize. Return value 1.
    Action start 14:51:42: AllocateRegistrySpace.
    Action ended 14:51:42: AllocateRegistrySpace. Return value 1.
    Action start 14:51:42: ProcessComponents.
    Action ended 14:51:43: ProcessComponents. Return value 1.
    Action start 14:51:43: UnpublishComponents.
    Action ended 14:51:43: UnpublishComponents. Return value 0.
    Action start 14:51:43: UnpublishFeatures.
    Action ended 14:51:43: UnpublishFeatures. Return value 1.
    Action start 14:51:43: StopServices.
    Action ended 14:51:43: StopServices. Return value 1.
    Action start 14:51:43: DeleteServices.
    Action ended 14:51:43: DeleteServices. Return value 1.
    Action start 14:51:43: RemoveRegistryValues.
    Action ended 14:51:43: RemoveRegistryValues. Return value 1.
    Action start 14:51:43: RemoveDuplicateFiles.
    Action ended 14:51:43: RemoveDuplicateFiles. Return value 1.
    Action start 14:51:43: RemoveFiles.
    Action ended 14:51:43: RemoveFiles. Return value 1.
    Action start 14:51:43: RemoveFolders.
    Action ended 14:51:43: RemoveFolders. Return value 1.
    Action start 14:51:43: CreateFolders.
    Action ended 14:51:43: CreateFolders. Return value 1.
    Action start 14:51:43: MoveFiles.
    Action ended 14:51:43: MoveFiles. Return value 1.
    Action start 14:51:43: InstallFiles.
    Action ended 14:51:43: InstallFiles. Return value 1.
    Action start 14:51:43: DuplicateFiles.
    Action ended 14:51:43: DuplicateFiles. Return value 1.
    Action start 14:51:43: WriteRegistryValues.
    Action ended 14:51:43: WriteRegistryValues. Return value 1.
    Action start 14:51:43: RegisterUser.
    Action ended 14:51:43: RegisterUser. Return value 1.
    Action start 14:51:43: RegisterProduct.
    Action ended 14:51:43: RegisterProduct. Return value 1.
    Action start 14:51:43: PublishComponents.
    Action ended 14:51:43: PublishComponents. Return value 0.
    Action start 14:51:43: PublishFeatures.
    Action ended 14:51:43: PublishFeatures. Return value 1.
    Action start 14:51:43: PublishProduct.
    Action ended 14:51:43: PublishProduct. Return value 1.
    Action start 14:51:43: installexerollback.
    Action ended 14:51:43: installexerollback. Return value 1.
    Action start 14:51:43: installexe.
    Action ended 14:51:44: installexe. Return value 1.
    Action start 14:51:44: InstallFinalize.
    CustomAction installexe returned actual error code 61013 (note this may not be 100% accurate if translation happened inside sandbox)
    MSI (s) (F4:30) [14:52:05:781]: Product: Java 8 Update 25 -- Error 1722. There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action installexe, location: C:\Windows\Installer\MSIBA94.tmp, command: /s INSTALLDIR="C:\Program Files (x86)\Java\jre1.8.0_25\\" REPAIRMODE=0
    Error 1722. There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action installexe, location: C:\Windows\Installer\MSIBA94.tmp, command: /s INSTALLDIR="C:\Program Files (x86)\Java\jre1.8.0_25\\" REPAIRMODE=0
    Action ended 14:52:05: InstallFinalize. Return value 3.
    Action ended 14:52:09: INSTALL. Return value 3.
    MSI (s) (F4:30) [14:52:09:629]: Product: Java 8 Update 25 -- Installation failed.
    MSI (s) (F4:30) [14:52:09:647]: Windows Installer installed the product. Product Name: Java 8 Update 25. Product Version: 8.0.250. Product Language: 1033. Manufacturer: Oracle Corporation. Installation success or error status: 1603.
    === Logging stopped: 10/19/2014  14:52:09 ===

  • MxiFindDev​LA() crashed without return any error code

    Version 2.1.1 of the VXI library returns 0xffffffff, error code.
    Version 3.2 and 3.3.1 simply crashed the application with returning any error code.
    Can you please tell me if there is any update within the mxiFindDevLA() function that's causing the problem?
    side note: there is no pci-mxi2 hardware installed on the system.
    Ken

    Ken-
    I think in order to best answer your question we need additional details about your setup.
    First, "mxiFindDevLA" is not an NI function. We provide an operation called "FindDevLA" which is probably related, but it sounds like someone (perhaps an instrument driver?) has provided a new function which may have behaviors we are not expecting. One step that would help us determine what the operation does would be for you to attach the output of NI Spy when your application runs.
    Also, I am confused by your side note. FindDevLA (which might be used by mxiFindDevLA) is an NI-VXI API operation. All NI-VXI API operations MUST be run after InitVXIlibrary succeeds. InitVXIlibrary will not work (it will return an error) if there is no controller in your sy
    stem. From your side note I can't tell if you have no controller at all, or just some other controller that is not a PCI-MXI-2.
    If you can provide this additional information it would assist us in debugging the problem. FindDevLA itself is a simple operation which compares the settings you provide against the device info fields for each logical address in your system. It could cause a crash if you pass in an invalid pointer for the logical address parameter, but that was true in NI-VXI 2.x as well, so I look forward to any additional information you can provide.
    -Scot

  • Core audio drivers returned an error code -39

    hi
    when i was trying to export a song garageband begins mixing down then returns "error code -39", anyone know whats going on?
    thanks

    a -39 is an End Of File error, which unfortunately does not really identify which file is corrupt in GB
    the first thing i would try is to rescue the recordings (hoping that it's the GB file itself that is corrupt):
    http://www.bulletsandbones.com/GB/Tutorials.html#allaboutrescuinggaragebandfiles

  • My Mac won't let me empty my trash, returns me error code -8003

    Hi,
    Everytime I try to empty my Mac's trash, it returns me an error code -8003 this is making me crazy.
    I have 7 GB left on the Mac and 12 GB of files in the trash...
    Thanks

    Hi there,
    This issue was reported and provided with some solutions attempts here before - http://discussions.apple.com/message.jspa?messageID=10116513
    Quick reading seams to be related to Time Machine, do you use it? Is your backup disk the same of your working disk?
    Good luck.
    Message was edited by: KXsig

  • Call Transaction 'PA40'  ALWAYS returns with error code

    Hi,
    I'm having issues with updating personnel actions using CALL TRANSACTION 'PA40'. The call always ends with an error code.
    I checked the message table and there are no error messages, only warnings and status messages. Warning and information messages are usually skipped in the BDC...I've coded an 'ENTER' to past the warning but this does not work either as the subsequent infotype screen fields are then not filled correctly.
    The following values for addition OPTIONS are used:
    data: opt like ctu_params.
      opt-dismode = 'N'.
      opt-updmode = 'A'. ('S' makes no difference)
      opt-defsize = 'X'.
      opt-nobinpt = 'X'. ( ' ' makes no difference)
    I've tried using 'PA30' for the same actions but I get the same problem. I've used call transaction 'PA30' in many programs and I've never come across this problem.
    Is there perhaps a config setting somewhere to fix this? I've tried hiring employees using HR_MAINTAIN_MASTERDATA with the employee existance check off but there's a couple of problems there as well - sample code for hiring an employee would be very helpful...
    I need your help urgently and would appreciate your assitance immensely. (I'm working on 4.6C.)
    Thank you.
    LM

    The easiest way to resolve this is to set
    opt-dismode = 'E'.
    this way it will run in background and jump out when it hits an error, and it's much easier to see what the real issue is.
    I'm assuming you used SHDB first to get the recording?

  • Applet returns unspecified Error code 6A 95, List of default error codes?

    Hello everyone,
    I have very strange problem. I have loaded and installed my own applet in my java card. Everything works perfect, but in one function I obtain not OK response but 6A95. I have specified my own error code but 6A 95 is not in this list.
    What error 6A 95 means?
    Exist some list of all default error codes? If yes, where can be viewed?
    I was looking also to GPcardSpec document and I don't found the error code 6A 95.
    Please help me, in this strange situation.
    Thank you!
    regards,
    Milanatik

    For anyone looking, the GlobalPlatform card spec has a list of error codes in the section on command APDU's
    - Shane

  • How to undo an order of transport which has returned an error code 8

    Hi experts,
    While transporting an installation of business content, it has removed a lot of transfert rules. Could you tell me how to undo this transport from quality to the production envirenenmet. Unfortunately I dident check the transport order which has returned the code error 8.
    Thank you for your answer.
    Regards.

    Hi Joseph,
    Transport all the objects you want in the order again with a new request. This will replace all the transported objects and you will get all the objects transported.
    Regards,
    KK.

  • HTTP Receiver interface returns with error code 110

    Hi All,
    We are posting the document from XI to a external server as HTTPS request.
    We are able to sucessfully post the request to external server using HTTP destination as address type but not able to post sucessfully with URL as address type.
    Here goes the details -
    We are able to post the HTTPS request successfully on the external server using the HTTP destination as address type in HTTP receiver adapter setup.
    When we setup address type as HTTP destination , we need to provide the following details -
    IN SM59 , Connection type G
    Target Host : host name (  with out "https://"  as prefix)
    Service No : 443
    Path prefix : query string
    SSL : Active
    Certificate : Select the certifacte from the client certificate list.
    We can post the request to external server using URL as address type in HTTP receiver adapter setup.
    When we setup address type as URL , we need to provide the following details -
    Address type : URL Address
    Target Host : host name (  with out "https://"  as prefix)
    Service Number : 443 ( HTTPS port setup on XI)
    Path : query string.
    When we post the same request as we did with HTTP destination as Address type , we are getting a HTTP response code as failure HTTP response code 110
    Please find the details about the return code -
    If a cache returns a stale response, either because of a max-stale directive on a request, or because the cache is configured to override the expiration time of a response, the cache MUST attach a Warning header to the stale response, using Warning 110 (Response is stale).
    110 Response is stale
    MUST be included whenever the returned response is stale.
    Please find the error message from SXMB_MONI
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="PLAINHTTP_ADAPTER">ATTRIBUTE_CLIENT</SAP:Code>
      <SAP:P1>110</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>HTTP client code 110 reason</SAP:Stack>
      <SAP:Retry>N</SAP:Retry>
      </SAP:Error>
    Please let me know if some one has faced this issue.
    Regards,
    Reddy
    Edited by: Nanda kishore Reddy Narapu Reddy on Mar 11, 2008 12:35 PM

    Hi All,
    Is some one can confirm that - We can use HTTPS with Address type as URL address in HTTP receiver adapter setup.
    I can confirm that using HTTP destination as Address type in HTTP receiver adapter setup we can attain HTTPS communication with external server.
    If some one who has tried HTTPS communication using HTTP receiver adapter using URL address as Address type can guide me what are the steps need to be done.
    Address type is a parameter in HTTP adapter setup .
    Regards,
    Reddy

Maybe you are looking for

  • Browsing issue

    Ok so I have been running arch smoothly for about 6 months or so. in the past week for what ever reason in both firefix and chrome i have been unable to access imgur, every other site has been working fine when i try to get on the site it just times

  • My executable compiled with Real Time Engine 5.1.1 in App Builder gives error when trying to run in App Builder with RTE 6.1

    Hello.  I built an executable using App Builder in LV 5.1.1 and now, years later, I am trying to run it in LV 6.1 but I get an error stating a requirement for Run Time Engine version 5.1.1.  To be able to run this, must I install the older version of

  • Question on BP?

    Hi Friends what data can be seen when admin monitors suppliers using BBP_SUPP_MONI tcode.With admin access do u think purchaser who has admin role can also make changes on the supplier portal or he can just view what data is changed i.e display role

  • Illustrator CC (2014) update failed

    Have tried clicking the Retry button and restarting. Below is the exact error message. Error message: Installation failed Installation encountered an error. Please restart your system and try again.(15) More information Exit Code: 15 Please see speci

  • Is shutterfly the only place I can get my prints done?

    I have wasted too much time trying to get my edited photos uploaded to shutterfly today only to have the most special ones tossed out.  They do not explain why they can't be uploaded.  Why have them listed if they don't take my images?