cancel
Showing results for 
Search instead for 
Did you mean: 

BP -License URGENT

SamLima
Level 7
32982.jpg
by mistake, I downloaded the trial edition instead of learning edition
is there any way to retrieve my projects?

------------------------------
Sam Lima
------------------------------
1 BEST ANSWER

Helpful Answers

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.

32966.png

As you can see this is the database I have for my Blue Prism application:

32967.png

You can try to execute the below query:

32968.png

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:

32969.png

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.

View answer in original post

5 REPLIES 5

SamLima
Level 7
 

 

@SamLima,

Have you tried opening a ticket with Blue Prism Support?

Cheers,


------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------

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.

32966.png

As you can see this is the database I have for my Blue Prism application:

32967.png

You can try to execute the below query:

32968.png

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:

32969.png

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.

@devneetmohanty07 thank you so much I reinstall learning edition and thing went good​

------------------------------
Sam Lima
------------------------------