Click here to Skip to main content
15,908,444 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: strord procedure Pin
praetorean13-Jul-05 14:41
praetorean13-Jul-05 14:41 
Generalerror in vb Pin
Anonymous12-Jul-05 19:15
Anonymous12-Jul-05 19:15 
GeneralI could not load the data in CrystalReport Pin
Jeeva Jose12-Jul-05 18:23
Jeeva Jose12-Jul-05 18:23 
GeneralRe: I could not load the data in CrystalReport Pin
Christian Graus12-Jul-05 18:46
protectorChristian Graus12-Jul-05 18:46 
GeneralRe: I could not load the data in CrystalReport Pin
Amju13-Jul-05 2:38
Amju13-Jul-05 2:38 
GeneralNeed help with listbox! Pin
Member 210748512-Jul-05 16:38
Member 210748512-Jul-05 16:38 
GeneralRe: Need help with listbox! Pin
seee sharp12-Jul-05 17:00
seee sharp12-Jul-05 17:00 
GeneralStrange web-service behavior with a c# client Pin
malharone12-Jul-05 13:10
malharone12-Jul-05 13:10 
Hi all, I have a webservice which simply takes an XML formatted string and then processes it in the business logic & data layer. The Web Service throws an exception if an attempt is made to create duplicate key row in DB.

However, when I am invoking the webservice's web-method via a C# client, I'm getting timed out by webservice.

Anyways, I have run an extensive tests for all cases and have had no luck trying to pinpoint the error cause/source.

My variables:
Client Type: C# or IE (C# program to call webservice, IE -- opening ASMX page from localhost and using the ASMX page for testing)
Is Duplicate?: false or true (Will the string I'm posting cause dup error?)
String length: small or large (large == 1500+ chars; small == 1186 chars; small is the same data but all of the xml formatting -- indentation -- is removed)

So total of 8 various permutations:


Test Results:
Test 1: (C#, no dup, small): no errors
Test 2: (C#, no dup, large): no errors
Test 3: (C#, dup, small): "duplicate" error captured by C# client in Catch statement
Test 4: (C#, dup, large): timeout error raised (According to SQL Trace, SQL Server has sent error to the called and is not hung)

Test 5: (IE, no dup, small): no errors
Test 6: (IE, no dup, large): no errors
Test 7: (IE, dup, small): "duplicate" error captured by C# client in Catch statement
Test 8: (IE, dup, large): "duplicate" error captured by C# client in Catch statement

Possible causes:
a) Problem w/ the way C# client captures errors: non issue because C# client catches the error in test #3.
b) problem w/ processing dups: not possible since test # 3, 7 & 8 process dups
c) server cannot handle "large" size -- Problem w/ data size: non issue because server does successfully process (or. not timeout) in test #2 & Test 8

Any suggestions/pointers would be greatly appreciated.

Thanks.

- Malhar
GeneralRe: Strange web-service behavior with a c# client Pin
Amju13-Jul-05 2:54
Amju13-Jul-05 2:54 
GeneralRe: Strange web-service behavior with a c# client Pin
malharone13-Jul-05 5:46
malharone13-Jul-05 5:46 
GeneralOutlook PST Data Report Pin
Anonymous12-Jul-05 11:28
Anonymous12-Jul-05 11:28 
GeneralSendInput API Method Pin
DigitalBay12-Jul-05 10:23
DigitalBay12-Jul-05 10:23 
GeneralRe: SendInput API Method Pin
progload12-Jul-05 13:06
progload12-Jul-05 13:06 
Generalactivex selft rejistrationvb Pin
_tasleem12-Jul-05 8:39
_tasleem12-Jul-05 8:39 
GeneralUpdating/Writing to SQL Server Pin
spettiford12-Jul-05 8:17
spettiford12-Jul-05 8:17 
GeneralRe: Updating/Writing to SQL Server Pin
ToddHileHoffer12-Jul-05 10:01
ToddHileHoffer12-Jul-05 10:01 
GeneralData List Pin
erikkl200012-Jul-05 7:56
erikkl200012-Jul-05 7:56 
GeneralRe: Data List Pin
ToddHileHoffer12-Jul-05 10:03
ToddHileHoffer12-Jul-05 10:03 
GeneralRe: Data List Pin
erikkl200012-Jul-05 12:21
erikkl200012-Jul-05 12:21 
GeneralCheckboxes Pin
Victoria3412-Jul-05 7:00
Victoria3412-Jul-05 7:00 
GeneralRe: Checkboxes Pin
Anonymous12-Jul-05 9:56
Anonymous12-Jul-05 9:56 
QuestionHow can load the data in CrystalReport Pin
Jeeva Jose12-Jul-05 5:15
Jeeva Jose12-Jul-05 5:15 
AnswerRe: How can load the data in CrystalReport Pin
ToddHileHoffer12-Jul-05 6:50
ToddHileHoffer12-Jul-05 6:50 
GeneralHELP!!! SQL Pin
Member 202519312-Jul-05 3:58
Member 202519312-Jul-05 3:58 
GeneralRe: HELP!!! SQL Pin
d.olsson12-Jul-05 4:12
d.olsson12-Jul-05 4:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.