No announcements
Found 245483 threads
-
3 Votes
EF 4 DetailsView and EntityDataSource: Cannot insert the value NULL into column 'PasswordHash', table 'C1AdventureWorks.Person.Contact'; column does not allow nulls.
My opinion is that the stored proc approach just bypasses EF and won't allow me to get some of the benefits from using it (e.g. no SQL coding), but at least I'll be ...Answered | 3 Replies | 14328 Views | Created by Triplesticks - Monday, March 14, 2011 5:56 PM | Last reply by Ed Price - MSFT - Friday, December 30, 2011 5:05 PM -
1 Votes
sync exception "Bulk command BulkInsertCommand failed wth the following exception.
check your conflict resolution then...if i were you, i'd run sql profiler and sync fx tracing and what scenario produces the null column...Answered | 9 Replies | 6157 Views | Created by Abby.Tang - Thursday, April 12, 2012 2:47 PM | Last reply by Abby.Tang - Friday, April 20, 2012 7:54 AM -
3 Votes
crmsvcutil Exception: Value cannot be null Parameter Name:CurrentServiceEndpoint
Follow Me on Twitter!Answered | 5 Replies | 9749 Views | Created by Bill M- - Tuesday, April 19, 2011 8:03 PM | Last reply by Jamie Miley - Friday, April 22, 2011 12:49 PM -
0 Votes
Getting 'Invalid column name' exception during provision
iam trying to sync two databases with sync framework.And when i tried to provision my database iam getting this System.Data.SqlClient.SqlException Message=Invalid ...Answered | 3 Replies | 9389 Views | Created by sharon 5656 - Thursday, November 3, 2011 8:57 AM | Last reply by JuneT - Monday, November 7, 2011 8:54 AM -
1 Votes
This is happening when DB table columns contains NULL values(ex: Date column having null values)
HI, I am using SQLFetchScroll for bulk reading from DB .But it is failing for some tables loading where columns contain NULL ...Answered | 2 Replies | 1875 Views | Created by HAJ12 - Tuesday, October 15, 2013 7:12 PM | Last reply by Just Karl - Friday, October 25, 2013 8:02 PM -
2 Votes
CrmSvcUtil.exe - Exiting program with exception: Value cannot be null.
Note: Microsoft has a bug in CRM Online now where a call to GetAllEntitiesRequest will fail in CRM deployments that are 'highly customized'.Answered | 4 Replies | 6189 Views | Created by Hari Prabhu - Thursday, August 11, 2011 10:16 PM | Last reply by Hari Prabhu - Monday, September 5, 2011 2:27 PM -
0 Votes
Sync Framework does not generate 'Set Identity_Insert ON' for non Int columns
[AbuseTypes]([Id], [Name], [Modifier], [Code]) VALUES (@P_1, @P_2, @P_3, @P_4); SET @sync_row_count = @@rowcount; END END GO And this is the Bulk ...Answered | 4 Replies | 8259 Views | Created by Vindana Madhuwantha MSFT - Tuesday, December 28, 2010 9:41 AM | Last reply by Vindana Madhuwantha MSFT - Wednesday, December 29, 2010 10:37 PM -
1 Votes
do not allow null value
This will also prevent records from being imported if they have null values in a required field.Answered | 2 Replies | 6179 Views | Created by mimamar - Tuesday, January 25, 2011 11:54 AM | Last reply by Neil Benson - Tuesday, January 25, 2011 1:59 PM -
0 Votes
Sliverlight client does not Sync all the columns of my table
I noticed Employee table's ID field values come properly from database but name field comes as null for all the rows all the time.Answered | 3 Replies | 7942 Views | Created by FireArms - Thursday, April 7, 2011 5:58 AM | Last reply by FireArms - Monday, April 11, 2011 6:45 AM -
0 Votes
Sync MetaData Values
Hi, Please follow the SQL commands in CreateDatabase_Local.sql and CreateDatabase_Server.sql in SqlExpressionProviderSample\Scripts to setup the values ...Answered | 1 Replies | 12430 Views | Created by SaroDude - Wednesday, October 21, 2009 6:37 PM | Last reply by Dong Cao - Friday, October 30, 2009 10:42 PM -
4 Votes
null reference exception
always assign session value to other variable by using Convert.Tostring(Session["sessionvalue"])Answered | 6 Replies | 1498 Views | Created by maulik66 - Thursday, November 6, 2014 4:09 AM | Last reply by Vithal Wadje - Friday, November 7, 2014 8:15 AM -
1 Votes
If I want to add another 10 columns in table orders, how to change code or store procedures?
using the sample scripts from what you have downloaded: -- S-proc's for orders table create procedure dbo.sp_orders_applyinsert ( ...Answered | 1 Replies | 7766 Views | Created by aspfun - Wednesday, March 31, 2010 9:05 PM | Last reply by JuneT - Wednesday, March 31, 2010 10:21 PM -
1 Votes
Another Sync exception - need help ?
In my case, that exception was thrown because my table´s name was different from the entity name.Answered | 13 Replies | 11168 Views | Created by BruceDo - Friday, December 10, 2010 7:22 AM | Last reply by paolo33 - Friday, January 17, 2014 7:08 PM -
0 Votes
SqlTransaction exception when applying SqlSyncScopeProvisioning for big tables
With the TSQL command that you found in the the SQL profile, you can directly run it in SSMS to popluate the tracking table for your existing records.Answered | 9 Replies | 15068 Views | Created by jshaqd - Monday, November 30, 2009 11:40 PM | Last reply by jshaqd - Tuesday, December 8, 2009 5:30 PM -
0 Votes
Tracking column __SysChangeTxBsn
I store the names of the manipulated tables in a list and afterwards call AcceptChanges() passing that list.Answered | 4 Replies | 10359 Views | Created by ngutch - Friday, February 20, 2009 5:49 PM | Last reply by forstingera - Saturday, February 28, 2009 11:29 AM -
0 Votes
Syncing separate columns problem with allow nulls
you can try intercepting the change dataset and adding the default value to the null columns.Unanswered | 5 Replies | 5812 Views | Created by Marina C - Tuesday, November 29, 2011 7:58 PM | Last reply by JuneT - Thursday, December 1, 2011 10:03 AM -
0 Votes
Case Sensitive Record Insert failed in Sync Local Data cache
check out the documentation under "Client and Server Database Objects Supported by Sync Framework" Sync Framework supports ...Answered | 1 Replies | 6744 Views | Created by NilayM - Thursday, August 26, 2010 1:34 PM | Last reply by JuneT - Thursday, August 26, 2010 2:05 PM -
0 Votes
__sysChangeTxBsn Column in Sql Server Compact with Sync services
I'll try selecting just the columns I use.Answered | 7 Replies | 14555 Views | Created by reswat - Wednesday, November 18, 2009 5:50 PM | Last reply by reswat - Sunday, November 22, 2009 9:56 PM -
0 Votes
DataReader exception thrown by reading a null field
the datareader throws an exception when reading a field which (I believe is null), as follow ABC,DEF,,XYZ..... the exception is generated by the ...Answered | 1 Replies | 9582 Views | Created by KT858 - Thursday, July 24, 2008 4:30 AM | Last reply by Shrikant Maske - Friday, November 7, 2008 11:40 AM -
1 Votes
Sync framework tracking table issue
for example, if you first provision a scope with 5 columns, these same columns will be reflected in the selectchanges sp, the bulk table type, ...Answered | 36 Replies | 14142 Views | Created by Gladson.Protean - Tuesday, August 31, 2010 2:45 PM | Last reply by Gladson.Protean - Thursday, April 14, 2011 6:44 AM - Items 1 to 20 of 245483 Next ›
No announcements