cancel
Showing results for 
Search instead for 
Did you mean: 

Issue while opening Object

Yeswa_Vaibhav_1
Level 6
Hi All,

I am trying to open an object and it was showing below error message suddenly. Refer screenshot.
29340.png


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

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
------------------------------

You could try to export the process through he command line using automatec.exe /export (processname)

------------------------------
Gabe Marquez
Technical Support Engineer
Blue Prism
------------------------------

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
------------------------------

Good to hear. Can you share results?

------------------------------
Gabe Marquez
Technical Support Engineer
Blue Prism
------------------------------

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
------------------------------

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
------------------------------

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
------------------------------

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:
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
------------------------------