XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Conferences Close Tree View
+ Stylus Studio Feature Requests (1192)
- Stylus Studio Technical Forum (14621)
-> + Displaying Base64Binary as Ima... (6)
-> - probleme de representation d'i... (1)
-> + SS 2008 error message not disp... (8)
-> + XQuery external variable conve... (4)
-> + encodings available (3)
-> + stand-alone application file n... (4)
-> + Windows Installer Dialog Box a... (4)
-> + Block search and replace (2)
-> + Problem with validation (3)
-> + ISA12 vs GS08 (5)
-> + Web Service Call failure... an... (11)
-> + Quotes in xpath query (3)
-> + Java Built-in processor no lon... (6)
-> + Dynamic input and output names (8)
-> + Java built-in parser (3)
-> + Contains an invalid path (2)
-> + Wizard XML Schema to XML (2)
-> + XML to EDI (14)
-> + Computer with original install... (2)
-> + using Custom Tool - passing ar... (3)
-> + Non-printable special characte... (3)
-- Previous [1141-1160] [1161-1180] [1181-1200] Next
+ Website Feedback (249)
+ XSLT Help and Discussion (7625)
+ XQuery Help and Discussion (2017)
+ Stylus Studio FAQs (159)
+ Stylus Studio Code Samples & Utilities (364)
+ Stylus Studio Announcements (113)
Topic  
Postnext
Don HambySubject: Msql Table err:FODC0004 Table "test.bibletable" not found in any JDBC connection.
Author: Don Hamby
Date: 18 Apr 2008 07:12 PM
I am having trouble using any table after I connect to Mysql

I am using the following Java Driver
which I downloaded and extracted from the Mysql website
C:\jdbc2\mysql-connector-java-5.1.6-bin.jar

OS= winxp

Mysql version= 5.0.22

I have a data connection.. but it shows all the databases in mysql ..not just the test database
the tree list displays the correct list of tables in the "test" database

When I click on a table in the relational Database of file explorer I get this error:
com.ddtek.xquery3.XQQueryException: [DataDirect][XQuery][err:FODC0004]Table "test.bibletable" not found in any JDBC connection.

Details
java.lang.RuntimeException: com.ddtek.xquery3.XQQueryException: [DataDirect][XQuery][err:FODC0004]Table "test.bibletable" not found in any JDBC connection.

at com.stylusstudio.DDXQFileSystem$DDXQFile.runQuery(DDXQFileSystem.java:370)

at com.stylusstudio.DDXQFileSystem$DDXQFile.getInputStream(DDXQFileSystem.java:378)

Caused by: com.ddtek.xquery3.XQQueryException: [DataDirect][XQuery][err:FODC0004]Table "test.bibletable" not found in any JDBC connection.

at com.ddtek.xquery3.xqj.Util.createXQQueryException(Util.java:318)

at com.ddtek.xquery3.xqj.Util.createXQException(Util.java:239)

at com.ddtek.xquery3.xqj.layer.DDXQAbstractExpression.createOrGetExecutionContext(DDXQAbstractExpression.java:476)

at com.ddtek.xquery3.xqj.layer.DDXQExpression._executeQuery(DDXQExpression.java:94)

at com.ddtek.xquery3.xqj.layer.DDXQExpression.executeQuery(DDXQExpression.java:114)

at com.stylusstudio.DDXQFileSystem$DDXQFile.runQuery(DDXQFileSystem.java:367)

... 1 more

Caused by: com.ddtek.xquery.util.XQueryException: [ME0018][DataDirect][XQuery][err:FODC0004]Table "test.bibletable" not found in any JDBC connection.

at com.ddtek.xquery.mediator.metadata.MediatorMetaData.syncStaticContext(MediatorMetaData.java:108)

at com.ddtek.xquery.mediator.ContextFactory.prepareQuery(ContextFactory.java:225)

at com.ddtek.xquery3.xqj.layer.DDXQAbstractExpression.createOrGetExecutionContext(DDXQAbstractExpression.java:473)

... 4 more



What am I doing wrong?
Classpath is set correctly in the classpath environmental variable setting
I used control panel/system/system properties/enviromental variables/CLASSPATH
and I rebooted after changing it.

.;C:\Program Files\Java\jre1.5.0_06\lib\ext\QTJava.zip;
C:\Program Files\Java\jre1.5.0_09\lib\ext\QTJava.zip;
C:\Program Files\Java\jre1.5.0_10\lib\ext\QTJava.zip;
C:\Program Files\Java\jre1.6.0_01\lib\ext\QTJava.zip;
C:\Program Files\Java\jre1.6.0_03\lib\ext\QTJava.zip;
C:\jdbc2\mysql-connector-java-5.1.6-bin.jar

From another post it appears SS 2008 ignores this anyway...the system variable

Restarting Stylus Studio 2008 xml enterprise has no effect

other info:
Framework=1050g
DataDirect XQuery 3.1 (R034702)
JVM=10.0b22 Java Hotspot
debug mode port:8000
I have screen shots of this if that would help
A little frustated at this point

Don

Posttop
Ivan PedruzziSubject: Msql Table err:FODC0004 Table
Author: Ivan Pedruzzi
Date: 18 Apr 2008 10:42 PM
Hi Don,

Thank you for the report, we are aware of the defect, the next Stylus Studio release will have it fixed.

In the mean while you should be able to query MySQL using XQuery:

be sure that the database connection includes the database name for example //localhost:3306/test?

- Create a new XQuery document
- Drag the database node into the XQuery tree schema as explained in the diagram at
http://www.stylusstudio.com/docs/v2008/d_xquery36.html
- Change the collection statement to use the table name only, for example

<root>{collection("bibletable")}</root>

- Click preview

hope this helps
Ivan Pedruzzi
Stylus Studio Team

   
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio® and DataDirect XQuery ™are from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2016 All Rights Reserved.