[teiid-issues] [JBoss JIRA] (TEIID-1851) run.bat in simpleclient for teiid 7.5 incorrect path

Mike Bailey (Created) (JIRA) jira-events at lists.jboss.org
Mon Nov 28 17:03:40 EST 2011


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: Steven Hawkins
            Priority: Minor


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

        


More information about the teiid-issues mailing list