Search found 34 matches

by trossiter
Mon May 05, 2025 11:27 pm
Forum: Questions & Answers
Topic: Integrator Studio location on machine? - RESOLVED
Replies: 2
Views: 28144

Integrator Studio location on machine? - RESOLVED

I'm running into an issue where when I click on the Integrator Studio button in my IDE, nothing happens. I've ran into this issue before, and performing a repair on my Lansa installation usually restores Integrator and allows me to open it from the IDE.

I was wondering, is there an executable ...
by trossiter
Tue Mar 05, 2024 1:06 am
Forum: Questions & Answers
Topic: Material Design demo broken?
Replies: 2
Views: 15661

Re: Material Design demo broken?

I had every option checked last time I did a partition initialization, including the sample material option. Would it be something that was accidentally left out during the system upgrade?
by trossiter
Fri Mar 01, 2024 3:39 am
Forum: Questions & Answers
Topic: Material Design demo broken?
Replies: 2
Views: 15661

Material Design demo broken?

A co-worker and I are looking at the Material Design demo in version 14.2, and when we click on the Auto Complete option, we are getting a fatal error that reads like this:

Fatal Error:

Error executing XMDSERVER.GETEMPLOYEES: response code 404

Reported By:

http://localhost:8083/lansa13-kmm-1 ...
by trossiter
Fri Jan 26, 2024 5:42 am
Forum: Questions & Answers
Topic: Email BIFs stopped working - ANSWERED
Replies: 1
Views: 5606

Re: Email BIFs stopped working

Found the issue, thanks to the note in the documentation found here:
https://docs.lansa.com/14/en/LANSA015/content/lansa/email_note.htm

Turns out we were told by the support team during the email upgrade to install the 64-bit client since the 32-bit client apparently had issues. On a hunch, I had ...
by trossiter
Fri Jan 26, 2024 2:06 am
Forum: Questions & Answers
Topic: Email BIFs stopped working - ANSWERED
Replies: 1
Views: 5606

Email BIFs stopped working - ANSWERED

I have an application that uses the email built-in functions to generate an email to be sent. In the past, calling the built-in function MAIL_SEND would open the user's email client with the email recipients, subject, and message already generated through the use of the other email built-in ...
by trossiter
Sat Jan 06, 2024 1:45 am
Forum: Questions & Answers
Topic: App deployment forcing per-machine install
Replies: 2
Views: 54116

Re: App deployment forcing per-machine install

That's...really dumb. Why was that change made? Is it possible to override Lansa's override? If so, can it be done without installing from the command line?
Also, according to the documentation, it says I have the option to install on a per-user basis when installing with administrative rights ...
by trossiter
Fri Jan 05, 2024 7:56 am
Forum: Questions & Answers
Topic: App deployment forcing per-machine install
Replies: 2
Views: 54116

App deployment forcing per-machine install

I have recently upgraded to VL 14.2, and we are going through application rebuilds to get programs to connect to the server at the new version. Creating a new build number on an existing application goes smoothly enough, however, when building a brand new application, during the install process, it ...
by trossiter
Fri Jan 05, 2024 7:50 am
Forum: Questions & Answers
Topic: Virtual Field Type
Replies: 8
Views: 125729

Re: Virtual Field Type

