duande9301 2016-04-13 12:30
浏览 85
已采纳

Symfony2 + Doctrine-fixtures + DB2:[Symfony \ Component \ Debug \ Exception \ ContextErrorException]警告:db2_bind_param():描述参数失败

I have a problem that I cannot run a fixture set for DB2 as I did for MySQL.

>php app/console doctrine:fixtures:load
Careful, database will be purged. Do you want to continue y/N ?y
  > purging database
  > loading [3] AppBundle\DataFixtures\ORM\LoadEventTypeData

  [Symfony\Component\Debug\Exception\ContextErrorException]
  Warning: db2_bind_param(): Describe Param Failed

parameters.yml:

    parameters:
        database_host: 172.25.x.y
        database_port: 60000
        database_name: dbname
        database_user: user
        database_password: password
        database_driver: ibm_db2

Can you give me any hint?

  • 写回答

1条回答 默认 最新

  • dry0106 2016-04-13 13:26
    关注

    Okay - the problem was a little error on the db-structure. I named a index-item with the same name as the property. No problem for MySQL - but DB2 cannot deal with this. This results to these problems.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 matlab实现基于主成分变换的图像融合。
  • ¥15 对于相关问题的求解与代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 信号傅里叶变换在matlab上遇到的小问题请求帮助
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作
  • ¥15 求NPF226060磁芯的详细资料
  • ¥15 使用R语言marginaleffects包进行边际效应图绘制
  • ¥20 usb设备兼容性问题
  • ¥15 错误(10048): “调用exui内部功能”库命令的参数“参数4”不能接受空数据。怎么解决啊