Hi.
I am very new member to this openvista server community.
Can any one explain me how the .M files (i downloaded the Open vista server side code) related with Intersystem Cache server?
Where can i get the database scripts for openvista server? and How can i execute the DB scripts?
I would like to view the Database schemas and tables for openvista server.
Thanks and regards
Govindaraj
The .m files contain MUMPS code. This code is run on an interpreter; Cache is a MUMPS interpreter. GT.M is another interpreter - one that is Free and Open Source (Cache is proprietary). In MUMPS, the database is very closely tied with the language interpreter. There is no separate SQL database. So both Cache and GT.M are databases as well as MUMPS interpreters.
When you ask about database scripts, I'm assuming you're looking for an SQL database script that creates tables and loads data. OpenVista is not built using SQL, so there's no "database script" to be had.
The DBMS OpenVista uses is called FileMan. FileMan has a text-based interface that you can use to query the structure of it's files (the "data dictionary").
I hope that's enough to get you started.
Hi
Thanks for your reply.
is it possible to import these .M files into cache server?
Thanks
Govindaraj
Instead of downloading the .m files (the -globals.zip), try downloading the -cache.zip file. It contains a CACHE.DAT file that has the routines imported into it already.
Hi
I downloaded cache.dat file from the following link
http://sourceforge.net/project/showfiles.php?group_id=74626&package_id=77362
Can u please tell me how can i dismount this cache.dat file in cache server?
is there any online documentation available for that?
Thanks
Govindaraj
Assuming that you have created a namespace and mapped the routines and globals, you can dismount the .DAT file in the Cache System Management Portal under Operations => Databases. Or you could just shut down Cache. While the database is dismounted, replace the .DAT file with the one you downloaded, then re-mount the database (or restart Cache, if you had shut it down).
Yesterday I wrote up a high level overview of the installation steps, you may want to have a look at that as you work your way through the installation: OpenVista Server Installation Options
Hi jonathan.
I have configured the cache server as per the procedure in your installation options link.
Thanks for the installation Guide. But my task is still in pending status.
I completed the steps till replacing the cache.dat file in OPEN database of Cache server.
FYI: I have enough license to use the cache server.
I would like to know the detailed information about the following steps.
I could not find how to start the taskman in cache server and where to start the RPC broker.
Regards
Govindaraj
Have a look at this thread:Re: How to configuration OpenVista CIS and Server in windows system?
If you're running CIS on the same machine as Cache, then use 127.0.0.1 or localhost for the server name. Otherwise, use the IP address of the machine running Cache. Port 9201 is correct.
Yes. I have installed both openvista client and Cache in the same machine.
When i give localhost or the IP address of my machine for server, i am getting the error "Session request rejected by server".
For additional information:
I have downloaded and installed the openvista appliance for Linux machine.
then i configured the Openvista server in seperate server machine which as another IP address.
When i give the Linux server machine IP for Server in openvista CIS, It is connecting to the openvista and i can view the patient information.
But It's giving error when i try to give localhost for server in Openvista CIS.
Can you try telneting to the port from the Windows machine? You can use the built-in telnet client in Windows (Start => Run, type "cmd", then in the Command Prompt type "telnet localhost 9201") or download and use PuTTY. I'd like to see what response you get when you use telnet.
The port is not actually listening, so I suspect that you never properly started TaskMan. TaskMan spawns the listener, so if it is not running, the restart command has no effect. Can you run
D ^ZTMON
in the mumps prompt and show us the output? For future reference, you can also reach the Monitor TaskMan option from the menus (EVE => Taskman Management => Taskman Management Utilities => Monitor TaskMan)