Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Invalid Signon Information - Accpac Web Development .Net

Status
Not open for further replies.

proxy00

MIS
Jul 16, 2004
7
CA
Hello, I am new in Accpac API web development area. I followed the sample to create a very simple .net web to write new order entry to Accpac Pervasive DB.
I am using Accpac 5.4a with all service packs and MS studio .NET v2002. My development environment is Windows XP.

I stuck on the first step! I get "Invalid Signon information. Make sure you supply the correct user ID and Password". I am sure the ID, password and DB ID are all correct (I haven't even activated Accpac login security). Here is my code:

aSession = CreateObject("Accpac.Session")
aSession.Init("", "OE", "OE1000", "54A")
aSession.Open("ADMIN", "ADMIN", "SAMINC", DateTime.Today, 0, "")

Any suggestion? Many thanks!

 
You're on a road to misery with .Net web deployment.
Ditch it for VB6 or VBA and you will be happier.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top