16 Ocak 2007 Salı

ASP.Net Error the two need to map to the same server location

Nedeni:ISS 6.0'da güvenlik nedeniyle .tmp extension engeliyor.
Yapmanız gereken;

Denetim Masasından ordan da Yönetimsel araçlara ordan ISS özelliklerini gideceksin.

the two need to map to the same server location

Web sitelerinin içinde gerekli projeni bulacak sağ tıklayıp özelliklerine gideceksin.




HHTP Headers sekmesinde MINE TYpes yanındaki File TYpes tıklayacaksın New Type diyeceksin.



Extension yanına .tmp ,Mine Type'da Temp yazacaksın.





Sorununuz hal olacaktır.


Gerekli Linkler:
http://www.dotnetcoders.com/web/Articles/ShowArticle.aspx?article=57
http://support.microsoft.com/kb/327283

The version of the report server database is either in a format that is not valid, or it cannot be read. The found version is 'Unknown'. The expected

Solution:Reinstall Reporting Service

Step 1: Backup your files and remove RS entirely.
==================================
If RS cannot be removed successfully, perform the following steps:


1. Re-run the setup.exe of Reporting Services that you had installed on
the machine before. Once this setup routine started it will detect the
existing installation and gave you an option to remove it.


2. If the issue still exists, run MSI installer clean up tool to uninstall
Reporting Services:

a. Please download the MSI installer clean up tool from the following web
site:

Description of the Windows Installer CleanUp Utility
http://support.microsoft.com/default.aspx?scid=kb;en-us;290301


b. Double click msicuu2.exe. Follow the wizard's instructions to install
the tool.
c. Launch the tool.
d. At the tool's UI, select "SQL Server 2000 Reporting Services" from the
product name listbox.
e. Click the "Remove" button and note the results.

Note: make sure that you only select "SQL Server 2000 Reporting Services"
item.

Step 2: Reinstalling RS
=============

Use the graphical setup wizard to install RS. If you use the command prompt
utility to install, you must provide information for each required
parameter. For example, you must specify the RSDATABASESERVER parameter.

Note:

1. For Standard Edition, the instance of SQL Server must be local. Check
your RS version to make sure it isn't Standard Edition.

2. Use the [/l*v log_file] parameter to specifies the name and path to a
verbose log file containing all Windows Installer log options. If you do
not specify this argument, no log file is created.

After installing, refer to the "Verifying an Installation of Reporting
Services" topic in BOL to verify RS is installed successfully.

If it cannot be installed successfully, check the verbose log file to find
related errors.

The report server cannot open a connection to the report server database. A connection to the database is required for all requests and processing.

start cmd

Solution:
rsconfig -c -s < SQLSERVERNAME > -d reportserver -a Windows -u < MYDOMAIN\MYACCOUNT > -p < PASSWORD >
or
rsconfig -c -m < REMOTECOMPUTERNAME > -s < SQLSERVERNAME > -d reportserver -a SQL -u SA -p < SAPASSWORD >

rsconfig Utility

The rsconfig utility (Rsconfig.exe) encrypts and stores connection and account values in the RSReportServer.config file. Encrypted values include report server database connection information and account values used for unattended report processing.

Configuring a Report Server Connection

After installation, you may need to modify the user name, password, and authentication mode that the report server uses to connect to the report server database. These values are encrypted. Reporting Services includes rsconfig utility that you can use to modify encrypted connection information.
Connecting to a Report Server Database

A report server must access the report server database that stores the items and metadata managed by the server. Because the report server database is a SQL Server database, you can use either Windows Authentication or SQL Server Authentication.

The connection information used to establish the connection is initially defined during setup. However, if you want to modify the connection information, or if you are moving components to different computers, you can run rsconfig to correct it.
Running rsconfig

The rsconfig utility is a console application that you run from a command line. You can run this tool on a local or remote computer to modify the connection information used by a report server instance.

When you run the utility, you specify parameters to set connection information. These parameters change the values of the connection information stored in the configuration file on the local or remote computer. You can modify the user name, password, and authentication mode used by the report server to connect to the report server database. The tool manages connection information for a single instance of the report server.

links:
http://msdn2.microsoft.com/en-us/library/ms162837.aspx

http://msdn2.microsoft.com/en-gb/library/aa972232(SQL.80).aspx

http://sqlforums.windowsitpro.com/web/forum/messageview.aspx?catid=92&threadid=29121&STARTPAGE=1