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.
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.
I don’t understand what your problem is but maybe I can help ???
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”);
[…]