Unable to start reporting server , can not change configuration via Reporting Service Configuration Manager - sql

I have a reporting server ( should be version 13) running on win server 2016 , which is setup by formerly colleague .
When I start the reporting server , it pops the below error .
I would like to check the configuration via Reporting Service Configuration Manager , however , I can't see the configuration as it is failure to start the reporting service , would advise what can I do to fix the error ? thanks
Error when start reporting server
System.ServiceProcess.TimeoutException: Time out has expired and the operation has not been completed.
at System.ServiceProcess.ServiceController.WaitForStatus(ServiceControllerStatus desiredStatus, TimeSpan timeout)
at ReportServicesConfigUI.Panels.ConfigurationPanelWithErrors.StartOrStopServiceTask(Boolean start, String serviceName)
enter image description here

Related

creation name SSIS.Replacement task is not registered with your computer

When i tried to run the .dtsx file i got the following error
The task with the name "some task" and the creation name
"SSIS.ReplacementTask" is not registered for use on this computer
I change the logon to network serivce of Sql Integeration service fron SQL server configuration but still m getting this error please help
Try this.
When you use username and password to log on to your computer, sql server need to verify the user who authorized to use the sql server service.. But sometimes sql server cannot redirect to the account, so we need to configure the user.
Here's the step :
1. open sql server configuration mangager
2. choose sql server 2005 services
3. right click sql server integration services, choose properties
4. choose log on tab, select this account, enter your username and password which is used to log on your computer.
5. reopen the business intelligence studio. There you are, the task component can work properly again.
It also might be that this is a custom component which is not installed at your global assembly cache (in case you are not running it at the server to which it was originally deployed).

Sharepoint URL not able to acess through SQL agent Job

I am running a sql server job which is loading data from a file kept in a sharepoint document library.File is an excel format and is getting loaded when executed through solution .But when i am using an SQL Agent job to pick up the file it doesnt get the path and agent job fails.I have deployed the SSIS Package through SQL Server 2012 deployment methodologies.I am not able to trace the error of loading data from a sharepoint library.library. Sql agent jobs works fine when i give local path.The account which is running the sql agent job is the same who has access to document library.I also tried to run the job through proxy but then a strange error comes of error authenticating proxy:unknown username and password whereas my password and username are all correct.I am in between of my deployment to production and facing such issue from a long time.

reporting server error in IE browser

Using server server 2008 r2 and vs08 i use SQL reporting services and i also install iis so when i deploy reports it show me like this
Deploying to http://localhost/ReportServer
Error rsServerConfigurationError : The report server has encountered a configuration error.
Deploy complete -- 1 errors, 0 warnings
========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========
========== Deploy: 0 succeeded, 1 failed, 0 skipped ==========
and when i go to this url http://localhost/ReportServer in IE(Internet Explorer ) then it show me like this in browser
pic IE
where problem occurred and how i resolved this problem
i try so many times to deploy errors but in every time any error must come ..ughh :(
You may want to see if SSRS will resolve 'localhost' correctly. There are a few things to think about deploying to SSRS as well.
You need to be a role under the SSRS site that allows deployment. You can try all day and if your 'Role Assignment' is not 'Publisher' or 'Content Manager' for your domain user/user or applicable group in a domain you will not be able to publish.
SSRS resolves to fully qualified paths and any breaks in names or leaving a report folder blank could potentially cause issues. When you are in Business Intelligence Development Studio(BIDS in Visual Studio), your project's 'properties' must be configured correctly and for the correct version of SSRS you are deploying to.
Check the SSRS Config tool for what it shows the service to be at qualified. Generally it is:
http:// (servername)/ReportServer
NOT
http:// localhost/ReportServer
I wrote up a pretty thorough answer to this on another thread.
How SSRS deployment works?
Did you make any changes to the reporting services config files?
C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer
Is ReportManager working ok?
Have you another ReportServer that you can deploy to?
If it deploys elsewhere ok, I would re-install reporting services
I have red that you have IIS and SSRS Server on the same machine. The standard port for both is 80, perhaps it would worth a try to change the port for SSRS to a different value. (Reporting Services Configuration Manager -> Web Service URL -> TCP Port and Report Manager URL -> Advanced -> Edit -> TCP Port)

Pentaho server is not accessible

I am using pentaho 4.5 , but whenever i install it and try to access the server , it raises some issue like JVM_bind , but i am not running any server ,
recently i changed my tomcat port no , then it raises this issue
Pentaho Initialization Exception
The following errors were detected
The system failed to initialize.
SolutionEngine.ERROR_1009 - Missing, invalid, or expired product license.
Please see the server console for more details on each error detected.
Hussain, it looks like your license has expired. If you are an Enterprise customer, you may need to install (or re-install) your license files using the Enterprise Console. If you have not subscribed, your demo license may have expired.
I am not sure did is help but did you change pentaho-solution to other version ?

SQL Server agent not getting started

I am trying to start my sql server agent but it is not getting started . Showing the following Error- Object reference not set to an instance of an object.
I had made a scheduling a job.I tried to start the services from sql server configuration
but still it shows an error.I have try to start services from command prompt also but it is showing error-1067
this is a general windows error, not specific to sql server.
Check your windows log to get more info.
You can also try try to start SQL Agent from command with the -v switch to display the output to the diag screen.