I am not familiar with RM last years but when you want to run old applications, try to use FORCEDOS as first keyword on the commandline. It works many times.
It's version 8.0.1? I believe. When I try to run it, I get an error 401 code and then it just shuts down. I tried compatability modes and nothing seemed to work. What gives? I would love to post the exact error wording and my particular setup for the shortcut to run, but sadly, I have already wiped the drive in an effort to make it run under Windows 2000 Pro, since all the other machines in the office operate under that with no problems.
Have you contacted Liant Technical Support? What were you told?
A 401 error is a configuration error that is detected as the application begins. The cause of the configuration error must be corrected before it is meaningful to continue to run the application, so "it just shuts down." The cause of a 401 error is documented in Appendix A of the RM/COBOL User's Guide. Certainly nothing in the description of the error would lead me to believe that reformatting a drive would somehow correct the problem.
Well, I don't know anything about Cobol and the guy who set all of this up before I came here is already long gone. I tried different types of installs and even copying all files along with extracted reg keys to the new system and that didn't work either. Compatability modes were a no go as well. Since I'm limited in my options from a lack of knowledge in this region, I figure why not just try it with 2000 since the rest of the systems use it and run just fine.
A message box also pops up that says:
Program 'CAS' terminated with return code 251. COBOL error code 410.
The shortcut I am using (which is the same as all of the other machines) is as follows:
"C:\Program Files\RMCOBOL\runcobol.exe" i:\CAS\PGM\CAS t=0 k C=RMPAN2W.CFG
Start in: I:\cas\pgm
(Network drive is mapped correctly.)
As I've stated, I'm pretty in the dark myself on this matter. The program I'm trying to run here is from a vendor I believe. Highland Lakes Software, Ltd. or some such.
Contact Highland Lakes Software technical support. I think you will find them more helpful than I can be, since from this point there are application-specific details that they will know. 512-266-1424.
If it's anything from the 16-bit Windows or DOS era, it won't play well with long file names. For example, Fujitsu COBOL 3.0. It will work in XP very well, except that it can not reside in a LFN directory or work with files that are LFNs.
The RMPAN2W.CFG is assumed to be in the same directory as where your application is installed (because the "C=" parameter does not list a pathname).
The RMPAN2W.CFG is typically found in the same directory as where your RM/COBOL runtime is installed. In your case, the runtime is installed in "C:\Program Files\RMCOBOL". You can try copying the RMPAN2W.CFG file from that directory into your application directory or change the C=RMPAN2W.CFG in the command line to read C="C:\Program Files\RMCOBOL\RMPAN2W.CFG".
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.