ReportPortal
ReportPortal
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ReportPortal General Forum
 Report Portal General Issues
 Data Entry, problem with number data
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

MKD

Poland
31 Posts

Posted - 11/13/2011 :  15:28:22  Show Profile  Reply with Quote
I've a problem with Data Entry Report.

Report is connected to table that was created this way
create table test_table(
name varchar(100),
number decimal(5,2)
)

But every time I try to sent some data to number column, I have a message:
Value 33.33 is not numeric for column: number


I tried sending number in different formats: 33,33 and 33.33

Is the problem with Database Collation?
I tried databases with:
SQL_Polish_CP1250_CS_AS
Welsh_100_CI_AS_KS
Latin1_General_100_CI_AS_KS

Is the problem with column type?
I tried: decimal, float, money, numeric

admin

1643 Posts

Posted - 11/13/2011 :  22:03:43  Show Profile  Reply with Quote
Can you please capture the SQL executed against the server using SQL Server Profiler?
Go to Top of Page

MKD

Poland
31 Posts

Posted - 11/14/2011 :  09:19:51  Show Profile  Reply with Quote
SELECT r.SourceText, r.FolderId, r.ReportName, r.CubeId, r.CubeName, r.ReportDesc, c.ConnectionString, c.DbName, c.ConnectionType FROM Report r INNER JOIN [Connection] c ON r.ConnectionId = c.ConnectionId WHERE r.ReportId = '20'

It's the only thing that shows in SQL Server Profiler after cliking "Add".
Go to Top of Page

admin

1643 Posts

Posted - 11/14/2011 :  11:50:35  Show Profile  Reply with Quote
You should set the profiler to the server that you used in your connection (Admin > connections).
Go to Top of Page

MKD

Poland
31 Posts

Posted - 11/14/2011 :  14:55:06  Show Profile  Reply with Quote
It's the same server.
Go to Top of Page

admin

1643 Posts

Posted - 11/14/2011 :  17:05:21  Show Profile  Reply with Quote
Please right click on the report in the report tree and pick Export. Send the exported file along with the screenshot of the error to support@ReportPortal.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
ReportPortal © 2000-2002 Snitz Communications Go To Top Of Page