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)
-> - Stylus Studio - Registrar en o... (1)
-> + Stylus Studio - Registrar en o... (2)
-> + Can a pipeline send a file by ... (2)
-> + After Updateing WIN10 to WIN11... (12)
-> + Where do I add the custom java... (3)
-> + Where is the Diagram tab? (5)
-> + Applying XSLT to Word DOCX/XML (2)
-> - CSV conversion via ConvertToXM... (1)
-> + Text symbols in SS not same as... (4)
-> + Exposing xquery as webservice ... (6)
-> + Syntax Identifier (2)
-> + Saving a Converted XML as an X... (5)
-> + Output document cannot be pars... (4)
-> - Archiving output from conversi... (1)
-> + EDIFACT guideline from Stylus ... (3)
-> + CSV file putting all the data ... (5)
-> + Can't install Home version 64b... (5)
-> + presale - Can I covers this sc... (5)
-> + Problem with UNB (5)
-> + Splitting EDIFACT files pipeli... (4)
-- [1-20] [21-40] [41-60] Next
+ Website Feedback (249)
+ XSLT Help and Discussion (7625)
+ XQuery Help and Discussion (2016)
+ 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.