Author |
Message
|
Oden |
Posted: Mon Oct 09, 2006 6:44 am Post subject: Unable to Read Certificate Key Store |
|
|
Newbie
Joined: 06 Oct 2006 Posts: 2
|
System settings
OS: Windows Server 2003
MQ Client: v5.3 with CSD06
I am trying to create an MQ connection from a WebService on one of our production servers. My issue is when the .NET WebService is called and the Key Store is read it has ZERO keys in it.
I have also ran a test application on the computer with a seperate login and the same code seems to read the key store just fine.
I am guessing it is a problem with trying to access the key.sto file from the ASPNET user. Any suggestions on how to correct this? Any other ideas for what is going wrong?
Thanks for your help!! |
|
Back to top |
|
 |
kevinf2349 |
Posted: Mon Oct 09, 2006 7:32 am Post subject: |
|
|
 Grand Master
Joined: 28 Feb 2003 Posts: 1311 Location: USA
|
I know it an oft heard response but....if you are going to be using .Net then my experience is that you should be on CSD7 as a minimum. CSD7 fixed lots of .Net type issues. Of course if you are going to upgrade to 7 then you may as well go the full monty and go for CSD12 (Version 6 would be even better)  |
|
Back to top |
|
 |
Oden |
Posted: Mon Oct 09, 2006 9:57 am Post subject: |
|
|
Newbie
Joined: 06 Oct 2006 Posts: 2
|
I just upgraded to CSD012 and I am getting the same error. Any other ideas?
Thanks!!  |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Oct 09, 2006 1:30 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20763 Location: LI,NY
|
You probably need a DCOM proxy to use a different user than the one presented from the web. If that user has then authorizations to the store file etc... you should be good...
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Oct 09, 2006 3:33 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
fjb_saper wrote: |
You probably need a DCOM proxy to use a different user than the one presented from the web. If that user has then authorizations to the store file etc... you should be good...
Enjoy  |
Or you could just make sure that the actual user has access to the right certs in the actual user's keystore.
... _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|