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

From VistApedia
Jump to: navigation, search
(Added screen shots)
(added final screen shot)
 
Line 38: Line 38:
 
   
 
   
 
7) Change the "File Type" to "Intermediate Routine (*.int") and change the "File Name" to read "ZSTU", as seen below:
 
7) Change the "File Type" to "Intermediate Routine (*.int") and change the "File Name" to read "ZSTU", as seen below:
 +
 +
[[Image:Auto_B_and_T_6.JPG]]
  
 
8) Click Save As then Close
 
8) Click Save As then Close

Latest revision as of 20:26, 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

Auto B and T 1.JPG

2) Log in by entering you "User Name" and "Password" then click Ok

Auto B and T 2.JPG

- Once logged in you should see the following screen:

Auto B and T 3.JPG

3) Click "File", located at the top right of the screen, and click "New" and the following window will open:

Auto B and T 4.JPG

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

Auto B and T 5.JPG

7) Change the "File Type" to "Intermediate Routine (*.int") and change the "File Name" to read "ZSTU", as seen below:

Auto B and T 6.JPG

8) Click Save As then Close