On Fri, 1 Aug 2003, Mark wrote:
> You should have a look at any changes that you made for the transfer code,
> as it's likely that you're not be passing the domain name as part of the
> call (the domain name is returned as part of the error message, in the
> parens). Enabling XML logging in the OpenSRS.conf file (xml_logfile
> setting) would confirm this.
>
> Take care,
> Mark.
I have not made any changes to the transfer code. I enabled XML logging,
attepted to transfer a .net domain at my site and the log gave me the
usual:
Fri Aug 1 15:09:47 2003 PID 63450 from OpenSRS:
<?xml version='1.0' encoding="UTF-8" standalone="no" ?>
<!DOCTYPE OPS_envelope SYSTEM "ops.dtd">
<OPS_envelope>
<header>
<version>0.9</version>
</header>
<body>
<data_block>
<dt_assoc>
<item key="is_success">0</item>
<item key="protocol">XCP</item>
<item key="object">DOMAIN</item>
<item key="response_text">Registration not allowed under this TLD ()</item>
<item key="attributes">
<dt_assoc>
</dt_assoc>
</item>
<item key="response_code">465</item>
<item key="action">REPLY</item>
</dt_assoc>
</data_block>
</body>
</OPS_envelope>