view · edit · sidebar · attach · print · history
20111012
  1. Recover order failure

Recover order failure

Situation

  • When rebooting bbmbd, an order process is running
  • Then the order process stops with an error message like 'oder successed, but transfer failed'

Command log

ch.bbmb.xmlconv.globo> transaction(635).destination.instance_variable_set("@tmp", URI.parse("ftp://user:pass@server/IN/CustomerOrder"))
-> ftp://user:pass@server/IN/CustomerOrder
ch.bbmb.xmlconv.globo> transaction(635).destination.instance_variable_set("@tmp", URI.parse("ftp://user:pass@server/IN/Temp"))
-> ftp://user:pass@server/IN/Temp
ch.bbmb.xmlconv.globo> transaction(635).execute
-> String
ch.bbmb.xmlconv.globo> transaction(635).postprocess
-> Bbmbinjectdruby://localhost:9999gag221200
ch.bbmb.xmlconv.globo> transaction(635).odba_store
-> #<XmlConv::Util::Transaction:0xb707b900>

Note

  • But the injection does not work
  • In other words, the data is not saved in bbmb.ch database
  • the number of order should be added in the 'Umsatz' of the customer in bbmb.ch
  • PharmaciePlus "Umsatz" is booked onto one client.

Reference

view · edit · sidebar · attach · print · history
Page last modified on October 12, 2011, at 01:57 PM