-->

  • After the executable for a service is deleted, the service might still be present in the registry. If that's the case, use the command sc delete to remove the entry for the service from the registry. Install your service manually using PowerShell. From the Start menu, select the Windows PowerShell directory, then select Windows PowerShell.
  • When you first login to a new Windows Server 2012 machine, the new Server Manager UI will display. Click Add roles and features. On the first screen of Add Roles and Features Wizard, click Next.This displays a page where you.

If you’re developing a Windows service with the .NET Framework, you can quickly install your service app by using the InstallUtil.exe command-line utility or PowerShell. Developers who want to release a Windows service that users can install and uninstall can use the free WiX Toolset or commercial tools like Advanced Installer, InstallShield, or others. For more information, see Create an installer package (Windows desktop).

I solved the install failure of Windows Internal Database. Steps: In Group Policy Management, edit Default Domain controllers policy Open Policies, Windows settings, security settings, local policy, user rights assignment Edit 'Log on As a Service' and uncheck the 'Define these policy settings'. Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question.Provide details and share your research! Asking for help, clarification, or responding to other answers.

Warning

Internal

If you want to uninstall a service from your computer, don’t follow the steps in this article. Instead, find out which program or software package installed the service, and then choose Apps in Settings to uninstall that program. Note that many services are integral parts of Windows; if you remove them, you might cause system instability.

To use the steps in this article, you first need to add a service installer to your Windows service. Unlimited play free games offline free. For more information, see Walkthrough: Creating a Windows service app.

You can't run Windows service projects directly from the Visual Studio development environment by pressing F5. Before you can run the project, you must install the service in the project.

Exorcist game pc. Tip

You can use Server Explorer to verify that you've installed or uninstalled your service. For more information, see How to use Server Explorer in Visual Studio.

Install your service manually using InstallUtil.exe utility

  1. From the Start menu, select the Visual Studio <version> directory, then select Developer Command Prompt for VS <version>.

    The Developer Command Prompt for Visual Studio appears.

  2. Access the directory where your project's compiled executable file is located.

  3. Run InstallUtil.exe from the command prompt with your project's executable as a parameter:

    If you’re using the Developer Command Prompt for Visual Studio, InstallUtil.exe should be on the system path. Otherwise, you can add it to the path, or use the fully qualified path to invoke it. This tool is installed with the .NET Framework in %WINDIR%Microsoft.NETFramework[64]<framework_version>.

    For example:

    • For the 32-bit version of the .NET Framework 4 or 4.5 and later, if your Windows installation directory is C:Windows, the default path is C:WindowsMicrosoft.NETFrameworkv4.0.30319InstallUtil.exe.
    • For the 64-bit version of the .NET Framework 4 or 4.5 and later, the default path is C:WindowsMicrosoft.NETFramework64v4.0.30319InstallUtil.exe.

Uninstall your service manually using InstallUtil.exe utility

  1. From the Start menu, select the Visual Studio <version> directory, then select Developer Command Prompt for VS <version>.

    The Developer Command Prompt for Visual Studio appears.

  2. Run InstallUtil.exe from the command prompt with your project's output as a parameter:

  3. After the executable for a service is deleted, the service might still be present in the registry. If that's the case, use the command sc delete to remove the entry for the service from the registry.

Install your service manually using PowerShell

  1. From the Start menu, select the Windows PowerShell directory, then select Windows PowerShell.

  2. Access the directory where your project's compiled executable file is located.

  3. Run the New-Service cmdlet with the with your project's output and a service name as parameters:

Uninstall your service manually using PowerShell

  1. From the Start menu, select the Windows PowerShell directory, then select Windows PowerShell.

  2. Run the Remove-Service cmdlet with the name of your service as parameter:

  3. After the executable for a service is deleted, the service might still be present in the registry. If that's the case, use the command sc delete to remove the entry for the service from the registry.

See also

-->

This article lists common errors, status codes, descriptions, and possible solutions when accessing organization resources. Use this information to help troubleshoot access issues when using Microsoft Intune.

If you need support help, see get support in Microsoft Endpoint Manager.

Status codes for MDM managed Windows devices

