Questions tagged as 'services'

1
answer

Error 5: Access denied when attempting to install a service created in Windows Server 2012 [closed]

I created a service application and after installing it, I can not start it, the following message appears: Ihavealreadyverifiedapplicationpermissions;Ihavetriedtodelete"logs"; I have already restarted the server; I have already uninstall...
asked by 21.09.2014 / 19:51
1
answer

Check if there is a Service

Follow below: function TfPrincipal.ServicoExiste(maquina, servico : PChar) : Boolean; var SCManHandle, Svchandle : SC_HANDLE; {Nome do computador onde esta localizado o serviço} sComputerNameEx : string; chrComputer...
asked by 27.10.2015 / 17:33
1
answer

Null Exception when importing service in controller res

In the example below, I'm trying to do a RestFul Service by completely separating the @RestController, @Service, and @Repository. But I have a difficulty, because when I try to use the service inside the controller, the instance is always NULL,...
asked by 25.04.2018 / 16:49
1
answer

Service variable comes as UNDEFINED in the Angular component 2

I can not get a variable from a non-angular service. I have the companies-index.component.ts and the companies-crud.service.ts. I would like to get a service variable in the component but it always comes as UNDEFINED, but if I run within the ser...
asked by 24.11.2016 / 12:41
1
answer

Starting a windows service

I'm setting up a "Service Monitor". My windows server is stopping the service from my database. So I mounted a service validator, but I do not know how to give the start service a new one if it crashes. This is the code of how far I have co...
asked by 15.07.2016 / 04:54
1
answer

News API as service [closed]

I would like to display random news from Brazil and the world in my app while the user is processing a request. Does anyone know of any service / API that can provide me with a Json for handling?     
asked by 27.05.2016 / 16:05
1
answer

How to create a Background Service with Genexus Smart Devices on Android?

Develop with Genexus Smart Devices Ev3 U1 for Android. I need to periodically run a routine in the background and display Notifications. As WhatsUp does, where there is a Service for this application, it displays notifications even when th...
asked by 13.11.2014 / 15:16
1
answer

Create a service together with the Ruby on Rails app

I'm developing a new project using Ruby on Rails to communicate with a legacy system made in COBOL. This communication will be done through TXT files, that is, when I have to get information I have to read a folder, open the TXT files and ren...
asked by 16.04.2014 / 17:04
2
answers

Angular 7 - Popular object in return API service. httpClient

Thank you in advance for your attention. I'm having trouble popularizing an object list returned from an API in Angular 7. My service class is returning service data, however I can not popular in my object list (returned from service). Below...
asked by 04.12.2018 / 03:05
0
answers

Data Flow Task Generates Blank Excel File - SQL Server Integration Services

I have a process in SSIS that takes information from a table and exports to an xlsx file. It happens that when running the Job through SQL Server Agent, the file is often generated in white, even though it has content in the table (this is not a...
asked by 11.12.2018 / 14:43