Question

Unexpected character encountered while parsing value: =. Path '', line 0, position 0.

Hi,

 

I have commited and sync some of my work and then updated packages to file system in creatio. When I compile ,  Iam getting below error:

Unexpected character encountered while parsing value: =. Path '', line 0, position 0.

What could be the reason? How can I resolve this?

Like 0

Like

2 comments

Hi Indira,

 

First of all you need to find out which particular object returns an error. To do that you need to open the "Setup columns" modal window and display the "Last error message text" column in the columns setup (here in configurations from your screenshot):

and

Then you need to sort objects and find the object with an error.

 

After that there are two ways to fix the problem:

 

1) Remove the object with an error from configurations and compile the app then

2) !!Perform this on the copy first to be able to restore the system just in case: Execute this query and restart the application:

 

update [SysSchema] set [ParentId] = (select [Id] from [SysSchema] where [Name] = 'BaseLookup') where [Name] = 'The name of the object with an error (not its Caption, but Name)'

Best regards,

Oscar

Oscar Dylan,

 

Thanks for the suggestions!



This way of identifying the error object helped us to solve a similar scenario!



We performed Step 1, removed the error object and its reference.

 

 

Best Regards,

Bhoobalan P.

Show all comments