I having some troubles with the data-dump command on symfony 1.4.
My websites works on a IIS server with a SQL Server database.
I would like to update some tables in one of my databases so I execute the command "php symfony doctrine:data-dump" to be sure to have my datas back if something gets wrong.
But when I want to execute it nothing happen. The file 'fixtures/data.yml' isn't updated. The command looks like it running but after several minutes nothing happen with no other choice but to kill the task.
I tested the data-dump command with an other website on the same server with an other database with few data and it works fine, so I thought that doesn't work cause of the first database contains a lot of datas.
I tested it with a copy of the database on a wamp server and it worked too.
So do you have an idea of what is happenning ?
Thanks for your answers, and sorry for my bad english but i'm french
