Sage 50 SDK Com - GetApplication returns null

SUGGESTED

I am using the SDK Com interface.  Below when I call the GetApplication with the com username and password I get back a null value.  Under Sage Partners in Sage 50 the setting is medium.

--------------

Login _peachtreeLogin = _peachtreeLoginSelector.GetCurrentLoginObject() as Login;
System.Threading.Thread.Sleep(10000);
Application _peachtreeApplication = _peachtreeLogin.GetApplication(COMUsername, COMPassword) as Application;

-------------

I am using C#.  Any ideas?  

Parents
  • 0

    We are seeing this as well with a client recently updated to Sage 50 2021.  We use the COM interface and the partner Username/Password used for years is being refused.  It may be possible that the Client denied access when asked the permit question

    Anyone know how to reset this to allow our interface application access?

Reply
  • 0

    We are seeing this as well with a client recently updated to Sage 50 2021.  We use the COM interface and the partner Username/Password used for years is being refused.  It may be possible that the Client denied access when asked the permit question

    Anyone know how to reset this to allow our interface application access?

Children