Questions tagged [genexus]

GeneXus is a Knowledge-based Development Tool, mainly oriented to enterprise-class applications for the Web and Smart Devices platforms.

GeneXus is a Knowledge-based Development Tool, mainly oriented to enterprise-class applications for the web (.NET Framework, Java and .NET Core) and Smart Devices platforms.

You can find more information in the GeneXus official page.

GeneXus 17, the current version, was released on October 20th, 2020.

You can get a Trial version to try by yourself at http://www.genexus.com/trial.

450 questions
1
vote
1 answer

How can I encrypt the parameters of a panel in the same way as Genexus?

We need to encrypt a string in the same way that Genexus (17U10 and csharp if it's important) encrypts the parameters of a panel using the site key. To better understand, the first is the url with unencrypted parameters, the second is the same url…
Nicola
  • 209
  • 1
  • 8
1
vote
1 answer

Problem consuming Webservice with certificate

I am having problems consuming a SOAP WebService with security that uses a certificate to encrypt the data. I am using GeneXus 17 (but I did this same test with GeneXus X Evolution 2 and 3) generating Java. I did all the necessary steps to generate…
1
vote
1 answer

How to get the Body of an httpclient when the Status code is 4xx

When I use httpclient and the StatusCode return is 4xx httpclient.tostring() returns { type: "https://tools.ietf.org/html/rfc7231#section-6.5.1", title: "One or more validation errors occurred.", status: 400, traceId:…
1
vote
1 answer

Why IIS localhost very slow loading

Using GeneXusX ev3 U15m, C# (net), Web, Sqlserver. When change some object and build this, refresh website and wait for long time (more 9 minutes). Test with move parameters IIS, hosts, web.config, debug off (only release), without firewall, and…
1
vote
0 answers

How to connect a blob container using Genexus 17

I'm trying to connect an azure blob container through an Genexus 17 based application (Java) that acts like an API between an ERP and the blob container. The connection by code is: &dadosConsumoAzureSDT = new() &dadosConsumoAzureSDT =…
1
vote
2 answers

Angular Generator Fails - missing package.json

I'm using the latest u10 release of version 17. I can generate an Angular front end 1 time on any project. After that, I get the following error: Command: cmd /c npm install npm WARN config global `--global`, `--local` are deprecated. Use…
MikeW
  • 11
  • 2
1
vote
0 answers

How to fix this error when running home menu with work with plus?

I got this error when after installing work with plus and running the menu. Is there anyway to fix this problem. Thank you
1
vote
1 answer

What is the different when we change the "Execute in new LUW" property in a procedure from False to True

I want to ask about this new property in procedure, can anyone give me an example of this property. I've read the information on the GeneXus wiki but I don't understand.
1
vote
1 answer

Issue uploading a big size file with Tomcat9

I am developing a WebApp in GeneXus 17 U10 to upload reports in txt and impact the SQL database. The big problem is that when I upload a +10 GB file, it disappears, i mean, at the end of the upload, the final size of the file in the WebApp is 0…
1
vote
3 answers

How to remove zeros after the decimal point

I want to remove the zeros after the decimal point and display Input 123.111 → Display 123.111 Input 123.000 → Display 123
orion
  • 13
  • 3
1
vote
1 answer

How to check if a SDT collection is empty

I'm having this grid to insert records into the database . How can I check if there isn't any information on the grid when insert into the database when clicking 'Registration', like this . This grid is based on a SDT collection.
1
vote
1 answer

Occasional slow response from the grids in Genexus grid

Sometimes I have problems with Work With Plus regarding grids when I try to sort by the values ​​of a column. The SQL database that provides that data does not have an index on that column, but most of the time it is pretty quick to give me an…
Nicola
  • 209
  • 1
  • 8
1
vote
0 answers

Gmail send with OAuth

Hi I'm trying to configure a Gmail account for enabling the OAuth module on Genexus Anybody know the detalled values required on the OAuth consent screen ?? I've tried with diferent values but I always get an error when trying the step 11 included…
1
vote
0 answers

How to fix this GeneXus environment error?

I have used GeneXus for a while but recently I got this error when trying to create a new Knowledge Base, I have tried to reinstall but still got the same error. Is there anyway to fix this? enter image description here
1
vote
2 answers

Error "Unauthorized" when updating record from smart device grid in Genexus

I have an android app created with Genexus 16U11. In this, I have a grid created with work with smart device. I can insert records but when I try to delete or update them, after I confirm I get the error "Unauthorized", no other explanations. It…
Nicola
  • 209
  • 1
  • 8