- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Interactive User Simulation
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2005 07:59 PM
02-09-2005 07:59 PM
Interactive User Simulation
I suppose, it should be possible via the pseudo-terminal device driver, but before I warm up the compiler, I would like to know if there is already a solution.
Coming to the details:
OpenVMS (AXP) 7.1-1H2, the application consist of one single MUMPS executable, no sources available.
The application can only be started interactively, but I would like to do some specific tasks like starting up and shutting down in the background.
Any ideas?
TX, Albert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2005 08:19 PM
02-09-2005 08:19 PM
Re: Interactive User Simulation
$ HGLOGIN SYSTEM MAIL
You can fetch it here:
ftp://ftp.process.com/vms-freeware/fileserv/hglogin.zip
http://vms.process.com/ftp/vms-freeware/fileserv/hglogin.zip
ftp://ftp.tmk.com/vms-freeware/fileserv/hglogin.zip http://www.tmk.com/ftp/vms-freeware/fileserv/hglogin.zip
mfg Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2005 09:09 PM
02-09-2005 09:09 PM
Re: Interactive User Simulation
thanks for your quick reply, I will try out and report.
MFG
Albert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2005 10:16 PM
02-09-2005 10:16 PM
Re: Interactive User Simulation
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2005 10:22 PM
02-09-2005 10:22 PM
Re: Interactive User Simulation
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2005 01:42 AM
02-10-2005 01:42 AM
Re: Interactive User Simulation
the application does not check anything, it creates an SMG error when called in batch mode:
...
%SYSTEM-W-NODEVAVL, no device available
%SMG-F-INVPAS_ID, invalid pasteboard-id
...
Regards,
Albert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2005 03:18 PM
02-13-2005 03:18 PM
Re: Interactive User Simulation
What kind of MUMPS are you using - DSM?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2005 10:20 PM
02-13-2005 10:20 PM
Re: Interactive User Simulation
I suppose, its DSM. But there is only one
big executable and of course, the database.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2005 07:03 AM
02-14-2005 07:03 AM
Re: Interactive User Simulation
$ M Version
If it is ISM, it will tell you just that. I do not know what you will get with DSM.
sample output:
Open M [ISM] for OpenVMS V7.x (Alpha) 6.4-F.14 (build-03+JAO837)
Enjoy,
--Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 06:30 AM
02-16-2005 06:30 AM
Re: Interactive User Simulation
If it is MUMPS there would be MUMPS sources available as routines in the database. Normally a mumps app is started in the following way, for example:
dsm/env=myenv ^APPSTART
where APPSTART is a routine in the database, which can be accessed in 'programmer' mode.
What exact command do you use to start the app?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 11:29 PM
02-16-2005 11:29 PM
Re: Interactive User Simulation
The MUCXM.EXE is started in a detached process, the user-I/O is done via CXM. The application is written in MUMPS, although there is no DSM installation. The application startup is done in two steps:
- MUCXM is started as a detached process via a command file in SYS$MANAGER (can be done in batch)
- CXM must be called twice interactively to startup the database and to start a second detached process, which stops the database and the application before backup.
CXM can be called with parameters, but there is no documentation available. The online help shows the following:
HELP CXM
CXM
C.C.S. STANDARD MUMPS V 4.0
COPYRIGHT (c) C.C.S. 1986,1993
$ CXM [parametro]
And as an example:
CXM
parametro
Ejemplo
$ CXM MGR:%SS
Ejecuta la rutina %SS de la UCI MGR
$ CXM ETC,OTH:EJEMPLO:30
Ejecuta la rutina EJEMPLO de la UCI ETC, VGR OTH con
un tamanyo de la particion de 30 Kbytes
In the meantime I tried DTM to solve the problem and it seems to work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2005 04:59 AM
02-18-2005 04:59 AM
Re: Interactive User Simulation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2005 07:16 PM
02-20-2005 07:16 PM
Re: Interactive User Simulation
thank you for your suggestions.
I finally decided to record an interactive session via DTM on a different machine (there is no DTM installed on the target system) and to submit a batch job which plays the recorded session every morning.
Albert