Ir al contenido principal

Entradas

Mostrando entradas de agosto, 2019

Mensaje de error menloc.js

After a Dictionary Validation, cannot open classic screens Products Sage X3 Country North America Description After running a data validation, receiving the following error when access classic screens: Fatal error: Can't retrieve session shared resource on web server. Your session will be closed. If the problem persists, please contact your local IT correspondent. Resource:'http://mas500vm:8124/trans/x3/erp/SAGEX3_PILOT/$files/GEN/ENG/MENL/menloc.js'. Disclaimer Backup Warning Use caution when working with the below product functionality. Always create a backup of your data before proceeding with advanced solutions. If necessary, seek the assistance of a qualified Sage business partner, network administrator, or Sage customer support analyst. Resolution Go into  PILOT  folder and rename  menloc.js  file Go into  SEED  folder and copy the  menloc.js  file Paste  menloc.js  file from the  SEED  folder into the  PILOT  

Link

Link  is used to define joins between database tables to access, with single abbreviation, these tables with one  Read  or  For  instruction. Syntax Link [MAINCLASS] With LINK_LIST As [LINKCLASS] Link [MAINCLASS] With LINK_LIST As [LINKCLASS] Where WHERE_CONDITIONS Link [MAINCLASS] With LINK_LIST As [LINKCLASS] Order By ORDER_EXPRESSIONS Link [MAINCLASS] With LINK_LIST As [LINKCLASS] Where WHERE_CONDITIONS Order By ORDER_EXPRESSIONS MAINCLASS  identifies the main table from where the joins are done. It is the table that has the lowest level of details. The table must have been declared previously. LINK_LIST  is a list of  LINK_CONDITION s separated by commas. At least one, and at most 11  LINK_CONDITION s can be given. Up to 12 tables can be together in a  Link syntax. LINKCLASS  is the abbreviation to the join. A  Read  or a  For  on this abbreviation will perform the join and get the data. WHERE_CONDITION  is a filtering condition. For more information, see the  Where  d