Import BP Release-Error
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-04-21 07:23 AM
Hi Team,
I am importing a BP Relase File from my local machine. But I am getting below error,
An error occurred while attempting to import the release:
AMI did not recognise the action type 'WebIsConnected'.
My App Version: 6.10.0
Kindly Help.
Regards
Karthik
------------------------------
Karthik Ballary
------------------------------
I am importing a BP Relase File from my local machine. But I am getting below error,
An error occurred while attempting to import the release:
AMI did not recognise the action type 'WebIsConnected'.
My App Version: 6.10.0
Kindly Help.
Regards
Karthik
------------------------------
Karthik Ballary
------------------------------
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-04-21 11:20 AM
BluePrism.Server.Domain.Models.NoSuchElementException: AMI did not recognise the action type 'WebIsConnected'
at BluePrism.AutomateProcessCore.clsReadStep.FromXML(XmlElement e)
at BluePrism.AutomateProcessCore.clsReadStep..ctor(clsReadStage stg, XmlElement el)
at BluePrism.AutomateProcessCore.Stages.clsReadStage.CreateStep(XmlElement el, clsApplicationTypeInfo appInfo)
at BluePrism.AutomateProcessCore.Stages.clsAppStage.FromXML(XmlElement e)
at BluePrism.AutomateProcessCore.clsProcess.m(ProcessXmlDocument doc, Boolean fullProcess)
at BluePrism.AutomateProcessCore.clsProcess.FromXML(IGroupObjectDetails externalObjs, String xml, Boolean editable, Boolean fullProc)
at BluePrism.AutomateAppCore.ProcessComponent.ReadXmlBody(XmlReader reader, IComponentLoadingContext ctx)
------------------------------
Karthik Ballary
------------------------------
at BluePrism.AutomateProcessCore.clsReadStep.FromXML(XmlElement e)
at BluePrism.AutomateProcessCore.clsReadStep..ctor(clsReadStage stg, XmlElement el)
at BluePrism.AutomateProcessCore.Stages.clsReadStage.CreateStep(XmlElement el, clsApplicationTypeInfo appInfo)
at BluePrism.AutomateProcessCore.Stages.clsAppStage.FromXML(XmlElement e)
at BluePrism.AutomateProcessCore.clsProcess.m(ProcessXmlDocument doc, Boolean fullProcess)
at BluePrism.AutomateProcessCore.clsProcess.FromXML(IGroupObjectDetails externalObjs, String xml, Boolean editable, Boolean fullProc)
at BluePrism.AutomateAppCore.ProcessComponent.ReadXmlBody(XmlReader reader, IComponentLoadingContext ctx)
------------------------------
Karthik Ballary
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-04-21 10:26 AM
If you importing from a higher version of BP into a lower version of BP, releases are not certain to be backwards compatible if they contain logic that the lower version does not recognise.
------------------------------
John Carter
Professional Services
Blue Prism
------------------------------
------------------------------
John Carter
Professional Services
Blue Prism
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-04-21 03:35 AM
Hi Karthik,
WebIsConnected is introduced in v6.10.1. It is available as a Read Action (e.g., an available action from a Read stage) if you use an Application element (the top level element you have in the Application Modeller hierarchical tree that is in bold) using Chrome/Firefox/Edge. This read action is not available in v6.10.0.
On page 13 of the v6.10.1 release note, you can find the following:
This means Chrome/Firefox/Edge objects created in v6.10.1 cannot be ported back to earlier version of Blue Prism. If you really want to go ahead, what you may do is to open the release package using any text editor and perform a global replace so that all WebIsConnected is replaced by IsConnected.
Hope this helps.
------------------------------
Bruce Liu
Senior Product Consultant, Professional Services
Blue Prism
Australia/Sydney
------------------------------
WebIsConnected is introduced in v6.10.1. It is available as a Read Action (e.g., an available action from a Read stage) if you use an Application element (the top level element you have in the Application Modeller hierarchical tree that is in bold) using Chrome/Firefox/Edge. This read action is not available in v6.10.0.
On page 13 of the v6.10.1 release note, you can find the following:
This means Chrome/Firefox/Edge objects created in v6.10.1 cannot be ported back to earlier version of Blue Prism. If you really want to go ahead, what you may do is to open the release package using any text editor and perform a global replace so that all WebIsConnected is replaced by IsConnected.
Hope this helps.
------------------------------
Bruce Liu
Senior Product Consultant, Professional Services
Blue Prism
Australia/Sydney
------------------------------