Dears,
I have a problem in odoo server ,
when open server for first time in day , I find white page no data.
when remove database and create a new database , it resolve and work well .
I resolve this problem finally not appear again .
thank you.
Related
I have Azure and I just upgraded to the Pay-as-you-go option as I though being on the trial might be causing my issue, but it persists.
I try to make a database in SSMS and I get this error saying I don't have the right subscription:
The reason I want to do it from SSMS is because when I try to add the database through the azure portal it doesn't show up in the sys.database table:
One of my databases is dependent on another and can't find it when trying to add a stored procedure because it doesn't seem to be registering correctly with master.
What is going on and how do I fix it?
I figured it out. When making a new database you need to go to options and change service level to basic.
I am getting an error that makes no sense when saving a table created within VS2012, SQL Express 2008 R2.
Item in the Virtualizing TreeView cannot be null
This is a table save not a rebuild, unless that happens anyway. But I do not get this error at any other time, even after creating new web page, or saving changes to an existing page.
Really not sure where to look for the cause. I have not changed any of the pages that use the treeview in over 3 years. They are in a totally different part of the web site.
Any help appreciated.
I also encountered the same problem some time ago and landed here to see not much solution has been provided.
What I found is that, if that instance of VS is closed and a new instance is reopened then that error is getting resolved.
Hi you can go to server explorer in VS and right click on your connection. It will ask you for Database Diagramming select yes for it. Now you will not get this error.
I am importing the ssrs report from .automsvc extension and I am facing the below issue as .Can any one help me how can I solve this issue
Tablix1: The remote server returned an error: (500) Internal Server Error.
If you have any date columns delete them from the SSRS report and see if the PowerPivot connection works. You may need to play with formatting if you want to add the columns back. Trial and error.
Yea, took me a bit to find, but the issue is simple and also stupid. Power Pivot has issues with importing "Calculated Fields" - But I think these are Sharepoint created and might still work with Infopath created Calculated fields, hope this helps someone. Once I removed the calculated fields I stopped getting this error immediately.
Actually I am trying to connect to database using entity model .But during this process when I am trying to access my database I am unable to find my server in the list of dropdown during connection.Can anyone help me out ....Thanx in advance..Below is the screenshot of the same.
If the database is on your local machine, you can just enter a dot for the server name.
I am not able to view some of the fields once the report is generated on server. Report is getting generated properly but data is not being displyed. The report works fine on local machine.
Below is the screenshot of the issue I am facing.
Local Reports:
On Server I am facing the issue as below, the data is fetched properly as can be seen on the screenshot. The sections have got created correctly indicates query has executed successfuly. For some strange reasons only Time column is getting displayed.
The above issue was because Dataset did not contain all the columns, i changed the default view and added all the fields to the default view.
I could see only time column as the default view had only Time column in it, i had to add all other columns in order to get it working.
Referred this link to get to the solution.