finally this was a prob of access to the share data. 2 things to do. in your projet web.config add under the tag <authentication mode="Windows" /> this tag :
<identity impersonate="true" /> and in your iss you must setup the anonymous mode to on and be sure that your built-in user have access...
Thank for the answer Jay. But i still have unanshered questions.
Where is this folder?? I'have just begin working with accpac 4 days ago. I'm working on new installed PC. Is this folder is a local one ?
Hi,
We get this message when we try to run this code in a web form using ASP.NET (we are trying to access ACCPAC 5.2 API)
sUsername = m_oFPUtils.GetCompanyUsername(company)
sPassword = m_oFPUtils.GetCompanyPassword(company)
oOESession = New AccpacCOMAPI.AccpacSession
' ERROR WHEN TRYING TO...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.