Configuring Reports on IDM

Hi all,
I've been able to create custom Reports on my IDM instance.
However, there's one little thing that keeps irking me : it concerns the "*Send via Email*" function.
There's a checkbox there which, when ticked, allows you the option of sending those reports via email.
However, a couple of things are annoying :
(a) when trying to send the report itself as an attachment (whether PDF or CSV), the report is still displayed in the body of the email ! This is annoying. How can I get rid of this ??
(b) no matter which User report I am sending, IDM always labels the report as : USER SUMMARY REPORT. How can I choose my own label/heading for each report I generate?
Thanks!

I am in the process of Updating my UI_REPTS_XML_USER_TITLE file (I made a copy of it, naturally)
I successfully added extra attributes which I want displayed in my User Report.
The problem is : I have having trouble adding attributes which I want to use as a QUERY.
For example : by default, the User Report can only perform queries based on AccountID. Here is a snipet of the code :
*<Field name='queryAttr.Name.enabled'>*
*<Display class='Checkbox'/>*
*</Field>*
*<Field name='queryAttr.Name.operator'>*
*<Display class='Select'>*
*<Property name='title' value='UI_REPTS_XML_REPORT_USERS_ONLY'/>*
*<Property name='noNewRow' value='true'/>*
*<Property name='nullLabel' value='UI_TASKS_XML_SELECT'/>*
*<Property name='valueMap'>*
*<ref>conditionsList</ref>*
*</Property>*
*</Display>*
*<Expansion>*
*<cond>*
*<eq>*
*<ref>queryAttr.Name.enabled</ref>*
*<s>true</s>*
*</eq>*
*<ref>queryAttr.Name.operator</ref>*
*<null/>*
*</cond>*
*</Expansion>*
*</Field>*
This shows up on the User Report Form as : *"Report only those users whose accountID..........blah blah blah*"
So, I tried to add my own Querable attribute (*Employment ID*), as follows
*<Field name='queryAttr.employmentID.enabled'>*
*<Display class='Checkbox'/>*
*</Field>*
*<Field name='queryAttr.employmentID.operator'>*
*<Display class='Select'>*
*<Property name='title' value='Please show only those Users whose employment ID......'/>*
*<Property name='noNewRow' value='true'/>*
*<Property name='nullLabel' value='UI_TASKS_XML_SELECT'/>*
*<Property name='valueMap'>*
*<ref>conditionsList</ref>*
*</Property>*
*</Display>*
*<Expansion>*
*<cond>*
*<eq>*
*<ref>queryAttr.employmentID.enabled</ref>*
*<s>true</s>*
*</eq>*
*<ref>queryAttr.employmentID.operator</ref>*
*<null/>*
*</cond>*
*</Expansion>*
*</Field>*
But, it did not work.
"*EmploymentID"* is an extended attribute in my IDM system.
I am using version 8.1, so the following code no longer exists in my *"UserUI_Config*" file :
*<QueryableAttrNames>*
*<List>*
*<String>MemberObjectGroups</String>*
*<String>terminationDate</String>*
*<String>employeeId</String> <!-- added this field -->*
*<String>managerId</String>*
*<String>commencementDate</String>*
*</List>*
*</QueryableAttrNames>*
This code has been replaced with the new IDMSchemaConfiguration.
Within this SchemaConfiguration, I have already declared "*employmentID*" to be both QUERYABLE and SUMMARY, as follows :
*<IDMObjectClassAttributeConfiguration name='employmentID'*
queryable='true'
summary='true'/>
My question is : what am I doing wrong?

