Discussion:
Reports : Error
(too old to reply)
zakuk
2009-01-16 14:48:02 UTC
Permalink
Hi Everyone

Just wondering if anyone has any ideas about or has experienced the
following error when trying to run reports in CRM.

Unable to connect to the remote server
Loading this assembly would produce a different grant set from other
instances. (Exception from HRESULT: 0x80131401)

The error occurs intermitently but regulary and once it is recieved reports
cannot be run again until IIS is restarted or in some instances until a whole
server reboot.

Thanks in advance for any help anyone can give :)

Zak.
d***@gmail.com
2009-01-16 15:23:47 UTC
Permalink
Post by zakuk
Hi Everyone
Just wondering if anyone has any ideas about or has experienced the
following error when trying to run reports in CRM.
Unable to connect to the remote server
Loading this assembly would produce a different grant set from other
instances. (Exception from HRESULT: 0x80131401)
The error occurs intermitently but regulary and once it is recieved reports
cannot be run again until IIS is restarted or in some instances until a whole
server reboot.
Thanks in advance for any help anyone can give :)
Zak.
Hi Zak,

I've never received this error, but this error message looks likes
it's two part. The unable to conenct to remote server could possibly
be not being able to connect to the CRM/SQL server. Now the "loading
of the assembly..." error I have seen before when developing an
ASP.Net site (I know it's not CRM per say, but maybe related?).

For that issue I had to:

1. Stop IIS
2. Clear out the ASP.NET temporary internet files probably at: C:
\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary
3. Start IIS

Now are you trying to develop an ASP.NET site that may be sharing any
resources with anything in CRM might touch?

There are also support issues with MS with this error and SQL server:
https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=285171

I hope that may at least point you somewhere =).
zakuk
2009-01-16 15:41:01 UTC
Permalink
Hi Danny

Thanks for the quick response!

The strange thing is that the reports work perfectly well for a while after
the IIS reset and then all of a sudden this error happens.

All communications are fine between CRM / SQL server

I have been thinking along the same lines ref the sharing of resources. We
have some custom asp.net virtual directories that run on out CRM server as
plugins / extentions etc to CRM.

The fact that reports run ok after a reset could potentially agree with this
theory as they may actually be working fine until a particualr resource /
assembly is loaded somewhere else and then causes the conflict to occur and
reports fail again.

I have noticed that all of the additional virtual directories are configured
to use the same application pool as CRM. Would moving them into their own app
pool help matters?

Zak.
Post by d***@gmail.com
Post by zakuk
Hi Everyone
Just wondering if anyone has any ideas about or has experienced the
following error when trying to run reports in CRM.
Unable to connect to the remote server
Loading this assembly would produce a different grant set from other
instances. (Exception from HRESULT: 0x80131401)
The error occurs intermitently but regulary and once it is recieved reports
cannot be run again until IIS is restarted or in some instances until a whole
server reboot.
Thanks in advance for any help anyone can give :)
Zak.
Hi Zak,
I've never received this error, but this error message looks likes
it's two part. The unable to conenct to remote server could possibly
be not being able to connect to the CRM/SQL server. Now the "loading
of the assembly..." error I have seen before when developing an
ASP.Net site (I know it's not CRM per say, but maybe related?).
1. Stop IIS
\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary
3. Start IIS
Now are you trying to develop an ASP.NET site that may be sharing any
resources with anything in CRM might touch?
https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=285171
I hope that may at least point you somewhere =).
d***@crowehorwath.com
2009-01-16 16:16:36 UTC
Permalink
Post by zakuk
Hi Danny
Thanks for the quick response!
The strange thing is that the reports work perfectly well for a while after
the IIS reset and then all of a sudden this error happens.
All communications are fine between CRM / SQL server
I have been thinking along the same lines ref the sharing of resources. We
have some custom asp.net virtual directories that run on out CRM server as
plugins / extentions etc to CRM.
The fact that reports run ok after a reset could potentially agree with this
theory as they may actually be working fine until a particualr resource /
assembly is loaded somewhere else and then causes the conflict to occur and
reports fail again.
I have noticed that all of the additional virtual directories are configured
to use the same application pool as CRM. Would moving them into their own app
pool help matters?
Zak.
Post by d***@gmail.com
Post by zakuk
Hi Everyone
Just wondering if anyone has any ideas about or has experienced the
following error when trying to run reports in CRM.
Unable to connect to the remote server
Loading this assembly would produce a different grant set from other
instances. (Exception from HRESULT: 0x80131401)
The error occurs intermitently but regulary and once it is recieved reports
cannot be run again until IIS is restarted or in some instances until a whole
server reboot.
Thanks in advance for any help anyone can give :)
Zak.
Hi Zak,
I've never received this error, but this error message looks likes
it's two part.  The unable to conenct to remote server could possibly
be not being able to connect to the CRM/SQL server.  Now the "loading
of the assembly..." error I have seen before when developing an
ASP.Net site (I know it's not CRM per say, but maybe related?).
1.  Stop IIS
\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary
3.  Start IIS
Now are you trying to develop an ASP.NET site that may be sharing any
resources with anything in CRM might touch?
https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx...
I hope that may at least point you somewhere =).- Hide quoted text -
- Show quoted text -
Hi Zak,

