Hi Guys,
I am trying to perform an evaluation of CodeSmith combined with .netTiers. Initially tried against a dummy database, all fine and enough for me to start an assessment. I then pointed at our genuine db schema but as soon as I tried to connect I received this error from the 'test connection' on the connection editor:
"Test Failed. Data Is Null. This method or property cannot be called on null values."
I think I've tracked it down to the existence of a Partition Schema and partition function in the database. As soon as any table in the database is created using the partition and the partition function, the above error is thrown and no connection is made. The connection editor is the only place that gives feed back in the form of the above error, the actual schema explorer simply does not perform any population for the database.
Clearly for the purposes of assessment and generation I can simply remove the partition function and create the table(s) on Primary but it would be nice not to have to do this.
Cheers
Pat