Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Transaction Commit
Sun, May 19 2013 7:07 AMPermanent Link

Nils Sorensen

Hello

when trying to commit after started a transaction on a dbisam file I get:

Database commit response error: Expected }, instead found / at 501

Line 4327

Any help appreciated.

Nils T. Sørensen
Sun, May 19 2013 7:33 AMPermanent Link

Matthew Jones

<Nils Sorensen> wrote:
> Hello
>
> when trying to commit after started a transaction on a dbisam file I get:
>
> Database commit response error: Expected }, instead found / at 501
>
> Line 4327

What is giving the error message? Is it in the browser, or the server?
If the browser, have a look at the javascript for the line 4327 to work out
what is happening. You can then use Chrome's F12 debugging to put a
breakpoint in and you can then see the call stack etc, and run it through
in the usual debugging manner.
If the server, I can't help on that part, perhaps someone else can?

--
Matthew Jones
Mon, May 20 2013 2:34 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Nils,

<< when trying to commit after started a transaction on a dbisam file I get:

Database commit response error: Expected }, instead found / at 501 >>

If you're editing rows with BLOBs in them, then this has been fixed already
for 1.02.  The problem is that the rows are not getting sent back to the
server with the proper JSON for the BLOBs, which are links.

Tim Young
Elevate Software
www.elevatesoft.com
Tue, May 28 2013 11:29 AMPermanent Link

Nils Sorensen

"Tim Young [Elevate Software]" wrote:

Nils,

<< when trying to commit after started a transaction on a dbisam file I get:

Database commit response error: Expected }, instead found / at 501 >>

If you're editing rows with BLOBs in them, then this has been fixed already
for 1.02.  The problem is that the rows are not getting sent back to the
server with the proper JSON for the BLOBs, which are links.

Tim Young
Elevate Software
www.elevatesoft.com



Hi

thanks for answers.

I used an 'old' dbisam file that contained a blob field.
As soon as I converted this field to strings, it worked fine.


Nils
Image