Enable SRS Role?

I have CM2012 and SQL 2012 installed in a lab.   SQL does have SRS installed and enabled, the SRS service is up and running.    In CM2012 I'm trying to add the reporting service point role.   I'm on the Reporting Services Point page
and I click Verify and it says "Successfully verified" on my database name.   But the Reporting Services server instance is blank and it does not allow me to add anything.
How do I populate the Reporting Services server instance?
mqh7

Hi,
If you start the Reporting Services Configuration Manager under SQL\Configuration Tools, are the Reporting Services point configured? can you use a browser and access
http://servername/reports? otherwise that is most likely the issue.
Here is a guide on how to configure SQL Reporting Services for ConfigMgr
http://prajwaldesai.com/deploying-sccm-2012-part-12-installing-and-configuring-reporting-services-point/
Regards,
Jörgen
-- My System Center blog ccmexec.com -- Twitter
@ccmexec

Similar Messages

  • Need to enable Oracle Role

    Post Author: GaryI
    CA Forum: Data Connectivity and SQL
    I am using Crystal Reports for Visual Studio 2005 and an Oracle database. From my C# application, I am dynamically setting the location of the database to use in the report with the code fragment seen at the end of this post.
    My problem is..... The user I am instructing Crystal to connect with needs to enable an Oracle role before the tables needed to generate the report can be seen. For security reasons, the database administrators do not wish to have this role enabled by default when the user logs on. Crystal is creating a new connection to the database using the server/userid/password information I supply, but the required role is not enabled and therefore the tables for the report are not visible and the report fails.
    So.... how do get Crystal reports to see the tables? I can think of two ways.
    1) Somehow convince Crystal reports to enable the role when it connects to the database. I have not discovered a way to accomplish this. Is there a way to do this?
    2) My application already has a connection to the database with the required role enabled. Now if I could just get Crystal reports to use this database connection instead of creating its own, my problem is solved. But..... I cannot find a way to tell Crystal to use an existing database connection that I pass in. Is there a way to do this?
    Or does anybody have more ideas?
    The code fragment mentioned above................
                ReportDocument rd = new ReportDocument();
                rd.Load(filename);            foreach (Table t in rd.Database.Tables)            {                TableLogOnInfo inf = t.LogOnInfo;                ConnectionInfo connect = inf.ConnectionInfo;                connect.ServerName = serverName;                connect.DatabaseName = database;                connect.UserID = userID;                connect.Password = pwd;
                    t.ApplyLogOnInfo(inf);            }            crystalReportViewer1.ReportSource = rd;

    Post Author: Jagan
    CA Forum: Data Connectivity and SQL
    I think that security/DBAs need to provide a solution but I usually find guidance is required too. e.g. would security allow a new role that only has select access to the tables (or even only to necessary tables) that could be granted to a user by default? Are you using an existing user? Could you use a 'reporting only' user? If a role (even a new, read-only role) can't be defaulted, would the DBAs be prepared to write code that only grants it to the reporting user when it logs on from a recognised production machine and/or from a recognised client? etc. etc.
    I think you need to discuss possible solutions with them and see what they will allow/support.

  • Can I enable a role using a encrypted password ?

    Sir,
    I encrypt the role password using dbms_obfuscation package. Can I enable a role using such a password before decrypting it ?
    Thanks a lot
    Stephen

    Stephen,
    if this is a purely database related question, I suggest to try it on the database forum.
    Frank

  • Maximum enabled 148 roles exceeded

    Dear Experts
    Hi
    please help me out from the error "Maximum enabled 148 roles exceeded"
    i am using Oracle 9i Database
    regards
    pakistan

    Hi,
    unix>oerr ora 28031
    28031, 00000, "maximum of %s enabled roles exceeded"
    // *Cause:  The user attempted to enable too many roles.
    // *Action: Enable fewer roles.This is not the total roles in the databases but the roles enabled for a particular user.
    Regards
    Anurag Tibrewal.

  • OBIEE SSO enabling and role based reporting

    Hi,
    I had installed SOA10.1.3.1.0 and OBIEE10.1.3.4.0 already on my WINDOWS. I understand that I need to install 10.1.4 infrastructure to enable SSO in OBIEE, can you please tell me what is 10.1.4 infrastructure? is it equivelent to Oracle Identity Management Infrastructure and Oracle Identity Federation 10.1.4? I tried to download this from OTN since last night, but the page is always unaccessible. Where can I download 10.1.4 infrastructure except otn?
    I have another question regarding to the role based reporting with SSO. We want users to see different reports based on their roles once they login. What options do we have to implement this? From my understanding, we need to maintain a user role mapping table in our database, create groups in OBIEE and map the user role with the group in OBIEE? Is it true? Are there other options? Is there a existing product we can use to implement this?
    Thanks,
    Meng

    have a look on page 137 and further http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/b31770.pdf

  • How to enable Load Roles from database in workflow builder

    Hi,
    I am new to workflow.
    In the wrokflow builder, How to enable file -> Load Roles from database.
    I am working on workflow builder2.6.3.5.
    Thanks & Regards,
    Bharathi.S

    You have to connect to database to load roles. File --> Open --> Database, then select the workflow.
    Then load roles, then save to database.
    The save as to .wft file and work on for customizations.

  • Enabling Menu Roles in Developer 2000( Very Urgent)

    When I run the forms menu with the security option it shows the errors message cannot open the root window ? But when i run the menu without the security option the menu runs fine
    Also I am not able to delete a menu role once assigned from the property list. Please help me ...
    null

    Sheeba,
    it would help us answer your question if you were able to supply the full error message (and number) you are seeing).
    I would guess that you have no active menu items (because of the security level)
    Regards
    Grant Ronald
    Forms Product Management

  • ORA-01925: maximum of 148 enabled roles exceeded

    Hi
    i m running oracle 9i db R2. i m receiveing this error plz help me how can i resolve this issue.My max_enabled_roles parameter has value 148.
    ORA-01925: maximum of 148 enabled roles exceeded
    Thanks

    Hi,
    what is the result of the below query you are getting .. ??
    SQL> SELECT grantee, count(*)
    2 FROM (SELECT grantee, granted_role
    3 FROM dba_role_privs
    4 CONNECT BY PRIOR grantee = granted_role)
    5 GROUP BY grantee
    6 HAVING count(*) = (SELECT max(count(*))
    FROM (SELECT grantee, granted_role
    7 8 FROM dba_role_privs
    9 CONNECT BY PRIOR grantee=granted_role)
    10 GROUP BY grantee);
    Increasing max_enabled_roles will not help.
    The max limit is 148 per the Oracle documentation. If you go through the
    documentation carefully this parameter is defined as "the maximum number of database roles that users can enable, including roles contained within other roles"
    Try to check or re-modify the structures (role),whether user needs max opf 148 roles in order to function properly or not.
    Note :-
    For your reference if you want to modify the parametes values ,
    using ALTER SYETEM SET max_enabled_roles=<some value> scope = memory or spfile. (Based on the your db, which parameter it might be using.
    Thanks
    Pavan Kumar N

  • WSUS Role Failing on Windows Server 2012

    Hi Team,
    A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider:
    SQL Network Interfaces, error: 25 - Connection string is not valid)
    When we enablling the role on WIndows server 2012, I got the error like
    Instance Name Properly doest not exist
    Paramater name : ConfigurationStore 
    But SQL server is working fine

    When we enablling the role on WIndows server 2012, I got the error like
    is this question related to WSUS + SUP + CM 2012 ? If so, some help from
    here?
    Anoop C Nair -
    @anoopmannur :: MY Site:
     www.AnoopCNair.com ::
    FaceBook:
     ConfigMgr(SCCM) Page ::
    Linkedin:
     Linkedin<

  • Do I have to disable DHCP in router and configure DHCP role in essential server to make connection with internet

    hi,
    'do I have to enable DHCP role on essential server just like sbs server to configure internet and domain name , or that is not really necessary , the router dhcp is enough toconfigure essential server!
    thanks
    johan
    h.david

    The router DHCP is enough to use Essentials server. Essentials is designed to work with router dhcp out of the box, but you can choose to install DHCP role on server if you like. If you decide to do that, check the blog post from
    here: http://blogs.technet.com/b/sbs/archive/2013/04/22/running-dhcp-server-on-windows-server-2012-essentials.aspx
    Also check the Essentials documentation for more details from here:
    http://technet.microsoft.com/en-us/library/cc514417.aspx

  • Can't grant privilege on column to user via role?

    Hi:
    From what I read in the docs I should be able to create a role that has UPDATE privs on a column of a table, and then grant that role to a user, who should be able to update the column of the table. I get "insufficient privileges" when I try that, although it works as advertised if I grant directly to the user. Am I mis-reading the docs?
    Session GAFF:
    CREATE TABLE "GAFF"."FOO2"
       (    "F1" NUMBER,
        "F2" NUMBER,
        "F3" VARCHAR2(50),
        "F4" NUMBER,
         CONSTRAINT "FOO2_PK" PRIMARY KEY ("F1")
    create role foo2_u_f2;
    grant update (f2) on foo2 to foo2_u_f2 ;
    grant select on gaff.foo2 to play ;
    grant foo2_u_f2 to play ;session PLAY:
    update gaff.foo2 set f2 = 1 where f1 = 1ORA-01031: insufficient privileges

    Most likely role foo2_u_f2 is not a default role for user play. Initially, when user is created default role is set to ALL. Later it can be changed to NONE or a set of roles. Login as play and issue:
    select * from session_roles
    /I bet you will not see foo2_u_f2. Then issue:
    select granted_role,default_role from user_role_privs
    /That will give you a list of user play default roles. You can either issue:
    set role foo2_u_f2
    /This will enable foo2_u_f2 role in current session. Or you can login as privileged user and issue ALTER USER DEFUALT ROLE ...,foo2_u_f2.
    SY.

  • SCCM 2012R2 PXEboot enabled and WDS cannot install (0x80070643)

    After the new year - I get back and find out WDS is missing from the SCCM server. I have tried many things and I am at the end, not sure what else I can try!
    -uninstalled Windows assessment 8.1
    -removed all boot images
    -rebooted, installed Windows assessment 8.1, rebooted, imported default boot.wim, configured them be used with pxe, enabled pxe on the SCCM DP.
    -Manually tried to install WDS, failed with the same error message (0x80070643)
    What's odd is it seems like SCCM thinks PXE is up and running according to distmgr.log When I enable PXE on the DP, I get this:
    ConfigureDP SMS_DISTRIBUTION_MANAGER 1/6/2014 3:01:33 AM 6520 (0x1978)
    IISPortsList in the SCF is "80". SMS_DISTRIBUTION_MANAGER 1/6/2014 3:01:33 AM 6520 (0x1978)
    IISSSLPortsList in the SCF is "443". SMS_DISTRIBUTION_MANAGER 1/6/2014 3:01:33 AM 6520 (0x1978)
    IISWebSiteName in the SCF is "". SMS_DISTRIBUTION_MANAGER 1/6/2014 3:01:33 AM 6520 (0x1978)
    IISSSLState in the SCF is 224. SMS_DISTRIBUTION_MANAGER 1/6/2014 3:01:33 AM 6520 (0x1978)
    DP registry settings have been successfully updated on CO009017.starcatholic.local SMS_DISTRIBUTION_MANAGER 1/6/2014 3:01:34 AM 6520 (0x1978)
    STATMSG: ID=9500 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=CO009017.starcatholic.local SITE=STT PID=1308 TID=6520 GMTDATE=Mon Jan 06 10:01:34.196 2014 ISTR0="["Display=\\CO009017.starcatholic.local\"]MSWNET:["SMS_SITE=STT"]\\CO009017.starcatholic.local\"
    ISTR1="" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=1 AID0=404 AVAL0="["Display=\\CO009017.starcatholic.local\"]MSWNET:["SMS_SITE=STT"]\\CO009017.starcatholic.local\" SMS_DISTRIBUTION_MANAGER 1/6/2014
    3:01:34 AM 6520 (0x1978)
    STATMSG: ID=9503 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=CO009017.starcatholic.local SITE=STT PID=1308 TID=6520 GMTDATE=Mon Jan 06 10:01:34.238 2014 ISTR0="["Display=\\CO009017.starcatholic.local\"]MSWNET:["SMS_SITE=STT"]\\CO009017.starcatholic.local\"
    ISTR1="" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=1 AID0=404 AVAL0="["Display=\\CO009017.starcatholic.local\"]MSWNET:["SMS_SITE=STT"]\\CO009017.starcatholic.local\" SMS_DISTRIBUTION_MANAGER 1/6/2014
    3:01:34 AM 6520 (0x1978)
    ConfigurePXE SMS_DISTRIBUTION_MANAGER 1/6/2014 3:01:34 AM 6520 (0x1978)
    CcmInstallPXE SMS_DISTRIBUTION_MANAGER 1/6/2014 3:01:34 AM 6520 (0x1978)
    PXE provider is already installed. SMS_DISTRIBUTION_MANAGER 1/6/2014 3:01:34 AM 6520 (0x1978)
    DP monitoring task is disabed on server CO009017.starcatholic.local SMS_DISTRIBUTION_MANAGER 1/6/2014 3:01:34 AM 6520 (0x1978)
    No need to initialize monitoring task on CO009017.starcatholic.local SMS_DISTRIBUTION_MANAGER 1/6/2014 3:01:34 AM 6520 (0x1978)
    DP settings have been updated to CO009017.starcatholic.local. SMS_DISTRIBUTION_MANAGER 1/6/2014 3:01:34 AM 6520 (0x1978)
    Initialize usage gathering task on CO009017.starcatholic.local SMS_DISTRIBUTION_MANAGER 1/6/2014 3:01:34 AM 6520 (0x1978)
    IIS Version 7 SMS_DISTRIBUTION_MANAGER 1/6/2014 3:01:34 AM 6520 (0x1978)
    context SMS_DISTRIBUTION_MANAGER 1/6/2014 3:01:35 AM 9248 (0x2420)
    starcatholic\techstar SMS_DISTRIBUTION_MANAGER 1/6/2014 3:01:35 AM 9248 (0x2420)
    Successfully saved iis settings. SMS_DISTRIBUTION_MANAGER 1/6/2014 3:01:35 AM 6520 (0x1978)
    Log Location C:\inetpub\logs\LogFiles\W3SVC1 SMS_DISTRIBUTION_MANAGER 1/6/2014 3:01:35 AM 6520 (0x1978)
    Successfully enabled usage gathering on the local distribution point. SMS_DISTRIBUTION_MANAGER 1/6/2014 3:01:35 AM 6520 (0x1978)
    1998-01-01T00:00:00 SMS_DISTRIBUTION_MANAGER 1/6/2014 3:01:36 AM 6520 (0x1978)
    Looking at the CBS.log after the failed attempt to install the WDS role:
    https://skydrive.live.com/?cid=ba16ae946915e690&id=BA16AE946915E690%213120&action=Share
    Here is the CBS file zipped up:
    https://skydrive.live.com/?cid=ba16ae946915e690&id=BA16AE946915E690%213118&action=Share
    Not sure if it's related or not but I am unable to install IE10 or KB2670838. The update goes, says all is well, server reboots, configures itself and then failed, reverts, reboots two times and comes back up with failed updates.
    My CheckSUR.log looks clean:
    =================================
    Checking System Update Readiness.
    Binary Version 6.1.7601.22471
    Package Version 22.0
    2014-01-08 13:52
    Checking Windows Servicing Packages
    Checking Package Manifests and Catalogs
    Checking Package Watchlist
    Checking Component Watchlist
    Checking Packages
    Checking Component Store
    Summary:
    Seconds executed: 841
     No errors detected
    I have run chkdsk /r /f, sfc /scannow - all reporting back clean.
    I thought maybe it was .net 3.5 related, I uninstalled Windows Process Activation Services, tried installing updates, WDS, same issue. They all fail. Installed the latest .net 4.5.1 as well, same issue. Didn't help.
    I fired up a backup from October and WDS was running on that, so it was working a few months back. Event viewer says it was working all the way up to Jan 2, 2014 and then the WDS events stop. It's like WDS got uninstalled or deleted and never to be heard
    from again.
    WDS Error on the day it 'left' was WDSIMGSRV Event ID 258.
    The description for Event ID 258 from source WDSIMGSRV cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event:
    0xC1030104
    I know there are two things here, a few updates (ie10 that cannot be installed) and WDS failing to come back up but I have a sneaky feeling they are related somehow. If one starts to work, they both do?
    Server is Windows 2008 R2 SP1, hosted on a ESXi 5.1 box, VMNICs are intel based.

    Thanks for the replys!
    I have installed the hotfix and the server was running on 2012R2 for a month before this happened, WDS was running, I was imaging, had no issues.
    I do have KB2905002 installed on the server, I did that the day after I upgraded from SP1 to R2 after I found it took 1+ hour to image a machine.
    As for this:
    C:\Windows\system32>wdsutil /initialize-server /REMINST:c:\remoteinstall
    'wdsutil' is not recognized as an internal or external command,
    operable program or batch file.
    I don't have WDSUTIL on the server, it's gone. Nothing WDS related is in C:\Windows\System32 and I can't enable the role to get it going again.
    Output from Powershell:
    PS C:\Users\Admin> add-windowsfeature wds
    add-windowsfeature : Installation of [Windows Deployment Services] Transport Server failed. Attempt to install
    Transport Server failed with error code 0x80070643.  Fatal error during installation
    At line:1 char:1
    + add-windowsfeature wds
    + ~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : OperationStopped: (:) [Add-WindowsFeature], Exception
        + FullyQualifiedErrorId : FeatureMessageDetail,Microsoft.Windows.ServerManager.Commands.AddWindowsFeatureCommand
    add-windowsfeature : Installation of [Windows Deployment Services] Deployment Server failed. Attempt to install
    Deployment Server failed with error code 0x80070643.  Fatal error during installation
    At line:1 char:1
    + add-windowsfeature wds
    + ~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : OperationStopped: (:) [Add-WindowsFeature], Exception
        + FullyQualifiedErrorId : FeatureMessageDetail,Microsoft.Windows.ServerManager.Commands.AddWindowsFeatureCommand
    Success Restart Needed Exit Code Feature Result
    False   No             Failed    {Transport Server, Deployment Server}
    I may have to end up calling Microsoft today - I don't know what to try anymore.

  • Application Role does not work

    In EM, I add a new application role to an ADF web application.
    This application role named simple11_AR_superAdmin and it has a group member named simple11_G_superAdmin.
    This group is created in weblogic console and assign users.
    However, this setting does not work. This application can be login by all users (including weblogic).
    How to enable application roles? Does application role of EM equal to application role created in Jdeveloper?

    DO NOT UPDATE ON THE PHONE ITSELF! Never do this! You risk bricking your iPhone and seeing the Silver Apple Logo of Death due to incomplete downloads and/or crashing! This has happened to me on my old iPhone as well as thousands of others. Use iTunes and iTunes only to update Apps!

  • VIEW AND INDIRECT PRIVILEGES BY ROLE

    Good Evening,
    Is there a way to avoid error message "ORA-00942 table or view does not exist" during the creation of a view on another user's table with the SELECT ANY TABLE system privilege granted through a role ?
    Reading ORACLE's books it seem impossible, but perhaps ...
    It'll be very useful
    I appreciate your help
    Regards
    Sergio

    Is there really no other way to grant privileges indirectly to a user by using roles? Yes there is. The way you describe. I suspect you missed out a bit of the process. You didn't make the role one of the user's default roles, so it was not enabled when they logged on. You may find reading the documentation helps you to understand how to manage security through roles.
    Your problem is not quite the same as the one described above. You simply want to grant your user SELECT on somebody's database object through a role; you can do this providing you either make the role default or get the user to enable the role when they need that access (the former is preferable unless you want to password-project that specific role). The problem described above is wanting to build new database objects on other people's objects; this cannot be done with privileges granted through roles.
    Cheers, APC

  • Question on Roles

    Hi
    In testdb (DB) i've 2 users (test , test1)
    in user Test i created one table "sample" and then said
    CREATE ROLE RL_CHK NOT IDENTIFIED
    grant select on sample to RL_CHK
    grant RL_CHK to TEST1
    Then grant succeeded
    In TEST1  i checked  select * from test.sample 
    Then It said table does't existAny mistake in the above procedure
    Thanks
    Edited by: smile on Oct 5, 2010 3:16 AM

    Query:
    select * from session_roles;to see if the role is enabled in your (new) session by default.
    If not, you'll need to:
    set roles all;to enable that role inside the session.
    Or, have your DBA alter your user definition such that by default all roles are enabled inside sessions of that user.

Maybe you are looking for

  • Consolidated invoice needed for different shipment dated lines in a sales order

    My client's requirement is, they need a consolidated invoice for one order even though the lines are shipped in different dates. Suppose order A created with 2 diff line B and C. Both the lines are having different line types, sales persons and shipp

  • URL Management w/w.o Apache

    Hi all, Suppose if we have the URL as www.foo.com and when this URL maps to .portal or appmanager, how to manage this mapping 1. Using Apache and Weblogic cluster ( Need to know what modules are needed in apache) 2. Using only Weblogic cluster. Pleas

  • Ended up with Flash Player debugger version

    Hello, I have a Toshiba L675 running Windows 8.1 with IE 11 that I recently updated from Win 8. I somehow ended up with Flash Player 11.9.90.152 debugger version which I don't need. I just need the regular version. I haven't had any success uninstall

  • Help please transferring music from an I-pod Nano to an I-Pod Touch

    Can anyone help me? I received an I-Pod Touch for Christmas and am wondering on how to transfer the music on my nano to my touch

  • External Monitor problem with FCP 7.0.3

    I recently updated FCP to 7.0.3 and I started having problems viewing the image on my 46" Samsung LCD TV. First off I have a MacPro(OSX 10.7.4) with a ATI Radeon X1900 XT 512 MB card. I have a DVI to HDMI cable plugged from the MacPro to the Samsung