• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

2 Pages12>
kmansel
#1 Posted : Monday, November 24, 2008 7:31:51 PM(UTC)
kmansel

Rank: Member

Joined: 7/12/2004(UTC)
Posts: 12

I'm getting an error when I try to submit a payment, here is my log information that is showing up. This is for a LinkPoint account.


Anyone have this problem or shed some light on this?



Thanks!



Error Log Entry :




[table id=ctl00_MainContent_gvEvents style="WIDTH: 100%; BORDER-COLLAPSE: collapse" cellSpacing=0 cellPadding=5 border=0]
[tr ][td vAlign=top align=left]11/23/2008 6:06:39 PM[/td][td vAlign=top align=left]nsoftware.IBizPayWeb[/td][td vAlign=top align=left]Can't set key provider info.[ at nsoftware.IBizPay.Icharge.set_SSLCertSubject(String value) at BVSoftware.Bvc5.Payment.LinkPointAPI.ProcessCard(String chargeType, PaymentData data) at BVSoftware.Bvc5.Payment.CCPaymentBase.Authorize(PaymentData data) at BVSoftware.Bvc5.Core.Payment.Method.CreditCard.ChildAuthorize(PaymentData data) in D:\VBProjects\CartSource\CoreSource\BVSoftware.Bvc5.Core\Payment\Method\CreditCard.vb:line 8 at BVSoftware.Bvc5.Core.Payment.CollectablePaymentMethod.Authorize(PaymentData data) in D:\VBProjects\CartSource\CoreSource\BVSoftware.Bvc5.Core\Payment\CollectablePaymentMethod.vb:line 19 at BVAdmin_Orders_ReceivePayments.GridView1_RowCommand(Object sender, GridViewCommandEventArgs e) at System.Web.UI.WebControls.GridView.OnRowCommand(GridViewCommandEventArgs e) at System.Web.UI.WebControls.GridView.HandleEvent(EventArgs e, Boolean causesValidation, String validationGroup) at System.Web.UI.WebControls.GridView.OnBubbleEvent(Object source, EventArgs e) at System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) at System.Web.UI.WebControls.GridViewRow.OnBubbleEvent(Object source, EventArgs e) at System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) at System.Web.UI.WebControls.ImageButton.OnCommand(CommandEventArgs e) at System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) at System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) ][/td][/tr][/table]
kmansel
#2 Posted : Thursday, December 11, 2008 5:21:05 PM(UTC)
kmansel

Rank: Member

Joined: 7/12/2004(UTC)
Posts: 12

Bump - Marcus? Anything on this?
Richard
#3 Posted : Thursday, December 11, 2008 10:15:01 PM(UTC)
Richard

Rank: Member

Joined: 4/28/2003(UTC)
Posts: 141

Kmansel check out this entry http://forums.bvcommerce.com/default.aspx?m=60046&f=27&p=1#m60046


and sorry I can't help with the log error...Andy Miller will be a long after awhile and maybe he can help you.



Richard

www.somethingmorestore.com
kmansel
#4 Posted : Monday, February 16, 2009 4:25:13 PM(UTC)
kmansel

Rank: Member

Joined: 7/12/2004(UTC)
Posts: 12

Bump - This issue still has not been resolved. Anyone else having this problem?
Marcus
#5 Posted : Tuesday, February 17, 2009 12:01:51 PM(UTC)
Marcus

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 1,786

Which version of the ibiz payment DLL do you have on your site?
eJungle
#6 Posted : Friday, February 20, 2009 3:54:51 PM(UTC)
eJungle

Rank: Member

Joined: 1/19/2009(UTC)
Posts: 5

I am also having this problem, It started immediately after I installed a set of windows updates. I made no modifications to the site at all. The site is currently running on SP 3.1, the site has been heavily modified beyond the templates so applying service packs to BVC is not an option. The DLL version of IBizPayWeb is 3.1.2561.0. We currently cannot make payments so this is very important that we can get this working again.

