Issue while opening Object
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-09-20 08:18 AM
Hi All,
I am trying to open an object and it was showing below error message suddenly. Refer screenshot.
No other user opened the object, which i am trying to open.
Let me know whats the issue and how to get that object back to normal.
------------------------------
Yeswa Vaibhav Alwar Nerella
Associate Consultant
Capgemini
Asia/Kolkata
------------------------------
I am trying to open an object and it was showing below error message suddenly. Refer screenshot.
No other user opened the object, which i am trying to open.
Let me know whats the issue and how to get that object back to normal.
------------------------------
Yeswa Vaibhav Alwar Nerella
Associate Consultant
Capgemini
Asia/Kolkata
------------------------------
17 REPLIES 17
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-09-20 05:24 PM
Thanks for your quick reply Nicholas,
I am unable to get the VBO/XML from neither of the options you have mentioned:
1, Exporting object
2. New Release package with Object VBO.
Both are showing same issue and not able to take the release.
It is correct, as it is not the entire XML. I fetched that XML(i.e., half) which is shown in the above picture from DB table (i.e., BPProcess).
------------------------------
Yeswa Vaibhav Alwar Nerella
Associate Consultant
Capgemini
Asia/Kolkata
------------------------------
I am unable to get the VBO/XML from neither of the options you have mentioned:
1, Exporting object
2. New Release package with Object VBO.
Both are showing same issue and not able to take the release.
It is correct, as it is not the entire XML. I fetched that XML(i.e., half) which is shown in the above picture from DB table (i.e., BPProcess).
------------------------------
Yeswa Vaibhav Alwar Nerella
Associate Consultant
Capgemini
Asia/Kolkata
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-09-20 05:29 PM
You could try to export the process through he command line using automatec.exe /export (processname)
------------------------------
Gabe Marquez
Technical Support Engineer
Blue Prism
------------------------------
------------------------------
Gabe Marquez
Technical Support Engineer
Blue Prism
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-09-20 05:33 PM
Yes, after running the above query it was showing the results of objects which contains this character (0x01).
Please let me know what to do further.
------------------------------
Yeswa Vaibhav Alwar Nerella
Associate Consultant
Capgemini
Asia/Kolkata
------------------------------
Please let me know what to do further.
------------------------------
Yeswa Vaibhav Alwar Nerella
Associate Consultant
Capgemini
Asia/Kolkata
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-09-20 05:44 PM
Good to hear. Can you share results?
------------------------------
Gabe Marquez
Technical Support Engineer
Blue Prism
------------------------------
------------------------------
Gabe Marquez
Technical Support Engineer
Blue Prism
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-09-20 05:53 PM
Being that this is going into the DB to do some fixing, can you submit a support ticket for this issue so we can ensure that we get the correct thing fixed. This will also allow us to share data that might be sensitive if it were posted on the communities?
------------------------------
Gabe Marquez
Technical Support Engineer
Blue Prism
------------------------------
------------------------------
Gabe Marquez
Technical Support Engineer
Blue Prism
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-09-20 06:14 PM
I have raised a ticket for this issue today. Please find the Ticket number:117586.
Please let me know if anything else need to be checked.
------------------------------
Yeswa Vaibhav Alwar Nerella
Associate Consultant
Capgemini
Asia/Kolkata
------------------------------
Please let me know if anything else need to be checked.
------------------------------
Yeswa Vaibhav Alwar Nerella
Associate Consultant
Capgemini
Asia/Kolkata
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-09-20 06:23 PM
Tried to export using using command line arguments but still facing same error :
Failed to export process - '', hexadecimal value 0x01, is an invalid character. Line 58069, position 66.
------------------------------
Yeswa Vaibhav Alwar Nerella
Associate Consultant
Capgemini
Asia/Kolkata
------------------------------
Failed to export process - '', hexadecimal value 0x01, is an invalid character. Line 58069, position 66.
------------------------------
Yeswa Vaibhav Alwar Nerella
Associate Consultant
Capgemini
Asia/Kolkata
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-09-20 04:33 PM
If you're using SSMS to query the database, the results tab only allows a limited number characters to show in a field (probably 65,535 based on your screenshot). To properly view the XML, use this query:
By converting the processxml field into the xml data type, the results tab will give you a link that you can click on which will show you the full (and neatly formatted) xml.
------------------------------
Nicholas Zejdlik
RPA Developer
------------------------------
Select Convert(xml, processxml) From BPAProcess Where name = 'Process Name Here'
By converting the processxml field into the xml data type, the results tab will give you a link that you can click on which will show you the full (and neatly formatted) xml.
------------------------------
Nicholas Zejdlik
RPA Developer
------------------------------

- « Previous
-
- 1
- 2
- Next »