Skip to content
  • There are no suggestions because the search field is empty.

1 | RMS Property System Interface Setup

This article covers the RMS property management system and outlines its sample configuration text.

This article covers the RMS property management system and outlines its sample configuration text.

About

  • The RMS property management system is interfaced differently to other systems
  • Typically Reslink.exe communicates with these systems directly; however, RMS does not actually have a direct interface specification
  • Therefore, a special program has been developed to send room charge information to them
  • They only have the ability to send us room status changes (opened, closed) via an ASCII file, that we then must maintain our own database of rooms available for charging
  • Then we can only "send" them room charges by writing to another ASCII file
  • The problem with this is the fact that there is no direct confirmation from their system that the charge has been accepted and written ok
  • The RMSServer.exe is configured in BEpoz as if it was Reslink.exe, in other words, it directly replaces Reslink.exe in these venues. Therefore setup BEpoz and the Tills as if it were using Reslink
  • The RMS Server program uses a configuration file call RMSCONFIG.TXT located in the execute directory. It contains directory and GLCode information to the program. This can be edited using notepad.exe.

Sample RMSCONFIG.TXT

  • Interface,RMS
  • RMSSharedDir,"D:\"
  • RMSRoomsFile,"..\RMSRooms.xml"
  • RMSServerTCPPort,19850
  • GLCode1,1001
  • GLDesc1,"GL Entry 1001"
  • GLCode2,1002
  • GLDesc2,"GL Entry 1002"
  • GLCode3,1003
  • GLDesc3,"GL Entry 1003"
  • GLCode4,1004
  • GLDesc4,"GL Entry 1004"
  • GLCode5,1005
  • GLDesc5,"GL Entry 1005"
  • GLCode6,1006
  • GLDesc6,"GL Entry 1006"
  • GLCode7,1007
  • GLDesc7,"GL Entry 1007"
  • GLCode8,1008
  • GLDesc8,"GL Entry 1008"
  • GLCode9,1009
  • GLDesc9,"GL Entry 1009"
  • GLCode10,1010
  • GLDesc10,"GL Entry 1010"
  • GLCode11,1011
  • GLDesc11,"GL Entry 1011"
  • GLCode12,1012
  • GLDesc12,"GL Entry 1012"
  • GLCode13,1013
  • GLDesc13,"GL Entry 1013"
  • GLCode14,1014
  • GLDesc14,"GL Entry 1014"
  • GLCode15,1015
  • GLDesc15,"GL Entry 1015"
  • GLCode16,1016
  • GLDesc16,"GL Entry 1016"
  • DefaultGLCode,1000
  • DefaultGLDesc,"POS Item"
  • TipsGLCode,1999
  • TipsGLDesc,"POS Tips"