Status codeError messageWhat to do
10 (APP_CI_ENFORCEMENT_IN_PROGRESS)Installation in progress
20 (APP_CI_ENFORCEMENT_IN_PROGRESS_WAITING_CONTENT)Waiting for content
30 (APP_CI_ENFORCEMENT_ERROR_RETRIEVING_CONTENT)Retrieving contentProbable Cause: Job status 30 indicates that a user download of an app failed.
Likely causes for this may be:
The device lost Internet connectivity while the download was in progress.
The certificate issued to the device at the time of enrollment may have expired.
Mitigation:
Launch the Company Apps app from Control Panel on the device to confirm that the device certificate hasn't expired; if it has then you will need to re-enroll the device.
Confirm that the device is connected to the Internet and try to request the app again.
40 (APP_CI_ENFORCEMENT_IN_PROGRESS_CONTENT_DOWNLOADED)Content download complete
50 (APP_CI_ENFORCEMENT_IN_PROGRESS_INSTALLING)Installation in progress
60 (APP_CI_ENFORCEMENT_ERROR_INSTALLING)Installation ​Error occurredThe app installation failed after download.
The code signing certificate with which app was signed is not present on the device.
A framework dependency on which the application depends is not found installed on the device.
Ensure that the code signing certificate with which your app was signed is present on the device and confirm with the admin that such a certificate was targeted for all enterprise enrolled Windows RT devices.
In case the installation failure is due to a missing framework dependency, the admin will have to re-publish the application again packaging the framework along with the application package.
The application package downloaded isn't a valid package, may have been corrupted, or may not be compatible with the OS version on the device.
70 (APP_CI_ENFORCEMENT_SUCCEEDED)Installation Success
80 (APP_CI_ENFORCEMENT_IN_PROGRESS)Uninstall in progress
90 (APP_CI_ENFORCEMENT_ERROR)Uninstall Error occurred
100 (APP_CI_ENFORCEMENT_SUCCEEDED)Uninstall Success
110 (APP_CI_ENFORCEMENT_ERROR)Content hash mismatch
120 (APP_CI_ENFORCEMENT_ERROR)SLK / side loading not enabled
130 (APP_CI_ENFORCEMENT_ERROR)MSADP license install failed
No status (APP_CI_ENFORCEMENT_UNKNOWN)n/aThe status is currently unknown.

Company resource access (common errors)

Status codeHexadecimal error codeError message
-20162811010x87D1FDF3MDM CRP request not found
-20162811020x87D1FDF2NDES URL not found
-20162811030x87D1FDF1MDM CRP certificate info not found
-20162811040x87D1FDF0MDM CI certificate info not found
-20162811050x87D1FDEFFailed to evaluate the Rule
-20162811060x87D1FDEENot applicable because it lost in conflict resolution
-20162811070x87D1FDEDUnsupported setting discovery source
-20162811080x87D1FDECReferenced setting not found in CI
-20162811090x87D1FDEBData type conversion failed
-20162811100x87D1FDEAInvalid parameter to CIM setting
-20162811110x87D1FDE9Not applicable for this device
-20162811120x87D1FDE8Remediation failed
-20163309050x87D13B67The app state is unknown
-20163309060x87D13B66The app is managed, but has been removed by the user
-20163309070x87D13B65The device is redeeming the redemption code
-20163309080x87D13B64The app install has failed
-20163309090x87D13B63The user rejected the offer to update the app
-20163309100x87D13B62The user rejected the offer to install the app
-20163309110x87D13B61The user has installed the app before managed app installation could take place
-20163309120x87D13B60The app is scheduled for installation, but needs a redemption code to complete the transaction
-20163411090x87D1138BiOS device has returned an error
-20163411100x87D1138AiOS device has rejected the command due to incorrect format
-20163411110x87D11389iOS device has returned an unexpected Idle status
-20163411120x87D11388iOS device is currently busy

Errors returned by iOS/iPadOS devices

Company Portal errors

