I'm in the process of migrating my 9.05.702a Progress Database to SQL 2014. Here is my scenario...
I have three servers:
[Box1] - is my E9.05 Server with Progress 10.2a on it.(source database)
[Box 2] - is my SQL 2014 Database server that E 10 will be on (target database)
[Box 3] is my E10 Application Server.
I have installed the Epicor Admin console on Box 1 along with a copy of SQL 2014 Express. (Source Database)
I have created a Domain account named EpicorRuntime and also created an SQL security login with the same EpicorRuntime and given that user Public, bulk admin and dbcreator roles.
Under the User Mapping page, I have given this user public, & db_owner membership ans assigned it to the Master and empty database that was created. Also I have assigned dbo as the default Schema.
When I run the Migration I receive an error 'NT Authority\ANONYMOUS LOGON'
When I contacted Epicor about this, they sent me a resolution that says that I need to make sure that SQL authentication is enabled in both SQL instances (from BOX 1 & BOX 2)
My issue here is that when I do the same procedure as above for an SQL login, and then look at the configuration for the Target Database it is automatically set to a Windows Authentication?
Does anyone know how to change this to SQL Authentication? am I missing something?
Larry