Questions tagged [enterprise]

Enterprise refers to software intended to facilitate the operation of one or more types of business entities, such as cooperatives, companies, universities, and government organizations.

Enterprise software generally offers the following:

  • Technical Training

  • Commercial Licensing Terms

  • Fee-based Technical Support

  • Customized Configuration and Theming

References

1080 questions
-1
votes
1 answer

Ways in which one can develop a modern API Web Sevice which is Enterprise level and Scalable

This is more of a general type of question. There are multiple ways in which one can develop API's to exchange data. For example: Python Flask, Apache Camel, Node.js, etc And using Testing tools like: SoapUI, Postman, Swagger editor. My question is…
batman
  • 100
  • 1
  • 11
-1
votes
1 answer

How do I run my node.js application on a client's server without sharing the codebase with them?

We are using Angular for front end and Node.js for backend. We are in conversation with a client to run our application on their local server, hence if we could use a package executable of the application, it would not give them access to our source…
VRK
  • 17
  • 3
-1
votes
1 answer

"Cannot open cource file" in a number of 400+ / Visual Studio Enterprise 2019

When I try to compile any project in C++ I get a lot of errors about missing source files (errno.h, float.h, correct.g, etc.). I tried reinstalling (along with removing the Visual Studio Installer), checked if the Visual Studio SDK and Windows SDK…
Asachi
  • 31
  • 5
-1
votes
1 answer

Ways to restrict a device usage for enterprise applications

Our Android team is developing an Android application for finance company to manage their customers and business data with some back-end structure. The app is supposed to be used by company employees only and is not intended to be published to…
Khawar Raza
  • 15,870
  • 24
  • 70
  • 127
-1
votes
2 answers

What is the most practical automation and task scheduling tool and why?

I'm doing research that involves automation and task scheduling. After going around google i found a lot of automation and task scheduling tools for companies,alternatives for Task Scheduler that provide more functionality; for example: Ansible…
SebastianDB
  • 59
  • 10
-1
votes
1 answer

TOGAF documentation mapping

According to TOGAF specification, the main domains / division of concerns are: Business Architecture Data Architecture Application Architecture Technology Architecture According to the specification, the Enterprise Repository should hold all…
Andrés Oviedo
  • 1,388
  • 1
  • 13
  • 28
-1
votes
2 answers

Can't connect to SQL Server database server on port 1433

I am trying to start scripting PowerShell SQL queries for a task, but before that i am testing to make sure my DB connection works. I already created a table in SQL Server using SSMS 17, and as part of connection test, I am testing if I can connect…
Cataster
  • 3,081
  • 5
  • 32
  • 79
-1
votes
1 answer

Shall I always use a database in Enterprise applications (.war, .ear - essentially .jar) and never write to a file?

If I have a resource file (mydata.txt) in resources folder (set up as another source folder) of my application. This mydata.txt eventually would be packaged inside root of a jar file (.war) to be deployed to some application server (Tomcat, Jetty,…
caasdads
  • 409
  • 4
  • 12
-1
votes
1 answer

Will an update from INT to BIGINT on a partitioned table differ from one not?

I have to update a table primary key identity index column from INT to BIGINT. Background information: The column is an identity column The column is a primary key The index is a clustered index Table is partitioned There are currently 111…
Mark Schultheiss
  • 32,614
  • 12
  • 69
  • 100
-1
votes
1 answer

Unable to publish app on the ios device whose MDM profile is "Not Verified"

We have more than 900 iOS devices enrolled on MDM protal. In last month mdm profile for all devices changed to "Not verified". Due to this we are unable to publish apps on iOS devies. All commnds remains in pending states. I did some research on it,…
-1
votes
1 answer

How can I trigger update without user interaction and update view hockey sdk ios?

I have a requirement to trigger update automatically for enterprise app without user interaction can you please help me.
Uma_Shanker_Tiwari
  • 453
  • 1
  • 3
  • 16
-1
votes
1 answer

Displaying different developer names from one Apple Enterprise Account

Can I publish apps from one account (enterprise) with different seller's display names in app store? Thanks for help.
Alexander
  • 33
  • 2
-1
votes
1 answer

How does third party IOS Development work without access to enterprise license?

I am currently caught between two companies, one is my own who have a policy of not giving access to their Apple Enterprise development license. The other is a company that wants to customize their IOS app for us. The 3rd party company wants us to…
-1
votes
5 answers

Windows in-memory cache for enterprise

Do you know any memcached analogue for using for enterprise in Windows. Any commercial in-memory cache system?
Anton
  • 39
  • 2
  • 4
-1
votes
1 answer

Transfering Apps from Apple Developer account to Apple Enterprise Account

My company uses Apple Developer account to distribute an app and it is live. Now my company give me an Apple Enterprise account in order to export that same app from the Apple Developer account for testing with wider range of users without 100 UUID…