Chitrakala,
the problem is that, when you quick ship the order the system does a lot
of things, such as:
- creating a new shipment
- issuing the reserved items from the warehouse to the shipment
- changing the shipment status to packed
- invoice the order
- capture all the payments authorized for the order
This last step actually fails because in your stores you have set the
following service as "Payment Capture Service":
testCCCaptureFailure
The (test) service always declines the payment and so you get the error.
Jacopo
chitrakala ramanujam wrote:
Hi Jacopo,
Credit Cart method we are using for payment.
These are the options available in the Catalog->stores->Payments:
PaymentMethod ServiceType ServiceName PaymentProps
Type AllProds?
----------
------------- --------------------------- ----------- ------------ ---Credit Card Payment Authorization Service beanstreamCCAuth [global] Y [Delete] [Edit]
Credit Card Payment Capture Service testCCCaptureFailure [global] Y [Delete] [Edit]
Credit Card Payment Re-Authorization Service beanstreamCCAuth [global] Y [Delete] [Edit]
Credit Card Payment Refund Service beanstreamCCRefund [global] Y [Delete] [Edit]
Credit Card Payment Release Authorization Service beanstreamCCRelease [global] Y
Above is the information given the stores->Payments.I cant locate exact
location where the problem arise. Help me in this issue.!
Thanks.
Chitrakala
On Fri, 09 Feb 2007 Jacopo Cappellato wrote :
Hmmm...
that's interesting.
What payment method have you selected for the order?
And how are the payment options set in your product store (Catalog->Stores->Payments)?
What is set in the "Service Name" column there?
Jacopo
chitrakala ramanujam wrote:
Hi,
Thanks Jacopo to your needful reply.
After creating the record in ProductAverageCost, i am getting another error in the order page under opentaps-0.9.2 version. The error is displayed here:
ERROR: Could not complete the Sub-method used by quickShip methods to create
a shipment
[file:/F:/Development/Clients/LinenChest/LCPTT/applications/product/script/org/ofbiz/shipment/shipment/ShipmentServices.xml#createShipmentForFacilityAndShipGroup]
process [problem invoking the [updateShipment] service with the map named
[packedContext] containing [[shipmentId=10281, statusId=SHIPMENT_SHIPPED,
userLogin=[GenericEntity:UserLogin][createdStamp,2006-08-22
13:43:20.0(java.sql.Timestamp)][createdTxStamp,2006-08-22
13:43:20.0(java.sql.Timestamp)][currentPassword,c682529d939a64d68f2b5778b913c059792ca3eb(java.lang.String)][disabledDateTime,2006-11-29
00:44:21.0(java.sql.Timestamp)][enabled,Y(java.lang.String)][hasLoggedOut,N(java.lang.String)][isSystem,null()][lastCurrencyUom,null()][lastLocale,en_CA(java.lang.String)][lastUpdatedStamp,2007-02-07
06:01:01.0(java.sql.Timestamp)][lastUpdatedTxStamp,2007-02-07
06:01:01.0(java.sql.Timestamp)][partyId,admin(java.lang.String)][pas
swor
dHint,null()][successiveFailedLogins,0(java.lang.Long)][userLoginId,admin(java.lang.String)],
locale=en_CA]]: Problems with the transaction. (The current transaction is
marked for rollback, not beginning a new transaction and aborting current
operation; the rollbackOnly was caused by: Service Error
[captureOrderPayments]: Capture is unsuccessful, so aborting
packing-invoice-capture process)]
Help me to come out of this problem.
Thanks.