Search found 37 matches

by dvanoni
Wed May 24, 2023 2:29 am
Forum: Questions & Answers
Topic: Save BLOB in a file system Windows with #SYS_APPLN.CreateFileSaveDialog
Replies: 2
Views: 6334

Save BLOB in a file system Windows with #SYS_APPLN.CreateFileSaveDialog

Hi everyone,

I must save a blob file read from a table and allow user to choose the destination folder in its file system. The application is a Windows application.

My code is similar to this one:


Define_Com Class(#prim_Appl.ICommonDialogFileSave) Name(#SaveDialog) Reference(*dynamic)
Fetch ...
by dvanoni
Wed Jun 15, 2022 1:12 am
Forum: Questions & Answers
Topic: [aXes] Add custom header in the request
Replies: 2
Views: 4547

Re: [aXes] Add custom header in the request

Thanks Dino I will do that
by dvanoni
Tue Jun 14, 2022 11:20 pm
Forum: Questions & Answers
Topic: [aXes] Add custom header in the request
Replies: 2
Views: 4547

[aXes] Add custom header in the request

Good morning all,

is it possible to add custom header for every request made by aXes? In particular I've embedded aXes in an iframe in a Web application and I need that every request has the header parameter "Referer" with the value of the url of the Web app.

Thanks!
by dvanoni
Tue Dec 14, 2021 3:37 am
Forum: Questions & Answers
Topic: Is LANSA Integrator affected by LOG4J - Log4Shell vulnerability CVE-2021-44228?
Replies: 2
Views: 15760

Is LANSA Integrator affected by LOG4J - Log4Shell vulnerability CVE-2021-44228?

Hi,

we are checking internally the applications that are using Log4J library in order to update the library or try to mitigate che Log4shell vulnerability published here https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44228 or see also here https://www.kaspersky.com/blog/log4shell-critical ...
by dvanoni
Thu Nov 14, 2019 1:16 am
Forum: Questions & Answers
Topic: Lansa Integrator - Service_Get Trace(*path) for SMTPMailService doesn't work
Replies: 5
Views: 23591

Re: Lansa Integrator - Service_Get Trace(*path) for SMTPMailService doesn't work

Hi Theo,

thanks for your reply.

it doesn't work also with CAPITALS...
by dvanoni
Tue Nov 05, 2019 7:32 pm
Forum: Questions & Answers
Topic: Sending email both text/plain and text/html content type (RESOLVED)
Replies: 2
Views: 15415

Sending email both text/plain and text/html content type (RESOLVED)

Hi all,

I need to send emails with text/html content type. I can do that using Lansa Integrator with SMTPMailService and everything works fine.
Now I need to include also the text/plain content type in the text/html email because some spam filter rejects email with only the text/html content type ...
by dvanoni
Tue Nov 05, 2019 7:10 pm
Forum: Questions & Answers
Topic: Lansa Integrator - Service_Get Trace(*path) for SMTPMailService doesn't work
Replies: 5
Views: 23591

Re: Lansa Integrator - Service_Get Trace(*path) for SMTPMailService doesn't work

Thanks for your reply. We are using V14SP1 and maybe this can be the issue as you said. We will try to update the product and try again.

Thanks
by dvanoni
Tue Nov 05, 2019 3:29 am
Forum: Questions & Answers
Topic: Lansa Integrator - Service_Get Trace(*path) for SMTPMailService doesn't work
Replies: 5
Views: 23591

Lansa Integrator - Service_Get Trace(*path) for SMTPMailService doesn't work

Hello everybody! I need to know what is the path of the trace folder when I use SMTPMailService service with Lansa Integrator. So I tried to send the "Service_get trace(*path)" command but I receive an error in the jsm message field: "Unsupported SERVICE_GET TRACE keyword value : SERVICE_GET". I ...
by dvanoni
Mon Jun 17, 2019 4:02 pm
Forum: Questions & Answers
Topic: Max number of files read in a folder by OV_FILE_SERVICE
Replies: 2
Views: 6108

Max number of files read in a folder by OV_FILE_SERVICE

Hi all,

what is the max number of files read in a folder by OV_FILE_SERVICE (GET_DIR) using a list with Entrys(*MAX)? Sometimes I got an error and it is due because there are too many files in the folder.

Thanks

Code snippet

Def_List Name(#WLIST) Fields(#OV_NAME #OV_PREFIX #OV_SUFFIX #OV_DATE ...
by dvanoni
Tue May 28, 2019 6:43 pm
Forum: Questions & Answers
Topic: Epoch timestamp (ISO 8601) from datetime in Lansa (solved)
Replies: 5
Views: 18708

Re: Epoch timestamp (ISO 8601) from datetime in Lansa

Thanks Danny for your reply.

Unfortunately it's not what I'm looking for. What I'm trying to do with Lansa is to get an epoch(Unix) timestamp from a datetime. For example:
from 2019-05-2808:33:05 to 1559032385000. You can refer to this website for more clarification https://www.epochconverter ...
by dvanoni
Tue May 28, 2019 4:36 pm
Forum: Questions & Answers
Topic: Epoch timestamp (ISO 8601) from datetime in Lansa (solved)
Replies: 5
Views: 18708

Epoch timestamp (ISO 8601) from datetime in Lansa (solved)

Hi!
Is it possible to get epoch timestamp (ISO 8601) from datetime in Lansa? I tried to use PRIM_DC.Duration class but this is what I get:


Define_Com Class(#PRIM_DC.Duration) Name(#duration)
Define Field(#ts) Type(*DATETIME)
Define Field(#string) Type(*VARCHAR)
#duration := #ts.Now.AsDuration ...
by dvanoni
Wed Dec 27, 2017 8:47 pm
Forum: Questions & Answers
Topic: Fail to handle multiple web service request with Integrator
Replies: 2
Views: 6574

Re: Fail to handle multiple web service request with Integrator

Just an update: it seems that the request that fails is the first one that Integrator handles as if the second request replaces the content of the first one...
Any advice is appreciated
Thanks
by dvanoni
Wed Dec 27, 2017 7:29 pm
Forum: Questions & Answers
Topic: Fail to handle multiple web service request with Integrator
Replies: 2
Views: 6574

Fail to handle multiple web service request with Integrator

Hi everybody!

I've got a problem with handling multiple REST web service request with Integrator. I created a REST WS with two methods using Integrator. Then I deployed the WS and I configured the Services panel inside Integrator. These WS receive a request from a third-party software and send a ...
by dvanoni
Tue Mar 07, 2017 5:44 pm
Forum: Questions & Answers
Topic: Integrator SOAPServerService - How to read HEADER fragment
Replies: 1
Views: 4697

Re: Integrator SOAPServerService - How to read HEADER fragment

Just to clarify my requirement, I want to manage the basic authentication of SOAP server according to the standards (http://docs.oasis-open.org/wss/v1.1/wss-v1.1-spec-os-SOAPMessageSecurity.pdf). So I need to implement the credentials validation logic in my rp or function and get the data from the ...
by dvanoni
Fri Mar 03, 2017 5:42 pm
Forum: Questions & Answers
Topic: VL-WEB filepicker max file size
Replies: 2
Views: 5768

Re: VL-WEB filepicker max file size

It works flawlessly! Thanks!
by dvanoni
Thu Mar 02, 2017 9:34 pm
Forum: Questions & Answers
Topic: VL-WEB filepicker max file size
Replies: 2
Views: 5768

VL-WEB filepicker max file size

Hi all,

I noticed that files that have size greater to 10MB are not correctly managed by the filePicker component, i.e. I can't upload them to the server because the server module throws an error. I don't have this issue using files with size below to 10MB.

Is there some limit set for the size ...
by dvanoni
Tue Feb 28, 2017 6:56 pm
Forum: Questions & Answers
Topic: Integrator SOAPServerService - How to read HEADER fragment
Replies: 1
Views: 4697

Integrator SOAPServerService - How to read HEADER fragment

Hi all!

I'm working with Lansa Integrator and in particular I'm defining a SOAP server using the SOAPServerService with some methods to call. I understand how to define the XML request and response body using the Integrator editor. Everything works well.

Now I need to read the authentication ...