Hi
I have a Progress App, that runs against Progress DB or SQL Server DB, via two Appservers. The SQL DB was created via the DataServer migration tool. All good so far.
I have used the SQL Azure Migration utility to migrate the SQL DB to SQL Azure (with a few minor issues). I can connect to the SQL Azure DB and see all the table, views, triggers, procedures etc using MS tools.
But I can not get the Appserver to start, I get the following:
37000: [Microsoft][SQL Server Native Client 10.0][SQL Server]Server name cannot be determined. It must appear as the first segment of the server's dns name (servername.database.windows.net). Some libraries do not send the server name, in which case the server name must be included as part of the user name (username@servername). In addition, if both formats are used, the server names must match.
Failed to connect to the MSS database. (6142)
My .pf is:
-db ihsh -db IHAZURE2 -ld "ih" -dt MSS -ServerType MSS -U "dbo" -Dsrv SVUB,1
where IHAZURE is working connection to SQL Azure db.
My working SQL .pf is:
-db ihsh -db IHSQL -ld "ih" -dt MSS -ServerType MSS -U "dbo" -Dsrv SVUB,1
Where IHSQL is working SQL database connection.
Has anybody tried accessing a SQL Azure deployment?
I have a Progress App, that runs against Progress DB or SQL Server DB, via two Appservers. The SQL DB was created via the DataServer migration tool. All good so far.
I have used the SQL Azure Migration utility to migrate the SQL DB to SQL Azure (with a few minor issues). I can connect to the SQL Azure DB and see all the table, views, triggers, procedures etc using MS tools.
But I can not get the Appserver to start, I get the following:
37000: [Microsoft][SQL Server Native Client 10.0][SQL Server]Server name cannot be determined. It must appear as the first segment of the server's dns name (servername.database.windows.net). Some libraries do not send the server name, in which case the server name must be included as part of the user name (username@servername). In addition, if both formats are used, the server names must match.
Failed to connect to the MSS database. (6142)
My .pf is:
-db ihsh -db IHAZURE2 -ld "ih" -dt MSS -ServerType MSS -U "dbo" -Dsrv SVUB,1
where IHAZURE is working connection to SQL Azure db.
My working SQL .pf is:
-db ihsh -db IHSQL -ld "ih" -dt MSS -ServerType MSS -U "dbo" -Dsrv SVUB,1
Where IHSQL is working SQL database connection.
Has anybody tried accessing a SQL Azure deployment?