On Wed, 3 May 2000, Donald wrote:
> Anyone know what I haven't done or did to deserve this? ( grin ) I finally
> got around to completing the Full Access rite test last week( Proud to say
> my 11 yr. old son actually took the test ... just before Easter, he says.
> With my direction, of course.) I notified OpenSRS of the IP address, of
> course. I entered a new Private Key, twice, with WordPad (copy and paste-no
> space at the end)added the quotes (syntax) to the beginning and end of the
> key; left the dollar sign at the beginning (oh-oh, no difference)
> %OPENSRS = (
> username => "$businesscenter",
> private_key => "$Entered-Key hereXXX"
>
> After getting error maybe line 6 maybe line 5 ... Ok Fixed that then
>
> Authentication Error: Missing reseller username ... Ok fixed that
> didn't have... %OPENSRS = ( username => "businesscenter", ... on the same
> line ... now I'm back where I started
>
> The error which occurred was:
>
> Authentication Error:
>
> What seems to be the problem here???
I'm not sure if your text snippet is equivalent to what is required. ie:
$USERNAME = "businesscenter"
$PRIVATE_KEY = "q1w2e3r4t5y6...really long string...a1s2";
%OPENSRS = (
username => $USERNAME,
private_key => $PRIVATE_KEY,
...
Mark Collette
hyperbyte inc.
This archive was generated by hypermail 2.1.3 : Tue Oct 19 2004 - 23:35:32 EDT