Hi,
I received following error message whileimporting project from one instance to another -
"There was a problem parsing the backup XML file at <import_location/backup_file_name.zip>: No 'projectroleid' field for ProjectRoleActor <28760>.
Can you please suggest how to fix this and import the project successfully.
Thanks a lot,
Regds,
Pawan
Hi Pawan.
To import this project you can use the following workaround.
Hope this helps,
Marcus Silveira
Hi Marcus,
Thanks for the workaround. However, the problem at our end is the size of XML backup(approx a GB) and am afraid that while performing workaround steps(unziping the xml),it may add load to the server.
It would be appreciable if you could provide us the root cause of the issue which could help us out in debugging the issue.
Thanks,
Pawan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
just run the following SQL over Jira database before generating your XML backup:
delete from ProjectRoleActor where projectroleid is null; commit;
No restart or reindex is required
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What effect will this query have on the database?
We have a lot of entries when we run a select query
SELECT * FROM projectroleactor WHERE projectroleid IS null;
Before we run the delete query I want to know what can be the possible consequences.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nothing, it will just clean the zombie records from the projectroleactor table.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.