- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Ksh is locking an access to a table of applica...
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
08-23-2005 04:06 AM
08-23-2005 04:06 AM
Ksh is locking an access to a table of application Sas
SAS ERROR:
ERROR: A lock is not available for TESTE.TESTE.DATA, lock held by another process.
NOTE: The SAS System stopped processing this step because of errors.
WARNING: The data set TESTE.TESTE was only partially opened and will not be saved.
NOTE: DATA statement used (Total process time):
real time 1:15.51
cpu time 0.07 seconds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2005 04:11 AM
08-23-2005 04:11 AM
Re: Ksh is locking an access to a table of application Sas
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2005 05:00 AM
08-23-2005 05:00 AM
Re: Ksh is locking an access to a table of application Sas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2005 05:04 AM
08-23-2005 05:04 AM
Re: Ksh is locking an access to a table of application Sas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2005 05:16 AM
08-23-2005 05:16 AM
Re: Ksh is locking an access to a table of application Sas
What version of SAS are you using?
By what I have seen of the product, it was designed to be used by one user ( nothing like oracle...) so in multi use environment if you have only (like most people...) just the base and some sophiticated stat modules... the easy way to have SAS work for each users is that each users have their own datasets.
You seem to have a file (a .sas7bdat ? ) opened by someone else. This cannot work in SAS...
If not, lets say you had a problem and got kick ed out of the box, you may have something like a stale session : you have some SAS files marked as opened (the lock hasnt been removed).
There is a SAS utility to clean such things but I am no SAS specialist...
If you really dont know what it is called then I will try to find out
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2005 04:38 AM
08-24-2005 04:38 AM
Re: Ksh is locking an access to a table of application Sas
the problem already is resolved. Was nfsktcpd that was blocking the accesses for tcp. After reboot to the server, Sas works fine.
Thanks for all.