Thank you
Marcus
#7 Posted : Friday, February 20, 2009 7:05:41 PM(UTC)
Marcus

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 1,786

The latest iBiz DLL included in BV 5.4 is version 3.3.xxxx

Also, the windows update may have affected your firewall settings and could have potentially closed down ports used by LinkPoint.
eJungle
#8 Posted : Saturday, February 21, 2009 12:31:44 AM(UTC)
eJungle

Rank: Member

Joined: 1/19/2009(UTC)
Posts: 5

the firewall is off and I tried putting the latest version of the DLL in the bin but it wont let me use it unless I update to 5.4. If i update the core to 5.4 then I have to update the rest of the files in the site, if I do that then all the custom work that was done on our site will be undone and it will cost us thousands to get it back to the way it was. there must be some other alternative.
Marcus
#9 Posted : Saturday, February 21, 2009 10:04:47 AM(UTC)
Marcus

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 1,786

You could recompile your 5.3 core but change the references to point to version 3.3 of the iBiz module. I see no reason why that won't work.
eJungle
#10 Posted : Saturday, February 21, 2009 1:41:52 PM(UTC)
eJungle

Rank: Member

Joined: 1/19/2009(UTC)
Posts: 5

ok, so i just tried that, and it seems that the core source i downloaded doesn't have the linkpoint api source and the core source itself doesn't reference the nsoftware dll. I'm not sure if i should have a different source for the core but the one i have doesn't have any payment gateways built into it. here is the error message I get from the event log, the class in question is: BVSoftware.Bvc5.Payment.LinkPointAPI:

Could not load file or assembly 'nsoftware.IBizPayWeb, Version=3.1.2561.0, Culture=neutral, PublicKeyToken=cdc168f89cffe9cf' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)[ at BVSoftware.Bvc5.Payment.LinkPointAPI.ProcessCard(String chargeType, PaymentData data) at BVSoftware.Bvc5.Payment.CCPaymentBase.Authorize(PaymentData data) at BVSoftware.Bvc5.Core.Payment.Method.CreditCard.ChildAuthorize(PaymentData data) at BVSoftware.Bvc5.Core.Payment.CollectablePaymentMethod.Authorize(PaymentData data) at BVAdmin_Orders_ReceivePayments.GridView1_RowCommand(Object sender, GridViewCommandEventArgs e) in D:\WebApps\trustworksgroup.com\BVAdmin\Orders\ReceivePayments.aspx.vb:line 219 at System.Web.UI.WebControls.GridView.OnRowCommand(GridViewCommandEventArgs e) at System.Web.UI.WebControls.GridView.HandleEvent(EventArgs e, Boolean causesValidation, String validationGroup) at System.Web.UI.WebControls.GridView.OnBubbleEvent(Object source, EventArgs e) at System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) at System.Web.UI.WebControls.GridViewRow.OnBubbleEvent(Object source, EventArgs e) at System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) at System.Web.UI.WebControls.ImageButton.OnCommand(CommandEventArgs e) at System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) at System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) ]
Marcus
#11 Posted : Saturday, February 21, 2009 6:23:20 PM(UTC)
Marcus

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 1,786

You may have to considering upgrading to 5.4 with all of the ramifications of that process or consider switching payment processors. There's really nothing we can do when a payment vendor changes requirements other than offer a service pack like we have with 5.4.
[email protected]
#12 Posted : Sunday, February 22, 2009 4:45:34 PM(UTC)
bobn@laurastamm.net

Rank: Member

Joined: 6/6/2005(UTC)
Posts: 483

I came into this discussion late. We are using LinkPoint and have not had any problems. We had to switch to LinkPoint api when we upgraded from BV4 to BV5 but that didn't take long at all.

Bob Noble
bvcoder
#13 Posted : Sunday, February 22, 2009 11:21:50 PM(UTC)
bvcoder

