P4 replication: do not read compressed journals?

scmuser created the topic: p4 replication: do not read compressed journals?
p4 replicate and p4 pull (when replicating metadata) do not read compressed journals. Therefore, the master server must not compress rotated journals until the replica server has fetched all journal records from older journals

Based on the major issue, how should be solve this?

Tagged :

Unable to read AppleDouble Header.

scmuser created the topic: Unable to read AppleDouble Header.
I’m getting some errors which I never saw before when renaming SASD to ASDCX project:
Unable to read AppleDouble Header.
open for read: C:\XXXXXXXX\%Rabbit.png: The system cannot find the file specified.
Unable to read AppleDouble Header.
Submit aborted — fix problems then use ‘p4 submit -c 23231’.
Some file(s) could not be transferred from client.

What can be done to resolved this issues?

Tagged :

P4 replication issues

scmjobs created the topic: P4 replication issues
URL www.perforce.com/perforce/r10.2/manuals/…/10_replication.html

In Given URL, Above, it has particular system requirement….

p4 replicate and p4 pull (when replicating metadata) do not read compressed journals. Therefore, the master server must not compress rotated journals until the replica server has fetched all journal records from older journals.

Questions:
1. How to make sure that replica Server has fetch all journal records from older journals?
2. After fetching all journal records, can i compress journal?
3. if I compress jounral after fetch, will Master and replicate server will do replication??

Tagged :

Prompting password frequently in Perforce

scmuser created the topic: Prompting password frequently in Perforce
Recently, p4 is asking me for my password more than once a day. I usually connect to server:1666 from eclipse, cygwin terminal and p4v. Also, I have 3 machines that I use – windows desktop, windows laptop and mac desktop.

Does anyone know why I need to give my password more than once a day – even on the same program. This has started happening recently

alwaysharsha replied the topic: Re: Prompting password frequently in Perforce
In command prompt type p4 tickets and see when you login the ticket is valid for how many hours.

Reverting Another User’s Files

scmuser created the topic: Reverting Another User’s Files
Could you please help me with following…

How do I revert files opened in another user’s client workspace?
How do I revert files for a user or client that no longer exists?

rajeshkumar replied the topic: Re: Reverting Another User’s Files
There are two ways to revert files opened in a Perforce client workspace not owned by you. The first method can be done with an account with Perforce admin or super privileges while the second method can only be done by an account with Perforce super privilege.

The simplest solution is to delete the client workspace containing the opened files. For example, if p4 opened shows:
//depot/main/www/training/index.html#8
– edit default change (txt) by bruno@bruno_workspace

the “bruno_workspace” client workspace can be deleted with:
p4 client -d -f bruno_workspace

You might want to revert a file without deleting the client workspace. In that case, you can impersonate the user that owns the client workspace and then run the p4 revert command. For example:
p4 login user
p4 -u user -c client -H host revert -k file

where file is the file you want to revert, user is the user who has the file open, client is the client workspace where the file is opened, and host is the host name associated with that client workspace.

Link; kb.perforce.com/article/38/reverting-another-users-files
Regards,
Rajesh Kumar
Twitt me @ twitter.com/RajeshKumarIn

alwaysharsha replied the topic: Re: Reverting Another User’s Files
You can reopen those files in to your client using ‘p4 reopen’, then revert the files.

Tagged :

The following files are writable and may contain edits

scmuser created the topic: The following files are writable and may contain edits
Hi,

I have one strange issues. When i try to sync one path then i get issues syncing one file from my path.

While syncing that particular file, i get following error in promted window…

The following files are writable and may contain edits. The requested operation will delete or replace these files.

and when i press “Continue”

I get another prompted window for

File rename() failed after 10 attempts.
rename: C:/Users/rajesh\pathabc\file.cpp: Cannot create a file when that file already exists.

Any idea?

scmuser replied the topic: Re: The following files are writable and may contain edits
I got one strange things is here…I got following error

File rename() failed after 10 attempts.
rename: c:\Users\rajesh\file.cpp#p: Cannot create a file when that file already exists.

while running following command….

p4 sync -f c:\Users\rajesh\file.cpp#head

Tagged :

Transport: partial message read

scmuser created the topic: Transport: partial message read
Hi,

I got following error message while syncing the code using proxy…

05:25:39 RpcTransport: partial message read
05:25:39 Perforce client error:
05:25:39 RpcTransport: partial message read

Anhy ideA?

Tagged :

Changing the case of folder name on Perforce.

scmuser created the topic: Changing the case of folder name on Perforce.
I want to change the name of folder //depot/licensing/… on perforce server to
//depot/licensing/… but perforce is not allowing me to do the same.

P4 submit fails with the “PreventCaseDiffs validation failed” error.
Could you please tell me how can I do it or it’s just the super user who can do this change.

Tagged :

P4 Replication and P4 Broker Questions

scmuser created the topic: P4 Replication and P4 Broker Questions
I would like to implement such a functionality in which if my broker has redirect p4 command to Rep1 server, and same time I got another sync command, it should redirect to rep2 from broker as rep 1 is already busy.

Tagged :