Proper way to make bulk changes the Owner ID, Path and file share credentials for my existing subscriptions, ExtensionSettings

We are going through with an upgrade/migration to SSRS 2012 and moving everything to a different domain. We have about 200 active subscriptions running, the reports are being delivered to a file share.  What is the correct way, in bulk, to change
the OwnerId, the Path and the FileShare Username password credentials for these subscriptions?  I see these values are being stored in Subscriptions > ExtensionSettings.  I see that the file share path and Owner wouldn't be a problem to change,
but since I see the file share credentials are encrypted I would not be able change them directly in ExtensionSettings.  Anyone know the proper way to change the Owner ID, Path and file share credentials for my existing subscriptions without having to
change each one of them manually in the report manager?
Note: Reporting Services Native upgrade from SSRS 2005 to SSRS 2012.
Thanks in advance.

Hi Cygnus46,
Based on my understanding, you want to change the Owner ID, Path and file share credentials for all existing subscriptions.
In Reporting Services, the subscription information are stored in the Report Server database. In your scenario, you can go to report server database and run the query to list all the subscriptions, then modify the owner and fileshare paths in the subscriptions
table. For more information, please refer to this article: Tip: Change the Owner of SQL Reporting Services Subscription. If you want to change
the file share credentials for subscriptions, you can run the query provided by
wiperzeus from this similar thread:
Windows File Share Delivery/ SSRS 2008 R2.
If you have any question, please feel free to ask.
Best regards,
Qiuyun Yu
Qiuyun Yu
TechNet Community Support

