Try doing it directly through IIS, here is a link on how to set it through IIS6 or IIS7.
http://blogs.iis.net/nitashav/archive/2 ... sions.aspx
Search found 4 matches
- Thu Oct 25, 2012 3:03 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: HTTP ERROR 404.4 server not found
- Replies: 6
- Views: 6904
- Thu Oct 25, 2012 1:10 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: HTTP ERROR 404.4 server not found
- Replies: 6
- Views: 6904
Re: HTTP ERROR 404.4 server not found
Here is an IBM article referring to what I spoke of earlier. http://www-01.ibm.com/support/docview.wss?uid=swg21456607 The other thing you might want to verify is that your web.config is setup to use the version of .net you have the site running under. If you have it running under .net 4 (which migh...
- Thu Oct 25, 2012 12:26 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: HTTP ERROR 404.4 server not found
- Replies: 6
- Views: 6904
Re: HTTP ERROR 404.4 server not found
Verify that the web extension in IIS for the asp.net version you are running the site under is set to "Allowed" and not "Prohibited".
We had the same error upgrading to .net 4 in IIS6. After installing .net 4, it defaulted to "prohibited".
We had the same error upgrading to .net 4 in IIS6. After installing .net 4, it defaulted to "prohibited".
- Wed Oct 24, 2012 8:21 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1API.dll/asp.net Integrated login and valStringGet issues
- Replies: 0
- Views: 2637
TM1API.dll/asp.net Integrated login and valStringGet issues
Hi all, I am creating an asp.net site in c# that has a requirement to offer dropdownlist with contents retrieved from TM1 and limited to only what the user running the page can see when in TM1. I am using the tm1api.dll through the dllimport attribute class created by Brian Agovino which has worked ...