Application Server 3.70B

Buongiorno,

ho un problema sull’Application server. Ho impostato due batch, uno di avvio e uno di shutdown dell’application server in modo che possa essere eseguita una procedura notturna (che non è altro che il lancio di un report).

Però ogni tanto, andando a vedere la visualizzazione eventi di sistema, mi capita un errore strano:

“Sì non è un opzione, le opzioni disponibili sono Yes o No”.

Però è un errore che non appare sempre, ma viene fuori ogni tanto.

Vi preannuncio che la piattaforma è Navision 3.70B con Database Nativo.

Qualcuno sa aiutarmi in merito?

Grazie

You would most probably get more answers if you would ask that in the “NAV Developers” or “NAV Tech” forum in English.

In that case other users having the same issue would also benefit from the answers !!!

Anyway, the system seems to complain about running in “English”, but a hard coded filter is entered in Italian.

This is just a wild guess as I do not know what batch jobs you are running.

The same error comes up when importing with a dataport in a different active language as the export was performed with. Anyway this cannot be the issue here as the Application Server does not run dataports.

Per testare Sì/No o Yes/No invece di TRUE/FALSE dovrebbe essere una propietà di qualche DataItem

Potrebbe essere un problema di file STX, che gira in inglese per il NAS e in italiano sul server…una cosa del genere.

Marco

I don’t understand what your problem is but maybe I can help ??? :slight_smile:

You can copy your Language Directory from the Client Directory into NAS Directory and then switch the Language via

[…]
IF lrc_WindowsLanguage.GET(lrc_EDISetup.“NAS Language Code”) THEN
IF (lrc_WindowsLanguage.“STX File Exist”) AND
(lrc_WindowsLanguage.“ETX File Exist”)
THEN
GLOBALLANGUAGE(lrc_WindowsLanguage.“LanguageID”);
[…]