Friday, March 30, 2012
rsinternal error The profile for the user is a temporary profile.
When I type http://w2kserver1/Reports
I get rsInternalerror with msg
The profile for the user is a temporary profile
and the same for http://w2kserver1/Reportserver.
I'm not sure where to start to try to solve this issue.
I am new to SQL Reporting Services, but plan to use it extensively.
I didn't install it originally, so I'm not sure where to start.
What should I check first? What profile they are talking about?
All help is very greatly appreciated.
Bob Hansen
--
Robert HansenI have the same problem and I still haven't found a solution, but I'll pass
all the info I've got so far:
I am assuming that you are installing on a W2K SP4 machine, now, according
to this forum: http://dbforumz.com/-Report-Server-ftopict70733.html the
problem is the IWAM account on the machine, the SP4 changed the security
settings for this account and cannot impersonate
Check this two KB articles from Microsoft about how to change the settings
on the IWAM account:
http://support.microsoft.com/kb/821546/EN-US/
http://support.microsoft.com/kb/824308/en-us
I'm currently at this point. The idea is: once you have changed the account
settings, try to activate the RS (rsactivate.exe) and see if it helps. Check
the discussion in the forum for anything else I may have missed.
If your W2K machine is a domain controller or a backup domain controller...
well you are in the same situation as I am. I cannot see (let alone modify)
the domain policy
Hope anything of this helps
Regards,
--
MCAD Miguel Rodriguez
MW Consulting S.A. de C.V.
Microsoft Gold Certified Partner
www.mexware.com
"Bob Hansen" escribió:
> HI,
> When I type http://w2kserver1/Reports
> I get rsInternalerror with msg
> The profile for the user is a temporary profile
> and the same for http://w2kserver1/Reportserver.
> I'm not sure where to start to try to solve this issue.
> I am new to SQL Reporting Services, but plan to use it extensively.
> I didn't install it originally, so I'm not sure where to start.
> What should I check first? What profile they are talking about?
> All help is very greatly appreciated.
> Bob Hansen
> --
> Robert Hansen|||The tips I gave you worked for me, but I was installing RS on a Domain
Controller.. However, I came up with the UPDATED documentation of RS (at
www.msdn.com) and worked like a champ.
I encourage you to read the intallation section of the RS books online,
specially the new section "Preparing to Install" it saved my life
Regards
--
MCAD Miguel Rodriguez
MW Consulting S.A. de C.V.
Microsoft Gold Certified Partner
www.mexware.com
"Mike Rod" escribió:
> I have the same problem and I still haven't found a solution, but I'll pass
> all the info I've got so far:
> I am assuming that you are installing on a W2K SP4 machine, now, according
> to this forum: http://dbforumz.com/-Report-Server-ftopict70733.html the
> problem is the IWAM account on the machine, the SP4 changed the security
> settings for this account and cannot impersonate
> Check this two KB articles from Microsoft about how to change the settings
> on the IWAM account:
> http://support.microsoft.com/kb/821546/EN-US/
> http://support.microsoft.com/kb/824308/en-us
> I'm currently at this point. The idea is: once you have changed the account
> settings, try to activate the RS (rsactivate.exe) and see if it helps. Check
> the discussion in the forum for anything else I may have missed.
> If your W2K machine is a domain controller or a backup domain controller...
> well you are in the same situation as I am. I cannot see (let alone modify)
> the domain policy
> Hope anything of this helps
> Regards,
> --
> MCAD Miguel Rodriguez
> MW Consulting S.A. de C.V.
> Microsoft Gold Certified Partner
> www.mexware.com
>
> "Bob Hansen" escribió:
> > HI,
> >
> > When I type http://w2kserver1/Reports
> > I get rsInternalerror with msg
> > The profile for the user is a temporary profile
> >
> > and the same for http://w2kserver1/Reportserver.
> >
> > I'm not sure where to start to try to solve this issue.
> > I am new to SQL Reporting Services, but plan to use it extensively.
> > I didn't install it originally, so I'm not sure where to start.
> >
> > What should I check first? What profile they are talking about?
> > All help is very greatly appreciated.
> >
> > Bob Hansen
> >
> > --
> > Robert Hansen
rsFailedToDecryptConfigInformation unable to initialize
I am getting the following error: rsFailedToDecryptConfigInformation
Please help, When i am trying to initialize the RS.
Thank you very much..
OK, found it.
All i did is detached the deatabases both reportserver and also temp.
and then attached it back and gave permissions for the windows acct. under sql server database.
And then closed the sql manager.
opened the report server configuration utility and i see it got initialized by itself.
you can also check my previous post about initialization problem, under that i mentioned all the issues i had configuring rs via configuration utility.
sqlrsFailedToDecryptConfigInformation
- When I build a Report the application display this message:
Build complete -- 0 errors, 0 warnings
- When I deploy a Report the application display this message:
Deploying to http://localhost/ReportServer?%2fReportesSINPHOS
Error rsFailedToDecryptConfigInformation :
The encrypted value for configuration setting Dsn cannot be decrypted.
Deploy complete -- 1 errors, 0 warnings
I also delete and create a new data environment and still send me this
messages.
What can I do, to solve this?Sounds like your configuration file DSN element has become invalid. Running
rsconfig should solve this problem.
--
-Daniel
This posting is provided "AS IS" with no warranties, and confers no rights.
"vonpatogm" <vonpatogm@.discussions.microsoft.com> wrote in message
news:1F87BF5B-1366-4B05-9771-33AA80E86434@.microsoft.com...
> I have Windows XP(SP1) With Framework v1.1.4322
> - When I build a Report the application display this message:
> Build complete -- 0 errors, 0 warnings
> - When I deploy a Report the application display this message:
> Deploying to http://localhost/ReportServer?%2fReportesSINPHOS
> Error rsFailedToDecryptConfigInformation :
> The encrypted value for configuration setting Dsn cannot be decrypted.
> Deploy complete -- 1 errors, 0 warnings
> I also delete and create a new data environment and still send me this
> messages.
> What can I do, to solve this?|||Tks.
But, I did run this batch:
rsconfig -c -s11.254.16.11 -dDBSINPHOS -aSQL -uusr_siaish -pimss -t
It send this follow error:
System.Exception: Error: HRESULT=0x8004F992 For more information, see the
event log in the Event Viewer.
at
Microsoft.ReportingServices.ConfigManagement.ConfigFileApp.InstanceMain()
at Microsoft.ReportingServices.BaseCmdLine.CommandLineMain(String[] args,
BaseCmdLine instance)
How do u see it?
"Daniel Reib [MSFT]" wrote:
> Sounds like your configuration file DSN element has become invalid. Running
> rsconfig should solve this problem.
> --
> -Daniel
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> "vonpatogm" <vonpatogm@.discussions.microsoft.com> wrote in message
> news:1F87BF5B-1366-4B05-9771-33AA80E86434@.microsoft.com...
> > I have Windows XP(SP1) With Framework v1.1.4322
> >
> > - When I build a Report the application display this message:
> > Build complete -- 0 errors, 0 warnings
> >
> > - When I deploy a Report the application display this message:
> > Deploying to http://localhost/ReportServer?%2fReportesSINPHOS
> > Error rsFailedToDecryptConfigInformation :
> > The encrypted value for configuration setting Dsn cannot be decrypted.
> > Deploy complete -- 1 errors, 0 warnings
> >
> > I also delete and create a new data environment and still send me this
> > messages.
> >
> > What can I do, to solve this?
>
>|||Go to the administrator tools and click on event log.
--
-Daniel
This posting is provided "AS IS" with no warranties, and confers no rights.
"vonpatogm" <vonpatogm@.discussions.microsoft.com> wrote in message
news:4E148DAA-CE6D-443D-8F83-C861408D768E@.microsoft.com...
> Tks.
> But, I did run this batch:
> rsconfig -c -s11.254.16.11 -dDBSINPHOS -aSQL -uusr_siaish -pimss -t
> It send this follow error:
> System.Exception: Error: HRESULT=0x8004F992 For more information, see the
> event log in the Event Viewer.
> at
> Microsoft.ReportingServices.ConfigManagement.ConfigFileApp.InstanceMain()
> at Microsoft.ReportingServices.BaseCmdLine.CommandLineMain(String[]
args,
> BaseCmdLine instance)
> How do u see it?
> "Daniel Reib [MSFT]" wrote:
> > Sounds like your configuration file DSN element has become invalid.
Running
> > rsconfig should solve this problem.
> >
> > --
> > -Daniel
> > This posting is provided "AS IS" with no warranties, and confers no
rights.
> >
> >
> > "vonpatogm" <vonpatogm@.discussions.microsoft.com> wrote in message
> > news:1F87BF5B-1366-4B05-9771-33AA80E86434@.microsoft.com...
> > > I have Windows XP(SP1) With Framework v1.1.4322
> > >
> > > - When I build a Report the application display this message:
> > > Build complete -- 0 errors, 0 warnings
> > >
> > > - When I deploy a Report the application display this message:
> > > Deploying to http://localhost/ReportServer?%2fReportesSINPHOS
> > > Error rsFailedToDecryptConfigInformation :
> > > The encrypted value for configuration setting Dsn cannot be decrypted.
> > > Deploy complete -- 1 errors, 0 warnings
> > >
> > > I also delete and create a new data environment and still send me this
> > > messages.
> > >
> > > What can I do, to solve this?
> >
> >
> >
RSExplorer Example
create a window logon form. Could anyone can help me how to integrate form
authentication and the sample together ? Actually I don't know how the
report server can regonize the logon user.
Thanksadd this report parameter: =User!UserID
Geert
"May Liu" wrote:
> I try to modify the RSExplorer example by using form authentication. I have
> create a window logon form. Could anyone can help me how to integrate form
> authentication and the sample together ? Actually I don't know how the
> report server can regonize the logon user.
> Thanks|||May,
Please see the thread "How do you set a cookie for axshdocvw".
--
Hope this helps.
----
Teo Lachev, MCSD, MCT
Author: "Microsoft Reporting Services in Action"
Publisher website: http://www.manning.com/lachev
Buy it from Amazon.com: http://shrinkster.com/eq
Home page and blog: http://www.prologika.com/
----
"May Liu" <MayLiu@.discussions.microsoft.com> wrote in message
news:2E81EC43-D180-4568-BFC7-686B39F138CF@.microsoft.com...
> I try to modify the RSExplorer example by using form authentication. I
have
> create a window logon form. Could anyone can help me how to integrate
form
> authentication and the sample together ? Actually I don't know how the
> report server can regonize the logon user.
> Thanks|||Where can I find the thread ?
"Teo Lachev" wrote:
> May,
> Please see the thread "How do you set a cookie for axshdocvw".
> --
> Hope this helps.
> ----
> Teo Lachev, MCSD, MCT
> Author: "Microsoft Reporting Services in Action"
> Publisher website: http://www.manning.com/lachev
> Buy it from Amazon.com: http://shrinkster.com/eq
> Home page and blog: http://www.prologika.com/
> ----
> "May Liu" <MayLiu@.discussions.microsoft.com> wrote in message
> news:2E81EC43-D180-4568-BFC7-686B39F138CF@.microsoft.com...
> > I try to modify the RSExplorer example by using form authentication. I
> have
> > create a window logon form. Could anyone can help me how to integrate
> form
> > authentication and the sample together ? Actually I don't know how the
> > report server can regonize the logon user.
> >
> > Thanks
>
>|||I find it !!! Thanks. I will take a look on that.
"May Liu" wrote:
> Where can I find the thread ?
> "Teo Lachev" wrote:
> > May,
> >
> > Please see the thread "How do you set a cookie for axshdocvw".
> >
> > --
> > Hope this helps.
> >
> > ----
> > Teo Lachev, MCSD, MCT
> > Author: "Microsoft Reporting Services in Action"
> > Publisher website: http://www.manning.com/lachev
> > Buy it from Amazon.com: http://shrinkster.com/eq
> > Home page and blog: http://www.prologika.com/
> > ----
> >
> > "May Liu" <MayLiu@.discussions.microsoft.com> wrote in message
> > news:2E81EC43-D180-4568-BFC7-686B39F138CF@.microsoft.com...
> > > I try to modify the RSExplorer example by using form authentication. I
> > have
> > > create a window logon form. Could anyone can help me how to integrate
> > form
> > > authentication and the sample together ? Actually I don't know how the
> > > report server can regonize the logon user.
> > >
> > > Thanks
> >
> >
> >
rsExecutionNotFound when using ASP State Server
I'm working on an ASP.NET 2.0 project and we are using Reporting Services 2005, the web application is configured to work with a State Server. Our users are getting the following error randomly:
[ReportServerException: No se encuentra la ejecución 'bla bla bla' (rsExecutionNotFound)]
Microsoft.Reporting.WebForms.ServerReport.GetExecutionInfo() + 367
Microsoft.Reporting.WebForms.ServerReport.SetExecutionId(String executionId) + 117
Microsoft.Reporting.WebForms.ServerReport..ctor(SerializationInfo info, StreamingContext context() + 206
[TargetInvocationException: Exception has been thrown by the target invocation]
System.RuntimeMethodHandle._SerializationInvoke(Object target, SignatureStruct& declaringType, ...
...
System.Web.SessionState.SessionStateItemCollection.DeserializeAllItems() + 88
System.Web.SessionState.SessionStateItemCollection.get_Keys() + 9
System.Web.SessionState.HttpSessionStateContainer.get_Keys() + 10
System.Web.SessionState.HttpSessionState.get_Keys() + 10
...
This exception is thrown in a request when we access the session context to get a variable. After some investigation we have found that the report viewer is storing reports in the session context, we supose that when the report execution expires on server this error is thrown and the user must close Internet explorer and reenter the application.
Is there any way to avoid Report viewer storing reports on session context, if not I think that this is a bug because when using a state server this error is not recoverable and the user must close the Internet explorer. This think doesn' like them much ;-)
Any help would be appreciated
thanks in advance
I'm sorry, I'm not currently bringing a solution to your problem, although:
- I did post the issue on MSDN Labs: http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx?feedbackid=90396e94-e868-4a33-b784-f43dcd5a7393
- There is a solution, although it's a hack: http://groups.google.fr/group/ReportingServices/browse_thread/thread/685274e5aa25310/bae5e060b65863b0?lnk=st&q=rsexecutionnotfound&rnum=3&hl=fr#bae5e060b65863b0
Trace.axd brings nothing useful session-wise.
If you did find a solution, please post it, as I too need one!
|||Microsoft says that this is solved, but I can't find where, may be in Sql Server 2005 SP1?rsExecutionNotFound when using ASP State Server
I'm working on an ASP.NET 2.0 project and we are using Reporting Services 2005, the web application is configured to work with a State Server. Our users are getting the following error randomly:
[ReportServerException: No se encuentra la ejecución 'bla bla bla' (rsExecutionNotFound)]
Microsoft.Reporting.WebForms.ServerReport.GetExecutionInfo() + 367
Microsoft.Reporting.WebForms.ServerReport.SetExecutionId(String executionId) + 117
Microsoft.Reporting.WebForms.ServerReport..ctor(SerializationInfo info, StreamingContext context() + 206
[TargetInvocationException: Exception has been thrown by the target invocation]
System.RuntimeMethodHandle._SerializationInvoke(Object target, SignatureStruct& declaringType, ...
...
System.Web.SessionState.SessionStateItemCollection.DeserializeAllItems() + 88
System.Web.SessionState.SessionStateItemCollection.get_Keys() + 9
System.Web.SessionState.HttpSessionStateContainer.get_Keys() + 10
System.Web.SessionState.HttpSessionState.get_Keys() + 10
...
This exception is thrown in a request when we access the session context to get a variable. After some investigation we have found that the report viewer is storing reports in the session context, we supose that when the report execution expires on server this error is thrown and the user must close Internet explorer and reenter the application.
Is there any way to avoid Report viewer storing reports on session context, if not I think that this is a bug because when using a state server this error is not recoverable and the user must close the Internet explorer. This think doesn' like them much ;-)
Any help would be appreciated
thanks in advance
I'm sorry, I'm not currently bringing a solution to your problem, although:
- I did post the issue on MSDN Labs: http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx?feedbackid=90396e94-e868-4a33-b784-f43dcd5a7393
- There is a solution, although it's a hack: http://groups.google.fr/group/ReportingServices/browse_thread/thread/685274e5aa25310/bae5e060b65863b0?lnk=st&q=rsexecutionnotfound&rnum=3&hl=fr#bae5e060b65863b0
Trace.axd brings nothing useful session-wise.
If you did find a solution, please post it, as I too need one!
|||Microsoft says that this is solved, but I can't find where, may be in Sql Server 2005 SP1?rsExecutionNotFound when using ASP State Server
I'm working on an ASP.NET 2.0 project and we are using Reporting Services 2005, the web application is configured to work with a State Server. Our users are getting the following error randomly:
[ReportServerException: No se encuentra la ejecución 'bla bla bla' (rsExecutionNotFound)]
Microsoft.Reporting.WebForms.ServerReport.GetExecutionInfo() + 367
Microsoft.Reporting.WebForms.ServerReport.SetExecutionId(String executionId) + 117
Microsoft.Reporting.WebForms.ServerReport..ctor(SerializationInfo info, StreamingContext context() + 206
[TargetInvocationException: Exception has been thrown by the target invocation]
System.RuntimeMethodHandle._SerializationInvoke(Object target, SignatureStruct& declaringType, ...
...
System.Web.SessionState.SessionStateItemCollection.DeserializeAllItems() + 88
System.Web.SessionState.SessionStateItemCollection.get_Keys() + 9
System.Web.SessionState.HttpSessionStateContainer.get_Keys() + 10
System.Web.SessionState.HttpSessionState.get_Keys() + 10
...
This exception is thrown in a request when we access the session context to get a variable. After some investigation we have found that the report viewer is storing reports in the session context, we supose that when the report execution expires on server this error is thrown and the user must close Internet explorer and reenter the application.
Is there any way to avoid Report viewer storing reports on session context, if not I think that this is a bug because when using a state server this error is not recoverable and the user must close the Internet explorer. This think doesn' like them much ;-)
Any help would be appreciated
thanks in advance
I'm sorry, I'm not currently bringing a solution to your problem, although:
- I did post the issue on MSDN Labs: http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx?feedbackid=90396e94-e868-4a33-b784-f43dcd5a7393
- There is a solution, although it's a hack: http://groups.google.fr/group/ReportingServices/browse_thread/thread/685274e5aa25310/bae5e060b65863b0?lnk=st&q=rsexecutionnotfound&rnum=3&hl=fr#bae5e060b65863b0
Trace.axd brings nothing useful session-wise.
If you did find a solution, please post it, as I too need one!
|||Microsoft says that this is solved, but I can't find where, may be in Sql Server 2005 SP1?sql