Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Remote Data Service a detail


Message #1 by rds <rds@a...> on Wed, 25 Sep 2002 11:43:14 +0200




 Remote Data Service a detail



I have a VB application that rendered reports from a SQL server and an AS400 (ClientAccess).


First runs a dll on the server that is
        Cleaning the SQL server
        Export all required data from the as400 to the SQL server
        
        This is taking 1 - 5 min (5 min = timeout)


After runs a dll on my server that is:
        Binding the data in the report (crystal reports) 
        Export the report
        Reading the report file binary
        Sending back to the client (with the return value in my server function) almost 60 - 80 KB
        
        This is taking 2 - 5 sec


So normally the are no problems...


But arbitrarily I am returning the follow errors:
        Internet Client Error
        Internet Server Error 
        Buffer overflow (can be the database on the as400 system)


When I am using com+ I have no problems with instability 


I not catch the problem.


Thanks before for your help  
Kilian
(And sorry my basic English knowledge, I hope you can understand it)


-----Ursprüngliche Nachricht-----
Von: Keith Bamberger [mailto:keith@p...]
Gesendet: Mittwoch, 25. September 2002 11:17
An: professional vb
Betreff: [pro_vb] Re: Remote Data Service



Whats the problem kilian?



On 9/25/2002 11:11 AM, rds@a... wrote:
>Hi All
> 
>I have still some problems with RDS.
>It isn't running resilient with my application but without rds i 
>never had
>problems.
> 
>if you have expirience with rds please contact me!
> 
>have a nice day Kilian
>
>
>
>---
>Visual C# - A Guide for VB6 Developers
>This book will make it easy to transfer your skills 
>from Visual Basic 6 to C#, the language of choice 
>of the .NET Framework.
>http://www.wrox.com/ACON11.asp?ISBN=1861007175&p2p0059
>
>
>




---
Visual C# - A Guide for VB6 Developers
This book will make it easy to transfer your skills 
from Visual Basic 6 to C#, the language of choice 
of the .NET Framework.
http://www.wrox.com/ACON11.asp?ISBN=1861007175&p2p0059







  Return to Index