Rank: Member

Joined: 8/1/2007(UTC)
Posts: 310

Why dont you send out an email to [email protected]? BV uses IBizPay from nsoftware.com. Send them your error message and also the version of IBizPay assemvly you have and they should be able to tell you whats going on.

And you are right. The Payment project references the IBizPay assembly. Not the core project. So you cannot recompile with the new version of the assembly. IBizPay support is really helpfula nd typically get back within 24 hrs. You are better off doing that.
Thanks,
Satya
support @ bayquel.net
Work: +1 803 883 3226
eJungle
#14 Posted : Monday, February 23, 2009 11:39:15 AM(UTC)
eJungle

Rank: Member

Joined: 1/19/2009(UTC)
Posts: 5

ok so i changed the server that the site was on to see if that would help. now the error message has changed to:

Can't set key provider info.[ at nsoftware.IBizPay.Icharge.set_SSLCertSubject(String value) at BVSoftware.Bvc5.Payment.LinkPointAPI.ProcessCard(String chargeType, PaymentData data) at BVSoftware.Bvc5.Payment.CCPaymentBase.Authorize(PaymentData data) at BVSoftware.Bvc5.Core.Payment.CollectablePaymentMethod.Authorize(PaymentData data) at BVAdmin_Orders_ReceivePayments.GridView1_RowCommand(Object sender, GridViewCommandEventArgs e) in D:\WebApps\trustworksgroup.com\BVAdmin\Orders\ReceivePayments.aspx.vb:line 219 at System.Web.UI.WebControls.GridView.HandleEvent(EventArgs e, Boolean causesValidation, String validationGroup) at System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) at System.Web.UI.WebControls.GridViewRow.OnBubbleEvent(Object source, EventArgs e) at System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) ]

any ideas?
eJungle
#15 Posted : Monday, February 23, 2009 12:50:36 PM(UTC)
eJungle

Rank: Member

Joined: 1/19/2009(UTC)
Posts: 5

and i tried contacting nSoftware and this is the response I got:

Have you made any contact with BV Commerce? While their software looks to use our components internally we'd need to work with BV Commerce to resolve this and we have not had any support issues from them. We can't indirectly support our components that other companies are using, so please report this issue to BV Commerce and if they need to contact us about the issue we'll be happy to help them.
bvcoder
#16 Posted : Monday, February 23, 2009 8:36:32 PM(UTC)
bvcoder

Rank: Member

Joined: 8/1/2007(UTC)
Posts: 310

If you are interested in getting it fixed, shoot me an email.
Thanks,
Satya
support @ bayquel.net
Work: +1 803 883 3226
Marcus
#17 Posted : Tuesday, February 24, 2009 10:37:40 AM(UTC)
Marcus

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 1,786

Is there anyone on version 5.4 or 5.3.2 that is using LinkPoint without issue? This is the only report that I've had of a problem with LinkPoint.
bvcoder
#18 Posted : Wednesday, February 25, 2009 12:26:07 PM(UTC)
bvcoder

Rank: Member

Joined: 8/1/2007(UTC)
Posts: 310

Marcus,

I am working on this with Russell. This is not an issue with the BV code base. I have taken his customized source and have been able to process a payment. It seems to be a server issue. Looks like his
server is locking some files in the bin folder. Not sure though but definitely it has nothing to do with the BV code base.
Thanks,
Satya
support @ bayquel.net
Work: +1 803 883 3226
Marcus
#19 Posted : Wednesday, February 25, 2009 2:01:57 PM(UTC)
Marcus

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 1,786

Thanks Satya!
Cylosoft
#20 Posted : Thursday, March 12, 2009 3:10:21 PM(UTC)
Cylosoft

Rank: Member

Joined: 6/13/2004(UTC)
Posts: 91

Thanks: 1 times
I get the same error.
2 Pages12>
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

©2024 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012