Error text in Company PortalHTTP status codeAdditional error information
Internal server issue
Looks like you couldn't reach us due to an internal error on our server. Retry and then contact your IT admin if the issue continues.
500 errorThis error is likely caused by a problem on in the Intune service. The issue should be resolved on the Intune service side and is likely not due to issues on the customer side.
Temporarily unavailable
Looks like you couldn't reach us because our service is temporarily unavailable. Retry and then contact your IT admin if the issue continues.
503 errorThis is likely due to a temporary Intune service issue, such as the service being under maintenance. The issue should be resolved on the Intune service side and is likely not due to issues on the customer side.
Can't connect to server
Looks like you couldn't reach us. Retry and then contact your IT admin if the issue continues.
Not associated with an HTTP status codeA secure connection to the server could not be made, likely due to an SSL issue with the certs being used. This issue may be due to customer configurations not being compliant with Apple's requirements for App Transport Security (ATS).
Something went wrong
The Company Portal client couldn't load. Retry and then contact your IT admin if the issue continues.
400 errorAny error with an HTTP status code in the 400s that does not have a more specific error message will see this one. This is a client side error happening in the Company Portal app for iOS/iPadOS.
Can't reach server
Looks like you couldn't reach us. Retry and then contact your IT admin if the issue continues.
500 errorAny error with an HTTP status code in the 500s that does not have a more specific error message will see this one. This is a service side error happening in the Intune service.

Service errors

