Scenario: I have a VB6 app running on an NT workstation that makes an API call to an NT server to retrieve user account info for the purpose of programmatically setting user rights within the app itself (example: Enabling/disabling the Delete button or Save button based on a user group). It works fine using the development server and workstations, but it doesn't retrieve the information when I install and run on a test server and workstation at the customer site.
The difference between the two environments, to the best of my knowledge, is the development server is part of a domain, and the server at the customer site is not, it is a stand alone server.
Question: I realize there are differences in the way a server is configured for a domain and for stand alone, but could the fact that the server at the customer site is not part of a domain be preventing the API function from retrieving information about the user from the server?
The difference between the two environments, to the best of my knowledge, is the development server is part of a domain, and the server at the customer site is not, it is a stand alone server.
Question: I realize there are differences in the way a server is configured for a domain and for stand alone, but could the fact that the server at the customer site is not part of a domain be preventing the API function from retrieving information about the user from the server?