<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: arial,helvetica,sans-serif; font-size: 10pt; color: #000000'>Hello all.<br><br>All ports match, and from Dev Studio I am able to enter in "Teiid Instance" configuration window and "Test Administration Connection" and "Test JDBC Connection" with success. I am using the same configurations which I am used to with my linux instances, and they work fine all the time.<br><br>I tried Van Halbert approach (described in <span style="font-style: italic;">http://teiid.blogspot.com/2013/06/expose-excel-data-as-odata-feed-using.html</span>), without success:<br><br>1. Using the VDB below (copied from the blog), I got the following error: <span style="font-weight: bold;">Caused by: org.xml.sax.SAXParseException: cvc-complex-type.2.1: Element 
'property' must have no character or element information item 
[children], because the type's content type is empty.</span><div style="font-style: italic;" class="container"><div class="line number1 index0 alt2"><code class="js plain">&lt;vdb name=</code><code class="js string">"odbc"</code> <code class="js plain">version=</code><code class="js string">"1"</code><code class="js plain">&gt;</code></div><div class="line number2 index1 alt1"><code class="js spaces">&nbsp;&nbsp;&nbsp;&nbsp;</code><code class="js plain">&lt;property name=</code><code class="js string">"UseConnectorMetadata"</code> <code class="js plain">value=</code><code class="js string">"true"</code><code class="js plain">&gt;</code></div><div class="line number3 index2 alt2"><code class="js spaces">&nbsp;&nbsp;&nbsp;&nbsp;</code><code class="js plain">&lt;model name=</code><code class="js string">"excel"</code><code class="js plain">&gt;</code></div><div class="line number4 index3 alt1"><code class="js spaces">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code><code class="js plain">&lt;source connection-jndi-name=</code><code class="js string">"java:/odbcDS"</code> <code class="js plain">name=</code><code class="js string">"connector"</code> <code class="js plain">translator-name=</code><code class="js string">"jdbc-simple"</code><code class="js plain">&gt;</code></div><div class="line number5 index4 alt2"><code class="js spaces">&nbsp;&nbsp;&nbsp;&nbsp;</code><code class="js plain">&lt;/model&gt;</code></div><div class="line number6 index5 alt1"><code class="js plain">&lt;/property&gt;&lt;/vdb&gt;</code></div></div><br>2. I changed the VDB to the format shown below, and I got the following error: <span style="font-weight: bold;">VDB odbc.1 model "excel" metadata failed to load. Reason:TEIID11010 java.sql.SqlException: [Microsoft][ODBC Driver Manager] The driver does not offer support for this function.</span><br><div style="font-style: italic;" class="container"><div class="line number1 index0 alt2"><code class="js plain">&lt;vdb name=</code><code class="js string">"odbc"</code> <code class="js plain">version=</code><code class="js string">"1"</code><code class="js plain">&gt;</code></div><div class="line number2 index1 alt1"><code class="js spaces">&nbsp;&nbsp;&nbsp;&nbsp;</code><code class="js plain">&lt;property name=</code><code class="js string">"UseConnectorMetadata"</code> <code class="js plain">value=</code><code class="js string">"true"/</code><code class="js plain">&gt;</code></div><div class="line number3 index2 alt2"><code class="js spaces">&nbsp;&nbsp;&nbsp;&nbsp;</code><code class="js plain">&lt;model name=</code><code class="js string">"excel"</code><code class="js plain">&gt;</code></div><div class="line number4 index3 alt1"><code class="js spaces">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code><code class="js plain">&lt;source connection-jndi-name=</code><code class="js string">"java:/odbcDS"</code> <code class="js plain">name=</code><code class="js string">"connector"</code> <code class="js plain">translator-name=</code><code class="js string">"jdbc-simple"/</code><code class="js plain">&gt;</code></div><div class="line number5 index4 alt2"><code class="js spaces">&nbsp;&nbsp;&nbsp;&nbsp;</code><code class="js plain">&lt;/model&gt;</code></div><div class="line number6 index5 alt1"><code class="js plain">&lt;/vdb&gt;<br><span style="font-style: italic;"></span><br></code><code class="js plain"></code></div></div>I was able to query my Excel data directly using SquirreL SQL client and Microsoft ODBC driver.<br><br>In both cases depicted above, I was not able to access OData via browser (http://localhost:8080/odata/odbc/excel.Sheet1). After input my credentials I got another error: <span style="font-weight: bold;">HTTP Status 403: Access to the requested resource has been denied</span>.<div><br>I attached my excel file. It is very simple (2 columns), and once I get this working I will have to use the one provided by the customer.<br><br>Regards,<br><br>Thiago Araki<br><br></div><hr id="zwchr"><div style="color: rgb(0, 0, 0); font-weight: normal; font-style: normal; text-decoration: none; font-family: Helvetica,Arial,sans-serif; font-size: 12pt;"><b>From: </b>"Rob Cernich" &lt;rcernich@redhat.com&gt;<br><b>To: </b>"Ramesh Reddy" &lt;rareddy@redhat.com&gt;<br><b>Cc: </b>"Robert Stryker" &lt;rstryker@redhat.com&gt;, "Max Rydahl Andersen" &lt;max.andersen@redhat.com&gt;, sme-dataservicesplatform@redhat.com, "jbosstools-dev" &lt;jbosstools-dev@lists.jboss.org&gt;<br><b>Sent: </b>Thursday, March 13, 2014 2:34:01 PM<br><b>Subject: </b>Re: [jbosstools-dev] JBDS 7.1 (Teiid Designer) problem in Windows&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;XP SP3<br><br>You might make sure the server configuration in the tools is configured to listen to the management port...and make sure the configured port matches.<br><br>----- Original Message -----<br>&gt; Even that needs a ODBC DSN created for Excel on Windows platform, if you<br>&gt; already have VDB configured this will work. If you are trying to build<br>&gt; the VDB and preview while doing so then you will still see below issue.<br>&gt; <br>&gt; Ramesh..<br>&gt; <br>&gt; On Thu, 2014-03-13 at 09:54 -0400, Van Halbert wrote:<br>&gt; &gt; Here' a blog by Ramesh:<br>&gt; &gt; http://teiid.blogspot.com/2013/06/expose-excel-data-as-odata-feed-using.html<br>&gt; &gt; <br>&gt; &gt; Maybe this is an option for you.<br>&gt; &gt; <br>&gt; &gt; Van<br>&gt; &gt; <br>&gt; &gt; ----- Original Message -----<br>&gt; &gt; From: "Ted Jones" &lt;tejones@redhat.com&gt;<br>&gt; &gt; To: "Thiago Araki" &lt;taraki@redhat.com&gt;, "Max Rydahl Andersen"<br>&gt; &gt; &lt;max.andersen@redhat.com&gt;, "Robert Stryker" &lt;rstryker@redhat.com&gt;,<br>&gt; &gt; "jbosstools-dev" &lt;jbosstools-dev@lists.jboss.org&gt;<br>&gt; &gt; Cc: sme-dataservicesplatform@redhat.com<br>&gt; &gt; Sent: Thursday, March 13, 2014 8:53:04 AM<br>&gt; &gt; Subject: Re: JBDS 7.1 (Teiid Designer) problem in Windows XP SP3<br>&gt; &gt; <br>&gt; &gt; Adding Max, Rob and jbosstools-dev for their insights...<br>&gt; &gt; <br>&gt; &gt; ----- Original Message -----<br>&gt; &gt; <br>&gt; &gt; &gt; From: "Thiago Araki" &lt;taraki@redhat.com&gt;<br>&gt; &gt; &gt; To: "Ted Jones" &lt;tejones@redhat.com&gt;<br>&gt; &gt; &gt; Cc: sme-dataservicesplatform@redhat.com<br>&gt; &gt; &gt; Sent: Thursday, March 13, 2014 8:21:11 AM<br>&gt; &gt; &gt; Subject: Re: JBDS 7.1 (Teiid Designer) problem in Windows XP SP3<br>&gt; &gt; <br>&gt; &gt; &gt; Hello Ted,<br>&gt; &gt; <br>&gt; &gt; &gt; I did not, but I tried now with this option and unfortunately the same<br>&gt; &gt; &gt; thing<br>&gt; &gt; &gt; happened.<br>&gt; &gt; <br>&gt; &gt; &gt; I am stuck with this problem and my time is running out to deliver this<br>&gt; &gt; &gt; POC.<br>&gt; &gt; &gt; The reason I am using a Windows environment is because I need to<br>&gt; &gt; &gt; integrate<br>&gt; &gt; &gt; data from an Excel data source, and the only way I found to do it is with<br>&gt; &gt; &gt; the Microsoft ODBC driver.<br>&gt; &gt; <br>&gt; &gt; &gt; Regards,<br>&gt; &gt; <br>&gt; &gt; &gt; Thiago<br>&gt; &gt; <br>&gt; &gt; &gt; ----- Original Message -----<br>&gt; &gt; <br>&gt; &gt; &gt; From: "Ted Jones" &lt;tejones@redhat.com&gt;<br>&gt; &gt; &gt; To: "Thiago Araki" &lt;taraki@redhat.com&gt;<br>&gt; &gt; &gt; Cc: sme-dataservicesplatform@redhat.com<br>&gt; &gt; &gt; Sent: Wednesday, March 12, 2014 6:42:17 PM<br>&gt; &gt; &gt; Subject: Re: JBDS 7.1 (Teiid Designer) problem in Windows XP SP3<br>&gt; &gt; <br>&gt; &gt; &gt; Hi Thiago,<br>&gt; &gt; <br>&gt; &gt; &gt; When creating your server connection in JBDS, did you check the "Server<br>&gt; &gt; &gt; is<br>&gt; &gt; &gt; externally managed. Assume server is started." radio button? I've<br>&gt; &gt; &gt; attached a<br>&gt; &gt; &gt; screenshot.<br>&gt; &gt; <br>&gt; &gt; &gt; I know this was the way best way to go at one point, so I always do this<br>&gt; &gt; &gt; now<br>&gt; &gt; &gt; out of habit.<br>&gt; &gt; &gt; ----- Original Message -----<br>&gt; &gt; <br>&gt; &gt; &gt; &gt; From: "Thiago Araki" &lt;taraki@redhat.com&gt;<br>&gt; &gt; &gt; <br>&gt; &gt; &gt; &gt; To: sme-dataservicesplatform@redhat.com<br>&gt; &gt; &gt; <br>&gt; &gt; &gt; &gt; Sent: Wednesday, March 12, 2014 4:27:34 PM<br>&gt; &gt; &gt; <br>&gt; &gt; &gt; &gt; Subject: JBDS 7.1 (Teiid Designer) problem in Windows XP SP3<br>&gt; &gt; &gt; <br>&gt; &gt; <br>&gt; &gt; &gt; &gt; Hello all,<br>&gt; &gt; &gt; <br>&gt; &gt; <br>&gt; &gt; &gt; &gt; I am having problems with JBoss Dev Studio (with Teiid Designer) 7.1 in<br>&gt; &gt; &gt; &gt; a<br>&gt; &gt; &gt; &gt; Windows environment (Windows XP SP3).<br>&gt; &gt; &gt; <br>&gt; &gt; <br>&gt; &gt; &gt; &gt; When I start my Runtime Server via Dev Studio, the server finishes the<br>&gt; &gt; &gt; &gt; initialization (I can see it in the Console view and and access it via<br>&gt; &gt; &gt; &gt; JBoss<br>&gt; &gt; &gt; &gt; EAP web console) but the progress bar keeps the status "starting JBoss<br>&gt; &gt; &gt; &gt; EAP<br>&gt; &gt; &gt; &gt; 6<br>&gt; &gt; &gt; &gt; Server..." and never finishes. Because of this situation, every<br>&gt; &gt; &gt; &gt; operation<br>&gt; &gt; &gt; &gt; that needs to sync with my server, for instance, Preview Data, gets<br>&gt; &gt; &gt; &gt; queued<br>&gt; &gt; &gt; &gt; and never executes.<br>&gt; &gt; &gt; <br>&gt; &gt; <br>&gt; &gt; &gt; &gt; If I manually start JBoss EAP 6 outside Dev Studio, them try to connect<br>&gt; &gt; &gt; &gt; via<br>&gt; &gt; &gt; &gt; Server View (acknowledging the server is already started), the problem<br>&gt; &gt; &gt; &gt; is<br>&gt; &gt; &gt; &gt; that the progress bar stays in "Performing pre-launch check..." status<br>&gt; &gt; &gt; &gt; forever, and I also cannot interact with my server from my project.<br>&gt; &gt; &gt; <br>&gt; &gt; <br>&gt; &gt; &gt; &gt; In both cases I am able to enter in "Teiid Instance" configuration<br>&gt; &gt; &gt; &gt; window<br>&gt; &gt; &gt; &gt; and<br>&gt; &gt; &gt; &gt; "Test Administration Connection" and "Test JDBC Connection" with<br>&gt; &gt; &gt; &gt; success.<br>&gt; &gt; &gt; <br>&gt; &gt; <br>&gt; &gt; &gt; &gt; It seems to me that something is being incorrectly locked in the plugin<br>&gt; &gt; &gt; &gt; that<br>&gt; &gt; &gt; &gt; integrates Dev Studio and JBoss EAP for this situation.<br>&gt; &gt; &gt; <br>&gt; &gt; <br>&gt; &gt; &gt; &gt; I tried both Oracle JDK 1.6 and 1.7 with the same results. I have<br>&gt; &gt; &gt; &gt; already<br>&gt; &gt; &gt; &gt; re-installed both JBoss EAP and Dev Studio (including version 7.0) and<br>&gt; &gt; &gt; &gt; every<br>&gt; &gt; &gt; &gt; time this behavior occurs.<br>&gt; &gt; &gt; <br>&gt; &gt; <br>&gt; &gt; &gt; &gt; In my Linux machine this problem never happens.<br>&gt; &gt; &gt; <br>&gt; &gt; <br>&gt; &gt; &gt; &gt; Can anybody help me?<br>&gt; &gt; &gt; <br>&gt; &gt; <br>&gt; &gt; &gt; &gt; Thanks,<br>&gt; &gt; &gt; <br>&gt; &gt; <br>&gt; &gt; &gt; &gt; Thiago Araki<br>&gt; &gt; &gt; <br>&gt; &gt; <br>&gt; <br>&gt; <br>&gt; _______________________________________________<br>&gt; jbosstools-dev mailing list<br>&gt; jbosstools-dev@lists.jboss.org<br>&gt; https://lists.jboss.org/mailman/listinfo/jbosstools-dev<br>&gt; <br><br></div><br></div></body></html>