Skip to main content

Questions tagged [service]

A Service is a long-running executable that performs specific functions and which is designed not to require user intervention.

0 votes
0 answers
5 views

Update a .net Framework App to .net Core.. Its a vb.net Windows Service

I have a somewhat old .net 4.7 Windows Service written in VB.net. I would like to bring this up to .net core 8.0, but the upgrade wizard doesn't seem to want to deal with a lot of the work and I can't ...
HPD71's user avatar
  • 1
0 votes
0 answers
8 views

Is there any limitations on Socket running for each service account on Windows system?

Do you know any limitations on Socket running on Windows service account? I’m trying to understand how many sockets we can run using same service account on Windows later version. Any limitations on ...
user26438589's user avatar
0 votes
0 answers
8 views

Apache Airflow service start in wrong folder

When I start the following airflow service, it create a new folder in /home/airflow/airflow/ instead of using the configuration from /home/airflow/ and initialize a new DB. Description=Airflow ...
Pierre Anken's user avatar
0 votes
0 answers
14 views

ASP.NET Windows Service starting earlier than it should

I currently have a ASP.NET console app that is configured as a Windows Service and continuously runs all day. From my experience, the whole process takes about 6ish minutes to complete (database ...
Slayre's user avatar
  • 1
0 votes
0 answers
16 views

Google Compute Auto Deletes /etc/init.d/Script Custom Script

I created a my own init.d script: using bash on command shell: sudo nano /etc/init.d/myscript Here is my script: #!/bin/sh case "$1" in start) echo "Starting my script" /usr/...
user914425's user avatar
  • 16.5k
0 votes
0 answers
15 views

Google Compute Not Saving /etc/init.d/script

I created a my own init.d script: using bash on command shell: sudo nano /etc/init.d/myscript Here is my script: #!/bin/sh case "$1" in start) echo "Starting my script" /...
user914425's user avatar
  • 16.5k
-1 votes
0 answers
33 views

Problem building Windows Service project using CLI (C#)

I want to build a Windows Service project using CLI (dotnet or msbuild) to be able to make continuous delivery of a new project. No problem to build a Windows Application, but, if I use dotnet build ...
Shionigami's user avatar
0 votes
0 answers
13 views

Ideal use of controller and service layer

I have a question between the controller and the service, so I leave a question. Below is an example. There is an API that creates a company. The process of creating a company is Check if the company ...
유남균's user avatar
0 votes
0 answers
20 views

can i specify an source ip address for linux service, like openstack glance service? [closed]

The OpenStack controller node has installed some OpenStack services. I want to specify a source IP address for each service so that I can distinguish them. Is it possible to specify a source IP ...
Jack Liu's user avatar
0 votes
1 answer
24 views

How to refer code from one independent gradle project to another gradle project?

Project |- api-gateway (package) |- base-service (package) |- service-discovery (package) |- user-service (package) This is my project structure. There is no root project. Every project is ...
Praveen K's user avatar
0 votes
0 answers
23 views

Xamarin.Forms Android 14 application can not be terminated

I am developing application for Android 14 (34) (C# VS) and tried to make it be terminated by pressing a menu option. Using implemented an android location service GPS position of the device is ...
Vadym's user avatar
  • 86
1 vote
0 answers
11 views

Calling SOAP Web Services using APEX_WEB_SERVICE

I am having issues trying to consume a SOAP web service. I getting Error: ORA-30625: method dispatch on NULL SELF argument is disallowed as a response. Bellow is the piece of code I am using. PLease ...
nelio mboana's user avatar
0 votes
0 answers
26 views

I can't use the service layer in my Spring Boot

After some configuration, I can't use the service layer in my Spring Boot. This is my src in the control layer: I can't use the last URL to access my data, but the first two URLs are accessible @...
zhong nagisa's user avatar
0 votes
0 answers
9 views

.NET solution that uses third party hardware and DLLs

My team and I are writing a .NET application to run in a Windows environment. We will be using hardware from four-ish different vendors, that each comes with their own dll (the term is unmanaged dlls, ...
Nikolaj Eriksen's user avatar
0 votes
0 answers
10 views

Switch between account online and offline in android kotlin

I am student learning android application developing and now I want to develop application that I will make user online and offline I have API for both of them which I send user token to API. I make ...
mohamed hossam's user avatar

15 30 50 per page
1
2 3 4 5
1545