home *** CD-ROM | disk | FTP | other *** search
/ Chip 1995 March / CHIP3.mdf / demo / pctcp / program / disk1 / idrive.ms_ / idrive.ms
Encoding:
Text File  |  1994-05-25  |  62.4 KB  |  2,650 lines

  1. #
  2. # $Header:   I:\pctcp.dos\vcs\nos\idrive\src\idrive.msv   1.44   25 May 1994 14:29:20   jdemarco  $
  3. #
  4.  
  5. $$0"2.3"
  6. $$1"Unsupported DOS version (IDRIVE requires DOS 3.1 or higher)
  7. "
  8. $$2"InterDrive already loaded
  9. "
  10. $$3"Initialization failed
  11. "
  12. $$4"
  13. ERROR: "
  14. $$5"
  15. ERROR: Bad number of "
  16. $$9"Bad command line options
  17. "
  18. $$10"mounted drives (valid values are between 1 and 16)
  19. "
  20. $$11"lookup cache entries (valid values are between 9 and 512)
  21. "
  22. $$12"transaction buffers (valid values are between 1 and 8)
  23. "
  24. $$13"name mappings (valid values are between 32 and 2048)
  25. "
  26. $$14"the -d option is obsolete
  27. "
  28. $$15"
  29. Usage: idrive [options]
  30. "
  31. $$16"       idrive  -min | -? | -version
  32.  
  33. "
  34. $$17"ERROR: Invalid number of large buffers (valid values are between 512 and 2048)
  35. "
  36. $$18"Options:
  37. "
  38. $$19"        none            Loads InterDrive TSR using default settings
  39. "
  40. $$37"        -a count        Sets number of lockings to 'count'
  41. "
  42. $$20"        -c count        Sets number of directory cache buffers to 'count'
  43. "
  44. $$52"Bad print buffer size (valid values are between 64 and 1024)
  45. "
  46. $$45"        -e              Uses EMS for name mapping and lookup caches
  47. "
  48. $$22"        -k count        Sets number of lookup cache buffers to 'count'
  49. "
  50. $$23"        -m count        Sets number of mounted drives to 'count'
  51. "
  52. $$24"        -n count        Sets number of name mappings to 'count'
  53. "
  54. $$51"        -p count        Sets number of print entries to 'count'    
  55. "
  56. $$25"        -t count        Sets number of transaction buffers to 'count'
  57. "
  58. $$26"        -min            Loads IDRIVE using minimal conventional memory
  59. "
  60. $$27"        -?              Displays this usage message
  61. "
  62. $$28"        -version        Displays version number
  63. "
  64. $$29"
  65. ERROR: PC/TCP resident module is not loaded
  66. "
  67. $$30"directory cache buffers (valid values are between 1 and 128)
  68. "
  69. $$31"
  70. WARNING:
  71. "
  72. $$32"Loading IDRIVE from within a Windows DOS box (or a task switcher)
  73. "
  74. $$33"can cause consistency problems (and possibly hang your PC)
  75. "
  76. $$34"Do you still want to go ahead and load InterDrive (y/n):"
  77. $$35"
  78. "
  79. $$53"
  80. NOTE: Please be sure to unload IDRIVE before you exit this
  81. Windows DOS box (or task) to avoid losing a network descriptor!
  82. "
  83. $$36"locks (valid values are between 1 and 2048)
  84. "
  85. $$38"Network initialization failure
  86. "
  87. $$39"Not enough memory to allocate all structures required in the command line
  88. "
  89. $$55"InterDrive has been loaded high
  90. "
  91. $$40"EMM not installed or not enough EMM memory. Conventional memory used
  92. "
  93. $$41" EMS pages allocated for name mapping cache
  94. "
  95. $$42" EMS pages allocated for lookup cache
  96. "
  97. $$43"EMM error occurred
  98. "
  99. $$44"InterDrive is NOT loaded
  100. "
  101. $$46"the -l option is obsolete
  102. "
  103. $$47"the -s option is obsolete
  104. "
  105. $$48"
  106. Type  idrive -?  for a brief usage description
  107. "
  108. $$49"
  109. ERROR: InterDrive 2.3 requires PC/TCP 2.20 (or later)
  110. "
  111. $$50"print entries (valid values are between 0 and 7)
  112. "
  113. $$56" EMS pages allocated for read/write cache and printing
  114. "
  115. $$57"WARNING: PC/TCP 2.3 (or later) is required to use read/write cache in EMM
  116. "
  117. $$58"WARNING: PC/TCP 2.3 (or later) is required to use print cache in EMM
  118. "
  119. $$59" EMS page allocated for print cache
  120. "
  121. $$60" EMS pages allocated for read/write cache
  122. "
  123. $$10051"R/W cache buffers (valid values are between 0 and 20)
  124. "
  125. $$10052"bad R/W cache buffer size (valid values are between 64 and 1024)
  126. "
  127. $$100"ERROR: InterDrive TSR is incompatible with
  128.        this version of the application
  129. "
  130. $$101"ERROR: InterDrive TSR is not loaded
  131. "
  132. $$102"ERROR: Invalid number of arguments
  133. "
  134. $$104"ERROR: Invalid number of arguments for security type UNIX
  135. "
  136. $$105"ERROR: Invalid number of arguments for security type PCNFS
  137. "
  138. $$106"ERROR: Authentication server failed to respond
  139. "
  140. $$107"ERROR: Authentication refused
  141. "
  142. $$108"ERROR: Authentication refused.  Try again...
  143. "
  144. $$109"ERROR: Bad authentication type keyword - Must be 'UNIX' or 'PCNFS'
  145. "
  146. $$110"ERROR: Bad authentication type keyword - Must be 'PCNFS'
  147. "
  148. $$111"ERROR: MVS authentication refused
  149. "
  150. $$112"ERROR: Mount daemon not registered on remote host
  151. "
  152. $$113"ERROR: Timeout (portmapper not responding)
  153. "
  154. $$114"ERROR: Timeout (mount daemon not responding)
  155. "
  156. $$115"ERROR: RPC Authentication error
  157. "
  158. $$116"ERROR: RPC Protocol error
  159. "
  160. $$117"ERROR: Mount access denied
  161. "
  162. $$118"ERROR: Mount directory not found
  163. "
  164. $$119"ERROR: Attempt to mount a file
  165. "
  166. $$120"ERROR: NFS daemon not registered on remote host
  167. "
  168. $$121"ERROR: Remote NFS daemon not responding
  169. "
  170. $$122"
  171. "
  172. $$123"
  173. "
  174. $$124"
  175. "
  176. $$125"WARNING: Configuration file specifies a name map queue length
  177. "
  178. $$126"Number of name mappings is now an IDRIVE command line option (-n)
  179. "
  180. $$127"ERROR: Invalid number of arguments for security type MVS
  181. "
  182. $$128"ERROR: MVS login daemon not registered on remote host
  183. "
  184. $$129"ERROR: Timeout (portmapper not responding)
  185. "
  186. $$130"ERROR: Timeout (MVS login daemon not responding)
  187. "
  188. $$131"
  189. "
  190. $$132"
  191. "
  192. $$133"Usage: idmnt [filesys host path drive authentication user] | [host path drive]
  193.              | [drive \\host\path] | filesys | -a
  194. "
  195. $$134"       idmnt -? | -version
  196.  
  197. "
  198. $$135"Options:
  199. "
  200. $$136"       none             Displays list of all mounted file systems
  201. "
  202. $$137"       filesys          Specifies file system to mount
  203. "
  204. $$138"       host             Specifies name or IP address of server
  205. "
  206. $$139"       path             Specifies destination directory on server
  207.        drive            Specifies DOS drive letter (for example, ""E:"")
  208. "
  209. $$140"       authentication   Specifies security keyword: ""pcnfs"" or ""unix""
  210. "
  211. $$141"       authentication   Specifies security keyword: ""pcnfs""
  212. "
  213. $$142"       user             Specifies security argument: your username or ""nobody""
  214. "
  215. $$143"       -a               Mounts default file system(s) in configuration file
  216. "
  217. $$144"       -?               Displays this usage message
  218. "
  219. $$145"       -version         Displays version number
  220. "
  221. $$146"Nothing Mounted
  222. "
  223. $$147"
  224. "
  225. $$148"WARNING:
  226. "
  227. $$149"Mounting drives from within a task switcher can cause
  228. "
  229. $$150"consistency problems (and possibly hang your PC)
  230. "
  231. $$151"File system NOT mounted
  232. "
  233. $$152"       Device letter may be above the value set by ""LASTDRIVE="" in CONFIG.SYS
  234. "
  235. $$153"ERROR: Filesysname/path length too long
  236. "
  237. $$154"WARNING: uid must be between -32768 and 32767
  238. "
  239. $$155"WARNING: gid must be between -32768 and 32767
  240. "
  241. $$156"File system NOT mounted
  242. "
  243. $$157"WARNING: ""mtu"" is obsolete -- option ignored
  244. "
  245. $$158"unused"
  246. $$159"unused"
  247. $$160"         Valid values are OCTAL numbers between 000 and 777
  248. "
  249. $$161"         Using default value of ~
  250. "
  251. $$162"WARNING: ""sym-del"" is obsolete -- option ignored
  252. "
  253. $$163"         Use ""sym-lnk"" to enable/disable symbolic links
  254. "
  255. $$164"WARNING: ""share-errs"" is obsolete -- option ignored
  256. "
  257. $$165"         Valid values are OCTAL numbers between 000 and 777
  258. "
  259. $$166"       idinfo table could not be initialized
  260. "
  261. $$167"username?: "
  262. $$168"ERROR: Port unreachable (portmapper)
  263. "
  264. $$169"Do you still want to go ahead and mount the drive(s) (y/n):"
  265. $$170"
  266. "
  267. $$171"         Valid values are Y and N
  268. "
  269. $$172"ERROR: Attempt to exceed maximum number of mounted drives
  270.  
  271. "
  272. $$173"You can have up to "
  273. $$174" remote drives mounted using your current IDRIVE
  274. configuration.  You have already mounted "
  275. $$175" drives, so you'll need to
  276. unmount a remote drive before you can mount another.
  277.  
  278. "
  279. $$176"To increase this limit, you must first unload IDRIVE (""idutil -u"")
  280. and reload it specifying a larger number of mount table entries.
  281. "
  282. $$177"For example, ""idrive -m "
  283. $$178""" will let you mount up to "
  284. $$179" remote drives.
  285. "
  286. $$180"You will then need to remount the drives you want to use.  You may
  287. also need to modify the ""LASTDRIVE="" setting in your CONFIG.SYS file
  288. and reboot your PC.
  289.  
  290. "
  291. $$181"ERROR: InterDrive 2.30 requires PC/TCP 2.20 (or later)
  292.        You are running PC/TCP "
  293. $$182"ERROR: idcall(API_GITBL) returned error "
  294. $$183"ERROR: idcall(API_MNT) returned error "
  295. $$184"ERROR: idcall(API_GMIDX) returned error "
  296. $$185"ERROR: idcall(API_SITBL) returned error "
  297. $$186"ERROR: idcall(API_GMENT) returned error "
  298. $$187"ERROR: Invalid drive ("
  299. $$188") specified
  300. "
  301. $$189"ERROR: Drive ("
  302. $$190") not available or already in use
  303. "
  304. $$191"ERROR: No drives available starting at "
  305. $$192":
  306. "
  307. $$193"ERROR: Can't open "
  308. $$194" (error = "
  309. $$195")
  310. "
  311. $$196"ERROR: Can't resolve [nis-server] hostname ("
  312. $$197")
  313. "
  314. $$198"ERROR: Can't resolve remote hostname ("
  315. $$199")
  316. "
  317. $$200"WARNING: File system name has been truncated to """
  318. $$201"""
  319. "
  320. $$202"ERROR: Invalid uid ("
  321. $$203")
  322. "
  323. $$204"ERROR: Invalid gid ("
  324. $$205")
  325. "
  326. $$206"username?: "
  327. $$207"Password for "
  328. $$208": "
  329. $$209"ERROR: Unknown error from pcnfsd ("
  330. $$210"ERROR: Unable to retrieve the name mapping table, returning error "
  331. $$211"ERROR: idcall(API_GNMAP) returned error "
  332. $$212"
  333. "
  334. $$213"WARNING: Mount failed using RPC hostname """
  335. $$214"""
  336. "
  337. $$215"         Trying again using RPC hostname """
  338. $$216"""
  339. "
  340. $$217"ERROR: Local hostname ("
  341. $$218")
  342.        is too big for authentication field
  343. "
  344. $$219"       The local hostname may be up to 32 characters long
  345. "
  346. $$220"ERROR: Local Fully-Qualified Domain Name ("
  347. $$221")
  348.        is too big for authentication field
  349. "
  350. $$222"       The local FQDN may be up to 32 characters long
  351. "
  352. $$223"ERROR: Invalid host and/or path syntax (\\host\path required)
  353. "
  354. $$250"
  355. InterDrive has found open files on one or more mounted drives.
  356. Unmounting these drives will close the files.
  357. "
  358. $$251"
  359. InterDrive has found open files on the specified mounted drive.
  360. Unmounting this drive will close the files.
  361. "
  362. $$252"Do you still want to unmount the drives (y/n):"
  363. $$253"Do you still want to unmount the drive (y/n):"
  364. $$300")
  365. "
  366. $$301"ERROR: Can't find """
  367. $$302""" in [pctcp general] section
  368. "
  369. $$303"ERROR: Port unreachable (portmapper or mount daemon)
  370. "
  371. $$304"ERROR: Invalid """
  372. $$305""" ("
  373. $$306")
  374. "
  375. $$307"ERROR: Internal PC/TCP error "
  376. $$308", suberror "
  377. $$309"ERROR: call_rpcproc() error ("
  378. $$310")
  379. "
  380. $$311"File system """
  381. $$312""" has NOT been mounted
  382. "
  383. $$313"ERROR: Foreign host returned UNIX error "
  384. $$314"
  385. "
  386. $$315"WARNING: Can't establish TCP/NFS connection (error = "
  387. $$316")
  388.          Falling back to UDP/NFS
  389. "
  390. $$317"ERROR: Can't get remote file system attributes (error = "
  391. $$318")
  392. "
  393. $$319"ERROR: NFS port ("
  394. $$320") unreachable
  395. "
  396. $$321"
  397. "
  398. $$322"WARNING: ""host-name"" left blank in [pctcp general] section
  399.          Some NFS servers may treat this as an error
  400. "
  401. $$323"ERROR: Invalid ""time-zone"" ("
  402. "
  403. $$324") specified in [pctcp general] section
  404. "
  405. $$325"File system """
  406. $$326""" mounted on drive "
  407. $$327":"
  408. $$328" using NFS over TCP"
  409. $$329" (READ-ONLY)"
  410. $$330"
  411. "
  412. $$331"ERROR: Can't find """
  413. $$332""" configuration info (error = "
  414. $$333")
  415. "
  416. $$334"ERROR: Can't find """
  417. $$335""" configuration info for """
  418. $$336""" (error = "
  419. $$337")
  420. "
  421. $$338"ERROR: Can't open "
  422. $$339" (error = "
  423. $$340")
  424. "
  425. $$341"         The default value ("
  426. $$342") will be used
  427. "
  428. $$343"
  429. Mounting file system """
  430. $$344"""...
  431. "
  432. $$345"WARNING: Can't find section for idrive (error = "
  433. $$346")
  434. "
  435. $$347"unused"
  436. $$348"unused"
  437. $$349"unused"
  438. $$350"unused"
  439. $$351"unused"
  440. $$352"WARNING: Invalid local ""umask"" value ("
  441. $$353") specified in "
  442. $$354" for drive "
  443. $$355"
  444. "
  445. $$356"         Using default value of "
  446. $$357"
  447. "
  448. $$358"ERROR: Can't find [pctcp idrive "
  449. $$359"] section in "
  450. $$360"
  451. "
  452. $$361"         Valid values are "
  453. $$362"
  454. "
  455. $$363"WARNING: Invalid global ""umask"" value ("
  456. $$364") specified in "
  457. $$365"
  458. "
  459. $$366"Password for "
  460. $$367": "
  461. $$368"ERROR: MVS login returned status "
  462. $$369"
  463. "
  464. $$370"       MVS login returned message """
  465. $$371"""
  466. "
  467. $$372"File system """
  468. $$373""" is mounted on drive "
  469. $$374":
  470. "
  471. $$375"ERROR: Can't find [pctcp idrive "
  472. $$376"] section in "
  473. $$377"
  474. "
  475. $$378"WARNING: Invalid group: "
  476. $$379"
  477. "
  478. $$380"ERROR: Invalid "
  479. $$381" '"
  480. $$382"'
  481. "
  482. $$383"Enter "
  483. $$384": "
  484. $$385"WARNING: Invalid """
  485. $$386""" value ("
  486. $$387") specified in "
  487. $$388"
  488. "
  489. $$389"         Using default value of "
  490. $$390"
  491. "
  492. $$391"         Valid values are between "
  493. $$392" and "
  494. $$393"
  495. "
  496. $$394"         Using default value of "
  497. $$395"
  498. "
  499. $$396"WARNING: ""retry-x"" is obsolete -- option ignored
  500. "
  501. $$397"unused"
  502. $$398"unused"
  503. $$399"unused"
  504. $$400"WARNING:
  505. Unmounting drives from within a task switcher can cause
  506. consistency problems (and possibly hang your PC)
  507. "
  508. $$401"Do you still want to go ahead and unmount the drive(s) (y/n):"
  509. $$402"
  510. "
  511. $$403"ERROR: InterDrive TSR is not loaded
  512. "
  513. $$404"Usage: idumnt drive: | -a | -u | filesys
  514. "
  515. $$405"       idumnt -? | -version
  516.  
  517. "
  518. $$406"Options:
  519. "
  520. $$407"       drive:           Unmounts drive
  521.        filesys          Unmounts filesys
  522. "
  523. $$408"       -a               Unmounts all drives
  524. "
  525. $$409"       -u               Unmounts all drives and unloads InterDrive TSR
  526. "
  527. $$410"       -?               Displays this usage message
  528. "
  529. $$411"       -version         Displays version number
  530. "
  531. $$412"ERROR: InterDrive TSR is incompatible with
  532.        this version of the application
  533. "
  534. $$413"ERROR: InterDrive isn't last in the interrupt chain and can't be unloaded
  535. "
  536. $$414"InterDrive TSR is now unloaded
  537. "
  538. $$415"ERROR: Bad drive ("
  539. $$416") specified
  540. "
  541. $$417"Type  idumnt -?  for brief usage description
  542. "
  543. $$418"Drive "
  544. $$419": unmounted
  545. "
  546. $$420"ERROR: No file system mounted on "
  547. $$421"
  548. "
  549. $$422"Error ("
  550. $$423") unmounting drive "
  551. $$424":
  552. "
  553. $$425"ERROR: idcall(API_GMENT) returned error "
  554. $$426"
  555. "
  556. $$427"Unmounting file system """
  557. $$428""" from drive "
  558. $$429": ...
  559. "
  560. $$430"Drive "
  561. $$431": unmounted
  562. "
  563. $$432"ERROR: idcall(API_GPENT) returned error "
  564. $$433"ERROR: idcall(API_SPENT) returned error "
  565. $$434"ERROR: InterDrive was loaded outside Windows (or a task switcher)
  566.        and must be unloaded outside Windows
  567. "
  568. $$435"ERROR: idcall(API_UNLOAD) returned error "
  569. $$436"
  570. "
  571. $$437"ERROR: Can't get InterDrive TSR information  (error = "
  572. $$438")
  573. "
  574. $$439"Unmounting remote NFS printer from device "
  575. $$440" ...
  576. "
  577. $$441"Device "
  578. $$442" unmounted
  579. "
  580. $$450"WARNING: The VxD InterDrive does not support NFS-over-TCP
  581. "
  582. $$500"Usage: idls [-agmu] [filename]
  583. "
  584. $$501"       idls -? | -version
  585.  
  586. "
  587. $$502"Options:
  588. "
  589. $$503"       none             Lists contents of current directory
  590. "
  591. $$504"       filename         Displays information for filename
  592. "
  593. $$505"       -a               Shows hidden files
  594.        -g               Shows each file's gid
  595. "
  596. $$506"       -m               Shows mapped filename, if any
  597.        -u               Shows each file's uid
  598. "
  599. $$507"       -?               Displays this usage message
  600. "
  601. $$508"       -version         Displays version number
  602. "
  603. $$509"ERROR: InterDrive TSR is incompatible with
  604.        this version of the application
  605. "
  606. $$510"ERROR: InterDrive TSR is not loaded
  607. "
  608. $$511"unused"
  609. $$512"ERROR: Access above the root directory is restricted
  610. "
  611. $$513"ERROR: Bad path: "
  612. $$514"
  613. "
  614. $$515"
  615. File not found
  616.  
  617. "
  618. $$516"
  619. Directory Not Found
  620.  
  621. "
  622. $$517"Permission Denied
  623. "
  624. $$518"ERROR getting directory  (error = "
  625. $$519")
  626. "
  627. $$520"File not found
  628. "
  629. $$521"ERROR getting directory info  (error = "
  630. $$522")
  631. "
  632. $$523"             "
  633. $$525"Bad (DOS) date  "
  634. $$526"ERROR: idcall(API_GITBL) returned error "
  635. $$527"
  636. "
  637. $$528"ERROR: idcall(API_LOOKUP) returned error "
  638. $$529"
  639. "
  640. $$530"Access denied
  641. "
  642. $$600"Usage: idchmod mode_triplet filename
  643. "
  644. $$601"       idchmod -? | -version
  645.  
  646. "
  647. $$602"Options:
  648. "
  649. $$603"       mode_triplet filename    Sets permissions for filename
  650. "
  651. $$604"       -?                       Displays this usage message
  652. "
  653. $$605"       -version                 Displays version number
  654. "
  655. $$606"ERROR: InterDrive TSR is incompatible with
  656.        this version of the application
  657. "
  658. $$607"ERROR: InterDrive TSR is not loaded
  659. "
  660. $$608"ERROR: Can't get InterDrive TSR information  (error = "
  661. $$609")
  662. "
  663. $$610"ERROR: Invalid permission value(s): "
  664. $$611"
  665. "
  666. $$612"ERROR: Access above the root directory is restricted
  667. "
  668. $$613"ERROR: Bad path: "
  669. $$614"
  670. "
  671. $$615"ERROR: Can't expand "
  672. $$616"
  673. "
  674. $$618"ERROR: File not found
  675. "
  676. $$619"ERROR: Path not found
  677. "
  678. $$620"ERROR: Permission denied
  679. "
  680. $$621"ERROR: Bad or stale filehandle
  681. "
  682. $$622"ERROR: TSR error "
  683. $$623"
  684. "
  685. $$624"ERROR: File not found (mapped name was flushed or mistyped)
  686. "
  687. $$700"ERROR: Incompatible TSR version or TSR is not loaded
  688. "
  689. $$701"ERROR: InterDrive TSR is not loaded
  690. "
  691. $$702"SETTING THE NUMBER OF NAME MAPPINGS IS NOW A COMMAND LINE OPTION.
  692. Please see the IDRIVE distribution's README file for details.
  693. "
  694. $$703"timeout value is now infinite
  695. "
  696. $$704"The DIRECTORY QUEUE option (-d) is obsolete
  697. "
  698. $$705"ERROR: umask must be of the form XXX or 0XXX, where X is an octal digit
  699. "
  700. $$706"ERROR: Valid values are between 0 and 13000
  701. "
  702. $$707"The ""share-err"" option (-c) is obsolete
  703. "
  704. $$708"The ""Reinitialize tuning parameters"" option (-i) is obsolete
  705. "
  706. $$729"ERROR: "
  707. $$730" exceeds connected media MTU of "
  708. $$731"
  709. "
  710. $$732"ERROR: "
  711. $$733" is too small for a valid MTU
  712. "
  713. $$734"ERROR: "
  714. $$735" is too large for a valid MTU
  715. "
  716. $$736"       Use IDRIVE -d to increase read/write buffer size
  717. "
  718. $$737"number of name mapping entries deleted on overflow = "
  719. $$738"
  720. "
  721. $$739"ERROR: Invalid name mapping delete on overflow value
  722. "
  723. $$740"       legal values are between 1 and "
  724. $$741"
  725. "
  726. $$742"number of lookup cache entries deleted on overflow = "
  727. $$743"
  728. "
  729. $$744"ERROR: Invalid lookup cache delete on overflow value
  730. "
  731. $$745"       legal values are between 1 and "
  732. $$746"
  733. "
  734. $$747"ERROR: Lookup cache is disabled
  735. "
  736. $$748"ERROR: write size + header size exceeds buffer size
  737. "
  738. $$749"Maximum allowable write size = "
  739. $$750"
  740. "
  741. $$751"ERROR: Read size too small
  742. "
  743. $$752"ERROR: read size + header size exceeds buffer size
  744. "
  745. $$753"Maximum allowable read size = "
  746. $$754"
  747. "
  748. $$760"ERROR: InterDrive TSR is incompatible with
  749.        this version of the application
  750. "
  751. $$761"ERROR: Can't get InterDrive TSR information  (error = "
  752. $$762")
  753. "
  754. $$763"ERROR: Valid values are between 0 and 5
  755. "
  756. $$800"WARNING: -x option is obsolete
  757. "
  758. $$801"ERROR: Invalid GID specified
  759. "
  760. $$764"ERROR: Valid values are between 0 and 300
  761. "
  762. $$765"ERROR: Valid values are between 0 and "
  763. $$766"
  764. "
  765. $$767"WARNING: -e option is obsolete
  766. "
  767. $$768"         option ignored
  768. "
  769. $$769"ERROR: Write size too small
  770. "
  771. $$770"Usage: idconfig [option]
  772. "
  773. $$771"       idconfig -? | -version
  774.  
  775. "
  776. $$774"Options:
  777. "
  778. $$777"The ""Delete on overflow"" option (-k) is obsolete
  779. "
  780. $$778"       -g drive: [value] Sets gid to 'value' from the list of secondaries
  781.        -l value          Sets lookup cache timeout to 'value' seconds
  782. "
  783. $$779"       -p [drive:] value Sets permission mask to 'value' [for 'drive']
  784. "
  785. $$780"       -q [drive:] value Sets stream length to 'value' packets [for 'drive']
  786. "
  787. $$781"       -r drive: value   Sets read size for 'drive' to 'value' bytes
  788. "
  789. $$782""
  790. $$783"       -t drive: value   Sets timeout for 'drive' to 'value' seconds
  791. "
  792. $$784"       -w drive: value   Sets write size for 'drive' to 'value' bytes
  793. "
  794. $$785""
  795. $$786"       -z value          Sets sharing timeout to 'value' seconds
  796.  
  797. "
  798. $$787"       -?                Displays this usage message
  799. "
  800. $$788"       -version          Displays version number
  801. "
  802. $$789"ERROR: idcall(API_SITBL) returned error = "
  803. $$790"
  804. "
  805. $$791"ERROR: Invalid option ("
  806. $$792") specified
  807. "
  808. $$793"ERROR: No option specified
  809. "
  810. $$794"Type  idconfig -?  for a brief usage description
  811. "
  812. $$795"WARNING: The -s option is obsolete.  Please use
  813.        ""idutil -s"" to display global IDRIVE statistics,
  814.        ""idutil -t"" to display global IDRIVE settings, or
  815.        ""idutil -f"" to display drive-specific information
  816. "
  817. $$796"ERROR: Invalid character ('"
  818. $$797"') in the mount name
  819. "
  820. $$798"ERROR: Invalid value ("
  821. $$799") specified
  822. "
  823. $$1000"No command specified (type   IDNET ?   for help)
  824. "
  825. $$1001"ERROR: InterDrive TSR is not loaded
  826. "
  827. $$1100"idnet_logout: id_get_info() returned error "
  828. $$1101"
  829. "
  830. $$1110"idnet_logout: Invalid logout option specified: "
  831. $$1111"
  832. "
  833. $$1120"idnet_logout: Invalid logout option specified: "
  834. $$1121"
  835. "
  836. $$1130"idnet_logout: id_set_info() returned error "
  837. $$1131"
  838. "
  839. $$1140"Your username and password have been flushed from memory
  840. "
  841. $$1150"Disconnect (NONE, DRIVES, PRINTERS, ALL)? "
  842. $$1160"
  843. Invalid option specified: "
  844. $$1161"
  845. "
  846. $$1162"Type
  847. "
  848. $$1163"  NONE     to leave all remote connections intact
  849. "
  850. $$1164"  DRIVES   to disconnect remote drives
  851. "
  852. $$1165"  PRINTERS to disconnect remote printers
  853. "
  854. $$1166"  ALL      to disconnect remote drives & printers
  855. "
  856. $$1200"Usage:  IDNET command
  857.  
  858. "
  859. $$1201"Commands:
  860. "
  861. $$1202"    ?                                    Displays brief help
  862. "
  863. $$1203"    HELP                                 Displays brief help
  864. "
  865. $$1204"    LOGIN [username [password]]          Sets default username and password
  866. "
  867. $$1205"    LOGOUT [DRIVES|PRINTERS|ALL|NONE]    Flushes default username and password
  868. "
  869. $$1206"    PCNFSD [hostname]                    Sets or displays authentication server
  870. "
  871. $$1207"    SHOW                                 Displays current IDNET settings
  872. "
  873. $$1209"    UNLOAD                               Unloads InterDrive TSR
  874. "
  875. $$1208"    VERSION                              Displays IDNET version
  876. "
  877. $$1300"Unknown command: "
  878. $$1301"
  879. "
  880. $$1302"(Type   IDNET ?   for help)
  881. "
  882. $$1400"idnet_login: id_get_info() returned error "
  883. $$1401"
  884. "
  885. $$1410"Invalid login option specified: "
  886. $$1411"
  887. "
  888. $$1420"Password is too long
  889. "
  890. $$1430"Password for "
  891. $$1431"? "
  892. $$1440"idnet_login: id_set_info() returned error "
  893. $$1441"
  894. "
  895. $$1450"Your default username and password have been set
  896. "
  897. $$1451"Your default username has been set
  898. "
  899. $$1452"Your default username is "
  900. $$1453"
  901. "
  902. $$1500"idnet_pcnfsd: id_get_info() returned error "
  903. $$1501"
  904. "
  905. $$1510"ERROR: Can't resolve [nis-server] hostname: "
  906. $$1511"
  907. "
  908. $$1520"You haven't established an authentication server
  909. "
  910. $$1530"Your authentication server is "
  911. $$1531" ("
  912. $$1532")
  913. "
  914. $$1540"Can't resolve host "
  915. $$1541"
  916. "
  917. $$1550"idnet_pcnfsd: id_set_info() returned error "
  918. $$1551"
  919. "
  920. $$1560"Your authentication server is "
  921. $$1561" ("
  922. $$1562")
  923. "
  924. $$1570"Invalid pcnfsd option specified: "
  925. $$1571"
  926. "
  927. $$1600"idnet_show: id_get_info() returned error "
  928. $$1601"
  929. "
  930. $$1610"idnet_show: Invalid show option specified: "
  931. $$1611"
  932. "
  933. $$1620"Can't resolve host "
  934. $$1621"
  935. "
  936. $$1630"Your NIS server is "
  937. $$1631" ("
  938. $$1632")
  939. "
  940. $$1640"Can't resolve host "
  941. $$1641"
  942. "
  943. $$1650"Your authentication server is "
  944. $$1651" ("
  945. $$1652")
  946. "
  947. $$1653"Your NIS server is also your authentication server
  948. "
  949. $$1654"You haven't set your authentication server
  950. "
  951. $$1660"Your default username is "
  952. $$1661"
  953. "
  954. $$1670"You haven't set your default username
  955. "
  956. $$1680"Your default password is set
  957. "
  958. $$1681"You haven't set your default password
  959. "
  960. $$1690"idnet_unload: Invalid unload option specified: "
  961. $$1691"
  962. "
  963. $$4400"ERROR: Invalid option ("
  964. $$4401") specified
  965. "
  966. $$4402"Type  idutil -?  for a brief usage description
  967. "
  968. $$4500"ERROR: Can't get InterDrive TSR information  (error = "
  969. $$4501")
  970. "
  971. $$4502"locking is now DISABLED for drive "
  972. $$4503"
  973. "
  974. $$4504"locking is now ENABLED for drive "
  975. $$4505"
  976. "
  977. $$4508"ERROR: idcall(API_NMAP) returned error "
  978. $$4509"
  979. "
  980. $$4510"==> "
  981. $$4511" <== No mapping required
  982. "
  983. $$4512"==> "
  984. $$4513" <== maps to ==> "
  985. $$4514" <== 
  986. "
  987. $$4515"No current mapping for ==> "
  988. $$4516" <==
  989. "
  990. $$4517"==> "
  991. $$4518" <== inverse maps to ==> "
  992. $$4519" <== 
  993. "
  994. $$4837"
  995. ---------------- Filesystem Statistics ----------------
  996. "
  997. $$4520"
  998. File system """
  999. $$4521""" is mounted on drive "
  1000. $$4522":
  1001. "
  1002. $$4523"  Remote file system path = "
  1003. $$4524"
  1004.   Remote host             = "
  1005. $$4525"
  1006. "
  1007. $$4539"  uid                     = "
  1008. $$4540"
  1009. "
  1010. $$4541"  gid                     = "
  1011. $$4542"
  1012. "
  1013. $$4666"Primary GID      = "
  1014. $$4667"Secondary GID(s) = "
  1015. $$4668"No additional GIDs
  1016. "
  1017. $$4670"  No additional groups
  1018. "
  1019. $$4671"  "
  1020. $$4672" additional group(s)   ="
  1021. $$4673"
  1022. "
  1023. $$4842"  NFS transport protocol  = TCP
  1024. "
  1025. $$4843"  NFS transport protocol  = UDP
  1026. "
  1027. $$4844"unused"
  1028. $$4543"  NFS port                = "
  1029. $$4544"
  1030. "
  1031. $$4545"  Mount port              = "
  1032. $$4546"
  1033. "
  1034. $$4547"  Lock port               = "
  1035. $$4548"
  1036. "
  1037. $$4861"  FAT                     = YES (lower and mixed case filenames will be mapped)
  1038. "
  1039. $$4862"  FAT                     = NO (upper and mixed case filenames will be mapped)
  1040. "
  1041. $$4528"  Server transfer size    = "
  1042. $$4529"
  1043. "
  1044. $$4526"  Current round trip time = "
  1045. $$4527" seconds (accuracy is within 0.06 seconds)
  1046. "
  1047. $$4700"  ""Base""  round trip time = "
  1048. $$4530" seconds (accuracy is within 0.06 seconds)
  1049.  
  1050. "
  1051. $$4531"
  1052. "
  1053. $$4532"  Read size               = "
  1054. $$4533"
  1055. "
  1056. $$4534"  Write size              = "
  1057. $$4535"
  1058. "
  1059. $$4701"  Stream                  = "
  1060. $$4702"
  1061. "
  1062. $$4536"  I/O timeout value       = NONE    
  1063. "
  1064. $$4537"  I/O timeout value       = "
  1065. $$4538"
  1066. "
  1067. $$4550"[pctcp idrive] ==> "
  1068. $$10095"[pctcp idrive] ==> Invalid value specified for 'map-lowercase'
  1069. "
  1070. $$4567"CD-ROM is ENABLED
  1071. "
  1072. $$4568"CD-ROM is DISABLED
  1073. "
  1074. $$4569"Map lowercase names is ENABLED
  1075. "
  1076. $$4570"Map lowercase names is DISABLED
  1077. "
  1078. $$10094"[pctcp idrive] ==> Invalid value specified for 'cd-rom'
  1079. "
  1080. $$4549"File sharing/locking is ENABLED
  1081. "
  1082. $$4551"File sharing/locking is DISABLED
  1083. "
  1084. $$4552"  Local permission mask   = "
  1085. $$4553"
  1086. "
  1087. $$4838"  File sharing/locking    = YES
  1088. "
  1089. $$4839"  File sharing/locking    = DISABLED by Server
  1090. "
  1091. $$4840"  File sharing/locking    = NO
  1092. "
  1093. $$4841"  Remote drive has been mounted READ-ONLY
  1094. "
  1095. $$4621"  Drive timeout           = "
  1096. $$4864"
  1097. Hit any key to continue...
  1098. "
  1099. $$4560"
  1100. ---------------- InterDrive Settings ----------------
  1101. "
  1102. $$4602"Number of mount entries            = "
  1103. $$4603"
  1104. "
  1105. $$4595"Number of read/write cache buffers = "
  1106. $$4800"
  1107. "
  1108. $$4802"Size of read/write buffer          = "
  1109. $$4803"
  1110. "
  1111. $$4563"Number of print entries            = "
  1112. $$4564"
  1113. "
  1114. $$4594"Size of print buffer               = "
  1115. $$4801"
  1116. "
  1117. $$4610"Number of lookup cache buffers     = "
  1118. $$4611"
  1119. "
  1120. $$4615"Number of file lock entries        = "
  1121. $$4616"
  1122. "
  1123. $$4596"Number of name mappings            = "
  1124. $$4597"
  1125. "
  1126. $$4608"Number of directory cache buffers  = "
  1127. $$4609"
  1128. "
  1129. $$4588"Number of transaction buffers      = "
  1130. $$4589"
  1131. "
  1132. $$4592"InterDrive is loaded high in a UMB
  1133. "
  1134. $$4593"InterDrive is using expanded memory (EMS)
  1135. "
  1136. $$4600"InterDrive is loaded as a Virtual Device Driver (VxD)
  1137. "
  1138. $$4585"
  1139. "
  1140. $$4565"Stream length                      = "
  1141. $$4566"
  1142. "
  1143. $$4571"Default permission mask            = "
  1144. $$4572"
  1145. "
  1146. $$4577"Retry multiplier                   = "
  1147. $$4578"
  1148. "
  1149. $$4590"I/O timeout                        = "
  1150. $$4591" seconds
  1151. "
  1152. $$4581"Share timeout                      = "
  1153. $$4582"NONE
  1154. "
  1155. $$4583" seconds
  1156. "
  1157. $$4612"Lookup cache timeout               = "
  1158. $$4613"NONE
  1159. "
  1160. $$4614" seconds
  1161. "
  1162. $$4598"Mapping character                  = "
  1163. $$4599"
  1164. "
  1165. $$4606"Enable symbolic link processing    = "
  1166. $$4607"
  1167. "
  1168. $$4604"Hide dotfiles                      = "
  1169. $$4605"File locking/sharing           = "
  1170. $$4620"Drive timeout                      = "
  1171. $$4617"
  1172. ----------------- InterDrive Statistics -----------------
  1173. "
  1174. $$4618""
  1175. $$4619" RPC requests sent
  1176. "
  1177. $$4624""
  1178. $$4625" RPC replies received
  1179. "
  1180. $$4642""
  1181. $$4643" retries sent
  1182. "
  1183. $$4622""
  1184. $$4623" bad XIDs received
  1185. "
  1186. $$4669"
  1187. "
  1188. $$4634""
  1189. $$4635" NFS errors (these can be ignored)
  1190. "
  1191. $$4638""
  1192. $$4639" stale filehandle errors
  1193. "
  1194. $$4628""
  1195. $$4629" RPC errors
  1196. "
  1197. $$4630""
  1198. $$4631" send errors
  1199. "
  1200. $$4636""
  1201. $$4637" receive errors
  1202. "
  1203. $$4648"
  1204. "
  1205. $$4554"Last net I/O error = "
  1206. $$4555" ("
  1207. $$4900"----------------- InterDrive Error Report -----------------
  1208. "
  1209. $$4901"No error)
  1210. "
  1211. $$4902"Net in use)
  1212. "
  1213. $$4903"No memory)
  1214. "
  1215. $$4904"No connection)
  1216. "
  1217. $$4905"Illegal operation)
  1218. "
  1219. $$4906"Bad packet)
  1220. "
  1221. $$4907"No host)
  1222. "
  1223. $$4908"Can't open a connection)
  1224. "
  1225. $$4909"Net unreachable)
  1226. "
  1227. $$4910"Host unreachable)
  1228. "
  1229. $$4911"Protocol unreachable)
  1230. "
  1231. $$4912"Port unreachable)
  1232. "
  1233. $$4913"Timeout)
  1234. "
  1235. $$4914"Host unknown)
  1236. "
  1237. $$4915"No server)
  1238. "
  1239. $$4916"Server error)
  1240. "
  1241. $$4917"Bad format)
  1242. "
  1243. $$4918"Bad argument)
  1244. "
  1245. $$4919"End of file)
  1246. "
  1247. $$4920"Reset connection)
  1248. "
  1249. $$4921"Blocking)
  1250. "
  1251. $$4922"Unbound)
  1252. "
  1253. $$4923"No descriptor)
  1254. "
  1255. $$4924"Bad system call)
  1256. "
  1257. $$4925"Can't broadcast)
  1258. "
  1259. $$4926"Not established)
  1260. "
  1261. $$4927"Reentry)
  1262. "
  1263. $$4928"Other ICMP)
  1264. "
  1265. $$4929"Kernel Unloading)
  1266. "
  1267. $$4930"Tag is currently locked)
  1268. "
  1269. $$4931"Invalid device)
  1270. "
  1271. $$4932"Invalid configuration)
  1272. "
  1273. $$4933"Unknown network error)
  1274. "
  1275. $$4556"Last NFS error     = "
  1276. $$4557" ("
  1277. $$4940"No error)
  1278. "
  1279. $$4941"Not owner)
  1280. "
  1281. $$4942"No such file or directory)
  1282. "
  1283. $$4943"Network error)
  1284. "
  1285. $$4944"No such device or address)
  1286. "
  1287. $$4945"Permission denied)
  1288. "
  1289. $$4946"File exists)
  1290. "
  1291. $$4947"No such device)
  1292. "
  1293. $$4948"Not a directory)
  1294. "
  1295. $$4949"Is a directory)
  1296. "
  1297. $$4950"File too large)
  1298. "
  1299. $$4951"No space left on device)
  1300. "
  1301. $$4952"Read-only filesystem)
  1302. "
  1303. $$4953"File name too long)
  1304. "
  1305. $$4954"Directory not empty)
  1306. "
  1307. $$4955"Disk quota exceeded)
  1308. "
  1309. $$4956"Invalid file handle)
  1310. "
  1311. $$4957"Write cache flushed to disk)
  1312. "
  1313. $$4958"Mapped name does not exist)
  1314. "
  1315. $$4959"Local error)
  1316. "
  1317. $$4960"Time out waiting for a reply)
  1318. "
  1319. $$4961"Server error)
  1320. "
  1321. $$4962"Authentication failed)
  1322. "
  1323. $$4963"Unknown RPC error)
  1324. "
  1325. $$4964"RPC version mismatch)
  1326. "
  1327. $$4965"Unexpected end of file or directory)
  1328. "
  1329. $$4966"Requested info is mount info)
  1330. "
  1331. $$4967"Unable to mount drive)
  1332. "
  1333. $$4968"PCNFSD authentication failed)
  1334. "
  1335. $$4969"Port not found)
  1336. "
  1337. $$4970"No memory available)
  1338. "
  1339. $$4971"Received packet has a bad xid)
  1340. "
  1341. $$4972"Unknown NFS error)
  1342. "
  1343. $$4973"Path does not exist)
  1344. "
  1345. $$4558"Last DOS error     = "
  1346. $$4559" ("
  1347. $$4975"No error)
  1348. "
  1349. $$4976"Invalid function number)
  1350. "
  1351. $$4977"File not found)
  1352. "
  1353. $$4978"Path not found)
  1354. "
  1355. $$4979"Too many open files left (no handles left))
  1356. "
  1357. $$4980"Access denied)
  1358. "
  1359. $$4981"Invalid handle)
  1360. "
  1361. $$4982"Memory control blocks destroyed)
  1362. "
  1363. $$4983"Insufficient memory)
  1364. "
  1365. $$4984"Invalid memory block address)
  1366. "
  1367. $$4985"Invalid environment)
  1368. "
  1369. $$4986"Invalid format)
  1370. "
  1371. $$4987"Invalid access code)
  1372. "
  1373. $$4988"Invalid data)
  1374. "
  1375. $$4989"Reserved)
  1376. "
  1377. $$4990"Invalid drive was specified)
  1378. "
  1379. $$4991"Attempt to remove current directory)
  1380. "
  1381. $$4992"Not same device)
  1382. "
  1383. $$4993"No more files)
  1384. "
  1385. $$4994"Attempt to write on write-protected diskette)
  1386. "
  1387. $$4995"Unknown unit)
  1388. "
  1389. $$4996"Drive not ready)
  1390. "
  1391. $$4997"Unknown command)
  1392. "
  1393. $$4998"Data error (CRC))
  1394. "
  1395. $$4999"Bad request structure length)
  1396. "
  1397. $$4892"Seek error)
  1398. "
  1399. $$4893"Unknown media type)
  1400. "
  1401. $$4894"Sector not found)
  1402. "
  1403. $$4895"Printer out of paper)
  1404. "
  1405. $$4896"Write fault)
  1406. "
  1407. $$4897"Read fault)
  1408. "
  1409. $$4898"General failure)
  1410. "
  1411. $$4899"Unknown DOS error)
  1412. "
  1413. $$4649"
  1414. "
  1415. $$4804"Usage: idutil [option]
  1416. "
  1417. $$4805"unused"
  1418. $$4806"       idutil -? | -version
  1419.  
  1420. "
  1421. $$4807"Options:
  1422. "
  1423. $$4808"       -d                Displays entries in the name map cache
  1424. "
  1425. $$4809"       -f                Displays long file system statistics
  1426. "
  1427. $$4810"       -h                Enables/disables show/hide dotfiles
  1428. "
  1429. $$4811"       -l [drive:]       Enables/disables file locking/sharing [for 'drive']
  1430. "
  1431. $$4812"       -p drive: nfsname Makes name mapping for 'nfsname' permanent
  1432. "
  1433. $$4813"       -s                Displays InterDrive statistics
  1434. "
  1435. $$4814"       -t                Displays InterDrive settings
  1436. "
  1437. $$4815"       -u | unload       Unloads InterDrive TSR
  1438. "
  1439. $$4816"       -y                Enables/disables symbolic link processing
  1440.  
  1441. "
  1442. $$4817"       -?                Displays this usage message
  1443. "
  1444. $$4818"       -version          Displays version number
  1445. "
  1446. $$4819"InterDrive TSR is now unloaded
  1447. "
  1448. $$4820"ERROR: InterDrive isn't last in the interrupt chain and can't be unloaded
  1449. "
  1450. $$4865"ERROR: InterDrive was loaded outside Windows (or a task switcher)
  1451.        and must be unloaded outside Windows
  1452. "
  1453. $$4866"ERROR: idcall(API_UNLOAD) returned error "
  1454. $$4867"
  1455. "
  1456. $$4821"WARNING: -d is obsolete -- option ignored
  1457. "
  1458. $$4822"ERROR: InterDrive TSR is incompatible with
  1459.        this version of the application
  1460. "
  1461. $$4823"ERROR: InterDrive TSR is not loaded
  1462. "
  1463. $$4824"WARNING: -q is obsolete -- option ignored
  1464. "
  1465. $$4825"ERROR: idcall(API_GITBL) returned error "
  1466. $$4826"
  1467. "
  1468. $$4827"ERROR: No port for the remote lock daemon
  1469.        Can't enable locking/sharing
  1470. "
  1471. $$4828"WARNING: -b is obsolete -- option ignored
  1472. "
  1473. $$4829"         Use -y to enable/disable symbolic links
  1474. "
  1475. $$4830"Files beginning with '.' are no longer hidden
  1476. "
  1477. $$4831"Files beginning with '.' will now be hidden
  1478. "
  1479. $$4832"WARNING: -m is obsolete -- option ignored
  1480. "
  1481. $$4833"symbolic link processing is now DISABLED
  1482. "
  1483. $$4834"symbolic link processing is now ENABLED
  1484. "
  1485. $$4835"Contents of the name map cache...  (* = permanent entry)
  1486. dosname <-------> unmapped filename...
  1487. "
  1488. $$4836"Usage: idutil -m [name to map/unmap]
  1489. "
  1490. $$4845"
  1491. "
  1492. $$4506"      "
  1493. $$4507" mapped entries
  1494. "
  1495. $$4846"ERROR: idcall(API_GPENT) returned error "
  1496. $$4847" unmounting print entry for LPT"
  1497. $$4848"
  1498. "
  1499. $$4849"ERROR: idcall(API_GMENT) returned error "
  1500. $$4850" unmounting print entry for LPT"
  1501. $$4851"
  1502. "
  1503. $$4852"ERROR: idcall(API_SPENT) returned error "
  1504. $$4853" unmounting print entry for LPT"
  1505. $$4854"
  1506. "
  1507. $$4855"ERROR: idcall(API_SMENT) returned error "
  1508. $$4856" unmounting print entry for LPT"
  1509. $$4857"
  1510. "
  1511. $$4858"ERROR: do_unmount() returned error "
  1512. $$4859" unmounting print entry for LPT"
  1513. $$4860"
  1514. "
  1515. $$3000"ERROR: Can't get a network descriptor
  1516. "
  1517. $$3001"ERROR: UDP connection failed
  1518. "
  1519. $$3002"ERROR: Timed out on write
  1520. "
  1521. $$3003"ERROR: Can't get a network descriptor
  1522. "
  1523. $$3004"ERROR: TCP connection failed
  1524. "
  1525. $$3005"ERROR: Only "
  1526. $$3006" (out of "
  1527. $$3007") bytes were sent
  1528. "
  1529. $$3008"ERROR: TCP/RPC packet length doesn't have high bit set
  1530. "
  1531. $$3009"ERROR: TCP/RPC packet length is "
  1532. $$3010" bytes
  1533. "
  1534. $$3011"ERROR: TCP/RPC bytes-to-go is "
  1535. $$3012" bytes
  1536. "
  1537. $$3013"ERROR: Data buffer is "
  1538. $$3014" bytes
  1539. "
  1540. $$3100"WARNING: NFS name ("
  1541. $$3101") too long
  1542. "
  1543. $$3102"         "
  1544. $$3103" was NOT mapped to "
  1545. $$3104"
  1546. "
  1547. $$3105"WARNING: Invalid MAP name ("
  1548. $$3106")
  1549. "
  1550. $$3107"         "
  1551. $$3108" was NOT mapped to "
  1552. $$3109"
  1553. "
  1554. $$3110"WARNING: No more memory available for mapping names
  1555. "
  1556. $$3111"         "
  1557. $$3112" was NOT mapped
  1558. "
  1559. $$3114"ERROR: idcall(API_NMAP) returned error "
  1560. $$3115"
  1561. "
  1562. $$3116"WARNING: """
  1563. $$3117""" does not require name mapping
  1564. "
  1565. $$3118"WARNING: "
  1566. $$3119" is an invalid mapping,
  1567. "
  1568. $$3120"         "
  1569. $$3121" was mapped to "
  1570. $$3122"
  1571. "
  1572. $$3123"drive must be of the form ==> x: <== ('x' a valid drive)
  1573. "
  1574. $$3124"drive must be of the form ==> x: <== ('x' a valid drive)
  1575. "
  1576. $$3125"Nothing mounted on drive "
  1577. $$3126"
  1578. "
  1579. $$3127"ERROR: idcall(API_GMENT) returned error "
  1580. $$3128"
  1581. "
  1582. $$3129"drive must be of the form ==> x: <== ('x' a valid drive)
  1583. "
  1584. $$3130"drive must be of the form ==> x: <== ('x' a valid drive)
  1585. "
  1586. $$3131"ERROR: idcall(API_SMENT) returned error "
  1587. $$3132"
  1588. "
  1589. $$3133""
  1590. $$3134": is not a valid network drive.
  1591. "
  1592. $$3135"ERROR: Can't get current directory
  1593. "
  1594. $$3136"WARNING: Remote LOCKD does not support the proper protocol version
  1595. "
  1596. $$3137"WARNING: Mapped name is already permanent
  1597. "
  1598. // IDPRINT application
  1599. $$5000"
  1600. Usage: IDPRINT [command [subcommand] parameter-list] [option]
  1601.        IDPRINT device \\host\printer
  1602. Commands for configuring, editing, and printing to remote printers:
  1603. MOUNT     (host printer device | entry-name | ALL)
  1604. UNMOUNT   (entry-name | device | ALL)
  1605. EDIT      field value (entry-name | device)
  1606. FILE      filename (host printer device | entry-name | device)
  1607. "
  1608. $$5001"
  1609. Commands and subcommands for printer and print job administration:
  1610. PRINTER   (ADMIN | INIT | STATUS)
  1611. JOB-QUEUE (CANCEL | FREE | HOLD | LIST | REQUEUE | START) 
  1612. SERVER    (ALERT | INFO | LIST | MAPID) 
  1613. "
  1614. $$5002"
  1615. Commands for on-line help: IDPRINT HELP gives general help on IDPRINT
  1616. HELP [EDIT | FILE | JOB-QUEUE | MOUNT | OPTIONS | PRINTER | SERVER | UNMOUNT]
  1617. "
  1618. $$5003"
  1619. Options: 
  1620.        -?          Displays this usage message
  1621.        -comment    Enable/disable comment field returned by the remote host
  1622.        -list       Displays print entries
  1623.        -printlog   Displays status of the print job
  1624.        -trace      Displays debugging information for the command specified
  1625.        -version    Displays version number
  1626. "
  1627. $$5024"
  1628. GETTING STARTED WITH IDPRINT
  1629. "
  1630. $$5025"IDPRINT is an InterDrive application for remote printing and printer and
  1631. "
  1632. $$5026"print job administration. IDPRINT supports both version 1 and version 2
  1633. "
  1634. $$5027"print servers (PCNFSD). PCNFSD version 1 does not support printer and
  1635. print job administration. Therefore many of the PRINTER, JOB-QUEUE, and
  1636. SERVER functions are valid only with version 2.
  1637.  
  1638. For help on EDIT, FILE, JOB-QUEUE, MOUNT, OPTIONS, PRINTER, UNMOUNT, SERVER
  1639. use IDPRINT HELP followed by the command.
  1640. Ex. IDPRINT HELP EDIT
  1641.  
  1642. "
  1643. $$5030"RESOURCE REQUIREMENTS FOR REMOTE PRINTING
  1644. o PC/TCP 2.2 (or later)
  1645. o InterDrive 2.2 (or later)
  1646. o PCNFSD program running on the remote host
  1647. o NFS access to the print directory displayed by the MOUNT command
  1648. "
  1649. $$5100"Display remote host comments
  1650. "
  1651. $$5101"Tracing enabled
  1652.  
  1653. "
  1654. $$5103"SERVER - Server related functions.
  1655. Functions: ALERT, INFO, LIST, MAPID
  1656.  
  1657. "
  1658. $$5104"ALERT - Send a message to the system administrator
  1659. "
  1660. $$5105"Usage: IDPRINT SERVER ALERT host printer user message
  1661.  
  1662. "
  1663. $$5106"INFO  - Lists the PCNFSD functions supported on the remote host
  1664. "
  1665. $$5107"Usage: IDPRINT SERVER INFO host [comment]
  1666.  
  1667. "
  1668. $$5108"MAPID - Perform a translation between user and group names and IDs
  1669. "
  1670. $$5109"Usage: IDPRINT SERVER MAPID host request id [comment]
  1671. NOTE: Values for the REQUEST field are 0=UID, 1=GID, 2=UNAME, 3=GNAME
  1672. "
  1673. $$5110"UNMOUNT - Removes the specified print entry from memory.
  1674.  
  1675. "
  1676. $$5111"Usage: IDPRINT UNMOUNT (entry-name | device | ALL)
  1677. "
  1678. $$5112"MOUNT - Connects the remote printer to the local printer port.
  1679.  
  1680. Usage: IDPRINT MOUNT (host printer device | entry-name | ALL)
  1681. "
  1682. $$5113"EDIT - Allows modification of the in-memory print entries.
  1683. Functions: COMMENT, FILE, JOBID, MINE, NUMBER, OPTIONS,
  1684.            QPOS, PRINTER, WHEN, TIMER
  1685.  
  1686. "
  1687. $$5116"FILE    - Remote print file name
  1688. "
  1689. $$5117"Usage: IDPRINT EDIT FILE filename (entry-name | device)
  1690.  
  1691. "
  1692. $$5120"JOBID   - Remote host specified print job identifier
  1693. "
  1694. $$5121"Usage: IDPRINT EDIT JOBID jobid (entry-name | device)
  1695.  
  1696. "
  1697. $$5122"MINE    - Display only the owner's print jobs
  1698. "
  1699. $$5123"Usage: IDPRINT EDIT MINE (YES | NO) (entry-name | device)
  1700.  
  1701. "
  1702. $$5124"NUMBER  - Total number of copies to print
  1703. "
  1704. $$5125"Usage: IDPRINT EDIT NUMBER value (entry-name | device)
  1705. "
  1706. $$5126"
  1707. Hit any key to continue...
  1708. "
  1709. $$5127"
  1710. OPTIONS - Remote printer specific options
  1711. "
  1712. $$5128"Usage: IDPRINT EDIT OPTION printer_option (entry-name | device)
  1713.  
  1714. "
  1715. $$5129"PRINTER - Remote printer name.
  1716. "
  1717. $$5130"Usage: IDPRINT EDIT PRINTER printername (entry-name | device)
  1718. "
  1719. $$5131"
  1720. QPOS    - Print queue position
  1721. "
  1722. $$5132"Usage: IDPRINT EDIT QPOS queue_position (entry-name | device)
  1723.  
  1724. "
  1725. $$5133"WHEN    - Print conditions (HOTKEY EOF EXIT TIMEOUT)
  1726. "
  1727. $$5134"Usage: IDPRINT EDIT WHEN print_condition(s) (entry-name | device)
  1728.  
  1729. "
  1730. $$5135"TIMER   - Timeout value in seconds
  1731. "
  1732. $$5136"Usage: IDPRINT EDIT TIMER timeout_value (entry-name | device)
  1733. "
  1734. $$5142"
  1735. ABBREVIATION
  1736. Any print command may be abbreviated by using one or
  1737. more letters in the print command name.
  1738. Ex. IDPRINT H and IDPRINT HELP are equivalent
  1739. "
  1740. $$5143"JOB-QUEUE - Print job related functions.
  1741. Functions: CANCEL, FREE, HOLD, LIST, REQUEUE, START
  1742.  
  1743. "
  1744. $$5144"CANCEL  - Cancel a print job that was issued to the remote host
  1745. "
  1746. $$5145"Usage: IDPRINT JOB-QUEUE CANCEL 
  1747.        (host printer user jobid [comment] | entry-name | device)
  1748.  
  1749. "
  1750. $$5146"FREE    - Remove the hold status placed on a print job resuming printing
  1751. "
  1752. $$5147"Usage: IDPRINT JOB-QUEUE FREE 
  1753.        (host printer user jobid [comment] | entry-name | device)
  1754.  
  1755. "
  1756. $$5148"HOLD    - Place a hold status on a print job suspending printing
  1757. "
  1758. $$5149"Usage: IDPRINT JOB-QUEUE HOLD 
  1759.        (host printer user jobid [comment] | entry-name | device)
  1760.  
  1761. "
  1762. $$5150"LIST    - List the owner's or all queued print jobs
  1763. "
  1764. $$5151"Usage: IDPRINT JOB-QUEUE LIST 
  1765.        (host printer user mine [comment] | entry-name | device)
  1766. "
  1767. $$5152"
  1768. REQUEUE - Change the priority of a print job in the queue
  1769. "
  1770. $$5153"Usage: IDPRINT JOB-QUEUE REQUEUE 
  1771.        (host printer user jobid qpos [comment] | entry-name | device)
  1772. "
  1773. $$5154"
  1774. START   - Issue a print request for the file in the spool directory
  1775. "
  1776. $$5155"Usage: IDPRINT JOB-QUEUE START 
  1777.        (host printer user file [options][number][comment] | entry-name | device)
  1778. "
  1779. $$5157"NOTE: The NUMBER and COMMENT fields are a feature of PCNFSD version 2 only
  1780. "
  1781. $$5158"OPTIONS - Optional command line arguments
  1782. Functions: -? -COMMENT -LIST -PRINTLOG -TRACE -VERSION
  1783.  
  1784. "
  1785. $$5159"?        - Display usage message
  1786. Usage: IDPRINT -?
  1787.  
  1788. "
  1789. $$5160"COMMENT  - Display comment field returned by the remote host
  1790. Usage: IDPRINT MOUNT (host printer device | print-entry) -COMMENT
  1791.  
  1792. "
  1793. $$5161"LIST     - Displays print entries.
  1794. Usage: IDPRINT -LIST
  1795.  
  1796. "
  1797. $$5162"TRACE    - Display debugging information, this function may be 
  1798.            used in conjunction with any print command
  1799. "
  1800. $$5163"Usage: IDPRINT (command [subcommand] (parameter-list | entry-name | device)) -TRACE
  1801.  
  1802. "
  1803. $$5164"VERSION  -  Display the version of the IDPRINT application
  1804. Usage: IDPRINT -VERSION
  1805. "
  1806. $$5165"PRINTER - Printer related functions.
  1807. Functions: ADMIN, INIT, STATUS
  1808.  
  1809. "
  1810. $$5166"ADMIN - Issue a printer specific administrative operation
  1811. "
  1812. $$5167"Usage: IDPRINT PRINTER ADMIN (host printer [comment] | entry-name | device)
  1813.  
  1814. "
  1815. $$5168"INIT  - Determine remote spool directory in preparation for printing.
  1816. "
  1817. $$5169"Usage: IDPRINT PRINTER INIT (host printer [comment] | entry-name | device)
  1818. "
  1819. $$5170"NOTE: The COMMENT field is a feature of PCNFSD version 2 only
  1820.  
  1821. "
  1822. $$5171"LIST   - List all available printers on the remote host
  1823. "
  1824. $$5172"Usage: IDPRINT SERVER LIST host
  1825.  
  1826. "
  1827. $$5173"STATUS - Issue request for a printer's status
  1828. "
  1829. $$5174"Usage: IDPRINT PRINTER STATUS (host printer [comment] | entry-name | device)
  1830. "
  1831. $$5176"FILE - Prints the file specified. 
  1832.  
  1833. "
  1834. $$5177"Usage: IDPRINT FILE filename (entry-name | device)
  1835. "
  1836. $$5179"Unknown reference to IDPRINT command.  Valid commands:
  1837. EDIT, FILE, JOB-QUEUE, MOUNT, OPTIONS, PRINTER, SERVER, and UNMOUNT
  1838.  
  1839. "
  1840. $$5180"For an overview of IDPRINT type:   IDPRINT HELP
  1841. "
  1842. $$5181"For a list of the commands type:   IDPRINT -?
  1843. "
  1844. $$5182"For information on a command type: IDPRINT HELP command
  1845. "
  1846. $$5183"
  1847. ---------------- Print Entries ----------------
  1848. "
  1849. $$5184"ERROR: Unable to display print entry
  1850. "
  1851. $$5185"No print entries configured
  1852. "
  1853. $$5186"ERROR: InterDrive TSR must be loaded with one or more 
  1854.        print entries (IDRIVE -P count) for this option 
  1855. "
  1856. $$5187"Requesting version of PCNFSD on remote host "
  1857. $$5189"ERROR: print entry is uninitialized
  1858. "
  1859. $$5191"ERROR: All available print entries are in use
  1860. "
  1861. $$5192"       Use [IDRIVE -P n] to add more print entries
  1862. "
  1863. $$5193"       Use [IDPRINT UNMOUNT entry-name] to delete an entry
  1864. "
  1865. $$5197"WARNING: WHEN parameter is unnecessary or invalid
  1866. "
  1867. $$5199"WARNING: TIMER parameter is invalid
  1868. "
  1869. $$5201"WARNING: QPOS parameter is invalid
  1870. "
  1871. $$5202"WARNING: NUMBER parameter is invalid
  1872. "
  1873. $$5203"WARNING: MINE parameter is invalid
  1874. "
  1875. $$5204"WARNING: OPTIONS parameter is invalid
  1876. "
  1877. $$5205"         The OPTIONS field was not modified
  1878. "
  1879. $$5206"WARNING: PRINTER parameter is invalid
  1880. "
  1881. $$5207"         The PRINTER field was not modified
  1882. "
  1883. $$5208"WARNING: FILE parameter is invalid
  1884. "
  1885. $$5209"         The FILE field was not modified
  1886. "
  1887. $$5210"ERROR: USER parameter is invalid
  1888. "
  1889. $$5211"       The USER field was not modified
  1890. "
  1891. $$5212"ERROR: HOST parameter is invalid
  1892. "
  1893. $$5213"       The HOST field was not modified
  1894. "
  1895. $$5214"WARNING: JOBID parameter is invalid
  1896. "
  1897. $$5215"         The JOBID field was not modified
  1898. "
  1899. $$5216"WARNING: COMMENT parameter is invalid
  1900. "
  1901. $$5217"         The COMMENT field was not modified
  1902. "
  1903. $$5218"ERROR: DEVICE parameter is invalid
  1904. "
  1905. $$5219"       Valid device names are (LPT1, LPT2, LPT3)
  1906. "
  1907. $$5220"ERROR: Can't find "
  1908. $$5221" section in PC/TCP configuration file
  1909. "
  1910. $$5222"ERROR: Unable to get hostname from the configuration file
  1911. "
  1912. $$5223"WARNING: WHEN configuration file parameter not found
  1913. "
  1914. $$5224"WARNING: The TIMER field is set, but the WHEN field does not
  1915.          contain the TIMEOUT print condition.  TIMER has no effect.
  1916. "
  1917. $$5226"ERROR: PRINTER configuration file parameter not found
  1918. "
  1919. $$5228"ERROR: USER configuration file parameter not found
  1920. "
  1921. $$5229"ERROR: HOST configuration file parameter not found
  1922. "
  1923. $$5230"ERROR: DEVICE configuration file parameter not found
  1924. "
  1925. $$5232"ERROR: Unable to create client (RPC error)
  1926. "
  1927. $$5234"ERROR:  Unable to execute IDMNT program
  1928. "
  1929. $$5236"ERROR: PCNFSD not responding (RPC error)
  1930. "
  1931. $$5237"Print directory initialized:  directory = "
  1932. $$5238"return code: "
  1933. $$5239"ERROR: Unknown printer name
  1934. "
  1935. $$5240"return code: "
  1936. $$5241"ERROR: General failure
  1937. "
  1938. $$5242"return code: "
  1939. $$5243"ERROR: Unexpected error code "
  1940. $$5244"Printing file...
  1941. "
  1942. $$5245"return code: "
  1943. $$5246"ERROR: File does not exist (may be ignored)
  1944. "
  1945. $$5247"return code: "
  1946. $$5248"WARNING: File is already printing.
  1947. "
  1948. $$5249"return code: "
  1949. $$5250"ERROR: File contains no data.
  1950. "
  1951. $$5251"return code: "
  1952. $$5252"ERROR: General failure
  1953. "
  1954. $$5253"return code: "
  1955. $$5254"ERROR: Unexpected error code "
  1956. $$5255"Print directory initialized:  directory = "
  1957. $$5256"return code: "
  1958. $$5257"ERROR: Unknown printer name
  1959. "
  1960. $$5258"return code: "
  1961. $$5259"ERROR: General failure
  1962. "
  1963. $$5260"return code: "
  1964. $$5261"ERROR: Unexpected error code "
  1965. $$5262"
  1966. "
  1967. $$5263"printer:             host:           device:
  1968. "
  1969. $$5264"
  1970. "
  1971. $$5265"
  1972. "
  1973. $$5266"Printer available
  1974. "
  1975. $$5267"Printer not available
  1976. "
  1977. $$5268"queue length= "
  1978. $$5269"Printing...
  1979. "
  1980. $$5270"Operator intervention required
  1981. "
  1982. $$5271"return code: "
  1983. $$5272"Already printing
  1984. "
  1985. $$5273"return code: "
  1986. $$5274"No status
  1987. "
  1988. $$5275"return code: "
  1989. $$5276"ERROR: Unknown print job
  1990. "
  1991. $$5277"return code: "
  1992. $$5278"ERROR: General failure
  1993. "
  1994. $$5279"return code: "
  1995. $$5280"ERROR: Unexpected error code "
  1996. $$5281"
  1997. "
  1998. $$5282"admin successful
  1999. "
  2000. $$5283"return code: "
  2001. $$5284"ERROR: Unknown printer name
  2002. "
  2003. $$5285"return code: "
  2004. $$5286"ERROR: General failure
  2005. "
  2006. $$5287"return code: "
  2007. $$5288"ERROR: Unexpected error code "
  2008. $$5289"
  2009. "
  2010. $$5290"Printing file...
  2011. "
  2012. $$5291"return code: "
  2013. $$5292"ERROR: File does not exist
  2014. "
  2015. $$5293"return code: "
  2016. $$5294"WARNING: File is already printing.
  2017. "
  2018. $$5295"return code: "
  2019. $$5296"ERROR: File contains no data.
  2020. "
  2021. $$5297"return code: "
  2022. $$5298"ERROR: General failure
  2023. "
  2024. $$5299"return code: "
  2025. $$5300"ERROR: Unexpected error code "
  2026. $$5301"
  2027. "
  2028. $$5302"print job canceled
  2029. "
  2030. $$5303"return code: "
  2031. $$5304"ERROR: Unknown printer name
  2032. "
  2033. $$5305"return code: "
  2034. $$5306"ERROR: Unknown print job
  2035. "
  2036. $$5307"return code: "
  2037. $$5308"ERROR: Access denied
  2038. "
  2039. $$5309"return code: "
  2040. $$5310"ERROR: General failure
  2041. "
  2042. $$5311"return code: "
  2043. $$5312"ERROR: Unexpected error code "
  2044. $$5313"
  2045. "
  2046. $$5314"print job on hold
  2047. "
  2048. $$5315"return code: "
  2049. $$5316"ERROR: Unknown printer name
  2050. "
  2051. $$5317"return code: "
  2052. $$5318"ERROR: Unknown print job
  2053. "
  2054. $$5319"return code: "
  2055. $$5320"ERROR: Access denied
  2056. "
  2057. $$5321"return code: "
  2058. $$5322"ERROR: General failure
  2059. "
  2060. $$5323"ERROR: Unexpected error code (%d)
  2061. "
  2062. $$5324"
  2063. "
  2064. $$5325"print job released
  2065. "
  2066. $$5326"return code: "
  2067. $$5327"ERROR: Unknown printer name
  2068. "
  2069. $$5328"return code: "
  2070. $$5329"ERROR: Unknown print job
  2071. "
  2072. $$5330"return code: "
  2073. $$5331"ERROR: Access denied
  2074. "
  2075. $$5332"return code: "
  2076. $$5333"ERROR: General failure
  2077. "
  2078. $$5334"return code: "
  2079. $$5335"ERROR: Unexpected error code (%d)
  2080. "
  2081. $$5336"
  2082. "
  2083. $$5337"queue length= "
  2084. $$5338"queue shown= "
  2085. $$5339"rank = "
  2086. $$5340"id = "
  2087. $$5341"size = "
  2088. $$5342"status = "
  2089. $$5343"user = "
  2090. $$5344"file = "
  2091. $$5345"cm = "
  2092. $$5346"
  2093. "
  2094. $$5347"print job requeued
  2095. "
  2096. $$5348"return code: "
  2097. $$5349"ERROR: Unknown printer name
  2098. "
  2099. $$5350"return code: "
  2100. $$5351"ERROR: Unknown print job
  2101. "
  2102. $$5352"return code: "
  2103. $$5353"ERROR: Access denied
  2104. "
  2105. $$5354"return code: "
  2106. $$5355"ERROR: General failure
  2107. "
  2108. $$5356"return code: "
  2109. $$5357"ERROR: Unexpected error code "
  2110. $$5358"
  2111. "
  2112. $$5359"Alert message sent
  2113. "
  2114. $$5360"return code: "
  2115. $$5361"ERROR: Alert message failed
  2116. "
  2117. $$5362"return code: "
  2118. $$5363"ERROR: Unexpected error code "
  2119. $$5364"
  2120. "
  2121. $$5365"return code: "
  2122. $$5366"request = UID
  2123. "
  2124. $$5367"return code: "
  2125. $$5368"request = GID
  2126. "
  2127. $$5369"return code: "
  2128. $$5370"request = UNAME
  2129. "
  2130. $$5371"return code: "
  2131. $$5372"request = GNAME
  2132. "
  2133. $$5373"return code: "
  2134. $$5374"reply   = "
  2135. $$5375"MAPID request unknown
  2136. "
  2137. $$5376"return code: "
  2138. $$5377"MAPID request denied
  2139. "
  2140. $$5378"return code: "
  2141. $$5379"
  2142. "
  2143. $$5380"version = "
  2144. $$5381"Number of PCNFSD functions = "
  2145. $$5382"PCNFSD2_NULL:       "
  2146. $$5383"PCNFSD2_INFO:       "
  2147. $$5384"PCNFSD2_PR_INIT:    "
  2148. $$5385"PCNFSD2_PR_START:   "
  2149. $$5386"PCNFSD2_PR_LIST:    "
  2150. $$5387"PCNFSD2_PR_QUEUE:   "
  2151. $$5388"PCNFSD2_PR_STATUS:  "
  2152. $$5389"PCNFSD2_PR_CANCEL:  "
  2153. $$5390"PCNFSD2_PR_ADMIN:   "
  2154. $$5391"PCNFSD2_PR_REQUEUE: "
  2155. $$5392"PCNFSD2_PR_HOLD:    "
  2156. $$5393"PCNFSD2_PR_RELEASE: "
  2157. $$5394"PCNFSD2_MAPID:      "
  2158. $$5395"PCNFSD2_AUTH:       "
  2159. $$5396"PCNFSD2_ALERT:      "
  2160. $$5397"ERROR: Invalid PCNFSD function code
  2161. "
  2162. $$5398"UNSUPPORTED
  2163. "
  2164. $$5399"SUPPORTED
  2165. "
  2166. $$5400"SUPPORTED (expect network delay)
  2167. "
  2168. $$5401"ERROR: Invalid function code
  2169. "
  2170. $$5402"
  2171. "
  2172. $$5403"ERROR: Unknown PCNFSD function
  2173. "
  2174. $$5404"
  2175. print entry: [NONE]
  2176. "
  2177. $$5405"
  2178. print entry: "
  2179. $$5406"host:    NONE
  2180. "
  2181. $$5407"host:    "
  2182. $$5408"printer: NONE
  2183. "
  2184. $$5409"printer: "
  2185. $$5410"options: NONE
  2186. "
  2187. $$5411"options: "
  2188. $$5412"user:    NONE
  2189. "
  2190. $$5413"user:    "
  2191. $$5414"file:    NONE
  2192. "
  2193. $$5415"file:    "
  2194. $$5416"comment: NONE
  2195. "
  2196. $$5417"comment: "
  2197. $$5418"device:  "
  2198. $$5419"LPT1
  2199. "
  2200. $$5420"LPT2
  2201. "
  2202. $$5421"LPT3
  2203. "
  2204. $$5422"NONE
  2205. "
  2206. $$5423"when:    "
  2207. $$5424"HOTKEY "
  2208. $$5425"EOF "
  2209. $$5426"EXIT "
  2210. $$5427"TIMEOUT "
  2211. $$5428"FILE "
  2212. $$5429"
  2213. "
  2214. $$5430"NONE
  2215. "
  2216. $$5431"timer:   "
  2217. $$5432"timer:   NONE
  2218.  
  2219. "
  2220. $$5433"mine:    "
  2221. $$5434"YES
  2222. "
  2223. $$5435"NO
  2224. "
  2225. $$5436"qpos:    NONE
  2226. "
  2227. $$5437"qpos:    "
  2228. $$5438"number:  "
  2229. $$5439"status:  "
  2230. $$5440"CONFIGURED "
  2231. $$5441"COMMENT "
  2232. $$5442"PCNFSDV2 "
  2233. $$5443"PCNFSDV1 "
  2234. $$5444"MOUNTED "
  2235. $$5445"ACTIVE "
  2236. $$5446"PRINTING "
  2237. $$5447"CREATED "
  2238. $$5448"WRITING "
  2239. $$5449"
  2240.  
  2241. "
  2242. $$5451"ERROR: DEVICE field required when InterDrive is loaded
  2243. "
  2244. $$5452"       and a print entry is not specified
  2245. "
  2246. $$5454"WARNING: Device field not needed when TSR is not loaded
  2247.          with one or more print entries (IDRIVE -P count)
  2248. "
  2249. $$5455"ERROR: Unable to get local hostname
  2250. "
  2251. $$5456"ERROR: Invalid argument "
  2252. $$5457"       Valid arguments are YES and NO
  2253. "
  2254. $$5458"ERROR: Invalid argument
  2255. "
  2256. $$5459"ERROR: Invalid queue position
  2257. "
  2258. $$5460"ERROR: Invalid request field
  2259. "
  2260. $$5461"ERROR: Invalid request field
  2261. "
  2262. $$5462"ERROR: Invalid id field
  2263. "
  2264. $$5463"ERROR: Invalid function
  2265. "
  2266. $$5464"ERROR: can't open configuration file
  2267. "
  2268. $$5465"WARNING: This option does not take arguments
  2269. "
  2270. $$5466"         Arguments ignored
  2271. "
  2272. $$5467"WARNING: -Version option does not take arguments
  2273. "
  2274. $$5468"         Arguments ignored
  2275. "
  2276. $$5469"ERROR: Invalid OPTION
  2277. "
  2278. $$5470"       Valid OPTIONS for IDPRINT are
  2279. "
  2280. $$5471"       (-? | -comment | -list | -printlog | -trace | -version)
  2281. "
  2282. $$5472"ERROR: InterDrive TSR must be loaded with one or more 
  2283.        print entries (IDRIVE -P count) for MOUNT command
  2284. "
  2285. $$5473"ERROR: Invalid number of arguments for MOUNT command
  2286.        IDPRINT MOUNT (host printer device | entry-name | ALL)
  2287. "
  2288. $$5474"ERROR: Invalid printer port number
  2289. "
  2290. $$5475"       Valid port values are LPT1 LPT2 LPT3
  2291. "
  2292. $$5476"ERROR: Unable to get print entry
  2293. "
  2294. $$5477"ERROR: Invalid number of arguments for WHEN function
  2295. "
  2296. $$5478"ERROR: Invalid FUNCTION, valid functions for EDIT are
  2297. "
  2298. $$5480"       (comment | file | id | options)
  2299. "
  2300. $$5481"       (qpos | printer | timer | when)
  2301. "
  2302. $$5482"ERROR: Invalid number of arguments for IDPRINT command
  2303. "
  2304. $$5483"ERROR: SERVER FUNCTIONS take command line arguments only
  2305. "
  2306. $$5484"       Configuration file entries are invalid
  2307. "
  2308. $$5485"ERROR: InterDrive TSR must be loaded with one or more 
  2309.        print entries (IDRIVE -P count) for UNMOUNT command
  2310. "
  2311. $$5486"ERROR: Unable to find print entry "
  2312. $$5487"ERROR: Unable to find print entry at "
  2313. $$5488"ERROR: Invalid FUNCTION
  2314. "
  2315. $$5489"       Valid FUNCTIONS for SERVER are
  2316. "
  2317. $$5490"       (alert | info | list | mapid)
  2318. "
  2319. $$5491"ERROR: Invalid FUNCTION
  2320. "
  2321. $$5492"       Valid FUNCTIONS for JOB-QUEUE are
  2322. "
  2323. $$5493"       (cancel | free | hold | list | requeue | start)
  2324. "
  2325. $$5494"ERROR: Invalid FUNCTION argument
  2326. "
  2327. $$5495"       Valid FUNCTIONS for PRINTER are
  2328. "
  2329. $$5496"       (admin | init | status)
  2330. "
  2331. $$5497"ERROR: InterDrive TSR must be loaded with one or more 
  2332.        print entries (IDRIVE -P count) for FILE command
  2333. "
  2334. $$5498"ERROR: Invalid argument list
  2335. "
  2336. $$5499"ERROR: Unable to find or open file
  2337. "
  2338. $$5500"ERROR: Unable to open printer port
  2339. "
  2340. $$5501"printing to LPT"
  2341. $$5502"ERROR: Invalid COMMAND,"
  2342. $$5503" valid commands for IDPRINT are 
  2343.        (edit | file | job-queue | mount | printer | server | unmount)
  2344. "
  2345. $$5504"ERROR: PCNFSD version 2 required for this print function
  2346. "
  2347. $$5505"ERROR: Invalid argument list
  2348. "
  2349. $$5506"ERROR: InterDrive TSR is incompatible with
  2350. "
  2351. $$5507"       this version of the application
  2352. "
  2353. $$5508"
  2354. IDPRINT request failed
  2355. "
  2356. $$5509"ERROR: This print command is not supported by the PCNFSD running on the remote host
  2357. "
  2358. $$5510"NOT-MOUNTED "
  2359. $$5511"
  2360. ------------------ Print Log ------------------           
  2361. "
  2362. $$5513"Redirecting file      00 START TIME"
  2363. $$5514"Printing file        "
  2364. $$5515"HOTKEY               "
  2365. $$5516"EOF                  "
  2366. $$5517"EXIT                 "
  2367. $$5518"PRINT SCREEN         "
  2368. $$5519"FILE COMMAND         "
  2369. $$5520"TIMEOUT              "
  2370. $$5521"Unknown print event  "
  2371. $$5522"sec elapsed        "
  2372. $$5523"File create failed   "
  2373. $$5524"File transfer failed "
  2374. $$5526"PRINTLOG - Displays print log
  2375. Usage: IDPRINT -PRINTLOG
  2376.  
  2377. "
  2378. $$5527"Print log is empty
  2379. "
  2380. $$5528"Do not display remote host comments
  2381. "
  2382. $$5529"ERROR: Print entry was not specified
  2383. "
  2384. $$5530"
  2385. CONFIGURING A PRINT SECTION
  2386. Create a print section in your PCTCP.INI    [PCTCP IDPRINT entry-name]
  2387. file with the following fields. This is the    HOST=remote-host-name
  2388. information required for remote printing.       USER=remote-user-name
  2389. Refer to <IDPRINT HELP EDIT> for more           DEVICE=printer-port (ex. LPT1)
  2390. "
  2391. $$5531"information on configuring the fields.          PRINTER=remote-printer-name
  2392. For more information on IDPRINT's advanced      WHEN=print-condition (ex. EOF)
  2393. features refer to the documentation.            FILE=remote-file-name 
  2394. "
  2395. $$5532"
  2396. PRINTING FROM THE DOS PROMPT
  2397. After creating the print section, use the <IDPRINT FILE filename entry-name>
  2398. command. Where filename is the name of the file you want to print and the 
  2399. entry-name is the name of the print section. You may also use the COPY command
  2400. <COPY filename device> or the PRINT command <PRINT filename> provided with DOS,
  2401. after mounting a printer using the <IDPRINT MOUNT entry-name> command.
  2402. "
  2403. $$5533"
  2404. PRINTING FROM AN APPLICATION
  2405. After creating the print section, use the <IDPRINT MOUNT entry-name> command.
  2406. Next, enter the application and configure it to print to the same printer
  2407. port you specified in the print section. When you are ready to print your
  2408. document, use the application's print command.
  2409. "
  2410. $$5553" ERROR: "
  2411. $$5554"jobid:   "
  2412. $$5555"jobid:   NONE
  2413. "
  2414. $$5556"WARNING: InterDrive TSR has been loaded with no print entries
  2415.          Some IDPRINT commands are unavailable
  2416. "
  2417. $$5557"WARNING: InterDrive TSR is not loaded
  2418.          Some IDPRINT commands are unavailable
  2419. "
  2420. $$5558"ERROR: This port is currently in use.
  2421.  
  2422. To remove the current print entry use <IDPRINT UNMOUNT print-entry>.
  2423. Optionally, use <IDRIVE -P n> to add more print entries if needed and
  2424. specify a different port in the DEVICE field.
  2425.  
  2426. The current print entry was not modified.
  2427. "
  2428. $$5559"Removed print entry from "
  2429. $$5560"Removed print entry "
  2430. $$5561"ERROR: Invalid number of arguments for EDIT command
  2431. "
  2432. $$5562"ERROR: InterDrive TSR must be loaded with one or more 
  2433.        print entries (IDRIVE -P count) for EDIT command
  2434. "
  2435. $$5563"COM1
  2436. "    
  2437. $$5564"COM2
  2438. "    
  2439. $$5565"COM3
  2440. "    
  2441. $$5566"COM4
  2442. "    
  2443. $$5567"ERROR: Printer in use, unable to unmount
  2444.        Complete print job before unmounting printer
  2445. "
  2446. $$5568"printing to COM"
  2447. $$5569"ERROR: Procedure "
  2448. $$5570" is not supported by the PCNFSD
  2449. "
  2450. $$5571"ERROR: Can't find DEFAULT-PRINTERS entry in the [PCTCP IDRIVE] section.
  2451. "
  2452. $$5572"Printer "
  2453. $$5573" is mounted on "
  2454. $$5574"ERROR: Unable to mount printer """
  2455. $$5575"""
  2456. "
  2457. $$5576"File is already printing)
  2458. "
  2459. $$5577"File contains no data)
  2460. "
  2461. $$5578"File does not exist, may be ignored)
  2462. "
  2463. $$5579"General Failure)
  2464. "
  2465. $$5580"ERROR: Unable to create RPC client (RPC error)
  2466. "
  2467. $$5581"ERROR: Invalid host and/or printer syntax (\\host\printer required)
  2468. "
  2469. $$5582"ERROR: Print server (PCNFSD) is not present
  2470. "
  2471. $$5583"WARNING: No printers to unmount
  2472. "
  2473. $$5584"ERROR: Invalid number of arguments for UNMOUNT command
  2474.        IDPRINT UNMOUNT (device | entry-name | ALL)
  2475. "
  2476. $$10000"Configuration file (or [pctcp idrive] section) not found
  2477. "
  2478. $$10100"[pctcp idrive-vxd] section not found.
  2479. "
  2480. $$10001"[pctcp idrive] ==> 'file-lock-entries' not found, or bad value specified
  2481. "
  2482. $$10002"[pctcp idrive] ==> invalid value specified for 'file-lock-entries'
  2483. "
  2484. $$10003"[pctcp idrive] ==> file-lock-entries = "
  2485. $$10004"
  2486. "
  2487. $$10005"[pctcp idrive] ==> 'directory-cache-buffers' not found,
  2488. or bad value specified
  2489. "
  2490. $$10006"[pctcp idrive] ==> invalid value specified for 'directory-cache-buffers'
  2491. "
  2492. $$10093"[pctcp idrive] ==> number of directory-cache-buffers was reduced to "
  2493. $$10007"[pctcp idrive] ==> directory-cache-buffers = "
  2494. $$10008"
  2495. "
  2496. $$10009"[pctcp idrive] ==> 'use-emm' not found, or bad value specified
  2497. "
  2498. $$10010"[pctcp idrive] ==> expanded memory (EMS) ENABLED
  2499. "
  2500. $$10011"[pctcp idrive] ==> expanded memory (EMS) DISABLED
  2501. "
  2502. $$10012"[pctcp idrive] ==> 'lookup-cache-buffers' not found, or bad value specified
  2503. "
  2504. $$10013"[pctcp idrive] ==> invalid value specified for 'lookup-cache-buffers'
  2505. "
  2506. $$10092"[pctcp idrive] ==> number of lookup-cache-buffers was reduced to "
  2507. $$10014"[pctcp idrive] ==> lookup-cache-buffers = "
  2508. $$10015"
  2509. "
  2510. $$10016"[pctcp idrive] ==> 'mount-entries' not found, or bad value specified
  2511. "
  2512. $$10017"[pctcp idrive] ==> invalid value specified for 'mount-entries'
  2513. "
  2514. $$10018"[pctcp idrive] ==> mount-entries = "
  2515. $$10019"
  2516. "
  2517. $$10020"[pctcp idrive] ==> 'name-mappings' not found, or bad value specified
  2518. "
  2519. $$10021"[pctcp idrive] ==> invalid value specified for 'name-mappings'
  2520. "
  2521. $$10022"[pctcp idrive] ==> name-mappings = "
  2522. $$10023"
  2523. "
  2524. $$10024"[pctcp idrive] ==> 'print-entries' not found, or bad value specified
  2525. "
  2526. $$10025"[pctcp idrive] ==> invalid value specified for 'print-entries'
  2527. "
  2528. $$10026"[pctcp idrive] ==> print-entries = "
  2529. $$10027"
  2530. "
  2531. $$10043"[pctcp idrive] ==> 'rw-cache-buffers' not found, or bad value specified
  2532. "
  2533. $$10044"[pctcp idrive] ==> invalid value specified for 'rw-cache-buffers'
  2534. "
  2535. $$10045"[pctcp idrive] ==> rw-cache-buffers = "
  2536. $$10046"
  2537. "
  2538. $$10091"[pctcp idrive] ==> number of rw-cache-buffers was reduced to "
  2539. $$10047"[pctcp idrive] ==> 'rw-cache-size' not found, or bad value specified
  2540. "
  2541. $$10048"[pctcp idrive] ==> invalid value specified for 'rw-cache-size'
  2542. "
  2543. $$10049"[pctcp idrive] ==> rw-cache-size = "
  2544. $$10050"
  2545. "
  2546. $$10059"[pctcp idrive] ==> read/write-cache-buffer-size was reduced to "
  2547. $$10053"[pctcp idrive] ==> print-buffer-size was reduced to "
  2548. $$10054"[pctcp idrive] ==> 'print-buffer-size' not found, or bad value specified
  2549. "
  2550. $$10055"[pctcp idrive] ==> invalid value specified for 'print-buffer-size'
  2551. "
  2552. $$10056"[pctcp idrive] ==> print-buffer-size = "
  2553. $$10057"
  2554. "
  2555. $$10058"[pctcp idrive] ==> invalid value specified for 'lock'
  2556. "
  2557. $$10028"[pctcp idrive] ==> 'transaction-buffers' not found, or bad value specified
  2558. "
  2559. $$10029"[pctcp idrive] ==> invalid value specified for 'transaction-buffers'
  2560. "
  2561. $$10030"[pctcp idrive] ==> transaction-buffers = "
  2562. $$10031"
  2563. "
  2564. $$10032"[pctcp idrive] ==> 'loadhigh' not found, or bad value specified
  2565. "
  2566. $$10033"[pctcp idrive] ==> IDRIVE will try to load itself high (into a UMB)
  2567. "
  2568. $$10034"[pctcp idrive] ==> IDRIVE will not try to load itself high (into a UMB)
  2569. "
  2570. $$10035"[pctcp idrive] ==> 'stream' not found, or bad value specified
  2571. "
  2572. $$10036"[pctcp idrive] ==> 'stream' must be at least 0 and less than the
  2573.                    number of transaction buffers
  2574. "
  2575. $$10037"[pctcp idrive] ==> stream = "
  2576. $$10038"
  2577. "
  2578. $$10039"[pctcp idrive] ==> 'timeout' not found, or bad value specified
  2579. "
  2580. $$10040"[pctcp idrive] ==> timeout = "
  2581. $$10041"
  2582. "
  2583. $$10042"[pctcp idrive] ==> invalid value specified for 'timeout'
  2584. "
  2585. $$10060"[pctcp idrive] ==> 'cache-timeout' (or 'cache-tmo') not found,
  2586.                    or bad value specified
  2587. "
  2588. $$10061"[pctcp idrive] ==> invalid value specified for 'cache-timeout'
  2589.                    (or 'cache-tmo')
  2590. "
  2591. $$10062"[pctcp idrive] ==> cache-timeout = "
  2592. $$10063"
  2593. "
  2594. $$10064"[pctcp idrive] ==> 'lock-timeout' (or 'lock-tmo') not found,
  2595.                    or bad value specified
  2596. "
  2597. $$10065"[pctcp idrive] ==> invalid value specified for 'lock-timeout'
  2598.                    (or 'lock-tmo')
  2599. "
  2600. $$10066"[pctcp idrive] ==> lock-timeout = "
  2601. $$10067"
  2602. "
  2603. $$10068"[pctcp idrive] ==> 'sym-lnk' not found, or bad value specified
  2604. "
  2605. $$10069"[pctcp idrive] ==> Symbolic linking is ENABLED
  2606. "
  2607. $$10070"[pctcp idrive] ==> Symbolic linking is DISABLED
  2608. "
  2609. $$10074"[pctcp idrive] ==> 'map-char' not found, or bad value specified
  2610. "
  2611. $$10075"[pctcp idrive] ==> invalid value specified for 'map-char'
  2612. "
  2613. $$10076"[pctcp idrive] ==> map-char = "
  2614. $$10077"
  2615. "
  2616. $$10081"[pctcp idrive] ==> 'umask' not found, or bad value specified
  2617. "
  2618. $$10082"[pctcp idrive] ==> invalid value specified for 'umask'
  2619. "
  2620. $$10083"[pctcp idrive] ==> umask = "
  2621. $$10084"
  2622. "
  2623. $$10078"[pctcp idrive] ==> 'dst' not found, or bad value specified
  2624. "
  2625. $$10079"[pctcp idrive] ==> Daylight Savings Time is ENABLED
  2626. "
  2627. $$10080"[pctcp idrive] ==> Daylight Savings Time is DISABLED
  2628. "
  2629. $$11000"Configuration file (or [pctcp general] section) not found
  2630. "
  2631. $$10085"[pctcp general] ==> 'time-zone' not found, or bad value specified
  2632. "
  2633. $$10086"[pctcp general] ==> Daylight Savings Time is ENABLED
  2634. "
  2635. $$10087"[pctcp general] ==> Daylight Savings Time is DISABLED
  2636. "
  2637. $$10071"[pctcp general] ==> 'time-zone-offset' not found, or bad value specified
  2638. "
  2639. $$10072"[pctcp general] ==> time-zone-offset = "
  2640. $$10073"
  2641. "
  2642. $$10088"[pctcp idrive] ==> invalid value specified for 'drive-disconnect'
  2643.                    (or 'drive-tmo')
  2644. "
  2645. $$10089"Drive Timeout is ENABLED
  2646. "
  2647. $$10090"Drive Timeout is DISABLED
  2648. "
  2649.  
  2650.