Deployment Problem going from V2.0 to V2.0.3Deployment Problem going from V2.0 to V2.0.3
Old forum URL: forums.lhotka.net/forums/t/1166.aspx
surfdog86 posted on Friday, September 08, 2006
Hello:
I have been running a csla V2.0 web site on multiple web servers.
Recently I updated to V2.0.3.
I tested successfully on my dev and qa machines, both single web servers.
Now, when I deploy to the prod win2003 servers, I get errors (DataPortal.Update failed) that lead me to believe I have csla.dll problems. I used the same set of deployment files for each of the dev, qa and prod
environments, changing only web.config entries.
On dev and qa, testing worked after file copying without an iisreset. On prod, I tried an iisreset as well as rebooting.
Any help or ideas on this would be greatly appreciated.
Thanks,
Marc
RockfordLhotka replied on Friday, September 08, 2006
Do you have both web and app servers? In other words, are you using a remote data portal configuration?
surfdog86 replied on Friday, September 08, 2006
No, purely web servers with local access to the db.
RockfordLhotka replied on Friday, September 08, 2006
That is good, as it is the simplest
case.
What is the exception you are getting that leads you to
believe you have an incorrect dll version?
No, purely web servers with local access to the
db.
surfdog86 replied on Friday, September 08, 2006
I throw a soap exception from a web service.
DataPortal.Update failed is returned.
I checked the app event log and there is nothing
recorded.
It is a very simple method, trying to insert to
DB.
The funny part is that the very same code functions
correctly on dev and qa servers.
The only difference in prod is the fact that there are two
web servers.
That is good, as it is the simplest
case.
What is the exception you are getting that leads you to
believe you have an incorrect dll version?
No, purely web servers with local access to the
db.
RockfordLhotka replied on Friday, September 08, 2006
You need to look at the inner exception to see why it
failed. Perhaps there's a database security issue, or a connection string issue
or something like that.
Rocky
I throw a soap exception from a web service.
DataPortal.Update failed is returned.
I checked the app event log and there is nothing
recorded.
It is a very simple method, trying to insert to
DB.
The funny part is that the very same code functions
correctly on dev and qa servers.
The only difference in prod is the fact that there are
two web servers.
Copyright (c) Marimer LLC