Выгружаю из 1С более 4700 товаров, товары выгружаются, но выдается ошибка в 1С:
Цитата
Выгружено товаров: 4 762
Выгружено предложений: 4 489
Произошла ошибка на стороне сервера. Получен неизвестный статус импорта.
Обмен не выполнен
Ответ сервера:
<html>
<head>
<title>Welcome to nginx on Debian!</title>
<style>
body {
width: 35em;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
</style>
</head>
<body>
<h1>Welcome to nginx on Debian!</h1>
<p>If you see this page, the nginx web server is successfully installed and
working on Debian. Further configuration is required.</p>
<p>For online documentation and support please refer to
<a href="http://nginx.org/">nginx.org</a></p>
<p>
Please use the <tt>reportbug</tt> tool to report bugs in the
nginx package with Debian. However, check <a
href="http://bugs.debian.org/cgi-bin/pkgreport.cgi?ordering=normal;archive=0;src=nginx;repeatmerged=0">existing
bug reports</a> before reporting a new bug.
</p>
<p><em>Thank you for using debian and nginx.</em></p>
</body>
</html>
Выгрузка товаров завершена с ошибками!!!
Выгружено предложений: 4 489
Произошла ошибка на стороне сервера. Получен неизвестный статус импорта.
Обмен не выполнен
Ответ сервера:
<html>
<head>
<title>Welcome to nginx on Debian!</title>
<style>
body {
width: 35em;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
</style>
</head>
<body>
<h1>Welcome to nginx on Debian!</h1>
<p>If you see this page, the nginx web server is successfully installed and
working on Debian. Further configuration is required.</p>
<p>For online documentation and support please refer to
<a href="http://nginx.org/">nginx.org</a></p>
<p>
Please use the <tt>reportbug</tt> tool to report bugs in the
nginx package with Debian. However, check <a
href="http://bugs.debian.org/cgi-bin/pkgreport.cgi?ordering=normal;archive=0;src=nginx;repeatmerged=0">existing
bug reports</a> before reporting a new bug.
</p>
<p><em>Thank you for using debian and nginx.</em></p>
</body>
</html>
Выгрузка товаров завершена с ошибками!!!
в настройках nginx (nginx.conf):
Цитата
http {
(...)
send_timeout 7200; ## 1 час
proxy_read_timeout 7200; ## 1 час
(...)
server {
(...)
location ~ .php$ {
(...)
fastcgi_read_timeout 7200; ## 1 час
(...)
}
(...)
}
}
(...)
send_timeout 7200; ## 1 час
proxy_read_timeout 7200; ## 1 час
(...)
server {
(...)
location ~ .php$ {
(...)
fastcgi_read_timeout 7200; ## 1 час
(...)
}
(...)
}
}
ровно через час, вылетает ошибка:
Цитата
upstream timed out (110: Connection timed out) while reading response header from upstream, ..., request: "GET /df-1c/cml2/index/?type=catalog&mode=import&filename=offers.xml HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", ..."
Из этого, похоже, 1С не может получить отклик от сервера об успешном обмене и при следующем обмене, делает полную выгрузку.Что еще можно предпринять? Спасибо.