I'm a new user of OpenERP 7.0 and PostgresSQL (windows platform)
I have recently migrate our OpenERP 7.0 to new machine. I just backed-up PostgreSQL database and restored its backup into new server after installing PostgreSQL 9.2 and OpenERP 7.0.
I can access the localhost:8069 and login into our OpenERP, but as soon as I login, I got OpenERP client Error and if I click on any other option i got Server Errors:
I have attached two screenshots of both Errors, I am not sure do I need to install or copy anything else from old server to new server to make OpenERP optional as it is working on old windows machine?
in Settings Menu, I also can not see any installed modules, if we backup database from older machine to newer machine, do we need to reinstall all the modules or it will automatically restored with backup?
I will appreciate your help and support please!
Thanks & regards
OpenERP Client Error
Server Error
Your openerp-server.conf file need addons path.
Changing the addons-path of openerp-server.conf
Go to the openerp-7 folder under program files or program files (x86)
=> C:\Program Files (x86)\openerp-7.0\server\ like that.
open and edit the openerp-server.conf file under server folder.
In the openerp-server.conf, find the addons_path =
copy your extra addons path and paste it like that.
addons_path = C:\Program Files (x86)\Odoo-8\server\openerp\addons,D:\Development Place\IBIZ\Team Lead\odoo8 workspace\Clinic\ext-addons
this my openerp-server.conf addons_path.
make your openerp-server.conf addons-path like that.
Related
I have download the .iso file to install the SQL Server . I want to automate the process of installation on windows server using powershell script so that i can run those scripts in multiples machines.
I have searched online but didn't find any good material to do so from scratch.
I am a beginner in powershell.Can anyone provide a sample script to do so?
Tried this answer on Stackoverflow but didnt get it>
Install SQL Server using PowerShell
AFTER you have mounted the ISO file you can install SQL Server:
From cmd passing parameters. Installing a new instance of SQL Server at the command prompt specifying the features to install and how they should be configured.
From configuration file. SQL Server Setup provides the ability to generate a configuration file based upon the system default and run-time inputs. You can use the configuration file to deploy SQL Server throughout the enterprise with the same configuration. You can also standardize manual installations throughout the enterprise, by creating a batch file that launches Setup.exe.
I have two set up files for SQLServer
SQLServer2017-SSEI-Expr 5Mb
SSMS-Setup-ENU 540 Mb
Which file need to be installed.
If the setup file need to be installed then what is the use for the first one?
can someone please advice?
Thanks
SQLServer2017-SSEI-Expr is an installation package for installation of SQL Server Express binaries required to run the database server. You must install it to have your server.
SSMS-Setup-ENU is an installation package for GUI client which allows you to connect to SQL Server database instance and manage it. Although it's not required to be installed on the machine with running SQL Server it's recommended to be installed on administration/developer machine to interact with the database using T-SQL.
On Windows 10, I've uninstalled a corrupt installation of the above, but when I try to reinstall, I keep getting errors. The uninstall has left folders and files behind in both the Program Files and Program Files (x86) folders. I've used CCleaner to tidy up the registry, but still getting errors, the latest of which is:
Error code 0x800F081F
I also did a system restore, but the folders and files are still present.
I went to MS support and got the following suggestion:
"To fix the error codes for Windows 10, follow these steps:
Download the Windows Media Creation tool, and create an ISO image locally, or create an image for the version of Windows that you have installed."
Problem is, when I run this tool, it wants to completely reinstall Windows, instead of giving me the option to create a disc image.
Any ideas on how I can clean up the corrupt the SQL Server Express installation and start over?
Thanks in advance,
Allan
MobileFirst Server 6.3
DB2 10.x
Lunux 6.5
Installed MFP Configuration tool, and created a configuration instance. Next, I created and deployed a runtime configuration for my application. I see there are associated logs relating to these activities.
Next I undeloyed the runtime from the applications server, and then deleted the runtime from the GUI. I read and understand that the runtime definition although no longer is shown in the GUI, it's definition still exists in the DB.
Is there a way to delete the logs from the GUI and/or server that related to the deploy, and undeploy of the runtime? Thanks.
Yes, you can delete the log files. They are stored there only for your convenience.
These log files are in the Server Configuration Tool's data directory.
The location of this directory can be determined through File > Preferences > IBM Worklight Server Configuration Tool > Directory for configuration files. The default location is:
On Unix: $HOME/.worklight/server-configuration-tool/
On Windows: C:\Users\user-name\Documents\IBM Worklight Server Data\Server Configuration Tool\
Inside this directory:
For 6.0 and 6.1 configurations, the log file name is logs/config-name/operation_timestamp_outcome.log.
For 6.2 and 6.3 configurations, the log files for an operation form a directory Configuration_config-name/logfiles/operation_timestamp/.
Additionally, in version 6.2 or newer, there are log files in this directory:
On Unix: $HOME/.worklight/configuration-logs/
On Windows: C:\Users\user-name\Documents\IBM Worklight Server Data\Configuration Logs\
I'm getting an error when trying to install sharepoint 2010 on the server (windows server 2008 R2 64bit). The prerequisites installed fine, any ideas what this means?
BEX64 event means a problem with DEP, Data Execution Prevention, or buffer overflow.
It's surely a problem in the downloaded software. You can try to turn off DEP temporary.
I was having the same issue. I tried the install on 5 different servers and got the same result so it wasn't a problem on the server - it seems to be a corrupt download file on the MS Volume Licensing site. When I ran the download using the download manager instead of the web browser download, it kept saying the file was corrupted after the download finished (tried this a few times with the same result). My solution was to download the software from the Trial download site, then use the key I had from the VL download.
The URL for the trial is here
I spent weeks trying to get this to work. And it turned out to be group policy not allowing me to install. So in case that helps anyone else with the same issue.
Attempt the install, then check the windows event viewer and look for any software warnings.
Start -> Search for "Event Viewer" -> Windows Logs -> Application,
Look for an error with a yellow Esclamation mark in a triangle that occored around the same time as the install. And see why it didn't let you install.
Mine said this:
Access to C:\Users\[username]\AppData\Local\Temp\ose00020.exe has been restricted
by your Administrator by location with policy rule {34ae1087-c2cc-409f-a442-e48e70e62efb}
placed on path C:\Users\[username]\AppData\Local\*\*.exe.
I faced the same problem while installing office on my PC.
After all possibility I found that there is existing Microsoft Office folder inside Program files (C:\Program Files (x86)\Microsoft Office) I simply deleted that folder and tried to installed again its work for me.