Hi, In the case I am writing a custom method to query DB directly as I need to do a complicated query involving Pivot with dynamic pivot columns and multiple columns at the same time.
I am currently adding 2 filters on my query: TenantId and IsDeleted. Do I need to add anything else to make sure data retrieved is per Tenant?
Thanks Bilal
Thanks I'll read on.
Can you explain more pls :-)
Ok thanks. I'll try to monitor this error once I move website to domain
Thanks for the explanation but still I don't understand why can't I add properties to Edition class directly?
Which section of the ui I should test to know if. Have an error? Chat and friendship you think?
Hello I'm reading something in a document on extending existing entities and objects. It says since Tenant, User, and Role are abstract classes we can add new properties on them. While other classes like Edition it's not abstract then we need to create a new class and inherit from Edition class.
Any is that? Maybe something is missing in here. I'm not getting it.
Yes this works. But still the other problem with no host etc.
What is that about. Which component is generating it you think and why?
I read somewhere on the forums that because website was access through http and azure sql is always https that's why this error was generated but in my case website is https.
Thanks
Actually, I stopped and started the app and the exception for "No language defined in this application" vanished.
Now looking at the Log.txt, I can see the following. Any idea?
Web Sockets are enabled for this Web App on Azure.
DEBUG 2017-04-28 20:09:49,295 [14 ] Abp.Web.SignalR.Hubs.AbpCommonHub - A client is connected: {"ConnectionId":"272a76f1-fd59-47d8-8b2b-cbe96e71b762","IpAddress":"79.131.39.40","TenantId":2,"UserId":4,"ConnectTime":"2017-04-28T20:09:49.2953126Z","Properties":{}}
DEBUG 2017-04-28 20:09:49,404 [12 ] Abp.Web.SignalR.Hubs.AbpCommonHub - A client is registered: 272a76f1-fd59-47d8-8b2b-cbe96e71b762
DEBUG 2017-04-28 20:09:52,929 [14 ] Abp.Auditing.WebClientInfoProvider - System.Net.Sockets.SocketException (0x80004005): No such host is known
at System.Net.Dns.GetAddrInfo(String name)
at System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)
at System.Net.Dns.GetHostAddresses(String hostNameOrAddress)
at Abp.Auditing.WebClientInfoProvider.GetClientIpAddress()
Oh I see! Thanks a lot.