February 27, 2013 at 11:51 pm
How to publish SSRS for internal alone.
I have a project which needs to be circulated only to my team members using my hostname.
What are the steps to deploy them.
now i am able to do with
where as if i see in another machine http://myhost-name/Reports i am unable to get the details.
Thanks
February 28, 2013 at 1:53 am
Can any one know how to do it.
Thanks!
February 28, 2013 at 2:00 am
As a guess you may need to turn off the firewall for the required ports on your local machine.
February 28, 2013 at 2:07 am
I am able to take remote from another machine.
Say Server A is my machine Server B is another machine i am able to take server A machine from server B and visa-versa.
Server A is the machine where the SSRS is placed.
Thanks!
March 5, 2013 at 6:07 am
Any suggestions for this!
March 5, 2013 at 8:35 pm
First thing i would do is try to access the remote computer via a browser
http://remotecomp --if this fails then you have either iis/firewall issues
This will tell you if iis is setup ok and if there are any firewall issues.
Then you will probably want to go to
http://remotecomp/reportserver (i think) - this should give you a directory listing of your reports --if this fails you have a problem with your reporting services
March 5, 2013 at 9:15 pm
I dont use IIS here.
I tried http://remotecomp it is not connected
March 5, 2013 at 9:27 pm
yuvipoy (2/27/2013)
How to publish SSRS for internal alone.I have a project which needs to be circulated only to my team members using my hostname.
What are the steps to deploy them.
now i am able to do with
where as if i see in another machine http://myhost-name/Reports i am unable to get the details.
Thanks
In case, you're able to remote your local from another one, please check Authentication Configuration in SSRS
1- Check info in Reporting Services Configuration Manager
2- Check Authentication Mode
3- Check Users\GroupUser which you allow to access SSRS are from trusted domain
March 10, 2013 at 9:30 am
Also check in the SSRs config file.
Probably the localhost name is used there in stead of teh hostname.
Normally you can alter this config file with the GUI from configuration manager, but i also have found that the modifications in this are not always saved.
So these steps should be performed then:
Stop SSRs services
find the config file in the SSRs installed directorie , normally C:\program files\ms sqlserver\sqlversion\..
Don't have the exact path @ hand but i remember the directoryname was so obvious like SSRs you dont really need it.
take a copy of the config file just in case..
Open the config file in wordpas or so and search for the 'hostname' value.
Change to the computername
Save the file
Start SSRs services
Try again.
Wkr,
Eddy
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply