- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - OpenVMS
- >
- Problem running T4 trial session
-
-
Categories
- Topics
- Hybrid IT with Cloud
- Mobile & IoT
- IT for Data & Analytics
- Transformation
- Strategy and Technology
- Products
- Cloud
- Integrated Systems
- Networking
- Servers and Operating Systems
- Services
- Storage
- Company
- Events
- Partner Solutions and Certifications
- Welcome
- Welcome
- Announcements
- Tips and Tricks
- Feedback
-
Blogs
- Alliances
- Around the Storage Block
- Behind the scenes @ Labs
- Converged Data Center Infrastructure
- Digital Transformation
- Grounded in the Cloud
- HPE Careers
- HPE Storage Tech Insiders
- Infrastructure Insights
- Inspiring Progress
- Internet of Things (IoT)
- My Learning Certification
- Networking
- OEM Solutions
- Servers: The Right Compute
- Telecom IQ
- Transforming IT
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Enterprise.nxt
- Marketplace
- Aruba Airheads Community
-
Categories
-
Forums
-
Blogs
-
InformationEnglish
Problem running T4 trial session
- 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
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-23-2007 08:21 AM
08-23-2007 08:21 AM
Problem running T4 trial session
Problem running T4 trial session
$ @T4$SYS:T4$CONFIG.COM
%DCL-E-OPENIN, error opening T4$SYS:[SYSEXE]T4$CONFIG.COM; as input
-RMS-F-DEV, error in device name or inappropriate device type for operation
Assistance would be appreciated...thanks!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-23-2007 08:27 AM
08-23-2007 08:27 AM
Re: Problem running T4 trial session
Re: Problem running T4 trial session
this looks very much like you are missing the T4$SYS logical name, in the scope of the executing process.
(If it IS defined, check that it has the /ATTRIBUTE=COBCEALED )
hth
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-23-2007 09:48 AM
08-23-2007 09:48 AM
Re: Problem running T4 trial session
Re: Problem running T4 trial session
Check that you have defined the base T4 environment per the release notes. As Jan has noted, that includes the T4$SYS logical name.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-23-2007 01:31 PM
08-23-2007 01:31 PM
Re: Problem running T4 trial session
Re: Problem running T4 trial session
I did define T4$SYS and T4$DATA as the guide tells you to but I still get the same message. I also included the /ATTRIBUTE=COBCEALED but unfortunately that didn't work either.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-23-2007 01:42 PM
08-23-2007 01:42 PM
Re: Problem running T4 trial session
Re: Problem running T4 trial session
It is difficult to know precisely what you are looking at.
Where are the files that were installed from the T4 kit? What are the contents of the logical names?
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-23-2007 01:49 PM
08-23-2007 01:49 PM
Re: Problem running T4 trial session
Re: Problem running T4 trial session
That may be so, but in the mean time there still is something wrong with the definition.
Some typo? like an O/0 (Ohh/ZerO) confusion?
A colon too many?
Double quoted either side? Should not.
The error shown has NOTHING to do with T4 itself and everthing with basic device/directory/logical-name navigation.
For further help please check with a peer, and if reporting here be sure to include the output for
$SHOW LOG T4$SYS [ /all ]
$SHOW LOG for anything left of the colon
$SHOW DEV T4$SYS (will follow logical)
Also, Maybe you have a DCL$PATH logical set up to murking the waters?
Hth,
Hein.
$ set def sys$system
$ @test:afwerf
$ show log test
%SHOW-S-NOTRAN, no translation for logical name TEST
$ show log test:
%SHOW-S-NOTRAN, no translation for logical name TEST:
$ @test:something-silly
%DCL-E-OPENIN, error opening TEST:[SYSEXE]SOMETHING-SILLY.COM; as input
-RMS-F-DEV, error in device name or inappropriate device type for operation
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-23-2007 07:25 PM
08-23-2007 07:25 PM
Re: Problem running T4 trial session
Re: Problem running T4 trial session
>>>
I did define T4$SYS and T4$DATA as the guide tells you to
<<<
Could you specify EXACTLY (copy/paste) how you did do that?
Quite obviously something did not work out well enough. Could be a typo, could be unsufficiently detailed instruction.
From the available info, and past experience, I tend to suspect a missing "." (fill stop) in the T4$SYS definition just before the closing square bracket "]", but that is just my best guess.
Tell us more, help us helping you!
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-24-2007 12:02 AM
08-24-2007 12:02 AM
Re: Problem running T4 trial session
Re: Problem running T4 trial session
I have T4 running but I'm not on mys system so I have to dig into my memory - and it may be faulty...
...error opening T4$SYS:[SYSEXE]T4$CONFIG.COM...
and you're running form SYS$SYSTEM?
In that case, your definition T4$SYS is incorrect, or you specified the wrong location.
You have:
- NOT specified T4$SYS as a logical.
- You have specified T4$SYS as "
where
My recollection is that T4$SYS is a plain logical location, so
HTH
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-27-2007 03:32 AM
08-27-2007 03:32 AM
Re: Problem running T4 trial session
Re: Problem running T4 trial session
On my system, I defined T4$SYS as:
$ sho log t4$*0/full
"T4$DATA" [exec] = "userdisk:[t4.data]"
"T4$SYS" [exec] = "USERDISK:[T4.T4$SYS]"
USERDISK is the name used when mounting the disk - so I don't require anything more.
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-27-2007 03:44 AM
08-27-2007 03:44 AM
Re: Problem running T4 trial session
Re: Problem running T4 trial session
my comment about T4$SYS as a concealed device was totally inappropriate. Pleas ignore it.
Proost.
Have one on me.
jpe
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2018 Hewlett Packard Enterprise Development LP