Advertisement
Guest User

Untitled

a guest
Jul 11th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.40 KB | None | 0 0
  1. #These are the directories content and scripts can
  2. #be stored in. Paths are separated by semicolons.
  3. #These paths will be searched before any global
  4. #paths specified in the database.
  5.  
  6. ScriptPath="e:\als30\alsclient/content"
  7.  
  8. #This contains the URL to the parent database.
  9.  
  10. #TransactParentDBE="$parentDBUrl"
  11.  
  12. #The list of servers to search if a file is not
  13. #found within the path. Servers are separated by
  14. #semicolons. These servers will be searched before
  15. #any global servers specified in the database.
  16.  
  17. Servers="10.10.51.149:7500"
  18.  
  19. #The temp path is where content retrieved from
  20. #servers is saved.
  21.  
  22. TempPath="./ContentTemp"
  23.  
  24. #The database connection URL. If the database
  25. #configuration has been completed you should not
  26. #have to alter this entry.
  27.  
  28. Database="$connectionURL1"
  29.  
  30. #This is the encrypted database DSN or connection
  31. #string. This only needs to be present if encryption
  32. #is used.
  33.  
  34. DatabaseE = "NT-#R-&H-(SN6H.6V]+V=$V.1Q^5H)*C:8FI)FZ7C*4FY)F:6H*8EJ6F:>YM(UM(R-(V=$[-(S]$G](SN6QM%H@TV=$V*<R]+V>4V=$V*>^M(V>6U=*V-#G](SN6U^6Q^5"
  35.  
  36. #This flag contains the default user interface. If
  37. #this flag is not present the default is "Adult"
  38. #Possible values are: "Adult" "Secondary"
  39. #"Management Only" "Primary" "Intermediate" and
  40. #"Thin Client". Example: DefaultUI=Management Only
  41.  
  42. DefaultUI="Management Only"
  43.  
  44. #This flag contains the default language. If this
  45. #flag is not present the default language is
  46. #English. Possible values are values contained in
  47. #the "LANGUAGES" table of the Database. Example:
  48. #DefaultLanguage=English
  49.  
  50. DefaultLanguage="English"
  51.  
  52. #This name is used to look up in the database the
  53. #script path for the default UI and Language.
  54.  
  55. StartupScript="Startup"
  56.  
  57. #This name is used to look up in the database the
  58. #frame script path for the default UI and Language.
  59. #
  60.  
  61. StartupFrame="InitialFrame"
  62.  
  63. #This flag determines whether our program brings
  64. #up our memory trace tool. While going through ALS
  65. #it tracks the amount of memory being used for
  66. #debugging purposes. The possible values are:
  67. #"true" or "false" This flag does not have to be
  68. #in the configuration file. Example: UseMemTrace=true
  69. #
  70.  
  71. UseMemTrace="false"
  72.  
  73. #Logging flag
  74.  
  75. UseLogging="false"
  76.  
  77. #If the UseLogging flag is true this is the file
  78. #that contains the log. Example: LogFile=als3log.txt
  79. #
  80.  
  81. LogFile="als3log.txt"
  82.  
  83. #Enable sql logging
  84.  
  85. SQLLogging="false"
  86.  
  87. #Where to place logging information
  88.  
  89. SQLLogFile="e:\als30\alsclient\log\sql.log"
  90.  
  91. #This flag tells the program to redirect the
  92. #console output to a file called ALSOutput.txt
  93. #instead of dumping all the printouts to the dos
  94. #window. The possible values are "true" or "false".
  95. #This flag does not need to be in the configuration
  96. #file. Example: OutputToFile=false
  97.  
  98. OutputToFile="true"
  99.  
  100. #Input true if you are using a Content Server or
  101. #false otherwise
  102.  
  103. useContentServer="true"
  104.  
  105. #No comment
  106.  
  107. ContentServerPort=""
  108.  
  109. #This flag tells the program what IP address teh
  110. #dataServer is residing. The value is an IP address.
  111. #If there is a valid "remoteExeDB" flag then this
  112. #flag is needed in the config file to operate
  113. #properly Example: DSLocation=localhost Set to
  114. #$DSIP when ready to use
  115.  
  116. #DSLocation="$DSIP"
  117.  
  118. #Set to $DSPort when ready to use
  119.  
  120. #DSPort="$DSPort"
  121.  
  122. #This is the DB entry for our machine on the Data
  123. #Server set to $connectionURLE when ready to use
  124.  
  125. #remoteExeDBE="$connectionURLE"
  126.  
  127. #If this flag is turned on the platform native
  128. #sound calls will be used (in the ALS3 library)
  129. #instead of JavaSound
  130.  
  131. UseNativeSound="true"
  132.  
  133. #This flag was created so we can tell the event
  134. #handler to not execute an event twice within a
  135. #given time period. The default value of this flag
  136. #is 2 seconds. Value is in seconds. Example:
  137. #EventThreshold=30
  138.  
  139. eventThreshold="2"
  140.  
  141. #This flag determines how often we tell the Java
  142. #VM to do a garbage collection to help free memory.
  143. #The value is in seconds. If this flag is not
  144. #present the default is 10 seconds. Example
  145. #GCInterval=10
  146.  
  147. GCInterval="10"
  148.  
  149. #This flag tells the program how many seconds the
  150. #socket will go before timing out with an error if
  151. #no activity. If this flag is not present in the
  152. #configuration file it defaults to 0 which is
  153. #infinite. Value is in seconds. Example: SOTimeout=45
  154. #
  155.  
  156. SOTimeout="0"
  157.  
  158. #No comment
  159.  
  160. ICTimeout="0"
  161.  
  162. #Controls the look and feel of the interface. We
  163. #support the 4 UITypes that java supports. The
  164. #possible values for this flag are: "Windows"
  165. #"Metal" "Mac" and "Motif" The "Mac" UI will only
  166. #work if you are running 3.0 on a Macintosh. If
  167. #this flag is not present in the configuration file
  168. #it will default to "Metal". Example: UIType=Metal.
  169. #For right now always set to Metal or results will
  170. #be unpredictable
  171.  
  172. UIType="Metal"
  173.  
  174. #This flag tells the JDBC driver the number of rows
  175. #that should be fetched from the database when
  176. #more rows are needed. If the value specified is
  177. #zero then it gets all the rows. This value is a
  178. #number. The default value is zero and uses this
  179. #value if not in configuration file. Example:
  180. #FetchSize=100
  181.  
  182. FetchSize="30"
  183.  
  184. #This flag tells the program we're running in
  185. #"debug" mode We use this for troubleshooting. If
  186. #not in the configuration file it uses the default
  187. #of "false" Example: debug=true
  188.  
  189. debug="false"
  190.  
  191. #This flag is for people that have slow connections
  192. #that just hang for a while. This prevents that
  193. #and tries to re-connect to the database The
  194. #possible values are numbers in seconds. The
  195. #default value is 600 (10 minutes) Flag doesn't
  196. #have to be in config file. Example:
  197. #DBConnectInterval=60
  198.  
  199. DBConnectInterval="600"
  200.  
  201. #The classname for the database driver. If the
  202. #database configuration has been completed you
  203. #should not have to alter this entry.
  204.  
  205. JDBCDrivers = "sun.jdbc.odbc.JdbcOdbcDriver,aec.jdbc.sqlserver.SQLServerDriver"
  206.  
  207. #This flag determines whether our program uses the
  208. #ALSLogin Server. The ALSLogin Server tracks who
  209. #is logged on and how many people are logged onto
  210. #the system. Possible values are "true" and "false"
  211. #Example: UseALSServer=true"
  212.  
  213. UseALSServer="false"
  214.  
  215. #This tells the program the IP address of a running
  216. #ALSServer. This is only needed if the UseASLServer
  217. #flag is set to true.
  218.  
  219. ALSServerAddress="localhost"
  220.  
  221. #This determines which port will be used for
  222. #communicating with the ALSLogin Server. This only
  223. #needs to be in the config file if UseALSServer is
  224. #set to true.
  225.  
  226. ALSServerPort="7600"
  227.  
  228. #Tells the program whether or not to convert all
  229. #queries to upper case before sending the statements
  230. #to the DB. Some DB engines are case sensitive.
  231.  
  232. UCQuery="false"
  233.  
  234. #This flag controls another memory management tool.
  235. #If this value is set to "true" it will log the
  236. #memory info to the System Out stream.
  237.  
  238. UseMemoryLogging="false"
  239.  
  240. #This flag controls which type of file you get back
  241. #from the content server. Type 1 means send
  242. #compressed file bytes Type 2 means send zipped
  243. #file byte entries Type 3 means send entire zip
  244. #file and extract zip entry on client
  245.  
  246. RequestType="0"
  247.  
  248. #Controls the maximum number of sockets that can
  249. #be open at one time. The value must be a number.
  250. #Example: ConnectionLimit=15
  251.  
  252. ConnectionLimit="10"
  253.  
  254. #This allows you to get all configfile settings
  255. #from another location. If blank the local
  256. #configurations will be used
  257.  
  258. MainDefPath=""
  259.  
  260. #This flag tells the program the filename of the
  261. #UpdateClient to launch during a section update.
  262. #If this flag is not present in the config file
  263. #the default file "UpdateClient.jar" is used.
  264.  
  265. UpdateClientJar="UpdateClient.jar"
  266.  
  267. #Set to true to enable world book access.
  268.  
  269. allowWB="true"
  270.  
  271. #Used to allow multiple users to use the same
  272. #client application on the same machine. This is
  273. #usually only required for Thin Client installs.
  274.  
  275. UseLockFile="true"
  276.  
  277. #This allows for the smoothing of qraphics before
  278. #they are displayed within the program. Set to
  279. #false if you are having slow downs in displaying
  280. #graphics.
  281.  
  282. ScaleQuality="true"
  283.  
  284. #This limits the amount of hard drive space the
  285. #program uses for cache when copnnected to a
  286. #content server. This value is in Megabytes.
  287.  
  288. CacheLimit="20"
  289.  
  290. #Use this setting to control how often your cache
  291. #is checked for exceeding the cache limit. If the
  292. #value is 0 then the cache manager is turned off.
  293.  
  294. CacheManagerDelay="2000"
  295.  
  296. #This setting controls where to put the log file
  297. #for A+LS. It may include a relative or full path
  298. #but must include the file name.
  299.  
  300. OutputFilePath="./alsoutput.log"
  301.  
  302. #This setting controls how many log files are
  303. #backed up. Each backup ends with the file name
  304. #followed by a number. The highest number is the
  305. #latest version of the log file except for the file
  306. #which does not end with a number which is the
  307. #last file to be created.
  308.  
  309. NumOldOutputFilesSaved="10"
  310.  
  311. #This flag tells the program how many seconds the
  312. #database connection will try to connect before
  313. #timing out with an error. If this flag is not
  314. #present in the configuration file it defaults to
  315. #0 which is infinite. Value is in seconds.
  316.  
  317. DBLoginTO="60"
  318.  
  319. #This flag tells the program how many seconds the
  320. #database connection will try to execute a select
  321. #statement before timing out with an error. If this
  322. #flag is not present in the configuration file it
  323. #defaults to 0 which is infinite. Value is in
  324. #seconds.
  325.  
  326. DBSelectTO="120"
  327.  
  328. #This flag tells the program how many seconds the
  329. #database connection will try to execute an update
  330. #statement before timing out with an error. If this
  331. #flag is not present in the configuration file it
  332. #defaults to 0 which is infinite. Value is in
  333. #seconds.
  334.  
  335. DBUpdateTO="120"
  336.  
  337. #If true fixes a problem with fonts not displaying
  338. #properly in Windows.
  339.  
  340. FontFFFix="true"
  341.  
  342. #Defines the relations between different tables
  343. #when a report is generated
  344.  
  345. grouplinkfile="manager/reports/wizard/xml/lookup.xml"
  346.  
  347. #Layout template
  348.  
  349. RWTemplate="manager/reports/wizard/xml/template1.xml"
  350.  
  351. #Keeps app from asking on the last question if you
  352. #want to continue
  353.  
  354. gotonextskill="false"
  355.  
  356. DidODBC2JDBCSwitch = "true"
  357. #want to continue
  358.  
  359. gotonextskill="false"
  360.  
  361. DidODBC2JDBCSwitch = "true"
  362.  
  363.  
  364. jdbc:als:sqlserver://10.10.51.28:1433;DatabaseName=alsdb;User=alsuser;Password=alsuser
  365. NT-#R-&H-(SN6H.6V]+V=$V.1Q^5H)*C:8FI)FZ7C*4FY)F*?H*8EJ6F:>YM(UM(R-(V=$[-(S]$G](SN6QM%H@TV=$V*<R]+V>4V=$V*>^M(V>6U=*V-#G](SN6U^6Q^5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement