Profile

BMC Software

Contact Details

BMC Software

My Content

1 to 4 of 4 total
Posted By Unknown 06-11-2024 06:07
Found In Egroup: Pentaho
\ view thread
Thanks for the answer Actually I am still getting the same answer even after changing the database type. Below is the code snippet where I am using above statement. Basically what I am trying to do is generate a domain using view sql and then try to generate a mql query using databasemeta object. ...
Posted By Unknown 06-07-2024 09:36
Found In Egroup: Pentaho
\ view thread
Thanks for the answer but will there be no way of generating mql queries programmatically as I am trying to do this much simpler way, only code generation is the way possible for getting mql queries based on view sql. public static Query queryObject; public static IMetadataDomainRepository repo ...
Posted By Unknown 05-21-2024 09:10
Found In Egroup: Pentaho
\ view thread
Actually I am trying to create a database meta object from pentaho-metadata maven repo for mysql database. When I was trying that I am getting this error -  Exception in thread "main" java.lang.RuntimeException: Database type not found!  at org.pentaho.di.core.database.DatabaseMeta.setValues(Datab ...
Posted By Unknown 05-20-2024 02:23
Found In Egroup: Pentaho
\ view thread
Actually I am trying to generate MQL Query using a view SQL given, for that first I tried generating a domain using SQL Model Generator in Pentaho-metadata github repo and now how should i use generated domain to get MQL Query, for testing purpose I am using MySQL.  ------------------------------ ...