Symptoms

Domain registration order with KazNic registrar fails with an error:

<result code="2003"><msg>Required parameter missing</msg>

Cause

One or several required parameters not filled, therefore domain contacts cannot be created. The list of the required parameters can be found in the KazNic documentation.

Resolution

  1. Check KAZNIC.log for the request sent when the error was returned:

    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <epp xmlns="urn:ietf:params:xml:ns:epp-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0 epp-1.0.xsd">
    <command>
    <create>
    <contact:create xmlns:contact="urn:ietf:params:xml:ns:contact-1.0" xsi:schemaLocation="urn:ietf:params:xml:ns:contact-1.0 contact-1.0.xsd">
    <contact:id></contact:id>
    <contact:postalInfo type="int">
    <contact:name>Ivan Ivanov</contact:name>
    <contact:org></contact:org>
    <contact:addr>
    <contact:street>First street</contact:street>
    <contact:city>Almaty</contact:city>
    <contact:sp></contact:sp>
    <contact:pc>100000</contact:pc>
    <contact:cc>KZ</contact:cc>
    </contact:addr>
    </contact:postalInfo>
    <contact:voice>+7.7011234567</contact:voice>
    <contact:fax></contact:fax>
    <contact:email>example@example.com</contact:email>
    <contact:authInfo>
    <contact:pw>***</contact:pw>
    </contact:authInfo>
    </contact:create>
    </create>
    <clTRID>PBA 1234567890.123456</clTRID>
    </command>
    </epp>
    

    In this example we see that <contact:sp> value is empty, this is a parameter is for state/province/region.

  2. Go to Home > External Systems Director > Domain Manager > Domains, choose the domain. In the Contact Info section open the contact and specify the missing value.

  3. Resubmit an order for provisioning.

Internal content