Status codeHexadecimal error codeError message
-20162991110x87D1B799Internal error
-20162991120x87D1B798Internal error
-20163001110x87D1B3B136001:(internal error)
-20163001120x87D1B3B036000:Cellular already configured
-20163011100x87D1AFCA35002:Multiple fonts in a single payload
-20163011110x87D1AFC935001:Failed font installation
-20163011120x87D1AFC835000:Invalid font data
-20163021090x87D1ABE334003:Kerberos principal name invalid
-20163021100x87D1ABE234002:Kerberos principal name missing
-20163021110x87D1ABE134001:Invalid URL match pattern
-20163021120x87D1ABE034000:Invalid app identifier match pattern
-20163041120x87D1A41032000:Too many apps
-20163051110x87D1A02931001:Cannot apply settings
-20163051120x87D1A02831000:Cannot apply credential
-20163061110x87D19C4130001:Timed out
-20163061120x87D19C4030000:Authentication failed
-20163071090x87D1985B29003:Bad certificate data
-20163071100x87D1985A29002:
-20163071110x87D1985929001:
-20163071120x87D1985829000:Device not supervised
-20163081100x87D1947228002:Cannot set wallpaper
-20163081110x87D1947128001:Bad wallpaper image
-20163081120x87D1947028000:Unknown item
-20163101110x87D18CA126001:File level encryption unsupported
-20163101120x87D18CA026000:Block level encryption unsupported
-20163111100x87D188BA25002:Cannot remove
-20163111110x87D188B925001:Cannot install
-20163111120x87D188B825000:Bad profile
-20163121090x87D184D324003:Bad final profile
-20163121100x87D184D224002:Bad identity payload
-20163121110x87D184D124001:Cannot sign attribute dictionary
-20163121120x87D184D024000:Cannot create attribute dictionary
-20163131100x87D180EA23002:Invalid server certificate
-20163131110x87D180E923001:Bad server response
-20163131120x87D180E823000:Bad identity
-20163140990x87D17D0D22013:Invalid PKIOperation response
-20163141000x87D17D0C22012:Cannot store CACertificate
-20163141010x87D17D0B22011:Cannot generate CSR
-20163141020x87D17D0A22010:Cannot store temporary identity
-20163141030x87D17D0922009:Cannot create temporary identity
-20163141040x87D17D0822008:Cannot create identity
-20163141050x87D17D0722007:Invalid signed certificate
-20163141060x87D17D0622006:Insufficient CACaps
-20163141070x87D17D0522005:Network error
-20163141080x87D17D0422004:Unsupported certificate configuration
-20163141090x87D17D0322003:Invalid RAResponse
-20163141100x87D17D0222002:Invalid CAResponse
-20163141110x87D17D0122001:Cannot generate key pair
-20163141120x87D17D0022000:Invalid key usage
-20163151050x87D1791F21007:Cannot verify account
-20163151060x87D1791E21006:Cannot decrypt certificate
-20163151070x87D1791D21005:Account not unique (Email Profile already exists on device)
-20163151080x87D1791C21004:Cannot create account
-20163151090x87D1791B21003:No host name
-20163151100x87D1791A21002:Cannot comply with encryption policy from server
-20163151110x87D1791921001:Cannot comply with policy from server
-20163151120x87D1791821000:Cannot get policy from server
-20163161100x87D1753220002:Account not unique
-20163161110x87D1753120001:No host name
-20163161120x87D1753020000:Cannot create account
-20163171100x87D1714A19002:Account not unique
-20163171110x87D1714919001:No host name
-20163171120x87D1714819000:Cannot create account
-20163181100x87D16D6218002:Invalid credentials
-20163181110x87D16D6118001:Host unreachable
-20163181120x87D16D6018000:Unknown error
-20163191100x87D1697A17002:Account not unique
-20163191110x87D1697917001:No host name
-20163191120x87D1697817000:Cannot create account
-20163201100x87D1659216002:Account not unique
-20163201110x87D1659116001:No host name
-20163201120x87D1659016000:Cannot create subscription
-20163211090x87D161AB15003:Invalid certificate
-20163211100x87D161AA15002:Cannot lock network configuration
-20163211110x87D161A915001:Cannot remove VPN
-20163211120x87D161A815000:Cannot install VPN
-20163221100x87D15DC214002:Cloud configuration already exists
-20163221110x87D15DC114001:Device locked
-20163221120x87D15DC014000:Invalid field
-20163231070x87D159DD13005:Cannot set up proxy
-20163231080x87D159DC13004:Cannot set up EAP
-20163231090x87D159DB13003:Cannot create WiFi configuration
-20163231100x87D159DA13002:Password required
-20163231110x87D159D913001:Username required
-20163231120x87D159D813000:Cannot install
-20163240700x87D1561A12042:Unknown locale code
-20163240710x87D1561912041:Unknown language code
-20163240720x87D1561812040:iTunes store login required
-20163240730x87D1561712039:(unused)
-20163240740x87D1561612038:App not managed
-20163240750x87D1561512037:Invalid redemption code
-20163240760x87D1561412036:Cannot remove app in current state
-20163240770x87D1561312035:App cannot be purchased
-20163240780x87D1561212034:URL is not HTTPS
-20163240790x87D1561112033:Invalid manifest
-20163240800x87D1561012032:Too many apps in manifest
-20163240810x87D1560F12031:App installation disabled
-20163240820x87D1560E12030:Invalid URL
-20163240830x87D1560D12029:App not managed
-20163240840x87D1560C12028:Not waiting for redemption
-20163240850x87D1560B12027:Not an app
-20163240860x87D1560A12026:App already queued
-20163240870x87D1560912025:App already installed
-20163240880x87D1560812024:Could not validate app manifest
-20163240890x87D1560712023:Could not validate app iD
-20163240900x87D1560612022:Invalid topic
-20163240910x87D1560512021:Invalid request type
-20163240920x87D1560412020:Unauthorized by server
-20163240930x87D1560312019:Cannot copy escrow secret
-20163240940x87D1560212018:Cannot copy escrow keybag data
-20163240950x87D1560112017:Cannot create escrow keybag
-20163240960x87D1560012016:Missing identity
-20163240970x87D155FF12015:Cannot get push token
-20163240980x87D155FE12014:Provisioning profile not managed
-20163240990x87D155FD12013:Profile not managed
-20163241000x87D155FC12012:MDM replacement mismatch
-20163241010x87D155FB12011:Invalid MDM configuration
-20163241020x87D155FA12010:Internal inconsistency error
-20163241030x87D155F912009:Invalid replacement profile
-20163241040x87D155F812008:Malformed request
-20163241050x87D155F712007:Not authorized
-20163241060x87D155F612006:Redirect refused
-20163241070x87D155F512005:Cannot find certificate
-20163241080x87D155F412004:Invalid push certificate
-20163241090x87D155F312003:Invalid challenge response
-20163241100x87D155F212002:Cannot check in
-20163241110x87D155F112001:Multiple MDM instances
-20163241120x87D155F012000:Invalid access rights
-20163251110x87D1520911001:Custom APN already installed
-20163251120x87D1520811000:Cannot install APN
-20163261110x87D14E2110001:Invalid signer
-20163261120x87D14E2010000:Cannot install defaults
-20163271060x87D14A3E9006:Certificate is not an identity
-20163271070x87D14A3D9005:Certificate is malformed
-20163271080x87D14A3C9004:Cannot store root certificate
-20163271090x87D14A3B9003:Cannot store WAPI data
-20163271100x87D14A3A9002:Cannot store certificate
-20163271110x87D14A399001:Too many certificates in a payload
-20163271120x87D14A389000:Invalid password
-20163281120x87D146508000:Cannot install Web Clip
-20163291050x87D1426F7007:SMTP account is misconfigured
-20163291060x87D1426E7006:POP account is misconfigured
-20163291070x87D1426D7005:IMAP account is misconfigured
-20163291080x87D1426C7004:SMIME certificate is bad
-20163291090x87D1426B7003:SMIME certificate not found
-20163291100x87D1426A7002:Unknown error occurred during validation
-20163291110x87D142697001:Invalid credentials
-20163291120x87D142687000:Host unreachable
-20163301100x87D13E826002:Cannot create query
-20163301110x87D13E816001:Empty string
-20163301120x87D13E806000:Keychain system error
-20163310970x87D13AA75015:Cannot set grace period
-20163310980x87D13AA65014:Cannot set passcode
-20163310990x87D13AA55013:Cannot clear passcode
-20163311000x87D13AA45012:(unused)
-20163311015011:Wrong passcode
-20163311025010:Device locked
-20163311030x87D13AA45009:(unused)
-20163311040x87D13AA05008:Passcode too recent
-20163311050x87D13A9F5007:Passcode expired
-20163311060x87D13AA35006:Passcode requires alpha characters
-20163311070x87D13A9D5005:Passcode requires number
-20163311080x87D13A9C5004:Passcode has ascending descending characters
-20163311090x87D13A9B5003:Passcode has repeating characters
-20163311100x87D13A9A5002:Too few complex characters
-20163311110x87D13A995001:Too few unique characters
-20163311120x87D13A985000:Passcode too short
-20163320930x87D136C34019:Multiple App Lock payloads
-20163320940x87D136C24018:Multiple APN or Cellular payloads
-20163320950x87D136C14017:Multiple global HTTPProxy payloads
-20163320960x87D136C04016:(Internal error)
-20163320970x87D136BF4015:Replacement profile does not contain an MDM payload
-20163320980x87D136BE4014:No device identity available
-20163320990x87D136BD4013:Update failed
-20163321000x87D136BC4012:Profile is not updatable
-20163321010x87D136BB4011:Final profile is not a configuration profile
-20163321020x87D136BA4010:Updated profile does not have the same identifier
-20163321030x87D136B94009:Device locked
-20163321040x87D136B84008:Mismatched certificates
-20163321050x87D136B74007:Unrecognized file format
-20163321060x87D136B64006:Profile removal date is in the past
-20163321070x87D136B54005:Passcode does not comply
-20163321080x87D136B44004:User canceled installation
-20163321090x87D136B34003:Profile not queued for installation
-20163321100x87D136B24002:Duplicate UUID
-20163321110x87D136B14001:Installation failure
-20163321120x87D136B04000:Cannot parse profile
-20163331110x87D132C93001:Inconsistent value comparison sense (internal error)
-20163331120x87D132C83000:Inconsistent restriction sense (internal error)
-20163341080x87D12EE42004:Unsupported field value
-20163341090x87D12EE32003:Bad data type in field
-20163341100x87D12EE22002:Missing required field
-20163341110x87D12EE12001:Unsupported payload version
-20163341120x87D12EE02000:Malformed Payload
-20163351020x87D12B021010:Unsupported field value
-20163351030x87D12B011009:Profile installation failure
-20163351040x87D12B001008:Non-unique payload identifiers
-20163351050x87D12AFF1007:Non-unique UUIDs
-20163351060x87D12AFE1006:Cannot decrypt
-20163351070x87D12AFD1005:Empty profile
-20163351080x87D12AFC1004:Bad signature
-20163351090x87D12AFB1003:Bad data type in field
-20163351100x87D12AFA1002:Missing required field
-20163351110x87D12AF91001:Unsupported profile version
-20163351120x87D12AF81000:Malformed profile

