Hi Hugh,

As a reply to the question
   Does the same issue occur
   >> using the OAT Web site Form Designer app at:
   >> http://oat.openlinksw.com/formdesigner/index.html
The answer is:
A data connection is configured, a grid widget is configured to catch the output of the data connection.
   When choosing Design-Save in the menu, I get a popup with the text:
the Cannot change directory to /DAV/home/demo. It does not exist or y
       ou do not have sufficient privileges.
       Please specify other directory.
I may change it to whatever directory, I don't get access.
As an accessory info: the isparql connection on the server is not working neither, can't get access to the graphs.

As a reply to the question:
>> If so what are the steps to reproduce as it is unclear how to do this from
   >> your post.
To ease up the readability: only points 8 to 10 are unexpected in the provided details.

1. The environment is : Linux Ubuntu 9.10,
2. I installed the OAT VAD package which shows in "System Admin" - "VAD packages" - column Installed Version : 1.5.6/2009-04-24
3. Start of http://localhost:8890/formdesigner/
4. Determine the datasource via menu Datasources-View & Edit,
check the result of the datasource with isparql, copy sparql-string from isparql to formdesigner's datasource editor
5. The output fields are shown in the "available fields" box.
6. Draw the grid on the form and define the data in the collomn to be shown. The drop down boxes show the output fields.
7. Save the form with extension .xml
8. Design preview shows the litteral content of the xml codes as shown in the mail here-under.
9. The result is saved outside the server-space, e.g. the desktop
10. Upload the file via WebDAV to different directories.
When I visualize the files of those different directories, the grid is visible but there is no data in it.

Sorry if I asked to fast yesterday, I thought to test the new version too.

Thanks in advance

Kind regards

Eddy

----- Original Message ------
From: "Eddy Vanderlinden" <[email protected]>
To: "Hugh Williams" <[email protected]>; "Eddy Vanderlinden" <[email protected]>
Cc: <[email protected]>
Sent: Tuesday, November 24, 2009 7:59 PM
Subject: Re: [Virtuoso-users] OAT database connection


Hi Hugh,

Sorry for the late reply.

I used the VAD-package which is labelled Version 1.5.6. of 2009-04-24.

It would be GREAT if it worked with any other version.

Thanks a lot in advance !

Kind regards

Eddy


----- Original Message ----- From: "Hugh Williams" <[email protected]>
To: "Eddy Vanderlinden" <[email protected]>
Cc: <[email protected]>
Sent: Tuesday, November 24, 2009 7:15 PM
Subject: Re: [Virtuoso-users] OAT database connection


Hi Eric,

Is this with a local OAT installation you have downloaded from sourceforge (http://sourceforge.net/projects/oat/files/) ? Does the same issue occur using the OAT Web site Form Designer app at:

http://oat.openlinksw.com/formdesigner/index.html

If so what are the steps to reproduce as it is unclear how to do this from your post.

Really you would probably benefit from an updated OAT archive as the current release 2.8 is from April 2008 and their have been a number of updated to what we use internally since then. I shall see if I can obtain a snapshot from development to provide to you.

Best Regards
Hugh Williams
Professional Services
OpenLink Software
Web: http://www.openlinksw.com
Support: http://support.openlinksw.com
Forums: http://boards.openlinksw.com/support
Twitter: http://twitter.com/OpenLink

On 24 Nov 2009, at 16:12, Eddy Vanderlinden wrote:

Hello,

The form designer, isql and other tools work fine.

I just have a problem connecting to the data. When I save the form designer xml-document and view the document I see only literally the code. Although the xsl stylesheet is at the designated place, I do not get the data in the browser.

Can any-one show me the right direction to search for a solution plse ?

Thank you in beforehand.

Eddy

Hereby the sample test code (the name of the graph is http://fadyart.com/sdnList):

<?xml version="1.0" ?>
<?xml-stylesheet type="text/xsl" href="/DAV/JS/xslt/formview.xsl"?>
<form showajax="1" >
<ds name="sdnListT2" type="4" pagesize="0">
<connection type="3" url="" nocred="0" uid="1"/>
<options output="0" xpath="1"/>
<query><![CDATA[SELECT ?s ?p ?o
FROM <http://fadyart.com/sdnList>
WHERE {
 ?s ?p ?o .
}]]></query>
<outputFields>
<outputField label="s">//result/binding[@name="s"]/node()/text()</outputField> <outputField label="p">//result/binding[@name="p"]/node()/text()</outputField> <outputField label="o">//result/binding[@name="o"]/node()/text()</outputField>
</outputFields>
<inputFields>
</inputFields>
<selfFields>
</selfFields>
<masterFields>
</masterFields>
<masterDSs>
</masterDSs>
<types>
</types>
</ds>

<area bgcolor="rgb(187, 187, 187)" fgcolor="rgb(0, 0, 0)" size="12.8px" left="0" top="0" width="1388" height="600" />
<object type="grid" parent="-1" empty="0" value="false">
<style left="387" top="82" z-index="1" width="202" height="202" >
<css ></css>
</style>
<properties>
</properties>
<datasources>
<datasource index="0">
<fieldset name="Columns" variable="1">
<name>subject</name>
<name>predicate</name>
<name>object</name>
<columnIndex>0</columnIndex>
<columnIndex>1</columnIndex>
<columnIndex>2</columnIndex>
</fieldset>
</datasource>
</datasources>
</object>

</form>




------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Virtuoso-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/virtuoso-users


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Virtuoso-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/virtuoso-users




Reply via email to