SQL Server Developer Center > SQL Server Forums > SQL Server Express > SQL Server Express Edition with Advanced Series 2008
Ask a questionAsk a question
 

AnswerSQL Server Express Edition with Advanced Series 2008

  • Saturday, October 31, 2009 5:28 PMVirgo2008 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Unattended Silent Installation-
    Can we give custom port number(such as 8086) for reporting services instead of assuming 8080 or 80 depending upon OS.
    We are installing single custom instance(such as SQLTest) for database and reporting services. Both are installed at one time during silent installation.

Answers

All Replies

  • Sunday, November 01, 2009 3:50 PMAndrea MontanariMVP, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    hi,
    AFAIK, there's no way to specify a particular network protocol port at installation time.. you can just enable the network protocols with the predefined parameter.. for SQL Server service, installing a default instance, this result in the 1433 predefined and IANA assigned tcp/ip port, where a named instance installation will default to a dynamically assigned port requiring the SQLBrowser service to resolve port assignement at run time..
    regards
    http://www.asql.biz - DbaMgr2k - DbaMgr and further SQL Tools
  • Sunday, November 01, 2009 5:57 PMVirgo2008 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I am looking for how to specify SSRS port number with silent installation- reporting services port number such as http:/localhost:8080/ReportServer_SQLTest.

    I do not want to change SQL Server port number 1433 in silent installation.
  • Sunday, November 01, 2009 6:28 PMLekssAnswererUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I don't think there is a way to change this during sql install , may be you should try to achieve this on the IIS part where sql reporting services websites and directories are created.
    Thanks, Leks
  • Sunday, November 01, 2009 8:05 PMVirgo2008 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I am using SQL Server 2008 Express Edition which is not using IIS as webserver.
  • Sunday, November 01, 2009 9:30 PMLekssAnswererUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     


    Hi Vigro,

    As sais earlier , that might not be changed during installation.
    Have you checked the option in REPORTING SERVICES CONFIGURATION tool? Try changing the default port 8080 to desired port in the web service URL page.
    Have a look at the link and check to see if this is helpful - http://technet.microsoft.com/en-us/library/ms188133.aspx


    Thanks, Leks
  • Monday, November 02, 2009 1:24 AMVirgo2008 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    If I am doing fresh installation of SQL Server with reporting services and then use Reporting services configuration tool. This involves two steps, I am looking for one step where in command line I could mention port number, url for reporting services.

  • Monday, November 02, 2009 4:41 PMVirgo2008 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Is there a command line utility to change port and url for Reporting Service, if I follow two steps to install SQL server with Reporting services.
  • Wednesday, November 04, 2009 4:53 PMVirgo2008 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Resolved it using 2nd step with httpcfg command.
    • Marked As Answer byVirgo2008 Wednesday, November 04, 2009 4:53 PM
    •