﻿<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type='text/css' href='https://stocksharp.com/css/style.css'?>
<?xml-stylesheet type='text/css' href='https://stocksharp.com/css/bbeditor.css'?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title type="html">Установка Гидры. Не могу победить :-(</title>
  <id>~/topic/1643/ustanovka-gidry_-ne-mogu-pobedit--(/</id>
  <rights type="text">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  <updated>2026-06-22T20:39:02Z</updated>
  <logo>https://stocksharp.com/images/logo.png</logo>
  <link href="https://stocksharp.com/handlers/atom.ashx?category=topic&amp;id=1643" rel="self" type="application/rss+xml" />
  <entry>
    <id>https://stocksharp.com/posts/m/8642/</id>
    <title type="text">я победил аналогичную проблему так: </title>
    <published>2011-06-06T13:04:45Z</published>
    <updated>2016-08-15T23:59:46Z</updated>
    <author>
      <name>DT</name>
      <uri>https://stocksharp.com/users/28052/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">&lt;p&gt;&lt;a href="http://stocksharp.com/posts/m/8364/#post7766"&gt;я победил аналогичную проблему так:&lt;/a&gt;&lt;/p&gt;
</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/8641/</id>
    <title type="text">Unable to open the physical file &amp;quot;C:\StockSharp\Trading.mdf&amp;quot;. Operating system error 2: &amp;quot;2(Не удаетс...</title>
    <published>2011-06-06T12:38:37Z</published>
    <updated>2011-06-06T12:38:37Z</updated>
    <author>
      <name>jurik8</name>
      <uri>https://stocksharp.com/users/27866/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">&lt;blockquote&gt;
&lt;p&gt;Unable to open the physical file &amp;quot;C:\StockSharp\Trading.mdf&amp;quot;. Operating system error 2: &amp;quot;2(Не удается найти указанный файл.)&amp;quot;.
File activation failure. The physical file name &amp;quot;C:\StockSharp\Trading_log.ldf&amp;quot; may be incorrect.
Возможно у процесса SQLServer-а нет прав на запись в данную директорию&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Удалил все приложения, связанные с SQL
Установил SQL Server 2005 Express&lt;/p&gt;
&lt;p&gt;Запускаю скрипт trading.sql из SQL Server Management Express и вот такая хрень вылазит&lt;/p&gt;
&lt;p&gt;Msg 22002, Level 16, State 1, Line 0
RegCreateKeyEx() returned error 5, 'Отказано в доступе.'
Необходимо перезапустить SQL Server
Msg 102, Level 15, State 1, Line 2
Incorrect syntax near '100'.
Msg 102, Level 15, State 6, Line 2
Incorrect syntax near 'HONOR_BROKER_PRIORITY'.
Msg 2715, Level 16, State 7, Line 1
Column, parameter, or variable #3: Cannot find data type time.
Msg 2715, Level 16, State 7, Line 1
Column, parameter, or variable #24: Cannot find data type datetime2.
Msg 2715, Level 16, State 3, Procedure MarketDataSourceSettings_UpdateBySourceId, Line 1
Column, parameter, or variable #3: Cannot find data type time.
Parameter or variable '@WorkingFrom' has an invalid data type.
Msg 2715, Level 16, State 3, Procedure MarketDataSourceSettings_UpdateBySourceId, Line 1
Column, parameter, or variable #4: Cannot find data type time.
Parameter or variable '@WorkingTo' has an invalid data type.
Msg 2715, Level 16, State 3, Procedure MarketDataSourceSettings_UpdateBySourceId, Line 1
Column, parameter, or variable #5: Cannot find data type time.
Parameter or variable '@Interval' has an invalid data type.
Msg 2715, Level 16, State 3, Procedure Security_UpdateById, Line 1
Column, parameter, or variable #24: Cannot find data type datetime2.
Parameter or variable '@LastTradeTime' has an invalid data type.
Msg 1767, Level 16, State 0, Line 2
Foreign key 'FK_HydraSecurityInfo_Security' references invalid table 'dbo.Security'.
Msg 1750, Level 16, State 0, Line 2
Could not create constraint. See previous errors.
Msg 4917, Level 16, State 0, Line 1
Constraint 'FK_HydraSecurityInfo_Security' does not exist.
Msg 4916, Level 16, State 0, Line 1
Could not enable or disable the constraint. See previous errors.
Msg 1767, Level 16, State 0, Line 2
Foreign key 'FK_Order_Security' references invalid table 'dbo.Security'.
Msg 1750, Level 16, State 0, Line 2
Could not create constraint. See previous errors.
Msg 4917, Level 16, State 0, Line 1
Constraint 'FK_Order_Security' does not exist.
Msg 4916, Level 16, State 0, Line 1
Could not enable or disable the constraint. See previous errors.
Msg 1767, Level 16, State 0, Line 2
Foreign key 'FK_Position_Security' references invalid table 'dbo.Security'.
Msg 1750, Level 16, State 0, Line 2
Could not create constraint. See previous errors.
Msg 4917, Level 16, State 0, Line 1
Constraint 'FK_Position_Security' does not exist.
Msg 4916, Level 16, State 0, Line 1
Could not enable or disable the constraint. See previous errors.
Msg 4902, Level 16, State 1, Line 2
Cannot find the object &amp;quot;dbo.Security&amp;quot; because it does not exist or you do not have permissions.
Msg 4902, Level 16, State 1, Line 1
Cannot find the object &amp;quot;dbo.Security&amp;quot; because it does not exist or you do not have permissions.
Msg 1767, Level 16, State 0, Line 2
Foreign key 'FK_Trade_Security' references invalid table 'dbo.Security'.
Msg 1750, Level 16, State 0, Line 2
Could not create constraint. See previous errors.
Msg 4917, Level 16, State 0, Line 1
Constraint 'FK_Trade_Security' does not exist.
Msg 4916, Level 16, State 0, Line 1
Could not enable or disable the constraint. See previous errors.
Msg 15151, Level 16, State 1, Line 1
Cannot find the object 'MarketDataSourceSettings_UpdateBySourceId', because it does not exist or you do not have permission.
Msg 15151, Level 16, State 1, Line 1
Cannot find the object 'Security_UpdateById', because it does not exist or you do not have permission.
Configuration option 'clr enabled' changed from 0 to 1. Run the RECONFIGURE statement to install.&lt;/p&gt;
&lt;p&gt;Через администрирование/службы перезапускаю службу SQL Server
повторно запускаю скрипт - та же самая хрень...
Уже неделю бьюсь. Ничего не понимаю, что еще надо сделать-то чтоб базы сформировались и запустились.
В папке c:\stocksharp создалось 2 файла - база и лог, все ок. Но почему дальше ошибки летят - неясно. Выручайте, профи-SQLщики ! А то руки опускаются уже.&lt;/p&gt;
</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/8632/</id>
    <title type="text">Unable to open the physical file &amp;quot;C:\StockSharp\Trading.mdf&amp;quot;. Operating system error 2: &amp;quot;2(Не удаетс...</title>
    <published>2011-06-06T07:28:46Z</published>
    <updated>2011-06-06T07:28:46Z</updated>
    <author>
      <name>esper</name>
      <uri>https://stocksharp.com/users/5990/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">&lt;blockquote&gt;
&lt;p&gt;Unable to open the physical file &amp;quot;C:\StockSharp\Trading.mdf&amp;quot;. Operating system error 2: &amp;quot;2(Не удается найти указанный файл.)&amp;quot;.
File activation failure. The physical file name &amp;quot;C:\StockSharp\Trading_log.ldf&amp;quot; may be incorrect.
Возможно у процесса SQLServer-а нет прав на запись в данную директорию&lt;/p&gt;
&lt;/blockquote&gt;
</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/8631/</id>
    <title type="text">Когда запускаю скрипт trading.sql - вылазят ошибки Какие именно ошибки? вот чего пишет Msg 15025, Le...</title>
    <published>2011-06-06T07:17:46Z</published>
    <updated>2011-06-06T07:17:46Z</updated>
    <author>
      <name>jurik8</name>
      <uri>https://stocksharp.com/users/27866/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">&lt;blockquote&gt;
&lt;p&gt;Когда запускаю скрипт trading.sql - вылазят ошибки
Какие именно ошибки?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;вот чего пишет
Msg 15025, Level 16, State 1, Line 41
The server principal 'trading' already exists.
Msg 1801, Level 16, State 3, Line 3
Database 'Trading' already exists.
Msg 102, Level 15, State 1, Line 2
Incorrect syntax near '100'.
Msg 5120, Level 16, State 101, Line 2
Unable to open the physical file &amp;quot;C:\StockSharp\Trading.mdf&amp;quot;. Operating system error 2: &amp;quot;2(Не удается найти указанный файл.)&amp;quot;.
File activation failure. The physical file name &amp;quot;C:\StockSharp\Trading_log.ldf&amp;quot; may be incorrect.
Msg 3446, Level 16, State 2, Line 2
Primary log file is not available for database 'Trading'.  The log cannot be backed up.
Msg 5069, Level 16, State 1, Line 2
ALTER DATABASE statement failed.
Msg 3446, Level 16, State 2, Line 2
Primary log file is not available for database 'Trading'.  The log cannot be backed up.
Msg 5069, Level 16, State 1, Line 2
ALTER DATABASE statement failed.
Msg 3446, Level 16, State 2, Line 2
Primary log file is not available for database 'Trading'.  The log cannot be backed up.
Msg 5069, Level 16, State 1, Line 2
ALTER DATABASE statement failed.
Msg 3446, Level 16, State 2, Line 2
Primary log file is not available for database 'Trading'.  The log cannot be backed up.
Msg 5069, Level 16, State 1, Line 2
ALTER DATABASE statement failed.
Msg 3446, Level 16, State 2, Line 2
Primary log file is not available for database 'Trading'.  The log cannot be backed up.
Msg 5069, Level 16, State 1, Line 2
ALTER DATABASE statement failed.
Msg 3446, Level 16, State 2, Line 2
Primary log file is not available for database 'Trading'.  The log cannot be backed up.
Msg 5069, Level 16, State 1, Line 2
ALTER DATABASE statement failed.
Msg 3446, Level 16, State 2, Line 2
Primary log file is not available for database 'Trading'.  The log cannot be backed up.
Msg 5069, Level 16, State 1, Line 2
ALTER DATABASE statement failed.
Msg 3446, Level 16, State 2, Line 2
Primary log file is not available for database 'Trading'.  The log cannot be backed up.
Msg 5069, Level 16, State 1, Line 2
ALTER DATABASE statement failed.
Msg 3446, Level 16, State 2, Line 2
Primary log file is not available for database 'Trading'.  The log cannot be backed up.
Msg 5069, Level 16, State 1, Line 2
ALTER DATABASE statement failed.
Msg 3446, Level 16, State 2, Line 2
Primary log file is not available for database 'Trading'.  The log cannot be backed up.
Msg 5069, Level 16, State 1, Line 2
ALTER DATABASE statement failed.
Msg 3446, Level 16, State 2, Line 2
Primary log file is not available for database 'Trading'.  The log cannot be backed up.
Msg 5069, Level 16, State 1, Line 2
ALTER DATABASE statement failed.
Msg 3446, Level 16, State 2, Line 2
Primary log file is not available for database 'Trading'.  The log cannot be backed up.
Msg 5069, Level 16, State 1, Line 2
ALTER DATABASE statement failed.
Msg 3446, Level 16, State 2, Line 2
Primary log file is not available for database 'Trading'.  The log cannot be backed up.
Msg 5069, Level 16, State 1, Line 2
ALTER DATABASE statement failed.
Msg 3446, Level 16, State 2, Line 2
Primary log file is not available for database 'Trading'.  The log cannot be backed up.
Msg 5069, Level 16, State 1, Line 2
ALTER DATABASE statement failed.
Msg 3446, Level 16, State 2, Line 2
Primary log file is not available for database 'Trading'.  The log cannot be backed up.
Msg 5069, Level 16, State 1, Line 2
ALTER DATABASE statement failed.
Msg 3446, Level 16, State 2, Line 2
Primary log file is not available for database 'Trading'.  The log cannot be backed up.
Msg 5069, Level 16, State 1, Line 2
ALTER DATABASE statement failed.
Msg 3446, Level 16, State 2, Line 2
Primary log file is not available for database 'Trading'.  The log cannot be backed up.
Msg 5069, Level 16, State 1, Line 2
ALTER DATABASE statement failed.
Msg 3446, Level 16, State 2, Line 2
Primary log file is not available for database 'Trading'.  The log cannot be backed up.
Msg 5069, Level 16, State 1, Line 2
ALTER DATABASE statement failed.
Msg 3446, Level 16, State 2, Line 2
Primary log file is not available for database 'Trading'.  The log cannot be backed up.
Msg 5069, Level 16, State 1, Line 2
ALTER DATABASE statement failed.
Msg 3446, Level 16, State 2, Line 2
Primary log file is not available for database 'Trading'.  The log cannot be backed up.
Msg 5069, Level 16, State 1, Line 2
ALTER DATABASE statement failed.
Msg 3446, Level 16, State 2, Line 2
Primary log file is not available for database 'Trading'.  The log cannot be backed up.
Msg 5069, Level 16, State 1, Line 2
ALTER DATABASE statement failed.
Msg 3446, Level 16, State 2, Line 2
Primary log file is not available for database 'Trading'.  The log cannot be backed up.
Msg 5069, Level 16, State 1, Line 2
ALTER DATABASE statement failed.
Msg 102, Level 15, State 6, Line 2
Incorrect syntax near 'HONOR_BROKER_PRIORITY'.
Msg 5120, Level 16, State 101, Line 2
Unable to open the physical file &amp;quot;C:\StockSharp\Trading.mdf&amp;quot;. Operating system error 2: &amp;quot;2(Не удается найти указанный файл.)&amp;quot;.
File activation failure. The physical file name &amp;quot;C:\StockSharp\Trading_log.ldf&amp;quot; may be incorrect.
Msg 945, Level 14, State 2, Line 2
Database 'Trading' cannot be opened due to inaccessible files or insufficient memory or disk space.  See the SQL Server errorlog for details.
Msg 5069, Level 16, State 1, Line 2
ALTER DATABASE statement failed.
Msg 3446, Level 16, State 2, Line 2
Primary log file is not available for database 'Trading'.  The log cannot be backed up.
Msg 5069, Level 16, State 1, Line 2
ALTER DATABASE statement failed.
Msg 5120, Level 16, State 101, Line 2
Unable to open the physical file &amp;quot;C:\StockSharp\Trading.mdf&amp;quot;. Operating system error 2: &amp;quot;2(Не удается найти указанный файл.)&amp;quot;.
File activation failure. The physical file name &amp;quot;C:\StockSharp\Trading_log.ldf&amp;quot; may be incorrect.
Msg 945, Level 14, State 2, Line 2
Database 'Trading' cannot be opened due to inaccessible files or insufficient memory or disk space.  See the SQL Server errorlog for details.
Msg 5069, Level 16, State 1, Line 2
ALTER DATABASE statement failed.
Msg 3446, Level 16, State 2, Line 2
Primary log file is not available for database 'Trading'.  The log cannot be backed up.
Msg 5069, Level 16, State 1, Line 2
ALTER DATABASE statement failed.
Msg 3446, Level 16, State 2, Line 2
Primary log file is not available for database 'Trading'.  The log cannot be backed up.
Msg 5069, Level 16, State 1, Line 2
ALTER DATABASE statement failed.
Msg 945, Level 14, State 2, Line 2
Database 'Trading' cannot be opened due to inaccessible files or insufficient memory or disk space.  See the SQL Server errorlog for details.
Msg 15023, Level 16, State 1, Line 3
User, group, or role 'trading' already exists in the current database.
Msg 2714, Level 16, State 6, Line 1
There is already an object named 'Exchange' in the database.
Msg 6246, Level 16, State 1, Line 2
Assembly &amp;quot;Ecng.Data.SqlServer&amp;quot; already exists in database &amp;quot;master&amp;quot;.
Msg 6249, Level 16, State 1, Line 1
The associated file &amp;quot;Ecng.Data.SqlServer.pdb&amp;quot; already exists for assembly &amp;quot;Ecng.Data.SqlServer&amp;quot;.
Msg 6249, Level 16, State 1, Line 1
The associated file &amp;quot;Properties\AssemblyInfo.cs&amp;quot; already exists for assembly &amp;quot;Ecng.Data.SqlServer&amp;quot;.
Msg 6249, Level 16, State 1, Line 1
The associated file &amp;quot;SqlExtendedProcedures.cs&amp;quot; already exists for assembly &amp;quot;Ecng.Data.SqlServer&amp;quot;.
Msg 15233, Level 16, State 1, Procedure sp_addextendedproperty, Line 38
Property cannot be added. Property 'AutoDeployed' already exists for 'Ecng.Data.SqlServer'.
Msg 15233, Level 16, State 1, Procedure sp_addextendedproperty, Line 38
Property cannot be added. Property 'SqlAssemblyProjectRoot' already exists for 'Ecng.Data.SqlServer'.
Msg 2715, Level 16, State 7, Line 1
Column, parameter, or variable #3: Cannot find data type time.
Msg 2714, Level 16, State 6, Line 1
There is already an object named 'HistorySession' in the database.
Msg 2714, Level 16, State 6, Line 1
There is already an object named 'Strategy' in the database.
Msg 2714, Level 16, State 3, Procedure usp_RethrowError, Line 26
There is already an object named 'usp_RethrowError' in the database.
Msg 2715, Level 16, State 7, Line 1
Column, parameter, or variable #24: Cannot find data type datetime2.
Msg 2714, Level 16, State 6, Line 1
There is already an object named 'Portfolio' in the database.
Msg 2714, Level 16, State 51, Procedure PageSelect, Line 2
There is already an object named 'PageSelect' in the database.
Msg 15233, Level 16, State 1, Procedure sp_addextendedproperty, Line 38
Property cannot be added. Property 'AutoDeployed' already exists for 'dbo.PageSelect'.
Msg 15233, Level 16, State 1, Procedure sp_addextendedproperty, Line 38
Property cannot be added. Property 'SqlAssemblyFile' already exists for 'dbo.PageSelect'.
Msg 15233, Level 16, State 1, Procedure sp_addextendedproperty, Line 38
Property cannot be added. Property 'SqlAssemblyFileLine' already exists for 'dbo.PageSelect'.
Msg 2715, Level 16, State 3, Procedure MarketDataSourceSettings_UpdateBySourceId, Line 1
Column, parameter, or variable #3: Cannot find data type time.
Parameter or variable '@WorkingFrom' has an invalid data type.
Msg 2715, Level 16, State 3, Procedure MarketDataSourceSettings_UpdateBySourceId, Line 1
Column, parameter, or variable #4: Cannot find data type time.
Parameter or variable '@WorkingTo' has an invalid data type.
Msg 2715, Level 16, State 3, Procedure MarketDataSourceSettings_UpdateBySourceId, Line 1
Column, parameter, or variable #5: Cannot find data type time.
Parameter or variable '@Interval' has an invalid data type.
Msg 2714, Level 16, State 3, Procedure MarketDataSourceSettings_ReadBySourceId, Line 4
There is already an object named 'MarketDataSourceSettings_ReadBySourceId' in the database.
Msg 2714, Level 16, State 3, Procedure HistorySession_Count, Line 3
There is already an object named 'HistorySession_Count' in the database.
Msg 2714, Level 16, State 3, Procedure Exchange_Count, Line 3
There is already an object named 'Exchange_Count' in the database.
Msg 2714, Level 16, State 3, Procedure Exchange_UpdateByName, Line 18
There is already an object named 'Exchange_UpdateByName' in the database.
Msg 2714, Level 16, State 3, Procedure Exchange_ReadByName, Line 4
There is already an object named 'Exchange_ReadByName' in the database.
Msg 2714, Level 16, State 3, Procedure Exchange_ReadAll, Line 6
There is already an object named 'Exchange_ReadAll' in the database.
Msg 2714, Level 16, State 6, Line 1
There is already an object named 'HydraSecurityInfo' in the database.
Msg 2714, Level 16, State 6, Line 1
There is already an object named 'Order' in the database.
Msg 2714, Level 16, State 3, Procedure HistorySession_ReadAll, Line 6
There is already an object named 'HistorySession_ReadAll' in the database.
Msg 2714, Level 16, State 6, Line 1
There is already an object named 'Position' in the database.
Msg 2714, Level 16, State 6, Line 1
There is already an object named 'Trade' in the database.
Msg 2714, Level 16, State 3, Procedure Security_ReadAll, Line 6
There is already an object named 'Security_ReadAll' in the database.
Msg 2714, Level 16, State 3, Procedure Security_Count, Line 3
There is already an object named 'Security_Count' in the database.
Msg 2715, Level 16, State 3, Procedure Security_UpdateById, Line 1
Column, parameter, or variable #24: Cannot find data type datetime2.
Parameter or variable '@LastTradeTime' has an invalid data type.
Msg 2714, Level 16, State 6, Line 1
There is already an object named 'OrderFail' in the database.
Msg 2714, Level 16, State 6, Line 1
There is already an object named 'MyTrade' in the database.
Msg 2714, Level 16, State 6, Line 1
There is already an object named 'HistorySessionOrder' in the database.
Msg 2714, Level 16, State 4, Line 2
There is already an object named 'FK_HistorySessionOrder_Order' in the database.
Msg 1750, Level 16, State 0, Line 2
Could not create constraint. See previous errors.
Msg 2714, Level 16, State 4, Line 2
There is already an object named 'FK_HistorySessionOrder_Session' in the database.
Msg 1750, Level 16, State 0, Line 2
Could not create constraint. See previous errors.
Msg 1767, Level 16, State 0, Line 2
Foreign key 'FK_HydraSecurityInfo_Security' references invalid table 'dbo.Security'.
Msg 1750, Level 16, State 0, Line 2
Could not create constraint. See previous errors.
Msg 4917, Level 16, State 0, Line 1
Constraint 'FK_HydraSecurityInfo_Security' does not exist.
Msg 4916, Level 16, State 0, Line 1
Could not enable or disable the constraint. See previous errors.
Msg 2714, Level 16, State 4, Line 2
There is already an object named 'FK_MyTrade_Order' in the database.
Msg 1750, Level 16, State 0, Line 2
Could not create constraint. See previous errors.
Msg 2714, Level 16, State 4, Line 2
There is already an object named 'FK_MyTrade_Trade' in the database.
Msg 1750, Level 16, State 0, Line 2
Could not create constraint. See previous errors.
Msg 2714, Level 16, State 4, Line 2
There is already an object named 'FK_Order_Portfolio' in the database.
Msg 1750, Level 16, State 0, Line 2
Could not create constraint. See previous errors.
Msg 1767, Level 16, State 0, Line 2
Foreign key 'FK_Order_Security' references invalid table 'dbo.Security'.
Msg 1750, Level 16, State 0, Line 2
Could not create constraint. See previous errors.
Msg 4917, Level 16, State 0, Line 1
Constraint 'FK_Order_Security' does not exist.
Msg 4916, Level 16, State 0, Line 1
Could not enable or disable the constraint. See previous errors.
Msg 2714, Level 16, State 4, Line 2
There is already an object named 'FK_OrderFail_Order' in the database.
Msg 1750, Level 16, State 0, Line 2
Could not create constraint. See previous errors.
Msg 2714, Level 16, State 4, Line 2
There is already an object named 'FK_Portfolio_Exchange' in the database.
Msg 1750, Level 16, State 0, Line 2
Could not create constraint. See previous errors.
Msg 2714, Level 16, State 4, Line 2
There is already an object named 'FK_Position_Portfolio' in the database.
Msg 1750, Level 16, State 0, Line 2
Could not create constraint. See previous errors.
Msg 1767, Level 16, State 0, Line 2
Foreign key 'FK_Position_Security' references invalid table 'dbo.Security'.
Msg 1750, Level 16, State 0, Line 2
Could not create constraint. See previous errors.
Msg 4917, Level 16, State 0, Line 1
Constraint 'FK_Position_Security' does not exist.
Msg 4916, Level 16, State 0, Line 1
Could not enable or disable the constraint. See previous errors.
Msg 4902, Level 16, State 1, Line 2
Cannot find the object &amp;quot;dbo.Security&amp;quot; because it does not exist or you do not have permissions.
Msg 4902, Level 16, State 1, Line 1
Cannot find the object &amp;quot;dbo.Security&amp;quot; because it does not exist or you do not have permissions.
Msg 1767, Level 16, State 0, Line 2
Foreign key 'FK_Trade_Security' references invalid table 'dbo.Security'.
Msg 1750, Level 16, State 0, Line 2
Could not create constraint. See previous errors.
Msg 4917, Level 16, State 0, Line 1
Constraint 'FK_Trade_Security' does not exist.
Msg 4916, Level 16, State 0, Line 1
Could not enable or disable the constraint. See previous errors.
Msg 15151, Level 16, State 1, Line 1
Cannot find the object 'MarketDataSourceSettings_UpdateBySourceId', because it does not exist or you do not have permission.
Msg 15151, Level 16, State 1, Line 1
Cannot find the object 'Security_UpdateById', because it does not exist or you do not have permission.
Configuration option 'clr enabled' changed from 1 to 1. Run the RECONFIGURE statement to install.&lt;/p&gt;
&lt;p&gt;и в папке c:\stocksharp\ пусто&lt;/p&gt;
&lt;p&gt;как и где сделать &amp;quot;Run the RECONFIGURE statement to install.&amp;quot; не могу никак вдуплить. SQL пока для меня совсем никак...&lt;/p&gt;
</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/8627/</id>
    <title type="text">Когда запускаю скрипт trading.sql - вылазят ошибки Какие именно ошибки? </title>
    <published>2011-06-06T05:17:50Z</published>
    <updated>2011-06-06T05:17:50Z</updated>
    <author>
      <name>esper</name>
      <uri>https://stocksharp.com/users/5990/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">&lt;blockquote&gt;
&lt;p&gt;Когда запускаю скрипт trading.sql - вылазят ошибки
Какие именно ошибки?&lt;/p&gt;
&lt;/blockquote&gt;
</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/8626/</id>
    <title type="text">Доброго времени суток, роботостроители! Случайно набрел на этот проект. Зачетная вещь, чего и говори...</title>
    <published>2011-06-06T05:11:46Z</published>
    <updated>2011-06-06T05:11:46Z</updated>
    <author>
      <name>jurik8</name>
      <uri>https://stocksharp.com/users/27866/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">&lt;p&gt;Доброго времени суток, роботостроители!
Случайно набрел на этот проект. Зачетная вещь, чего и говорить.
Хочется тоже присоединиться к вашему сообществу. С# освоил, т.к. програмлю на асм с детства.
Одна проблема - не совсем понятно, как устанавливать базу данных. Когда запускаю скрипт trading.sql - вылазят ошибки
Может в WIN7 хитрости какие-то ?
С SQL раньше дел не имел, если не трудно - направьте на путь истинный. Где косяк ? И где порыть ?&lt;/p&gt;
</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
</feed>