Tar: 0511-184 Cannot set the time on config


 
Thread Tools Search this Thread
Operating Systems AIX Tar: 0511-184 Cannot set the time on config
# 1  
Old 07-07-2013
Tar: 0511-184 Cannot set the time on config

Dear i have run a secripts that will extract a gz file after that i have the following error

Code:
x config/xsql/cbs/UserProfile
x config/xsql/cbs/Utility
x config/dbtrans/accounts/AccountDetailedStatement.xsl, 888 bytes, 2 media blocks.
tar: 0511-184 Cannot set the time on config/dbtrans/accounts/AccountDetailedStatement.xsl: Operation not permitted.
x config/dbtrans/accounts/AccountDetails.xsl, 426 bytes, 1 media blocks.
tar: 0511-184 Cannot set the time on config/dbtrans/accounts/AccountDetails.xsl: Operation not permitted.
x config/dbtrans/accounts/AccountMinistatement.xsl, 723 bytes, 2 media blocks.
tar: 0511-184 Cannot set the time on config/dbtrans/accounts/AccountMinistatement.xsl: Operation not permitted.
x config/dbtrans/accounts/AccountNTransactionStatement.xsl, 740 bytes, 2 media blocks.
tar: 0511-184 Cannot set the time on config/dbtrans/accounts/AccountNTransactionStatement.xsl: Operation not permitted.
x config/dbtrans/accounts/AccountValidate.xsl, 469 bytes, 1 media blocks.
tar: 0511-184 Cannot set the time on config/dbtrans/accounts/AccountValidate.xsl: Operation not permitted.
x config/dbtrans/accounts/CheckImage.xsl, 715 bytes, 2 media blocks.
tar: 0511-184 Cannot set the time on config/dbtrans/accounts/CheckImage.xsl: Operation not permitted.
x config/dbtrans/ChangePassword/ActivateUserProfile.xsl, 1012 bytes, 2 media blocks.


Last edited by zaxxon; 07-08-2013 at 04:41 AM.. Reason: code tags, not php tags... is it so hard?!
# 2  
Old 07-07-2013
Looks as if the files in question already exist on disk and you have write access to them but are not owner of the files.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

0511-193 An error occurred

Hi, When i am trying to read data from tape cassette its giving below error: tar tvf /dev/rmt0 "tar: 0511-193 An error occurred while reading from the media. A system call received a parameter that is not valid." OS: - AIX 6.1 Tape Library : - IBM TS3100 Tape Cassette : - Ultrium LTO... (1 Reply)
Discussion started by: arunmistry
1 Replies

2. AIX

tar: 0511-825 The file 'file' is too large.

Dears, i am trying to comprees file but it gave me error as below: userhost>tar cvf - file | gzip > file.tar.gz tar: 0511-825 The file 'file' is too large. Be noted that this file is nearly to "9 Giga". Please, advise Thanks & Reagrds, Please use code tags! Also please do not... (3 Replies)
Discussion started by: mohammedmostafa
3 Replies

3. AIX

tar: 0511-193 An error

Hi all, when i exucte comman to see the contents of tape it gives an error like tar: 0511-193 An error occurred while reading from the media. The media surface is damaged and insert clean catridge tape to clean the tape in tape then again i got the same.when i excute the same above... (1 Reply)
Discussion started by: younusdba
1 Replies

4. AIX

lsmksysb: error 0511-119 & 0511-137 ?

I have 2 workstations that when I do the smitty lsmksysb to verify the tape created by the smitty mksysb, both fail on the same problem: restore: 0511-119 There is a missing header block. restore: 0511-137 Trying to find the next header. Data maybe lost. Starting again at file .... I... (3 Replies)
Discussion started by: Browser_ice
3 Replies

5. Shell Programming and Scripting

Extracting data from text file based on configuration set in config file

Hi , a:) i have configuration file with pattren <Range start no>,<Range end no>,<type of records to be extracted from the data file>,<name of the file to store output> eg: myfile.confg 9899000000,9899999999,DATA,b.dat 9899000000,9899999999,SMS,a.dat b:) Stucture of my data file is... (3 Replies)
Discussion started by: suparnbector
3 Replies

6. Shell Programming and Scripting

tar: 0511-194 Reached end-of-file before expected.

Hello everyone! I wrote a script for backing up a folder. It goes fine but today it started to spit out this error, when a folder is taring: tar: 0511-194 Reached end-of-file before expected. I didn't make any changes! - OS: UNIX AIX ibm 3 - the folder I'm trying to tar is 11Gb large... (4 Replies)
Discussion started by: Funky_ass
4 Replies

7. UNIX for Dummies Questions & Answers

1st install Suse, network config set up

Hello, I'm a newbie to unix. I just about have the Suse 10.1 installed. During set up it automatically detected components to access the internet. But failed. I lost now. Any ideas? Thank You (2 Replies)
Discussion started by: Nick7269
2 Replies

8. Solaris

network config problem - how to set the server for others to ssh without password

Hi, I want to ssh the linux server without inputting the password, how can I config this server? Thanks in advance! (1 Reply)
Discussion started by: GCTEII
1 Replies

9. UNIX for Dummies Questions & Answers

tar archive: time, date?

Is there a way to know when (date, time) a tar archive on tape was created? (1 Reply)
Discussion started by: croy75
1 Replies
Login or Register to Ask a Question