1,066 questions
Best practices
0
votes
2
replies
37
views
How do large enterprises test new features?
I'm wondering how team in big tech test new features before sending them out into the wild. Like what systems or tools do they have in place? Is there something better than just writing unit tests and ...
Tooling
1
vote
3
replies
109
views
Why is OpenAI’s ChatGPT SDK preferred at the enterprise level over Google Gemini?
I’ve noticed that many enterprises seem to adopt OpenAI’s ChatGPT SDK more frequently than Google Gemini or other AI platforms. From my understanding, both platforms provide similar foundational AI ...
Advice
0
votes
0
replies
21
views
Document generation EA Sparx
I made a report package for document generation. At each model document (in the report package) I attached a template. The template contains a fragment. For the fragment we use a SQL query. In the ...
0
votes
0
answers
147
views
SOTI MobiControl - Using CustomAttributes in App Policies
I have an enterprise app I'm deploying to multiple sites. Each site has a slightly different configuration, and I'd prefer not to create an app policy for every site; that would be time-consuming and ...
-1
votes
1
answer
697
views
How can I dry-run renovate locally with GitHub Enterprise repo
I want to dry-run renovate locally to test a new renovate.json.
I am facing the following problems:
I am in a GHE environment and have to pass authentication credentials for the GHE server so that ...
1
vote
1
answer
1k
views
"Approval required" even though admin consent has been granted for the whole tenant
I am developping an integration with microsoft for my app, to fetch outlook emails using the "Microsoft Graph API". I created an app registration in Azure, and my users are supposed to ...
-1
votes
1
answer
304
views
Issue with VNet Enterprise Policy not getting created for powerapps integration with azure services
I am trying to establish connectivity between powerapps with azure with enterprise policy powershell script i am using this https://github.com/microsoft/PowerApps-Samples/tree/master/powershell/...
1
vote
1
answer
76
views
set up of custom policy in B2C to SSO using MS Entra as a SAML Idp
I have an application linked to Ms Entra, I have this application (App1) set up as Enterprise Application to use SSO. This application has not many users (3). It is meant to use SAML.
Some settings:
...
0
votes
1
answer
354
views
How to access environment variables for Scheduled Colab Enterprise Notebook Run
I currently have a notebook on Colab Enterprise that accesses environment variables from a .env file to get access into a database to do ETL. When I run the notebook manually using a runtime instance, ...
0
votes
1
answer
170
views
Azure DevOps Limitations with Enterprise Level Projects
I work for a large organization in QA and we use Azure DevOps for testing enterprise level projects. I have ran into some issues with projects this large and when I try to find solutions, all I've ...
0
votes
1
answer
235
views
Enterprise Application Distribution Certificates and "iOS Distribution Managed"
I'm at a loss regarding the current way Apple has recently changed Enterprise Application distribution. Normally I would expect to find two distribution certificates, my current one which has only a ...
0
votes
1
answer
82
views
How to create Enterprise on your existing newly created IBM-Cloud account?
Recently, I created a new IBM cloud Pay-As-You-Go account and I selected Enterprise as type when creating the account, it has been created.
However, when I go to "Enterprise" tab, to "...
0
votes
0
answers
48
views
Save image to folder in project
Here is my code
public String addProducts() {
try {
filename = file.getSubmittedFileName();
InputStream input;
input = file.getInputStream();
...
0
votes
2
answers
574
views
Efficient Data Storage and Retrieval Strategy in React for High-Performance Enterprise Applications
I'm currently exploring strategies to optimize data storage and retrieval for an enterprise-level application that demands high scalability and performance. In my quest to enhance efficiency, I've ...
0
votes
2
answers
462
views
Installation process of wso2 Enterprise integrator
Could anyone please let me know how to install latest version of wso2 ei. I've been referring to official documentation but the page isn't clear about the download process and in the product page I'm ...