SQL Server Plug-In - General Questions

Hi,
1. Does this plug-in identify and provide resolution for poorly performing SQL like the the Diagnostics/Tuning Pack for Oracle DB?
2. Does it track changes to Stored Procedures and collect it into the OMS as part of Configuration management?
Thanks!

Please go through the metric reference guide for SQL Server:
http://download.oracle.com/docs/cd/B16240_01/doc/em.102/b28748/toc.htm
This will help you get an idea of all the metrics that this plug-in monitors
Anirban

Similar Messages

  • [Oracle][ODBC SQL Server Driver][libssclient22]General network error

    I am using oracle gateway (11.1) for sqlserver on Linux platform with Oracle Server 10g.
    I am getting following error when i run any select query:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Oracle][ODBC SQL Server Driver][libssclient22]General network error. Check your network documentation.[Oracle][ODBC SQL Server Driver][libssclient22]ConnectionOpen (connect()).[Oracle][ODBC SQL Server Driver]Invalid connection string attribute
    ORA-02063: preceding 2 lines from SQLSERVER
    Another thing is, i have created a ODBC DSN named as "sqlserver" as well. This configuration works fine when "program" parameter is set to dg4odbc in Listener.ora. But with dg4msql, it gives error.
    Followings are the configuration files:
    initsqlserver.ora
    # HS init parameters
    HS_FDS_CONNECT_INFO=database_machine:1433//test_master
    HS_FDS_TRACE_LEVEL=OFF
    HS_FDS_RECOVERY_ACCOUNT=RECOVER
    HS_FDS_RECOVERY_PWD=RECOVER
    listener.ora
    SID_LIST_sqlserver =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = sqlserver)
    (ORACLE_HOME = /u01/app/oracle/product/11.1.0.6.0/gateway)
    (PROGRAM = dg4msql)
    sqlserver =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = Server_Machine )(PORT = 1522))
    (ADDRESS = (PROTOCOL = IPC)(KEY = PNPKEY))
    tnsnames.ora
    SQLSERVER =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = Server_Machine)(PORT = 1522))
    (CONNECT_DATA =
    (SID = sqlserver)
    (HS = OK)
    )

    Hi,
    The error you get is because your HS_FDS_CONNECT_STRING is not correct:
    Be sure you can ping the SQL SERVER name from the Oracle Server,or use TCP/IP address
    Check the port, it is not necessary 1433.
    You can use the instance name insted of port:
    HS_FDS_CONNECT_STRING=server_ip_address/instance_name/database_name
    Be careful, in the LISTENER.ORA, you must specify the Gateway machine and not the SQL SERVER machine:
    sqlserver =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = Gateway_Machine )(PORT = 1522)) <====you must specify Oracle Gateway machine
    (ADDRESS = (PROTOCOL = IPC)(KEY = PNPKEY))
    Idem for TNSNAMES.ORA:
    SQLSERVER =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = Gateway_Machine)(PORT = 1522))
    (CONNECT_DATA =
    (SID = sqlserver)
    (HS = OK)
    Regards
    Mireille

  • Reg:-10901: Database error: [Microsoft][ODBC SQL Server Driver][DBNETLIB]General network error. Check your network documentation.. Contact your Business Objects administrator or database supplier for more information. (Error: WIS 10901)

    Hi Friends,
    When i schedule the report in infoview ,i am getting this error, could you please let me know how to solve this error.
    10901: Database error: [Microsoft][ODBC SQL Server Driver][DBNETLIB]General network error. Check your network documentation.. Contact your Business Objects administrator or database supplier for more information. (Error: WIS 10901)
    Thanks
    sreedhar

    Hi,
    I am able to refresh the report in Infoview and data is dispalying , but when i schedule the report in infoview i am getting that error.
    I am not clear on below one could you please elaborate on this
    You need to create ODBC for SQL server.Check your BO server is able to connect SQL Server.
    Thanks
    sreedhar

  • SQL Server Plug-in

    I have installed the following software on windows 2000 server.
    Oracle Enterprise Manager 10g Grid Control Release 1 (10.1.0.3) for Windows
    Oracle Enterprise Manager 10g Grid Control Management Agent (10.2.0.1) for windows
    I am not able to configure Management Plug-ins for SQL Server 2000 in the 10g Grid Control Release 1 (10.1.0.3) since the Management Plug-ins link is not visible on the grid control setup option as explained below in Oracle Enterprise Manager System Monitoring Plug-in Installation Guide for Microsoft SQL Server
    10g Release 2 (10.2)
    -- Installation guide instructions--
    Deploying the Plug-in
    After you ensure that the prerequisites are met, follow these steps to deploy the plug-in:
    Download the SQL Server Plug-in archive to your desktop or computer on which the browser is launched. You can download the archive from the Oracle Technology Network (OTN).
    Log into Enterprise Manager Grid Control as a Super Administrator.
    Click the Setup link in the upper right corner of the Grid Control Home page, then click the Management Plug-ins link on the left side of the Setup page.
    Click Import.
    Thanks in advance

    I have 10.2.0.1 agent for windows
    I am not clear about the following prerequisite from the manual below which specifies both should be 10g Release 2 or higher
    Oracle Management Service with Oracle Management Repository
    Oracle Management Agent
    I have
    Oracle Management Service with Oracle Management Repository (10.1.0.3) for Windows
    Oracle Management Agent 10.2.0.1 for Windows
    Since there is no 10g Grid Control Release 2 for Windows available(Oracle Management Service with Oracle Management Repository ), hence the confusion.
    Oracle® Enterprise Manager System Monitoring Plug-in Installation Guide for Microsoft SQL Server
    10g Release 2 (10.2)
    Part Number B28049-01
    Prerequisites
    The following prerequisites must be installed before you can deploy the plug-in:
    Microsoft SQL Server 2000
    The following components of Oracle Enterprise Manager 10g Grid Control release 2 or higher:
    Oracle Management Service with Oracle Management Repository
    Oracle Management Agent for Windows
    ---------------------------------------------------------------------------------------------------------------

  • SQL Server Plug-in reports inaccurate Database Space information

    I'm trying to track down some inaccuracies I'm seeing in the SQL Server Plug-in for Grid Control. Every database I have on my Database Instance has a Critical alert regarding the Space Available %. For my example, we'll take the 'master' database. it is showing as .81% Space available. My guess is that the plug-in uses the sp_spaceused procedure to get the information. When I run that, I get the following:
    database_name: master
    database_size: 72.00 MB (This is the size of the database file and the transaction log, 64M + 8M)
    unallocated space: 61.34 MB
    reserved: 2728 KB
    data: 1072 KB
    index_size: 1056 KB
    unused: 600 KB (Total amount of space reserved for objname but no yet used.)
    If you take 600 KB/72MB , you get the .081% available. However, that is not accurate. (I've verified both numbers in the OMS mgmt$metric_hourly view).
    I don't think the plug-in's use of the unused value is correct. This is space allocated to objects in the database, but available. I wonder if this metric should be looking at the unallocated_space/database_size rather than the unused piece. This would show this database to have 85.2% available space.
    The flaw I see in sp_spaceused is that it is taking into account the database and transaction log as a single unit. Rather than separate entities.

    This is erroneous behaviour by the SQL Server plug-in. Please refer to bug 7186134. The bug is planned to be addressed with the newer version of plug-in to be released as part of Plug-in Release Cycle 9 (due for RTM in Dec. '08)

  • SQL Server plug in licence???

    Hi,
    Do you need a licence to deploy the SQL Server plug in for grid?
    Ive looked in the Oracle price list http://www.oracle.com/corporate/pricing/technology-price-list.pdf (is this the price list for 10g or 11g?) and wondered if it was either
    System plug-in for Non Oracle databases
    Managent pack for non oracle middleware
    If one of these are the correct ones then at what point do you have to licence? can you just have the agent deployed to monitor the server?
    Licencing is so confusing

    Hi,
    We have the same problem to evaluate the cost for Grid Control implementation.
    For System Monitoring Plug-in for Non Oracle Databases, we have to pay USD 1,800 + 396.00 Support Per Processor.
    Do we have to take account of Grid Control server processors or all SQL server processors ?
    The problem is the same for "System Monitoring Plug-Ins for Non-Oracle Middleware"
    Thanks
    Dominik

  • SQL Server plug-in Missing Properties : [provided_sql_server_name]

    I've recently deployed SQL Server plug-in 3.2.3.1.0 and am having difficulty with the final error I'm receiving. I have been through the troubleshooting guide and am finding no errors with the WMI setup, etc. When I test connection, I get
    Missing Properties : [provided_sql_server_name]
    SQL Server 2000 - SP4
    Windows 2003 SP1 - Standard Edition.
    I have set up a separate SQL Server user with sysadmin role, and I can see that it is logging in to the default instance just fine (no named instances on the server).
    Anyone have any pointers?

    Warning
    Failed to contact the target to be added. Following errors were received while testing the connection to the target. Update the properties accordingly, try Test Connection for testing the properties before saving.
    Response - Missing Properties : [provided_sql_server_name]
    JDBC URL: jdbc:sqlserver://APP-APS003.app.tdsgroup.net:1433
    JDBC Driver: com.microsoft.sqlserver.jdbc.SQLServerDriver
    Database Username: filled in with valid username
    Password for Database User: Filled in with valid password.
    Again, this is a 'default instance' on a Windows 2000 server.

  • OEM 12c : Deployed MS SQL Server Plug-in. Getting Error When Adding Target Manually

    Hi All,
    Request your help regards to Working with Plug-ins.
    I am using a Oracle linux 5.9 VM with OEM 12c v12.1.0.3.0 Installed.
    I need to work with Non-Oracle Database - specifically MS SQL Server for which I already downloaded and deployed the MS SQL Server Plug-in.
    However when trying to add targets manually, I am getting an error saying "Target Type Microsoft SQL Server is not support on selected monitoring agents em12c.localdomain:3872:Plug-in Microsoft SQL Server Database (12.1.0.3.0) or higher is certified on Enterprise Manager Cloud Control 12.1.0.3.0.
    Can you please guide as to where am i going wrong?
    Your help and guidance is highly appreciated.
    Regards.
    Nayan

    Hi Nayan,
    This seems to be a issue that a different version of MS SQL plugin was deployed on the Agent side.
    As per your description you have already downloaded and deployed the MS SQL Server Plug-in. I am assuming that the version of plugin is 12.1.0.3.
    If not you will need to deploy 12.1.0.3 MS SQL plugin on OMS first and then on the Agent which is monitoring the MS SQL targets.
    + Command to get the plugins deployed On OMS server currently,
    $ cd <OMS_HOME>/bin/
    $ ./emcli login -username=sysman
    Enter password
    Login successful
    $ ./emcli sync
    Synchronized successfully
    $./emcli list_plugins_on_server
    + Command to get the plugins deployed On Agent currently,
    $ cd <AGENT_HOME>/agent_inst/bin/
    $ ./emctl listplugins agent
    Ref: EM 12c: How to Verify the Plugins Deployed on the Enterprise Manager Cloud Control 12.1.0.1 OMS and Agent (Doc ID 1431103.1)
    You can review the below link for MS SQL plugin deploy on OMS and Agent,
    http://docs.oracle.com/cd/E24628_01/install.121/e35211/toc.htm
    Once the 12.1.0.3.0 MS SQL plugin is deployed on OMS and on Agent try to dicover the targets again from console. I hope it will help.
    Regards,
    Biplab

  • Support for Windows Authentication in SQL Server Plug-in

    I can't find anything in the documentation, or maybe my eyes are subconsciously skipping over the section. Does the 3.2.3.1.0 SQL Server plug-in support Windows Authentication? We have stopped using Mixed-Mode in our SQL Server 2005 Databases.

    Not as such, but you can always manage them through worksheet statements.
    You can request this at the SQL Developer Exchange though, so other users can vote and add weight for possible future implementation.
    Regards,
    K.

  • SQL Server plug in and windows server 2008

    Windows Server 2008
    SQL Server 2008
    JDBC drivers 3.0
    I am trying to setup Oracle Grid to monitor the SQL Server instances and ive resolved most of the issues execpt i keep getting the following error when testing connection to SQL server
    Warning
    Failed to contact the target to be added. Following errors were received while testing the connection to the target. Update the properties accordingly, try Test Connection for testing the properties before saving.
    1. MSSQLDetermineName_DynamicProperty - em_error=Could not connect. Error code = 0x8004100e em_error=Failed while connecting to WMI.
    2. Response - Missing Properties : [provided_sql_server_name]
    Ive read about the code and it says add the Microsoft namespace to WMI but then it says it only applies to SQL Server 2000.
    These are my jdbc settigs:
    jdbc url: jdbc:sqlserver://<servername>:1433
    jdbc driver: com.microsoft.sqlserver.jdbc.SQLServerDriver
    History:
    i was getting other errors before regarding wrong version of SQL Server installed so i downloaded the JDBC 3.0 drivers and copied the 2 files:
    sqljdbc.jar and sqljdbcr4.jar
    to <oracle_agent_home>\sysman\admin\scripts\emx\microsoft_sqlserver_database
    after this i got the current problems
    I think it may be a permissions problem with WMI or something connected around it.

    Please review the installation documentation at:
    * http://download.oracle.com/docs/cd/B16240_01/doc/install.102/e16546/sqlig.htm
    You will see that the sqljdbc_auth.dll needs to be copied only if you are using Windows Integrated Authentication on a 64 bit OS:
    For the plug-in to establish connection to SQL Server instance using Windows Integrated Authentication mode, when deployed on a 64-bit (X64 or IA64) copy of Enterprise Manager Agent running on 64-bit Windows operating system, do the following:
    Depending on the JVM version, copy the respective version of sqljdbc_auth.dll to the folder $AgentHome\sysman\jdbcdriver. If the directory does not exist, create it. The file sqljdbc_auth.dll is available as part of Type 4 Microsoft SQL Server 2005 JDBC Driver version 1.2 (after unzipping, you will find three files with same name, that is, auth\x86\sqljdbc_auth.dll, auth\x64\sqljdbc_auth.dll, and auth\ia64\sqljdbc_auth.dll)
    o
    For X64 version of Enterprise Manager Agent installed on X64 (Xeon or AMD) Windows systems, copy the file auth\x64\sqljdbc_auth.dll to $AgentHome\sysman\jdbcdriver (the dll file should be copied directly under the folder specified. No sub-directories should be created.)
    o
    For IA64 version of Enterprise Manager Agent installed on IA64 Windows systems, copy the file auth\ia64\sqljdbc_auth.dll to $AgentHome\sysman\jdbcdriver
    Note:
    · No manual step needs to be performed when the plug-in is deployed on 32-bit copy of Enterprise Manager Agent (running on 32-bit or 64-bit Windows).

  • SQL Server JDBC integrated security question

    I'm assuming that the only way to create a connection to SQL Server using the JDBC driver is using IntegratedSecurity=false and not IntegrateSecurity=true? I can see the arguments for having it only work with false, but I just wanted to make sure so I can clear any questions up regarding security with our client's DBA. Thanks.

    Hi Matt,
    It is possible to use integrated security with ODI, you need to have the JDBC driver and the sqljdbc_auth.dll file in your drivers directory.
    Your JDBC url will look like this: jdbc:sqlserver://localhost:1113;integratedSecurity=true
    It is detailed in a note on Metalink (568070.1), here is an extract:
    To implement the solution:
    1. Copy the "sqljdbc_auth.dll" file into ODI "/drivers" Folder on the computer where the JDBC driver is installed.
    2. In ODI "/bin/odiparams.bat" configuration file, set the "java.libary.path" system property to specify the directory of the "sqljdbc_auth.dll" file, as follows:
    set ODI_ADDITIONAL_JAVA_OPTIONS="-Djava.library.path=c:\oracle\oracledi\drivers" or, if ODI_ADDITIONAL_JAVA_OPTIONS has already been set, add "-Djava.library.path=..." to the existing string, as follows:
    set ODI_ADDITIONAL_JAVA_OPTIONS="-Duser.language=en" "-Duser.country=US"
    "-Djava.library.path=c:\oracle\oracledi\drivers"
    3. If using an Agent started with "agent.bat" or "agentscheduler.bat" commands, the Agent should be stopped and restarted (in order to take into account the new Java settings).
    4. If using an Agent started as Windows Service, then:
    Stop the Agent Service.
    Remove the Agent Service with "agentservice -r" command.
    Edit the "snpsagent.conf" file (from ODI "/tools/wrapper/conf" Directory).
    Add the Java Library Path to specify the Directory of "sqljdbc_auth.dll" File, as
    follows:
    wrapper.java.library.path.2=c:\oracle\oracledi\drivers
    Recreate the Windows Service with "agentservice -i" command.
    Start the Windows Service.
    Thanks,
    Julien

  • MS SQL Server 6.5 - General Experiences ?

    Dear All,
    I am trying to get feedback on any other users /site using Forte (Version 2 or 3) with MS SQL Server 6.5. We are currently using it here at ABN, and I am keen to hear of any experiences good or bad using this combination together. If any one has done any performance bench marking with this combination I would be extremely interested in your comments.
    many thanks
    Darren
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    I have the following OPENINFO string *GROUPS section of the ubbconfig file:
    OPENINFO = "msqlsrvxa1:Tm=TUXEDO, RmRecoveryGuid=7EC1A7F3-C304-11d3-B6DE-
    0000E86B6EEF"
    "Robert Patrick" <[email protected]> wrote in message
    news:[email protected]..
    Are you sure your OPENINFO string for the server group is correct in the*GROUPS
    section of the ubbconfig file?
    Abbas Tahir wrote:
    Hi,
    I'm developing an application using WLE4.2 (C++) under OS Windows NT4.
    The application is a C++ client accessing a C++ server, which in turn
    accesses a MS SQL 6.5 via XA Switch.
    But when I try to run the following command
    tmboot -yI get the following error messages:
    225611.A413B!TMS_MSSQL.254: LIBTUX_CAT:466: ERROR: tpopen TPERMERR
    xa_open
    returned XAER_RMERR
    225611.A413B!TMS_MSSQL.254: LIBTUX_CAT:1353: ERROR: tpopen failed -
    TPERMERR - resource manager error
    225611.A413B!TMS_MSSQL.254: LIBTUX_CAT:250: ERROR: tpsvrinit() failed
    225611.A413B!TMSYSEVT.252: LIBTUX_CAT:1478: ERROR: .SysServerInit:
    TMS_MSSQL, group APP_GRP, id 30001 server initialization failure
    225611.A413B!tmboot.138: 011900: TUXEDO Version 6.5forWLE4.2 32-bitWindows.
    225611.A413B!tmboot.138: CMDTUX_CAT:825: ERROR: Process TMS_MSSQL atSITE1
    failed with /T tperrno (TPERMERR - resource manager error)
    I've already added the following line to the RM file in the directory
    WLE\udataobj:
    MSSQL_XA;msqlsrvxa1;XASWITCH.obj
    Please help me work around this problem.
    Thanks,
    Abbas Tahir

  • Upload of SQL Server plug in

    Hello,
    I have download the SQL plug in from Oracle site and I have upload the plug in at plug in setup, but the upload has been failed, it show an error: "Error of upload the management archives".
    My destination is to tie SQL Databases on the Grid Controll.
    What can I do?
    My system congiruration:
    -Grid Controll 10.2.0.5
    -Windows 32 bit plattform
    -Windows Server 2003 SP2
    Thanks and regards.

    Follow the instructions
    http://www.pythian.com/blogs/mysql-plug-in-for-oracle-grid-control/installation
    Hope this helps,
    Regards,
    http://www.oracleracexpert.com
    ora-0431-error issue
    http://www.oracleracexpert.com/2009/08/ora-0431-error-when-increasing-sga.html
    See the ORA-27102 Error and Soltuion on Solaris
    http://www.oracleracexpert.com/2009/08/ora-27102-out-of-memory-on-solaris.html

  • SQL Server Management Plug-ins deploy error

    Hi,
    I have a GC 10.2.0.3.0.
    I am trying to deploy the MS SQL server plug-in and am getting the following errors.
    I have followed the instruction in this document: http://download.oracle.com/docs/cd/B16240_01/doc/apirefs.102/e12776/pisqp.htm
    This thread did not help me much, Re: microsoft plug in deployment errors on grid control
    At least one error has occurred. Refer to the Deployment Status page for more details.
    The Deployment Status page shows ....
    Deployment Errors and Warnings
         Name          microsoft_sqlserver_database          Agent          tenhrmdb201:3872
         Version          3.3.3.1.0
    An error occurred while communicating with the agent. It may be down or unreachable.
    I have created a local user on the windows box(Agent) and given all the required permissions according to the document.
    In the GC for the Agent Preferred Credentials, i have given the Host UserName = SERVER\username and the password.
    Please help me find what am i missing here.

    I had to add the Windows server's IP to the /etc/hosts file on the OEM server.
    That fixed the issue.

  • SQL Server Reporting Services FAQ

    Hi All,
    This thread is a summary of the Frequently Asked Questions on SQL Server Reporting Services. We consolidate them and post here for your reference. If you have any further questions, please kindly start a new thread so that more community members, MVPs, and MSFTs can join the discussion and share their ideas. Thanks for your understanding.
    Part I: SQL Server Reporting Services General Topics
    1. How to migrate SQL Server 2008 Reporting Services to another computer?
    2. How to combine connecting string via parameter?
    3. How to install a 32-bit version of SQL Server 2005 Reporting Services on a computer that is running a 64-bit version of Windows?
    4. Error of EXECUTE permission denied on object 'xp_sqlagent_notify'.
    5. Security consideration for anonymous access to Report Server.
    6. How to create a custom report template in Reporting Services?
    7. Does Reporting Services support horizontal tables which have fixed rows and dynamic columns?
    8. How to reset the page number back to 1 every time the report gets a group break?
    9. How to open the drill- through report in a new browser window?
    10. How to verify the version of SQL Server?
    11. How to use multiple datasets?
    12. How to upgrade report from SQL Server 2000 to SQL Server 2005?
    13. Out of memory error when exporting reports to Excel.
    14. How to improve PDF quality of the report exported in Reporting Services 2005?
    15. How to enable the Select All option for a multi-value parameter?
    Part II: SQL Server Reporting Services SharePoint Integrated Mode Topics
    1. How to deploy reports to SQL Server Reporting Services in SharePoint Services integrated mode?
    2. How to integrate SQL Server Reporting Services and SharePoint Services?
    3. How to refer the reports on the Report Server in SharePoint Services?
    4. How to manage user to view reports in SharePoint integrated mode?
    5. What information is needed when posting questions regarding SharePoint integrated mode?
    6. Is Report Builder available in SharePoint Integrated Mode?
    PLEASE NOTE: Microsoft does not offer formal support for the communities you'll find here. Instead, our role is to provide a platform for people who want to take advantage of the global community of Microsoft customers and product experts. Microsoft may monitor content to ensure the accuracy of the information you'll find, but any information provided by Microsoft staff is offered "AS IS" with no warranties, and no rights are conferred. You assume all risk for your use.
    Microsoft Online Community Support

    1.        Question 3: How to install a 32-bit version of SQL Server 2005 Reporting Services on a computer that is running a 64-bit version of Windows?
    Answer: 
    To install the 32-bit version of Reporting Services on a computer that is running the 64-bit version of IIS 6.0, we can follow these following steps:
    1.       Uninstall the 64-bit version of Reporting Services.
    Note: Side-by-side installations of 32-bit versions of Reporting Services and 64-bit versions of Reporting Services are not supported.
    2.       Run the Dotnetfx64.exe file to manually install the .NET Framework.
    The Dotnetfx64.exe file is in the Tools\redist\2.0 folder on the SQL Server 2005 Setup media. To download the Dotnetfx64.exe file, visit the following Microsoft Web site:
    http://go.microsoft.com/fwlink/?LinkId=70186
    3.       In IIS Manager, click Web Server Extensions.
    4.       In the Details pane, right-click ASP.NET V2.0.50727, and then click Allow.
    5.       Right-click Web Sites, and then click Properties.
    6.       Click the ISAPI Filters tab.
    7.       In the Filter Name column, click ASP.NET_2.0.50727, and then click Edit.
    8.       Replace C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\aspnet_filter.dll with C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_filter.dll.
    Note: The Aspnet_filter.dll file in the C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\ folder is a 32-bit version of the file.
    9.       Click OK two times, and then close IIS Manager.
    10.   At a command prompt, run the following command:
    cscript %SystemDrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1
    11.   Install the 32-bit version of Reporting Services.
    12.   After setup is complete, open IIS Manager, and then click Web Server Extensions.
    13.   In the Details pane, right-click ASP.NET V2.0.50727 (32-bit), and then click Allow.
    To install the 32-bit version of Reporting Services on a computer that is running the 64-bit version of IIS 7.0, follow these steps:
    1.       Enable ASP.NET and IIS before you install Reporting Services.
    2.       Open a command prompt. To do this, click Start, point to All Programs, point to Accessories, right-click Command Prompt, and then click Run as administrator.
    3.       In the User Account Control dialog box, click Continue.
    4.       Copy the following script:
    cscript %SystemDrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1
    5.       In the upper-left corner of the Command Prompt window, right-click the command prompt icon, click Edit, and then click Paste.
    6.       Press ENTER to run the script.
    7.       Install the 32-bit version of Reporting Services. You must apply SQL Server 2005 Service Pack 2 (SP2) after you install Reporting Services in Windows Vista. If you install SQL Server 2005 Express Edition with Advanced Services, you can run SQL Server 2005 Express Edition with Advanced Services SP2.
    For more information, visit the following Microsoft Web site:
    Microsoft SQL Server 2005 Express Edition with Advanced Services Service Pack 2
    http://go.microsoft.com/fwlink/?LinkID=63922
    8.       Reset IIS.
    9.       Configure the report server for local administration. To access the report server and Report Manager locally, follow these steps:
    a.       Start Microsoft Internet Explorer.
    b.      On the Tools menu, click Internet Options.
    c.       Click Security.
    d.      Click Trusted Sites.
    e.      Click Sites.
    f.        Under Add this website to the zone, type http://servername.
    g.       If you are not using HTTPS for the default site, click to clear the Require server certification (https:) for all sites in this zone check box.
    h.      Click Add.
    i.         Repeat steps f and g to add http://localhost, and then click Close.
    10.   This step lets you start Internet Explorer either to localhost or to the network computer name of the server for both Report Server and Report Manager.
    a.       Create role assignments that explicitly grant you full-permissions access. To do this, follow these steps:  
    b.      Start Internet Explorer by using the Run as administrator option. To do this, click Start, click All Programs, right-click Internet Explorer, and then click Run as administrator.
    c.       Start Report Manager.
    d.      Note By default, the Report Manager URL is http://servername/reports. If you are using SQL Server 2005 Express Edition with Advanced Services SP2, the Report Manager URL is http://servername/reports$sqlexpress. If you are using a named instance of Reporting Services, the Report Manager URL is http://servername/reports$InstanceName
    e.      On the Home page, click Properties.
    f.        Click New Role Assignment.
    g.       Type a Windows user account in the following format: domain\user
    h.      Click to select the Content Manager check box.
    i.         Click OK.
    j.        In the upper-right corner of the Home page, click Site Settings.
    k.       Click Configure site-wide security.
    l.         Click New Role Assignment.
    m.    Type a Windows user account in the following format: domain\user
    n.      Click to select the System Administrator check box.
    o.      Click OK.
    p.      Close Report Manager.
    11.   Open Report Manager in Internet Explorer without using the Run as administrator option.
    Microsoft Online Community Support

Maybe you are looking for

  • I hv installed latest version of Adobe Flash Player even then when I am not able to run Video and getting messgae "Latest Version of Flash Player needed"

    I was successfuly running videos on Mozila Fire Fox but from 2/3 days when i click video i am getting message (copied and pasted here) Flash Player upgrade required You must download and install the latest version of Adobe Flash Player to view this c

  • Why aren't FLV's listed as Assets in Manifest

    Does anyone know why FLV file names are not included as "Assets" when Captivate produces the manifest file? I'm having some problems with the order in which the FLV files are downloaded when I launch my course. The course has 15 FLV slides (sizes fro

  • Freegoods

    Hi Guys, I have a Question regarding free goods, In the creation of sales order  i am giving the two materials like p-10 and Qty 100 , material p-11 and qty 100 for the combination if qty is equally to 200 , the customer get the price for  199 and ge

  • Configure 10g OAS Active Active Topology

    Hi,    Our requirement is to deploy 10g OAS (Forms & Reports) on two servers for load balancing, below are my questions, 1. Is it mandatory to configure cluster if I have two applications servers on two different servers. 2. Can we use one URL addres

  • My photos won't import from my camera into iPhoto

    Just recently my photos are not able to upload from my Canon camera into iPhoto, but it was working before. When I plug the USB camera into my Mac the device shows up on the sidebar column in iphoto, it will say "Loading Photos" with the little circu