How can we take backup of all the RDL'S existing at Report server dynamically at one time

How can we take backup of all the RDL'S existing at Report server dynamically at one time ? I want to take backup of all the reports existing at the report server dynamically at one time only. currently I'm able to take backup of the reports folder wise
using VBScript. and I have to pass the folder names again and again. I want this to be happened for all the reports of all the folders at single shot only using VBScript.

Hi DineshRemash,
Based on my research, we can store the following VB Script to a text file, then modify the file name extension from .txt to .rss.
Dim rootPath As String = "C:\Reports"
Sub Main()
Dim items As CatalogItem() = _
rs.ListChildren("/", true)
For Each item As CatalogItem in items
If item.Type = ItemTypeEnum.Folder Then
CreateDirectory(item.Path)
Else If item.Type = ItemTypeEnum.Report Then
SaveReport(item.Path)
End If
Next
End Sub
Sub CreateDirectory(path As String)
path = GetLocalPath(path)
System.IO.Directory.CreateDirectory(path)
End Sub
Sub SaveReport(reportName As String)
Dim reportDefinition As Byte()
Dim document As New System.Xml.XmlDocument()
reportDefinition = rs.GetReportDefinition(reportName)
Dim stream As New MemoryStream(reportDefinition)
document.Load(stream)
document.Save(GetLocalPath(reportName) + ".rdl")
End Sub
Function GetLocalPath(rsPath As String) As String
Return rootPath + rsPath.Replace("/", "\")
End Function
Then navigate to the folder contains the script, we can directly run the below command from the run menu:
rs -s
http://aa/ ReportServer -i download.rss
We can modify the rootpath to point at whaterver fold you’d like to download the RDL files.
Hope this helps.
Thanks,
Katherine Xiong
Katherine Xiong
TechNet Community Support

Similar Messages

  • How do i take backup of all the apps i'v purchased on my Iphone to my PC?

    I have a plenty of apps on my Iphone 4. I want to copy all of them to my PC just in case.I dont want to download them again from the PC. How do i do it?

    Click on the button in the upper left corner of iTunes. Choose show menu bar. Then in the menu bar, choose show sidebar. That will bring back the sidebar you're used to

  • How can i print logo in all the page

    i've created a form(SAP script) which have  five page.pls can anybody tell me how can i print logo in all the five page?

    hi,
    u can try this in
          windows
    change window type as CONST or MAIN.
    cheers,
    sam

  • HT201272 My laptop pc got stolen, how can I get hold of all the itune music I purchased, or at least get a list for insurance?

    My laptop pc got stolen, how can I get hold of all the itune music I purchased, or at least get a list for insurance?

    Yu can try this program.  If unsuccessful, the contents of the iPod will be deleted if yu update/restore with the iPod in recovery mode.
    RecBoot: Easy Way to Put iPhone into Recovery Mode | Jaxov

  • HT201359 how can i find out what all the charges on my checking account are for?

    how can i find out what all the charges on my checking account are for?

    If you log into your account on your computer's iTunes via the Store > View Account menu option, you should then see a Purchase History section with a 'see all' link to the right of it. Click on that and you should then see a list of your purchases - the most recent purchase is above the list. I'm not sure if that shows auto-renewing subscriptions (I don't have any so I can't check).
    If you can't find the charges and you haven't added or changed your card details on your account (when you do then a small temporary store holding charge may be applied to check that the details are correct and valid, which should disappear within a few days) then you can contact iTunes Support via this page : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • Re: how can I ger rid of all the photo folders that appear when downloading photos?

    How can I get rid of all the blank, greyed out photo folder names (History???) that appear when I download photos?
    iBook, Mac OS X (10.5.8)

    Help us to help you: There are 9 different versions of iPhoto and they run on seven different versions of the Operating System. The tricks and tips for dealing with issues vary from version to version and OS to OS. So before anyone can help, they need information to work with. Basic stuff:
    - What version of iPhoto.
    - What version of the Operating System.
    - Details. What were you doing when the problem arose?
    - Did it ever work properly?
    - Are there error messages?
    - What steps have you tried already to solve the issue.
    Anything else you can think of that might allow someone else to understand your issue.
    With this kind of information somebody can develop a starting point for troubleshooting the issue.

  • How do I take advantage of all the space I should have!?

    My iPod nano(2G) isn't being able to use all of its space for music. I should be able to use 1.83Gs, but it doesn't even let me add ONE SONG! How do I take advantage of all the space I should have!?!?!?!?!?!
      Windows XP  

    What format are the songs you have imported? The advertised song capacity of iPod is based on 4 minute songs encoded in AAC format at a bit rate of 128 kbps. Longer songs and songs encoded at a higher bitrate or in uncompressed formats take up more space, that's probably why you are getting fewer on. Go to iTunes and right click on one of your songs, choose Get Info>Summary and look at "Kind" to see what format you are using: iTunes: About import settings and hard disk space

  • My compaq presario CQ61-420US ONLY STARTS UP half way. How can I get it started all the way?

    my compaq presario CQ61-420US ONLY STARTS UP half way. How can I get it started all the way?

    Enter BIOS setup by tapping/holding the F10 key immediately after powering on the laptop.Use Diagnostics to test your hard drive & memory.
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • I don't have an Apple device, so how can I take a look into the iBookstore from my ordinary Dell laptop to find my book?

    I don't have an Apple device, so how can I take a look into the iBookstore to find my book?

    You can access the bookstore via iTunes on your Dell.

  • HT5100 How can I get rid of all the doubles on my Ipad, Ipod and Mac?

    how can I get rid of all my double songs, pics, and videos on my Ipod, Itunes, ipad and mac?
    thanks,
    Linda

    I've used Brasso to remove minor scratches/scuffs from my Nano and 5th Gen iPod. It works pretty well, and it's available at any hardware store. Your local supermarket might even carry it in the isle with cleaning products.
    I don't know how well it would work for you. Having the iPod dragged around the floor sounds pretty rough. If it has deep scratches, there might not be anything you can do for it.

  • How can i take an excel sheet record as input into my report

    Hi
    I am having one object.I need to develop code for this.I can take excel sheet record as input.I thought it is some kind of BDC.But my TL told me that it is an enhancement.How can I start this object.
    1.If it is a BDC : I am very new to BDC.I need total description how to start and populate.
    2.If it is an enhancement : How can I take excel sheet record to input in to my object.
    Thanks & Regards,
    Aruna.

    It seems neither BDC nor Enhancement.
    See it could be some awkward process but definately would be Handy.
    First create one dummy program in that code you just Take Excel data by simple Upload FM for Excel,Than from this program Use Submit <report> via selection screen.
    Here <report> is your actual program.so you may need simultaneously control two program.
    But my TL told me
    ...But what is TL stands for?
    TL True Love
    TL Total Loss
    TL Turn Left
    TL Team Liquid  ??
    Cheers,
    Amit.

  • My 5 year old iMac's hard drive is at the point of failing.  I'm trying to save al files on it, but it wont allow backup via Time Machine to an external hard drive.  How can I keep from losing all the files and programs if the hard drive fails?

    I'm concerned that my iMac, purchased 5 years ago, is about the crash and I can't back up my files and programs to an external hard drive via Time Machine because the computer freezes after only a couple hundred MB and gets nowhere near the required amount.
    How can I save these files and programs if the computer hard drive fails or has to be replaced without the backup being able to be done? I need to do something quickly, but I'm not sure what I can or should be doing.

    Get an external hard drive, some good ones that I like are the OWC, http://www.macsales.com Mercury Elite Pro drives...they are very good and reasonably priced.
    Get the drive, connect via USB or FireWire, then use Disk Utility to format the new drive as Mac OS X Extended (Journaled), and then use Disk Utility to Restore the current drive to the new drive.  Restore actually clones the drive so you will have a bootable backup on the external drive.
    After you have formatted and named the external drive, click Restore in the main Disk Utility window, drag the name of the old hard drive to the Source box, and drag the name of the new external drive to the Destination box.  DU will make an exact clone of the internal drive on the external drive.
    That clone will be a complete backup of the operating system and all of your data.
    You can test it by restarting the iMac and hold the Option key.  That will give you a grey screen showing all bootable drives.  Just click the external drive, then click the upward pointing arrow under it and the iMac will boot from that drive.

  • How can you sort without adding all the music to iTunes?

    I'm an older person and I don't get it. At first I just had a shuffle and I downloaded specific songs into iTunes that I liked. Then I upgraded. I loaded a whole bunch of cd's into various libraries at various times on an external hard drive. Now, I have a ton of music and would love an easy way to organize it! There are lots of duplicates and lots of songs I just don't like. The trouble is, I haven't figured out how to just see a list of all the songs and sort and delete from the list. I have to open a library and then I get a bunch of file folders of an album or two. Then I have to open the album to see the songs. If I forget what the song sounds like and I click on it to play it, the album goes automatically into iTunes. I don't have enough room on my pc for all that music to go right into iTunes. Do you get my question?? Can you help me?

    When you play a song with iTunes, it automatically gets added to the library, as you noticed.
    If you just want to play the song so you can decide whether to keep or delete it, use another player. You may already have Windows Media Player on your machine. If not you can download Winamp.
    When you are done sorting, add the ones you want into your iTunes library

  • I am a 66 year old novice. How can I find and print all the functions of the cmd key, please.

    How can I find and print out all the functions of a command cmd key please?

    You can also  go to MAC HELP and enter 'Key Board Shortcuts' in the entry field.
    Ciao.

  • IPhone app: Tascam PCM Recorder; Is It possible! How can I down up/download all the audio tracks in 1 go, please?my audio files

    I have Tascam PCM Recorder app. I can upload 1 track to SoundCloud. Can I do all the tracks onto my MacBook pro IiTunes at once? please help of u can folks, ta, Astr0N_esq

    I have Tascam PCM Recorder app. I can upload 1 track to SoundCloud. Can I do all the tracks onto my MacBook pro IiTunes at once? please help of u can folks, ta, Astr0N_esq

Maybe you are looking for

  • Why can't I get anything to work on this trial of Pro for my Mac?

    I really can't get this to work at all.

  • Reason code display FBL3N

    Dear Experts, We are updating reason codes while posting FI documents, but reason code details are not displaying in FBL3N transaction, we changed the layout but still reason code details are not appearing. Please let me know how get these details in

  • CAML Query to getlistitems of sharepoint list

    hi  i'm having a HTML Form with Product1, product2 , product3 as checkboxes respectively. The user selects the product and submit the form . The Values of the Form are stored in sharepoint 2010 list, where the selected products are stored in the colu

  • Termination Work bench

    Hi all, I am geting the error while execiting termination work bench for particular group of employee as Wage Type  is not valid for allowance grouping .How to rectify this error. Snita..

  • I am trying to recover my password for my second apple id.

    I apparently have two apple id's. I am trying to recover the password for the second id. When i go through "iforgot" i am asked for my birthdate but then i am told the birthdate entered is not accurate so i cant get past that screen. Also when i try