Author Topic: Error used stock in work orders  (Read 1602 times)

ksookhai

  • Newbie
  • *
  • Posts: 1
Error used stock in work orders
« on: May 14, 2008, 07:26:38 pm »
Hello, I am implementing Calem for use in our organization.
I have run into a problem when we try to use stock in a workorder.
This worked initiatly but I get a server error box when we try to use stock in a workorder under the part tab.

Your help would be greatly appreciated.
Below are the error reports from two log files

php error log
CalemDboDataNotFoundException::getErrorInfo() in C:\wamp\www\CalemEAM\server\modules\inventory\soap\CalemInTranSo.php on line 56

calem.log
2008-05-14 20:45:36,235 DEBUG CalemPdo - Rollback called by CalemDbo.rollback@657 , transaction stack=CalemDbo.beginTransaction@653
2008-05-14 20:45:36,235 ERROR CalemInTranBo - Error in check out transaction: select * from asset where id=?, tran=array (
  'in_id' => '1000001',
  'qty_used' => '1',
  'tran_time' => '2008-05-15 00:49:00',
  'tran_user_id' => '4b5eb36b-6917-5a84-f9d6-ae7fc3cb5133',
  'store_user_id' => '4b5eb36b-6917-5a84-f9d6-ae7fc3cb5133',
  'qty_remaining' => '1',
  'checkout_type_id' => 'ict_wo',
  'checkout_to_id' => 'd660bed6-8c7e-b764-a9a2-68d02efec3d3',
  'costcode_id' => '101',
  'qty' => '1',
  'location_id' => '10000',
)
[/b]