Installation Service Internal Error 3utoolssmallbusinessever Windows 10

OMA response codes

Installation Service Internal Error 3utoolssmallbusinessever Error

Status codeHexadecimal error codeError message
-20163440080x87D10838(1404): Certificate access denied
-20163440090x87D10837(1403): Certificate not found
-20163440100x87D10836DCMO(1402): The Operation failed
-20163440110x87D10835DCMO(1401): User chose not to accept the operation when prompted
-20163440120x87D10834DCMO(1400): Client error
-20163441080x87D107D4DCMO(1204): Device Capability is disabled and User is allowed to re-enable it
-20163441090x87D107D3DCMO(1203): Device Capability is disabled and User is not allowed to re-enable it
-20163441100x87D107D2DCMO(1202): Enable operation is performed successfully but the Device Capability is currently detached
-20163441110xF3FB4D95DCMO(1201): Enable operation is performed successfully and the Device Capability is currently attached
-20163441120x87D107D0DCMO(1200): Operation is performed successfully
-20163455950x87D10205Syncml(517): The response to an atomic command was too large to fit in a single message.
-20163455960x87D10204Syncml(516): Command was inside Atomic element and Atomic failed. This command was not rolled back successfully.
-20163455980x87D10202Syncml(514): The SyncML command was not completed successfully, since the operation was already canceled before processing the command.
-20163455990x87D10201Syncml(513): The recipient does not support or refuses to support the specified version of the SyncML Synchronization Protocol used in the request SyncML Message.
-20163456000x87D10200Syncml(512): An application error occurred during the synchronization session.
-20163456010x87D101FFSyncml(511): A severe error occurred in the server while processing the request.
-20163456020x87D101FESyncml(510): An error occurred while processing the request. The error is related to a failure in the recipient data store.
-20163456030x87D101FDSyncml(509): Reserved for future use.
-20163456040x87D101FCSyncml(508): An error occurred that necessitates a refresh of the current synchronization state of the client with the server.
-20163456050x87D101FBSyncml(507): The error caused all SyncML commands within an Atomic element type to fail.
-20163456060x87D101FASyncml(506): An application error occurred while processing the request.
-20163456070x87D101F9Syncml(505): The recipient does not support or refuses to support the specified version of SyncML DTD used in the request SyncML Message.
-2016345608=0x87D101F8Syncml(504): The recipient, while acting as a gateway or proxy, did not receive a timely response from the upstream recipient specified by the URI (e.g. HTTP, FTP, LDAP) or some other auxiliary recipient (e.g. DNS) it needed to access in attempting to complete the request.
-20163456090x87D101F7Syncml(503): The recipient is currently unable to handle the request due to a temporary overloading or maintenance of the recipient.
-20163456100x87D101F6Syncml(502): The recipient, while acting as a gateway or proxy, received an invalid response from the upstream recipient it accessed in attempting to fulfill the request.
-20163456110x87D101F5Syncml(501): The recipient does not support the command required to fulfill the request.
-20163456120x87D101F4Syncml(500): The recipient encountered an unexpected condition which prevented it from fulfilling the request
-20163456840x87D101ACSyncml(428): Move failed
-20163456850x87D101ABSyncml(427): Parent cannot be deleted since it contains children.
-20163456860x87D101AASyncml(426): Partial item not accepted.
-20163456870x87D101A9Syncml(425): The requested command failed because the sender does not have adequate access control permissions (ACL) on the recipient.
-20163456880x87D101A8Syncml(424): The chunked object was received, but the size of the received object did not match the size declared within the first chunk.
-20163456890x87D101A7Syncml(423): The requested command failed because the 'Soft Deleted' item was previously 'Hard Deleted' on the server.
-20163456900x87D101A6Syncml(422): The requested command failed on the server because the CGI scripting in the LocURI was incorrectly formed.
-20163456910x87D101A5Syncml(421): The requested command failed on the server because the specified search grammar was not known.
-20163456920x87D101A4Syncml(420): The recipient has no more storage space for the remaining synchronization data.
-20163456930x87D101A3Syncml(419): The client request created a conflict which was resolved by the server command winning.
-20163456940x87D101A2Syncml(418): The requested Put or Add command failed because the target already exists.
-20163456950x87D101A1Syncml(417): The request failed at this time and the originator should retry the request later.
-20163456960x87D101A0Syncml(416): The request failed because the specified byte size in the request was too big.
-20163456970x87D1019FSyncml(415): Unsupported media type or format.
-20163456980x87D1019ESyncml(414): The requested command failed because the target URI is too long for what the recipient is able or willing to process.
-20163456990x87D1019DSyncml(413): The recipient is refusing to perform the requested command because the requested item is larger than the recipient is able or willing to process.
-20163457000x87D1019CSyncml(412): The requested command failed on the recipient because it was incomplete or incorrectly formed.
-20163457010x87D1019BSyncml(411): The requested command must be accompanied by byte size or length information in the Meta element type.
-20163457020x87D1019ASyncml(410): The requested target is no longer on the recipient and no forwarding URI is known.
-20163457030x87D10199Syncml(409): The requested failed because of an update conflict between the client and server versions of the data.
-20163457040x87D10198Syncml(408): An expected message was not received within the required period of time.
-20163457050x87D10197Syncml(407): The requested command failed because the originator must provide proper authentication.
-20163457060x87D10196Syncml(406): The requested command failed because an optional feature in the request was not supported.
-20163457070x87D10195Syncml(405): The requested command is not allowed on the target.
-20163457080x87D10194Syncml(404): The requested target was not found.
-20163457090x87D10193Syncml(403): The requested command failed, but the recipient understood the requested command.
-20163457100x87D10192Syncml(402): The requested command failed because proper payment is needed.
-20163457110x87D10191Syncml(401): The requested command failed because the requestor must provide proper authentication.
-20163457120x87D10190Syncml(400): The requested command could not be performed because of malformed syntax in the command.
-20163458070x87D10131Syncml(305): The requested target must be accessed through the specified proxy URI.
-20163458080x87D10130Syncml(304):The requested SyncML command was not executed on the target.
-20163458090x87D1012FSyncml(303): The requested target can be found at another URI.
-20163458100x87D1012ESyncml(302): The requested target has temporarily moved to a different URI.
-20163458110x87D1012DSyncml(301): The requested target has a new URI.
-20163458120x87D1012CSyncml(300): The requested target is one of a number of multiple alternatives requested target.
-20163458960x87D100D8Syncml(216): A command was inside Atomic element and Atomic failed. This command was rolled back successfully.
-20163458970x87D100D7Syncml(215): A command was not executed, as a result of user interaction and user chose not to accept the choice.
-20163458980x87D100D6Syncml(214): Operation canceled. The SyncML command completed successfully, but no more commands will be processed within the session.
-20163458990x87D100D5Syncml(213): Chunked item accepted and buffered
-20163459000x87D100D4Syncml(212): Authentication accepted. No further authentication is needed for the remainder of the synchronization session. This response code can only be used in response to a request in which the credentials were provided.
-20163459010x87D100D3Syncml(211): Item not deleted. The requested item was not found. It could have been previously deleted.
-20163459020x87D100D2Syncml(210): Delete without archive. The response indicates that the requested data was successfully deleted, but that it was not archived prior to deletion because this OPTIONAL feature was not supported by the implementation.
-20163459030x87D100D1Conflict resolved with duplicate. The response indicates that the request created an update conflict; which was resolved with a duplication of the client's data being created in the server database. The response includes both the target URI of the duplicate in the Item of the Status. In addition, in the case of a two-way synchronization, an Add command is returned with the duplicate data definition.
-20163459040x87D100D0Conflict resolved with client's command 'winning'. The response indicates that there was an update conflict; which was resolved by the client command winning.
-20163459050x87D100CFConflict resolved with merge. The response indicates that the request created a conflict; which was resolved with a merge of the client and server instances of the data. The response includes both the Target and Source URLs in the Item of the Status. In addition, a Replace command is returned with the merged data.
-20163459060x87D100CEThe response indicates that only part of the command was completed. If the remainder of the command can be completed later, then when completed another appropriate completion request status code SHOULD be created.
-20163459070x87D100CDThe source SHOULD update their content. The originator of the request is being told that their content SHOULD be synchronized to get an up-to-date version.
-20163459080x87D100CCThe request was successfully completed but no data is being returned. The response code is also returned in response to a Get when the target has no content.
-20163459090x87D100CBNon-authoritative response. The request is being responded to by an entity other than the one targeted. The response is only to be returned when the request would have been resulted in a 200 response code from the authoritative target.
-20163459100x87D100CAAccepted for processing. The request to either run a remote execution of an application or to alert a user or application was successfully performed.
-20163459110x87D100C9The requested item was added.
-20163459120x87D100C8The SyncML command completed successfully.
-20163460110x87D10065The specified SyncML command is being carried out, but has not yet completed.

Service Internal Cisco

Next steps

Cisco Service Internal Command

Contact Microsoft Support to get support in Microsoft Endpoint Manager.