This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Hi Carol, > OK that run.k worked. Very good. re: > Since I'm running these scripts as the ldm user, I'm > wondering if there's an issue with creating a new dataset in the mcbasi > script. It would depend on how you have your MCPATH defined. re: > run.k MYDATA/AREAS 'DAY=221 TIME=21:56:17' FILE=ABITRUCOL.MCB > At line 1048 of file dsserve.f (unit = 21, file = > '/home/mcidas/workdata/RESOLV.SRV') > Fortran runtime error: Cannot write to file opened for READ This tells me that your 'ldm' user is trying to read AND write entries in the /home/mcidas/workdata/RESOLV.SRV file and, most likely, 'ldm' does not have write permission for that file. In order to not have to worry about things like this, I create a self-contained McIDAS environment for scripts run as user 'ldm', and in this environment, my McIDAS working directory, MCDATA, is ~ldm/mcidas/data (which I created), and in this directory is a copy of the file RESOLV.SRV that will be used (read/written) by McIDAS processes run by 'ldm'. re: > Using Current Frame: 1 > User Input Dataset (or Alias): MYDATA/AREAS > > Set up a local dataset for copied AREA files > This BATCH file uses AREA file numbers 4501-4550 > > DSSERVE ADD RGB/TEMP AREA 4501 4540 > DSSERVE failed, RC=2 > > An error has occurred. Please correct the error and try again. Yup, DSSERVE is unable to write to /home/mcidas/workdata/RESOLV.SRV. You could change the permissions on this file, or you could generalize your environment for 'ldm' to use its own copy of RESOLV.SRV. Again, if you'd like to Meet to discuss this in greater detail, please let me know. Cheers, Tom -- **************************************************************************** Unidata User Support UCAR Unidata Program (303) 497-8642 P.O. Box 3000 address@hidden Boulder, CO 80307 ---------------------------------------------------------------------------- Unidata HomePage http://www.unidata.ucar.edu **************************************************************************** Ticket Details =================== Ticket ID: YAX-451139 Department: Support McIDAS Priority: Normal Status: Closed =================== NOTE: All email exchanges with Unidata User Support are recorded in the Unidata inquiry tracking system and then made publicly available through the web. If you do not want to have your interactions made available in this way, you must let us know in each email you send to us.