Joseph; Can you take a look at your PerformUpdate module and make sure the INSERT statement is in the sml:updateQuery property? The "Missing string argument for updateQuery" usually means this is empty or that CONSTRUCT is being used instead of INSERT.
-- Scott On Sep 9, 12:40 pm, Joseph Shea <[email protected]> wrote: > Hello all. I am looking for a way to run a SparqlMotion script that > will take in two variables and construct a new triple to save in a > Jena TDB file running on a Top Braid Live server. The SPARQL runs > fine, as it constructs the proper triple with hard coded values in the > SPARQL window in TBC. When I run the SparqlMotion script in debug > mode, I get an error, saying "Could not execute SPARQLMotion script > Missing string argument for updateQuery" in the prompt. > > The layout for the SparqlMotion script uses an > "sml:ImportRDFFromWorkspace" along with two String Args that take in > user input, which all lead to the "Perform Update" that creates the > triple. > > Has anyone run into the same problem before? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TopBraid Composer Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/topbraid-composer-users?hl=en -~----------~----~----~----~------~----~------~--~---
