Archives

Hydra Error 304 HAVING can only have expressions with aggregates or columns in GROUP BY clause.

In this blog post, let’s learn about the error message “304 HAVING can only have expressions with aggregates or columns in GROUP BY clause.” in Hydra and the description of the error. Error Message 304 HAVING can only have expressions with aggregates or columns in GROUP BY clause. Error Details The HAVING clause is used to select completed rows after grouping has been done. Therefore,…

Raima RDM Error -12016 eINVREFID

In this blog post, let’s learn about the error message “-12016 eINVREFID” in Raima RDM and the description of the error message. Error Message -12016 – eINVREFID Error Details Invalid reference (set) id number

Raima RDM Error -14501 eDDL_CRDBACTIVE

In this blog post, let’s learn about the error message “-14501 eDDL_CRDBACTIVE” in Raima RDM and the description of the error message. Error Message -14501 – eDDL_CRDBACTIVE Error Details A CREATE/ALTER DATABASE is already active

Alternate Way of getting the Unique DeviceId in Windows Phone 8

The Windows Phone 8 SDK provides the PublisherHostId defined in the HostInformation class which can be used to get the Unique DeviceId in Windows Phone which is specific to the publisher. Alternate Way of getting the Unique DeviceId in Windows Phone 8 Below is a sample code snippet demonstrating how to get the Unique DeviceId in Windows Phone 8 using PublicherHostId. Note that the access…