IBM Support

PaymentCollection Requests for Authorization for Cancelled Orders

Troubleshooting


Problem

PaymentCollection Requests for Authorization for Cancelled Orders

Symptom

PART: Agents 2.0 SP2 Platform
COMPONENT: YFSPaymentCollection
OS: Windows NT - 4.0 SP 3
DATABASE: Oracle - 7.3.2
WEB SERVER: IIS - 3.0
WEB BROWSER: Internet Explorer - 5.0

Cause

Resolving The Problem

CR 10417 has been created for this issue.

The following solution is to be used only if required (as a last resort):

Run the following query to get a list of order_header_keys. Copy the list of the order_header_keys that you get from the query.
Select ''''||order_header_key||''',' from yfs_order_line_status
where status <> '9000' group by order_header_key having sum(status_quantity) =0

Run the next query to update yfs_charge_transaction. Paste the order_header_keys in the (.....) line in the second query. Remove the last comma (at the end of last order_header_key that you have pasted) and run this query.

Update yfs_charge_transaction A
set book_amount=(-1)*(select B.book_amount from yfs_charge_transaction B
where B.charge_type='CREATE_ORDER' and B.order_header_key=A.order_header_key)
where A.charge_type='CANCEL' and A.order_header_key in (.......)

CR 10417 has been fixed in Release 2.0-SP3-HF6. The user has to be on SP3-HF5 in order to update to this version of hotfix.

[{"Product":{"code":"SS6PEW","label":"IBM Sterling Order Management"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Component":"Not Applicable","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"All","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}}]

Historical Number

PRI47996

Product Synonym

[<p><b>]Fact[</b><p>];

Document Information

Modified date:
16 June 2018

UID

swg21541918