Hi
I am trying to run universe application using vb code, universe application is in UNIX server its running but after one subroutine, error displayed 81015, and stops running. how can i sort it out. i hope you have a solution for this, coding is as follows.
**********CODING*********************
Private Sub Timer1_Timer()
Dim SBSAsubr As Object
Dim strSBSAFileName As String
strSBSAFileName = “”
If TimeValue(Time) > “01:50:00 PM” And TimeValue(Time) < "02:10:00 PM" Then
If flagFor5AM = True Then
Set SBSAsubr = Uv.Subroutine("AONE.REP", 0)
strSBSAFileName
Do
SBSAsubr.Call
MsgBox SBSAsubr.Error
Loop Until SBSAsubr.Error = 0
Sleep (50000)
***************************************
Thank you in advance