08-11-04 10:52 PM
I have a small orchestration with a map that uses a database lookup functoid
.
When I test the map, the lookup retreives data from the server correctly.
When I deploy the orchestration and run it, I receive the following message:
Login failed for user '(null)'. Reason: Not associated with a trusted SQL
Server connection.
From what I've found in the newsgroups so far, it's my understanding that
the credentials being used during the test are the currently logged in user,
which explains why it works there.
I have tried various changes to the connection string, but it seems to
ignore any sql logon parameters used. The biztalk development environment is
running on a single machine using local accounts. The sql database is on a
different machine.
I'm at a loss as to how to get the sql logon to work for this map. Any ideas
would be appreciated.
[ Post a follow-up to this message ]
|