[
https://issues.jboss.org/browse/TEIID-1851?page=com.atlassian.jira.plugin...
]
Ramesh Reddy updated TEIID-1851:
--------------------------------
Assignee: Ramesh Reddy (was: Steven Hawkins)
Fix Version/s: 7.6
Complexity: Low
run.bat in simpleclient for teiid 7.5 incorrect path
----------------------------------------------------
Key: TEIID-1851
URL:
https://issues.jboss.org/browse/TEIID-1851
Project: Teiid
Issue Type: Bug
Components: Common
Affects Versions: 7.5
Environment: Windows 7
Reporter: Mike Bailey
Assignee: Ramesh Reddy
Priority: Minor
Fix For: 7.6
following the instructions in the quick start guide and the README for the simpleclient,
the command fails when run on windows.
run.bat localhost 31000 dynamicportfolio "select * from tables"
This part of the run.bat is incorrect:
rem Second one adds the Teiid client
set TEIID_PATH=../lib/teiid-7.5.0.Final-client.jar
should be:
rem Second one adds the Teiid client
set TEIID_PATH=../../lib/teiid-7.5.0.Final-client.jar
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira