Workflow ECC 6.0 error

Hi all,
we have created a custom workflow and the workflow called in F110 tcode. in F110 we add on button for triggering workflow. in 4.7 it's working fine.
but in ECC 6.0 we have got an error.
ERROR :
1. The calling of the object method for the work item ended with a return value for which no handling is modeled in the workflow.
Executing batch work item Work item 000000703305: Object ZBUSF110 method ZWF_SEGGREGATE_US_UNAME cannot be executed WF-BATCH 06/25/2008 - 15:00:50
EXECUTE_METHOD_OBJECT_SYNC The source and target structure have a different number of fields WF-BATCH 06/25/2008 - 15:00:50
EXECUTE_METHOD_BOR The source and target structure have a different number of fields WF-BATCH 06/25/2008 - 15:00:50
IMPORT_FROM_BOR_CONTAINER The source and target structure have a different number of fields WF-BATCH 06/25/2008 - 15:00:50
thanks

The below program will help you identify if there are any container elements that are referring to undefined Data Dictionary types:
*& Report  ZBC_CHECK_CONTAINER_ELEMENTS
*& Written by Edwin Vleeshouwers
*& Reason: When upgrading from 4.6C to ECC 6.0, workflows may cause
*&         problems. If an element in the workflow is referring to a
*&         Data Dictionary element that is no longer existing, the
*&         workflow builder will not be accessible. Also the workflow
*&         will fail.
*& Correction measures and tools:
*& 1. Identify the customer workflows which have elements that refer
*&    to undefined elements.
*& 2. EITHER: Add the deleted element to the dictionary again.
*&    Then correct the workflow (you can now enter the workflow builder).
*&    Then delete the dictionary element again,
*&    OR: use program RSWF_CNT_BOR_ELEM_REPLACE to replace the
*&    references to ZTABLE-VKORG with TVKO-VKORG (for example).
*&    But, make sure that the type is the same.
*& Please note:
*& The program reads the container elements from table SWDSWFCONT.
*& In the new SAP release this table is no longer used. Instead,
*& table SWDSCONT is used. So there might be newer versions in your
*& system (created in ECC6.0).
*& But this is not a problem. We just need to find out which elements
*& were used in the 4.6C version of the workflow. These need to be
*& replaced with correct data dictionary elements that actually exist.
REPORT zbc_check_container_elements.
DATA: swdswfcont TYPE swdswfcont.
DATA: ta_swdswfcont    TYPE STANDARD TABLE OF swdswfcont.
DATA: wa_swdswfcont    TYPE swdswfcont.
DATA: wa_newer_version TYPE swdswfcont.
DATA: wa_dd03l         TYPE dd03l.
DATA: z_error          TYPE char1.
DATA: tp_text          TYPE char255.
DATA: ltp_tabix        TYPE sy-tabix.
DATA: ltp_fromindex    TYPE sy-tabix.
SELECT-OPTIONS: so_wfdid FOR swdswfcont-wfd_id.
START-OF-SELECTION.
* Select old definitions:
  SELECT *
         FROM swdswfcont
         INTO TABLE ta_swdswfcont
         WHERE wfd_id    IN so_wfdid
         AND   refstruct <> space
         AND   reffield  <> space
         AND   refstruct <> 'SY'
         AND   reftype   = 'D'
         AND   version   <> '9999'.
END-OF-SELECTION.
  SORT ta_swdswfcont BY wfd_id  ASCENDING
                        version ASCENDING.
* Delete all versions except the last:
  LOOP AT ta_swdswfcont INTO wa_swdswfcont.
    ltp_tabix = sy-tabix.
    ltp_fromindex = sy-tabix + 1.
    LOOP AT ta_swdswfcont INTO wa_newer_version
                                FROM ltp_fromindex
                                WHERE wfd_id  = wa_swdswfcont-wfd_id
                                AND   element = wa_swdswfcont-element.
      IF sy-subrc = 0.
        DELETE ta_swdswfcont where wfd_id  = wa_swdswfcont-wfd_id
                             and   version = wa_swdswfcont-version.
        EXIT.
      ENDIF.
    ENDLOOP.
  ENDLOOP.
* Now check:
  LOOP AT ta_swdswfcont INTO wa_swdswfcont.
    SELECT SINGLE * FROM dd03l INTO  wa_dd03l
                               WHERE tabname =   wa_swdswfcont-refstruct
                               AND   fieldname = wa_swdswfcont-reffield.
    IF sy-subrc <> 0.
      CONCATENATE '|'
                  'Incorrect reference in Workflow:' wa_swdswfcont-wfd_id '|'
                  'Version:' wa_swdswfcont-version '|'
                  'Container element:' wa_swdswfcont-element
                  'refers to Table:' wa_swdswfcont-refstruct
                  'Field:' wa_swdswfcont-reffield
                  INTO tp_text
                  SEPARATED BY space.
      WRITE: / tp_text.
      z_error = 'X'.
    ENDIF.
  ENDLOOP.
  IF z_error = 'X'.
    WRITE: / sy-uline.
    WRITE: / 'Please note that there may be newer versions already.', 'Errors may already have been corrected.'.
    WRITE: / 'The data represented here is as it was in 4.6C.', 'It allows you to check if there were elements used in 4.6C'.
    WRITE: / 'that referred to undefined Data Dictionary elements'.
    WRITE: / sy-uline.
    WRITE: / 'CORRECT with program RSWF_CNT_BOR_ELEM_REPLACE (note 939489)'.
    WRITE: / sy-uline.
  ENDIF.

Similar Messages

  • Workflow condition to check error records in a multi line container element

    Hi All,
    My requirement is to change a standard workflow in which below condtion is checked and subsequent action is taken.
    The condtion checks a return internal table contains a row or not. Now the problem is for success and Information messages
    also the return table contains entries and the condition is becoming true. Subsequently workflow follows error recovery steps when there is no error.
    SAP suggests a note with manual corrections and mentions to change the condition to check whether error records are there. So can we enhance the condition &return& NX to something that it checks error records. I dont want to create a new step and go to business object method to delete non error records.
    Please let me know if this condition can be enhanced.
    Thanks in Advance.
    Aleem Mohiuddin.

    Dear Aleem,
    As this is sap standard workflow, should report this error and wait for feed back. Or add a loop step before of this check any E messages inside, if yes put a errflg as x other wise keep as blank.
    Best of luck.
    Regards,
    Ranjith

  • How to restart an workflow if ended in error at SEND Mail step.

    Hello All
          I am facing some problem in restarting the error workflow.
    Issue is:
       Workflow ended in error at the mail notification step, since the mail id is not filled into the container so there is no address (mail id) and ended in error.
       How to restart these kinds of workflow in the system?, we have tried to change the container value by assigning mail id and restarted the workflow but still went into error.
    Is it possible to restart an workflow which ended in error other than rule resolution.
    Regards
    Anand KS

    I think you went in the write approach. I think you have to change the container properly by populating the ADDRESSTRING container element. Also check whether type of email recipient in your container is et to Email.
    Thanks
    Arghadip

  • "No workflow started. Application error occured"

    Dear Gurus,
    Our user has encounter approval workflow problem. Shopping cart was created and ordered with status "Awaiting Approval". However, when viewing "Approval Overview", it shows that "No workflow started. Application error occured".
    Approver has access to SAP and roles had been assigned.
    I've checked table SWW_WI2OBJ and there is workflow created in SAP. However, it shows as error on the web.
    Any idea what caused this error?
    rgds,
    Santthi.

    Hi,
    Go to SWDD and from Header find out whether you have an active version for your workflow.
    Seems like the BUS 2201 is not able to determine any of the active workflows.
    OR,
    Go to SWUD and test with your workflow template and see if any error exists.
    It will show :" Workflow definition doesnot exist WD 401 " error if you dont have an active version.
    Try to create an active version for your workflow if this is the issue.
    Best regards,
    Sridhar

  • Workflow tasks related to error processing when u201Cinvoices received via EDI"

    Hi all,
    Please tell me the process like how an workflow tasks related to error processing when u201Cinvoices received via EDI".
    Give me in details the inform.
    Thanks in advance
    Chakri

    Hi Sven,
    Please implement SAP Note: 1321676 in your backend system to solve the current issue.
    But later you will have to implement SAP Note: 1380788 also in your backend system to solve some other issues.
    Regards,
    Binson

  • Workflows which went into error

    Hi,
    Is there any standard way to determine which all workflows moved into ERROR status for the given time
    period? The transaction SWI2_DIAG will give you workflows which are in ERROR, but there they check
    the workflow creation time.
    Thanks,
    Aravind

    That one is workitem creation date and time. I want the time during which workitem moves into error status.
    Workitem might be created today, but the status might change to ERROR tomorrow.
    Thanks,
    Aravind

  • E-Recruiting Workflow after Data Entry Error

    Greetings,
    The E-Recruiting Workflow after Data Entry Error enables you to change and internal or external application that was entered manually.  If for example, you enter the application to the incorrect reference code, you can assign a different one.  As a result the status of the original application is set to rejected with the status reason of "Replaced by new Application".
    My question is why doesn't the candidacy also get set to rejected?  Although the application is rejected, the candidacy is still in process and so this candidate will continue to show on the Candidate Shortlist for the requistion.  There is nothing that I can tell that will stop a recruiter from continuing to recruit this candidate.  I am thinking of changing the workflow to also reject the candidacy, but before I do that, I want to know if there is an error in my thought process here.
    Can anyone shed some light on this?
    Thanks!

    Hi;
    As far as I know this is how Acrobat works.  You can try to post your question in the Acrobat Forms Forums, you might get more help on this specific issue there since this isn't unique to FormsCentral forms: http://forums.adobe.com/community/acrobat/forms
    Thanks,
    Josh

  • Cisco MCS 7835i3 CM 7.1.5, unable to boot giving ECC bit DIMM Error, Urgent help required

    Hi,
    One of our client is using CUCM 7.1.5, on MCS 7835i3. CM is now unable to boot. giving ECC bit DIMM error. We have serviced MCS, then started, it started working but only one hard light is blinking. Is there any problem with hard or something else. As well show hardware logs are attached.
    Please find attached snapshots.
    Regards,
    Humza Khan

    Hi ,
    Try to reseat the RAID controller  i it helps else follow what Terry has said.
    http://www-947.ibm.com/support/entry/portal/docdisplay?lndocid=migr-5074114
    http://public.dhe.ibm.com/systems/support/system_x_pdf/ibm_doc_sraidmr_10i-10.03_user-guide.pdf
    regds,
    aman

  • SAP Lumira 1.17 Connectivity with ECC 6 giving error

    Hi Expert,
    We're on SAP Lumira 1.17 and I'm getting attached error when I'm connecting with EC 6 via Query with SQL. I've attached the error log. Can you someone please look into this , how can I resolve this error to connect with ECC.
    I'm trying

    Hi Antoine,
    Thanks for response.
    Are you able to connect to this ECC system using either:
    - a SAP tool like SAP logon
    Yes, I can.
    - a BI tool like information design tool (if you have access to it)
    Yes, I can access. I can also connect UNX universe which is built on ECC with Webi as well. It's only in Lumira which is not working.
    -Can you try from SAP Lumira changing the language used?
    Yes, I tried to change different language (US and UK both) but not working.
    -As the base error from your log file raised from ECC is
    This error log is generated from Lumira only.
    Thanks,
    Pawan

  • SharePoint Designer workflow gives Claims Authentication error for some users. Problem getting output claims identity. The specified user or domain group was not found.

    We have a SharePoint Enterprise 2013 system at RTM level.  We've installed Workflow Manager 1.0 by following the steps at
    http://technet.microsoft.com/en-us/library/jj658588.aspx.  For the final step of Validating the Installation we created a simple list-level workflow and verified that the workflow
    is invoked successfully.  This is working successfully, but only for a single user.  If other users in the same site collection try to invoke the workflow on this same list we get the ULS Log Error:
    Claims Authentication          af3zp Unexpected STS Call Claims Saml: Problem getting output claims identity. Exception: 'Microsoft.SharePoint.SPException: The specified user or domain group was not found. --->
    System.Security.Principal.IdentityNotMappedException: Some or all identity references could not be translated.
    followed by:
    Failed to issue new security token. Exception: Microsoft.SharePoint.SPException: The specified user or domain group was not found. ---> System.Security.Principal.IdentityNotMappedException: Some or all identity references could not be translated.
    (as details below).
    All accounts that are attempting to use the Test Workflow (both working and non-working user accounts) are valid AD accounts and are included in the User Profile Sync that runs nightly.  All have Contribute or Design permission level (and for testing,
    Full Control). 
    What could cause the Claims Authentication to fail when certain users attempt to launch the workflow?
    Thank you for your response.
    Jim Mac.
    08/29/2013 10:22:51.94  w3wp.exe (0x2020)                        0x26D8 SharePoint Foundation        
     Claims Authentication          af3zp Unexpected STS Call Claims Saml: Problem getting output claims identity. Exception: 'Microsoft.SharePoint.SPException: The specified user or domain group was
    not found. ---> System.Security.Principal.IdentityNotMappedException: Some or all identity references could not be translated.     at System.Security.Principal.NTAccount.Translate(IdentityReferenceCollection sourceAccounts, Type targetType,
    Boolean forceSuccess)     at System.Security.Principal.NTAccount.Translate(Type targetType)     at Microsoft.SharePoint.Administration.Claims.SPClaimProviderManager.GetProviderUserKeyClaim(IClaimsIdentity claimsIdentity,
    SPClaim loginClaim)     --- End of inner exception stack trace ---     at Microsoft.SharePoint.Administration.Claims.SPClaimProviderManager.GetProviderUserKeyClaim(IClaimsIdentity claimsIdent... 94aa5c2d-fa45-9b83-b203-a92b20102583
    08/29/2013 10:22:51.94* w3wp.exe (0x2020)                        0x26D8 SharePoint Foundation        
     Claims Authentication          af3zp Unexpected ...ity, SPClaim loginClaim)     at Microsoft.SharePoint.Administration.Claims.SPClaimProviderManager.GetProviderUserKey(String
    encodedIdentityClaimSuffix)     at Microsoft.SharePoint.IdentityModel.SPSecurityTokenService.CreateTokenCacheReferenceFromTokenSignature(SPRequestInfo requestInfo, IClaimsIdentity identity)     at Microsoft.SharePoint.IdentityModel.SPSecurityTokenService.AugmentTokenCacheReferenceClaim(SPRequestInfo
    requestInfo, IClaimsIdentity identity)     at Microsoft.SharePoint.IdentityModel.SPSecurityTokenService.AugmentOutputIdentityForRequest(SPRequestInfo requestInfo, IClaimsIdentity outputIdentity)     at Microsoft.SharePoint.IdentityModel.SPSecurityTokenService.GetOutputClaimsIdentity(IClaimsPrincipal
    principal, RequestSecurityToken request, Scope scope)'. 94aa5c2d-fa45-9b83-b203-a92b20102583
    08/29/2013 10:22:51.94  w3wp.exe (0x2020)                        0x26D8 SharePoint Foundation        
     Claims Authentication          fo1t Monitorable STS Call: Failed to issue new security token. Exception: Microsoft.SharePoint.SPException: The specified user or domain group was not found. --->
    System.Security.Principal.IdentityNotMappedException: Some or all identity references could not be translated.     at System.Security.Principal.NTAccount.Translate(IdentityReferenceCollection sourceAccounts, Type targetType, Boolean forceSuccess)    
    at System.Security.Principal.NTAccount.Translate(Type targetType)     at Microsoft.SharePoint.Administration.Claims.SPClaimProviderManager.GetProviderUserKeyClaim(IClaimsIdentity claimsIdentity, SPClaim loginClaim)    
    --- End of inner exception stack trace ---     at Microsoft.SharePoint.Administration.Claims.SPClaimProviderManager.GetProviderUserKeyClaim(IClaimsIdentity claimsIdentity, SPClaim logi... 94aa5c2d-fa45-9b83-b203-a92b20102583
    08/29/2013 10:22:51.94* w3wp.exe (0x2020)                        0x26D8 SharePoint Foundation        
     Claims Authentication          fo1t Monitorable ...nClaim)     at Microsoft.SharePoint.Administration.Claims.SPClaimProviderManager.GetProviderUserKey(String encodedIdentityClaimSuffix)    
    at Microsoft.SharePoint.IdentityModel.SPSecurityTokenService.CreateTokenCacheReferenceFromTokenSignature(SPRequestInfo requestInfo, IClaimsIdentity identity)     at Microsoft.SharePoint.IdentityModel.SPSecurityTokenService.AugmentTokenCacheReferenceClaim(SPRequestInfo
    requestInfo, IClaimsIdentity identity)     at Microsoft.SharePoint.IdentityModel.SPSecurityTokenService.AugmentOutputIdentityForRequest(SPRequestInfo requestInfo, IClaimsIdentity outputIdentity)     at Microsoft.SharePoint.IdentityModel.SPSecurityTokenService.GetOutputClaimsIdentity(IClaimsPrincipal
    principal, RequestSecurityToken request, Scope scope)     at Microsoft.IdentityModel.Securi... 94aa5c2d-fa45-9b83-b203-a92b20102583
    08/29/2013 10:22:51.94* w3wp.exe (0x2020)                        0x26D8 SharePoint Foundation        
     Claims Authentication          fo1t Monitorable ...tyTokenService.SecurityTokenService.Issue(IClaimsPrincipal principal, RequestSecurityToken request)     at Microsoft.SharePoint.IdentityModel.SPSecurityTokenService.Issue(IClaimsPrincipal
    principal, RequestSecurityToken request) 94aa5c2d-fa45-9b83-b203-a92b20102583

    Hi Aries,
    I am facing issue with work flow where Workflow goes to Suspend mode.
    I am facing an issue with SP2013 Custom Workflow developed using Visual Studio 2012.
    Objective of the Custom workflow: User fills the form and submit, list get updated and workflow will initiate and go for the process.
    Issue: After the deployment of WF, for first time when user is filling the form and submit, list is getting updated. But the Workflow Goes to "Suspend" mode. (
    This Custom Workflow has a configuration file where we are providing other details including ID of Impersonator (farm is running under Claim Based Authentication).
    Work flow works fine once when the Impersonator initiate the workflow (Fill the form and submit for approval) and everything works fine after that.
    Following steps are already performed
    1.Make sure User profile synchronization is started.
    2.Make sure the user is not the SharePoint system user.
    3.Make sure the user by whom you are logged is available in User Profile list.
    4.Step full synchronization of User Profile Application.
    From the ULS logs it seems the user's security token from the STS service and User profile service is not being issued.
    Appreciate any thoughts or solution.
    Following are the log files.
    <-------------------------------Information taken from "http://YYYY.XXXXX.com/sites/xxxx/_layouts/15/wrkstat.aspx" where it is showing workflow status as "Suspend"------->
    http://yyyy.XXXX.com/sites/xxxx/_vti_bin/client.svc/sp.utilities.utility.ResolvePrincipalInCurrentcontext(input=@ParamUser,scopes='15',sources='15',inputIsEmailOnly='false',addToUserInfoList='False')?%40ParamUser='i%3A0%23.w%7CXXXXX%5Csps_biscomdev'
    Correlation Id: f5bd8793-a53c-2127-bfb1-70bc172425e8 Instance Id: 14a985a0-60c8-42db-a42c-c752190b8106
    RequestorId: f5bd8793-a53c-2127-0000-000000000000. Details: RequestorId: f5bd8793-a53c-2127-0000-000000000000. Details: An unhandled exception occurred during the execution of the workflow instance. Exception details: System.ApplicationException: HTTP 401
    {"error_description":"The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug>
    configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework SDK documentation and inspect the server trace logs."} {"x-ms-diagnostics":["3001000;reason=\"There
    has been an error authenticating the request.\";category=\"invalid_client\""],"SPRequestGuid":["f5bd8793-a53c-2127-8654-672758a68234"],"request-id":["f5bd8793-a53c-2127-8654-672758a68234"],"X-FRAME-OPTIONS":["SAMEORIGIN"],"SPRequestDuration":["34"],"SPIisLatency":["0"],"Server":["Microsoft-IIS\/7.5"],"WWW-Authenticate":["Bearer
    realm=\"b14e1e0f-257f-42ec-a92d-377479e0ec8d\",client_id=\"00000003-0000-0ff1-ce00-000000000000\",trusted_issuers=\"00000005-0000-0000-c000-000000000000@*,[email protected]79e0ec8d\"","NTLM"],"X-Powered-By":["ASP.NET"],"MicrosoftSharePointTeamServices":["15.0.0.4420"],"X-Content-Type-Options":["nosniff"],"X-MS-InvokeApp":["1;
    RequireReadOnly"],"Date":["Fri, 10 Apr 2015 19:48:07 GMT"]} at Microsoft.Activities.Hosting.Runtime.Subroutine.SubroutineChild.Execute(CodeActivityContext context) at System.Activities.CodeActivity.InternalExecute(ActivityInstance
    instance, ActivityExecutor executor, BookmarkManager bookmarkManager) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)
    ULS Log
    04/16/2015 15:22:03.70 w3wp.exe (0x1C74) 0x1AB8 SharePoint Foundation Authentication Authorization agb9s Medium OAuth request. IsAuthenticated=False, UserIdentityName=, ClaimsCount=0 f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.70 w3wp.exe (0x1C74) 0x1AB8 SharePoint Foundation Runtime ajd6k Verbose Value for isAnonymousAllowed is : False f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.70 w3wp.exe (0x1C74) 0x1AB8 SharePoint Foundation Runtime ajd6l Verbose Value for checkAuthenticationCookie is : True f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.70 w3wp.exe (0x1C74) 0x1AB8 SharePoint Foundation General 6t8b Verbose Looking up context  site
    http://inetdev:80/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly in the farm SharePoint_Config_QA f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.70 w3wp.exe (0x1C74) 0x1AB8 SharePoint Foundation General 6t8d Verbose Looking up the additional information about the typical site
    http://inetdev:80/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly. f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.71 w3wp.exe (0x1C74) 0x1AB8 SharePoint Foundation General 6t8f Verbose Site lookup is replacing
    http://inetdev:80/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly with the alternate access url
    http://inetdev. f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.71 w3wp.exe (0x1C74) 0x1AB8 SharePoint Foundation General 6t8g Verbose Looking up typical site
    http://inetdev:80/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly in web application SPWebApplication Name=SPDEV - 80. f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.71 w3wp.exe (0x1C74) 0x1AB8 SharePoint Foundation General 6t8h Verbose Found typical site /sites/testrpa2 (407ba20c-079b-4b99-9e70-f86e6e13ddde) in web application SPWebApplication Name=SPDEV - 80. f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.71 w3wp.exe (0x1C74) 0x1AB8 SharePoint Foundation General 6t8b Verbose Looking up context  site
    http://inetdev:80/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly in the farm SharePoint_Config_QA f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.71 w3wp.exe (0x1C74) 0x1AB8 SharePoint Foundation General 6t8d Verbose Looking up the additional information about the typical site
    http://inetdev:80/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly. f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.71 w3wp.exe (0x1C74) 0x1AB8 SharePoint Foundation General 6t8f Verbose Site lookup is replacing
    http://inetdev:80/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly with the alternate access url
    http://inetdev. f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.71 w3wp.exe (0x1C74) 0x1AB8 SharePoint Foundation General 6t8g Verbose Looking up typical site
    http://inetdev:80/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly in web application SPWebApplication Name=SPDEV - 80. f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.71 w3wp.exe (0x1C74) 0x1AB8 SharePoint Foundation General 6t8h Verbose Found typical site /sites/testrpa2 (407ba20c-079b-4b99-9e70-f86e6e13ddde) in web application SPWebApplication Name=SPDEV - 80. f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.71 w3wp.exe (0x1C74) 0x1AB8 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:http://inetdev:80/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly)). Execution Time=18.7574119057031 f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.71 w3wp.exe (0x1C74) 0x1AB8 SharePoint Foundation General 6t8b Verbose Looking up context  site
    http://inetdev:80/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly in the farm SharePoint_Config_QA f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.71 w3wp.exe (0x1C74) 0x1AB8 SharePoint Foundation General 6t8d Verbose Looking up the additional information about the typical site
    http://inetdev:80/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly. f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.71 w3wp.exe (0x1C74) 0x1AB8 SharePoint Foundation General 6t8f Verbose Site lookup is replacing
    http://inetdev:80/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly with the alternate access url
    http://inetdev. f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.71 w3wp.exe (0x1C74) 0x1AB8 SharePoint Foundation General 6t8g Verbose Looking up typical site
    http://inetdev:80/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly in web application SPWebApplication Name=SPDEV - 80. f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.71 w3wp.exe (0x1C74) 0x1AB8 SharePoint Foundation General 6t8h Verbose Found typical site /sites/testrpa2 (407ba20c-079b-4b99-9e70-f86e6e13ddde) in web application SPWebApplication Name=SPDEV - 80. f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.73 PowerShell.exe (0x29BC) 0x2B9C SharePoint Foundation General narq Verbose Releasing SPRequest with allocation Id {AF89E1D7-C47F-467B-8FD4-D7DC768820EE} 
    04/16/2015 15:22:03.73 w3wp.exe (0x1C74) 0x183C SharePoint Foundation General 6t8b Verbose Looking up context  site
    http://inetdev:80/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly in the farm SharePoint_Config_QA 
    04/16/2015 15:22:03.73 w3wp.exe (0x1C74) 0x183C SharePoint Foundation General 6t8d Verbose Looking up the additional information about the typical site
    http://inetdev:80/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly. 
    04/16/2015 15:22:03.73 w3wp.exe (0x1C74) 0x183C SharePoint Foundation General 6t8f Verbose Site lookup is replacing
    http://inetdev:80/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly with the alternate access url
    http://inetdev. 
    04/16/2015 15:22:03.73 w3wp.exe (0x1C74) 0x183C SharePoint Foundation General 6t8g Verbose Looking up typical site
    http://inetdev:80/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly in web application SPWebApplication Name=SPDEV - 80. 
    04/16/2015 15:22:03.73 w3wp.exe (0x1C74) 0x183C SharePoint Foundation General 6t8h Verbose Found typical site /sites/testrpa2 (407ba20c-079b-4b99-9e70-f86e6e13ddde) in web application SPWebApplication Name=SPDEV - 80. 
    04/16/2015 15:22:03.73 w3wp.exe (0x1C74) 0x183C SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:http://inetdev:80/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly)). Parent No 
    04/16/2015 15:22:03.73 w3wp.exe (0x1C74) 0x183C SharePoint Foundation General 6t8b Verbose Looking up context  site
    http://inetdev:80/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly in the farm SharePoint_Config_QA 
    04/16/2015 15:22:03.73 w3wp.exe (0x1C74) 0x183C SharePoint Foundation General 6t8d Verbose Looking up the additional information about the typical site
    http://inetdev:80/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly. 
    04/16/2015 15:22:03.73 w3wp.exe (0x1C74) 0x183C SharePoint Foundation General 6t8f Verbose Site lookup is replacing
    http://inetdev:80/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly with the alternate access url
    http://inetdev. 
    04/16/2015 15:22:03.73 w3wp.exe (0x1C74) 0x183C SharePoint Foundation General 6t8g Verbose Looking up typical site
    http://inetdev:80/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly in web application SPWebApplication Name=SPDEV - 80. 
    04/16/2015 15:22:03.73 w3wp.exe (0x1C74) 0x183C SharePoint Foundation General 6t8h Verbose Found typical site /sites/testrpa2 (407ba20c-079b-4b99-9e70-f86e6e13ddde) in web application SPWebApplication Name=SPDEV - 80. 
    04/16/2015 15:22:03.73 w3wp.exe (0x1C74) 0x183C SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:http://inetdev:80/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly) f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.74 w3wp.exe (0x1C74) 0x183C SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Application Authentication Pipeline). Parent Request (GET:http://inetdev:80/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly) f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.74 w3wp.exe (0x1C74) 0x183C SharePoint Foundation General 6t8b Verbose Looking up context  site
    http://inetdev:80/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly in the farm SharePoint_Config_QA f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.74 w3wp.exe (0x1C74) 0x183C SharePoint Foundation General 6t8d Verbose Looking up the additional information about the typical site
    http://inetdev:80/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly. f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.74 w3wp.exe (0x1C74) 0x183C SharePoint Foundation General 6t8f Verbose Site lookup is replacing
    http://inetdev:80/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly with the alternate access url
    http://inetdev. f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.74 w3wp.exe (0x1C74) 0x183C SharePoint Foundation General 6t8g Verbose Looking up typical site
    http://inetdev:80/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly in web application SPWebApplication Name=SPDEV - 80. f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.74 w3wp.exe (0x1C74) 0x183C SharePoint Foundation General 6t8h Verbose Found typical site /sites/testrpa2 (407ba20c-079b-4b99-9e70-f86e6e13ddde) in web application SPWebApplication Name=SPDEV - 80. f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.75 w3wp.exe (0x1C74) 0x183C SharePoint Foundation Claims Authentication ah25l Medium SPJsonWebSecurityBaseTokenHandler: ValidateActorIsSelfIssuer! Issuer '00000005-0000-0000-c000-000000000000' is not self
    issuer. f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.75 w3wp.exe (0x1C74) 0x183C SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Getting Site Subscription Id). Parent [S2S] Getting token from STS and setting Thread Identity f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.75 w3wp.exe (0x1C74) 0x183C SharePoint Foundation General 6t8b Verbose Looking up context  site
    http://inetdev/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly in the farm SharePoint_Config_QA f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.75 w3wp.exe (0x1C74) 0x183C SharePoint Foundation General 6t8d Verbose Looking up the additional information about the typical site
    http://inetdev/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly. f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.75 w3wp.exe (0x1C74) 0x183C SharePoint Foundation General 6t8f Verbose Site lookup is replacing
    http://inetdev/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly with the alternate access url
    http://inetdev. f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.75 w3wp.exe (0x1C74) 0x183C SharePoint Foundation General 6t8g Verbose Looking up typical site
    http://inetdev:80/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly in web application SPWebApplication Name=SPDEV - 80. f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.75 w3wp.exe (0x1C74) 0x183C SharePoint Foundation General 6t8h Verbose Found typical site /sites/testrpa2 (407ba20c-079b-4b99-9e70-f86e6e13ddde) in web application SPWebApplication Name=SPDEV - 80. f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.75 w3wp.exe (0x1C74) 0x183C SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Getting Site Subscription Id). Execution Time=0.341314329055788 f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.75 w3wp.exe (0x1C74) 0x183C SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Reading token from Cache using token signature). Parent [S2S] Getting token from STS and setting Thread
    Identity f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.76 w3wp.exe (0x1C74) 0x183C SharePoint Foundation General ajji6 High Unable to write SPDistributedCache call usage entry. f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.76 w3wp.exe (0x1C74) 0x183C SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Reading token from Cache using token signature). Execution Time=7.5931438213516 f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.76 w3wp.exe (0x1C74) 0x183C SharePoint Foundation Application Authentication ajwpx Medium SPApplicationAuthenticationModule: Failed to build cache key for user  f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.76 w3wp.exe (0x1C74) 0x183C SharePoint Foundation Topology aeayb Medium SecurityTokenServiceSendRequest: RemoteAddress: 'http://localhost:32843/SecurityTokenServiceApplication/securitytoken.svc' Channel:
    'Microsoft.IdentityModel.Protocols.WSTrust.IWSTrustChannelContract' Action: 'http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Issue' MessageId: 'urn:uuid:fd5eba94-c39d-4667-89bd-089411c87f09' f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.77 w3wp.exe (0x0C48) 0x1318 SharePoint Foundation Topology aeax9 Medium SecurityTokenServiceReceiveRequest: LocalAddress: 'http://c1vspwfe01.vitas.com:32843/SecurityTokenServiceApplication/securitytoken.svc'
    Channel: 'System.ServiceModel.Channels.ServiceChannel' Action: 'http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Issue' MessageId: 'urn:uuid:fd5eba94-c39d-4667-89bd-089411c87f09' f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.77 w3wp.exe (0x0C48) 0x1318 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (ExecuteSecurityTokenServiceOperationServer). Parent No f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.78 w3wp.exe (0x0C48) 0x1318 SharePoint Foundation Claims Authentication ah25l Medium SPJsonWebSecurityBaseTokenHandler: ValidateActorIsSelfIssuer! Issuer '00000005-0000-0000-c000-000000000000' is not self
    issuer. f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.78 w3wp.exe (0x0C48) 0x1318 SharePoint Foundation General narq Verbose Releasing SPRequest with allocation Id {F17590DF-49D9-439D-86BC-5AE6416BB765} f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.78 w3wp.exe (0x0C48) 0x1318 SharePoint Foundation General 6t8b Verbose Looking up  site
    http://inetdev/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly in the farm SharePoint_Config_QA f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.78 w3wp.exe (0x0C48) 0x1318 SharePoint Foundation General 6t8d Verbose Looking up the additional information about the typical site
    http://inetdev/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly. f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.78 w3wp.exe (0x0C48) 0x1318 SharePoint Foundation General 6t8f Verbose Site lookup is replacing
    http://inetdev/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly with the alternate access url
    http://inetdev. f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.78 w3wp.exe (0x0C48) 0x1318 SharePoint Foundation General 6t8g Verbose Looking up typical site
    http://inetdev:80/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly in web application SPWebApplication Name=SPDEV - 80. f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.78 w3wp.exe (0x0C48) 0x1318 SharePoint Foundation General 6t8h Verbose Found typical site /sites/testrpa2 (407ba20c-079b-4b99-9e70-f86e6e13ddde) in web application SPWebApplication Name=SPDEV - 80. f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.78 w3wp.exe (0x0C48) 0x1318 SharePoint Foundation General narq Verbose Releasing SPRequest with allocation Id {3847D5A4-15C6-4AF9-B062-E22BB555DF4F} f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.78 w3wp.exe (0x0C48) 0x1318 SharePoint Portal Server User Profiles ae0s1 High Identity claims mapped to '0' user profiles. Claims: [nameid: '', nii: 'windows', upn: '', smtp: '', sip: ''], User Profiles: f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.78 w3wp.exe (0x0C48) 0x1318 SharePoint Portal Server User Profiles ae0sr Unexpected UserProfileException caught.. Exception Microsoft.Office.Server.Security.UserProfileNoUserFoundException: 3001002;reason=The
    incoming identity is not mapped to any user profile account in SharePoint. Possible cause is that no user profiles are created in user profile database. Contact your administrator.     at Microsoft.Office.Server.Security.UserProfileIdentityClaimMapper.GetSingleUserProfileFromClaimsList(UserProfileManager
    upManager, IEnumerable`1 identityClaims)     at Microsoft.Office.Server.Security.UserProfileIdentityClaimMapper.<>c__DisplayClass2.<GetMappedIdentityClaim>b__0() is thrown. f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.78 w3wp.exe (0x0C48) 0x1318 SharePoint Portal Server User Profiles ae0su High The set of claims could not be mapped to a single user identity. Exception 3001002;reason=The incoming identity is not mapped
    to any user profile account in SharePoint. Possible cause is that no user profiles are created in user profile database. Contact your administrator. has occured.  f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.78 w3wp.exe (0x0C48) 0x1318 SharePoint Foundation Claims Authentication ae0tc High The registered mappered failed to resolve to one identity claim. Exception: Microsoft.Office.Server.Security.UserProfileNoUserFoundException:
    3001002;reason=The incoming identity is not mapped to any user profile account in SharePoint. Possible cause is that no user profiles are created in user profile database. Contact your administrator.     at Microsoft.Office.Server.Security.UserProfileIdentityClaimMapper.GetSingleUserProfileFromClaimsList(UserProfileManager
    upManager, IEnumerable`1 identityClaims)     at Microsoft.Office.Server.Security.UserProfileIdentityClaimMapper.<>c__DisplayClass2.<GetMappedIdentityClaim>b__0()     at Microsoft.SharePoint.SPSecurity.<>c__DisplayClass5.<RunWithElevatedPrivileges>b__3()    
    at Microsoft.SharePoint.Utilities.SecurityContext.RunAsProcess(CodeToRunElevated secureCode)     at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(WaitCallback secureCode, Object param)     at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(CodeToRunElevated
    secureCode)     at Microsoft.Office.Server.Security.UserProfileIdentityClaimMapper.GetMappedIdentityClaim(Uri context, IEnumerable`1 identityClaims)     at Microsoft.SharePoint.IdentityModel.SPIdentityClaimMapperOperations.GetClaimFromExternalMapper(Uri
    contextUri, List`1 claims) f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.78 w3wp.exe (0x0C48) 0x1318 SharePoint Foundation Claims Authentication af3zp Unexpected STS Call Claims Saml: Problem getting output claims identity. Exception: 'Microsoft.Office.Server.Security.UserProfileNoUserFoundException:
    3001002;reason=The incoming identity is not mapped to any user profile account in SharePoint. Possible cause is that no user profiles are created in user profile database. Contact your administrator.     at Microsoft.Office.Server.Security.UserProfileIdentityClaimMapper.GetSingleUserProfileFromClaimsList(UserProfileManager
    upManager, IEnumerable`1 identityClaims)     at Microsoft.Office.Server.Security.UserProfileIdentityClaimMapper.<>c__DisplayClass2.<GetMappedIdentityClaim>b__0()     at Microsoft.SharePoint.SPSecurity.<>c__DisplayClass5.<RunWithElevatedPrivileges>b__3()    
    at Microsoft.SharePoint.Utilities.SecurityContext.RunAsProcess(CodeToRunElevated secureCode)     at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(WaitCallback secureCode, Object param)     at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(CodeToRunElevated
    secureCode)     at Microsoft.Office.Server.Security.UserProfileIdentityClaimMapper.GetMappedIdentityClaim(Uri context, IEnumerable`1 identityClaims)     at Microsoft.SharePoint.IdentityModel.SPIdentityClaimMapperOperations.GetClaimFromExternalMapper(Uri
    contextUri, List`1 claims)     at Microsoft.SharePoint.IdentityModel.SPIdentityClaimMapperOperations.ResolveUserIdentityClaim(Uri contextUri, ClaimCollection inputClaims)     at Microsoft.SharePoint.IdentityModel.SPIdentityClaimMapperOperations.GetIdentityClaim(Uri
    contextUri, ClaimCollection inputClaims, SPCallingIdentityType callerType)     at Microsoft.SharePoint.IdentityModel.SPSecurityTokenService.GetLogonIdentityClaim(SPRequestInfo requestInfo, IClaimsIdentity inputIdentity, IClaimsIdentity
    outputIdentity, SPCallingIdentityType callerType)     at Microsoft.SharePoint.IdentityModel.SPSecurityTokenService.EnsureSharePointClaims(SPRequestInfo requestInfo, IClaimsIdentity outputIdentity, SPCallingIdentityType callerType)    
    at Microsoft.SharePoint.IdentityModel.SPSecurityTokenService.AugmentOutputIdentityForRequest(SPRequestInfo requestInfo, IClaimsIdentity outputIdentity)     at Microsoft.SharePoint.IdentityModel.SPSecurityTokenService.GetOutputClaimsIdentity(IClaimsPrincipal
    principal, RequestSecurityToken request, Scope scope)'. f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.78 w3wp.exe (0x0C48) 0x1318 SharePoint Foundation Claims Authentication fo1t Monitorable STS Call: Failed to issue new security token. Exception: Microsoft.Office.Server.Security.UserProfileNoUserFoundException:
    3001002;reason=The incoming identity is not mapped to any user profile account in SharePoint. Possible cause is that no user profiles are created in user profile database. Contact your administrator.     at Microsoft.Office.Server.Security.UserProfileIdentityClaimMapper.GetSingleUserProfileFromClaimsList(UserProfileManager
    upManager, IEnumerable`1 identityClaims)     at Microsoft.Office.Server.Security.UserProfileIdentityClaimMapper.<>c__DisplayClass2.<GetMappedIdentityClaim>b__0()     at Microsoft.SharePoint.SPSecurity.<>c__DisplayClass5.<RunWithElevatedPrivileges>b__3()    
    at Microsoft.SharePoint.Utilities.SecurityContext.RunAsProcess(CodeToRunElevated secureCode)     at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(WaitCallback secureCode, Object param)     at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(CodeToRunElevated
    secureCode)     at Microsoft.Office.Server.Security.UserProfileIdentityClaimMapper.GetMappedIdentityClaim(Uri context, IEnumerable`1 identityClaims)     at Microsoft.SharePoint.IdentityModel.SPIdentityClaimMapperOperations.GetClaimFromExternalMapper(Uri
    contextUri, List`1 claims)     at Microsoft.SharePoint.IdentityModel.SPIdentityClaimMapperOperations.ResolveUserIdentityClaim(Uri contextUri, ClaimCollection inputClaims)     at Microsoft.SharePoint.IdentityModel.SPIdentityClaimMapperOperations.GetIdentityClaim(Uri
    contextUri, ClaimCollection inputClaims, SPCallingIdentityType callerType)     at Microsoft.SharePoint.IdentityModel.SPSecurityTokenService.GetLogonIdentityClaim(SPRequestInfo requestInfo, IClaimsIdentity inputIdentity, IClaimsIdentity
    outputIdentity, SPCallingIdentityType callerType)     at Microsoft.SharePoint.IdentityModel.SPSecurityTokenService.EnsureSharePointClaims(SPRequestInfo requestInfo, IClaimsIdentity outputIdentity, SPCallingIdentityType callerType)    
    at Microsoft.SharePoint.IdentityModel.SPSecurityTokenService.AugmentOutputIdentityForRequest(SPRequestInfo requestInfo, IClaimsIdentity outputIdentity)     at Microsoft.SharePoint.IdentityModel.SPSecurityTokenService.GetOutputClaimsIdentity(IClaimsPrincipal
    principal, RequestSecurityToken request, Scope scope)     at Microsoft.IdentityModel.SecurityTokenService.SecurityTokenService.Issue(IClaimsPrincipal principal, RequestSecurityToken request)     at Microsoft.SharePoint.IdentityModel.SPSecurityTokenService.Issue(IClaimsPrincipal
    principal, RequestSecurityToken request) f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.79 w3wp.exe (0x0C48) 0x1318 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (ExecuteSecurityTokenServiceOperationServer). Execution Time=17.1551132895382 f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.79 w3wp.exe (0x1C74) 0x183C SharePoint Foundation Claims Authentication fsq7 High SPSecurityContext: Request for security token failed with exception: System.ServiceModel.FaultException: The server was
    unable to process the request due to an internal error.  For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server in
    order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework SDK documentation and inspect the server trace logs.     at Microsoft.IdentityModel.Protocols.WSTrust.WSTrustChannel.ReadResponse(Message
    response)     at Microsoft.IdentityModel.Protocols.WSTrust.WSTrustChannel.Issue(RequestSecurityToken rst, RequestSecurityTokenResponse& rstr)     at Microsoft.IdentityModel.Protocols.WSTrust.WSTrustChannel.Issue(RequestSecurityToken
    rst)     at Microsoft.SharePoint.SPSecurityContext.SecurityTokenForContext(Uri context, Boolean bearerToken, SecurityToken onBehalfOf, SecurityToken actAs, SecurityToken delegateTo, SPRequestSecurityTokenProperties properties) f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.79 w3wp.exe (0x1C74) 0x183C SharePoint Foundation Claims Authentication 8306 Critical An exception occurred when trying to issue security token: The server was unable to process the request due to an internal
    error.  For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to
    the client, or turn on tracing as per the Microsoft .NET Framework SDK documentation and inspect the server trace logs.. f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.79 w3wp.exe (0x1C74) 0x183C SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Application Authentication Pipeline). Execution Time=52.3525336320678 f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.79 w3wp.exe (0x1C74) 0x183C SharePoint Foundation Application Authentication ajezs High SPApplicationAuthenticationModule: Error authenticating request, Error details { Header: {0}, Body: {1} }.  Available
    parameters: 3001000;reason="There has been an error authenticating the request.";category="invalid_client" {"error_description":"The server was unable to process the request due to an internal error.  For more information
    about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as
    per the Microsoft .NET Framework SDK documentation and inspect the server trace logs."} . f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.79 w3wp.exe (0x1C74) 0x183C SharePoint Foundation General 8nca Medium Application error when access /sites/testrpa2/_vti_bin/client.svc, Error=The server was unable to process the request due to an internal
    error.  For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to
    the client, or turn on tracing as per the Microsoft .NET Framework SDK documentation and inspect the server trace logs.   at Microsoft.IdentityModel.Protocols.WSTrust.WSTrustChannel.ReadResponse(Message response)     at Microsoft.IdentityModel.Protocols.WSTrust.WSTrustChannel.Issue(RequestSecurityToken
    rst, RequestSecurityTokenResponse& rstr)     at Microsoft.IdentityModel.Protocols.WSTrust.WSTrustChannel.Issue(RequestSecurityToken rst)     at Microsoft.SharePoint.SPSecurityContext.SecurityTokenForContext(Uri context,
    Boolean bearerToken, SecurityToken onBehalfOf, SecurityToken actAs, SecurityToken delegateTo, SPRequestSecurityTokenProperties properties)     at Microsoft.SharePoint.SPSecurityContext.SecurityTokenForApplicationAuthentication(Uri context,
    SecurityToken onBehalfOf)     at Microsoft.SharePoint.IdentityModel.SPApplicationAuthenticationModule.<>c__DisplayClass4.<GetLocallyIssuedToken>b__3()     at Microsoft.SharePoint.Utilities.SecurityContext.RunAsProcess(CodeToRunElevated
    secureCode)     at Microsoft.SharePoint.IdentityModel.SPApplicationAuthenticationModule.ConstructIClaimsPrincipalAndSetThreadIdentity(HttpApplication httpApplication, HttpContext httpContext, SPFederationAuthenticationModule fam)    
    at Microsoft.SharePoint.IdentityModel.SPApplicationAuthenticationModule.AuthenticateRequest(Object sender, EventArgs e)     at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()    
    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.79 w3wp.exe (0x1C74) 0x183C SharePoint Foundation General 6t8b Verbose Looking up context  site
    http://inetdev:80/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly in the farm SharePoint_Config_QA f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.79 w3wp.exe (0x1C74) 0x183C SharePoint Foundation General 6t8d Verbose Looking up the additional information about the typical site
    http://inetdev:80/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly. f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.80 w3wp.exe (0x1C74) 0x183C SharePoint Foundation General 6t8f Verbose Site lookup is replacing
    http://inetdev:80/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly with the alternate access url
    http://inetdev. f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.80 w3wp.exe (0x1C74) 0x183C SharePoint Foundation General 6t8g Verbose Looking up typical site
    http://inetdev:80/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly in web application SPWebApplication Name=SPDEV - 80. f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.80 w3wp.exe (0x1C74) 0x183C SharePoint Foundation General 6t8h Verbose Found typical site /sites/testrpa2 (407ba20c-079b-4b99-9e70-f86e6e13ddde) in web application SPWebApplication Name=SPDEV - 80. f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.80 w3wp.exe (0x1C74) 0x183C SharePoint Foundation General 6t8b Verbose Looking up context  site
    http://inetdev:80/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly in the farm SharePoint_Config_QA f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.80 w3wp.exe (0x1C74) 0x183C SharePoint Foundation General 6t8d Verbose Looking up the additional information about the typical site
    http://inetdev:80/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly. f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.80 w3wp.exe (0x1C74) 0x183C SharePoint Foundation General 6t8f Verbose Site lookup is replacing
    http://inetdev:80/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly with the alternate access url
    http://inetdev. f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.80 w3wp.exe (0x1C74) 0x183C SharePoint Foundation General 6t8g Verbose Looking up typical site
    http://inetdev:80/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly in web application SPWebApplication Name=SPDEV - 80. f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.80 w3wp.exe (0x1C74) 0x183C SharePoint Foundation General 6t8h Verbose Found typical site /sites/testrpa2 (407ba20c-079b-4b99-9e70-f86e6e13ddde) in web application SPWebApplication Name=SPDEV - 80. f5bd8793-a53c-2127-8485-418c67f110f6
    04/16/2015 15:22:03.80 w3wp.exe (0x1C74) 0x183C SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:http://inetdev:80/sites/testrpa2/_vti_bin/client.svc/site/ReadOnly)). Execution Time=62.2890618779761 f5bd8793-a53c-2127-8485-418c67f110f6
    Regards
    Sakti

  • Automator Workflow Fails with Cryptic Error Message

    I'm updating an Automator workflow for OS X Lion that I initally developed and used, without issue, in OS X Tiger. The workflow asks for a name, creates a folder for the name, takes a digital image with a Nikon D50 connected to the computer, and saves the image to the new folder. This aspect of the workflow works fine.
    I then have a prompt asking if we should take another. If the user says "yes," the script should take another image and save it to the folder. This is where I run into an issue. When I attempt to add another "Take a Picture Action" into the workflow, I get the cryptic (at least to me) error message in the attached screenshot.
    Here's the text:
    "Cannot update for observer <AMWorkflow 0x400458ac0> for the key path "parameters.name" from <TakePicture 0x403e3b0a0>, most likely because the value for the key "parameters" has changed without an appropriate KVO notification being sent. Check the KVO-compliance of the TakePicture class."
    The language of this error would seem to indicate a bug. Any thoughts on a fix or the means to report to Apple?

    The subject of this post is a bit misleading. The workflow wasn't failing while I was running it, but rather when I was editing it and trying to include another 'Take a Picture' action in the same workflow.
    The workaround I found was to use a 'Loop' action on the 'Take a Picture' action. It's a bit more elegant and doesn't require multiple 'Take a Picture' actions in the same workflow.
    Nonetheless, what does this error message mean?

  • Ecc 5.0 error

    Hi friends.
    I got this error while installing ecc 5.0 on windows 2003 server.Please anyone try to explain how to solve this.
    Error: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Child exited with error: rc = 2
    child_pid = 1
    See logfile SAP0000.log for further information
    Info: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Total number of processes: 19
    0 process(es) finished successfully:
    1 process(es) finished with errors: 0
    0 process(es) still running:
    Info: DBR3LOADEXEC_NT_ORA SyCoprocessCreate 2 732
    Creating coprocess R3load ...
    Info: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Total number of processes: 19
    0 process(es) finished successfully:
    1 process(es) finished with errors: 0
    1 process(es) still running: 1
    Error: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Child exited with error: rc = 2
    child_pid = 1
    See logfile SAPAPPL0.log for further information
    Info: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Total number of processes: 19
    0 process(es) finished successfully:
    2 process(es) finished with errors: 0 1
    0 process(es) still running:
    Info: DBR3LOADEXEC_NT_ORA SyCoprocessCreate 2 732
    Creating coprocess R3load ...
    Info: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Total number of processes: 19
    0 process(es) finished successfully:
    2 process(es) finished with errors: 0 1
    1 process(es) still running: 2
    Error: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Child exited with error: rc = 2
    child_pid = 1
    See logfile SAPAPPL1.log for further information
    Info: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Total number of processes: 19
    0 process(es) finished successfully:
    3 process(es) finished with errors: 0 1 2
    0 process(es) still running:
    Info: DBR3LOADEXEC_NT_ORA SyCoprocessCreate 2 732
    Creating coprocess R3load ...
    Info: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Total number of processes: 19
    0 process(es) finished successfully:
    3 process(es) finished with errors: 0 1 2
    1 process(es) still running: 3
    Error: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Child exited with error: rc = 2
    child_pid = 1
    See logfile SAPAPPL2.log for further information
    Info: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Total number of processes: 19
    0 process(es) finished successfully:
    4 process(es) finished with errors: 0 1 2 3
    0 process(es) still running:
    Info: DBR3LOADEXEC_NT_ORA SyCoprocessCreate 2 732
    Creating coprocess R3load ...
    Info: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Total number of processes: 19
    0 process(es) finished successfully:
    4 process(es) finished with errors: 0 1 2 3
    1 process(es) still running: 4
    Error: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Child exited with error: rc = 2
    child_pid = 1
    See logfile SAPCLUST.log for further information
    Info: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Total number of processes: 19
    0 process(es) finished successfully:
    5 process(es) finished with errors: 0 1 2 3 4
    0 process(es) still running:
    Info: DBR3LOADEXEC_NT_ORA SyCoprocessCreate 2 732
    Creating coprocess R3load ...
    Info: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Total number of processes: 19
    0 process(es) finished successfully:
    5 process(es) finished with errors: 0 1 2 3 4
    1 process(es) still running: 5
    Error: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Child exited with error: rc = 2
    child_pid = 1
    See logfile SAPDDIM.log for further information
    Info: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Total number of processes: 19
    0 process(es) finished successfully:
    6 process(es) finished with errors: 0 1 2 3 4 5
    0 process(es) still running:
    Info: DBR3LOADEXEC_NT_ORA SyCoprocessCreate 2 732
    Creating coprocess R3load ...
    Info: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Total number of processes: 19
    0 process(es) finished successfully:
    6 process(es) finished with errors: 0 1 2 3 4 5
    1 process(es) still running: 6
    Error: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Child exited with error: rc = 2
    child_pid = 1
    See logfile SAPDFACT.log for further information
    Info: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Total number of processes: 19
    0 process(es) finished successfully:
    7 process(es) finished with errors: 0 1 2 3 4 5 6
    0 process(es) still running:
    Info: DBR3LOADEXEC_NT_ORA SyCoprocessCreate 2 732
    Creating coprocess R3load ...
    Info: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Total number of processes: 19
    0 process(es) finished successfully:
    7 process(es) finished with errors: 0 1 2 3 4 5 6
    1 process(es) still running: 7
    Error: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Child exited with error: rc = 2
    child_pid = 1
    See logfile SAPDODS.log for further information
    Info: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Total number of processes: 19
    0 process(es) finished successfully:
    8 process(es) finished with errors: 0 1 2 3 4 5 6 7
    0 process(es) still running:
    Info: DBR3LOADEXEC_NT_ORA SyCoprocessCreate 2 732
    Creating coprocess R3load ...
    Info: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Total number of processes: 19
    0 process(es) finished successfully:
    8 process(es) finished with errors: 0 1 2 3 4 5 6 7
    1 process(es) still running: 8
    Error: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Child exited with error: rc = 2
    child_pid = 1
    See logfile SAPPOOL.log for further information
    Info: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Total number of processes: 19
    0 process(es) finished successfully:
    9 process(es) finished with errors: 0 1 2 3 4 5 6 7 8
    0 process(es) still running:
    Info: DBR3LOADEXEC_NT_ORA SyCoprocessCreate 2 732
    Creating coprocess R3load ...
    Info: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Total number of processes: 19
    0 process(es) finished successfully:
    9 process(es) finished with errors: 0 1 2 3 4 5 6 7 8
    1 process(es) still running: 9
    Error: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Child exited with error: rc = 2
    child_pid = 1
    See logfile SAPSDIC.log for further information
    Info: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Total number of processes: 19
    0 process(es) finished successfully:
    10 process(es) finished with errors: 0 1 2 3 4 5 6 7 8 9
    0 process(es) still running:
    Info: DBR3LOADEXEC_NT_ORA SyCoprocessCreate 2 732
    Creating coprocess R3load ...
    Info: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Total number of processes: 19
    0 process(es) finished successfully:
    10 process(es) finished with errors: 0 1 2 3 4 5 6 7 8 9
    1 process(es) still running: 10
    Error: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Child exited with error: rc = 2
    child_pid = 1
    See logfile SAPSDOCU.log for further information
    Info: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Total number of processes: 19
    0 process(es) finished successfully:
    11 process(es) finished with errors: 0 1 2 3 4 5 6 7 8 9 10
    0 process(es) still running:
    Info: DBR3LOADEXEC_NT_ORA SyCoprocessCreate 2 732
    Creating coprocess R3load ...
    Info: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Total number of processes: 19
    0 process(es) finished successfully:
    11 process(es) finished with errors: 0 1 2 3 4 5 6 7 8 9 10
    1 process(es) still running: 11
    Error: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Child exited with error: rc = 2
    child_pid = 1
    See logfile SAPSLDEF.log for further information
    Info: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Total number of processes: 19
    0 process(es) finished successfully:
    12 process(es) finished with errors: 0 1 2 3 4 5 6 7 8 9 10 11
    0 process(es) still running:
    Info: DBR3LOADEXEC_NT_ORA SyCoprocessCreate 2 732
    Creating coprocess R3load ...
    Info: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Total number of processes: 19
    0 process(es) finished successfully:
    12 process(es) finished with errors: 0 1 2 3 4 5 6 7 8 9 10 11
    1 process(es) still running: 12
    Error: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Child exited with error: rc = 2
    child_pid = 1
    See logfile SAPSLEXC.log for further information
    Info: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Total number of processes: 19
    0 process(es) finished successfully:
    13 process(es) finished with errors: 0 1 2 3 4 5 6 7 8 9 10 11 12
    0 process(es) still running:
    Info: DBR3LOADEXEC_NT_ORA SyCoprocessCreate 2 732
    Creating coprocess R3load ...
    Info: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Total number of processes: 19
    0 process(es) finished successfully:
    13 process(es) finished with errors: 0 1 2 3 4 5 6 7 8 9 10 11 12
    1 process(es) still running: 13
    Error: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Child exited with error: rc = 2
    child_pid = 1
    See logfile SAPSLOAD.log for further information
    Info: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Total number of processes: 19
    0 process(es) finished successfully:
    14 process(es) finished with errors: 0 1 2 3 4 5 6 7 8 9 10 11 12 13
    0 process(es) still running:
    Info: DBR3LOADEXEC_NT_ORA SyCoprocessCreate 2 732
    Creating coprocess R3load ...
    Info: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Total number of processes: 19
    0 process(es) finished successfully:
    14 process(es) finished with errors: 0 1 2 3 4 5 6 7 8 9 10 11 12 13
    1 process(es) still running: 14
    Error: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Child exited with error: rc = 2
    child_pid = 1
    See logfile SAPSPROT.log for further information
    Info: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Total number of processes: 19
    0 process(es) finished successfully:
    15 process(es) finished with errors: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
    0 process(es) still running:
    Info: DBR3LOADEXEC_NT_ORA SyCoprocessCreate 2 732
    Creating coprocess R3load ...
    Info: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Total number of processes: 19
    0 process(es) finished successfully:
    15 process(es) finished with errors: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
    1 process(es) still running: 15
    Error: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Child exited with error: rc = 2
    child_pid = 1
    See logfile SAPSSDEF.log for further information
    Info: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Total number of processes: 19
    0 process(es) finished successfully:
    16 process(es) finished with errors: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
    0 process(es) still running:
    Info: DBR3LOADEXEC_NT_ORA SyCoprocessCreate 2 732
    Creating coprocess R3load ...
    Info: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Total number of processes: 19
    0 process(es) finished successfully:
    16 process(es) finished with errors: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
    1 process(es) still running: 16
    Error: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Child exited with error: rc = 2
    child_pid = 1
    See logfile SAPSSEXC.log for further information
    Info: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Total number of processes: 19
    0 process(es) finished successfully:
    17 process(es) finished with errors: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
    0 process(es) still running:
    Info: DBR3LOADEXEC_NT_ORA SyCoprocessCreate 2 732
    Creating coprocess R3load ...
    Info: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Total number of processes: 19
    0 process(es) finished successfully:
    17 process(es) finished with errors: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
    1 process(es) still running: 17
    Error: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Child exited with error: rc = 2
    child_pid = 1
    See logfile SAPSSRC.log for further information
    Info: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Total number of processes: 19
    0 process(es) finished successfully:
    18 process(es) finished with errors: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
    0 process(es) still running:
    Info: DBR3LOADEXEC_NT_ORA SyCoprocessCreate 2 732
    Creating coprocess R3load ...
    Info: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Total number of processes: 19
    0 process(es) finished successfully:
    18 process(es) finished with errors: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
    1 process(es) still running: 18
    Error: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Child exited with error: rc = 2
    child_pid = 1
    See logfile SAPUSER.log for further information
    Info: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Total number of processes: 19
    0 process(es) finished successfully:
    19 process(es) finished with errors: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
    0 process(es) still running:
    Error: DBR3LOADEXEC_NT_ORA R3loadPrepare 2 732
    Processes started: 19
    Ended with error:  19
    load tool ended with error.
    See above SAP*.log errors.
    Error: DBR3LOADEXEC_NT_ORA R3loadFork 2 732
    RC code form SyChildFuncWait  = -1 .
    Error: DBR3LOADEXEC_NT_ORA R3loadFork 2 732
    See logfiles SAPlog and EXlog for further information.
    Error: DBR3LOADEXEC_NT_ORA InternalInstallationDo 2 732
    R3loadFork erred
    Error: DBR3LOADEXEC_NT_ORA InstallationDo 2 732
    Phase failed.
    Error: Main {} 2 732
    Installation aborted.

    full log file
    Info: INSTGUI.EXE
    Protocol version is 10.
    Message checksum is 7249603.
    Info: InstController Prepare {} {}
    R3SETUP Version: Mar 12 2002
    Info: InstController Prepare {} {}
    Logfile will be set to CENTRAL.log
        Check CENTRAL.log for further messages.
    Info: CommandFileController SyFileVersionSave {} {}
    Saving original content of file CENTRAL.R3S ...
    Info: LvKeyRequest
    For further information see HTML documentation:
    step: CENTRALINSTANCE_NT_ORA and key: SAPSYSTEMNAME
    Info: LvKeyRequest
    For further information see HTML documentation:
    step: CENTRALINSTANCE_NT_ORA and key: SAPSYSNR
    Info: LvKeyRequest
    For further information see HTML documentation:
    step: CENTRALINSTANCE_NT_ORA and key: SAPNTDOMAIN
    Info: LvKeyRequest
    For further information see HTML documentation:
    step: CENTRALINSTANCE_NT_ORA and key: SAPTRANSHOST
    Info: LvKeyRequest
    For further information see HTML documentation:
    step: CENTRALINSTANCE_NT_ORA and key: DB_SID
    Info: LvKeyRequest
    For further information see HTML documentation:
    step: CENTRALINSTANCE_NT_ORA and key: DBHOSTNAME
    Info: CENTRALINSTANCE_NT_ORA SyCheckHostnameLookup 2 339
    checking host name lookup for 'sap'
    Info: CENTRALINSTANCE_NT_ORA SyCheckHostnameLookup 2 339
    offical host name for 'sap' is 'sap'.
    Info: CENTRALINSTANCE_NT_ORA SyCheckHostnameLookup 2 339
    host 'sap' has ip address '192.168.0.100'
    Info: CENTRALINSTANCE_NT_ORA SyCheckHostnameLookup 2 339
    offical host name for '192.168.0.100' is 'sap'.
    Info: LvKeyRequest
    For further information see HTML documentation:
    step: CENTRALINSTANCE_NT_ORA and key: SAPLOC
    Info: CENTRALINSTANCE_NT_ORA SyCheckHostnameLookup 2 339
    checking host name lookup for 'sap'
    Info: CENTRALINSTANCE_NT_ORA SyCheckHostnameLookup 2 339
    offical host name for 'sap' is 'sap'.
    Info: CENTRALINSTANCE_NT_ORA SyCheckHostnameLookup 2 339
    host 'sap' has ip address '192.168.0.100'
    Info: CENTRALINSTANCE_NT_ORA SyCheckHostnameLookup 2 339
    offical host name for '192.168.0.100' is 'sap'.
    Info: CENTRALINSTANCE_NT_ORA SyCheckHostnameLookup 2 339
    checking host name lookup for 'sap'
    Info: CENTRALINSTANCE_NT_ORA SyCheckHostnameLookup 2 339
    offical host name for 'sap' is 'sap'.
    Info: CENTRALINSTANCE_NT_ORA SyCheckHostnameLookup 2 339
    host 'sap' has ip address '192.168.0.100'
    Info: CENTRALINSTANCE_NT_ORA SyCheckHostnameLookup 2 339
    offical host name for '192.168.0.100' is 'sap'.
    Info: CENTRALINSTANCE_NT_ORA SyCheckHostnameLookup 2 339
    checking host name lookup for 'sap'
    Info: CENTRALINSTANCE_NT_ORA SyCheckHostnameLookup 2 339
    offical host name for 'sap' is 'sap'.
    Info: CENTRALINSTANCE_NT_ORA SyCheckHostnameLookup 2 339
    host 'sap' has ip address '192.168.0.100'
    Info: CENTRALINSTANCE_NT_ORA SyCheckHostnameLookup 2 339
    offical host name for '192.168.0.100' is 'sap'.
    Info: CENTRALINSTANCE_NT_ORA SyCheckHostnameLookup 2 339
    checking host name lookup for 'sap'
    Info: CENTRALINSTANCE_NT_ORA SyCheckHostnameLookup 2 339
    offical host name for 'sap' is 'sap'.
    Info: CENTRALINSTANCE_NT_ORA SyCheckHostnameLookup 2 339
    host 'sap' has ip address '192.168.0.100'
    Info: CENTRALINSTANCE_NT_ORA SyCheckHostnameLookup 2 339
    offical host name for '192.168.0.100' is 'sap'.
    Info: LvKeyRequest
    For further information see HTML documentation:
    step: DBHOMEPARAMETER_NT_ORA and key: NLS_CHARACTERSET
    Info: LvKeyRequest
    For further information see HTML documentation:
    step: CALCRAM_IND_IND and key: RAM_INSTANCE
    Info: LvKeyRequest
    For further information see HTML documentation:
    step: CDSERVERKERNELAPO_NT_ORA and key: 1_LOCATION
    Info: LvKeyRequest
    For further information see HTML documentation:
    step: CDSERVERKERNELAPO_NT_ORA and key: 2_LOCATION
    Info: CDSERVERKERNELAPO_NT_ORA InternalColdKeyCheck 2 317
    The CD KERNEL will not be copied.
    Info: CDSERVERKERNELAPO_NT_ORA InternalColdKeyCheck 2 317
    The CD LIVECACHE will not be copied.
    Info: R3MESSAGEPORT_IND_IND SyPortNumberGet 2 1019
    Determining port number for service port sapmsC11 ...
    Info: R3MESSAGEPORT_IND_IND SyPortNumberGet 2 1019
    Service sapmsC11 is not registered to the operation system. The port number can not be retrieved.
    Info: LvKeyRequest
    For further information see HTML documentation:
    step: R3MESSAGEPORT_IND_IND and key: PORT
    Info: R3MESSAGEPORT_IND_IND IaServicePortAppend 2 1019
    Checking service name sapmsC11, protocol tcp, port number 3600 ...
    Info: R3MESSAGEPORT_IND_IND IaServicePortAppend 2 1019
    Service name is not known for port number 3600 and protocol tcp
    Info: R3MESSAGEPORT_IND_IND IaServicePortAppend 2 1019
    Appending a new entry, service name:sapmsC11, port number:3600 and protocol:tcp ...
    Warning: R3MESSAGEPORT_IND_IND IaServicePortAppend 2 1019
    The service name sapmsC11, port number 3600, protocol tcp is not registered at the system.
    Info: LvKeyRequest
    For further information see HTML documentation:
    step: LDAPPARAMETERS_NT_IND and key: LDAP_TYPE
    Info: LvKeyRequest
    For further information see HTML documentation:
    step: LCCLIENTDETAILS_IND_IND and key: LCCLIENTDRIVE
    Info: LvKeyRequest
    For further information see HTML documentation:
    step: APOQUERYLCDETAILS_NT_ORA and key: LCNAME
    Info: LvKeyRequest
    For further information see HTML documentation:
    step: APOQUERYLCDETAILS_NT_ORA and key: LCHOST
    Info: LvKeyRequest
    For further information see HTML documentation:
    step: QUERIESFINISHED_NT_IND and key: ACCEPT_KEYS
    Info: LvKeyRequest
    For further information see HTML documentation:
    step: QUERIESFINISHED_NT_IND and key: END_OF_INPUT
    Info: CENTRALINSTANCE_NT_ORA CheckValueForKey 2 339
    The installation phase is starting now. Please look in the log file for further information about current actions.
    Info: InstController MakeStepsDeliver 2 339
    Requesting Installation Details
    Info: InstController MakeStepsDeliver 2 579
    Requesting Database Installation Details
    Info: InstController MakeStepsDeliver 2 290
    Calculating RAM Distribution
    Info: CALCRAM_IND_IND InternalInstallationDo 2 290
    RAM for SAP-INSTANCE  = 744
    RAM for DB-INSTANCE  = 248
    RAM for INSTANCE     = 992
    Info: CDSERVERKERNELAPO_NT_ORA InternalWarmKeyCheck 2 317
    The CD KERNEL will not be copied.
    Info: CDSERVERKERNELAPO_NT_ORA InternalWarmKeyCheck 2 317
    The CD LIVECACHE will not be copied.
    Info: InstController MakeStepsDeliver 2 317
    Requesting Information on CD-ROMs
    Info: InstController MakeStepsDeliver 2 903
    Creating Local Group
    Info: InstController MakeStepsDeliver 2 902
    Creating Local Group
    Info: InstController MakeStepsDeliver 2 899
    Creating Global Group
    Info: InstController MakeStepsDeliver 2 901
    Modifying group SAP_LocalAdmin on SAPTRANSHOST
    Info: InstController MakeStepsDeliver 2 958
    Creating the SAP System Administrator
    Info: InstController MakeStepsDeliver 2 979
    Assigning User Rights to the SAP System Administrator
    Info: OSUSERSIDADMRIGHTS_NT_IND InternalInstallationDo 2 979
    Successfully added privileges SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege to account
    SAP\c11adm on computer sap!
    Info: InstController MakeStepsDeliver 2 978
    Setting Password for for the SAP System Administrator
    Info: InstController MakeStepsDeliver 2 1044
    Setting User Environment
    Info: R3USERENVIRONMENT_NT_IND InternalInstallationDo 2 1044
    Set all values to registry key HKCU\Environment on computer
    sap successfully!
    Info: InstController MakeStepsDeliver 2 947
    Creating the SAP Service Account
    Info: InstController MakeStepsDeliver 2 952
    Assigning Rights to the User SAPService<SAPSIDADM>
    Info: OSUSERSAPSERVICERIGHTS_NT_IND InternalInstallationDo 2 952
    Successfully added privileges SeServiceLogonRight SeNetworkLogonRight to account
    SAP\SAPServiceC11 on computer sap!
    Info: InstController MakeStepsDeliver 2 950
    Setting Password for for the SAP service user
    Info: InstController MakeStepsDeliver 2 908
    Survey of operating system user and group data
    Info: InstController MakeStepsDeliver 2 989
    Creating Directories
    Info: R3CIDIRECTORIES_NT_IND SyDirCreate 2 989
    Checking existence of directory C:\usr\sap\trans\actlog. If it does not exist creating it with user , group  and permission 7 ...
    Info: R3CIDIRECTORIES_NT_IND SyDirCreate 2 989
    Checking existence of directory C:\usr\sap\trans\bin. If it does not exist creating it with user , group  and permission 7 ...
    Info: R3CIDIRECTORIES_NT_IND SyDirCreate 2 989
    Checking existence of directory C:\usr\sap\trans\buffer. If it does not exist creating it with user , group  and permission 7 ...
    Info: R3CIDIRECTORIES_NT_IND SyDirCreate 2 989
    Checking existence of directory C:\usr\sap\trans\cofiles. If it does not exist creating it with user , group  and permission 7 ...
    Info: R3CIDIRECTORIES_NT_IND SyDirCreate 2 989
    Checking existence of directory C:\usr\sap\trans\data. If it does not exist creating it with user , group  and permission 7 ...
    Info: R3CIDIRECTORIES_NT_IND SyDirCreate 2 989
    Checking existence of directory C:\usr\sap\trans\eps\in. If it does not exist creating it with user , group  and permission 7 ...
    Info: R3CIDIRECTORIES_NT_IND SyDirCreate 2 989
    Checking existence of directory C:\usr\sap\trans\eps\out. If it does not exist creating it with user , group  and permission 7 ...
    Info: R3CIDIRECTORIES_NT_IND SyDirCreate 2 989
    Checking existence of directory C:\usr\sap\trans\eps\log. If it does not exist creating it with user , group  and permission 7 ...
    Info: R3CIDIRECTORIES_NT_IND SyDirCreate 2 989
    Checking existence of directory C:\usr\sap\trans\etc. If it does not exist creating it with user , group  and permission 7 ...
    Info: R3CIDIRECTORIES_NT_IND SyDirCreate 2 989
    Checking existence of directory C:\usr\sap\trans\log. If it does not exist creating it with user , group  and permission 7 ...
    Info: R3CIDIRECTORIES_NT_IND SyDirCreate 2 989
    Checking existence of directory C:\usr\sap\trans\sapnames. If it does not exist creating it with user , group  and permission 7 ...
    Info: R3CIDIRECTORIES_NT_IND SyDirCreate 2 989
    Checking existence of directory C:\usr\sap\trans\tmp. If it does not exist creating it with user , group  and permission 7 ...
    Info: R3CIDIRECTORIES_NT_IND SyDirCreate 2 989
    Checking existence of directory C:\usr\sap\C11\sys\exe\opt. If it does not exist creating it with user , group  and permission 7 ...
    Info: R3CIDIRECTORIES_NT_IND SyDirCreate 2 989
    Checking existence of directory C:\usr\sap\C11\sys\exe\dbg. If it does not exist creating it with user , group  and permission 7 ...
    Info: R3CIDIRECTORIES_NT_IND SyDirCreate 2 989
    Checking existence of directory C:\usr\sap\C11\sys\exe\run. If it does not exist creating it with user , group  and permission 7 ...
    Info: R3CIDIRECTORIES_NT_IND SyDirCreate 2 989
    Checking existence of directory C:\usr\sap\C11\sys\gen\opt. If it does not exist creating it with user , group  and permission 7 ...
    Info: R3CIDIRECTORIES_NT_IND SyDirCreate 2 989
    Checking existence of directory C:\usr\sap\C11\sys\gen\dbg. If it does not exist creating it with user , group  and permission 7 ...
    Info: R3CIDIRECTORIES_NT_IND SyDirCreate 2 989
    Checking existence of directory C:\usr\sap\C11\sys\src. If it does not exist creating it with user , group  and permission 7 ...
    Info: R3CIDIRECTORIES_NT_IND SyDirCreate 2 989
    Checking existence of directory C:\usr\sap\C11\sys\global. If it does not exist creating it with user , group  and permission 7 ...
    Info: R3CIDIRECTORIES_NT_IND SyDirCreate 2 989
    Checking existence of directory C:\usr\sap\C11\sys\profile. If it does not exist creating it with user , group  and permission 7 ...
    Info: R3CIDIRECTORIES_NT_IND SyDirCreate 2 989
    Checking existence of directory C:\usr\sap\C11\DVEBMGS00\data. If it does not exist creating it with user , group  and permission 7 ...
    Info: R3CIDIRECTORIES_NT_IND SyDirCreate 2 989
    Checking existence of directory C:\usr\sap\C11\DVEBMGS00\log. If it does not exist creating it with user , group  and permission 7 ...
    Info: R3CIDIRECTORIES_NT_IND SyDirCreate 2 989
    Checking existence of directory C:\usr\sap\C11\DVEBMGS00\work. If it does not exist creating it with user , group  and permission 7 ...
    Info: R3CIDIRECTORIES_NT_IND SyDirCreate 2 989
    Checking existence of directory C:\usr\sap\prfclog. If it does not exist creating it with user , group  and permission 7 ...
    Info: R3CIDIRECTORIES_NT_IND SyDirCreate 2 989
    Checking existence of directory C:\WINDOWS\TEMP. If it does not exist creating it with user , group  and permission 7 ...
    Info: InstController MakeStepsDeliver 2 991
    Creating Shares
    Info: InstController MakeStepsDeliver 2 1032
    Stopping the SAP Service
    Info: InstController MakeStepsDeliver 2 1031
    Stopping the OS Collector Service
    Info: InstController MakeStepsDeliver 2 824
    Extracting the SAP Executables
    Info: EXTRACTSAPEXE_NT_IND SyCoprocessCreate 2 824
    Creating coprocess SAPCAR ...
    Info: EXTRACTSAPEXE_NT_IND SyCoprocessCreate 2 824
    Creating coprocess SAPCAR ...
    Info: InstController MakeStepsDeliver 2 825
    Extracting the Database-Dependent SAP system Executables
    Info: EXTRACTSAPEXEDB_NT_IND SyCoprocessCreate 2 825
    Creating coprocess SAPCAR ...
    Info: EXTRACTSAPEXEDB_NT_IND SyCoprocessCreate 2 825
    Creating coprocess SAPCAR ...
    Info: InstController MakeStepsDeliver 2 1168
    Copying the Uninstall Program
    Info: InstController MakeStepsDeliver 2 1169
    Registering the Uninstall Program
    Info: UNINSTREGISTER_NT_IND InternalInstallationDo 2 1169
    Set all values to registry key HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\SAP Server C11 on computer
    sap successfully!
    Info: InstController MakeStepsDeliver 2 808
    Extracting SAP Database Administration Tools.
    Info: EXTRACTDBATOOLS_NT_ORA SyCoprocessCreate 2 808
    Creating coprocess SAPCAR ...
    Info: EXTRACTDBATOOLS_NT_ORA SyCoprocessCreate 2 808
    Creating coprocess SAPCAR ...
    Info: InstController MakeStepsDeliver 2 815
    Extracting SAP Database Administration Tools.
    Info: InstController MakeStepsDeliver 2 1008
    Creating the Service Entry for the Dispatcher
    Info: R3DISPATCHERPORT_IND_IND IaServicePortAppend 2 1008
    Checking service name sapdp00, protocol tcp, port number 3200 ...
    Info: R3DISPATCHERPORT_IND_IND IaServicePortAppend 2 1008
    Service name is not known for port number 3200 and protocol tcp
    Info: R3DISPATCHERPORT_IND_IND IaServicePortAppend 2 1008
    Appending a new entry, service name:sapdp00, port number:3200 and protocol:tcp ...
    Info: InstController MakeStepsDeliver 2 1011
    Creating the Service Entry for the Gateway Service
    Info: R3GATEWAYPORT_IND_IND IaServicePortAppend 2 1011
    Checking service name sapgw00, protocol tcp, port number 3300 ...
    Info: R3GATEWAYPORT_IND_IND IaServicePortAppend 2 1011
    Service name is not known for port number 3300 and protocol tcp
    Info: R3GATEWAYPORT_IND_IND IaServicePortAppend 2 1011
    Appending a new entry, service name:sapgw00, port number:3300 and protocol:tcp ...
    Info: InstController MakeStepsDeliver 2 1012
    Creating the Service Entry for the Secure Gateway Service
    Info: R3GATEWAYSECURITYPORT_IND_IND IaServicePortAppend 2 1012
    Checking service name sapgw00s, protocol tcp, port number 4800 ...
    Info: R3GATEWAYSECURITYPORT_IND_IND IaServicePortAppend 2 1012
    Service name is not known for port number 4800 and protocol tcp
    Info: R3GATEWAYSECURITYPORT_IND_IND IaServicePortAppend 2 1012
    Appending a new entry, service name:sapgw00s, port number:4800 and protocol:tcp ...
    Info: InstController MakeStepsDeliver 2 1019
    Creating the Service Entry for the Message Server
    Info: R3MESSAGEPORT_IND_IND IaServicePortAppend 2 1019
    Checking service name sapmsC11, protocol tcp, port number 3600 ...
    Info: R3MESSAGEPORT_IND_IND IaServicePortAppend 2 1019
    Service name is not known for port number 3600 and protocol tcp
    Info: R3MESSAGEPORT_IND_IND IaServicePortAppend 2 1019
    Appending a new entry, service name:sapmsC11, port number:3600 and protocol:tcp ...
    Info: InstController MakeStepsDeliver 2 874
    LDAP Support
    Info: InstController MakeStepsDeliver 2 770
    Creating the Default Profile
    Info: DEFAULTPROFILE_IND_IND SyFileVersionSave 2 770
    Saving original content of file C:\usr\sap\C11\sys\profile/DEFAULT.PFL ...
    Info: DEFAULTPROFILE_IND_IND SyFileVersionSave 2 770
    File C:\usr\sap\C11\sys\profile/DEFAULT.PFL does not exist, no version must be saved.
    Info: InstController MakeStepsDeliver 2 1148
    Creating Start Profile
    Info: STARTPROFILE_NT_IND SyFileVersionSave 2 1148
    Saving original content of file C:\usr\sap\C11\sys\profile/START_DVEBMGS00_sap ...
    Info: STARTPROFILE_NT_IND SyFileVersionSave 2 1148
    File C:\usr\sap\C11\sys\profile/START_DVEBMGS00_sap does not exist, no version must be saved.
    Info: InstController MakeStepsDeliver 2 850
    Creating the Instance Profile
    Info: INSTANCEPROFILE_NT_IND SyFileVersionSave 2 850
    Saving original content of file C:\usr\sap\C11\sys\profile/C11_DVEBMGS00_sap ...
    Info: INSTANCEPROFILE_NT_IND SyFileVersionSave 2 850
    File C:\usr\sap\C11\sys\profile/C11_DVEBMGS00_sap does not exist, no version must be saved.
    Info: InstController MakeStepsDeliver 2 1028
    Creating Service
    Info: R3SAPSYSTEMSERVICE_NT_IND SyCoprocessCreate 2 1028
    Creating coprocess C:\usr\sap\C11\sys\exe\run\SAPSTARTSRV.EXE ...
    Info: R3SAPSYSTEMSERVICE_NT_IND ExecuteDo 2 1028
    Service succesfully installed.
    Info: R3SAPSYSTEMSERVICE_NT_IND ExecuteDo 2 1028
    RC code form SyCoprocessWait  = 0 .
    Info: InstController MakeStepsDeliver 2 1027
    Registering Eventsource for SAP Service
    Info: R3SAPSYSTEMEVENTLOG_NT_IND InternalInstallationDo 2 1027
    Set all values to registry key HKLM\System\CurrentControlSet\Services\EventLog\Application\SAPC11_00 on computer
    sap successfully!
    Info: InstController MakeStepsDeliver 2 1021
    Creating the OS Collector Service
    Info: InstController MakeStepsDeliver 2 1020
    Registering Eventsource for OS Collector Service
    Info: R3OSCOLEVENTLOG_NT_IND InternalInstallationDo 2 1020
    Set all values to registry key HKLM\System\CurrentControlSet\Services\EventLog\Application\SAPOsCol on computer
    sap successfully!
    Info: InstController MakeStepsDeliver 2 1022
    Creating Start Menu Entry
    Info: R3PISERVICEMANAGER_NT_IND SyCoprocessCreate 2 1022
    Creating coprocess regsvr32.exe ...
    Info: R3PISERVICEMANAGER_NT_IND SubstituteVariables 2 1022
    RC code form SyCoprocessWait  = 0 .
    Info: R3PISERVICEMANAGER_NT_IND SyCoprocessCreate 2 1022
    Creating coprocess regsvr32.exe ...
    Info: R3PISERVICEMANAGER_NT_IND SubstituteVariables 2 1022
    RC code form SyCoprocessWait  = 0 .
    Info: R3PISERVICEMANAGER_NT_IND SyDirCreate 2 1022
    Checking existence of directory C:\Documents and Settings\All Users\Start Menu\Programs. If it does not exist creating it with user , group  and permission 0 ...
    Info: R3PISERVICEMANAGER_NT_IND SyDirCreate 2 1022
    Checking existence of directory C:\Documents and Settings\All Users\Desktop. If it does not exist creating it with user , group  and permission 0 ...
    Info: InstController MakeStepsDeliver 2 1145
    Creating the SQL*Net V2 Diagnostic File
    Info: SQLNETORA_NT_ORA SyFileVersionSave 2 1145
    Saving original content of file D:\oracle\ora81\network\admin\sqlnet.ora ...
    Info: InstController MakeStepsDeliver 2 1165
    Creating the Database Service Names File
    Info: TNSNAMESORA_NT_ORA CheckEntry 2 1165
    TNSNAMES block added.
    Info: InstController MakeStepsDeliver 2 990
    Setting File Permissions
    Info: InstController MakeStepsDeliver 2 339
    Requesting Installation Details
    Info: InstController MakeStepsDeliver 2 339
    Requesting Installation Details
    Info: InstController MakeStepsDeliver 2 339
    Requesting Installation Details
    Info: InstController MakeStepsDeliver 2 254
    Stopping the SAP DB remote server
    Info: InstController MakeStepsDeliver 2 1092
    Installing SAP DB Software
    Info: InstController MakeStepsDeliver 2 1094
    Installing SAP DB Software
    Info: SAPDBINSTALLCLIENTPROFILE_NT_IND SyCoprocessCreate 2 1094
    Creating coprocess D:\APO\LIVECA~1\NT\I386\sdbinst.exe ...
    Info: SAPDBINSTALLCLIENTPROFILE_NT_IND ExecuteDo 2 1094
    RC code form SyCoprocessWait  = 0 .
    Info: InstController MakeStepsDeliver 2 1054
    Register connection to liveCache system
    Info: REGLCCLIENTDEFAULT_NT_IND SyCoprocessCreate 2 1054
    Creating coprocess C:\sapdb\programs\pgm\dbmcli.exe ...
    Info: REGLCCLIENTDEFAULT_NT_IND ExecuteDo 2 1054
    RC code form SyCoprocessWait  = 0 .
    Info: InstController MakeStepsDeliver 2 1054
    Register connection to liveCache system
    Info: REGLCCLIENTKEY_NT_IND SyCoprocessCreate 2 1054
    Creating coprocess C:\sapdb\programs\pgm\dbmcli.exe ...
    Info: REGLCCLIENTKEY_NT_IND ExecuteDo 2 1054
    RC code form SyCoprocessWait  = 0 .
    Info: InstController MakeStepsDeliver 2 1054
    Register connection to liveCache system
    Info: REGLCCLIENTDEFAULT_SERVICE_NT_IND SyCoprocessCreate 2 1054
    Creating coprocess C:\sapdb\programs\pgm\dbmcli.exe ...
    Info: REGLCCLIENTDEFAULT_SERVICE_NT_IND ExecuteDo 2 1054
    RC code form SyCoprocessWait  = 0 .
    Info: InstController MakeStepsDeliver 2 1054
    Register connection to liveCache system
    Info: REGLCCLIENTKEY_SERVICE_NT_IND SyCoprocessCreate 2 1054
    Creating coprocess C:\sapdb\programs\pgm\dbmcli.exe ...
    Info: REGLCCLIENTKEY_SERVICE_NT_IND ExecuteDo 2 1054
    RC code form SyCoprocessWait  = 0 .
    Info: InstController MakeStepsDeliver 2 985
    Installation Phase Completed
    Info: LvKeyRequest
    For further information see HTML documentation:
    step: QUERIESFINISHED_NT_IND and key: FINISH
    Info: QUERIESFINISHED_NT_IND InternalInstallationDo 2 985
    The installation finished successfully!
    You can now continue with the post installation steps.
    Info: Main {} 2 985
    C:\Users\c11adm\Install\R3SETUP.EXE finished
    Info: InstController Prepare {} {}
    R3SETUP Version: Mar 12 2002
    Info: InstController Prepare {} {}
    Logfile will be set to DATABASE.log
        Check DATABASE.log for further messages.
    Info: CommandFileController SyFileVersionSave {} {}
    Saving original content of file DATABASE.R3S ...
    Info: LvKeyRequest
    For further information see HTML documentation:
    step: DATABASEINSTANCE_NT_ORA and key: SAPSYSTEMNAME
    Info: LvKeyRequest
    For further information see HTML documentation:
    step: DATABASEINSTANCE_NT_ORA and key: SAPCISYSNR
    Info: LvKeyRequest
    For further information see HTML documentation:
    step: DATABASEINSTANCE_NT_ORA and key: SAPNTDOMAIN
    Info: LvKeyRequest
    For further information see HTML documentation:
    step: DATABASEINSTANCE_NT_ORA and key: CIHOSTNAME
    Info: DATABASEINSTANCE_NT_ORA SyCheckHostnameLookup 2 339
    checking host name lookup for 'sap'
    Info: DATABASEINSTANCE_NT_ORA SyCheckHostnameLookup 2 339
    offical host name for 'sap' is 'sap'.
    Info: DATABASEINSTANCE_NT_ORA SyCheckHostnameLookup 2 339
    host 'sap' has ip address '192.168.0.100'
    Info: DATABASEINSTANCE_NT_ORA SyCheckHostnameLookup 2 339
    offical host name for '192.168.0.100' is 'sap'.
    Info: LvKeyRequest
    For further information see HTML documentation:
    step: DATABASEINSTANCE_NT_ORA and key: SAPTRANSHOST
    Info: LvKeyRequest
    For further information see HTML documentation:
    step: DATABASEINSTANCE_NT_ORA and key: DB_SID
    Info: DATABASEINSTANCE_NT_ORA SyCheckHostnameLookup 2 339
    checking host name lookup for 'sap'
    Info: DATABASEINSTANCE_NT_ORA SyCheckHostnameLookup 2 339
    offical host name for 'sap' is 'sap'.
    Info: DATABASEINSTANCE_NT_ORA SyCheckHostnameLookup 2 339
    host 'sap' has ip address '192.168.0.100'
    Info: DATABASEINSTANCE_NT_ORA SyCheckHostnameLookup 2 339
    offical host name for '192.168.0.100' is 'sap'.
    Info: DATABASEINSTANCE_NT_ORA SyCheckHostnameLookup 2 339
    checking host name lookup for 'sap'
    Info: DATABASEINSTANCE_NT_ORA SyCheckHostnameLookup 2 339
    offical host name for 'sap' is 'sap'.
    Info: DATABASEINSTANCE_NT_ORA SyCheckHostnameLookup 2 339
    host 'sap' has ip address '192.168.0.100'
    Info: DATABASEINSTANCE_NT_ORA SyCheckHostnameLookup 2 339
    offical host name for '192.168.0.100' is 'sap'.
    Info: DATABASEINSTANCE_NT_ORA SyCheckHostnameLookup 2 339
    checking host name lookup for 'sap'
    Info: DATABASEINSTANCE_NT_ORA SyCheckHostnameLookup 2 339
    offical host name for 'sap' is 'sap'.
    Info: DATABASEINSTANCE_NT_ORA SyCheckHostnameLookup 2 339
    host 'sap' has ip address '192.168.0.100'
    Info: DATABASEINSTANCE_NT_ORA SyCheckHostnameLookup 2 339
    offical host name for '192.168.0.100' is 'sap'.
    Info: DATABASEINSTANCE_NT_ORA SyCheckHostnameLookup 2 339
    checking host name lookup for 'sap'
    Info: DATABASEINSTANCE_NT_ORA SyCheckHostnameLookup 2 339
    offical host name for 'sap' is 'sap'.
    Info: DATABASEINSTANCE_NT_ORA SyCheckHostnameLookup 2 339
    host 'sap' has ip address '192.168.0.100'
    Info: DATABASEINSTANCE_NT_ORA SyCheckHostnameLookup 2 339
    offical host name for '192.168.0.100' is 'sap'.
    Info: DATABASEINSTANCE_NT_ORA DefValForKey_OS 2 339
    R3Setup found the share 'SAPLOC' on drive C:.
    Info: LvKeyRequest
    For further information see HTML documentation:
    step: DBCOMMONDBENV_NT_ORA and key: NLS_CHARACTERSET
    Info: LvKeyRequest
    For further information see HTML documentation:
    step: DBCOMMONDBENV_NT_ORA and key: SAPDATA_HOME
    Info: LvKeyRequest
    For further information see HTML documentation:
    step: DBSAPDATAPATH_NT_IND and key: SAPDIR
    Info: LvKeyRequest
    For further information see HTML documentation:
    step: DBSAPDATAPATH_NT_IND and key: SAPDATA
    Info: LvKeyRequest
    For further information see HTML documentation:
    step: DBSAPDATAPATH_NT_IND and key: ORIGLOG
    Info: LvKeyRequest
    For further information see HTML documentation:
    step: DBSAPDATAPATH_NT_IND and key: MIRRLOG
    Info: LvKeyRequest
    For further information see HTML documentation:
    step: CALCRAM_IND_IND and key: RAM_INSTANCE
    Info: LvKeyRequest
    For further information see HTML documentation:
    step: CDSERVERAPO_NT_ORA and key: CONFIRM_CDLOCATIONS
    Info: CDSERVERAPO_NT_ORA InternalColdKeyCheck 2 317
    The CD KERNEL will not be copied.
    Info: CDSERVERAPO_NT_ORA InternalColdKeyCheck 2 317
    The CD RDBMS will not be copied.
    Info: CDSERVERAPO_NT_ORA InternalColdKeyCheck 2 317
    The CD EXPORT1 will not be copied.
    Info: CDSERVERAPO_NT_ORA InternalColdKeyCheck 2 317
    The CD EXPORT2 will not be copied.
    Info: CDSERVERAPO_NT_ORA InternalColdKeyCheck 2 317
    The CD LIVECACHE will not be copied.
    Info: LvKeyRequest
    For further information see HTML documentation:
    step: DBR3LOADEXEC_NT_ORA and key: PROCESSES
    Info: LvKeyRequest
    For further information see HTML documentation:
    step: QUERIESFINISHED_NT_IND and key: ACCEPT_KEYS
    Info: LvKeyRequest
    For further information see HTML documentation:
    step: QUERIESFINISHED_NT_IND and key: END_OF_INPUT
    Info: DATABASEINSTANCE_NT_ORA CheckValueForKey 2 339
    The installation phase is starting now. Please look in the log file for further information about current actions.
    Info: InstController MakeStepsDeliver 2 339
    Requesting Installation Details
    Info: InstController MakeStepsDeliver 2 579
    Requesting Database Installation Details
    Info: InstController MakeStepsDeliver 2 579
    Requesting Database Installation Details
    Info: DBSAPDATAPATH_NT_IND SyDirCreate 2 579
    Checking existence of directory D:\oracle\C11\sapdata1. If it does not exist creating it with user , group  and permission 7 ...
    Info: DBSAPDATAPATH_NT_IND SyDirCreate 2 579
    Checking existence of directory D:\oracle\C11\sapdata2. If it does not exist creating it with user , group  and permission 7 ...
    Info: DBSAPDATAPATH_NT_IND SyDirCreate 2 579
    Checking existence of directory D:\oracle\C11\sapdata3. If it does not exist creating it with user , group  and permission 7 ...
    Info: DBSAPDATAPATH_NT_IND SyDirCreate 2 579
    Checking existence of directory D:\oracle\C11\sapdata4. If it does not exist creating it with user , group  and permission 7 ...
    Info: DBSAPDATAPATH_NT_IND SyDirCreate 2 579
    Checking existence of directory D:\oracle\C11\sapdata5. If it does not exist creating it with user , group  and permission 7 ...
    Info: DBSAPDATAPATH_NT_IND SyDirCreate 2 579
    Checking existence of directory D:\oracle\C11\sapdata6. If it does not exist creating it with user , group  and permission 7 ...
    Info: DBSAPDATAPATH_NT_IND SyDirCreate 2 579
    Checking existence of directory D:\oracle\C11\origloga. If it does not exist creating it with user , group  and permission 7 ...
    Info: DBSAPDATAPATH_NT_IND SyDirCreate 2 579
    Checking existence of directory D:\oracle\C11\origlogb. If it does not exist creating it with user , group  and permission 7 ...
    Info: DBSAPDATAPATH_NT_IND SyDirCreate 2 579
    Checking existence of directory D:\oracle\C11\mirrloga. If it does not exist creating it with user , group  and permission 7 ...
    Info: DBSAPDATAPATH_NT_IND SyDirCreate 2 579
    Checking existence of directory D:\oracle\C11\mirrlogb. If it does not exist creating it with user , group  and permission 7 ...
    Info: DBSAPDATAPATH_NT_IND SyDirCreate 2 579
    Checking existence of directory D:\oracle\C11\saparch. If it does not exist creating it with user , group  and permission 7 ...
    Info: DBSAPDATAPATH_NT_IND SyDirCreate 2 579
    Checking existence of directory D:\oracle\C11\sapbackup. If it does not exist creating it with user , group  and permission 7 ...
    Info: DBSAPDATAPATH_NT_IND SyDirCreate 2 579
    Checking existence of directory D:\oracle\C11\sapcheck. If it does not exist creating it with user , group  and permission 7 ...
    Info: DBSAPDATAPATH_NT_IND SyDirCreate 2 579
    Checking existence of directory D:\oracle\C11\sapreorg. If it does not exist creating it with user , group  and permission 7 ...
    Info: DBSAPDATAPATH_NT_IND SyDirCreate 2 579
    Checking existence of directory D:\oracle\C11\saptrace. If it does not exist creating it with user , group  and permission 7 ...
    Info: DBSAPDATAPATH_NT_IND SyDirCreate 2 579
    Checking existence of directory D:\oracle\C11\saptrace\background. If it does not exist creating it with user , group  and permission 7 ...
    Info: DBSAPDATAPATH_NT_IND SyDirCreate 2 579
    Checking existence of directory D:\oracle\C11\saptrace\usertrace. If it does not exist creating it with user , group  and permission 7 ...
    Info: DBSAPDATAPATH_NT_IND SyDirCreate 2 579
    Checking existence of directory D:\oracle\C11\sapdata1\cntrl. If it does not exist creating it with user , group  and permission 7 ...
    Info: DBSAPDATAPATH_NT_IND SyDirCreate 2 579
    Checking existence of directory D:\oracle\C11\sapdata2\cntrl. If it does not exist creating it with user , group  and permission 7 ...
    Info: DBSAPDATAPATH_NT_IND SyDirCreate 2 579
    Checking existence of directory D:\oracle\C11\sapdata3\cntrl. If it does not exist creating it with user , group  and permission 7 ...
    Info: InstController MakeStepsDeliver 2 290
    Calculating RAM Distribution
    Info: CALCRAM_IND_IND InternalInstallationDo 2 290
    RAM for SAP-INSTANCE  = 744
    RAM for DB-INSTANCE  = 248
    RAM for INSTANCE     = 992
    Info: CDSERVERAPO_NT_ORA InternalWarmKeyCheck 2 317
    The CD KERNEL will not be copied.
    Info: CDSERVERAPO_NT_ORA InternalWarmKeyCheck 2 317
    The CD RDBMS will not be copied.
    Info: CDSERVERAPO_NT_ORA InternalWarmKeyCheck 2 317
    The CD EXPORT1 will not be copied.
    Info: CDSERVERAPO_NT_ORA InternalWarmKeyCheck 2 317
    The CD EXPORT2 will not be copied.
    Info: CDSERVERAPO_NT_ORA InternalWarmKeyCheck 2 317
    The CD LIVECACHE will not be copied.
    Info: InstController MakeStepsDeliver 2 317
    Requesting Information on CD-ROMs
    Info: InstController MakeStepsDeliver 2 902
    Creating Local Group
    Info: InstController MakeStepsDeliver 2 903
    Creating Local Group
    Info: InstController MakeStepsDeliver 2 899
    Creating Global Group
    Info: InstController MakeStepsDeliver 2 958
    Creating the SAP System Administrator
    Info: InstController MakeStepsDeliver 2 979
    Assigning User Rights to the SAP System Administrator
    Info: OSUSERSIDADMRIGHTS_NT_IND InternalInstallationDo 2 979
    Successfully added privileges SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege to account
    SAP\c11adm on computer sap!
    Info: InstController MakeStepsDeliver 2 978
    Setting Password for for the SAP System Administrator
    Info: InstController MakeStepsDeliver 2 947
    Creating the SAP Service Account
    Info: InstController MakeStepsDeliver 2 952
    Assigning Rights to the User SAPService<SAPSIDADM>
    Info: OSUSERSAPSERVICERIGHTS_NT_IND InternalInstallationDo 2 952
    Successfully added privileges SeServiceLogonRight SeNetworkLogonRight to account
    SAP\SAPServiceC11 on computer sap!
    Info: InstController MakeStepsDeliver 2 895
    Creating the Database Administration Group
    Info: InstController MakeStepsDeliver 2 898
    Creating the Database Operator Group
    Info: InstController MakeStepsDeliver 2 968
    Locating User in Groups
    Info: InstController MakeStepsDeliver 2 949
    Locating User in Group
    Info: InstController MakeStepsDeliver 2 418
    Setting the Database Environment
    Info: DATABASEENVIRONMENT_NT_ORA InternalInstallationDo 2 418
    Set all values to registry key HKLM\Software\ORACLE on computer
    sap successfully!
    Info: InstController MakeStepsDeliver 2 993
    Setting Environment
    Info: R3DBSAPENVIRONMENT_NT_IND InternalInstallationDo 2 993
    Set all values to registry key HKLM\Software\SAP\C11\Environment on computer
    sap successfully!
    Info: InstController MakeStepsDeliver 2 995
    Setting Environment
    Info: R3DBUSERENVIRONMENT_NT_IND InternalInstallationDo 2 995
    Set all values to registry key HKCU\Environment on computer
    sap successfully!
    Info: InstController MakeStepsDeliver 2 655
    Creating Database Instance
    Info: DBCREATEINSTANCE_NT_ORA SyCoprocessCreate 2 655
    Creating coprocess D:\oracle\ora81\BIN\ORADIM ...
    Info: DBCREATEINSTANCE_NT_ORA ExecuteDo 2 655
    RC code form SyCoprocessWait  = 0 .
    Info: InstController MakeStepsDeliver 2 704
    Setting the Oracle Service to Autostart
    Info: InstController MakeStepsDeliver 2 692
    Creating the ORACLE Configuration File
    Info: DBINITORACREATE_NT_ORA SyFileVersionSave 2 692
    Saving original content of file D:\oracle\ora81\database\initC11.ora ...
    Info: DBINITORACREATE_NT_ORA SyFileVersionSave 2 692
    File D:\oracle\ora81\database\initC11.ora does not exist, no version must be saved.
    Info: DBINITORACREATE_NT_ORA SyFileVersionSave 2 692
    Saving original content of file D:\oracle\ora81\database\initC11.dba ...
    Info: DBINITORACREATE_NT_ORA SyFileVersionSave 2 692
    File D:\oracle\ora81\database\initC11.dba does not exist, no version must be saved.
    Info: DBINITORACREATE_NT_ORA SyFileVersionSave 2 692
    Saving original content of file D:\oracle\ora81\database\initC11.sap ...
    Info: DBINITORACREATE_NT_ORA SyFileVersionSave 2 692
    File D:\oracle\ora81\database\initC11.sap does not exist, no version must be saved.
    Info: InstController MakeStepsDeliver 2 693
    Adapting the ORACLE Configuration File
    Info: InstController MakeStepsDeliver 2 701
    Stopping the ORACLE Listener
    Info: InstController MakeStepsDeliver 2 1165
    Creating the Database Service Names File
    Info: TNSNAMESORA_NT_ORA CheckEntry 2 1165
    TNSNAMES is ok. Nothing to do.
    Info: InstController MakeStepsDeliver 2 1145
    Creating the SQL*Net V2 Diagnostic File
    Info: SQLNETORA_NT_ORA SyFileVersionSave 2 1145
    Saving original content of file D:\oracle\ora81\network\admin\protocol.ora ...
    Info: SQLNETORA_NT_ORA SyFileVersionSave 2 1145
    Saving original content of file D:\oracle\ora81\network\admin\sqlnet.ora ...
    Info: InstController MakeStepsDeliver 2 877
    Adapting the Listener Configuration File
    Info: LISTENERORA_NT_ORA SyFileVersionSave 2 877
    Saving original content of file D:\oracle\ora81\network\admin\listener.ora ...
    Info: LISTENERORA_NT_ORA InternalInstallationDo 2 877
    LISTENER.ORA added.
    Info: InstController MakeStepsDeliver 2 700
    Starting the ORACLE Listener
    Info: DBLISTENERSTART_NT_ORA SyCoprocessCreate 2 700
    Creating coprocess D:\oracle\ora81\bin\LSNRCTL ...
    Info: DBLISTENERSTART_NT_ORA ExecuteDo 2 700
    RC code form SyCoprocessWait  = 0 .
    Info: InstController MakeStepsDeliver 2 651
    Converting Template Files
    Info: InstController MakeStepsDeliver 2 835
    Getting Minimal Size of the Database
    Info: DBRESETDATABASE_NT_ORA OracleOpsCheck 2 752
    KEY: OPS VALUE: NO is set.
    Info: DBRESETDATABASE_NT_ORA OracleRawCheck 2 752
    KEY: RAWDEVICE VALUE: NO is set.
    Info: InstController MakeStepsDeliver 2 752
    Resetting the Database
    Info: DBRESETDATABASE_NT_ORA InternalInstallationDo 2 752
    Shutdown Database abort.
    Info: DBRESETDATABASE_NT_ORA OracleCmd 2 752
    Shutdown Database abort.
    Info: DBRESETDATABASE_NT_ORA SyCoprocessCreate 2 752
    Creating coprocess D:\oracle\ora81\bin\svrmgrl.exe ...
    Info: DBRESETDATABASE_NT_ORA SvrmgrDoDummy 2 752
    Oracle Server Manager Release 3.1.7.0.0 - Production
    Copyright (c) 1997, 1999, Oracle Corporation.  All Rights Reserved.
    Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production
    Connected.
    ORACLE instance shut down.
    Server Manager complete.
    Info: { } SyDirCreate 2 752
    Checking existence of directory D:\oracle\C11\sapdata1\system_1. If it does not exist creating it with user , group  and permission 7 ...
    Info: { } SyDirCreate 2 752
    Checking existence of directory D:\oracle\C11\sapdata1\roll_1. If it does not exist creating it with user , group  and permission 7 ...
    Info: { } SyDirCreate 2 752
    Checking existence of directory D:\oracle\C11\sapdata1\temp_1. If it does not exist creating it with user , group  and permission 7 ...
    Info: { } SyDirCreate 2 752
    Checking existence of directory D:\oracle\C11\sapdata2\stabi_1. If it does not exist creating it with user , group  and permission 7 ...
    Info: { } SyDirCreate 2 752
    Checking existence of directory D:\oracle\C11\sapdata2\stabi_2. If it does not exist creating it with user , group  and permission 7 ...
    Info: { } SyDirCreate 2 752
    Checking existence of directory D:\oracle\C11\sapdata4\stabd_1. If it does not exist creating it with user , group  and permission 7 ...
    Info: { } SyDirCreate 2 752
    Checking existence of directory D:\oracle\C11\sapdata4\stabd_2. If it does not exist creating it with user , group  and permission 7 ...
    Info: { } SyDirCreate 2 752
    Checking existence of directory D:\oracle\C11\sapdata1\btabi_1. If it does not exist creating it with user , group  and permission 7 ...
    Info: { } SyDirCreate 2 752
    Checking existence of directory D:\oracle\C11\sapdata6\btabd_1. If it does not exist creating it with user , group  and permission 7 ...
    Info: { } SyDirCreate 2 752
    Checking existence of directory D:\oracle\C11\sapdata5\pooli_1. If it does not exist creating it with user , group  and permission 7 ...
    Info: { } SyDirCreate 2 752
    Checking existence of directory D:\oracle\C11\sapdata6\poold_1. If it does not exist creating it with user , group  and permission 7 ...
    Info: { } SyDirCreate 2 752
    Checking existence of directory D:\oracle\C11\sapdata4\clui_1. If it does not exist creating it with user , group  and permission 7 ...
    Info: { } SyDirCreate 2 752
    Checking existence of directory D:\oracle\C11\sapdata4\clud_1. If it does not exist creating it with user , group  and permission 7 ...
    Info: { } SyDirCreate 2 752
    Checking existence of directory D:\oracle\C11\sapdata6\dimi_1. If it does not exist creating it with user , group  and permission 7 ...
    Info: { } SyDirCreate 2 752
    Checking existence of directory D:\oracle\C11\sapdata5\dimd_1. If it does not exist creating it with user , group  and permission 7 ...
    Info: { } SyDirCreate 2 752
    Checking existence of directory D:\oracle\C11\sapdata1\facti_1. If it does not exist creating it with user , group  and permission 7 ...
    Info: { } SyDirCreate 2 752
    Checking existence of directory D:\oracle\C11\sapdata6\factd_1. If it does not exist creating it with user , group  and permission 7 ...
    Info: { } SyDirCreate 2 752
    Checking existence of directory D:\oracle\C11\sapdata5\odsi_1. If it does not exist creating it with user , group  and permission 7 ...
    Info: { } SyDirCreate 2 752
    Checking existence of directory D:\oracle\C11\sapdata4\odsd_1. If it does not exist creating it with user , group  and permission 7 ...
    Info: { } SyDirCreate 2 752
    Checking existence of directory D:\oracle\C11\sapdata6\ddici_1. If it does not exist creating it with user , group  and permission 7 ...
    Info: { } SyDirCreate 2 752
    Checking existence of directory D:\oracle\C11\sapdata6\ddicd_1. If it does not exist creating it with user , group  and permission 7 ...
    Info: { } SyDirCreate 2 752
    Checking existence of directory D:\oracle\C11\sapdata6\docui_1. If it does not exist creating it with user , group  and permission 7 ...
    Info: { } SyDirCreate 2 752
    Checking existence of directory D:\oracle\C11\sapdata1\docud_1. If it does not exist creating it with user , group  and permission 7 ...
    Info: { } SyDirCreate 2 752
    Checking existence of directory D:\oracle\C11\sapdata1\el46di_1. If it does not exist creating it with user , group  and permission 7 ...
    Info: { } SyDirCreate 2 752
    Checking existence of directory D:\oracle\C11\sapdata4\el46dd_1. If it does not exist creating it with user , group  and permission 7 ...
    Info: { } SyDirCreate 2 752
    Checking existence of directory D:\oracle\C11\sapdata4\loadi_1. If it does not exist creating it with user , group  and permission 7 ...
    Info: { } SyDirCreate 2 752
    Checking existence of directory D:\oracle\C11\sapdata4\loadd_1. If it does not exist creating it with user , group  and permission 7 ...
    Info: { } SyDirCreate 2 752
    Checking existence of directory D:\oracle\C11\sapdata5\proti_1. If it does not exist creating it with user , group  and permission 7 ...
    Info: { } SyDirCreate 2 752
    Checking existence of directory D:\oracle\C11\sapdata4\protd_1. If it does not exist creating it with user , group  and permission 7 ...
    Info: { } SyDirCreate 2 752
    Checking existence of directory D:\oracle\C11\sapdata5\es46di_1. If it does not exist creating it with user , group  and permission 7 ...
    Info: { } SyDirCreate 2 752
    Checking existence of directory D:\oracle\C11\sapdata3\es46dd_1. If it does not exist creating it with user , group  and permission 7 ...
    Info: { } SyDirCreate 2 752
    Checking existence of directory D:\oracle\C11\sapdata3\es46dd_2. If it does not exist creating it with user , group  and permission 7 ...
    Info: { } SyDirCreate 2 752
    Checking existence of directory D:\oracle\C11\sapdata4\sourcei_1. If it does not exist creating it with user , group  and permission 7 ...
    Info: { } SyDirCreate 2 752
    Checking existence of directory D:\oracle\C11\sapdata5\sourced_1. If it does not exist creating it with user , group  and permission 7 ...
    Info: { } SyDirCreate 2 752
    Checking existence of directory D:\oracle\C11\sapdata4\user1i_1. If it does not exist creating it with user , group  and permission 7 ...
    Info: { } SyDirCreate 2 752
    Checking existence of directory D:\oracle\C11\sapdata4\user1d_1. If it does not exist creating it with user , group  and permission 7 ...
    Info: DBCREATEDB_NT_ORA OracleOpsCheck 2 654
    KEY: OPS VALUE: NO is set.
    Info: DBCREATEDB_NT_ORA OracleRawCheck 2 654
    KEY: RAWDEVICE VALUE: NO is set.
    Info: DBCREATEDB_NT_ORA OracleCreatescriptCheck 2 654
    KEY: CREATESCRIPT VALUE: YES is set.
    Info: { } SyDirCreate 2 654
    Checking existence of directory D:\oracle\C11\sapdata1\system_1. If it does not exist creating it with user , group  and permission 7 ...
    Info: InstController MakeStepsDeliver 2 654
    Creating the Database
    Info: DBCREATEDB_NT_ORA InternalInstallationDo 2 654
    Create Database.
    Info: DBCREATEDB_NT_ORA SyCoprocessCreate 2 654
    Creating coprocess D:\oracle\ora81\bin\svrmgrl.exe ...
    Info: DBCREATEDB_NT_ORA SvrmgrDoDummy 2 654
    Oracle Server Manager Release 3.1.7.0.0 - Production
    Copyright (c) 1997, 1999, Oracle Corporation.  All Rights Reserved.
    Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production
    Connected.
    Echo                            ON
    SVRMGR> SET TERMOUT ON;
    Termout                         ON
    SVRMGR> SHUTDOWN ABORT;
    ORACLE instance shut down.
    SVRMGR> STARTUP NOMOUNT PFILE=init.ora;
    ORACLE instance started.
    Total System Global Area                        272721948 bytes
    Fixed Size                                          75804 bytes
    Variable Size                                   123363328 bytes
    Database Buffers                                148226048 bytes
    Redo Buffers                                      1056768 bytes
    SVRMGR> CREATE DATABASE C11
         2> CONTROLFILE REUSE
         3> MAXDATAFILES  254
         4> MAXLOGFILES   255
         5> MAXLOGHISTORY 1000
         6> MAXLOGMEMBERS 3
         7> MAXINSTANCES  50
         8> CHARACTER SET "WE8DEC"
         9> DATAFILE
    Info: DBCREATEDB_NT_ORA SvrmgrDoDummy 2 654
        10> 'D:\oracle\C11\sapdata1\system_1\system.data1' SIZE 350M REUSE
        11> NOARCHIVELOG
        12> LOGFILE
        13> GROUP 11 (
        14> 'D:\oracle\C11\origloga\log_g11m1.dbf',
        15> 'D:\oracle\C11\mirrloga\log_g11m2.dbf'
        16> ) SIZE 20M REUSE
        17> ,GROUP 13 (
        18> 'D:\oracle\C11\origloga\log_g13m1.dbf',
        19> 'D:\oracle\C11\mirrloga\log_g13m2.dbf'
        20> ) SIZE 20M REUSE
        21> ,GROUP 12 (
        22> 'D:\oracle\C11\origlogb\log_g12m1.dbf',
        23> 'D:\oracle\C11\mirrlogb\log_g12m2.dbf'
        24> ) SIZE 20M REUSE
        25> ,GROUP 14 (
        26> 'D:\oracle\C11\origlogb\log_g14m1.dbf',
        27> 'D:\oracle\C11\mirrlogb\log_g14m2.dbf'
        28> ) SIZE 20M REUSE
        29> ;
    Statement processed.
    SVRMGR> EXIT
    Server Manager complete.
    Info: DBPOSTBUILD_NT_ORA OracleCreatescriptCheck 2 715
    KEY: CREATESCRIPT VALUE: YES is set.
    Info: InstController MakeStepsDeliver 2 715
    Creating the ORACLE Data Dictionary
    Info: DBPOSTBUILD_NT_ORA SyCoprocessCreate 2 715
    Creating coprocess D:\oracle\ora81\bin\svrmgrl.exe ...
    Info: DBPOSTBUILD_NT_ORA SvrmgrDoDummy 2 715
    Oracle Server Manager Release 3.1.7.0.0 - Production
    Copyright (c) 1997, 1999, Oracle Corporation.  All Rights Reserved.
    Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production
    Connected.
    Server Manager complete.
    Info: DBPOSTBUILD_NT_ORA InternalInstallationDo 2 715
    Database is running.
    Info: DBPOSTBUILD_NT_ORA InternalInstallationDo 2 715
    Execute sql script: D:\oracle\ora81\rdbms\admin\catalog.sql.
    Info: DBPOSTBUILD_NT_ORA SyCoprocessCreate 2 715
    Creating coprocess D:\oracle\ora81\bin\svrmgrl.exe ...
    Info: DBPOSTBUILD_NT_ORA InternalInstallationDo 2 715
    Execute sql script: D:\oracle\ora81\rdbms\admin\catproc.sql.
    Info: DBPOSTBUILD_NT_ORA SyCoprocessCreate 2 715
    Creating coprocess D:\oracle\ora81\bin\svrmgrl.exe ...
    Info: DBPOSTBUILD_NT_ORA InternalInstallationDo 2 715
    Execute sql script: D:\oracle\ora81\sqlplus\admin\pupbld.sql.
    Info: DBPOSTBUILD_NT_ORA SyCoprocessCreate 2 715
    Creating coprocess D:\oracle\ora81\bin\svrmgrl.exe ...
    Info: DBCREATEROLLSEGSTART_NT_ORA OracleCreatescriptCheck 2 659
    KEY: CREATESCRIPT VALUE: YES is set.
    Info: InstController MakeStepsDeliver 2 659
    Creating the First Rollback Segment
    Info: DBCREATEROLLSEGSTART_NT_ORA SyCoprocessCreate 2 659
    Creating coprocess D:\oracle\ora81\bin\svrmgrl.exe ...
    Info: DBCREATEROLLSEGSTART_NT_ORA SvrmgrDoDummy 2 659
    Oracle Server Manager Release 3.1.7.0.0 - Production
    Copyright (c) 1997, 1999, Oracle Corporation.  All Rights Reserved.
    Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production
    Connected.
    Server Manager complete.
    Info: DBCREATEROLLSEGSTART_NT_ORA InternalInstallationDo 2 659
    Database is running.
    Info: DBCREATEROLLSEGSTART_NT_ORA SyCoprocessCreate 2 659
    Creating coprocess D:\oracle\ora81\bin\svrmgrl.exe ...
    Info: DBCREATEROLLSEGSTART_NT_ORA SvrmgrDoDummy 2 659
    Oracle Server Manager Release 3.1.7.0.0 - Production
    Copyright (c) 1997, 1999, Oracle Corporation.  All Rights Reserved.
    Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production
    Connected.
    Statement processed.
    Statement processed.
    Server Manager complete.
    Info: DBCREATETSP_NT_ORA OracleOpsCheck 2 660
    KEY: OPS VALUE: NO is set.
    Info: DBCREATETSP_NT_ORA OracleRawCheck 2 660
    KEY: RAWDEVICE VALUE: NO is set.
    Info: DBCREATETSP_NT_ORA OracleCreatescriptCheck 2 660
    KEY: CREATESCRIPT VALUE: YES is set.
    Info: InstController MakeStepsDeliver 2 660
    Creating Tablespaces
    Info: DBCREATETSP_NT_ORA SyCoprocessCreate 2 660
    Creating coprocess D:\oracle\ora81\bin\svrmgrl.exe ...
    Info: DBCREATETSP_NT_ORA SvrmgrDoDummy 2 660
    Oracle Server Manager Release 3.1.7.0.0 - Production
    Copyright (c) 1997, 1999, Oracle Corporation.  All Rights Reserved.
    Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production
    Connected.
    Server Manager complete.
    Info: DBCREATETSP_NT_ORA InternalInstallationDo 2 660
    Database is running.
    Info: { } SyDirCreate 2 660
    Checking existence of directory D:\oracle\C11\sapdata1\roll_1. If it does not exist creating it with user , group  and permission 7 ...
    Info: DBCREATETSP_NT_ORA InternalInstallationDo 2 660
    Create Tablespace: PSAPROLL.
    Info: DBCREATETSP_NT_ORA SyCoprocessCreate 2 660
    Creating coprocess D:\oracle\ora81\bin\svrmgrl.exe ...
    Info: DBCREATETSP_NT_ORA SvrmgrDoDummy 2 660
    Oracle Server Manager Release 3.1.7.0.0 - Production
    Copyright (c) 1997, 1999, Oracle Corporation.  All Rights Reserved.
    Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production
    Connected.
    Statement processed.
    Server Manager complete.
    Info: DBCREATETSP_NT_ORA InternalInstallationDo 2 660
    Create Tablespace: PSAPROLL created successfully.
    Info: { } SyDirCreate 2 660
    Checking existence of directory D:\oracle\C11\sapdata1\temp_1. If it does not exist creating it with user , group  and permission 7 ...
    Info: DBCREATETSP_NT_ORA InternalInstallationDo 2 660
    Create Tablespace: PSAPTEMP.
    Info: DBCREATETSP_NT_ORA SyCoprocessCreate 2 660
    Creating coprocess D:\oracle\ora81\bin\svrmgrl.exe ...
    Info: DBCREATETSP_NT_ORA SvrmgrDoDummy 2 660
    Oracle Server Manager Release 3.1.7.0.0 - Production
    Copyright (c) 1997, 1999, Oracle Corporation.  All Rights Reserved.
    Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production
    Connected.
    Statement processed.
    Server Manager complete.
    Info: DBCREATETSP_NT_ORA InternalInstallationDo 2 660
    Create Tablespace: PSAPTEMP created successfully.
    Info: { } SyDirCreate 2 660
    Checking existence of directory D:\oracle\C11\sapdata2\stabi_1. If it does not exist creating it with user , group  and permission 7 ...
    Info: DBCREATETSP_NT_ORA InternalInstallationDo 2 660
    Create Tablespace: PSAPSTABI.
    Info: DBCREATETSP_NT_ORA SyCoprocessCreate 2 660
    Creating coprocess D:\oracle\ora81\bin\svrmgrl.exe ...
    Info: DBCREATETSP_NT_ORA SvrmgrDoDummy 2 660
    Oracle Server Manager Release 3.1.7.0.0 - Production
    Copyright (c) 1997, 1999, Oracle Corporation.  All Rights Reserved.
    Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production
    Connected.
    Statement processed.
    Server Manager complete.
    Info: DBCREATETSP_NT_ORA InternalInstallationDo 2 660
    Create Tablespace: PSAPSTABI created successfully.
    Info: { } SyDirCreate 2 660
    Checking existence of directory D:\oracle\C11\sapdata2\stabi_2. If it does not exist creating it with user , group  and permission 7 ...
    Info: DBCREATETSP_NT_ORA InternalInstallationDo 2 660
    Alter Tablespace add datafile for: PSAPSTABI.
    Info: DBCREATETSP_NT_ORA SyCoprocessCreate 2 660
    Creating coprocess D:\oracle\ora81\bin\svrmgrl.exe ...
    Info: DBCREATETSP_NT_ORA SvrmgrDoDummy 2 660
    Oracle Server Manager Release 3.1.7.0.0 - Production
    Copyright (c) 1997, 1999, Oracle Corporation.  All Rights Reserved.
    Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production
    Connected.
    Statement processed.
    Server Manager complete.
    Info: DBCREATETSP_NT_ORA InternalInstallationDo 2 660
    Alter Tablespace add datafile: PSAPSTABI created successfully.
    Info: { } SyDirCreate 2 660
    Checking existence of directory D:\oracle\C11\sapdata4\stabd_1. If it does not exist creating it with user , group  and permission 7 ...
    Info: DBCREATETSP_NT_ORA InternalInstallationDo 2 660
    Create Tablespace: PSAPSTABD.
    Info: DBCREATETSP_NT_ORA SyCoprocessCreate 2 660
    Creating coprocess D:\oracle\ora81\bin\svrmgrl.exe ...
    Info: DBCREATETSP_NT_ORA SvrmgrDoDummy 2 660
    Oracle Server Manager Release 3.1.7.0.0 - Production
    Copyright (c) 1997, 1999, Oracle Corporation.  All Rights Reserved.
    Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production
    Connected.
    Statement processed.
    Server Manager complete.
    Info: DBCREATETSP_NT_ORA InternalInstallationDo 2 660
    Create Tablespace: PSAPSTABD created successfully.
    Info: { } SyDirCreate 2 660
    Checking existence of directory D:\oracle\C11\sapdata4\stabd_2. If it does not exist creating it with user , group  and permission 7 ...
    Info: DBCREATETSP_NT_ORA InternalInstallationDo 2 660
    Alter Tablespace add datafile for: PSAPSTABD.
    Info: DBCREATETSP_NT_ORA SyCoprocessCreate 2 660
    Creating coprocess D:\oracle\ora81\bin\svrmgrl.exe ...
    Info: DBCREATETSP_NT_ORA SvrmgrDoDummy 2 660
    Oracle Server Manager Release 3.1.7.0.0 - Production
    Copyright (c) 1997, 1999, Oracle Corporation.  All Rights Reserved.
    Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production
    Connected.
    Statement processed.
    Server Manager complete.
    Info: DBCREATETSP_NT_ORA InternalInstallationDo 2 660
    Alter Tablespace add datafile: PSAPSTABD created successfully.
    Info: { } SyDirCreate 2 660
    Checking existence of directory D:\oracle\C11\sapdata1\btabi_1. If it does not exist creating it with user , group  and permission 7 ...
    Info: DBCREATETSP_NT_ORA InternalInstallationDo 2 660
    Create Tablespace: PSAPBTABI.
    Info: DBCREATETSP_NT_ORA SyCoprocessCreate 2 660
    Creating coprocess D:\oracle\ora81\bin\svrmgrl.

  • Timeout error in ECC "INTERNAL.CLIENT_RECEIVE_FAILED Error while receiving by HTTP (error code: 402 , error text: ICM_HTTP_TIMEOUT)"

    Dear Experts,
    I am very critical situation due to this timeout error in ECC, please help me as much as you can. Go-live date is very near, but I am not getting any clue why this error is occurring. our ECC system is EHP 4, and PI is dual stack 7.4
    My scenario is synchronous ABAP proxy to HTTP_AAE. request is triggering from ECC via proxy and reaching to third party (bank) through PI, I am reviving the response back in PI from bank. But from PI to ECC the response is not reaching. So in ECC after the defined Timeout limit its getting timed out.
    I have tried everything by increasing the timeout in ECC more than 15 minutes in HTTP_TIMEOUT under SXMB_adm in ECC, but nothing worked, even if I am increasing for half an hour then also its getting timeout after half an hour.
    response from bank to PI is coming within 30 to 40 seconds, but PI is not sending the response back to ECC.
    This is classical scenario, and I have checked the trace via SXMB_Moni in PI as well as in ECC, in ECC its showing the timeout error, but in PI i did not see any trace for this error.
    I have read many thread on SCN for the same error, and everywhere it has been suggested to increase the timeout, and I have tired that, it didn't help me.
    All ABAP proxy configuration has been done as follows.
    RFC destinations in ECC
    LCRSAPRFC(TCP/IP)
    SAPSLDAPI ((TCP/IP))
    G type destination to path "/sap/xi/engine?type=entry"
    G type destination SAP_PROXY_ESR to path "/rep"
    All the destination connection test is working fine.
    but i have a doubt on G type destination(AAE_XDJ) to path  "/sap/xi/engine?type=entry" which is returns the status code 500 with message "Empty HTTP request received", is it ok with 500 ?
    Configuration in ECC Integration Engine configuration is as follows
    Questions
    How the message gets pushed to ECC from PI, once the message received in PI, I believe by G type RFC destination on path  "/sap/xi/engine?type=entry" , please clarify.
    How to trace this, if message is not getting pushed to ECC, I mean I have checked the trace in PI XSMB_MONI, but didn't get anything for this error. In ECC SXMB_moni only I am able to the timeout error.
    Please expert help me as soon as you can, this error really effecting me badly in front of management
    Thanks,
    Farhan

    Hi Hareesh,
    I configured the scenario based on ICO, and again I received the same timeout error in ECC.
    I am really sick with this error, and I have raised the OSS message to SAP. Meanwhile I just want to double check my entire configuration with you. Please see the below configuration (for classical) for ABAP proxy to HTTP_AAE, and let me know if anything is wrong.
    Request structure (ECC->PI->Bank)
    <?xml version='1.0' ?>
    <PaymentInfoMessage>
    <PaymentInfoRequest>
    <CompanyCode>Partner01</CompanyCode>
    <BankCode>BSFRSARI</BankCode>
    <StartDate>2006-07-09T00:00:00</StartDate>
    <EndDate>2006-07-09T00:00:00</EndDate>
    <TransactionType>940</TransactionType>
    </PaymentInfoRequest>
    </PaymentInfoMessage>
    Response Structure (Bank->PI->ECC)
    <?xml version="1.0"?>
    <PaymentInfoMessageResponse>
    <PaymentInfoResponse>
        <TransactionType>940</TransactionType>
        <SequenceNum>1</SequenceNum>
        <ReceiptTime>2002-01-02T18:01:00</ReceiptTime>
        <ProcessStatus>1</ProcessStatus>
        <Comment>No Comment</Comment>
        <TransactionData>:20:MT940-1007200601
    :25:3210000079901
    :28C:190/0001
    </TransactionData>
        <CompanyCode>PARTNER01</CompanyCode>
    </PaymentInfoResponse>
    <StatusCode>OK</StatusCode>
    <StatusDetail>OK</StatusDetail>
    <ResponseItemCount>2</ResponseItemCount>
    </PaymentInfoMessageResponse>
    ESR Configuration
    Please see the below screenshot for ESR config. I have created 4 data types, 4 message types, 2 Service interface (synchronous), 2 mapping and one operation mapping.
    I just want to clarify about selecting the Request and response message type in inbound and outbound service interface.
    <?xml version='1.0' ?>
    <PaymentInfoMessage>
    <PaymentInfoRequest>
    <CompanyCode>Partner01</CompanyCode>
    <BankCode>BSFRSARI</BankCode>
    <StartDate>2006-07-09T00:00:00</StartDate>
    <EndDate>2006-07-09T00:00:00</EndDate>
    <TransactionType>940</TransactionType>
    </PaymentInfoRequest>
    </PaymentInfoMessage>
    Response Structure (Bank->PI->ECC)
    <?xml version="1.0"?>
    <PaymentInfoMessageResponse>
    <PaymentInfoResponse>
        <TransactionType>940</TransactionType>
        <SequenceNum>1</SequenceNum>
        <ReceiptTime>2002-01-02T18:01:00</ReceiptTime>
        <ProcessStatus>1</ProcessStatus>
        <Comment>No Comment</Comment>
        <TransactionData>:20:MT940-1007200601
    :25:3210000079901
    :28C:190/0001
    </TransactionData>
        <CompanyCode>PARTNER01</CompanyCode>
    </PaymentInfoResponse>
    <StatusCode>OK</StatusCode>
    <StatusDetail>OK</StatusDetail>
    <ResponseItemCount>2</ResponseItemCount>
    </PaymentInfoMessageResponse>
    ESR Configuration
    I have simply created 2 data types for requests(ECC->PI->Bank) and did one to one mapping. Similarly for response(Bank->PI->ECC) 2 data types, one to one mapping for this as well.
    But I just want to clarify about selecting the Request and response message type in inbound and outbound service interface. please explain me this for synchronous interface.
    Please see the below structure from ESR and inbound and Outbound service and let me know if the selection of Request and response message types is correct or not.
    OutBound service interface
    Inbound service interface
    Thanks,
    Farhan

  • ECC 6.0 Error : Tax code PA also exists.

    Dear Gurus,
    We have recently encountered the error in ECC 6.0 during the invoice
    in which we did not encounter in 4.6C.
    <b>ECC 6.0:</b>
    We have created a PO with tax Code as "II". When we do invoice for this
    PO using Tcode: MIRO, tax code "PA" is populated in invoice header from
    the configuration & tax code "II" is populated in invoice item from PO.
    When we try to post the invoice we encounter the error stating that
    "Tax code PA also exists".
    4.6C:
    In 4.6C we can be able to post the invoice without any error for the
    above mentioned scenario.Then we wrote this issue to OSS asking them help to resolve this issue.
    SAP said that,
    Behavior of system in ECC 6.0: is correct and they asked us to refer the following
    attached note which explains the same that system should throw the
    message FF812 if header tax code is not present in any line item.
    371633 MIRO: Error message FF812
    Regarding the behaviour in 4.6C in, this is due to missing of following attached note.754074 MIRO: Missing error message FF812
    After the answer from SAP we concluded the following:
    (1). Behavior of system in ECC 6.0 is correct, I mean triggering the error when the 
          tax code difference in header and item.
    (2). Behaviour of system in 4.6C is wrong, since we missed out to implement the 
          OSS note.That's why it does not trigger any error message.
    <b>
    Question:</b>
    (1). Now the users encounter error in ECC 6.0 when they post the invoice, b'cas the header and item tax code is difference.
    What is the best to way to overcome this issue.I mean without error how to post the invoice?..Your earliest help will be greatly appreciateble.
    Thanks.
    Cheerios
    Thamarai Kannan MK

    Hello, I know it's and old question, but I'm facing the same problem. Did you solve it ??
    Thanks in advance,
    María

  • Skip first screen & ECC 6 syntax error

    Hi,
    I have program that is in ECC 6 giving syntax error
      call transaction v_tcode using i_bdc options from i_options
                                          messages into i_message
                                          and skip first screen.
    I am getting a syntax error that "The additon AND SKIP FIRST SCREEN" cannot be used with "CALL TRANSACTION USING..."
    Any info how to correct this.
    aRs

    Hi,
    Thanks for your reply.
    The first screen i am calling in my program
        perform bdc_dynpro      using 'SAPMYCTC' '0100'.
        perform bdc_field       using 'BDC_OKCODE' '=ENTR'.
        perform bdc_field       using 'YCTC-CTCNUMBER'
                                      wa_yctc-ctcnumber.
    i am pushing the values to first screen , then i  need to screen skip the first screen
    aRs

Maybe you are looking for

  • Compatibility between Jabber for iphone 9.0.2 and CUCME 9.1 (IOS 15.2(4))

    Hi, I would like to know if Jabber for IPhone version 9.0.2 is compatible with a CUCME 9.1. The problem is that we are using Jabber for a couple of months running on a CUCME 8.6 and we did not have any problem and since we upgraded to 9.1, we lost so

  • Display sales Vs. Top sales

    I believe that this is more complex than it looks. I need a report with just two rows or columns showing the sales of a company (say that this is a single variable available for data entry) and compare it against the company with highest sales (so th

  • Camera zoom problem

    i havent had any problems with my camera up until now. i have had the Curve 8310 for 3  months and now all of a sudden the camera wont zoom. can anyone help me out with that. Solved! Go to Solution.

  • Create Limited user role on SCVMM 2012

    Hi , Hi , I want to create user Role do the following actions only Start / Stop VM Delete VM Create VM Do you have any idea ? Ramy

  • Content not seen in some other browsers.

    Can anyone tell me what is going on here. I have begun working on a site for a writers group. The first home page is a graphic in a layer. I have done this before and it has been fine. So far there is only content on the About Us section. The side me