[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help! I have broke HTTPAPI.



Gerald Magnuson wrote:
>   eval      rc = gsk_environment_init(wkEnvh)
>   RC = 6003
>   What does 6003 mean?????????

It means "Access to the key database is not allowed."  :)

If you look at the source code in GSKSSL_H, and search for the number 
6003, you'll see this:

  D GSK_AS400_ERROR_NO_ACCESS...
  D                 C                   CONST(6003)

The problem is that you don't have authority to the IFS objects that 
make up the certificate store.  ("Key database" is another way of saying 
"certificate store.")

See the CL program in my previous response to you -- it grants access to 
the certificate store...
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------