google-code-export / iring-tools

Automatically exported from code.google.com/p/iring-tools
0 stars 0 forks source link

Cant create dictionary due to float column type #103

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1. Create any table in SQL Server with "float" data type for any column
2. Execute DBDictionaryUtil.exe CREATE "Data source=.\SQLEXPRESS;Initial
Catalog=controlvalve; User Id=sa; Password=camelot" MsSql2008
"c:\iRINGTools-120\AdapterService\XML\PKF.DatabaseDictionary.xml" (success)
3. DBDictionaryUtil.exe POST http://localhost:81/AdapterService/Service.svc
 TEST PKF c:\iRINGTools-120\AdapterService\XML\PKF.DatabaseDictionary.xml
(error)

*** ERROR ***
 System.Exception: Error while executing HTTP POST request on
http://localhost:8
1/AdapterService/Service.svc/TEST/PKF/dbdictionary. --->
System.Net.WebException
: The remote server returned an error: (400) Bad Request.
   at System.Net.HttpWebRequest.GetResponse()
   at org.iringtools.utility.WebHttpClient.Post[T,R](String relativeUri, T
reque
stEntity, Boolean useDataContractSerializer)
   --- End of inner exception stack trace ---
   at org.iringtools.utility.WebHttpClient.Post[T,R](String relativeUri, T
reque
stEntity, Boolean useDataContractSerializer)
   at DBDictionaryUtil.Program.DoPost(String adapterServiceUri, String
projectNa
me, String applicationName, String dbDictionaryFilePath)
   at DBDictionaryUtil.Program.Main(String[] args)

I am using Microsoft Windows Server Standart Edition SP2 with iRING Tools
versioon 1.2

Original issue reported on code.google.com by repin.sl...@gmail.com on 27 Apr 2010 at 1:00

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
This issue should go away with DBDictionaryEditor.

Original comment by rdecarlo73 on 10 May 2010 at 3:47