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

From VistApedia
Jump to: navigation, search
(fixed spelling of Cache)
(Added screen shots)
Line 3: Line 3:
  
 
1) Click on the blue Cache 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
  
2) Log in by entering you user name and password then click Ok
+
[[Image:Auto_B_and_T_1.JPG]]
 +
 
 +
2) Log in by entering you "User Name" and "Password" then click Ok
 +
 
 +
[[Image:Auto_B_and_T_2.JPG]]
 +
 
 +
- Once logged in you should see the following screen:
 +
 
 +
[[Image:Auto_B_and_T_3.JPG]]
 
   
 
   
3) Click File, located at the top right of the screen, and click New   
+
3) Click "File", located at the top right of the screen, and click "New" and the following window will open:  
  
4) Click on Cache Object Script Routine and click Ok 
+
[[Image: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:
 
5) Copy and paste the following into the new window:
Line 23: Line 34:
  
 
6) Click Build, found at the top of the screen, and click Compile
 
6) Click Build, found at the top of the screen, and click Compile
 +
 +
[[Image:Auto_B_and_T_5.JPG]]
 
   
 
   
7) Change the File Type to Intermediate Routine (*.int) and change the file name to read ZSTU
+
7) Change the "File Type" to "Intermediate Routine (*.int") and change the "File Name" to read "ZSTU", as seen below:
  
 
8) Click Save As then Close
 
8) Click Save As then Close

Revision as of 20:19, 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:

8) Click Save As then Close