How to deploy reports on production server in SSRS?

Hi,
Now since I have almost completed developing a SSRS report in my local machine ,I would like it to be deployed to a UAT environment.
If I specify the Target server addr as follows :
http://[server name]/ReportServer and Deploy the report ,will it work ??
 What all initial setup would be required to establish a report server in Development ??
after deployed, will get this error
  The permissions granted to user 'LNM-PC\swtest' are insufficient for performing this operation.  
any one help me?

Hi,
You may go through below links:
http://msdn.microsoft.com/en-us/library/ms159868(v=sql.90).aspx
http://msdn.microsoft.com/en-us/library/ms156006(v=sql.90).aspx
Also, to deploy reports through Report Manager you should have the Admin access and then you just have to upload reports.
Hope this helps.
MCTS- Please vote and mark posts as answered where appropriate.

Similar Messages

  • How to deploy Portal from Development server to Production server ?

    Hi all,
    I am new to OAS Portal. I have a question :
    I am developing the portal in development server, if I want to deploy it into production server, how can I do that ?
    Is there any docs on this ?
    Thank you very much,
    xtanto

    Assuming you are working with Portal 10.1.4, please see the following link for this documentation. It would also help in better planning for your deployment scenarios if you can briefly skim over the two chapters before the one in this link, specially to see what would be your options to lay it out on multiple environments.
    http://download.oracle.com/docs/cd/B14099_19/core.1012/b13995/testprod.htm
    thanks,
    AMN

  • How to Registered Test Server Reports into Production Server

    Hi,
    Environment:
    Test Server
    OS: Oracle Linux
    Application : R12.1.1
    Production Server
    OS: Oracle Linux
    Application : R12.1.1
    Q) I have registered Customized reports in Oracle Application R12.1.1 test Server.
    Can I registered these reports into production Server with the help of FNDLOD or any other procedure?
    Q)Without repeating registration steps in Production server.
    Thank you,
    Best Regards,

    Use OPENDATASET to opend the file in AS.
    Use READ DATASET INTO ITAB to read the data to ITAB presented in AS .
    Then use the Function module GUI_DOWNLOAD or WS_DOWNLOAD to down load the data from ITAB to PS.
    And you can't do this in background.
    Regards,
    Amal

  • How to deploy dictionary DC in server

    hi everyone
    I'm going to deploy Dictionary DC.
    There's a way for building dictionary DC in context tab of NWDS.
    but no way for deploying dictionary DC  in context tab of NWDS.
    Pls let us know how to deploy Dictionary Dc in server.
    It's very urgent matter since we must proceed development job.
    Regards bk Kim.

    Hi BUB,
    FYI : For Your Information....
    When you have created a Dictionary table, click on "Save All Metadata" on your
    second Toolbar of the perspective.
    If it is a local Project:
    1. Then Right Click on Your Project and click "Rebuild Project".
    2. Then similarly, click on "Create Archive".
    3. And then "Deploy".
    If it is a dictionary DC:
    1. Then Right Click on Your Project and click "Development Component"
    2. Select "Build .." from the extended menu of "Development Component".
    3. Then Select "Deploy" from the extended menu of "Development Component".
    I think this may help... Also look out for any errors in the Tasks Window.
    Regards,
    Alka.

  • How to deploy a Flex application (Server Type ColdFusion) to production

    I have built a flex application using Flash Builder 4.6.  It utilizes ColdFusion Flash Remoting for its data services.  When first setting up the data services I had to set a bunch of properties in the flex server section.  Which I am not sure are all correct but the app does run and connect to the data services.  They were:
    Application Server type: ColdFusion
    Use remote object access service
         ColdFusion flash remoting
    Server Location:
         Deployed to Java application server
         Web Root: v:\inetpub\testFlex
         Root URL: http://myDevServerIP/
         ColdFusion Was folder: v:\CF9\JRun4\servers\testFlex\cfusion.ear\cfusion.war
    My question is now when I'm ready to deploy to my production machine and load the app onto a tablet or other computer, obviously the Root URL will be different something like http://myLiveURL.com.  Is this the only thing I change?  Do I even change it here or is there some other location?  Any other things I need to change?
    Thanks!
    Your help is much appreciated!

    All the paths to CFCs are the same in my live production site.  Can you be more specific as to what you mean by "RemoteClass aliases in your AS Classes and CFCs (if any) are correct."?  How will the app know that the CFC is on http://myLiveSite.com instead of http://myDevSite.com?  The only line of code that I have noticed that points to a URL is the endpoint in a file called _Super_XXX.as.  And at the top of that file it says that the file is not meant for editting.
    To clarify...I see your app/code all exists on a server access via a web browser so I can understand that everything still works when deployed.  Mine is a mobile app so when I am developing and testing on my local computer the URL points to my local development machine.  However when I deploy it to a mobile device like a tablet and run the app, it needs to be able to access a cfc on a remote server via a different URL ie. my http://myLiveSite.com/myCFC.cfc instead of http://localhost/myCFC.cfc
    Thanks for your help!  I will now take a look at your thread.
    Message was edited by: ace0215

  • How to deploy reports to anothe managed Server (Weblogic)

    Hi everyone
    I would like to know how could i deploy reports to another managed server in weblogic.
    When i first installed forms and reports it asked me to where i want to deploy and everything works fine.
    But i have created another managed server  afterwards and i would like this server to be configured with reports, but it won´t work.
    I don´t know if i have to run the installer again selecting this new server or is there another better way to do this.
    Thanks for your help
    Greetings
    Mateo.

    I think you need to extend the domain instead of creating the managed instance manually through Admin console. By default when you create a domain using OSB domain template, it deploys all of the applications needed automatically to all the instances. If you are trying to do it manually, then you need to follow the documentation to see which applications need to be deployed to use OSB services.
    http://docs.oracle.com/cd/E23943_01/doc.1111/e15017/configure_osb.htm#BGBFGBFF
    To deploy a project, Login to SB console http://<admin>:<port>/sbconsole > System Administration > Export/Import Resources.

  • How to debug a report in production server

    hello all,
    how to debug a report in production ...
    do i need to BREAK statement of that particular user.....
    thanks in advance....

    Vinay,
    Process of Debugging in Production will be same as in Development or Quality.
    But,it is not advisable to debug in Production because it may lead to inconsistency in data that's get saved to Database.So,based on the acitvity that you intend to debug you have to take some precautionary steps.Usually Debugging access will not be given in Production,even if they give debugging access you will not be having authorisation to change the values in runtime while debugging.You will not be able to put hardcoded BREAK-POINT because the Production client is meant only for display and not modifiable.
    If you can provide more details of what you intend to Debug,you will be getting more info here.
    K.Kiran

  • How does a report execute on Server

    Hi,
    we are using reports 6i,j2ee application ... i create reports in RDF format files which will generate output in PDF format ... when i execute in report builder
    i cant see the difference of PDF output or normal report output .Then i deploy them in the server drive .These reports are executed from j2ee application and displays
    the application in PDF Format .
    Today my lead asked to execute one report and show ..when i executed i got the output in Report Builder ..but he wants to see how the Users see the output on the screen not on the report builder ...how can we do that ...
    please anyone reply for this question

    Sorry all i posted it on wrong forum

  • How to setup reports in Apps Server 10.1.2.0.0

    I know 10.1.2.0.0 does not have oracle reports. I know that 10.1.2.0.2 does have oracle reports. From the docs I have I cannot upgrade 10.1.2.0.0 to 10.1.2.0.2. Is there anyway I can load a new Apps server 10.1.2.0.2 and get it to use the 10.1.2.0.0 meta data and identity infrastructure of 10.1.2.0.0? If this works how would I setup a reports portlet in a 10.1.2.0.0 portal? Anyone have any ideals?

    hi Kashif,
    just check this thread,
    How to deploy Forms/report on Application Server 10.1.3
    Regards,
    Hamdy

  • How to DELET DIR in production server.

    hi, all,
    i want delet some documents which are not required here after.
    so how i could delet those DIR in production server.
    i already set those with deletion indicator.
    further what shall i do ?
    this is very urgent friends.!
    please send in details, coz i m working in production server.
    rgrds,
    ben
    points waiting?

    To delete the documents physically from the database, you must run the MCDOKDEL program using the ABAP/4 editor.
    This program deletes all documents of a selected document type for which Deletion Indicator is set.
    Program for Deleting Documents with Deletion Indicator
    Description
    With this report (program), you delete all the flagged documents of a selected document type from the data bank. The documents are not archived before they are deleted.
    The report allows you to execute a test run. You should start this test run first of all and check the list of documents if necessary.
    Requirements
    Only those documents that have a deletion flag are deleted.
    Documents are not deleted if they fit into the following categories:
    Quality assurance agreement or technical terms of delivery
    Production resource/tool in work order or routing
    Document item in BOM
    Output
    As a result you receive a list that is divided into two parts:
    Part 1: Undeleted documents
    This is a list of those documents that cannot be deleted due to their usage.
    Part 2: Deleted documents
    This is a list of the documents that have been deleted.
    These documents have been deleted from the data bank without having been archived.
    Note:
    If you set the indicator for test mode on the entry screen of the report, then both of these parts of the list will have the heading Test Mode.

  • How to deploy report jsp on portal

    Pls tell me how to deploy a report made in 9iDS as JSP on portal.
    Thanx.
    Anant Kulkarni.

    Thanx a lot Nishanth
    Yes my report is a .jsp file.
    Can u pls specify the exact steps I should follow coz I have never used portal before. I have tried creating portal page but it didn't prompted me for JSP as a type while choosing source. One more thing - IS IT NECCESSARY TO HAVE 9IDS INSTALL ON THE M/C WHERE Application Server is running. ??????
    Pls help. Pls take out some time for me.
    Thanx.

  • How Can I report a Production Error

    When I want to report a Production error in Support portal, I got a error like this
    Currently you do not have authorization to use this function. To request the authorization, please contact one of the administrators at your company:
         S0004554480           Bool
    But I am Bool actually, it's myself. how can I handle it? Does any know it?
    Any response is appreciated.

    Hi,
    As per your query you are not authorised user to log a compliant on SAP Workplace. Please contact your old SAP Basis person who is working earlier you. If you are not getting any support form him then sand a latter to SAP through your Director or CEO who is responsible person. Then sap will enquiry over the phone and ask some hardware information to you, if you fullfil then the will assign the password or create new user for you.
    Anil

  • Error when generating the report in Production Server

    Hi,
    I have created one infoset query in Development server of my client. It is working fine there. I had transported the request containg this query to Production server. But whenever I am trying to generate report using this query in Production server it is giving an error message
    "Error when generating the report".
    I am not getting what 's problem.
    Samriddhi

    Samriddhi,
    Genarally its not suggested to transport Queries. Should be able to create Queries directly Production. There might be diferences between your Development and Production versions.
    Thanks.

  • How to run reports in Application Server 10g?

    Dear Friends,
    I am running my forms on Application Server 10g. How do I launch reports from my Forms on the 10g application server? My friend told to use web.show_document(http://serverip:port/reports/rwservlets/getjobid - what should it be after that). Also I'm not aware of the complete code. I would appreciate and be really grateful if any of you helped me in this regard.
    Thank you in advance.
    Regards,
    Senthil .A. Perumal.

    Hi,
    I need to install Oracle Reports on the server. Can someone pls tell what what softwares i need to make oracle reports running on windows. I see Oracle reports services and oracle Reports Developer on otn..do i need both on my server? Whats the difference between them and are they interelated in anyway?? Pls reply soon. Thanks..

  • How to email reports via SMTP server FORMS AND REPORTS 6i and databse 8i

    Dear All,
    through reports builder reports are build but i need to email reports via SMTP server is it possible in 6i are not?if yes the how please rep asap

    If it will be a scheduled report, you can create a batch file to run report with reqd parameters and generate it's pdf in a oracle directory.
    Then schedule the batch file on oracle database pc, (thru task scheduler if OS is windows),
    Then a email procedure will be required which will pick up the pdf from oracle directory, attach it and send mail.
    Even the email procedure can be scheduled thru oracle job, but the OS batch schedule time and Oracle Job time should be handled as some gap will be needed between the two.
    As for the email smtp procedure with attachments, you can find one in this forum or try googling it.
    Regards,
    Amol

Maybe you are looking for