Page 1 of 1

Web Problems again

Posted: Tue Oct 28, 2008 2:01 pm
by LeeTaylor1979
Hello All,

When trying to access any application I get the following error:

Operation Failed

--------------------------------------------------------------------------------

System has encountered a problem while handling your request.
Please try again.
If you keep having trouble, please contact your system administrator for assistance.


--------------------------------------------------------------------------------
Anyone got any Ideas ?

Regards


Lee

Re: Web Problems again

Posted: Tue Oct 28, 2008 3:21 pm
by George Regateiro
The best place to start is the TM1Web Logs. The tm1web.log will get generated under inetpub\wwwroot\tm1web\log folder.

If this does not give you any good information you can change the logging details. I have not tested this yet, I got these directions from support a while back. The basic log was enough to fix my issue.

1. Open the web.config file in a text editor, such as Microsoft Windows
Notepad.
2. Locate the following section of code under <log4net>
<level value="ERROR" />
3. Change the “level value” to value= DEBUG.
4. Delete the following filter lines  This step is not documented
<filter type="log4net.Filter.LevelRangeFilter">
<acceptOnMatch value="true" />
<levelMin value="INFO" />
<levelMax value="FATAL" />
</filter>
5. Save web.conf

Re: Web Problems again

Posted: Wed Oct 29, 2008 10:04 am
by Martin Erlmoser
the webserver should give more detailled information about the error when you open the website directly on the webserver. (connect remote to the server)

and check the logfiles on the server.

Re: Web Problems again

Posted: Mon Nov 03, 2008 1:47 pm
by LeeTaylor1979
Thanks for your replies,

I have had a look in the Web config file but could not see the coding you mentioned.

The error now only applies to some of the application files ?????

Some work fine the other don't.

Anything else I can try ?

Regards


Lee

Re: Web Problems again

Posted: Thu Dec 24, 2009 9:06 am
by Sandhya Kumar
Hi Lee,

Did this issue get resolved?

I am facing the same error with one of the active forms now..

Thanks!

Re: Web Problems again

Posted: Fri Mar 26, 2010 8:16 pm
by tutak
I am having exactly the same problem. Any solutions yet?

I have a TM1 server and a BI server which is used as the web server. I am suspecting it might be related to the distributed environment. Any thoughts?

Re: Web Problems again

Posted: Thu Apr 15, 2010 5:31 am
by appleglaze28
I encountered that problem before when accessing a websheet, even if i try to republish it still doesn't get resolve, I have to re-upload the websheet again.

I also encountered this problem during login, I'm not sure if its a security issue or a request issue between the application serve, web server & the accessing unit. The error message was gone after Matt's advise on the security setting of the Web however I'm still having problem with it comes to the application load. But that's my experience when it comes to that error.

Re: Web Problems again

Posted: Sun Apr 25, 2010 10:34 am
by hardstep
I had a similar problem on my windows 7 TM1 9.5 setup....

I was getting the following error in in TM1web.log file...

System.UnauthorizedAccessException: Access to the path 'C:\inetpub\wwwroot\TM1WebEx\ExcelSheet\62930876021.xls' is denied.

The problem was casued by file permissions and security on the TM1WebEx\ExcelFiles directory.
I set the IIS_IUSRS group to have WRITE permissions and the problem went away.

Re: Web Problems again

Posted: Wed Feb 09, 2011 4:07 pm
by neoturner
I got this error when I was messing with the config file:

In trying to solve my 9.5.1 integrated login problem on the web I tried the

ServicePrincipalName=<service account>

setting in the config file and afterwards I was getting the Operation Failed on most, but not all, my websheets and forms.

I removed the argument in the config, rebooted the server, iis, excel service and the links worked again.


Still working integrated web login :(