Adding on to suggest checking that the field types are the same for both the real and virtual fields for doing a date conversion. We do almost the same thing at my company where the real field is a Packed(8,0) or Signed(8,0) field holding the date in YYYYMMDD format and the virtual is a Packed(6,0 ...
by trossiter
Fri Jan 05, 2024 7:11 am
Forum: Questions & Answers
Topic: JIT Applications fail after Lansa version upgrade
Replies: 2
Views: 42994

Re: JIT Applications fail after Lansa version upgrade

Hi bark,

Unfortunately, we were up against the clock as the production floor returned from winter break on January 2nd, and we went ahead with the manual uninstall/reinstall to point applications to the new JIT server.

To answer your question, the blacked out server ID is our backend server. Our ...
by trossiter
Fri Dec 29, 2023 8:29 am
Forum: Questions & Answers
Topic: JIT Applications fail after Lansa version upgrade
Replies: 2
Views: 42994

JIT Applications fail after Lansa version upgrade

We have just upgraded our system from v13.2 to v14.2. When launching a deployed application, we get the following error message:
error_message.png
We are in the process of creating update packages in v14.2 for all of our deployed applications to also point to a new JIT server to avoid version ...
by trossiter
Wed Aug 23, 2023 11:46 pm
Forum: Questions & Answers
Topic: Integrator fail to compile [RESOLVED]
Replies: 4
Views: 9357

Re: Integrator fail to compile

Thanks, that did the trick! Now I have a new problem to figure out, but hopefully that will be easier to solve.
by trossiter
Wed Aug 23, 2023 10:56 pm
Forum: Questions & Answers
Topic: Integrator fail to compile [RESOLVED]
Replies: 4
Views: 9357

Re: Integrator fail to compile

Before I upgraded my Java versions, I was getting the same error but it told me to use version 7 or newer instead of version 8. I don't know if that sheds any more light on the situation or not.
by trossiter
Wed Aug 23, 2023 3:18 am
Forum: Questions & Answers
Topic: Integrator fail to compile [RESOLVED]
Replies: 4
Views: 9357

Integrator fail to compile [RESOLVED]

I am trying to update a project solution with a new wsdl, but the compiler fails and I get the following message.
compile_error.png
I have pointed the Java runtime and Java compiler to the latest versions on my machine. The JRE was a separate download of JRE 1.8 that I stuck inside the JDK folder ...
by trossiter
Wed Oct 28, 2020 4:58 am
Forum: Questions & Answers
Topic: VL IDE Deployment Tool: x_run.exe broken
Replies: 2
Views: 7782

VL IDE Deployment Tool: x_run.exe broken

I am having a problem with msi update packages created with the deployment tool. After downloading and installing the update, the program will run after the installation finishes. However, this is the only time the program will run, as no desktop shortcut to launch the program is created, hunting ...
by trossiter
Wed Oct 25, 2017 12:47 am
Forum: Questions & Answers
Topic: Getting a framework business object name
Replies: 3
Views: 8317

Re: Getting a framework business object name

I think I just answered my own question. I'll just use a different command for the second business object and get the command name.
by trossiter
Wed Oct 25, 2017 12:24 am
Forum: Questions & Answers
Topic: Getting a framework business object name
Replies: 3
Views: 8317

Getting a framework business object name

I have two different business objects that both use the same reusable part for their command handler. The command handler has two buttons on it, but I would like to hide the button when the command handler is executed under one business object and show it under the other. I know you can get the ...
by trossiter
Fri Apr 21, 2017 5:46 am
Forum: Questions & Answers
Topic: Exchange from form to function and back
Replies: 8
Views: 19486

Re: Exchange from form to function and back

I found out what was going on.

Since this function can be called from both RDML functions and RDMLX functions, I thought I should use Menu Msgtxt() to display messages. Using Menu causes the function to end prematurely and return to its menu screen when used on an AS400 session. This would occur ...
by trossiter
Wed Apr 19, 2017 12:50 am
Forum: Questions & Answers
Topic: Exchange from form to function and back
Replies: 8
Views: 19486

Re: Exchange from form to function and back

Not quite. The function originally would take some address fields as input and call a SOAP service I created in Integrator to validate and correct the address information. My client wanted a few other fields added to collect additional information from the service, so I created those and mapped them ...
by trossiter
Tue Apr 18, 2017 6:43 am
Forum: Questions & Answers
Topic: Exchange from form to function and back
Replies: 8
Views: 19486

Re: Exchange from form to function and back

After changing the Exchange command at the end of my function to insert a record to my work file, I've come to the conclusion that my function is having some kind of issue performing I/O operations. There is no record in my file when there should be one. When I copy the code from my function and ...