We are also having issues using APIs directly to the IBMi:
- upgrading an existing lansa system (150060 to 150070) - api's don't work
- brand new installation - api's work
We are using APIs on our epc150060 system successfully via a windows server as an intermediary to the IBMi so we know the API's ...
Search found 8 matches
- Thu Jul 03, 2025 9:37 am
- Forum: Questions & Answers
- Topic: WEB API not working
- Replies: 11
- Views: 386155
- Sat Jul 15, 2023 2:38 am
- Forum: Questions & Answers
- Topic: PRIM_KCOL - Invalid_Cast error
- Replies: 6
- Views: 19838
Re: PRIM_KCOL - Invalid_Cast error
I am also having the same issue although a slightly different scenario namely:
server module method prim_kcol <= RP method prim_kcol
Note: we have it working on the web e.g, web page method <= RP method and also array collections work fine
I tried the suggestion of using a property routine but ...
server module method prim_kcol <= RP method prim_kcol
Note: we have it working on the web e.g, web page method <= RP method and also array collections work fine
I tried the suggestion of using a property routine but ...
- Wed Oct 16, 2019 3:15 pm
- Forum: Questions & Answers
- Topic: aws s3 list objects?
- Replies: 0
- Views: 40798
aws s3 list objects?
Hi,
Has anyone got a list objects from a bucket working yet? We are struggling. We can do it in Postman using GET <bucketname>.<region>.amazonaws.com?list-type=2. Postman creates some temporary headers which we have tried to reproduce e.g. we have created an authorisation string (using a hash ...
Has anyone got a list objects from a bucket working yet? We are struggling. We can do it in Postman using GET <bucketname>.<region>.amazonaws.com?list-type=2. Postman creates some temporary headers which we have tried to reproduce e.g. we have created an authorisation string (using a hash ...
- Mon Oct 14, 2019 10:37 am
- Forum: Questions & Answers
- Topic: AWS S3 storage using LANSA API (RESOLVED)
- Replies: 3
- Views: 8286
Re: AWS S3 storage using LANSA API
eventually got our Cloud guys to do the CORS config via the console, the example photo upload worked straightaway. Waste of everyone's time (including mine) sorry. We have painful RED tape here!
- Mon Oct 14, 2019 9:35 am
- Forum: Questions & Answers
- Topic: AWS S3 storage using LANSA API (RESOLVED)
- Replies: 3
- Views: 8286
Re: AWS S3 storage using LANSA API
Thanks Tony, I had worked that out. However we don't have access to the AWS console due to our crazy security policies so I need to perform the CORS update via Powershell which I am struggling with. I have made attempts using various syntax but not managed to get it working yet. I don't really ...
- Fri Oct 11, 2019 11:22 am
- Forum: Questions & Answers
- Topic: AWS S3 storage using LANSA API (RESOLVED)
- Replies: 3
- Views: 8286
AWS S3 storage using LANSA API (RESOLVED)
Hi,
We have configured AWS S3 as per LANSA API docco and can put objects and get objects manually via Powershell.
However we are getting the following error from the xdemo image widget implementation code when running the LANSA Amazon S3 example employee image upload :
request_1.addEventListener ...
We have configured AWS S3 as per LANSA API docco and can put objects and get objects manually via Powershell.
However we are getting the following error from the xdemo image widget implementation code when running the LANSA Amazon S3 example employee image upload :
request_1.addEventListener ...
- Mon Nov 26, 2018 11:39 am
- Forum: Questions & Answers
- Topic: Position to last #PRIM_MD.List row
- Replies: 4
- Views: 8095
Re: Position to last #PRIM_MD.List row
Thnks Art but I have already tried .focus and it doesnt work and .ensureVisible is not available for Prim_MD
- Thu Nov 22, 2018 12:32 pm
- Forum: Questions & Answers
- Topic: Position to last #PRIM_MD.List row
- Replies: 4
- Views: 8095
Position to last #PRIM_MD.List row
Additional note: this code seems to work on a desktop so maybe an iPad specific issue
I have an iPad application running Vl4Web
I am dynamically building list entries, one at a time in a web page. I have a small dialog that shows the list.
When the page is full the scroll bar shows but the last ...
I have an iPad application running Vl4Web
I am dynamically building list entries, one at a time in a web page. I have a small dialog that shows the list.
When the page is full the scroll bar shows but the last ...