vaishali_sftdev
11th September 2008, 07:29
Hi,
I am getting this error. I am fetching order numbers from BaaN in asp.net page.

Java Exception error '80004005'
Errors in busdoc Descriptors: *** 0 *** Error: bdb 1404:bdb_errno 1404; sql 1404; ""
What can be reason for this? Reply ASAP. Thanks.

sushil
11th September 2008, 07:38
Hello,

I assume you are posting an error from ASP.Net pages ....not from Baan apps.
you need to post such err /problems in .NET forum so as to get appropriate solutions.

Regards,
Sushil Kumar Mudaliar

vaishali_sftdev
11th September 2008, 13:33
Yes, thats true.. But its making BOW call to fetch Purchase Order Numbers form BaaN Table... So, problem is at backend, not at asp.net level.. So, can u tell probable reason for it? Since, our test BaaN server was crashed and restored today only.. For many of the tables, error is there: Table does not exist.. And the error desc i wrote, started coming today only.. but i saw in BaaN table for PO is existing at backend... :confused:

sushil
11th September 2008, 16:30
Hello vaishali,

Please check with DBA for DB alert logs , may be problem might be in DB.
try executing the query which is in ASP.Net pages and get the DB error codes (eg. for Oracle ORA-1555 ,so on) in case error occurs.

Regards,
Sushil Kumar Mudaliar