Use of Router Header Status Code 9 - "Withdrawn"

Hi Folks ,
We have a significant number of  material numbers that currently have
routings - but are being converted to Phantoms. Normally, this would
mean deleting the routings. However, since a significant amount of
effort went into creating these routings, (and they may possibly be
needed again someday), we do not want to lose the information. So - my
question is - if we leave the routing intact, and change the routing
status in the header to 9 (Withdrawn) - would this have the desired
effect of saving the routings without causing additional problems
elswhere? Or - is there an alternate solution?

that means it cannot be used anywhere like it is CREATED status.
It is okay for your purpose.
But My sugession is why are you changing the status.
Since it is Photom assembly there will not be any production orders for this and most important is whether you want the operatios to be considered for next assembly or not?
Anyhow sinec it is not used directly in production order, you can still have the status 4(released for all).
pl come back

Similar Messages

  • HTTP Status Code from NetConnection

    Hey flexers,
    I have a flex app that requires a user to be logged in to make service calls.  If the user isn't logged in or the session times out and the app makes a call to a backend service via AMF, the server responds with an HTTP status code 401, as expected.  The response header looks like this:
    HTTP/1.1 401 Authorization Required
    Date: Wed, 18 Aug 2010 16:49:01 GMT
    Server: Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.6 with Suhosin-Patch mod_ssl/2.2.8 OpenSSL/0.9.8g
    X-Powered-By: PHP/5.2.4-2ubuntu5.6
    x-ec2-instance-id: i-e52e8b8f
    Cache-Control: no-store, no-cache, must-revalidate
    Pragma: no-cache
    P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
    Cache-Control: post-check=0, pre-check=0
    Content-Length: 185
    Content-Type: application/x-amf
    Expires: 0
    The response content is AMF so it's binary but here's the hex as reported by the Charles Web Debugging Proxy:
    00000000  00 00 00 00 00 01 00 0b 2f 31 2f 6f 6e 53 74 61           /1/onSta
    00000010  74 75 73 00 00 ff ff ff ff 10 00 1b 66 6c 61 73   tus         flas
    00000020  68 2e 65 76 65 6e 74 73 2e 4e 65 74 53 74 61 74   h.events.NetStat
    00000030  75 73 45 76 65 6e 74 00 04 69 6e 66 6f 10 00 06   usEvent  info 
    00000040  4f 62 6a 65 63 74 00 07 6d 65 73 73 61 67 65 02   Object  message
    00000050  00 61 59 6f 75 72 20 73 65 73 73 69 6f 6e 20 69    aYour session i
    00000060  73 20 6e 6f 20 6c 6f 6e 67 65 72 20 61 63 74 69   s no longer acti
    00000070  76 65 2e 20 20 54 68 69 73 20 69 73 20 6c 69 6b   ve.  This is lik
    00000080  65 6c 79 20 64 75 65 20 74 6f 20 69 6e 61 63 74   ely due to inact
    00000090  69 76 69 74 79 2e 20 50 6c 65 61 73 65 20 72 65   ivity. Please re
    000000a0  2d 6c 6f 67 69 6e 20 74 6f 20 63 6f 6e 74 69 6e   -login to contin
    000000b0  75 65 2e 00 00 09 00 00 09                        ue.     
    I'm looking for the proper way, in the Flex app, to figure out it's a 401 status code.  Previously, we were watching for the NetStatusEvent coming from NetConnection. If there was a info.errorCode property, we'd use that as the status code.  Otherwise, if there was an info.description property, it would normally look like "HTTP: Status 401" in which case we'd pull it out of the string (which makes me cringe just thinking about it).  However, at the moment the NetStatusEvent looks like this:
    error flash.events.NetStatusEvent (@6a7eee1)
    [inherited]
    info Object (@7f3ea79)
    code "NetConnection.Call.Failed"
    description "HTTP: Failed"
    details "http://dev.studioj.com"
    level "error"
    m_info Object (@7f3ea79)
    No status code exists in the event anywhere in the event.  After all kinds of debugging, rolling back code, etc., I can't figure out why the NetStatusEvent now has description "HTTP: Failed" instead of description "HTTP: Status 401".
    Can anyone clarify what's going on?  Thanks.

    After digging into it more, I've found that it's browser-specific behavior.  When simulating an HTTP status code of 401, in Chrome and IE I get a NetStatusEvent that looks like this:
    error flash.events.NetStatusEvent (@6c33791)
    [inherited]
    info Object (@6b14851)
    code "NetConnection.Call.Failed"
    description "HTTP: Status 401"
    details "http://aaronhardy.com/test.php"
    level "error"
    m_info Object (@6b14851)
    Notice the "description" has the status code.  In Firefox I get an event that looks like this:
    error flash.events.NetStatusEvent (@6c33791)
    [inherited]
    info Object (@6b14851)
    code "NetConnection.Call.Failed"
    description "HTTP: Failed"
    details "http://aaronhardy.com/test.php"
    level "error"
    m_info Object (@6b14851)
    Notice the status code isn't mentioned anywhere.  Is this a known issue in Firefox?  Are we really that close to being able to use real HTTP status codes yet so far away?
    Aaron

  • [Exchange-Online][EWS-XML][JAVA][OAUTH2] Getting HTTP status code 500 when using OAUTH2 client credential grant flow as authorization method

    Hi,
    i'm working on enhancing a service to be able to use OAUTH2 as authentication protocol with client credential grant flow when talking to exchange online ( like described here:
    http://blogs.msdn.com/b/exchangedev/archive/2015/01/22/building-demon-or-service-apps-with-office-365-mail-calendar-and-contacts-apis-oauth2-client-credential-flow.aspx ). I gave my application the rights 
    Office 365 Exchange Online : Application Permissions: "Have full access via EWS to all mailboxes ....."
    Windows Azure Active AD: Application Permissions: "Read Directory data", Delegate Permissions: "Enable sign-on and read users_ profiles" 
    I receive a access token from log.windows.net:
    decoded token:
     typ: "JWT",
     alg: "RS256",
     x5t: "MnC_VZcATfM5pOYiJHMba9goEKY"
     aud: "https://outlook.office365.com/",
     iss: "https://sts.windows.net/<TENANT_ID>/",
     iat: 1426584502,
     nbf: 1426584502,
     exp: 1426588402,
     ver: "1.0",
     tid: "<TENANT_ID>",
     roles: [
      "full_access_as_app"
     oid: "1ddbdc11-b80d-4d1d-91b9-5b07a6b82659",
     sub: "1ddbdc11-b80d-4d1d-91b9-5b07a6b82659",
     idp: "https://sts.windows.net/TENANT_ID/",
     appid: "<APP_ID_IN_AZURE_AD>",
     appidacr: "2"
    <SIGNATURE>
    If i use that token then to send a EWS XML to exchange online i get a 500 HTTP status code back:
    With impersonation in the request:
    [http.wire ]: >> "POST /EWS/Exchange.asmx HTTP/1.1[\r][\n]"
    [http.wire ]: >> "Authorization: Bearer <MY_ACCESS_TOKEN>[\r][\n]"
    [http.wire ]: >> "SoapAction: "http://schemas.microsoft.com/exchange/services/2006/messages/GetFolder"[\r][\n]"
    [http.wire ]: >> "Content-Type: text/xml; charset=utf-8[\r][\n]"
    [http.wire ]: >> "User-Agent: OpenScapeUC EWS HttpClient/3.0[\r][\n]"
    [http.wire ]: >> "client-request-id: 5b2c7e1a-656d-4f43-bd34-ea2d6290611f[\r][\n]"
    [http.wire ]: >> "Date: Tue, 17 Mar 2015 10:08:17 GMT[\r][\n]"
    [http.wire ]: >> "Content-Length: 1189[\r][\n]"
    [http.wire ]: >> "Host: outlook.office365.com[\r][\n]"
    [http.wire ]: >> "Connection: Keep-Alive[\r][\n]"
    [http.wire ]: >> "[\r][\n]"
    [http.wire ]: >> "<?xml version="1.0" ?><S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"><S:Header><ns2:ExchangeImpersonation xmlns:ns2="http://schemas.microsoft.com/exchange/services/2006/types"
    xmlns:ns3="http://schemas.microsoft.com/exchange/services/2006/messages"><ns2:ConnectingSID><ns2:PrimarySmtpAddress><THE_MAILBOX_I_WANT_TO_ACCESS></ns2:PrimarySmtpAddress></ns2:ConnectingSID></ns2:ExchangeImpersonation><ns2:RequestServerVersion
    xmlns:ns2="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:ns3="http://schemas.microsoft.com/exchange/services/2006/messages" Version="Exchange2007_SP1"/></S:Header><S:Body><ns3:GetFolder xmlns:ns2="http://schemas.microsoft.com/exchange/services/2006/types"
    xmlns:ns3="http://schemas.microsoft.com/exchange/services/2006/messages"><ns3:FolderShape><ns2:BaseShape>IdOnly</ns2:BaseShape><ns2:AdditionalProperties><ns2:FieldURI FieldURI="folder:FolderId"/></ns2:AdditionalProperties></ns3:FolderShape><ns3:FolderIds><ns2:DistinguishedFolderId
    Id="contacts"><ns2:Mailbox><ns2:EmailAddress><THE_MAILBOX_I_WANT_TO_ACCESS></ns2:EmailAddress></ns2:Mailbox></ns2:DistinguishedFolderId></ns3:FolderIds></ns3:GetFolder></S:Body></S:Envelope>"
    [http.wire ]: << "HTTP/1.1 500 Internal Server Error[\r][\n]"
    [http.wire ]: << "Cache-Control: private[\r][\n]"
    [http.wire ]: << "Content-Type: text/xml; charset=utf-8[\r][\n]"
    [http.wire ]: << "Server: Microsoft-IIS/8.0[\r][\n]"
    [http.wire ]: << "request-id: ec42b5c5-f8dc-498d-ae16-d851a852058c[\r][\n]"
    [http.wire ]: << "Set-Cookie: ClientId=<DELETED>; expires=Wed, 16-Mar-2016 10:08:17 GMT; path=/; secure; HttpOnly[\r][\n]"
    [http.wire ]: << "X-CalculatedBETarget: am2pr02mb0387.eurprd02.prod.outlook.com[\r][\n]"
    [http.wire ]: << "X-DiagInfo: AM2PR02MB0387[\r][\n]"
    [http.wire ]: << "X-BEServer: AM2PR02MB0387[\r][\n]"
    [http.wire ]: << "X-AspNet-Version: 4.0.30319[\r][\n]"
    [http.wire ]: << "Set-Cookie: exchangecookie=<DELETED>; expires=Thu, 17-Mar-2016 10:08:17 GMT; path=/; HttpOnly[\r][\n]"
    [http.wire ]: << "Set-Cookie: [email protected]=<DELETED>; expires=Thu, 16-Apr-2015 10:08:18 GMT; path=/EWS; secure; HttpOnly[\r][\n]"
    [http.wire ]: << "Set-Cookie: [email protected]=<DELETED>; expires=Thu, 16-Apr-2015 10:08:18 GMT; path=/EWS; secure; HttpOnly[\r][\n]"
    [http.wire ]: << "X-Powered-By: ASP.NET[\r][\n]"
    [http.wire ]: << "X-FEServer: DB5PR01CA0064[\r][\n]"
    [http.wire ]: << "Date: Tue, 17 Mar 2015 10:08:17 GMT[\r][\n]"
    [http.wire ]: << "Content-Length: 891[\r][\n]"
    [http.wire ]: << "Accept-Ranges: none[\r][\n]"
    [http.wire ]: << "Connection: keep-alive[\r][\n]"
    [http.wire ]: << "[\r][\n]"
    Without impersonation in the request:
    Request
    [http.wire ]: >> "POST /EWS/Exchange.asmx HTTP/1.1[\r][\n]"
    [http.wire ]: >> "Authorization: Bearer <MY_ACCESS_TOKEN>[\r][\n]"
    [http.wire ]: >> "SoapAction: "http://schemas.microsoft.com/exchange/services/2006/messages/GetFolder"[\r][\n]"
    [http.wire ]: >> "Content-Type: text/xml; charset=utf-8[\r][\n]"
    [http.wire ]: >> "User-Agent: OpenScapeUC EWS HttpClient/3.0[\r][\n]"
    [http.wire ]: >> "client-request-id: 20bd722f-8276-4ebb-8d58-ce45d31f3ed4[\r][\n]"
    [http.wire ]: >> "Date: Tue, 17 Mar 2015 09:33:24 GMT[\r][\n]"
    [http.wire ]: >> "Content-Length: 871[\r][\n]"
    [http.wire ]: >> "Host: outlook.office365.com[\r][\n]"
    [http.wire ]: >> "Connection: Keep-Alive[\r][\n]"
    [http.wire ]: >> "[\r][\n]"
    [http.wire ]: >> "<?xml version="1.0" ?><S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"><S:Header><ns2:RequestServerVersion xmlns:ns2="http://schemas.microsoft.com/exchange/services/2006/types"
    xmlns:ns3="http://schemas.microsoft.com/exchange/services/2006/messages" Version="Exchange2007_SP1"/></S:Header><S:Body><ns3:GetFolder xmlns:ns2="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:ns3="http://schemas.microsoft.com/exchange/services/2006/messages"><ns3:FolderShape><ns2:BaseShape>IdOnly</ns2:BaseShape><ns2:AdditionalProperties><ns2:FieldURI
    FieldURI="folder:FolderId"/></ns2:AdditionalProperties></ns3:FolderShape><ns3:FolderIds><ns2:DistinguishedFolderId Id="contacts"><ns2:Mailbox><ns2:EmailAddress><THE_MAILBOX_I_WANT_TO_ACCESS></ns2:EmailAddress></ns2:Mailbox></ns2:DistinguishedFolderId></ns3:FolderIds></ns3:GetFolder></S:Body></S:Envelope>"
    Response:
    [http.wire ]: << "HTTP/1.1 500 Internal Server Error[\r][\n]"
    [http.wire ]: << "Cache-Control: private[\r][\n]"
    [http.wire ]: << "Content-Type: text/xml; charset=utf-8[\r][\n]"
    [http.wire ]: << "Server: Microsoft-IIS/8.0[\r][\n]"
    [http.wire ]: << "request-id: 923ba463-490f-4ac9-a496-993cd8a44115[\r][\n]"
    [http.wire ]: << "Set-Cookie: ClientId=<DELETED>; expires=Wed, 16-Mar-2016 09:33:24 GMT; path=/; secure; HttpOnly[\r][\n]"
    [http.wire ]: << "X-CalculatedBETarget: am2pr02mb0387.eurprd02.prod.outlook.com[\r][\n]"
    [http.wire ]: << "X-DiagInfo: AM2PR02MB0387[\r][\n]"
    [http.wire ]: << "X-BEServer: AM2PR02MB0387[\r][\n]"
    [http.wire ]: << "X-AspNet-Version: 4.0.30319[\r][\n]"
    [http.wire ]: << "Set-Cookie: exchangecookie=<DELETED>; expires=Thu, 17-Mar-2016 09:33:25 GMT; path=/; HttpOnly[\r][\n]"
    [http.wire ]: << "Set-Cookie: [email protected]=<DELETED>; expires=Thu, 16-Apr-2015 09:33:25 GMT; path=/EWS; secure; HttpOnly[\r][\n]"
    [http.wire ]: << "Set-Cookie: [email protected]=<DELETED>; expires=Thu, 16-Apr-2015 09:33:25 GMT; path=/EWS; secure; HttpOnly[\r][\n]"
    [http.wire ]: << "X-Powered-By: ASP.NET[\r][\n]"
    [http.wire ]: << "X-FEServer: AM3PR07CA0038[\r][\n]"
    [http.wire ]: << "Date: Tue, 17 Mar 2015 09:33:24 GMT[\r][\n]"
    [http.wire ]: << "Content-Length: 799[\r][\n]"
    [http.wire ]: << "Accept-Ranges: none[\r][\n]"
    [http.wire ]: << "Connection: keep-alive[\r][\n]"
    If i use BASIC authentication and impersonation the request is successfully. 
    Has anyone an idea why i might get the error 500 in that scenario?

    For EWS to work with App Token, you need to do two more things. One you already did: Set the impersonation header. Two is to set the X-AnchorMailbox http request header to the smtp address of the mailbox you want to access. This routes the request instantly
    to the right backend.
    Hope this helps.
    Thank you! Matthias

  • HTTP Error with Status code 403 when using ABAP Server Proxies

    Hi All,
    I have been working on ABAP Client and Server proxies in my project. The weblogs by Ravikumar, Prateek Shah,  Siva Maranani & VijayaKumari were very helpful and thank them all for just helpful and guiding postings.
    Interfaces using Client proxies are working fine and have been tested successfully. But I'm facing bit problems with Server Proxies. The scenario is of File to SAP system via XI. Data is coming correct up to Technical routing in pipeline but at call adapter(for Server Proxy to SAP)in XI pipeline I receive Error:
    HTTP response contains status code 403 with the description Business Server Page (BSP) Error Error when sending by HTTP (error code: 403, error text: Business Server Page (BSP) Error)
    Previously I was receiving authentication and authorization related error of status code 401 and then in communication channel I replaced user profile with a user id having role SAP_XI_APPL_SERV_USER. The basis peron has created new user id with role SAP_XI_APPL_SERV_USER  only and that I'm using. I've tried creating a HTTP destination with the created user id and in test connection too receive same error message.
    Please help me out with your inputs and understanding on the topic.
    Thanks and Best Regards
    Prashant Rajani

    Hi Prashant,
    Please take a look at these threads..They deal with the same problem, and they have been resolved here.
    BSP Authorization error
    Service cannot be reached .  error code 403 the reason forbiddn
    403 Error when accessing the server
    Hope your issue gets resolved.
    cheers,
    Prashanth
    P.S Please mark helpful answers

  • How to resolve HTTPS status code 404 using WinHTTP?

    I am getting status code 404 for the below code snippet.
    Note: please add `<HOSTNAME>` when you are trying to figure out the issue.
    HINTERNET m_hConnect;
    HINTERNET m_hSession;
    HINTERNET m_hRequest;
    m_hSession = WinHttpOpen(userAgent,
    WINHTTP_ACCESS_TYPE_NO_PROXY,
    WINHTTP_NO_PROXY_NAME,
    WINHTTP_NO_PROXY_BYPASS, 0);
    if (!m_hSession) {
    printf("WinHttpOpen:Error %d has occurred.",GetLastError());
    return 0;
    // connect to the IPP server on the given port
    m_hConnect = WinHttpConnect( m_hSession, <HOSTNAME>, 443, 0);
    if (!m_hConnect) {
    printf("WinHttpConnect: Error %d has occurred.",GetLastError());
    return 0;
    // Create an HTTP Request handle.
    m_hRequest = WinHttpOpenRequest(m_hConnect, L"POST" ,L"/ipp",
    L"HTTP/1.1", WINHTTP_NO_REFERER,
    WINHTTP_DEFAULT_ACCEPT_TYPES,WINHTTP_FLAG_SECURE);
    if (!m_hRequest) {
    printf("WinHttpOpenRequest:Error %d has occurred.",GetLastError());
    return 0;
    DWORD secureflags = SECURITY_FLAG_IGNORE_UNKNOWN_CA | SECURITY_FLAG_IGNORE_CERT_CN_INVALID |SECURITY_FLAG_IGNORE_CERT_WRONG_USAGE | SECURITY_FLAG_IGNORE_CERT_DATE_INVALID;
    BOOL bResult= WinHttpSetOption(m_hRequest, WINHTTP_OPTION_SECURITY_FLAGS, (LPVOID)&secureflags, sizeof(secureflags));
    if (!bResult) {
    printf("WinHttpSetOption:Error %d has occurred.",GetLastError());
    return 0;
    bResult = WinHttpSendRequest(m_hRequest, WINHTTP_NO_ADDITIONAL_HEADERS,0,WINHTTP_NO_REQUEST_DATA,0,0,0);
    if (!bResult) {
    printf("WinHttpSendRequest:Error %d has occurred.",GetLastError());
    return 0;
    if( !WinHttpReceiveResponse( m_hRequest, NULL ) )
    if( GetLastError( ) == ERROR_WINHTTP_CLIENT_AUTH_CERT_NEEDED )
    HCERTSTORE hMyStore = 0;
    PCCERT_CONTEXT pCertContext = 0;
    WCHAR szCertName[256]={0};
    //MY is the store the certificate is in.
    hMyStore = CertOpenSystemStore( 0, TEXT("MY") );
    if( hMyStore )
    pCertContext = CertFindCertificateInStore( hMyStore,
    X509_ASN_ENCODING | PKCS_7_ASN_ENCODING,
    0,
    CERT_FIND_SUBJECT_STR,
    (LPVOID) szCertName, //Subject string in the certificate.
    NULL );
    if( pCertContext )
    WinHttpSetOption( m_hRequest,
    WINHTTP_OPTION_CLIENT_CERT_CONTEXT,
    (LPVOID) pCertContext,
    sizeof(CERT_CONTEXT) );
    CertFreeCertificateContext( pCertContext );
    CertCloseStore( hMyStore, 0 );
    // NOTE: Application should now resend the request.
    bResult = WinHttpSendRequest(m_hRequest, WINHTTP_NO_ADDITIONAL_HEADERS,0,WINHTTP_NO_REQUEST_DATA,0,0,0);
    if (!bResult) {
    printf("WinHttpSendRequest:Error %d has occurred.",GetLastError());
    return 0;
    DWORD dwStatusCode = 0;
    DWORD dwSize = sizeof(DWORD);
    BOOL bResults = true;
    bResults = WinHttpQueryHeaders( m_hRequest, WINHTTP_QUERY_STATUS_CODE | WINHTTP_QUERY_FLAG_NUMBER, NULL, &dwStatusCode, &dwSize, NULL );
    Result: I am getting status code of 404. I am not able to figure out why it is happening.
    FYI, Using `WinINet`,  I have followed the same procedure, I am getting status code of 200, which is success. But my requirement is to use only `WinHttp`.
    Could any one please help me out to solve this issue. This is very urgent for me.
    SivaV

    Dear Henri,
    Thanks for your reply, it was really very helpful.
    I debugged
    HTTP session with Fiddler,
    I am getting certificate error.
    When I say 'Yes' in Fiddler, I am getting 200 success.
    Could you please help me out how to
    "Ignore certificate errors" using WinHTTP
    API's.
    Thanks in Advance.
    Best Regards,
    Siva
    SivaV

  • To know the Status code of a HTML page using Javascript

    To know the Status code of a HTML page using Javascript

    Hello,
    I am not sure to understand, which status are you talking about? The HTTP Status?
    If your javscript is executed it is more or less sure that the HTTP Status is 200 since the request is back to the browser.
    or are you talking about this is in the context of a XMLHTTPRequest call ?
    Regards
    Tugdual Grall

  • How to capture the Status code in Web application Transcation monitoring if we are using multiple Request

    Hi Team
    We would like to monitor 12 url,s which requires Authentication. Hence i have added the same in one Single Web application transcation template.
    i have added the below info to the get the Stats code displayed in Alert
    Status code is $Data/Context/RequestResults/RequestResult["1"]/BasePageData/StatusCode$
    when i recived a alert it gave the Status code of the 1st Request
    hence i changed the same as
    Status code is $Data/Context/RequestResults/RequestResult["12"]/BasePageData/StatusCode$
    But still i am facing the same issue .
    My first request shows me a status code of 200, and my 12th Request comes with 500 but in the alert i get 200 but it should be 500.
    Kindly help me in how i can get the Status code for the multiple  Request.
    Regards
    Sriram

    Hi Sriram,
    Please run the test of your 12th Request, view full result and check if Status Code is 200.
    Meanwhile, you can run the URL manually to check the result.
    Niki Han
    TechNet Community Support

  • Unknown HTTP status code returned

    Hello,
    I have the following problem - while trying to download apache2 patch:
    bash-3.00# smpatch download -i 120544-06
    The following patches were not downloaded:
                 120544-06: Unknown HTTP status code returned.smpatch gets patches from sun update connection proxy. What should I do to resolve it ?
    przemol

    Here you are:
    ==============================
    SU proxy
    ==============================
    bash-3.00# uname -a
    SunOS monitor 5.10 Generic_118833-23 sun4u sparc SUNW,Ultra-250
    bash-3.00# cat /etc/release
    Solaris 10 3/05 s10_74L2a SPARC
    Copyright 2005 Sun Microsystems, Inc.  All Rights Reserved.
    Use is subject to license terms.
    Assembled 22 January 2005
    bash-3.00# uname -a
    SunOS monitor 5.10 Generic_118833-23 sun4u sparc SUNW,Ultra-250
    bash-3.00# cat /etc/release
    Solaris 10 3/05 s10_74L2a SPARC
    Copyright 2005 Sun Microsystems, Inc.  All Rights Reserved.
    Use is subject to license terms.
    Assembled 22 January 2005
    bash-3.00# showrev -p | egrep -e '121453|121118|120335|121081|121563|122231|119788'
    Patch: 121453-02 Obsoletes: 120776-03, 121086-02, 119107-07 Requires: 119574-02, 119254-06 Incompatibles:  Packages: SUNWcsu, SUNWcsr, SUNWppror, SUNWpprou, SUNWppro-plugin-sunos-base, SUNWccccrr, SUNWccccr, SUNWccsign, SUNWcsmauth, SUNWccfw, SUNWdc, SUNWbreg, SUNWcctpx, SUNWccccfg, SUNWccfwctrl, SUNWccinv, SUNWupdatemgru, SUNWupdatemgrr
    Patch: 119788-02 Obsoletes:  Requires: 119107-02 Incompatibles:  Packages: SUNWppror, SUNWpprou
    Patch: 121118-06 Obsoletes:  Requires: 121453-02 Incompatibles:  Packages: SUNWppror, SUNWpprou, SUNWppro-plugin-sunos-base, SUNWupdatemgru, SUNWupdatemgrr
    Patch: 121118-08 Obsoletes:  Requires: 121453-02 Incompatibles:  Packages: SUNWppror, SUNWpprou, SUNWppro-plugin-sunos-base, SUNWupdatemgru, SUNWupdatemgrr
    Patch: 120335-04 Obsoletes:  Requires: 121453-01 Incompatibles:  Packages: SUNWpprou
    Patch: 121081-05 Obsoletes:  Requires: 121453-02 Incompatibles:  Packages: SUNWccccrr, SUNWccccr, SUNWccsign, SUNWccfw, SUNWcctpx, SUNWccccfg, SUNWccfwctrl, SUNWccinv
    Patch: 121563-02 Obsoletes:  Requires: 121453-02 Incompatibles:  Packages: SUNWbreg
    Patch: 122231-01 Obsoletes:  Requires: 121453-02 Incompatibles:  Packages: SUNWcctpx
    Patch: 120791-05 Obsoletes:  Requires: 120335-02 Incompatibles:  Packages: SUNWcbreg, SUNWdbreg, SUNWebreg, SUNWfbreg, SUNWhbreg, SUNWibreg, SUNWjbreg, SUNWkbreg, SUNWsbreg
    Patch: 122860-01 Obsoletes:  Requires: 120335-04 Incompatibles:  Packages: SUNWcupdatemgru, SUNWdupdatemgru, SUNWeupdatemgru, SUNWfupdatemgru, SUNWhupdatemgru, SUNWiupdatemgru, SUNWjupdatemgru, SUNWkupdatemgru, SUNWsupdatemgru
    bash-3.00# showrev -p | egrep -e '121454|121119|120336|121082|121564|122232|119789'
    bash-3.00# cat /var/patchsvr/solaris/WEB-INF/web.xml | grep patchsigning
    <param-value>patchsigning</param-value>
    bash-3.00# /usr/lib/cc-ccr/bin/ccr -g cns.assetid
    -857355803
    bash-3.00# patchsvr setup -l
    Patch source URL: https://getupdates.sun.com/solaris/
    Cache Location: /var/sadm/spool/patchsvr
    Web proxy host name: <our internal proxy>
    Web proxy port number: 3128
    Web proxy user:
    bash-3.00# smpatch get
    patchpro.backout.directory      -               ""
    patchpro.baseline.directory     -               /var/sadm/spool
    patchpro.download.directory     -               /var/sadm/spool
    patchpro.install.types          https://getupdates1.sun.com/solaris/    rebootafter:reconfigafter:standard
    patchpro.patch.source           -               https://getupdates1.sun.com/
    patchpro.patchset               -               current
    patchpro.proxy.host             <our internal proxy>
    patchpro.proxy.passwd           ****            ****
    patchpro.proxy.port             3128            8080
    patchpro.proxy.user             ""              ""
    bash-3.00# smpatch analyze
    120199-07 SunOS 5.10: sysidtool patch
    119252-15 SunOS 5.10: System Administration Applications Patch
    119081-25 SunOS 5.10: CD-ROM Install Boot Image Patch
    124630-01 SunOS 5.10: System Administration Applications, Network, and Core Libraries Patch
    121430-12 SunOS 5.8 5.9 5.10: Live Upgrade Patch
    124188-02 SunOS 5.10: Trusted Solaris Attributes Patch
    119315-07 SunOS 5.10: Solaris Management Applications Patch
    121308-08 SunOS 5.10: Solaris Management Console Patch
    119313-08 SunOS 5.10: WBEM Patch
    121211-01 SunOS 5.10: Sun Java Web Console (Lockhart) Patch
    119254-31 SunOS 5.10: Install and Patch Utilities Patch
    123121-02 SunOS 5.10: libwsreg.so.1 Patch
    121104-01 Adobe Acrobat Reader patch
    119963-08 SunOS 5.10: Shared library patch for C++
    120753-03 SunOS 5.10: Microtasking libraries (libmtsk) patch
    118683-01 SunOS 5.10: Patch for assembler
    122130-02 SunOS 5.10: Patch to update SUNWlocaledefsrc files
    119065-01 SunOS 5.10: fc-cache patch
    123494-03 X11 6.6.2: fontconfig patch
    119812-02 X11 6.6.2: Freetype patch
    123647-01 SunOS 5.10: gcc library .la patch
    118833-24 SunOS 5.10: kernel patch
    120780-02 SunOS 5.10: ixgb patch
    121136-01 Adobe Acrobat Reader patch
    113886-40 OpenGL 1.3: OpenGL Patch for Solaris (32-bit)
    113887-40 OpenGL 1.3: OpenGL Patch for Solaris (64-bit)
    122535-01 SunOS 5.10: llib-lcrypto patch
    122754-01 SunOS 5.10: Exacct catalogue patch
    122239-01 SunOS 5.10: Apache 2 mod_perl Perl cgi patch
    120889-01 SunOS 5.10: librac patch
    124206-02 SunOS 5.10: libtsol patch
    119578-30 SunOS 5.10: FMA Patch
    118890-03 SunOS 5.10: llib-lc patch
    120036-07 SunOS 5.10: libldap patch
    121693-03 SunOS 5.10: chicago audio patch
    122652-03 SunOS 5.10: zfs utilities patch
    124237-01 SunOS 5.10: ftp patch
    120887-06 SunOS 5.10: cdrw patch
    122009-01 SunOS 5.10: SunFreeware cdrtools patch
    122031-01 SunOS 5.10: cgsix Patch
    119580-03 SunOS 5.10: libcpc Patch
    119586-02 SunOS 5.10: pcbe Patch
    120253-03 SunOS 5.10: svc-cvcd Patch
    124444-01 SunOS 5.10: mountd patch
    120062-01 SunOS 5.10: localedef Patch
    119685-09 SunOS 5.10: svc.startd patch
    121081-06 SunOS 5.10: Connected Customer Agents 1.1.0
    120056-02 SunOS 5.10: hpc3130 Patch
    120052-03 SunOS 5.10: pam library patch
    120845-03 SunOS 5.10: auditd patch
    124235-01 SunOS 5.10: libpam.so.1 patch
    120050-04 SunOS 5.10: usermod patch
    118842-01 SunOS 5.10: dada patch
    122539-05 SunOS 5.10: volmgt and bsmconv patch
    123362-01 SunOS 5.10: libkvm.so.1 patch
    121302-01 SunOS 5.10: /platform/SUNW,A70/kernel/misc/sparcv9/platmod patch
    120990-02 SunOS 5.10: net-physical Patch
    122525-03 SunOS 5.10: Sun Fire V445 patch
    122523-03 SunOS 5.10: Sun Fire V445 platform patch
    124614-01 SunOS 5.10: sconadm proxy: UnknownHostException
    122521-01 SunOS 5.10: locator patch
    120198-05 SunOS 5.10: patch libpiclfrutree.so.1
    120195-02 SunOS 5.10: patch schpc sc_gptwocfg gptwo_pci
    120988-01 SunOS 5.10: grpck Patch
    120986-06 SunOS 5.10: mkfs and newfs patch
    119850-21 SunOS 5.10: mpt driver & picl plugins patch
    120984-01 SunOS 5.10: nss_user.so.1 Patch
    124171-03 SunOS 5.10: flash issue with SUNWscn-base due to broken package
    122517-03 SunOS 5.10: Sun Fire V215/V245 platmod patch
    122515-01 SunOS 5.10: Sun Fire V215/V245 platform patch
    122513-02 SunOS 5.10: devfsadm SUNW_cfg_link.so patch
    120815-01 SunOS 5.10: dmfe patch
    118814-01 SunOS 5.10: patch platform/sun4u/kernel/tod/sparcv9/todsg
    118812-03 SunOS 5.10: Netra ntwdt driver patch
    123334-04 SunOS 5.10: e1000g_transition patch
    123330-01 SunOS 5.10: pam_passwd_auth.so.1 patch
    122658-03 SunOS 5.10: zonecfg patch
    122650-02 SunOS 5.10: zfs tools patch
    119826-02 SunOS 5.10: libadm.so.1 patch
    118367-04 SunOS 5.10: csh Patch
    123911-01 SunOS 5.10: pam patch
    123910-01 SunOS 5.10: platform_sun4v.xml patch
    122255-03 SunOS 5.10: etc/flash/precreation/caplib patch
    122251-01 SunOS 5.10: librestart.so.1 patch
    118557-07 SunOS 5.10: platform/sun4u/kernel/drv/sparcv9/su patch
    123271-01 SunOS 5.10: iwscn patch
    121215-01 SunOS 5.10: ipsecconf patch
    123304-02 SunOS 5.10: kssl patch
    119573-01 SunOS 5.10: cachefsd patch
    123301-01 SunOS 5.10: i2c_svc patch
    119570-01 SunOS 5.10: lw8 Patch
    118346-05 SunOS 5.10: libnsl Patch
    124327-02 SunOS 5.10: libpcp patch
    121406-01 SunOS 5.10: ikeadm patch
    124325-01 SunOS 5.10: rcm modules patch
    121561-04 SunOS 5.10: keymap patch
    124282-01 SunOS 5.10: init patch
    121004-03 SunOS 5.10: sh patch
    121002-03 SunOS 5.10: pax patch
    123252-01 SunOS 5.10: platform/SUNW,Netra-T2000 patch
    121559-01 SunOS 5.10: Netra-CP3010 libprtdiag_psr patch
    121558-01 SunOS 5.10: SUNW,Netra-CP3010 platform patch
    121557-01 SunOS 5.10: SUNW,Netra-CP3010 usr/platform patch
    118929-05 SunOS 5.10: config files patch
    121556-01 SunOS 5.10: SUNW,Netra-CP3010 platform patch
    122027-08 SunOS 5.10: bge Driver Patch
    117463-03 SunOS 5.10: passwdutil Patch
    122183-02 SunOS 5.10: logadm timestamp patch
    122412-01 SunOS 5.10: ipseckey patch
    118918-22 SunOS 5.10: Solaris Crypto Framework patch
    120473-01 SunOS 5.10: nss_compat patch
    119143-02 SunOS 5.10: patch lib/libinetutil.so.1
    121337-01 SunOS 5.10: tlimod patch
    120272-06 SunOS 5.10: SMA patch
    122752-04 SunOS 5.10: FMA snmp patch
    121132-01 SunOS 5.10: cryptmod patch
    121130-01 SunOS 5.10: librcm.so.1 patch
    118879-02 SunOS 5.10: dhcp daemon patch
    119721-02 SunOS 5.10: usr/lib/efcode/sparcv9/interpreter patch
    118348-01 SunOS 5.10: fcode Patch
    119852-03 SunOS 5.10: unix branding patch
    121946-01 SunOS 5.10: Error processing FRU tree: IO error patch
    121286-04 SunOS 5.10: libfru.so.1 and libfrureg.so.1 patch
    123360-01 SunOS 5.10: usr/sbin/prtfru patch
    122519-01 SunOS 5.10: fruadm patch
    122363-02 SunOS 5.10: fru_container.conf and libfruaccess.so.1 patch
    119974-04 SunOS 5.10: fp plug-in for cfgadm
    120182-02 SunOS 5.10: Sun Fibre Channel Host Bus Adapter Library
    120346-04 SunOS 5.10: Common Fibre Channel HBA API Library
    122011-01 SunOS 5.10: SunFreeware cdrtools man pages patch
    122261-01 SunOS 5.10: SunFreeware ghostscript man pages patch
    121669-01 SunOS 5.10: SunFreeware pilot-link man pages patch
    119766-02 SunOS 5.10 : SunFreeware man pages patch
    122005-01 SunOS 5.10 : SunFreeware growisofs man pages
    120704-01 SunOS 5.10 : smartcard man patch
    122675-01 SunOS 5.10 : SunFreeware samba man pages patch
    121667-02 SunOS 5.10 : pilot-link header patch
    123809-01 SunOS 5.10: rpcsec_gss patch
    121239-02 SunOS 5.10: libgss patch
    120064-01 SunOS 5.10: stdio_iso.h Patch
    120994-01 SunOS 5.10: elf_amd64.h Patch
    120992-02 SunOS 5.10: nfs_clnt.h and nfs4_clnt.h Patch
    118925-04 SunOS 5.10: unistd header file patch
    119583-01 SunOS 5.10: memory classification header file patch
    120741-01 SunOS 5.10: seg_map header file patch
    121128-01 SunOS 5.10: lofs patch
    121580-01 SunOS 5.10: daktari and cherrystone header files patch
    118884-01 SunOS 5.10: atomic.h patch
    121721-01 SunOS 5.10: SVM header files patch
    121394-01 SunOS 5.10: aio_impl.h patch
    124280-01 SunOS 5.10: libkdb.so.1 patch
    120469-05 SunOS 5.10: kerberos patch
    121006-01 SunOS 5.10: libkadm5 and kadmind patch
    121947-01 SunOS 5.10: New Keyboards software needed
    120467-05 SunOS 5.10: lp patch
    123336-01 SunOS 5.10: statd patch
    120046-01 SunOS 5.10: nfsmapid patch
    124286-01 SunOS 5.10: chkey core dump
    122029-01 SunOS 5.10: NIS+ nis patch
    122085-01 SunOS 5.10: nispasswd patch
    122410-01 SunOS 5.10: ldaplist patch
    119073-03 SunOS 5.10: ldapclient patch
    118735-01 SunOS 5.10: patch usr/sbin/rpc.nisd_resolv
    119470-08 SunOS 5.10: Sun Enterprise Network Array firmware and utilities
    122087-01 SunOS 5.10: LTC1427-connected fan device driver patch
    121944-02 SunOS 5.10: libpsvcpolicy and libpsvcpolicy_psr patch
    122537-01 SunOS 5.10: libpiclenvmon.so.1 patch
    123256-02 SunOS 5.10: eri patch
    121235-01 SunOS 5.10: rcapd patch
    120629-05 SunOS 5.10: libpool patch
    119712-04 SunOS 5.10: usr/sbin/in.routed Patch
    124442-01 SunOS 5.10: ssh patch
    122856-03 SunOS 5.10: sendmail patch
    118733-03 SunOS 5.10: snmpdx patch
    120256-01 SunOS 5.10: hci1394 Patch
    117465-02 SunOS 5.10: fwtmp Patch
    123332-01 SunOS 5.10: tftp and in.tftpd patch
    122376-01 SunOS 5.10: prex patch
    120068-01 SunOS 5.10: in.telnetd Patch
    120809-01 SunOS 5.10: metaclust patch
    121010-02 SunOS 5.10: rpc.metad patch
    120807-01 SunOS 5.10: rpc.mdcommd patch
    120101-01 SunOS 5.10: libsmedia patch
    119555-03 SunOS 5.10: Software to support QLogic Ultra3 SCSI host bus adapters
    119090-20 SunOS 5.10: Sun iSCSI Device Driver and Utilities
    120732-01 SunOS 5.10 : libusb patch
    120201-02 X11 6.8.0: Xorg client libraries patch
    119213-10 NSS_NSPR_JSS 3.11.3: NSPR 4.6.3 / NSS 3.11.3 / JSS 4.2.4
    122119-05 SunOS 5.10: Patch for Arabic Fonts
    121734-05 SunOS 5.10: patch to support addition of new UTF-8 locales
    119397-05 SunOS 5.10: Patch for North America Region locale issues
    119401-07 SunOS 5.10: Patch for Western Europe Region locale issues
    119601-08 SunOS 5.10: Patch for European Region JDS messages
    120873-03 SunOS 5.10: xscreensaver localization message patch
    119703-07 SunOS 5.10: Patch for localeadm issues
    118706-01 SunOS 5.10: Creator and Creator3D: FFB Graphics Patch
    119648-01 SunOS 5.10: vlan driver patch
    118707-04 SunOS 5.10: Expert3D IFB Graphics Patch
    118777-08 SunOS 5.10: Sun GigaSwift Ethernet 1.0 driver patch
    118945-01 SunOS 5.10: Sun Gigabit Ethernet 3.0 driver patch
    119309-03 SunOS 5.10: PGX32 Graphics
    118711-02 SunOS 5.10: M64 Graphics Patch
    118981-03 SunOS 5.10: Sun Quad FastEthernet qfe driver
    120706-02 SunOS 5.10: XIL 1.4.2 Loadable Pipeline Libraries
    118705-01 SunOS 5.10: XVR-1000 GFB Graphics Patch
    118712-11 SunOS 5.10: Sun XVR-100 Graphics Accelerator Patch
    118708-14 SunOS 5.10: Sun XVR-1200 and Sun XVR-600 Graphics Accelerator Patch
    121975-01 CDE 1.6: Xsession patch
    120410-15 SunOS 5.10: Internet/Intranet Input Method Framework patch
    119810-03 SunOS 5.10: International Components for Unicode Patch
    120099-07 APOC 1.2: Sun Java(tm) Desktop System Configuration Shared Libraries
    119546-07 APOC 1.2: APOC Configuration Agent Patch
    124393-01 CDE 1.6: Dtlogin smf patch
    119280-08 CDE 1.6: Runtime library patch for Solaris 10
    119278-12 CDE 1.6: dtlogin patch
    121487-01 CDE 1.6: dtmail patch
    124405-01 CDE1.6: sdtfprop patch
    124403-01 CDE1.6: dtstyle patch
    122735-01 CDE 1.6: backdrops patch
    124401-01 CDE1.6: dtpad patch
    124399-01 CDE1.6: dtfile patch
    119284-01 CDE 1.6: sdtwsinfo patch
    119282-01 CDE1.6: GNOME/CDE Menu for Solaris 10
    124395-01 CDE1.6: dtaction patch
    121977-02 CDE 1.6: dtlogin resources patch
    119286-01 CDE 1.6: dtterm libDtTerm patch
    122669-01 Evolution 1.4.6: Cryptographic Library patch
    119117-24 Evolution 1.4.6 patch
    121036-01 Gnome 2.6.0: base libraries patch
    119418-03 GNOME 2.6.0: Gnome On-screen Keyboard Patch
    119414-12 GNOME 2.6.0: Gnome Accessibility Libraries Patch
    119598-08 GNOME 2.6.0: Gnome Screen Reader and Magnifier Patch
    119416-01 GNOME 2.6.0: Gnome Text-To-Speech Engine Patch
    120454-02 GNOME 2.6.0: Gnome Apoc GConf Adapter Patch
    120460-10 GNOME 2.6.0: Gnome libs Patch
    120282-02 GNOME 2.6.0: Gnome CD Player Utility Patch
    121923-01 Gnome 2.6.0: GNOME CD Burner patch
    119372-02 GNOME 2.6.0: GNOME common development tools and libraries Patch
    120284-03 GNOME 2.6.0: GNOME CORBA ORB and component framework
    120458-01 GNOME 2.6.0: Gnome configuration Patch
    122204-01 GNOME 2.6.0: configuration framework Patch
    122212-13 GNOME 2.6.0: GNOME Desktop Patch
    119410-05 GNOME 2.6.0: Gnome Applets Patch
    119540-04 GNOME 2.6.0: Gnome Dtlogin configuration Patch
    120456-01 GNOME 2.6.0: Gnome image viewer Patch
    119548-07 GNOME 2.6.0: Gnome Multi-protocol instant messaging client Patch
    123162-02 GNOME 2.6.0: Gnome Java Run Time Patch
    121095-01 GNOME 2.6.0: GNOME EXIF tag parsing library for digital cameras
    119544-03 GNOME 2.6.0: Gnome streaming media framework Patch
    122210-01 GNOME 2.6.0: GNOME Media Player Patch
    120739-03 GNOME 2.6.0: GNOME PDF Viewer based on Xpdf
    119368-05 GNOME 2.6.0: Printing Technology Patch
    121606-01 GNOME 2.6.0: Python patch
    122208-01 GNOME 2.6.0: Removable Media Patch
    119890-03 GNOME 2.6.0: search tool Patch
    120288-03 GNOME 2.6.0: Gnome terminal Patch
    120286-02 GNOME 2.6.0: Gnome text editor Patch
    119900-02 GNOME 2.6.0: Gnome libtiff - library for reading and writing TIFF Patch
    119906-07 Gnome 2.6.0: Virtual File System Framework patch
    119538-10 GNOME 2.6.0: Window Manager Patch
    119115-20 Mozilla 1.7 patch
    122424-01 SunOS 5.10: Mozilla default bookmarks patch
    122422-03 SunOS 5.10: add missing locale files for Mozilla
    119955-03 CDE 1.6: Tooltalk Runtime patch for Solaris 10
    122064-01 CDE 1.6: Tooltalk ttsession patch for Solaris 10
    119059-20 X11 6.6.2: Xsun patch
    123611-02 X11 6.6.2: Trusted Extensions patch
    124457-01 X11 6.6.2: xdm patch
    121870-01 X11 6.6.2: xterm patch
    119063-01 SunOS 5.10: libXpm patch
    ===================================
    SU client
    ===================================
    bash-3.00# uname -a
    SunOS e2 5.10 Generic_118855-15 i86pc i386 i86pc
    bash-3.00# cat /etc/release
    Solaris 10 6/06 s10x_u2wos_09a X86
    Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
    Use is subject to license terms.
    Assembled 09 June 2006
    bash-3.00# showrev -p | egrep -e '121453|121118|120335|121081|121563|122231|119788'
    bash-3.00# showrev -p | egrep -e '121454|121119|120336|121082|121564|122232|119789'
    Patch: 121454-02 Obsoletes: 120777-03, 121087-02, 119108-07 Requires: 119575-02, 119255-06 Incompatibles:  Packages: SUNWcsu, SUNWcsr, SUNWccccrr, SUNWccccr, SUNWccfw, SUNWccsign, SUNWcsmauth, SUNWswupcl, SUNWppror, SUNWpprou, SUNWcctpx, SUNWccinv, SUNWupdatemgru, SUNWupdatemgrr, SUNWccccfg, SUNWccfwctrl, SUNWppro-plugin-sunos-base
    Patch: 121082-05 Obsoletes:  Requires: 121454-02 Incompatibles:  Packages: SUNWccccrr, SUNWccccr, SUNWccfw, SUNWccsign, SUNWcctpx, SUNWccinv, SUNWccccfg, SUNWccfwctrl
    Patch: 121119-06 Obsoletes:  Requires: 121454-02 Incompatibles:  Packages: SUNWppror, SUNWpprou, SUNWupdatemgru, SUNWupdatemgrr, SUNWppro-plugin-sunos-base
    Patch: 121119-08 Obsoletes:  Requires: 121454-02 Incompatibles:  Packages: SUNWppror, SUNWpprou, SUNWupdatemgru, SUNWupdatemgrr, SUNWppro-plugin-sunos-base
    Patch: 120336-04 Obsoletes:  Requires: 121454-01 Incompatibles:  Packages: SUNWpprou
    Patch: 122232-01 Obsoletes:  Requires: 121454-02 Incompatibles:  Packages: SUNWcctpx
    bash-3.00# smpatch get
    patchpro.backout.directory      -               ""
    patchpro.baseline.directory     -               /var/sadm/spool
    patchpro.download.directory     -               /var/sadm/spool
    patchpro.install.types          -               rebootafter:reconfigafter:standard
    patchpro.patch.source           http://monitor.pgf.com.pl:3816/solaris/ https://getupdates1.sun.com/
    patchpro.patchset               -               current
    patchpro.proxy.host             -               ""
    patchpro.proxy.passwd           ****            ****
    patchpro.proxy.port             -               8080
    patchpro.proxy.user             -               ""
    bash-3.00# smpatch analyze
    119253-16 SunOS 5.10_x86: System Administration Applications Patch
    119082-24 SunOS 5.10_x86: CD-ROM Install Boot Image Patch
    120200-07 SunOS 5.10_x86: sysidtool patch
    121431-12 SunOS 5.8_x86 5.9_x86 5.10_x86: Live Upgrade Patch
    124189-02 SunOS 5.10_x86: Trusted Solaris Attributes Patch
    119316-07 SunOS 5.10_x86: Solaris Management Applications Patch
    121309-08 SunOS 5.10_x86: Solaris Management Console Patch
    119314-09 SunOS 5.10_x86: WBEM Patch
    119255-31 SunOS 5.10_x86: Install and Patch Utilities Patch
    118855-19 SunOS 5.10_x86: kernel patch
    119964-08 SunOS 5.10_x86: Shared library patch for C++_x86
    120754-03 SunOS 5.10_x86: Microtasking libraries (libmtsk) patch
    122131-02 S10_x86: Patch to update SUNWlocaledefsrc files
    123495-03 X11 6.6.2_x86: fontconfig patch
    119813-03 X11 6.6.2_x86: Freetype patch
    123648-01 SunOS 5.10_x86: gcc library .la patch
    122530-05 SunOS 5.10_x86: nge patch
    122912-02 SunOS 5.10_x86: Apache 1.3 Patch
    120544-06 SunOS 5.10_x86: Apache 2 Patch
    118344-14 SunOS 5.10_x86: Fault Manager Patch
    124207-02 SunOS 5.10_x86: libtsol patch
    118891-03 SunOS 5.10_x86: llib-lc patch
    120037-07 SunOS 5.10_x86: libldap patch
    122653-04 SunOS 5.10_x86: utilities patch
    124238-01 SunOS 5.10_x86: ftp patch
    124445-01 SunOS 5.10_x86: mountd patch
    124247-01 SunOS 5.10_x86: devfsadmd_mod.so sysevent_conf_mod.so patch
    119686-09 SunOS 5.10_x86: lib/svc/bin/svc.startd Patch
    121082-06 SunOS 5.10_x86: Connected Customer Agents 1.1.0
    120053-05 SunOS 5.10_x86: pam library patch
    120846-03 SunOS 5.10_x86: auditd patch
    124236-01 SunOS 5.10_x86: libpam.so.1 patch
    120051-04 SunOS 5.10_x86: usermod patch
    122532-04 SunOS 5.10_x86: volmgt and bsmconv patch
    121300-02 SunOS 5.10_x86: caplib patch
    124187-03 SunOS 5.10_x86: flash issue with SUNWscn-base due to broken package
    124615-01 SunOS 5.10_x86: sconadm proxy: UnknownHostException
    123331-01 SunOS 5.10_x86: pam_passwd_auth.so.1 patch
    122663-06 SunOS 5.10_x86: libzonecfg patch
    123527-01 SunOS 5.10_x86: libcurses patch
    118368-04 SunOS 5.10_x86: csh Patch
    123909-01 SunOS 5.10_x86: gfx_private patch
    121013-02 SunOS 5.10_x86: traceroute patch
    118347-05 SunOS 5.10_x86: libnsl Patch
    121604-02 SunOS 5.10_x86: libcfgadm.so.1, scsi.so.1 patch
    124326-01 SunOS 5.10_x86: rcm modules patch
    121009-02 SunOS 5.10_x86: ufsrestore patch
    124283-01 SunOS 5.10_x86: init patch
    121005-03 SunOS 5.10_x86: sh patch
    121003-03 SunOS 5.10_x86: pax patch
    122184-02 SunOS 5.10_x86: logadm timestamp patch
    117464-02 SunOS 5.10_x86: passwdutil Patch
    122413-01 SunOS 5.10_x86: ipseckey patch
    118919-19 SunOS 5.10_x86: Solaris Crypto Framework patch
    122365-01 SunOS 5.10_x86: bscbus, bscv driver patch
    121134-02 SunOS 5.10_x86: power patch
    118880-02 SunOS 5.10_x86: dhcp daemon patch
    119975-03 SunOS 5.10_x86: fp plug-in for cfgadm
    119131-26 SunOS 5.10_x86: Sun Fibre Channel Device Drivers
    120223-11 SunOS 5.10_x86: Emulex-Sun LightPulse Fibre Channel Adapter driver
    120347-04 SunOS 5.10_x86: Common Fibre Channel HBA API Library
    122676-01 SunOS 5.10_x86: SunFreeware samba man pages patch
    121805-03 SunOS 5.10_x86: GRUB patch
    121240-02 SunOS 5.10_x86: libgss patch
    124281-01 SunOS 5.10_x86: libkdb.so.1 patch
    123335-01 SunOS 5.10_x86: krb5kdc patch
    122534-02 SunOS 5.10_x86: ktkt_warn patch
    120468-05 SunOS 5.10_x86: lp patch
    123337-01 SunOS 5.10_x86: statd patch
    122411-01 SunOS 5.10_x86: ldaplist patch
    124287-01 SunOS 5.10_x86: chkey patch
    119471-06 SunOS 5.10_x86: Sun Enterprise Network Array firmware and utilities
    120630-04 SunOS 5.10_x86: libpool patch
    124443-01 SunOS 5.10_x86: ssh patch
    119758-04 SunOS 5.10_x86: Samba patch
    122857-04 SunOS 5.10_x86: sendmail patch
    119091-20 SunOS 5.10_x86: Sun iSCSI Device Driver and Utilities
    120273-07 SunOS 5.10_x86: SMA patch
    120536-12 SunOS 5.10_x86: Updated video drivers and fixes
    124466-02 SunOS 5.9_x86 : cacao 2.0     patch 02
    119214-10 NSS_NSPR_JSS 3.11.3_x86: NSPR 4.6.3 / NSS 3.11.3 / JSS 4.2.4
    118668-09 J2SE 5.0_x86: update 9 patch (5.0u9)
    122120-05 SunOS 5.10_x86: Patch for Arabic Fonts
    119602-08 SunOS 5.10_x86: Patch for European Region JDS messages
    119704-07 SunOS 5.10_x86: Patch for localeadm issues
    122762-01 SunOS 5.10_x86: Sun Update Connection Bootstrapper
    118778-07 SunOS 5.10_x86: Sun GigaSwift Ethernet 1.0 driver patch
    119789-02 SunOS 5.10_x86, Sun Update Connection Proxy, System Edition 1.0
    120411-15 SunOS 5.10_x86: Internet/Intranet Input Method Framework patch
    119811-03 SunOS 5.10_x86: International Components for Unicode Patch
    121735-05 SunOS 5.10_x86: patch to support addition of new UTF-8 locales
    120100-07 APOC 1.2_x86: Sun Java(tm) Desktop System Configuration Shared Libraries
    119547-07 APOC 1.2_x86: APOC Configuration Agent Patch
    124394-01 CDE 1.6_x86: Dtlogin smf patch
    119281-08 CDE 1.6_x86: Runtime library patch for Solaris 10
    119279-12 CDE 1.6_x86: dtlogin patch
    121488-02 CDE 1.6_x86: dtmail patch
    124406-01 CDE 1.6_x86: sdtfprop patch
    124404-01 CDE 1.6_x86: dtstyle patch
    124402-01 CDE 1.6_x86: dtpad patch
    124400-01 CDE 1.6_x86: dtfile patch
    124396-01 CDE 1.6_x86: dtaction patch
    121978-02 CDE 1.6_x86: dtlogin resources patch
    119118-24 Evolution 1.4.6_x86 patch
    119419-03 GNOME 2.6.0_x86: Gnome On-screen Keyboard Patch
    119415-12 GNOME 2.6.0_x86: Gnome Accessibility Libraries Patch
    119599-08 GNOME 2.6.0_x86: Gnome Screen Reader and Magnifier Patch
    120455-02 GNOME 2.6.0_x86: Gnome Apoc GConf Adapter Patch
    120461-10 GNOME 2.6.0_x86: Gnome libs Patch
    120285-03 GNOME 2.6.0_x86: GNOME CORBA ORB and component framework
    122213-13 GNOME 2.6.0_x86: GNOME Desktop Patch
    119411-05 GNOME 2.6.0_x86: Gnome Applets Patch
    119549-06 GNOME 2.6.0_x86: Gnome Multi-protocol instant messaging client Patch
    122471-02 Gnome 2.6.0_x86: GNOME Java Help Patch
    123163-02 GNOME 2.6.0_x86: Gnome Java Run Time Patch
    120740-03 GNOME 2.6.0_x86: GNOME PDF Viewer based on Xpdf
    119369-05 GNOME 2.6.0_x86: Printing Technology Patch
    120289-03 GNOME 2.6.0_x86: Gnome terminal Patch
    119907-07 Gnome 2.6.0_x86: Virtual File System Framework patch
    119539-10 GNOME 2.6.0_x86: Window Manager Patch
    119116-20 Mozilla 1.7_x86 patch
    122425-01 SunOS 5.10_x86: Mozilla default bookmarks patch
    122423-03 SunOS 5.10_x86: add missing locale files for Mozilla
    122959-02 GNOME 2.6.0_x86: RealPlayer media application
    119060-19 X11 6.6.2_x86: Xsun patch
    123614-01 X11 6.6.2_x86: OpenGL patch
    123612-02 X11 6.6.2_x86: Trusted Extensions patch
    124458-01 X11 6.6.2_x86: xdm patchRegards
    przemol

  • Error in file-file scenario: HTTP response contains status code 503

    Hi folks,
    I've encountered the foll error in file-file scenario:
    Testing file-file scenario (followed the blog: https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/flatFILETOFLATFILE&)
    Initially i was hving problems with recvr comm channel, which are now resolved. File is sent successfully but not recvd. I tried to modify the scenario above and change the file type to 'Text' but still got the same error.
    I've checked SICF -->default_host/xi/engine , we dont maintain logon data there. when i test the default_host/xi/engine service, it resolves into an ip addr as follows:
    http://<hostname>.<domain.com>:8001/sap/xi/engine?sap-client=<clientNo>
    (Also, we hv a BW system running on the same server ,which uses a fully qualified domain, while we dont which is why we get the above domain. Im not sure if there are any issues with that.)
    and we get the foll error:
    Error Code 10060: Connection timeout
    If i remove the domain manually, im prompted for userid/pwd and get the foll result:
    - <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
      <SOAP:Header />
    - <SOAP:Body>
    - <SOAP:Fault xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
      <faultcode>SOAP:Client</faultcode>
      <faultstring>Pipeline specified in URL attribute (type) not existing</faultstring>
      <faultactor>http://sap.com/xi/XI/Message/30</faultactor>
    - <detail>
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIProtocol</SAP:Category>
      <SAP:Code area="MESSAGE">URL_PIPELINE_NOT_FOUND</SAP:Code>
      <SAP:P1>/sap/xi/engine?sap-client=<clientNo></SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Pipeline ID , which is expected as value of attribute &quot;type&quot; in the URL, does not exist in the Integration Engine (URL = /sap/xi/engine?sap-client=811)</SAP:Stack>
      </SAP:Error>
      </detail>
      </SOAP:Fault>
      </SOAP:Body>
      </SOAP:Envelope>
    also, we dont hv any overload issues as this is dev env and not many of us are using the xi server. Would really appreciate if any of you can share your inputs on how to resolve this. Thanks!!
    cheers
    Prachi

    Hi ,
    Look in to this for all errors
    /people/krishna.moorthyp/blog/2006/07/23/http-errors-in-xi
    The server is currently unable to handle the request due to a temporary overloading or maintenance of the server. The implication is that this is a temporary condition which will be alleviated after some delay. If known, the length of the delay MAY be indicated in a Retry-After header. If no Retry-After is given, the client SHOULD handle the response as it would for a 500 response.
    Note: The existence of the 503 status code does not imply that a server must use it when becoming overloaded. Some servers may wish to simply refuse the connection.
    Possible Tips: Because of J2EE application com.sap.aii.af.ms.app not active
    • Try to (re)start the application using the Visual Administrator Choose Server --> Services --> Deploy --> View on Application or restart the J2EE engine
    • The problem is that not all J2EE services can be started by the J2EE. i.e Start the Visual Administrator and select Server->Services->Deploy in the tree on the left. On the right-hand side, choose the Runtime tab page. You see a tree in the right window with all applications if you select the APPLICATION radio button. Check if they are running, otherwise choose Start. Usually the J2EE engine starts all services automatically.
    • Refer SAP Note 803145,807000,791655
    <b>Award Points if found usefull.</b>

  • Unable to set header status - VBUK-UVALL in USEREXIT_SAVE_DOCUMENT_PREPARE

    Hi,
    I need some advice in setting header status in table VBUK field UVALL in user exit MV45AFZZ - USEREXIT_SAVE_DOCUMENT_PREPARE. I am unable to set this field in this userexit.
    I create an enhancement implementation in user exit USEREXIT_SAVE_DOCUMENT_PREPARE in MV45AFZZ. In my enhancement code, I have a perform statement which is in a Z include program. In my perform statement, I check a condition, if the line item text is not populated, then  I would like to set XVBUK-UVALS to B. In the code, I set the fields as follow :
    XVBUK-UVALS = 'B'
    XVBUK-UPDKZ = 'U'.
    After the sales order is saved, when I checked in table VBUK-UVALS, the field is not updated.
    Could anyone please provide me with some advice on how I could set the status in VBUK-UVALS in the user exit ? Should I be using another user exit ?
    Any advice would be much appreciated.
    Thanks,
    Virginia

    Hi,
    Similiar to the statements given by you add following statements.
    VBUK-UVALS = 'B'
    VBUK-UPDKZ = 'U'.
    Regards
    Vinod

  • HTTP response contains status code 404 ...

    Hello,
    My system sceanrio is:
    R/3 -> idoc -> XI-1 -> xi adapter -> XI-2 -> idoc -> R/3.
    When the message sent, I get a red flag in SXMB_MONI transaction of "XI-1" system :
      'HTTP response contains status code 404 with the
      description Not Found'
    Here is the SOAP adapter of the Call Adapter:
    =============================================
    td {font-family : Arial, Tahoma, Helvetica, sans-serif; font-size : 14px;} A:link A:visited A:active </style> </head> <body marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" rightmargin="0"> <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left" height="75"> <tr bgcolor="#FFFFFF"> <td align="left" colspan="2" height="48"><font face="Arial, Verdana, Helvetica" size="4" color="#666666"><b>  404 &nbsp Not Found</b></font></td> </tr> <tr bgcolor="#3F73A3"> <td height="23" width="84"><img width=1 height=1 border=0 alt=""></td> <td height="23"><img width=1 height=1 border=0 alt=""></td> <td align="right" height="23"><font face="Arial, Verdana, Helvetica" size="2" color="#FFFFFF"><b>SAP J2EE Engine/6.40 </b></font></td> </tr> <tr bgcolor="#9DCDFD"> <td height="4" colspan="3"><img width=1 height=1 border=0 alt=""></td> </tr> </table> <br><br><br><br><br><br> <p><font face="Arial, Verdana, Helvetica" size="3" color="#000000"><b>  The requested resource does not exist.</b></font></p> <p><font face="Arial, Verdana, Helvetica" size="2" color="#000000"><table><tr><td valign="top"><b> Details:</b></td><td valign="top"><PRE>Go to <A HREF="/" target="_parent">main page</A> of this application!</PRE></font></td></tr></table></font></p> </body> </html></SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>HTTP response contains status code 404 with the description Not Found XML element Envelope missing in SOAP message header (SAP XI Extension)</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    - <SAP:HopList xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
    - <SAP:Hop timeStamp="2005-04-12T06:52:37Z" wasRead="false">
      <SAP:Engine type="IS">is.50.weaver</SAP:Engine>
      <SAP:Adapter namespace="http://sap.com/xi/XI/System">IDoc</SAP:Adapter>
      <SAP:MessageId>550806B7-DEED-FF42-96B1-6F33852373F1</SAP:MessageId>
      <SAP:Info>MATMAS.0000000000214059:20050412085231</SAP:Info>
      </SAP:Hop>
    - <SAP:Hop timeStamp="2005-04-12T06:52:37Z" wasRead="false">
      <SAP:Engine type="IS">is.50.weaver</SAP:Engine>
      <SAP:Adapter namespace="http://sap.com/xi/XI/System">XI</SAP:Adapter>
      <SAP:MessageId>550806B7-DEED-FF42-96B1-6F33852373F1</SAP:MessageId>
      <SAP:Info>3.0</SAP:Info>
      </SAP:Hop>
      </SAP:HopList>
    - <SAP:IDocInbound xmlns:SAP="http://sap.com/xi/XI/Message/30">
      <SAP:TABNAM>EDI_DC40</SAP:TABNAM>
      <SAP:MANDT>200</SAP:MANDT>
      <SAP:DOCREL>46C</SAP:DOCREL>
      <SAP:DOCNUM>0000000000214059</SAP:DOCNUM>
      <SAP:DIRECT>1</SAP:DIRECT>
      <SAP:IDOCTYP>MATMAS04</SAP:IDOCTYP>
      <SAP:CIMTYP />
      <SAP:MESTYP>MATMAS</SAP:MESTYP>
      <SAP:MESCOD />
      <SAP:MESFCT />
      <SAP:SNDPOR>SAPDEV</SAP:SNDPOR>
      <SAP:SNDPRN>LOGDEV200</SAP:SNDPRN>
      <SAP:SNDPRT>LS</SAP:SNDPRT>
      <SAP:SNDPFC />
      <SAP:RCVPOR>XI-TEST</SAP:RCVPOR>
      <SAP:RCVPRN>LOGXID700</SAP:RCVPRN>
      <SAP:RCVPRT>LS</SAP:RCVPRT>
      <SAP:RCVPFC />
      <SAP:TEST />
      <SAP:SERIAL>20050412085231</SAP:SERIAL>
      <SAP:EXPRSS />
      <SAP:STD />
      <SAP:STDVRS />
      <SAP:STATUS>30</SAP:STATUS>
      <SAP:OUTMOD>2</SAP:OUTMOD>
      <SAP:SNDSAD />
      <SAP:SNDLAD />
      <SAP:RCVSAD />
      <SAP:RCVLAD />
      <SAP:STDMES />
      <SAP:REFINT />
      <SAP:REFGRP />
      <SAP:REFMES />
      <SAP:CREDAT>2005-04-12</SAP:CREDAT>
      <SAP:CRETIM>08:52:31</SAP:CRETIM>
      <SAP:ARCKEY />
      </SAP:IDocInbound>
    - <SAP:RunTime xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
      <SAP:Date>20050412</SAP:Date>
      <SAP:Time>085237</SAP:Time>
      <SAP:Host>weaver</SAP:Host>
      <SAP:SystemId>XID</SAP:SystemId>
      <SAP:SystemNr>50</SAP:SystemNr>
      <SAP:OS>Windows NT</SAP:OS>
      <SAP:DB>MSSQL</SAP:DB>
      <SAP:Language />
      <SAP:ProcStatus>014</SAP:ProcStatus>
      <SAP:AdapterStatus>000</SAP:AdapterStatus>
      <SAP:User>ANNA</SAP:User>
      <SAP:TraceLevel>1</SAP:TraceLevel>
      <SAP:LogSeqNbr>002</SAP:LogSeqNbr>
      <SAP:RetryLogSeqNbr>000</SAP:RetryLogSeqNbr>
      <SAP:PipelineIdInternal>SAP_CENTRAL</SAP:PipelineIdInternal>
      <SAP:PipelineIdExternal>CENTRAL</SAP:PipelineIdExternal>
      <SAP:PipelineElementId>60C3C53B4BB7B62DE10000000A1148F5</SAP:PipelineElementId>
      <SAP:PipelineStartElementId>5EC3C53B4BB7B62DE10000000A1148F5</SAP:PipelineStartElementId>
      <SAP:PipelineService>PLSRV_CALL_ADAPTER</SAP:PipelineService>
      <SAP:QIdInternal>XBTO3___0000</SAP:QIdInternal>
      <SAP:CommitActor>A</SAP:CommitActor>
      <SAP:SplitNumber>0</SAP:SplitNumber>
      <SAP:NumberOfRetries>0</SAP:NumberOfRetries>
      <SAP:NumberOfManualRetries>0</SAP:NumberOfManualRetries>
      <SAP:TypeOfEngine client="700">CENTRAL</SAP:TypeOfEngine>
      <SAP:PlsrvExceptionCode />
      <SAP:EOReferenceRuntime type="TID">DF010AB7129C425B7035011D</SAP:EOReferenceRuntime>
      <SAP:EOReferenceInbound type="TID">DF013D07020C425B70300B0A</SAP:EOReferenceInbound>
      <SAP:EOReferenceOutbound type="TID" />
      <SAP:MessageSizePayload>16517</SAP:MessageSizePayload>
      <SAP:MessageSizeTotal>0</SAP:MessageSizeTotal>
      <SAP:PayloadSizeRequest>16517</SAP:PayloadSizeRequest>
      <SAP:PayloadSizeRequestMap>16527</SAP:PayloadSizeRequestMap>
      <SAP:PayloadSizeResponse>0</SAP:PayloadSizeResponse>
      <SAP:PayloadSizeResponseMap>0</SAP:PayloadSizeResponseMap>
      <SAP:Reorganization>INI</SAP:Reorganization>
      <SAP:AdapterInbound>IDOC</SAP:AdapterInbound>
      <SAP:AdapterOutbound>IENGINE</SAP:AdapterOutbound>
      <SAP:RandomNumber>71</SAP:RandomNumber>
      <SAP:AckStatus>071</SAP:AckStatus>
      <SAP:SkipReceiverDetermination />
      </SAP:RunTime>
    - <SAP:PerformanceHeader xmlns:SAP="http://sap.com/xi/XI/Message/30">
    - <SAP:RunTimeItem>
      <SAP:Name type="CORE">INTEGRATION_ENGINE</SAP:Name>
      <SAP:Timestamp type="begin" host="weaver">20050412065237.471</SAP:Timestamp>
      </SAP:RunTimeItem>
    - <SAP:RunTimeItem>
      <SAP:Name type="CORE">INTEGRATION_ENGINE</SAP:Name>
      <SAP:Timestamp type="end" host="weaver">20050412065237.471</SAP:Timestamp>
      </SAP:RunTimeItem>
    - <SAP:RunTimeItem>
      <SAP:Name type="DBQUEUE">DB_ENTRY_QUEUING</SAP:Name>
      <SAP:Timestamp type="begin" host="weaver">20050412065237.471</SAP:Timestamp>
      </SAP:RunTimeItem>
    - <SAP:RunTimeItem>
      <SAP:Name type="DBQUEUE">DB_ENTRY_QUEUING</SAP:Name>
      <SAP:Timestamp type="end" host="weaver">20050412065237.642</SAP:Timestamp>
      </SAP:RunTimeItem>
    - <SAP:RunTimeItem>
      <SAP:Name type="PLSRV">PLSRV_RECEIVER_DETERMINATION</SAP:Name>
      <SAP:Timestamp type="begin" host="weaver">20050412065237.642</SAP:Timestamp>
      </SAP:RunTimeItem>
    - <SAP:RunTimeItem>
      <SAP:Name type="PLSRV">PLSRV_RECEIVER_DETERMINATION</SAP:Name>
      <SAP:Timestamp type="end" host="weaver">20050412065237.658</SAP:Timestamp>
      </SAP:RunTimeItem>
    - <SAP:RunTimeItem>
      <SAP:Name type="PLSRV">PLSRV_INTERFACE_DETERMINATION</SAP:Name>
      <SAP:Timestamp type="begin" host="weaver">20050412065237.658</SAP:Timestamp>
      </SAP:RunTimeItem>
    - <SAP:RunTimeItem>
      <SAP:Name type="PLSRV">PLSRV_INTERFACE_DETERMINATION</SAP:Name>
      <SAP:Timestamp type="end" host="weaver">20050412065237.658</SAP:Timestamp>
      </SAP:RunTimeItem>
    - <SAP:RunTimeItem>
      <SAP:Name type="PLSRV">PLSRV_RECEIVER_MESSAGE_SPLIT</SAP:Name>
      <SAP:Timestamp type="begin" host="weaver">20050412065237.658</SAP:Timestamp>
      </SAP:RunTimeItem>
    - <SAP:RunTimeItem>
      <SAP:Name type="PLSRV">PLSRV_RECEIVER_MESSAGE_SPLIT</SAP:Name>
      <SAP:Timestamp type="end" host="weaver">20050412065237.674</SAP:Timestamp>
      </SAP:RunTimeItem>
    - <SAP:RunTimeItem>
      <SAP:Name type="DBQUEUE">DB_SPLITTER_QUEUING</SAP:Name>
      <SAP:Timestamp type="begin" host="weaver">20050412065237.674</SAP:Timestamp>
      </SAP:RunTimeItem>
    - <SAP:RunTimeItem>
      <SAP:Name type="DBQUEUE">DB_SPLITTER_QUEUING</SAP:Name>
      <SAP:Timestamp type="end" host="weaver">20050412065237.814</SAP:Timestamp>
      </SAP:RunTimeItem>
    - <SAP:RunTimeItem>
      <SAP:Name type="PLSRV">PLSRV_MAPPING_REQUEST</SAP:Name>
      <SAP:Timestamp type="begin" host="weaver">20050412065237.814</SAP:Timestamp>
      </SAP:RunTimeItem>
    - <SAP:RunTimeItem>
      <SAP:Name type="PLSRV">PLSRV_MAPPING_REQUEST</SAP:Name>
      <SAP:Timestamp type="end" host="weaver">20050412065237.939</SAP:Timestamp>
      </SAP:RunTimeItem>
    - <SAP:RunTimeItem>
      <SAP:Name type="PLSRV">PLSRV_OUTBOUND_BINDING</SAP:Name>
      <SAP:Timestamp type="begin" host="weaver">20050412065237.939</SAP:Timestamp>
      </SAP:RunTimeItem>
    - <SAP:RunTimeItem>
      <SAP:Name type="PLSRV">PLSRV_OUTBOUND_BINDING</SAP:Name>
      <SAP:Timestamp type="end" host="weaver">20050412065237.971</SAP:Timestamp>
      </SAP:RunTimeItem>
    - <SAP:RunTimeItem>
      <SAP:Name type="PLSRV">PLSRV_CALL_ADAPTER</SAP:Name>
      <SAP:Timestamp type="begin" host="weaver">20050412065237.971</SAP:Timestamp>
      </SAP:RunTimeItem>
      </SAP:PerformanceHeader>
    - <SAP:Diagnostic xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:TraceLevel>Information</SAP:TraceLevel>
      <SAP:Logging>Off</SAP:Logging>
      </SAP:Diagnostic>
    - <SAP:OutboundBinding xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
    - <SAP:OutboundBindingEntry version="30">
      <SAP:OutboundBindingObjectId>B0E25658819A3AE888B48BAD55537C5E</SAP:OutboundBindingObjectId>
      <SAP:FromPartyName />
      <SAP:FromServiceName>DEV</SAP:FromServiceName>
      <SAP:ToPartyName />
      <SAP:ToServiceName>XIT</SAP:ToServiceName>
      <SAP:ToInterfaceName>MATMAS.MATMAS04</SAP:ToInterfaceName>
      <SAP:ToInterfaceNamespace>urn:sap-com:document:sap:idoc:messages</SAP:ToInterfaceNamespace>
    - <SAP:OutboundBindingAttributes>
      <SAP:AdapterTypeData xmlns:SAP="http://sap.com/xi/XI/Message/30" />
      </SAP:OutboundBindingAttributes>
    - <SAP:HeaderMapping>
      <SAP:FieldMapping xmlns:SAP="http://sap.com/xi/XI/Message/30" />
      </SAP:HeaderMapping>
    - <SAP:ChannelEntry version="30">
      <SAP:PartyName xmlns:SAP="http://sap.com/xi/XI/Message/30" />
      <SAP:ServiceName xmlns:SAP="http://sap.com/xi/XI/Message/30">XIT</SAP:ServiceName>
      <SAP:ChannelName xmlns:SAP="http://sap.com/xi/XI/Message/30">GeneratedReceiverChannel_XI</SAP:ChannelName>
      <SAP:AdapterName xmlns:SAP="http://sap.com/xi/XI/Message/30">XI</SAP:AdapterName>
      <SAP:AdapterNamespace xmlns:SAP="http://sap.com/xi/XI/Message/30">http://sap.com/xi/XI/System</SAP:AdapterNamespace>
      <SAP:AdapterSWCV xmlns:SAP="http://sap.com/xi/XI/Message/30">3B787A8035C111D6BBE0EFE50A1145A5</SAP:AdapterSWCV>
      <SAP:AdapterEngineType xmlns:SAP="http://sap.com/xi/XI/Message/30">IS</SAP:AdapterEngineType>
      <SAP:AdapterEngineName xmlns:SAP="http://sap.com/xi/XI/Message/30" />
      <SAP:MessageProtocol xmlns:SAP="http://sap.com/xi/XI/Message/30">XI</SAP:MessageProtocol>
      <SAP:MessageProtocolVersion xmlns:SAP="http://sap.com/xi/XI/Message/30">3.0</SAP:MessageProtocolVersion>
      <SAP:TransportProtocol xmlns:SAP="http://sap.com/xi/XI/Message/30">HTTP</SAP:TransportProtocol>
      <SAP:TransportProtocolVersion xmlns:SAP="http://sap.com/xi/XI/Message/30">1.0</SAP:TransportProtocolVersion>
      <SAP:ChannelDirection xmlns:SAP="http://sap.com/xi/XI/Message/30">O</SAP:ChannelDirection>
      <SAP:FromPartyAgency xmlns:SAP="http://sap.com/xi/XI/Message/30" />
      <SAP:FromPartySchema xmlns:SAP="http://sap.com/xi/XI/Message/30" />
      <SAP:ToPartySchema xmlns:SAP="http://sap.com/xi/XI/Message/30" />
      <SAP:ToPartyAgency xmlns:SAP="http://sap.com/xi/XI/Message/30" />
    - <SAP:ChannelAttributes xmlns:SAP="http://sap.com/xi/XI/Message/30">
    - <SAP:AdapterTypeData xmlns:SAP="http://sap.com/xi/XI/Message/30">
    - <SAP:Attribute>
      <SAP:Name>addressingMode</SAP:Name>
      <SAP:Value>url</SAP:Value>
      </SAP:Attribute>
    - <SAP:Attribute>
      <SAP:Name>authenticationModeBasicAnon</SAP:Name>
      <SAP:Value>anonymous</SAP:Value>
      </SAP:Attribute>
    - <SAP:Attribute>
      <SAP:Name>host</SAP:Name>
      <SAP:Value>victor</SAP:Value>
      </SAP:Attribute>
    - <SAP:Attribute>
      <SAP:Name>httpDestination</SAP:Name>
      <SAP:Value />
      </SAP:Attribute>
    - <SAP:Attribute>
      <SAP:Name>isMessageSecurity</SAP:Name>
      <SAP:Value>0</SAP:Value>
      </SAP:Attribute>
    - <SAP:Attribute>
      <SAP:Name>logonClient</SAP:Name>
      <SAP:Value />
      </SAP:Attribute>
    - <SAP:Attribute>
      <SAP:Name>logonLanguage</SAP:Name>
      <SAP:Value />
      </SAP:Attribute>
    - <SAP:Attribute>
      <SAP:Name>logonPassword</SAP:Name>
      <SAP:Value isPassword="true" encryption="hw">AQ==</SAP:Value>
      </SAP:Attribute>
    - <SAP:Attribute>
      <SAP:Name>logonUser</SAP:Name>
      <SAP:Value />
      </SAP:Attribute>
    - <SAP:Attribute>
      <SAP:Name>passHopList</SAP:Name>
      <SAP:Value>1</SAP:Value>
      </SAP:Attribute>
    - <SAP:Attribute>
      <SAP:Name>path</SAP:Name>
      <SAP:Value>/sap/xi/engine?type=entry</SAP:Value>
      </SAP:Attribute>
    - <SAP:Attribute>
      <SAP:Name>port</SAP:Name>
      <SAP:Value>56000</SAP:Value>
      </SAP:Attribute>
      </SAP:AdapterTypeData>
      </SAP:ChannelAttributes>
      </SAP:ChannelEntry>
      </SAP:OutboundBindingEntry>
      </SAP:OutboundBinding>
    - <SAP:Trace xmlns:SAP="http://sap.com/xi/XI/Message/30">
      <Trace level="1" type="B" name="IDX_INBOUND_XMB" />
    - <!--  ************************************
      -->
      <Trace level="1" type="T">ALE-AUDIT-IDoc-Inbound Handling</Trace>
      <Trace level="1" type="T">IDoc-Inbound-Handling</Trace>
      <Trace level="1" type="T">Syntax-Check-Flag X</Trace>
      <Trace level="1" type="T">IDoc-Tunnel-Flag</Trace>
      <Trace level="1" type="T">Queueid</Trace>
    - <Trace level="1" type="B" name="IDX_IDOC_TO_XML">
      <Trace level="1" type="T">Get the Metadata for port SAPDEV</Trace>
      <Trace level="1" type="T">Convert Segment-Definitions to Types</Trace>
      <Trace level="1" type="T">Make Syntax check of actual Idoc</Trace>
      </Trace>
      <Trace level="1" type="T">Set Receiver Routing-object</Trace>
      <Trace level="1" type="T">Exit Function IDX_INBOUND_XMB</Trace>
      <Trace level="1" type="T">COMMIT is expected by application !</Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-ENTER_XMS" />
    - <!--  ************************************
      -->
      <Trace level="1" type="B" name="CL_XMS_MAIN-SET_START_PIPELINE" />
    - <!--  ************************************
      -->
      <Trace level="1" type="B" name="SXMBCONF-SXMB_GET_XMB_USE" />
      <Trace level="1" type="B" name="CL_XMS_TROUBLESHOOT-ENTER_PLSRV" />
      <Trace level="1" type="T">****************************************************</Trace>
      <Trace level="1" type="T">* *</Trace>
      <Trace level="1" type="T">* *</Trace>
      <Trace level="1" type="T">XMB entry processing</Trace>
      <Trace level="1" type="T">system-ID = XID</Trace>
      <Trace level="1" type="T">client = 700</Trace>
      <Trace level="1" type="T">language = E</Trace>
      <Trace level="1" type="T">user = ANNA</Trace>
      <Trace level="1" type="Timestamp">2005-04-12T06:52:37Z CET</Trace>
      <Trace level="1" type="T">* *</Trace>
      <Trace level="1" type="T">* *</Trace>
      <Trace level="1" type="T">****************************************************</Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_UC_EXECUTE" />
    - <!--  ************************************
      -->
      <Trace level="1" type="T">Message-GUID = 550806B7DEEDFF4296B16F33852373F1</Trace>
      <Trace level="1" type="T">PLNAME = CENTRAL</Trace>
      <Trace level="1" type="T">QOS = EO</Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PIPELINE_ASYNC" />
    - <!--  ************************************
      -->
      <Trace level="1" type="T">Get definition of external pipeline = CENTRAL</Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-LOOKUP_INTERNAL_PL_ID" />
      <Trace level="1" type="T">Get definition of internal pipeline = SAP_CENTRAL</Trace>
      <Trace level="1" type="T">Queue name : XBTI0010</Trace>
      <Trace level="1" type="T">Generated prefixed queue name = XBTI0010</Trace>
      <Trace level="1" type="T">Schedule message in qRFC environment</Trace>
      <Trace level="1" type="T">Setup qRFC Scheduler OK!</Trace>
      <Trace level="1" type="T">----
    </Trace>
      <Trace level="1" type="T">Going to persist message</Trace>
      <Trace level="1" type="T">NOTE: The following trace entries are always lacking</Trace>
      <Trace level="1" type="T">- Exit WRITE_MESSAGE_TO_PERSIST</Trace>
      <Trace level="1" type="T">- Exit CALL_PIPELINE_ASYNC</Trace>
      <Trace level="1" type="T">Async barrier reached. Bye-bye !</Trace>
      <Trace level="1" type="T">----
    </Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_TO_PERSIST" />
    - <!--  ************************************
      -->
      <Trace level="1" type="B" name="CL_XMS_MAIN-PERSIST_READ_MESSAGE" />
      <Trace level="1" type="T">Note: the following trace entry is written delayed (after read from persist)</Trace>
      <Trace level="1" type="B" name="SXMS_ASYNC_EXEC" />
    - <!--  ************************************
      -->
      <Trace level="1" type="T">----
    </Trace>
      <Trace level="1" type="T">Starting async processing with pipeline CENTRAL</Trace>
      <Trace level="1" type="T">system-ID = XID</Trace>
      <Trace level="1" type="T">client = 700</Trace>
      <Trace level="1" type="T">language = E</Trace>
      <Trace level="1" type="T">user = ANNA</Trace>
      <Trace level="1" type="Timestamp">2005-04-12T06:52:37Z CET</Trace>
      <Trace level="1" type="T">----
    </Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PIPELINE_SYNC" />
    - <!--  ************************************
      -->
      <Trace level="1" type="T">Get definition of external pipeline CENTRAL</Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-LOOKUP_INTERNAL_PL_ID" />
      <Trace level="1" type="T">Corresponding internal pipeline SAP_CENTRAL</Trace>
    - <Trace level="1" type="B" name="PLSRV_RECEIVER_DETERMINATION">
    - <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV">
    - <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV_LOCAL">
    - <Trace level="1" type="B" name="CL_RD_PLSRV-ENTER_PLSRV">
      <Trace level="1" type="T">R E C E I V E R - D E T E R M I N A T I O N</Trace>
      <Trace level="1" type="T">Cache Content is up to date</Trace>
      </Trace>
      </Trace>
      </Trace>
      </Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_LOG_TO_PERSIST" />
    - <Trace level="1" type="B" name="PLSRV_INTERFACE_DETERMINATION">
    - <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV">
    - <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV_LOCAL">
    - <Trace level="1" type="B" name="CL_ID_PLSRV-ENTER_PLSRV">
      <Trace level="1" type="T">I N T E R F A C E - D E T E R M I N A T I O N</Trace>
      <Trace level="1" type="T">Cache Content is up to date</Trace>
      </Trace>
      </Trace>
      </Trace>
      </Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_LOG_TO_PERSIST" />
      <Trace level="1" type="B" name="PLSRV_RECEIVER_MESSAGE_SPLIT" />
    - <!--  ************************************
      -->
    - <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV">
    - <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV_LOCAL">
      <Trace level="1" type="B" name="CL_XMS_PLSRV_RECEIVER_SPLIT-ENTER_PLSRV" />
    - <!--  ************************************
      -->
      <Trace level="1" type="T">number of receivers: 1</Trace>
      <Trace level="1" type="T">Single-receiver split case</Trace>
      <Trace level="1" type="T">Post-split internal queue name = XBTO3___0000</Trace>
      <Trace level="1" type="T">----
    </Trace>
      <Trace level="1" type="T">Persisting single message for post-split handling</Trace>
      <Trace level="1" type="T" />
      <Trace level="1" type="T">Going to persist message + call qRFC now...</Trace>
      <Trace level="1" type="T">NOTE: The following trace entries are always lacking</Trace>
      <Trace level="1" type="T">- Exit WRITE_MESSAGE_TO_PERSIST</Trace>
      <Trace level="1" type="T">Async barrier reached. Bye-bye !</Trace>
      <Trace level="1" type="T">----
    </Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_TO_PERSIST" />
    - <!--  ************************************
      -->
      <Trace level="1" type="B" name="CL_XMS_MAIN-PERSIST_READ_MESSAGE" />
      <Trace level="1" type="T">Note: the following trace entry is written delayed (after read from persist)</Trace>
      <Trace level="1" type="B" name="SXMS_ASYNC_EXEC" />
    - <!--  ************************************
      -->
      <Trace level="1" type="T">----
    </Trace>
      <Trace level="1" type="T">Starting async processing with pipeline CENTRAL</Trace>
      <Trace level="1" type="T">system-ID = XID</Trace>
      <Trace level="1" type="T">client = 700</Trace>
      <Trace level="1" type="T">language = E</Trace>
      <Trace level="1" type="T">user = ANNA</Trace>
      <Trace level="1" type="Timestamp">2005-04-12T06:52:37Z CET</Trace>
      <Trace level="1" type="T">----
    </Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PIPELINE_SYNC" />
    - <!--  ************************************
      -->
      <Trace level="1" type="T">Get definition of external pipeline CENTRAL</Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-LOOKUP_INTERNAL_PL_ID" />
      <Trace level="1" type="T">Corresponding internal pipeline SAP_CENTRAL</Trace>
      <Trace level="1" type="T">Start with pipeline element PLEL= 5EC3C53B4BB7B62DE10000000A1148F5</Trace>
    - <Trace level="1" type="B" name="PLSRV_MAPPING_REQUEST">
    - <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV">
    - <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV_LOCAL">
    - <Trace level="1" type="B" name="CL_MAPPING_XMS_PLSRV3-ENTER_PLSRV">
      <Trace level="1" type="T">Interface Mapping urn:XI_to_XI_Simulation MATMAS04_MATMAS04</Trace>
      <Trace level="1" type="T">*** APPLICATION TRACE TRUNCATED (for more details see LogViewer)***</Trace>
      </Trace>
      </Trace>
      </Trace>
      </Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_LOG_TO_PERSIST" />
    - <Trace level="1" type="B" name="PLSRV_OUTBOUND_BINDING">
    - <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV">
      <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV_LOCAL" />
    - <!--  ************************************
      -->
    - <Trace level="1" type="B" name="CL_XMS_PLSRV_OUTBINDING-ENTER_PLSRV">
      <Trace level="1" type="T">processing the outbound binding</Trace>
      <Trace level="1" type="T">search outbound bindings</Trace>
      <Trace level="1" type="T">outbound bindings found</Trace>
      </Trace>
      </Trace>
      </Trace>
      </Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_LOG_TO_PERSIST" />
      <Trace level="1" type="B" name="PLSRV_CALL_ADAPTER" />
    - <!--  ************************************
      -->
      <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV" />
    - <!--  ************************************
      -->
      <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV_LOCAL" />
    - <!--  ************************************
      -->
    - <Trace level="1" type="B" name="CL_XMS_PLSRV_IE_ADAPTER-ENTER_PLSRV">
      <Trace level="1" type="T">Sender: Header mapped to</Trace>
      <Trace level="1" type="T">Party =</Trace>
      <Trace level="1" type="T">Agency =</Trace>
      <Trace level="1" type="T">Scheme =</Trace>
      <Trace level="1" type="T">Service = DEV</Trace>
      <Trace level="1" type="T">Receiver: Header mapped to</Trace>
      <Trace level="1" type="T">Party =</Trace>
      <Trace level="1" type="T">Agency =</Trace>
      <Trace level="1" type="T">Scheme =</Trace>
      <Trace level="1" type="T">Service = XIT</Trace>
      <Trace level="1" type="T">Party denormalization: sender</Trace>
      <Trace level="1" type="T">Sender target scheme =</Trace>
      <Trace level="1" type="T">Sender target agency =</Trace>
      <Trace level="1" type="T">Sender party normalized =</Trace>
      <Trace level="1" type="T">Sender party external =</Trace>
      <Trace level="1" type="T">Party denormalization: receiver</Trace>
      <Trace level="1" type="T">Receiver target scheme =</Trace>
      <Trace level="1" type="T">Receiver target agency =</Trace>
      <Trace level="1" type="T">Receiver party normalized =</Trace>
      <Trace level="1" type="T">Receiver party external =</Trace>
    - <Trace level="1" type="B" name="CL_XMS_PLSRV_CALL_XMB-CALL_XMS_HTTP">
      <Trace level="1" type="System_Error">HTTP-client: error response= <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Error Report</title> <style> td {font-family : Arial, Tahoma, Helvetica, sans-serif; font-size : 14px;} A:link A:visited A:active

    Hi,
    The 'Communication Channel' in Integration Builder was not configured right in the 'Service Number' field. There was a J2EE port instead of HTTP port.
    J2EE port: 5<instance number>00
    HTTP port: 80<instance number>
    Good luck to everyone,
    Dimitry

  • Receiver XI adapter error :HTTP Status Code 200 during Reponse Parsing

    Hi Exeprts,
    My Scenario is mail to ABAP proxy , I have got the bellow error in moni  while testing my secnario .
    Please help me reslove this .
    <?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>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">OK_BUT_NO_XI_MESSAGE</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3>(See attachment HTMLError for details)</SAP:P3>
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:Stack>HTTP Status Code 200 Received But Error During Response Parsing: No XI Response Received XML element Envelope missing in SOAP message header (SAP XI Extension)</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
    Regards
    Upendra

    Hi Mark ,
    No error message in attachement . only it daisplay the following information
    SAP Library
    SAP Library contains the complete documentation for SAP NetWeaver Application Server Java. You can access it by choosing SAP NetWeaver.
          SAP NetWeaver Administrator
    A powerful administration, configuration and monitoring tool, which bundles key administrative tasks to keep your SAP NetWeaver system landscape running. SAP NetWeaver Administrator can be used in a central or local scenario. Here you access the local NetWeaver Administrator.
        System Information
    System information provides administrators with an overview of the system configuration and its state. It shows all of the system's instances and processes, their current state and important parameters (such as ports) that may be required for support cases, as well as the versions of the components installed.
          Services Registry
    The Services Registry is a UDDI based registry that contains definitions of enterprise services and references to their metadata.
       User Management
    The user management administration console provides administrators with the functions they need to manage users, groups, roles, and user-related data in the User Management Engine (UME). Users without administrator permissions can use it to change their user profile.
          UDDI Client
    The UDDI client provides query and publishing functions for UDDI entities to any UDDI compliant registry.
       Web Services Navigator
    Web Services Navigator is a tool that gives you a short overview of a specific Web service based on its WSDL, and enables you to test your Web service by creating and sending a client request to the real end point.
          Web Dynpro
    Web Dynpro is a User Interface technology available within the SAP NetWeaver Developer Studio.
    Various Web Dynpro tools provide administrators and application developers with performance measurement and application administration capabilities. The Web Dynpro runtime is already deployed.  
    Regards
    Upendra

  • HTTP Status Code 200 Received But Error During Response Parsing

    Hi Experts,
    We are testing a simple Proxy(ECC) to File scenario in QA. This interface was working fine in Dev but we are getting the following error here in QA:
    <?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>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">OK_BUT_NO_XI_MESSAGE</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:Stack>HTTP Status Code 200 Received But Error During Response Parsing: No XI Response Received XML element Envelope missing in SOAP message header (SAP XI Extension)</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    We searched other threads but could not get any solution. Please provide suggestions.
    Thank You.
    Regards,
    Anandan

    the problem was due to high volume message (247 MB ) ...Java stack was not able to process this huge message ,that is the reason ,it started automatically  and as a result  , "HTTP Status Code 200 Received But Error During Response Parsing" due to unavailability of AFW during Call adapter step in the pipeline processing...
    We have done the following activities in order to solve this problem....
    increase the value of  icm/HTTP/max_request_size_KB to 512MB
                                        icm/wp_roll_timeout   to maximum
                                        HTTP TIMEOUT to 1800 sec
                                       icm/wp_roll_timeout   to maximum
                                         mpi/total_size_MB  to maximum
                                       mpi/buffer_size  to maximum
    and then increased the maxthreadcount ,maxcontentlength using config tool...
    and also increased the java heap size to maximum....
    After doing everything ,the file has been successfully processed....
    the problem has been resolved...

  • HTTP response contains status code 503

    Hi All,
    Im working on File to JDBC scenario using MsAccess.My file is been picked by XI from the sender folder (im using NFS at the sender side), but it is not inserting the data in the table which i have created on the server.
    When i do SXI_MONI , i'm getting a error in call adapter "HTTP response contains status code 503 with the description Service Unavailable Error while sending by HTTP (error code: 503, error text: Service Unavailable)".
    Plz do help me to solve it.
    Thanks,
    Suma

    Hi,
    503 Service unavailable
    this is because of the server is currently unable to handle the request due to a temporary overloading or maintenance of the server. The implication is that this is a temporary condition which will be alleviated after some delay. If known, the length of the delay MAY be indicated in a Retry-After header. If no Retry-After is given, the client SHOULD handle the response as it would for a 500 response.
    Note: The existence of the 503 status code does not imply that a server must use it when becoming overloaded. Some servers may wish to simply refuse the connection.
    you can go for the possible solution as mentioned below:
    Because of J2EE application com.sap.aii.af.ms.app not active
    1. Try to (re)start the application using the Visual Administrator Choose Server --> Services --> Deploy --> View on Application or restart the J2EE engine.
    2. The problem is that not all J2EE services can be started by the J2EE. i.e Start the Visual Administrator and select Server->Services->Deploy in the tree on the left. On the right-hand side, choose the Runtime tab page. You see a tree in the right window with all applications if you select the APPLICATION radio button. Check if they are running, otherwise choose Start. Usually the J2EE engine starts all services automatically.
    3. Refer SAP Note 803145,807000,791655
    4. In Visual Admin, check if all the required services are running and start them, else restart the Java Stack in the XI server.
    /people/krishna.moorthyp/blog/2006/07/23/http-errors-in-xi /people/vinoth.murugaiyan/blog/2007/08/06/how-to-the-change-the-application-stopped-message
    http://help.sap.com/saphelp_nw04/helpdata/en/64/351941edd5ef23e10000000a155106/frameset.htm
    thanq
    krishna

  • How to Implement HTTP Request Status Code Processing

    I actually have two questions. First, I wondering how to add multiple status code processing to an http request. Secondly, I was wondering how to go about using alternate http requests to different servers in case the primary server is down. What kind of parameter would the program use to determine that the server is unavailable and switch to another server??
    Currently, the program I've written calls an rdf server (http://www.rdfabout.com/sparql) using a sparql query,
    the server returns an xml string, the program parses it, and calculates numbers
    from the string. The program works, but the problem is that the server is down occasionally.
    When the server is down, we need to add calls to another server to
    increase reliability. So, the next task is to call this server:
    http://www.melissadata.com/lookups/ZipDemo2000.asp
    I need to do exactly the same things I did with the rdf server. The
    difference will be constructing a request and a bit different parsing of
    the response.
    current SPARQL query is defined as follows:
    PREFIX dc:  <http://purl.org/dc/elements/1.1/>
    PREFIX census: <http://www.rdfabout.com/rdf/schema/census/>
    PREFIX census1: <tag:govshare.info,2005:rdf/census/details/100pct/>
    DESCRIBE ?table WHERE {
    <http://www.rdfabout.com/rdf/usgov/geo/census/zcta/90292> census:details
    ?details .
    ?details census1:totalPopulation ?table .
    ?table dc:title "SEX BY AGE (P012001)" .
    }current HTTP Request is defined as follows:
    import java.net.*;
    import java.net.URL;
    import java.net.URLConnection;
    import java.io.*;
    import java.io.DataOutputStream;
    import java.io.BufferedReader;
    import java.io.StringReader;
    import java.io.InputStreamReader;
    import java.io.PrintStream;
    import java.util.Scanner;
    import java.util.regex.Matcher;
    import java.util.regex.Pattern;
    import java.util.Arrays; 
    public class MyConnection
         static Scanner sc = new Scanner(System.in);//allows user to input zipcode
        public static void main(String[] args) throws Exception
             int zip;//zipcode is declared as integer format
            //User defines zip through input
            //proceed to put SPARQL query into string, which is then used to call the server
            String requestPart1 =
            "query=PREFIX+dc%3A++%3Chttp%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%3E+%0D%0APREFIX+census%3A+%3Chttp%3A%2F%2Fwww.rdfabout.com%2Frdf%2Fschema%2Fcensus%2F%3E+%0D%0APREFIX+census1%3A+%3Ctag%3Agovshare.info%2C2005%3Ardf%2Fcensus%2Fdetails%2F100pct%2F%3E+%0D%0A%0D%0ADESCRIBE+%3Ftable+WHERE+%7B+%0D%0A+%3Chttp%3A%2F%2Fwww.rdfabout.com%2Frdf%2Fusgov%2Fgeo%2Fcensus%2Fzcta%2F";
            String requestPart2 = "" + zip; // zipcode is transformed from int to string format and plugged into SPARQL query here
            String requestPart3 =
            "%3E+census%3Adetails+%3Fdetails+.+%0D%0A+%3Fdetails+census1%3AtotalPopulation+%3Ftable+.+%0D%0A+%3Ftable+dc%3Atitle+%22SEX+BY+AGE+%28P012001%29%22+.+%0D%0A%7D%0D%0A&outputMimeType=text%2Fxml";
            String response = "";
            URL url = new URL("http://www.rdfabout.com/sparql");//designates server to connect to
            URLConnection conn = url.openConnection();//opens connection to server
            // Set connection parameters.
            conn.setDoInput (true);
            conn.setDoOutput (true);
            conn.setUseCaches (false);
            // Make server believe we are form data…
            conn.setRequestProperty("Content-Type","application/x-www-form-urlencoded");
            DataOutputStream out = new DataOutputStream (conn.getOutputStream ());
            // Write out the bytes of the content string to the stream.
            out.writeBytes(requestPart1 + requestPart2 + requestPart3);
            out.flush ();
            out.close ();
            // Read response from the input stream.
            BufferedReader in = new BufferedReader (new InputStreamReader(conn.getInputStream ()));
            String temp;
            while ((temp = in.readLine()) != null)
                 response += temp + "\n";
            temp = null;
            in.close ();
            //parsing stuff is taken care of after here
    }What remains now is to:
    1) add status code processing: notify if the server is not available, ect.
    2) add ability to connect to additional server if primary server is down.
    I'm thinking an if/else statement, which I've tried a few different ways,
    but I don't quite know how to implement that...Also trying to add the
    status code processing/error handling, but I'm not sure how to do that
    for multiple/different errors, such as 404, 503, 504, ect.. try/catch statements?
    So yeah, just been scratching my head on this trying to figure out how to work it..
    If you can help me out on this, I've been going nuts trying to figure this out...

    I think your issue comes form the fact that you are not casting URLConnection to HttpURLConnection.
    Doing the cast would allow you to use getResponseCode() - among other methods - and test for a response different than 200.
    Read: [http://mindprod.com/jgloss/urlconnection.html|http://mindprod.com/jgloss/urlconnection.html]

Maybe you are looking for

  • How do I find out my BT Broadband username?

    I need this because I shall want to use my existing router if my equipment doesn't turn up on my switch date, which I think is quite possible judging on past performance from BT on this order (six weeks in, I had to minutely spell my address three ti

  • Photoshop crashes when rearranging layers in layer window.

    Photoshop crashes when rearranging layers in layer window.  I'm using Photoshop CS4 Extended on a MacBook Pro purchased 5 months ago. I have tried restarting the computer.  I am able to rearrange layers with the hot keys.

  • Viewing Approval Workflow as a Customer

    Viewing Approval Workflow as a Customer I have a service where there are five service group authorizations.  When viewing the submitted requisition as a customer, the following delivery process is presented: --- Delivery Process --- Service Group Aut

  • Help with stock charts

    Is there any proper documentation / tutorial / help for creating stock charts in Calc? The built-in Help says almost nothing, and I can't find anything online.

  • Nokia5300 the video clip "format"

    Hi ! i bought a nokia5300 and i try to install video clips on my phone throught my computer. But My mobile dont recognize the "wma" files. sO, does it exist a format type for the video clip on the nokia5300??? A french lost in forest... Merci !