| Openbravo Issue Tracking System - Openbravo ERP | 
| View Issue Details | 
| 
 | 
| ID | Project | Category | View Status | Date Submitted | Last Update | 
| 0017654 | Openbravo ERP | 01. General setup | public | 2011-06-17 10:26 | 2011-07-27 10:56 | 
| 
 | 
| Reporter | maite |  | 
| Assigned To | gorka_gil |  | 
| Priority | urgent | Severity | major | Reproducibility | always | 
| Status | closed | Resolution | fixed |  | 
| Platform |  | OS | 5 | OS Version |  | 
| Product Version |  |  | 
| Target Version |  | Fixed in Version | 2.50MP31 |  | 
| Merge Request Status |  | 
| Review Assigned To |  | 
| OBNetwork customer | OBPS | 
| Web browser |  | 
| Modules | Core | 
| Support ticket |  | 
| Regression level |  | 
| Regression date |  | 
| Regression introduced in release |  | 
| Regression introduced by commit |  | 
| Triggers an Emergency Pack | No | 
| 
 | 
| Summary | 0017654: It is not possible to delete a client | 
| Description | According this configuration, http://wiki.openbravo.com/wiki/ERP/2.50/Openbravo_environment_installation [^] [^] 
 It is not possible to delete a client. This error appears:
 
 Error:
 out of shared memory
 | 
| Steps To Reproduce | - As System Administrator create a client - Login as admin of the new client.
 - Create 5 organizations
 - As System Administrator try to delete the new client
 - Realize that the error appears
 
 | 
| Proposed Solution |  | 
| Additional Information |  | 
| Tags | No tags attached. | 
| Relationships | | related to | defect | 0017641 | 3.0MP4 | closed | marvintm | Delete Client process does not work (this issue also groups other tickets related to the Delete Client process) |  | blocks | defect | 0016172 |  | closed | jpabloae | It is not possible to delete a client | 
 | 
| Attached Files |  | 
| 
 | 
| Issue History | 
| Date Modified | Username | Field | Change | 
| 2011-06-17 10:26 | maite | New Issue |  | 
| 2011-06-17 10:26 | maite | Assigned To | => dalsasua | 
| 2011-06-17 10:26 | maite | Modules | => Core | 
| 2011-06-17 10:26 | maite | OBNetwork customer | => Yes | 
| 2011-06-17 10:27 | maite | Relationship added | related to 0016172 | 
| 2011-06-17 10:27 | maite | Assigned To | dalsasua => jpabloae | 
| 2011-06-20 10:23 | gorka_gil | Relationship replaced | blocks 0016172 | 
| 2011-06-20 10:24 | gorka_gil | Assigned To | jpabloae => gorka_gil | 
| 2011-06-20 10:24 | gorka_gil | Status | new => scheduled | 
| 2011-06-20 10:24 | gorka_gil | Type | defect => backport | 
| 2011-06-20 10:24 | gorka_gil | fix_in_branch | => 2.50 | 
| 2011-07-26 12:06 | dmitry_mezentsev | Relationship added | related to 0017641 | 
| 2011-07-26 12:18 | dmitry_mezentsev | Note Added: 0039359 |  | 
| 2011-07-27 10:51 | gorka_gil | Note Added: 0039428 |  | 
| 2011-07-27 10:51 | gorka_gil | Status | scheduled => resolved | 
| 2011-07-27 10:51 | gorka_gil | Fixed in Version | => 2.50MP31 | 
| 2011-07-27 10:51 | gorka_gil | Fixed in SCM revision | => 845811ab032b | 
| 2011-07-27 10:51 | gorka_gil | Resolution | open => fixed | 
| 2011-07-27 10:56 | gorka_gil | Note Added: 0039429 |  | 
| 2011-07-27 10:56 | gorka_gil | Status | resolved => closed | 
	| Notes | 
	| 
 | 
	|  |  | 
	| 
 | 
	|  | 
		
			| This fix is included starting in 2.50MP31 appliances, except in Ubuntu since it is not allowed that an application modify the kernel parameters. 
 The default configuration included is:
 * (postgresql.conf) max_locks_per_transaction = 200
 * (postgresql.conf) shared_buffers = 128MB
 * (kernel) kernel.shmmax = 167772160 (160MB)
 
 Also, starting from 2.50MP31 appliances, it is included a script that make these changes and restart postgresql:
 # /etc/init.d/tomcat stop
 # /usr/share/ops-base/bin/pgsql-tune
 # /etc/init.d/tomcat start
 |  | 
	| 
 | 
	|  | 
		
			| Verified. 
 Note: since 2.50 appliances not include any client, I've added the standard sampledata clients that are in the source code of 2.50: Accounting_Test.xml, QA_Testing.xml and SmallBazaar.xml (added with an install.source).
 
 The test to delete these 3 clients works.
 |  |