Similar Messages

  • Changing the Owner of all Objects in Instance ?

    How to Change the Owner of all Objects in Instance, like for example the Procedure: sp_changedbowner in an MS-SQL-Database, who changed the Owner of the actual Database !
    I'am looking for another possibility to do it by export the Datbase and import as new Owner !

    Hi Laurent Schneider
    OCM DBA, I successfully run:
    connect SYS/&2 as SYSDBA;
    Update sys.obj$ set owner#=(Select USER# from sys.user$ where NAME = '&4')
    where owner#=(Select USER# from sys.user$ where NAME = '&3');
    commit;
    Afterwards I dropped the &3 User CASCADE and then created the &3 User with less rights ! Before Update-Command the &4 User shouldn't be the Owner of any Object ! At Last I'm not sure that is the right way ?!

  • Changing the owner of a file

    Sir,
    I have a program which executes this command (touch filename) using Runtime class.When the program is executed the file is created with root as its owner.I tried to change the property using the setProperty("user.name","temp") method of System class.But still the file has the root as its owner.Is there any other way to do this.
    Thanks
    Mouli
    I

    You're using Unix, right?
    Have you tried using chown throug runtime to change the owner?
    Can't you make file from Java code without needing
    Runtime class? I don't know about this, I've been
    working with C and Unix for too long, but can't you open
    a stream to file and then close it? That way you'll
    have an empty file, and the owner might be the one,
    who executed the Java program.
    kari-matti

  • Question on changing the owner of spatial datatype

    create table test4 (
    COL1 NUMBER(38) NOT NULL,
    COL14 SCOTT.SDO_GEOMETRY
    ) TABLESPACE USERS;
    SQL> select table_owner, table_name FROM all_synonyms where synonym_name='SDO_GEOMETRY'
    OMETRY';
    TABLE_OWNER TABLE_NAME
    SCOTT SDO_GEOMETRY
    I want to change the owner of SDO_GEOMETRY to MDSYS. I know re-creating the table like "COL14 MDSYS.SDO_GEOMETRY" will get what i'm
    looking for but is there a way to ALTER the table to achieve the same without re-creating it?
    Thanks,
    Rajesh

    user11919950,
    . . . .If you're just messing around on a test machine, then give this a spin:
    -- "Identify obj# in table named obj$ for SDO_GEOMETRY owned by MDSYS
    select
       obj#,
       t.OBJECT_NAME,
       u.USERNAME,
       o.OWNER#
    from       sys.obj$ o,
       dba_users u,
       dba_objects t
    where      u.USER_ID = o.OWNER# (+)
    AND o.name = 'SDO_GEOMETRY'
    AND o.owner# = 46
    AND o.obj# = t.object_id;
          OBJ#   OBJECT_NAME  USERNAME   OWNER#
         45779  SDO_GEOMETRY  MDSYS      46
         48788  SDO_GEOMETRY  MDSYS      46
    -- "identify owner#/user_id for SCOTT"
    SELECT user_id FROM dba_users WHERE username = 'SCOTT'
       USER_ID
            54
    -- "Change the username of one,both of those records from MDSYS to SCOTT"
    -- "NOTE: untested SQL, but if it fails, just edit the table in Oracle Enterprise Manager"
    UPDATE obj$ SET owner# = &ScottUserID WHERE obj# = &ObjNum;
    COMMIT;
    {code}
    I've temporarily changed obj# values in this obj$ table to break associations between oracle objects that were throwing errors. I used Oracle Enterprise Manager's "view contents" form to view the obj$ table and to make those changes. See {message:id=4596120}
    Cheers,
    Noel                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • When upgrading I changed the owner of everything.

    When upgrading my Mac Pro (quad core Intel Xeon) I changed the owner name, and subsequently lost 12 years of mail archives. I have accepted that loss as a result of my stupidity. Now here is my question: Is there a way to universally add my new adminitrator (dougjacobson) as owner of all folders, files, apps, etc.? I am the only user on the Mac.
    Thanks for any insight into using the command line.
    Doug

    I don't have time to write something comprehensive and bulletproof, but here goes...
    First, make a copy of one of the folders you want to recover, and practice on that.  Once you're confident that you know what you're doing, do it on your real data.
    The commands that you're looking for are "chown" and "chgrp", which change the owner and UNIX group of the targetted files.  You can read about these by typing "man chown" and "man chgrp", or just Google them.
    The main option you will provide to these two commands is the -R flag, which means that it will be applied recursively to the contents of a directory, not just to a single file/directory.
    eg: "chmod -R jakesan your_mail_folder/"
    You may need to prepend the "sudo" command ("man sudo" for more details):
    eg: "sudo chmod -R jakesan your_mail_folder/"
    Good luck!  (sorry, I may not respond to follow-up questions)

  • How do you change the owner of a folder?

    Hello,
    I'm having a very difficult time finding an answer to this question. I have a brand new xserve (10.5.2) up and running fine with a single web site with wikis and blogs enabled. I can get to the web page and the wikis with no problems.
    The problem is, the default folder for the web home page and the wiki information are on the system drive. I need to have those folders on another partition. I created a folder called /Collaboration and one called /Webdocs on the partition on which I need these folders.
    When I put a copy of index.html into the webdocs folder, the web site shows up fine in a browser window. Wikis show as being "disabled" though. The folder for the wiki files has me as the owner since I created it. I've read on a few posts in these forums that the owner of that Collaboration folder needs to be "teamserver" however, I am unable to change to that using Get Info, like I could with a Tiger machine.
    Could someone please tell me how to do this? Thanks.

    I've got a similar problem:
    I'm attempting to follow the directions in the Upgrading and Migrating Guide for Leopard. The Mac has two hard drives in it. Batman contains the active server running 10.4.11. Magic is the hard drive that will run 10.5.2.
    Since I'm moving from one hard disk to another (as opposed to an entirely different Mac), things ought to be fairly easy. But not for me. ;(
    What I'm trying to do: Migrate the mail database. (I have managed to import users and groups; only the mail service will run on this machine.)
    Problem: I can't change the owner and group settings on the various files in the var/imap and var/spool/imap folders (for example, so that they are owned by system or _cyrus, with group wheel or mail and everyone set to read only).
    The owner and/or group often shows up as unknown (which is to be expected with the migration to a different hard drive). But how can I change these permissions?
    Or is there a way to use a command to copy them from one disk to another? I tried ditto, but didn't get the syntax right (the files were copied to the same level as the imap folder rather than within it) and now I have a bunch of files owned by nobody that I can't delete because I can't change the owner.
    TIA,
    mm

  • How to change the Owner of a Process

    We have a Business Process Flow and the owner is someone no longer with our company. Not finding a way to change the Owner on the process. Does anyone know how to accomplish that?

    Hello,
    Try following:
    Open CRM -> Settings -< Processes -> Select BPF -> Click Assign at toolbar, select user and click OK.
    Dynamics CRM MVP
    My blog

  • How do I change the "Owner" of my Business Objects Reports

    Here is my problem.
    When we upgrade Business Objects we 'convert' a large number of reports to the BO XI rel2 version of the reports.  During this convertion process all the reports were switched to be 'owned' by usercode 'Administrator'.  Our users are now wanting to move/change/delete these reports and they can't because they are not the owner.
    So we need to switch this owner.  Problem is the only way we can find to do this is to copy the report to a new name and delete the old one.  This is very time consuming.  Also many of our users are not priviledged to delete reports that they don't own.  Therefore our administrators are the only ones that can do the delete step.
    It seems like I should be able to logon to the system as 'Administrator' and change the owner of the reports (similiar to doing a chown command in Unix) to whoever I want.  There however doesn't appear to be a way to do that in Infoview or the Central Management Consule.
    Is there a simple easy way to do this??  I have thousands of report to change.
    Thanks Bart

    It's possible via the Enterprise SDK, if you have a Java or .NET programmer.
    Sincerely,
    Ted Ueda

  • How to change the owner of an Information Broadcasting setting?

    Hi,
    I have created and scheduled some reports to be distributed via the Information Broadcasting functionality. I would like know if it is possible to change the "owner" of the setting in order to cater for the following scenario.
    User A has created and setup a few Information Broadcasting settings. I would like to change the ownership of the setting so that User B has access to make changes. At the moment, users only have rights change their own settings.
    Appreciate any help...
    Cheers,
    Lashan

    Found a workaround although not ideal. I can temporarily assign the user the required rights to view all setting. User can then copy the settings (using save as option) and once done I can remove the rights.
    However, the report format would have been customised and saved (using save view option) prior to setting up the information broadcast. When transfering ownership I also need to transfer the ability for the user to edit the saved format without starting from scratch. Any table or transaction I could use to do this? So at the moment I have a solution to enable the new user to change the distribution list and schedule, but not the report format which is required.

  • HT1918 I changed the card and i want to know how make to change the data from itunes. I tried and doesn't work.

    I changed the card and i want to know how make to change the data from itunes. I tried and doesn't work. Please, Help Me!

    No. That's not what I said. You can get an out of warranty replacement, which will be exactly the same model, color, and will be locked in exactly the same way the original is. If you want an iPhone 5, get the 4S replaced, sell it, and use the money to put toward a new phone.

  • How to change the owner of a job?

    Hello.
    I am trying to change the user ID that runs all jobs from a personal user id to a generic user id. Is there a way to change the owner that runs a job?
    Thanks.

    Use the LibrarySession.getDirectoryUserCollection() method to return a Collection of DirectoryUser objects in the system.

  • Is there any way to make my iPod THE iTunes Library?

    Is there any way to make my iPod THE iTunes Library? I would like to free up all the space my iTunes Library takes up on my MacBook Pro, so I was considering purchasing an portable external hard drive to hold my iTunes Library…then it dawned on me… why shouldn’t I just be able to use my iPod for this? But not as simply a hard drive, but be able to access my songs on the iPod the same as I do now?

    You can delete all the songs from your computer and just keep them on the iPod by changing the update option of your iPod to "manually manage music and videos". In manual mode you can connect and play the songs from your iPod through iTunes on your computer. You can get details here: Managing content manually on iPod
    One major word of caution. If you delete songs from your computer and have no back up other than the iPod you will risk losing them permanently if your iPod fails or you find you have to restore it to solve a problem (and that's a very strong possibility). You should reconsider your original idea of investing in an external hard drive to store/back up your music. Alternatively at the very least back up songs you can't replace such as iTunes downloads to CD or DVD. Forum member Buegie has compiled a very extensive procedure for backing up your music which you'll find at this link: Backing up iTunes
    Something else to be aware of when using an iPod in manual mode is that the "Do Not Disconnect" message will remain on the display until you physically eject the device: Safely Disconnect IPod

  • Is there a way to change the image numbers in a file in Aperture?

    Is there a way to change the image numbers in a file in Aperture? We shoot with two photographers and so the img numbers are not in order but I would like to have the photos in chronological order on the disc when I give it to them. Does anyone know how to do this? I have them all in order ready to go in Aperture but when I move them to the disc to be burned they default back to the img number order. Thanks for your help!

    What do you mean by "image number"? The file names like "IMG_7822.CR2" or "IMG_7822.jpg"?
    You can create custom names with appended numbers, when you export your image files to be saved on a disk.
    Sort your images by date in the browser, select them, then use the command "File > Export > Version" to write the files to the disk. Set the name format to "Custem Name with Index" or "Custom Name with Counter" to create numbered names in your current sort order.
    Regards
    Léonie

  • How do I find the owner of a folder/file and change it.

    Photoshop will not install license correctly and Adobe is not being much help. The problem seems to be that the Library/preferences/FLEXnet Publisher folder is locked and the Photoshop installer can not write to it. The get info box for the folder says I can read only even though I'm logged in in my admin account and the list at the bottom shows I have read and write. I'm guessing that it may be a folder owner problem (caused by FileMaker since I can see it's data file in there and it is the only one). So can anyone give me terminal commands I can copy and paste into Terminal that will 1) tell me who the current owner is and 2) Change the owner to my admin account to get write permission?

    ok. it has some deny delete ACLs and some Time machine created extended attributes. did you by any chance copy this folder from a TM backup via finder?! that would be the only explanation I can think of for presence of those things. you should NEVER copy or do anything with TM backups from finder. TM backups should be accessed via TM interface ONLY. please run the following terminal command
    chmod -RN "/library/preferences/flexnet publisher/flexnet"
    then see if your problems with this folder go away.

  • Error while changing the owner of an object in Discoverer

    Hi All,
    I have a problem in Discoverer folders.
    I have a folder whcih is based on a view in schema in A, now i have created the same view in schema B and want to change the owner of the view in Discoverer to B.
    But when i do that it gives me an error as -
    'An error occured with the darabse transaction because the underlying object has been changed'
    I am not able to understand this.
    If anyone can help me this it would be really helpful.
    Regards,
    Shruti

    Well, this is something not talked about in the Administration training class. My hunch is that you are trying to do something that Oracle never intended you to do. I think when you edit the folder and want to change the Owner property, the idea maybe is that you are trying to change the owner on the original table. Here you have said that you recreated the view in schema B (so technically a different table object). But in Discoverer you are still dealing with the view in schema A as the basis for the folder, not the view in schema B. Though I would think if you can see the new owner's name in the database/user list and thus can pick it, it should let you change the owner property, even if that may not be quite what you intended. Discoverer does store things under the cover (such as unique ids), so maybe something is going on that is not visible. My suggestion would be to open up a service request with Oracle support on this. The idea of dropping the folder and then readding it may be okay, but that would be something you would want to test in some kind of test environment and see what happens (not sure what impact that may have on workbooks using the original folder). Of course it may be possible that you have uncovered an Oracle bug.
    John Dickey

Maybe you are looking for

  • Warning message in ALV report

    Hi Experts, In ALV report i am getting warning like " Field string LS_HEADER is not referenced statically" Actually i declared this field as "DATA: ls_header TYPE slis_listheader.". How to correct this warning message. Thanks in advance. Thanks, Madh

  • My mail will not open up after doing the latest iOS update.

    My mail crashes every time I try to open it and check email. It's just started after I did the iOS update last night. HELP!!

  • How do you fix the spinning ball of death?

    I have a Macbook Pro 13 mid 2009. It passes the Apple Hardware Test with no errors/problems. Every time I run the disk utility, I get permission errors. I fix them and they come back again. I did a clean install of OS X 10.8.4, but the problem is sti

  • How to split H.264 video file then playback with FlashPlayer

    Hi all, I want to develope a Flash or Flex application that can stream a video file in H.264 codec. It's easy to do this with FMS, but it becomes difficult with my budget I have an idea to do the streaming (not really streamming ) via HTTP. My idea i

  • ITunes Music Locations - controlling workstations remotely via script?

    I do storage administration at a company with over 2000 users scattered across the globe. Predictably, at least have use iTunes. We redirect the "My Documents" folder to a network location to force the backup of critical project data. This creates a