09-09-20 08:18 AM
09-09-20 01:59 PM
Hi Yeswa,
Were you able to get your object to open after closing this error message? Do you have a previous version you can compare and try to restore to see if it doesn't have the error?
Thanks,
09-09-20 02:57 PM
09-09-20 03:49 PM
09-09-20 03:58 PM
09-09-20 04:01 PM
09-09-20 04:15 PM
09-09-20 04:47 PM
09-09-20 04:50 PM
09-09-20 05:10 PM
SELECT processid, name, description, version, createdate, lastmodifieddate, CHARINDEX(CHAR(0x01), processxml) as position, DATALENGTH(processxml) as XMLLength
FROM BPAProcess
WHERE CHARINDEX(CHAR(0x01), processxml) > 0