0

I have downloaded jboss EAP 7 and installed Teiid Designer 10.4 in it. I don't know how to install Teiid.

What are the zip files I need to download from Teiid.

How can I install them. Thanks in advance.

TT.
  • 15,774
  • 6
  • 47
  • 88

1 Answers1

0

For Teiid go to downloads section and download "9.3.3 With WildFly/Console" link or whatever is latest. The follow directions here for installation https://teiid.gitbooks.io/documents/content/admin/Installation_Guide.html

For Teiid Designer goto http://teiiddesigner.jboss.org/designer_summary/downloads, the directions for different ways to install are on that page.

Note Teiid and Teiid Designer are two different downloads. Teiid is a runtime server and Teiid Designer is Eclipse-based Tool. There are plenty of getting started materials on the teiid web site check it out.

Ramesh Reddy
  • 554
  • 1
  • 3
  • 8
  • It worked.Added jar file of Teiid and module.mxl. I am using a ddl file as source ,what should be the value for translator. – user8615368 Sep 16 '17 at 08:18
  • It worked. But when executing VDB and running query, getting an error like Caused by : org.teiid.jdbc.TeiidSQLException: Remote org.teiid.api.execution.query.QuertParserException:TEIID31100 Parsing error. I already added JDBC driver. – user8615368 Sep 16 '17 at 08:23
  • Check your SQL statement you are executing, typically parsing error means your SQL statement is wrong – Ramesh Reddy Sep 16 '17 at 14:07