Sub Account Error and Solution
The Sub account Module error Run time error '-2147467259 (80004005)'
- In above Screenshot, it is clearly noticed that the BO Sub accounts database is corrupted. Hence, the issue.
- Close all Meghdoot applications completely once at the PO
- Execute the following in SQL Query analyzer (2-3 times) to settle the issue.
ALTER DATABASE bosubaccounts SET SINGLE_USER
DBCC CHECKDB ('bosubaccounts',REPAIR_ALLOW_DATA_LOSS)
ALTER DATABASE bosubaccounts SET MULTI_USER
0 comments:
Post a Comment
Click to see the code!
To insert emoticon you must added at least one space before the code.