Most voted "services" questions
77 questions
Sort by count of
-
1
votes1
answer2046
viewsCreate bat to finish Service
I’m trying to create a . bat file to finish and start a service on Windows. To do this I first finish the process then restart the service But the command inside the batch file (.bat) does not find…
-
1
votes0
answers297
viewsHow to find out which services are running on a python port?
I would like to add my question to that code: #!/usr/bin python3 # coding: utf-8 import argparse import socket import os import sys def Logo(): print (''' ______ ____ __________ ___ / / /_ \/ /__…
-
1
votes1
answer143
viewsCall AXIS service with C#
I need to consume this service in a C application#: https://tidigital.voegol.com.br/arsys/WSDL/public/ars-tidigital/GOL_Requisicao But I can’t add it as a reference in the project. In trying to do…
-
1
votes1
answer459
viewsCreating a C#Client-Server architecture
I made a test application in N layers (access to Database, presentation, business (model) and transfer objects) worked quietly and learned a lot about 3 layers and N layers. Now I’m willing to do a…
-
1
votes1
answer96
viewsProcedures after errors should stay in the services/validations or in the controller?
In a backend that has separate validation functions to check the validity of the data, if this data is invalid the procedure (return a 400 or print something on the screen, for example) must occur…
-
1
votes0
answers74
viewsandroidservice notification does not work
I created a multidevice application and added a local androidservice. I need to issue notifications through the service, follow Unit: unit AndroidServiceDMUnt; interface uses System.SysUtils,…
-
0
votes1
answer193
viewsCreate a service together with the Ruby on Rails app
I’m developing a new project using the 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 pick up information…
-
0
votes1
answer52
viewsDependency on services
I have a job that closes a back door. Like any input process when registering the note I have the manual registration of each item of the note and when closing the note I need to update the stock of…
-
0
votes1
answer604
viewsHow to create a Background Service with Genexus Smart Devices on Android?
Develop with Genexus Smart Devices Ev3 U1 for Android. I need a routine to periodically run in the background and to display Notifications. Just like Whatsup does, where there is a Service of this…
-
0
votes1
answer117
viewsService to manage PHP sessions (Symfony2)
I need to create a PHP Service to manage the Sessions of an application, someone has a practical example for this? PS: I am a beginner! :)
-
0
votes1
answer335
viewsNews API as a service
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 any service/API that can provide me with a Json of I handle?
-
0
votes1
answer1212
viewsCheck if There is a Service
Goes below: function TfPrincipal.ServicoExiste(maquina, servico : PChar) : Boolean; var SCManHandle, Svchandle : SC_HANDLE; {Nome do computador onde esta localizado o serviço} sComputerNameEx :…
-
0
votes1
answer837
viewsStarting a windows service
I am mounting a "Service Monitor". My windows server is stopping my database service. So I set up a service validator, but I don’t know how to give the start in the service again in case he falls.…
-
0
votes0
answers206
viewsThere is no vs_setup.msi file, as I do
I use VS2017. The option Other Project there is no. I had to download an extension, install, in order to have this option, because I am doing a windows service and I will need to install this…
-
0
votes0
answers77
viewsData Flow Task generates blank Excel file - SQL Server Integration Services
I have a process in SSIS that takes information from a table and exports it to an xlsx file. It happens that, when running Job by SQL Server Agent, often the file is generated blank, even if it has…
-
0
votes1
answer65
viewsUpdate location from time to time when an application is running in the background
I have an app that should save the user’s location every 1 minute. I created a service running in the background that does this. While the screen is on and the application is in the foreground, it…
-
0
votes1
answer19
viewsHow to search by parameters
I am trying to do a search for parameters, where the user informs 3 parameters and searches this, follows as I am trying to do FindByRdo(numero: number, ano: number, objeto: Objeto) { return…
-
0
votes1
answer100
viewsA service that runs every day in the background on android
Good afternoon ! Perhaps my question does not fit the criteria perfectly because it is another question whether "it is possible or not possible". Here is the problem: I want to create an app in the…
android services background android-alarmmanagerasked 6 years, 8 months ago Eduardo Rafael Moraes 710 -
0
votes1
answer63
viewsNull Exception when importing the service into the Rest controller
In the example below, I am trying to make a Restful Service by fully separating @Restcontroller, @Service and @Repository. But I’m having a difficulty, because when I try to use the service inside…
-
0
votes1
answer114
viewsWcf access via https
I have the following error accessing a https url: O esquema de URI do provedor 'https' é inválido; esperado 'http'.\r\nNome do parâmetro: via My file to <?xml version="1.0" encoding="utf-8" ?>…
-
0
votes4
answers2324
viewsAngular 7 - Popular object on return of API service. httpClient
Thanks in advance for your attention. I am having difficulty popular an object list returned from an API in Angular 7. My service class is returning the service data, but I can’t get popular in my…
-
0
votes0
answers242
viewsMultiple instances of the same windows service
I have a service running on Windows, but the client needs the same service to work on the same server to make different routines. I came across the following problem, if I install the same service…
-
0
votes1
answer16
viewsReporting Services does not bring line with zeroed values
I am making a report of the students' status by course modality, where I need to display a matrix, even if all values are zeroed. By filtering a certain course, which does not contain the "Distance"…
-
-1
votes1
answer54
viewsJava service that queries Sqlite once a day
I am new to Android programming, I would like to know which java service I use to consult the base Sqlite once a day, I want even if you turn off the device or restart, the service is activated…
-
-1
votes1
answer50
viewsChange value from back to front end (in service)
I am receiving a distinct back object (normally I have a back pattern) because of that the values of id came divergent than I need, I would change them in the service to fit on my front but do not…
-
-1
votes1
answer1019
viewsWindows Service with Python
I’m new with python, and I’m wanting to create a windows service using the language, I saw that there are libraries for q be done until I found some example codes and tried to adapt, when use…
-
-2
votes1
answer60
viewsWeb service that generates graphic image
I need to find a solution to generate graphics images through the URL. Google offers an API, but will soon be retired. Does anyone know a service like Google? The goal is to send graphs in the body…