Error: The action can not be performed because ...could not be locked?
在訂單產生DELIVERY ID時經常出現
Error: The action can not be performed because the selected records could not be locked?
經查是個別CHAR欄位後面帶了空格.用下面方式處理即可.
update wsh_delivery_details
set shipping_instructions = rtrim(shipping_instructions)
where length(shipping_instructions) < >length(rtrim(shipping_instructions))
and organization_id=1041;
Error: The action can not be performed because the selected records could not be locked?
經查是個別CHAR欄位後面帶了空格.用下面方式處理即可.
update wsh_delivery_details
set shipping_instructions = rtrim(shipping_instructions)
where length(shipping_instructions) < >length(rtrim(shipping_instructions))
and organization_id=1041;
update oe_order_lines_all set shipping_instructions = rtrim(shipping_instructions)
where length(shipping_instructions) < >length(rtrim(shipping_instructions))
and org_id=1041;
commit;
where length(shipping_instructions) < >length(rtrim(shipping_instructions))
and org_id=1041;
commit;
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/92289/viewspace-1712155/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Error: The action can not be performed because the selected records are not eligibleErrorORM
- mac提交svn提示CHECKOUT can only be performed on a version resourceMacORM
- Exclusive access could not be obtained because the database is in useAIDatabase
- Unlucky because now anybody can shoot with their hot fix
- 解決IllegalStateException: Can not perform this action after onSaveInstanceStateExceptionORM
- ERROR: Could not delete DB checkpoint for REPLICATErrordelete
- This application failed to start because it could not find or load the Qt platform plugin “windows“APPAIQTPlatformPluginWindows
- Application failed to start because it could not find or load the QT platform plugin “windows”APPAIQTPlatformPluginWindows
- 關於action的error問題Error
- Android Studio bug:Error:Could not run build action using Gradle distribution 'https://services.gradAndroidErrorUIGradleHTTP
- Fatal error: Uncaught PDOException: could not find driverErrorException
- 【MySQL】ERROR 1093 You canMySqlError
- sqlserver bulk insert報錯Cannot bulk load because the file could not be opened.SQLServer
- ERROR in Entry module not found Error Can't resolve 'babel' in ' UseErrorBabel
- wireshark error: There are no interfaces on which a capture can be done.ErrorAPT
- [ERROR] Can't open the mysql.plugin tableErrorMySqlPlugin
- [mac pip錯誤]Can't connect to HTTPS URL because the SSL module is not availableMacHTTPAI
- Can't debug c++ project because unable to static library start program *.libC++Project
- psql: error: could not connect to server: No such file or directorySQLErrorServer
- OGG-00446 ERROR: Could not find archived logErrorHive
- mysql [ERROR] Can't create IP socket: Permission deniedMySqlError
- MySQL "ERROR 1010(HY000):Error dropping database(canMySqlErrorDatabase
- [筆記].痛哉!!!Error: Can't access JTAG chain, Error: Operation failed筆記ErrorAI
- Error:Cannot build artifact xxx:war exploded‘ because it is included into a circular dependencyErrorUI
- OCP(11g)------> SEC_PROTOCOL_ERROR_FURTHER_ACTIONProtocolError
- [Nagios] Error: Template timman specified in contact definition could not beiOSError
- ogg GGS ERROR 500 Could not find archived logErrorHive
- Last_SQL_Error: Could not execute Update_rows eventASTSQLError
- SQL error 2812: Could not find stored procedure.docSQLError
- cmake報錯CMake Error: Could not find CMAKE_ROOTError
- 執行flutter run命令報錯::ERROR: Could not connect to lockdownd, error code -17FlutterError
- ERROR | [iOS] unknown: Encountered an unknown error (Could not find a `ios` simulator (valid values:ErroriOS
- MYSQL ERROR 2003 (HY000) CanMySqlError
- VS中呼叫QT出現This application failed to start because it could not find or load the Qt platform pluginQTAPPAIPlatformPlugin
- Job for mysqld.service failed because the control process exited with error code...MySqlAIError
- master bug InnoDB Error unlock row could not find a 4 mode lockASTError
- Mysql報錯Fatal error:Can't open and lock privilege tablesMySqlError
- mysql can't connect error about privilege----not root userMySqlError