Recent content by VivekGupta

  1. VivekGupta

    Question connecting appserver from NET client

    For dotnet client, it works using proxygen and app server. So architecture is dotnet client --> proxy DLLs --> AppServer --> progress database. Good thing in this architecture is: it interacts with PROGRESS at 4GL level. For Client, VB, C#, ASP.NET, WPF, Silverlight everything is fine. I worked...
  2. VivekGupta

    Question connecting appserver from NET client

    Dotnet can connect to progress using proxygen and appserver. It will require app server license. we have our application written using silverlight (dotnet rich user interface RIA) / web service and appserver.
  3. VivekGupta

    Check Machine Status

    Hi, How can I check whether my UNC site \\server\data is connected or not? If connection is successfull then I will retrieve files from related folder. If it is not connected then I will skip this unc site and move to another one. I tried ping command but sometime it fails and sometime it...
Top