Re: [topbraid-users] Function to get name of server

2017-09-18 Thread pamarkes
Thank you Holger. I will look into that!

-Paula
Sent from my iPhone

> On Sep 18, 2017, at 6:14 PM, Holger Knublauch  wrote:
> 
> Since the TopBraid server may be run from any number of URLs or IP addresses, 
> TopBraid by default doesn't have such a name/URL. However, once an 
> administrator has entered the URL on the server configuration parameters page 
> (under Server URL), this value can be queried using 
> smf:configParam("serverURL")
> 
> HTH
> Holger
> 
> 
>> On 19/09/2017 7:07, pamar...@gmail.com wrote:
>> Is there a SPARQL function to get the name of a server on which an SWP 
>> service is being run?
>> 
>> -Paula
>> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "TopBraid Suite Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to topbraid-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to topbraid-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[topbraid-users] Function to get name of server

2017-09-18 Thread pamarkes
Is there a SPARQL function to get the name of a server on which an SWP service 
is being run?

-Paula

-- 
You received this message because you are subscribed to the Google Groups 
"TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to topbraid-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[topbraid-users] Function to get name of server

2017-09-18 Thread pamarkes
Is there a SPARQL function to get the name of a server on which an SWP service 
is being run?

-Paula
Sent from my iPhone

-- 
You received this message because you are subscribed to the Google Groups 
"TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to topbraid-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[topbraid-users] Optimizing an SWP insert service

2017-08-28 Thread pamarkes
Hi,

I wonder if anyone might be able to give some clues as to why I might be having 
the issue I'll describe below. 

I've created 2 simple SWP services. They both just check some counts, and then 
the execute multiple UpdateTemplates that do an insert to a graph. One service 
has 8 UpdateTemplates to run, the other has 10. 

When I run the services locally on my laptop, they are not lightening fast... 
but ok for what I'm doing.  One takes 1 min 48 secs to insert 4991 triples. The 
other takes 1 min 53 secs to insert 6077 triples. 

But when I run the same services on our server, one takes 9 min 24 secs to 
insert the same 4990+ triples, and the other takes 10 min 53 secs to insert the 
6000+ triples.  That's a huge difference from the local run. And the servers 
are more powerful and have greater capacity than my laptop I'm told. 

I recognize there are multiple factors that could be causing this. Also this 
has been going on for a while, so many things have been looked at. However no 
solution has been found. But having it run this slow in the server for such a 
small number of triples is not workable in the long run as the number of 
triples will only grow. 

So I wondered... does anyone have any ideas of what might be causing this 
problem and how I might optimize this query?  I'd also be happy to email 
offline if needed as well. 

-Paula
Sent from my iPhone

-- 
You received this message because you are subscribed to the Google Groups 
"TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to topbraid-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [topbraid-users] EDG 5.3.1

2017-08-08 Thread pamarkes
Thank you Richard!

-Paula
Sent from my iPhone

> On Aug 8, 2017, at 1:50 PM, Richard Cyganiak  wrote:
> 
> Hi Paula,
> 
> Yes, this is a bug (tracked as TBS-382 internally) that was introduced in EDG 
> 5.3.1 and fixed in EDG 5.3.2.
> 
> Richard
> 
> 
> 
>> On 8 Aug 2017, at 18:20, pamar...@gmail.com wrote:
>> 
>> Hello, Is anyone else having trouble using Content Tagsets in EDG 5.3.1?
>> 
>> When in a tagset, after searching for and finding instances in the lower 
>> left corner, we can no longer select an instance and view it in the middle 
>> pane.  When we select an instance, the middle pane remains blank with the 
>> label - no resource found. 
>> 
>> Is this happening anywhere else?
>> 
>> -Paula
>> Sent from my iPhone
>> 
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "TopBraid Suite Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to topbraid-users+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "TopBraid Suite Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to topbraid-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to topbraid-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[topbraid-users] EDG 5.3.1

2017-08-08 Thread pamarkes
Hello, Is anyone else having trouble using Content Tagsets in EDG 5.3.1?

When in a tagset, after searching for and finding instances in the lower left 
corner, we can no longer select an instance and view it in the middle pane.  
When we select an instance, the middle pane remains blank with the label - no 
resource found. 

Is this happening anywhere else?

-Paula
Sent from my iPhone

-- 
You received this message because you are subscribed to the Google Groups 
"TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to topbraid-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[topbraid-users] Incrementing counter

2016-07-22 Thread pamarkes
Hello, 

I'm trying to increment a counter inside a forEach loop in a JSONService 
created using SWP. 

I used . Then completed my other 
tasks, then closed the ui:group. 

When I check the value of ?someCount, it never changes. 

How can I increment a counter inside a forEach loop?

-Paula
Sent from my iPhone

-- 
You received this message because you are subscribed to the Google Group 
"TopBraid Suite Users", the topics of which include the TopBraid Suite family 
of products and its base technologies such as SPARQLMotion, SPARQL Web Pages 
and SPIN.
To post to this group, send email to topbraid-users@googlegroups.com
--- 
You received this message because you are subscribed to the Google Groups 
"TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to topbraid-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [topbraid-users]

2016-07-15 Thread pamarkes
Wonderful! Thank you!

-Paula
Sent from my iPhone

> On Jul 15, 2016, at 7:29 PM, Holger Knublauch  wrote:
> 
> Hi Paula,
> 
> the swon:Comma element may not have existed in 4.6.2 yet. But it's really just
> 
> ,
> 
> i.e. "syntactic sugar" for a plain comma character. You could either define 
> that element yourself or just use a comma directly. (It's mainly there to 
> have a cleaner formatting of source code based on tags).
> 
> Holger
> 
> 
>> On 16/07/2016 5:24, pamar...@gmail.com wrote:
>> Hello,
>> 
>> Whenever I try to use  in a JSONService created using SWP, I 
>> get an error - "Undefined SWP element swon:Comma".
>> 
>> What can I do to fix the problem? I'm using 4.6.2 of Composer.
>> 
>> -Paula
>> Sent from my iPhone
> 
> -- 
> You received this message because you are subscribed to the Google Group 
> "TopBraid Suite Users", the topics of which include the TopBraid Suite family 
> of products and its base technologies such as SPARQLMotion, SPARQL Web Pages 
> and SPIN.
> To post to this group, send email to topbraid-users@googlegroups.com
> --- You received this message because you are subscribed to the Google Groups 
> "TopBraid Suite Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to topbraid-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Group 
"TopBraid Suite Users", the topics of which include the TopBraid Suite family 
of products and its base technologies such as SPARQLMotion, SPARQL Web Pages 
and SPIN.
To post to this group, send email to topbraid-users@googlegroups.com
--- 
You received this message because you are subscribed to the Google Groups 
"TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to topbraid-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[topbraid-users]

2016-07-15 Thread pamarkes
Hello,

Whenever I try to use  in a JSONService created using SWP, I get 
an error - "Undefined SWP element swon:Comma". 

What can I do to fix the problem? I'm using 4.6.2 of Composer. 

-Paula
Sent from my iPhone

-- 
You received this message because you are subscribed to the Google Group 
"TopBraid Suite Users", the topics of which include the TopBraid Suite family 
of products and its base technologies such as SPARQLMotion, SPARQL Web Pages 
and SPIN.
To post to this group, send email to topbraid-users@googlegroups.com
--- 
You received this message because you are subscribed to the Google Groups 
"TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to topbraid-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.