an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Using DotShoppingCart > The specified network password is not correct.
Last Post 1/8/2008 12:52:23 PM By lukezy. 4 replies.
1/7/2008 9:13:37 AM
robin
Posts: 19
Joined: 4/23/2008
The specified network password is not correct.

<span class="Forum_Normal" id="spBody"> Hi, Luke Zhang

when I  processed to the page "cart.aspx" and click "Processed to check out' button to the Checkout.aspx page,an error occured.

follow is the error infomation:

Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: The specified network password is not correct.


Source Error:


Line 25:             <add enabled="False" useSandBox="False" userName="dashshop_api1.gmail.com"
Line 26:                 userPassword="*********" certFile="6" certPassword=""
Line 27:                 name="PayPal Express Checkout" type="XShan.DotShoppingCart.Payment.PaypalExpressPaymentProvider, XShan.DotShoppingCart.Payment.PaypalPaymentProvider, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
Line 28:         </providers>
Line 29:     </paypalExpressPaymentServiceConfiguration>
 

Source File: E:\web\dashshoppin\htdocs\DSC.config    Line: 27 

</span>

1/7/2008 9:21:45 AM
robin
Posts: 19
Joined: 4/23/2008
Re: The specified network password is not correct.

Line 26:             <add enabled="False" useSandBox="False" userName="dasshop_api1.gmail.com"
Line 27:                 userPassword="V5P********" certFile="6" certPassword=""
Line 28:                 host="dotshoppingcart" name="PayPal Express Checkout" type="XShan.DotShoppingCart.Payment.PaypalExpressPaymentProvider, XShan.DotShoppingCart.Payment.PaypalPaymentProvider, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
Line 29:         </providers>
Line 30:     </paypalExpressPaymentServiceConfiguration>

1/7/2008 3:03:16 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: The specified network password is not correct.

Please read http://www.dotshoppingcart.com/custom/dotshoppingcart/onlinehelp/StoreSetup.htm#storesetup-payment for Paypal express configuration.

DotShoppingCart Staff
1/8/2008 6:47:28 AM
robin
Posts: 19
Joined: 4/23/2008
Re: The specified network password is not correct.

Yes, I have readed  http://www.dotshoppingcart.com/custom/dotshoppingcart/onlinehelp/StoreSetup.htm#storesetup-payment for Paypal express configuration.,

MY Paypal Account ,

login to my PayPal account. In Profile -> Account Information -> API Access -> enable API Certificate and be given a API Username and password  and <span lang="EN-US" style="font-size: 10pt; font-family: Verdana; mso-fareast-font-family: 宋体; mso-bidi-font-family: 宋体; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA">API Signature, have not Certificate and Password,and have not PEM file to down.</span>

<span lang="EN-US" style="font-size: 10pt; font-family: Verdana; mso-fareast-font-family: 宋体; mso-bidi-font-family: 宋体; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA">so could I disabled the Paypal express payment . but when I disabled the Paypal express payment ,the same error occured, or the Certificate and Password are needed on Paypal express configuration???</span>

<span lang="EN-US" style="font-size: 10pt; font-family: Verdana; mso-fareast-font-family: 宋体; mso-bidi-font-family: 宋体; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA"><add enabled="<font style="background-color: #ffcc00">False" useSandBox="False" userName="dashshop_api1.gmail.com"
Line 26:                 userPassword="*********" certFile="6" certPassword=""
Line 27:                 name="PayPal Express Checkout" type="XShan.DotShoppingCart.Payment.PaypalExpressPaymentProvider, XShan.DotShoppingCart.Payment.PaypalPaymentProvider, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
</span>

<span lang="EN-US" style="font-size: 10pt; font-family: Verdana; mso-fareast-font-family: 宋体; mso-bidi-font-family: 宋体; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA">thanks</span>

1/8/2008 12:52:23 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: The specified network password is not correct.

 

You need to select API certificate and then transfer the certificate format based on the https://www.paypal.com/IntegrationCenter/ic_certificate.html#step2.

This was the bug that setting enabled to "False" didn't disable it. The bug have been fixed in the next release which is sceduled to release by the end of Feb. To workaround this, just delete the entire line "<add ... />" from the DSC.config file.

DotShoppingCart Staff