Insert weight value for triple

Hi

Im trying insert weight value for triple on virtuoso instance 8.3 by sparql

PREFIX : <https://ods-qa.openlinksw.com/public_home/kidehen/Drives/google-drive/mydata2.ttl#>
INSERT DATA {
GRAPH urn:text
{
[
rdf:type rdf:Statement ;
rdfs:Subject :Subject ;
rdfs:Predicate :Predicate1;
rdfs:Object :Object1
]
:weight “1.00”^^xsd:decimal.
}
}

but i have this error

SQLState: 22023
Message: SR130: Value for IRI ID column out of range

I tried the save syntax on another virtuoso instance 8.3, it works well.

Where is the problem, Thanks

What’s the output of the following command regarding the version that works and the one that fails?

virtuoso -?

Thanks kidehen
I think the problem from trigger,
virtuoso - 08.03.3314
I fixed it.
Thanks a lot