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

RE: Help! I have broke HTTPAPI.



YEA!!!!!
That was the exact problem.   
*Public was *NONE on the DTAAUT.

Thanks so much.


Gerald Magnuson
Supervisor, System i Adminstration & Development
IBM Certified Specialist, i5 Administration
The Knapheide Manufacturing Company
Quincy, Illinois
(217) 592-5291

-----Original Message-----
From: ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
[mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Scott
Klement
Sent: Thursday, February 11, 2010 5:47 PM
To: HTTPAPI and FTPAPI Projects
Subject: 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
-----------------------------------------------------------------------
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------