Hi, 

Thanks for the quick response. 

This reply will be a good one for you and a bad and possibly embarrassing 
one for me; 

On a rebooted host I did the exercise again this morning and it seems to 
work now. I had saved all the steps I did (as I always do when I do this 
kind of work), and I just reran them on a clean database, and it worked. No 
errors. No nothing. So, for the purposes of this thread, I thank you for 
your willingness to help and we might close this issue. 

--

On a sidenote however, as far as I can find, the tutorial 
(http://topquadrant.com/docs/tbi/tutorial) presupposes a database setup 
before you can complete step 2 in the tutorial, but supplies no concrete 
information on how to do that (turorial-style if you'd like). So, I include 
the steps I did below, for TQ's reference and my suggestion would be that 
perhaps the tutorial could feature a step 0 or an appendix that deals with 
the database setup?

Thanks again and sorry for the trouble. 

M.

-----------------------------------------------------------my mysql 
database setup steps--------------------------------------------

 mysql> create database tbl_insight_tutorial; 
Query OK, 1 row affected (0.00 sec) 
mysql> use tbl_insight_tutorial; 
Database changed 
mysql> grant usage on *.* to evn2@localhost identified by 'xxx'; 
Query OK, 0 rows affected (0.00 sec) 
mysql> GRANT ALL PRIVILEGES ON *.* TO 'evn2'@'localhost' WITH GRANT OPTION; 
Query OK, 0 rows affected (0.00 sec) 

  

-- 
-- You received this message because you are subscribed to the Google
Group "TopBraid Suite Users", the topics of which include Enterprise Vocabulary 
Network (EVN), TopBraid Composer, TopBraid Live, TopBraid Insight, 
SPARQLMotion, SPARQL Web Pages and SPIN.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/topbraid-users?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to