SOURCE: SAGE ACCPAC ERP Datasource activating problem in C#.NET
Add reference (ACCPAC.Advantage & ACCPAC.Advantage.Types);
using ACCPAC.Advantage;
private ACCPAC.Advantage.Session session;
private DBLink mDBLinkCmpRW;
session = new ACCPAC.Advantage.Session();
session.Init("", "XX", "XX1000", "55A");
session.Open("ADMIN", "ADMIN", "SAMINC", DateTime.Today, 0);
mDBLinkCmpRW = session.OpenDBLink(ACCPAC.Advantage.DBLinkType.Company, ACCPAC.Advantage.DBLinkFlags.ReadWrite);
This is how you can connect to DATABASE OF ACCPAC (55a)
--
Sheryar Nizar
http://www.sheryar.net
SOURCE: Hi. ACCPAC PRO SERIES 7.2
Your security settings and passwords were probably corrupted by the crash. These are just stored in a SDW file. You have a couple of options to try. If you cannot log on using any sysadmin ir higher password then the password file is probably not going to work at all. You can download a accpac password recovery program. There are several free ones available. Just do a search for "accpac password recovery" These will try and recover the password file. If it works you should be able to log on normally after. Past this point there are a few tricks that you should really only have a accpac tech do. These involve rebuilding files or resetting the file and using a master password to log on. The mater password is a in house trade thing so the only people who know and use it are those certified and working for accpacc.
With 24 users I would assume you have a busy system so in that case the fastest way might be to call in the tech. You can try the recovery as it only takes a few minutes. If you call in the tech let him know what you have tried and make sure he has access to your backup files if he needs hem. He may be able to fix it very quickly by borrowing the old password files.
404 views
Usually answered in minutes!
×