- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- error in running script
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
10-03-2008 06:50 AM
10-03-2008 06:50 AM
error in running script
-rwxrwxrwx 1 oracle oinstall 788 Jan 2 2008 uc4_report.ux
It runs fine on server using root id. When we try to run through schedular (uc4), its giving the following error.
Error:
20081003/100703.111 - U2003043 Invalid 'setgid()' call. Error code: ('1' - 'Not owner'
Can any one give me some guidance?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2008 06:56 AM
10-03-2008 06:56 AM
Re: error in running script
Your schedular process isn't running as 'root' and therefore cannot perform a 'setgid()' to change the real, effective or saved-group of the process. See these manpages for more information:
http://www.docs.hp.com/en/B3921-60631/setuid.2.html
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2008 07:03 AM
10-03-2008 07:03 AM
Re: error in running script
Is there any problem with the owner and group. Its owner is oracle and group is oinstall
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2008 10:05 AM
10-03-2008 10:05 AM
Re: error in running script
what do you run at the command line (that works)?
what command (exactly) is in the scheduler?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2008 10:07 AM
10-03-2008 10:07 AM
Re: error in running script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2008 10:09 AM
10-03-2008 10:09 AM
Re: error in running script
chmod 6755 uc4_report.ux
then have the scheduler run it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2008 01:54 PM
10-03-2008 01:54 PM
Re: error in running script
If it has to run at root, you also need to change the owner/group.