Sorry Sam for the late reply. You might have got a license file when you were working with Learning Edition.
Can you try to reinstall the Learning Edition and put the .lic file there?
Also, there are alternative ways to retrieve your processes and objects since they are usually stored in your backend database. If you have SSMS (SQL Server Management Studio) installed on your machine, you can log into your server and locate the Blue Prism database that you used for connecting on the sign up window of your Blue Prism Interactive Client.
As you can see this is the database I have for my Blue Prism application:
You can try to execute the below query:
SELECT TOP (1000) [processid]
,[ProcessType]
,[name]
,[description]
,[version]
,[createdate]
,[createdby]
,[lastmodifieddate]
,[lastmodifiedby]
,[AttributeID]
,[compressedxml]
,[processxml]
,[wspublishname]
,[runmode]
,[sharedObject]
,[forceLiteralForm]
,[useLegacyNamespace]
FROM [Blue Prism].[dbo].[BPAProcess]
This query will return you all the processes/objects along with their XML definitions:
You can copy the XML definitions and paste them to a blank notepad file which you can later save as .xml file. Whenever you wish to import the objects or processes in the new environment you can easily do that from those files. It can be a lengthy process but if your new Blue Prism environment is unable to connect to this database then you have to go via this approach only.
Also, I would suggest you to frequently create an export of all the processes and objects in form of a .bprelease file in order to avoid all these mishaps that can occur due to any environmental issues. Whenever you migrate to some other environment even if accidentally it happens, you still will have a .bprelease file with all your saved artifacts which you can import.
------------------------------
----------------------------------
Hope it helps you out and if my solution resolves your query, then please mark it as the 'Best Answer' so that the others members in the community having similar problem statement can track the answer easily in future
Regards,
Devneet Mohanty
Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,
Wonderbotz India Pvt. Ltd.
Blue Prism Community MVP | Blue Prism 7x Certified Professional
Website:
https://devneet.github.io/Email: devneetmohanty07@gmail.com
----------------------------------
------------------------------
---------------------------------------------------------------------------------------------------------------------------------------
Hope this helps you out and if so, please mark the current thread as the 'Answer', so others can refer to the same for reference in future.
Regards,
Devneet Mohanty,
SS&C Blueprism Community MVP 2024,
Automation Architect,
Wonderbotz India Pvt. Ltd.