CAUTION: The following procedure requires in-depth knowledge of database engines for your Sage product, such as Microsoft SQL Server, Pervasive SQL, and MySQL. Sage can't assist with database administration and isn't responsible for errors resulting from database changes. Back up your system and application databases required for a complete restore. Consider contacting a certified consultant or your database administrator for assistance.
CAUTION: This solution needs advanced Operating System knowledge. Consult your system administrator for help. Sage isn't liable for issues caused by improper changes to the Windows Registry. Always back up your data before applying advanced solutions.The following requires familiarity with IIS and SQL administration. Sage cannot assist with IIS website configuaration or SQL administration.
Windows Server Configuration
Create a Windows User with sufficient rights to read, write and delete data in Sage. In addition the Windows User account must have Read and Execute rights to the Sdata folder on the IIS Server. Typically this path is "C:\Program Files (x86)\Common Files\Sage\SData\"
Configure IIS
Configure SQL (For Sage 100 ERP Premium only)
Example SQL script (assumes the MAS_XXX database is selected):
EXEC sp_addrolemember N'db_datareader', N'
Configure Sage 100 ERP
Install the Sdata Adapter
Install the Sdata Adapter from the root of the installation image; when prompted enter the windows user from the windows configuration step.
Test the website by reading from a table
for example
https://cai100sdataiv/SData/MasApp/MasContract/ABX/AR_Customer
Enter the Sdata user name and password, a list of records will be displayed if successful. You will not be prompted if the windows user account does not have sufficient rights as defined above.