deadline数据无法导入postgresql数据库解决
deadline数据无法导入postgresql数据库解决 在deadline中配置好statistic gathering存入postgresql后,渲染任务时 不能将slave和job信息存入postgresql,而且点击view repository statistic时 提示 xx XML statistics entries exist. Would you like to add
deadline数据无法导入postgresql数据库解决
在deadline中配置好statistic gathering存入postgresql后,渲染任务时
不能将slave和job信息存入postgresql,而且点击view repository statistic时
提示
‘xx XML statistics entries exist. Would you like to add them to the database',
点击’Yes‘后弹出提示框
'Files cannot be added to the database. Check the log file for more information', www.2cto.com
对于log信息,可以通过monitor中的help->Explore Log Folder菜单来打开日志信息文件夹,通过查看发现日志中提示如下信息:
2012-10-08 12:31:03: Error Importing: \\10.67.2.31\DeadlineRepository\reports\statistics\jobs\2012-08\999_050_999_1ddb9763.stats Message: ERROR: 22008: date/time field value out of range: "13/08/2012 09:44:41",
其实只要在创建数据库前,将postgresql.conf文件中的datestyle改为'dmy'即可。
下一篇: MySQL数据库-约束与分页
推荐阅读
-
如何解决phpmyadmin导入数据库文件最大限制2048KB
-
使用python将mdb数据库文件导入postgresql数据库示例
-
SQL server无法禁用xx已将数据库存上下文更改成为master2002错误解决方法
-
sql server 还原数据库时提示数据库正在使用,无法进行操作的解决方法
-
完美解决MySQL通过localhost无法连接数据库的问题
-
MSSQL中删除用户时数据库主体在该数据库存中拥有架构 无法删除的解决方法
-
SQLSERVER数据库备份后无法还原的解决办法
-
SQLServer 数据库变成单个用户后无法访问问题的解决方法
-
mysql数据库无法被其他ip访问的解决方法
-
MFC连接数据库时,无法启动程序,计算机丢失libmysql.dll的问题解决办法