No announcements
Found 2879150 threads
-
0 Votes
How to validate FromBody request data?
Extracting incoming data to populate the model and then validating the model are two connected but distinct and independant steps.Answered | 7 Replies | 2162 Views | Created by Anonymous - Wednesday, April 24, 2019 7:31 AM | Last reply by Anonymous - Tuesday, May 7, 2019 6:26 PM -
1 Votes
The requested name is valid, but no data of the requested type was found.
After waiting a while (first uninstalling, then installing) the following error is thrown: "The requested name is valid, but no ...Answered | 2 Replies | 51839 Views | Created by J Siegmund [MCPD - MCITP] - Tuesday, September 18, 2012 1:14 PM | Last reply by Iouri Simernitski - MSFT - Tuesday, September 18, 2012 5:32 PM -
1 Votes
requesting validation
You need to post a request in the current verification thread here:Answered | 1 Replies | 1083 Views | Created by BBS-MW - Monday, August 6, 2018 2:48 PM | Last reply by Richard Mueller - Monday, August 6, 2018 2:50 PM -
0 Votes
how to validate data in ssis
Use script task and include your validation logic 2.Answered | 1 Replies | 1018 Views | Created by Rams.M - Wednesday, March 19, 2014 4:54 PM | Last reply by Visakh16 - Wednesday, March 19, 2014 5:55 PM -
0 Votes
How to: Using Data Binding to a Custom Validation Rule
You could try adding a textbox in the request, in the property window, have the value property binded to the field in the xml file.Answered | 1 Replies | 4048 Views | Created by Joop Snijder - Friday, July 10, 2009 9:35 AM | Last reply by Edwer Fang - Monday, July 13, 2009 6:34 AM -
0 Votes
How to extract data from one request and use same data in second request in web performance test?
Here is a link on creating an extraction rule: http://msdn.microsoft.com/en-us/library/ms182545.aspx Here is a link on creating the validation rule: ...Answered | 1 Replies | 3614 Views | Created by Pranil Yambal - Thursday, July 28, 2011 10:07 AM | Last reply by TimJim - Thursday, July 28, 2011 1:13 PM -
1 Votes
How to validate wpf Data grid
My data grid has template columns. those columns validation errors not identified by above method.Answered | 3 Replies | 2732 Views | Created by Kelums - Wednesday, February 5, 2014 1:37 AM | Last reply by Magnus (MM8) - Thursday, February 6, 2014 1:30 PM -
0 Votes
Validate Data
What kind of validation are you talking about?Answered | 1 Replies | 5084 Views | Created by KIRAN KUAMR - Thursday, May 6, 2010 10:52 AM | Last reply by Sudeep Raj - Thursday, May 6, 2010 11:00 AM -
0 Votes
XML Schema validation of request-response service response data.
MVP Data Platform Development My blogAnswered | 8 Replies | 6360 Views | Created by Ummar Muhammad - Monday, November 28, 2011 1:18 PM | Last reply by Ummar Muhammad - Thursday, December 22, 2011 10:30 AM -
0 Votes
Azure Resource Group API Returning Validation Errors For Valid API Request
Valid GA versions of the Microsoft.Network API are '2016-03-30', and '2016-06-01'.Answered | 2 Replies | 792 Views | Created by JordanYaker - Monday, September 19, 2016 6:06 PM | Last reply by JordanYaker - Wednesday, September 21, 2016 12:56 PM -
1 Votes
The requested name is valid, but no data of the requested type was found
I have an Excel workbook that accepts search criteria from the user and then uses ADO to connect to an Azure database to run a query based on user input and returns the results for me to ...Answered | 4 Replies | 1800 Views | Created by todtown - Thursday, January 4, 2018 7:27 PM | Last reply by pituach - Saturday, January 13, 2018 5:37 AM -
3 Votes
Data Validation from lookup data
This way you will only have one data validation list.Answered | 15 Replies | 3510 Views | Created by JimDango - Thursday, July 28, 2011 6:57 PM | Last reply by Siddharth Rout - Wednesday, August 3, 2011 2:46 PM -
0 Votes
Data Validation
Dim num,i As Integer num = InputBox("last cell to check") For i = 1 To num If Cells(i, 1) <> "" Or Cells(i, 2) <> "" Or _ ...Answered | 2 Replies | 859 Views | Created by ctamatey - Tuesday, May 21, 2013 11:00 PM | Last reply by ctamatey - Saturday, May 25, 2013 1:38 PM -
2 Votes
Data validation in SSIS
You can do all the data cleansing in SSIS data flow task itself and then load the data.Answered | 2 Replies | 2180 Views | Created by Dineshkumarm1 - Monday, June 3, 2013 1:45 PM | Last reply by SSISJoost - Monday, June 3, 2013 2:29 PM -
1 Votes
Validating data in a Header response
Hi Richard, I was able to access the headers via the e.Request.Headers in the postrequest method of a custom web test request plugin ...Answered | 1 Replies | 3989 Views | Created by richard84 - Tuesday, September 29, 2009 1:43 PM | Last reply by Jonathan Ren - Tuesday, September 29, 2009 4:02 PM -
3 Votes
Saving data that isn't valid.
Could you explain the process a bit more to me, how multiple table approach will work in my situtation please?Answered | 5 Replies | 8657 Views | Created by TroubledDev - Tuesday, February 16, 2010 11:08 AM | Last reply by TroubledDev - Tuesday, February 16, 2010 4:37 PM -
2 Votes
Error - List data validation failed
If you have Column Validation assigned to a field, and that field is blank for the current item, the "List data validation ...Answered | 5 Replies | 34923 Views | Created by kennyr57 - Tuesday, July 19, 2011 9:06 AM | Last reply by CigarDoug - Wednesday, August 27, 2014 2:33 PM -
0 Votes
Data Validation Reappearing in Excel
When i choose the Find Data Validation, it highlights the rows with the dataSGAnswered | 5 Replies | 1558 Views | Created by Swathi123 - Tuesday, March 26, 2013 8:44 PM | Last reply by Syswizard - Wednesday, March 27, 2013 8:56 PM -
1 Votes
data validation in ef 6
how do you do?Answered | 12 Replies | 1299 Views | Created by giuseppe ferrrari - Friday, June 10, 2016 3:37 PM | Last reply by Gerhard - Wednesday, December 13, 2017 10:15 AM -
1 Votes
TCP Client:Exception: "The requested address is not valid in its context "
Hi shital, This may be cause the IP is not a valid IP on your computer, or maybe the port is binded to another application.Answered | 1 Replies | 21455 Views | Created by shital diwate - Tuesday, December 10, 2013 7:05 AM | Last reply by Eason_H - Wednesday, December 11, 2013 1:48 AM - Items 1 to 20 of 2879150 Next ›
No announcements