
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2020 03:36 PM
I'm working on a project to create a Contacts Portal, but we upgraded our development instance to Paris from New York. Before we upgraded I committed my code to GitHub. I'm trying to import my code from GitHub, but I get this error:
Another application is already associated with the specified repository configuration
The application name doesn't exist. Before we upgraded to Paris, I was able to do this without issues.
Any help you can provide would be great.
Thanks,
Paul
Solved! Go to Solution.
- Labels:
-
Studio
- 5,687 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2020 03:45 PM
I found the solution. There was a Repository Configurations (sys_repo_config_list.do) for my repository, however there wasn't an associated application. I deleted that record and then I was able to import my repository.
The article that helped me is here:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2020 03:45 PM
I found the solution. There was a Repository Configurations (sys_repo_config_list.do) for my repository, however there wasn't an associated application. I deleted that record and then I was able to import my repository.
The article that helped me is here:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2021 02:35 PM
THANK YOU for posting an update with your solution! I have run across this several times and always had to resort to... let's just call them "extreme measures"... to be able to edit my application again. Thanks to your post here, I was able to get back up and running following a clone in no time!