Routine to Auto start Broker and Taskman (If you are using Cache)

From VistApedia
Revision as of 16:46, 8 March 2007 by JWilson (talk | contribs) (Initial)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Routine to Auto start Broker and Taskman

(If you are using Cache)

1) Click on the blue Cahce cube and click Studio - If the cube is not blue you must first start Cache

2) Log in by entering you user name and password then click Ok

3) Click File, located at the top right of the screen, and click New

4) Click on Cache Object Script Routine and click Ok

5) Copy and paste the following into the new window:

ZSTU ;Broker and Taskman Startup ;

ZN "EHR"
D STRT^XWBTCP(9210)
D ^ZTMB
ZN "%SYS"

Q

  ** make sure that there is a space before the ZN, D, D and ZN **

6) Click Build, found at the top of the screen, and click Compile

7) Change the File Type to Intermediate Routine (*.int) and change the file name to read ZSTU

8) Click Save As then Close