Difference between revisions of "Routine to Auto start Broker and Taskman (If you are using Cache)"

From VistApedia
Jump to: navigation, search
(Initial)
 
(fixed spelling of Cache)
Line 2: Line 2:
 
==(If you are using Cache)==
 
==(If you are using Cache)==
  
1) Click on the blue Cahce cube and click Studio
+
1) Click on the blue Cache cube and click Studio
 
- If the cube is not blue you must first start Cache
 
- If the cube is not blue you must first start Cache
  

Revision as of 17:44, 8 March 2007

Routine to Auto start Broker and Taskman

(If you are using Cache)

1) Click on the blue Cache 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