Similar Messages

  • Install and configure report service on Oracle Application Server 10g

    i want to know how to install and configure report service on Oracle Application Server 10g Release 3 (10.1.3.1.0)
    Thanks

    the case is that we developed an ADF Application, so we want to deploy it on the latest version of Oracle Application server.
    our application communicate with Oracle reports (run oracle reports from our Application) as there are no Oracle report products for JEE Application.
    so if there are not report service that can run on Oracle Application Server 10g Release 3 (10.1.3.1.0),
    what is the other choices that oracle supports that can help us in this case ???

  • Unable to configure reporting services on Web(sharepoint) server where DB(SQL )server is insatlled on another machine.

    Hi Team,
    We have reporting services and sharepoint 2010 installed on one server and DB(Sql server2008 R2 )server installed on another machine. But we are unable to configure reporting(SSRS) on the web(sharepoint)server. Is there any similar configuration
    done on any of your environments and can you please suggest us the workround/resolution.
    Regards,
    Sobha Muyida

    Hi ,
    Iam unable to insert the image/error screenshot here as I have created the account yesterday which throws me email verification error. Though , I have given the error details above. Please suggest accordingly. PFB the details again :
    while building OLAP cube, we are facing below errors with build failure. And DB server is running fine.
    ===== Initiating OLAP database build process =====
    [6/10/2014 12:03 PM] Cube build request message has been added to the Project Server queue
    ===== Verifying and running pre-build server event handler =====
    [6/10/2014 12:04 PM] Verifying and running pre-build server event handler
    ===== Determining database and OLAP database structure =====
    [6/10/2014 12:04 PM] Cube build initialization started
    [6/10/2014 12:04 PM] OLAP database and cube structure was determined successfully
    ===== Building database and cubes =====
    [6/10/2014 12:04 PM] Cube build session started
    ===== Process Completed =====
    [6/10/2014 12:04 PM] Failed to build the OLAP cubes. Error: Failed to connect to the Analysis Services server ServerName. Error: A connection cannot be made. Ensure that the server is running.
    Regards,
    Sobha

  • Front end Backend Modeling Configuration Reporting and Extraction.

    Hi..All
    Can Any one plz explain the terms "Front end","Back end" related to Modeling,Configuration,Reporting and Extraction.
    Thanks & Regards
    Jonn
    <u>[email protected]</u>

    Hi,
    Frontend is the reporting aspect, i.e Workbooks, queries, Web reporting, Crystal reports, etc.
    Its called the frontend as that's what the users see and they don't see what goes on in the 'backend' i.e Config and Extraction, data manipulations, etc.
    Modeling is used to design the cube, ODS, etc. Also modeling concepts can be used to design frontend queries as well.
    Cheers,
    Kedar

  • Configuring Reporting services for SCCM 2012

    Hi,
    I just finish create SQL reporting services ( configure Database, report manager URL) in SQL 2008 R2 for SCCM 2012. When I open the Report option in SCCM console (Monitoring --> Report), no report listed there and then I try to add in Reporting service
    point for it, but get an error message
    "There is a problem connecting to the specific reporting server. Please check the connection and make sure SQL reporting service is running on the specified server"
    I manually browse to http://sqlserver/reportserver or
    http://sqlserver/reports , that is no any folder exist there (I assume when I configure reporting service it will automatic create a folder for it with all report inside?). Anyone can guide me on how to solve this issue?
    Regards,

    Hi,
    hi ,
    I am new to SCCM 2012 group and i have knowledge on sccm2007. i want to discuss some issue what i have with SCCM2012 installtion. The issue is my machine got rebooted while installing sccm 2012 SP1.i have already installed all the prerequisites for SCCM2012.i
    am installing sccm2012 on Hyper-V machine.
    Please see my system configuration below:
    DomainController(2008R2 server) : 512MB RAM, AD things and DNS ,DHCP has installed on it.
    System center server(2008R2) : 1028MB RAM , Sql 2008 server installed on it.
    i tried to install it many times but still i got the same issue.
    Could anybody please help me with this ?
    This is a new question. So please ask this question on a new thread in this forum.
    Thank you.
    Best Regards,
    Joyce Li
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • How configure reporting services configuration with sql server business development studio

    I have installed sql server 2008 r2 mixed mode(sql server authentication) with native mode
    I want to run report using reporting  services config manager.
    I made report in ssrs and I have configured reporting services configuration and  web url from RSCM( reporting  services config manager), i put on ssrs report.
    report is build and deployed but when i take deployed url on Internet explorer, it shows the window below:
    when I put the password nothing happened . if I put url in google chrome then it shows authentication required window like the same in IE
    if I passed username=(levent/sa) and password then goes on window but does not see on page,  if I passed only administrator name (levent) not passed sql server login name (sa) then does not close 'Authentication window'
    'Computer connect net with modem'
    before i tried on earlier PC, it worked fine.
    setting is below link like this.
    only set service Account is Use_built=NetworkSrvice 
    link
    http://www.azurecurve.co.uk/2012/02/how-to-configure-sql-server-reporting-services-in-order-to-deploy-reporting-services-reports-in-gp/
    what is the problem 
    Plz give suggestion quickly

    Hi tusharshinde,
    Per my understanding that when you log in the report Manager you got the pop-up window ask for credential, you try to enter  the SA account and the window account as the username and password but both not work, right?
    Your issue related to the authentication. As you mentioned you have choose the ”Network Service” as the Service account, generally using this account in RSCM and RSWindowsNegotiate is added to the RSReportServer.config file as the default setting. With this
    setting, the report server can accept requests from client applications requesting Kerberos or NTLM authentication. If Kerberos is requested and the authentication fails, the report server switches to NTLM authentication and prompts the user for credentials
    unless the network is configured to manage authentication transparently.
    The issue can be caused by many factors and please check one by one.
    Did you enter the username and password for three times and got blank page or got some error? If you got some error, please provide the error information.
    you can delete the specific Authorization Types inside rsreportserver.config  file, open path:” \Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer\rsreportserver.config”. 
    Search the file for the “AuthenticationTypes” section. Remove RSWindowsNegotiate and RSWindoeBasic to ensure only “RSWindowsNTLM” is specified in the file rsreportserver.config file.
    Before do any modification, back up the files and remember to restart the ReportServer instance in the RSCM after the modification.
    If step1 doesn’t work ,please also do the trusted Site Setting in the Browser, article with details steps for your reference:
    http://technet.microsoft.com/en-us/library/bb630430.aspx 
    Please check the Report Manager's authentication mode.Have a look in the Report Manager's web.config file to check if you can find below information under the <system.web> (Path is “C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting
    Services\ReportManager\Web.config ” ).
    authentication mode="Windows"
    identity impersonate="True"
    Similar threads for your reference:
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/23c5daa0-3232-4e8c-89c9-4526960c9d14/ssrs-2008-credentials-login-prompt?forum=sqlreportingservices
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/0778e2ca-0fb1-4b5c-996c-6e327b5e1473/user-logon-credentials-for-ssrs-web-server-setup?forum=sqlreportingservices
    Please tried to provide us more details information, if the problem still exists:
    Did you login in the report manager locally or remotely via Browser and which URL you are using to login the Report manager?
    Did you modified some configuration file before and what did you modified?
    Did your windows account have the right permission to access the report manager?
    Any problem, please feel free to ask.
    Regards
    Vicky Liu

  • Generating a Cluster Configuration Report

    We are trying to generate a configuration report but we are getting the following error.
    Error : Clustering Error
    Bad XML Found During Parsing (This was the error that was seen on the Mobile (Remote) iManager
    On the server we saw the following error,
    Error: Clustering Error
    Clustering Error: A system error has occurred while managing the clustering software (click the "More Info.." link below for the stack trace)
    Error message : Bad XML found during parsing
    More info...
    Ok
    Here is the output of the (More Info)
    Exception Stack Trace
    java.lang.Exception: Bad XML found during parsing.
    at com.novell.ncs.gadgets.NCSMgmt.NCSReport.getNCSRep ort(NCSReport.java:962)
    at com.novell.ncs.gadgets.NCSMgmt.NCSReport.buildMain PageXML(NCSReport.java:144)
    at com.novell.ncs.gadgets.NCSMgmt.NCSMainMgmt.execute (NCSMainMgmt.java:428)
    at com.novell.emframe.dev.Task.execute(Task.java:505)
    at com.novell.nps.gadgetManager.BaseGadgetInstance.pr ocessRequest(BaseGadgetInstance.java:858)
    at com.novell.nps.gadgetManager.BaseGadgetInstance.ha ndleAction(BaseGadgetInstance.java:2384)
    at com.novell.nps.gadgetManager.GadgetManager.process InstanceRequest(GadgetManager.java:1606)
    at com.novell.nps.gadgetManager.GadgetManager.process ServiceRequest(GadgetManager.java:1062)
    at com.novell.nps.PortalServlet.handleFrameService(Po rtalServlet.java:505)
    at com.novell.nps.PortalServlet.processRequest(Portal Servlet.java:373)
    at com.novell.nps.PortalServlet.doPost(PortalServlet. java:279)
    at com.novell.nps.PortalServlet.doGet(PortalServlet.j ava:262)
    at javax.servlet.http.HttpServlet.service(HttpServlet .java:743)
    at com.novell.emframe.fw.servlet.AuthenticatorServlet .service(AuthenticatorServlet.java:332)
    at javax.servlet.http.HttpServlet.service(HttpServlet .java:856)
    at org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:269)
    at org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:188)
    at org.apache.catalina.core.StandardWrapperValve.invo ke(StandardWrapperValve.java:213)
    at org.apache.catalina.core.StandardContextValve.invo ke(StandardContextValve.java:172)
    at org.apache.catalina.authenticator.AuthenticatorBas e.invoke(AuthenticatorBase.java:530)
    at org.apache.catalina.core.StandardHostValve.invoke( StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke (ErrorReportValve.java:117)
    at org.apache.catalina.core.StandardEngineValve.invok e(StandardEngineValve.java:108)
    at org.apache.catalina.connector.CoyoteAdapter.servic e(CoyoteAdapter.java:174)
    at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyo teHandler.java:200)
    at org.apache.jk.common.HandlerRequest.invoke(Handler Request.java:291)
    at org.apache.jk.common.ChannelSocket.invoke(ChannelS ocket.java:775)
    at org.apache.jk.common.ChannelSocket.processConnecti on(ChannelSocket.java:704)
    at org.apache.jk.common.ChannelSocket$SocketConnectio n.runIt(ChannelSocket.java:897)
    at org.apache.tomcat.util.threads.ThreadPool$ControlR unnable.run(ThreadPool.java:689)
    at java.lang.Thread.run(Thread.java:811)

    Originally Posted by lcurrie
    Are you still having this issue?
    What browser are you using?
    When version of iManager are you using?
    What version of OES?
    Can you run iManager on a different server and see if you duplicate the error?
    When you log into iManager instead of TREE NAME, enter the IP# of the server you are trying to run iManager from?
    See if this helps.
    Lin
    Yes, still having the issue.
    I have tried both IE and FireFox along with the Remote iManager version
    I have tried iManager 2.7.4 and I have updated to iManager 2.7.5
    It is OES2SP3 with patches installed as of last Tuesday
    I have run iManager from other servers, still get this error, or something of a very similar nature.
    I have been using the IP address, we have had some issues in respect to the DNS name, IP address has always worked in the past. This was apparently working in June (at least that was the last time that it was reported as working
    Thank you,

  • TS2012: Cannot access Configure Report

    Hello,
    i installes TS2012 and LV2012 on a fresh system.
    I tried to use my previous mode-sequence from TS3.5 and get lots of errors
    One problem is that i cant acces the meno point Configure+Report-options any more. I get the attached error-popup.
    (I need to set the report-settings to ascii)
    Whats wrong here?
    thx
    Attachments:
    Report.jpg ‏32 KB

    Hi,
    meanwhile the previous error in my first posting does not appear any more.
    The model is executing up to the "TestReport Callback" and then the attached popup appears.
    But when i go to the menue and click on Configure + Report Options then nothing happens.
    Why is the report-options-form not opened/displayed?
    (I found out that when i use the default Teststand2012-sequence-model then in the Configure-menue is the point "Result Processing" instead of "Result Options" when using my model.)
    Thanks for help
    Attachments:
    ascii.jpg ‏22 KB

  • Database Configuration Report

    Hi,
    Pls advice me to how to get 'Database Configuration Report' on oracle 10g
    Thank,
    Jagath

    Jagath,
    Can you elobrate what exactly you mean Database Configuration Report? Are you looking to find out existing database configuration and more? Or you mean Database configuration assistant? You can use AWR report by running awrrpt.sql and at the end of report you can find detailed configuration report if that's what you after
    sqlplus '/as sysdba'
    sql> $ORACLE_HOME/rdbms/admin/awrrpt.sqlRegards
    OrionNet

  • Configuring reports for express data(2)

    We are in the process of configuring reports for express data.
    In this regard we have done the following steps:
    1.In the machine A reports 9i developer suite release 2 has been installed on Windows 2000
    Professional Edition with the following utilities - (a) Oracle Reports Builder and runtime
    support,(b) Oracle Express Connection Editor and (c) Oracle SNAPI are installed.
    2.Express Server 6.3.4 has been installed on Windows 2000 Professional Edition in machine
    B with Remote Operation SNAPI 6.3.4.0.
    3.Oracle 8i has been installed on Solaris and the Express Support Administrator and User
    Accounts have created and the xrb_admin.sql and xrb_user.sql have been run through the
    respective accounts.
    Queries
    1.We have still not run the Express Oracle8 External Procedures on the Oracle8
    gateway. Should we run this in order to get Express Data in Reports9i incase of the General
    Maintenance where the Express data fetches the data from the Oracle8 gateway on the fly
    ?We are also not able find the Express Oracle8 External Procedures downloads after
    extensive search on OTN.Please guide as to where can we find the downloads.
    2.What are the configurations settings that have to be done in the tnsnames.ora,sqlnet.ora
    and listener.ora ?

    Ramakrishnan,
    Express connectivity for Oracle9i Reports is installed by default as one of your pluggable data sources and it communicated directly with Express, which is a large change over Reports 6i in which you needed an Oracle8i database to talk to the Express database.
    For Oracle9i Reports, you need to have:
    1 - Express installed 6.3 or later.
    2 - Oracle9i Reports
    3 - The connection dialog (which is documented in the release notes if you need to set this up)
    That's it. When you click on the Express PDS to access the data, it will read the connection dialog information and you need to supply the logon information to the Express database.
    You should also look at the help topic for Express and you will find all the necessary documentation on configuring Reports and how to connect.
    Regards,
    The Oracle Reports Team jls

  • Configuring reports for express data

    I am trying to configure reports for express data and in this regard I have done the following :
    1.Machine A having reports 9i Developer suite Release 2 and Pluggable Express Connection Editor
    installed on Windows 2000 professional.
    2.Machine B having which Express Server 6.3.4 installed on Windows 2000 professional.
    3.In Machine A created user OESDBA with Administrator privilige.
    In the reports I am able to connect to the Express Server and attach the database and choose the
    measure.Once all the other steps are done I am able to print the data on the reports.
    But if I use a parameter form in which I give the HOST,USER and PASSWORD then substitute the
    same in the express_server parameter value in the AFTER PARAMETER FORM trigger block then
    the report gives an error saying that
    Express query contains incorrect,missing or damaged information.
    How to solve this error ?
    Can any one help me out.

    Ramakrishnan,
    Express connectivity for Oracle9i Reports is installed by default as one of your pluggable data sources and it communicated directly with Express, which is a large change over Reports 6i in which you needed an Oracle8i database to talk to the Express database.
    For Oracle9i Reports, you need to have:
    1 - Express installed 6.3 or later.
    2 - Oracle9i Reports
    3 - The connection dialog (which is documented in the release notes if you need to set this up)
    That's it. When you click on the Express PDS to access the data, it will read the connection dialog information and you need to supply the logon information to the Express database.
    You should also look at the help topic for Express and you will find all the necessary documentation on configuring Reports and how to connect.
    Regards,
    The Oracle Reports Team jls

  • How to configure report server in 9iDS

    I am usin P4 and trying to configure report server for 9iDS. But, surprisingly there is no conf file in the \orant\reports\server path after complete installation of 9iDS.
    How should I configure the report server?
    Take care,
    Tarek

    tarek,
    we released a new whitepaper last week about configuring the reports services with iDS for testing your reports. you can find this whitepaper in the reports section here on OTN.
    however. you can either create the reports config file manually or it is created automatically for you if you start up a server and there is no corresponding config file already defined.
    regards,
    philipp

  • Error while configuring report server

    Hi,
    I configuring a 10gr1 report server ( midtier).
    In the configuration file , when I give the repository username and password..
    <!--jobStatusRepository class="oracle.reports.server.JobRepositoryDB">
    <property name="repositoryConn" value="repo_db_username/repo_db_password@repo_db_tnsname" confidential="yes" encrypted="no"/>
    And try to restart the report server , it does not come up. Are there any additional configuration change to make for this to work.
    I am able to connect to the username through sqlplus.
    Thanks

    In the OC4J~OC4J_BI_Forms~default_island~1 log
    09/03/04 13:26:23 Start process
    09/03/04 13:26:25 FormsServlet init():
    configFileName: /u01/app/oracle/OraHome/midcrd01/forms/server/formsweb.cfg
    testMode: false
    09/03/04 13:26:25 Oracle Application Server Containers for J2EE 10g (10.1.2.0.2) initialized
    09/03/04 13:26:40 ListenerServlet init()
    09/03/04 13:26:45 Using oracle.reports.util.EnvironmentGlobal class
    09/03/04 13:27:09 Using oracle.reports.util.EnvironmentGlobal class
    09/03/04 13:27:32 Using oracle.reports.util.EnvironmentGlobal class
    09/03/04 13:27:35 Stop process
    09/03/04 13:27:36 Shutting down...
    09/03/04 13:27:39 Start process
    09/03/04 13:27:41 FormsServlet init():
    configFileName: /u01/app/oracle/OraHome/midcrd01/forms/server/formsweb.cfg
    testMode: false
    09/03/04 13:27:41 Oracle Application Server Containers for J2EE 10g (10.1.2.0.2) initialized
    09/03/04 13:28:01 Using oracle.reports.util.EnvironmentGlobal class
    09/03/04 13:28:25 Using oracle.reports.util.EnvironmentGlobal class
    09/03/04 13:28:40 ListenerServlet init()
    09/03/04 13:28:48 Using oracle.reports.util.EnvironmentGlobal class
    09/03/04 13:28:51 Stop process
    09/03/04 13:28:52 Shutting down...
    09/03/04 13:28:53 Start process
    09/03/04 13:28:55 FormsServlet init():
    configFileName: /u01/app/oracle/OraHome/midcrd01/forms/server/formsweb.cfg
    testMode: false
    09/03/04 13:28:55 Oracle Application Server Containers for J2EE 10g (10.1.2.0.2) initialized
    09/03/04 13:29:16 Using oracle.reports.util.EnvironmentGlobal class
    09/03/04 13:29:40 Using oracle.reports.util.EnvironmentGlobal class
    09/03/04 13:29:40 ListenerServlet init()
    And in the opmn log I have :
    OPMN worker process exited with status 4. Restarting
    OPMN worker process exited with status 4. Restarting
    OPMN worker process exited with status 4. Restarting
    OPMN worker process exited with status 4. Restarting
    OPMN worker process exited with status 4. Restarting
    OPMN worker process exited with status 4. Restarting
    OPMN worker process exited with status 4. Restarting
    OPMN worker process exited with status 4. Restarting
    OPMN worker process exited with status 4. Restarting
    OPMN worker process exited with status 4. Restarting

  • Configuring Reporting Service Add-in for sharepoint - HTTP status 401: Unauthorized.

    I have the following setup
    Machine 1
    WSS 3.0
    Installed Reporting Service Add-in
    Machine 2
    Reporting Service
    Sharepoint Object Model
    SQL Server
    Sharepoint and Report Server DB
    I have congigured Reporting Service for Sharepoint Integrated Mode adn Created new Reprot Server DB
    Sahre Point Integration is Green and verified link
    In Sharepoint Central Administration
    Manage Reporting Service Integratio i have selected the URL and "Trusted Account" as my web applications use "Windows Integration - NTLM".
    All services, DB access everything running under one domain user account.
    I am logged into sharepoint with same account. When clieck on set server defaults i get following error
    An unexpected error occurred while connecting to the report server. Verify that the report server is available and configured for SharePoint integrated mode. --> Server was unable to process request. ---> The request failed with HTTP status 401: Unauthorized.
    Same error when i try to add a report to a sharepoint webapplication
    The domain account is part of "Farm Administration", "site colletion administrato" and local administrator also on both servers.
    Can someone let me know how to fix this.

    jpmartop,
    were you able to get this to work?
    We have a 4 server topolgy.
    moss
    wfe
    sql
    ssrs
    and are using Kerberos.
    I've installed the wfe on the ssrs and am using a domain user for services, web and pools.
    I get all green dots in the ssrs config.
    in Central Admin, Grant access seems to work with the domain user, but set defaults gives me:
    HTTP status 401: Unauthorized.
    What should my web security on the default web site and reports and reports server look like? Integrated Security
    Should the SSRS WFE entry in MOSS have Web application service turned on?
    I've checked that my SPNs are good.I've installed sql server sp2 and a did windows update on all servers..
    Could it be the user I log into the Central Admin with.. it's got server administrator and Farm administrator?
    Thanks for any help or information.

  • Can't configure Reporting Services after installation

    Environment: SQL Server 2008 R2 Reporting Services Enterprise on Windows Server 2008 R2 Enterprise
    Reporting services was installed for me by admins with "install but don't configure" option.  My domain account is a member of local administrators group, but when I open Reporting Services configuration manager, I can't go to any of the tabs
    other than the Service Account one.  The Web Service URL and Database tabs are grayed out and inaccessible.
    Any ideas?
    thx!
    -Peter

    Hello,
    In addition to above: make sure that Exchange 2013 is installed correctly. Check Exchange installation logs and run the Get-ExchangeServer command using Exchange Management Shell on the new server. You should see both Exchange 2010 and Exchange 2013 servers.
    Hope it helps,
    Adam
    CodeTwo: Software solutions for Exchange and Office 365
    If this post helps resolve your issue, please click the "Mark as Answer" or "Helpful" button at the top of this message. By marking a post as Answered, or Helpful you help others find the answer faster.

Maybe you are looking for

  • Enter your Single Sign-On user name and password to sign in

    Hi, Could anybody tell me the user and password by default for administering SSO ? I think the user is orasso but I am not sure ... From: http://localhost:7777/pls/orasso/orasso.home I click on Login And here I get the message: Enter your Single Sign

  • Help regarding file access

    hi. i have written code in j2me for playing audio and video files using createPlayer method.But i am playing these files using uri.I have allowed for file browsing. The uri i have given in the bracket is : Manager.createPlayer("file://localhost/root1

  • Importing & Song Names

    I just put a cd in my computer to be imported, it has the cd info on it, and the auto name option is on. It would have worked, but my internet was disconnected. I started to put the names in myself, and then found out that the internet was off. It wi

  • Where is the tutorial and not online

    I just bought Dreamweaver and want to go through a tutorial within the program. I am on dialup and want to learn the program without having to be online to go through the tutorial, is this even possible any longer? Please help.

  • Cannot access Photoshop CC (2014) since last major update

    Since the new update, I cannot access Photoshop CC (2014). I always receive a Window message: WER3D83.tmp.hdmp. I have no problem with Illustrator and InDesign, only  with Photoshop CC (2014). Should I uninstall the app and install it again? Good thi