Hi Ravi,

If you are using MySQL on Windows, it is possible that you are running into
an issue with case-sensitivity on Windows (
http://dev.mysql.com/doc/refman/5.0/en/identifier-case-sensitivity.html). In
that case you should configure your MySQL server (as explained in the MySQL
reference manual) to use lower_case_table_names=2.

The DCPS* tables will only be created if you define a namespace that matches
those partitions/topics (*.*), which is generally not what you want.

With best regards,

Maurits

*Maurits de Jong*

Software Engineer

E-mail:   [email protected] <niels.kortstee>
Tele:       +31-74-247-257-4
Web:     www.prismtech.com

PrismTech is a global leader in standards-based, performance-critical
middleware.  Our products enable our OEM, Systems Integrator, and End User
customers to build and optimize high-performance systems primarily for
Mil/Aero, Communications, Industrial, and Financial Markets.



On 23 June 2011 09:36, Ravi Chandran <[email protected]> wrote:

> hi
> I have removed the unsigned property from userID column, now it seems to be
> okay..
>
> INIT        (ddsMetaHandler)          -> Found new group
> 'durabilityPartition.d_status'
> INIT        (ddsMetaHandler)          -> Found new group '__BUILT-IN
> PARTITION__.DCPSHeartbeat'
> INIT        (ddsMetaHandler)          -> Found new group '__BUILT-IN
> PARTITION__.DCPSSubscription'
> INIT        (dbmsField)               -> - long               userID (0)
> KEY
> INIT        (dbmsField)               -> - string             message (0)
> INIT        (dbmsConnectionOdbc)      -> Detected MySQL server, switching
> to MySQL table.
>
> But I am still getting this error :
>
> OPERATIONAL (mainThread)              -> DBMS service fully started.
> OPERATIONAL (dbmsConnectionOdbc)      -> Detected new table: "hellotopic".
> OPERATIONAL (dbmsDataHandler)         -> Looking for Topic 'HelloTopic'.
> OPERATIONAL (dbmsDataHandler)         -> Table 'hellotopic' could not be
> mapped to Topic 'HelloTopic'.
>
> I had one question regarding it. I dont see any other table being created
> in the DSN which I had created.. In the demo I had seen that there were
> other tables created like DCPSHeartbeat, DCPSSubscription, d_status,
> d_newgroup.  Do we need to create it manually before starting OSPL or is it
> supposed to be created by OSPL?
>
> --
> Thanks & Regards
> Ravi
>
>
> _______________________________________________
> OpenSplice DDS Developer Mailing List
> [email protected]
> Subscribe / Unsubscribe
> http://dev.opensplice.org/mailman/listinfo/developer
>
>
_______________________________________________
OpenSplice DDS Developer Mailing List
[email protected]
Subscribe / Unsubscribe http://dev.opensplice.org/mailman/listinfo/developer

Reply via email to