Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1. Start by checking the runtime associated with your Web Page. Locate the .html file in the \X_LANSA\<partition>\web\vl directory. Open the file in a text editor and check the LANSA Runtime nominated in the <script> <Image Added> tag. Something like:

...

      <Image Added src="/%{lansa_webalias}%/lansa_14_1_0_0/lansa.js"></

...

Image Added>

2. Now, navigate to the LANSA runtime directory \X_LANSA\web\vl and check if a directory exists matching this value. If no corresponding directory is found this is indeed your problem. To solve this, either recompile the Web Page to use the current runtime or investigate why the expected runtime is not available on your system.

...