[topbraid-users] Re: Error importing SQL Server DB in TopBraid 3.4.4

2011-05-19 Thread Mark
Hi Gokhan, Yes, I used the Create Mapping files for D2RQ Relational Database option on import. I did not get an error on creating the import file and nothing in the error log. However when I load the -Test.rdf file I get the following error: Operation failed. On: May 19, 2011 10:23:42 AM

Re: [topbraid-users] Re: Error importing SQL Server DB in TopBraid 3.4.4

2011-05-19 Thread Gokhan Soydan
Mark, Can you open the Mapping or the Schema ontologies on their own? Gokhan On 5/19/2011 7:30 AM, Mark wrote: Hi Gokhan, Yes, I used the Create Mapping files for D2RQ Relational Database option on import. I did not get an error on creating the import file and nothing in the error log.

[topbraid-users] Issue accessing RSS feed with SSL and invalid cert - how do I by-pass the cert check?

2011-05-19 Thread ArifD
Hi, I am running trying to import a news feed and I get the following exception: 11:32:18.193: - Import news feed News Error: java.io.IOException: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed:

Re: [topbraid-users] Re: Error importing SQL Server DB in TopBraid 3.4.4

2011-05-19 Thread David Price
This kind of error is often caused because there's a column datatype in a table being opened that D2RQ does not support. The details in the (Window, Show View) Error Log often explain the problem in more detail. Cheers, David On 5/19/2011 8:20 PM, Gokhan Soydan wrote: Mark, Can you open the

[topbraid-users] Question about DELETE

2011-05-19 Thread Li, Naicong
Hi, I have a question about using DELETE in a SPARQL query. I have a test class ZTest:C1, which has an instance ZTest:C1_1, whose rdfs:label = C1 1. I entered the following query in the SPARQL query window to test deleting the triple: ZTest:C1_1 rdfs:label C1 1 : DELETE { ?I rdfs:label

RE: [topbraid-users] Question about DELETE

2011-05-19 Thread Li, Naicong
Thanks! Naicong From: topbraid-users@googlegroups.com [mailto:topbraid-users@googlegroups.com] On Behalf Of Gokhan Soydan Sent: Thursday, May 19, 2011 2:48 PM To: topbraid-users@googlegroups.com Subject: Re: [topbraid-users] Question about DELETE Naicong, You also have to bind the ?label

RE: [topbraid-users] Question about DELETE

2011-05-19 Thread Li, Naicong
By the way, when you enter a query starting with DELETE, the first message you saw on the bottom status bar says: [cid:image001.png@01CC1634.E7D8D740] Which could be misleading. Naicong From: topbraid-users@googlegroups.com [mailto:topbraid-users@googlegroups.com] On Behalf Of Li, Naicong

Re: [topbraid-users] Question about DELETE

2011-05-19 Thread Holger Knublauch
Naicong, yes this is a known buglet. The underlying issue is that in the Jena API, Update queries go through a different factory than the queries, and if one of them fails then it's hard to guess which one the user is trying to enter - both throw parsing exceptions. Thanks, Holger On May

Re: [topbraid-users] Question about the sml:ImportRDFFromWorkspace in SPARQLMotion

2011-05-19 Thread Gokhan Soydan
Jessie, The Create RDF/OWL File wizard creates an empty ontology. The Create RDF/OWL/SPIN File wizard creates an empty ontology with SPIN imports. sml:ImportRDFFromWorkspace module is used to import an existing ontology from the workspace into the current SPARQLMotion script. The mentioned