I don't see why having it all use the same app pool would affect it,
but if it were custom applications I can't say for sure what those
apps are doing. It's worth a shot and see if it does the trick. I'd
be really interested to see if that was the cause, sorry I couldn't be
of more help, good luck!
unknown
2010-07-19 16:50:13 UTC
Permalink
Hi Zak,

Did you ever get this issue figured out? We've been having this EXACT same problem and can't figure anything out...



zaku wrote:

Hi DannyThanks for the quick response!
16-Jan-09

Hi Dann

Thanks for the quick response

The strange thing is that the reports work perfectly well for a while after
the IIS reset and then all of a sudden this error happens

All communications are fine between CRM / SQL serve

I have been thinking along the same lines ref the sharing of resources. We
have some custom asp.net virtual directories that run on out CRM server as
plugins / extentions etc to CRM

The fact that reports run ok after a reset could potentially agree with this
theory as they may actually be working fine until a particualr resource /
assembly is loaded somewhere else and then causes the conflict to occur and
reports fail again

I have noticed that all of the additional virtual directories are configured
to use the same application pool as CRM. Would moving them into their own app
pool help matters

Zak

"***@gmail.com" wrote:

Previous Posts In This Thread:

On Friday, January 16, 2009 9:48 AM
zaku wrote:

Reports : Error
Hi Everyon

Just wondering if anyone has any ideas about or has experienced the
following error when trying to run reports in CRM

Unable to connect to the remote server
Loading this assembly would produce a different grant set from other
instances. (Exception from HRESULT: 0x80131401

The error occurs intermitently but regulary and once it is recieved reports
cannot be run again until IIS is restarted or in some instances until a whole
server reboot

Thanks in advance for any help anyone can give :

Zak.

On Friday, January 16, 2009 10:41 AM
zaku wrote:

Hi DannyThanks for the quick response!
Hi Dann

Thanks for the quick response

The strange thing is that the reports work perfectly well for a while after
the IIS reset and then all of a sudden this error happens

All communications are fine between CRM / SQL serve

I have been thinking along the same lines ref the sharing of resources. We
have some custom asp.net virtual directories that run on out CRM server as
plugins / extentions etc to CRM

The fact that reports run ok after a reset could potentially agree with this
theory as they may actually be working fine until a particualr resource /
assembly is loaded somewhere else and then causes the conflict to occur and
reports fail again

I have noticed that all of the additional virtual directories are configured
to use the same application pool as CRM. Would moving them into their own app
pool help matters

Zak

"***@gmail.com" wrote:

On Wednesday, January 21, 2009 4:40 AM
danny.varghes wrote:

Re: Reports : Error
On Jan 16, 9:48=A0am, zakuk <***@discussions.microsoft.com> wrote
t
hol

Hi Zak

I've never received this error, but this error message looks like
it's two part. The unable to conenct to remote server could possibl
be not being able to connect to the CRM/SQL server. Now the "loadin
of the assembly..." error I have seen before when developing a
ASP.Net site (I know it's not CRM per say, but maybe related?)

For that issue I had to

1. Stop II
2. Clear out the ASP.NET temporary internet files probably at: C
\Windows\Microsoft.NET\Framework\v2.0.50727\Temporar
3. Start II

Now are you trying to develop an ASP.NET site that may be sharing an
resources with anything in CRM might touch

There are also support issues with MS with this error and SQL server
https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?Feedb
ackID=3D28517

I hope that may at least point you somewhere =3D).

On Wednesday, January 21, 2009 4:40 AM
danny.varghes wrote:

Re: Reports : Error
On Jan 16, 10:41=A0am, zakuk <***@discussions.microsoft.com> wrote
e


hi
n
re
ap
eport
a whol

Hi Zak

I don't see why having it all use the same app pool would affect it
but if it were custom applications I can't say for sure what thos
apps are doing. It's worth a shot and see if it does the trick. I'
be really interested to see if that was the cause, sorry I couldn't be
of more help, good luck!


Submitted via EggHeadCafe - Software Developer Portal of Choice
Assemblies in Folder Debug Build Checker
http://www.eggheadcafe.com/tutorials/aspnet/d7de5fe1-6155-4e81-96e1-9806fd69d760/assemblies-in-folder-debug-build-checker.aspx
Loading...