Author | Topic: using programs with windows SBS 2003 | |
---|---|---|
Ernesto Avedillo | using programs with windows SBS 2003 on Fri, 24 Feb 2006 17:56:57 +0100 Hello to everybody I have developed a program thas was working very well in a windows 2000 server. This last month we decided to buy a new server but this one has a windows small bussines server 2003 . When I try to execute this program with this system nothing happens , no execution, no window opened, absolutely nothing. I also have some problems accesing the datafiles (DBF files). When accesing a file, W2000 needs 1,5 seconds, WSBS2003 needs 35 seconds. This is the code (AreaConc)->( DBGoTop() ) Do While !(AreaConc)->( EOF() ) AADD(aCompOld, {(AreaConc)->Num_Comp , (AreaConc)->P_Peso,(AreaConc)->Lab,(AreaConc)->Fase2}) (AreaConc)->( DBSkip() ) EndDo Very simple Does anybody have an idea why? Thanks | |
Phil Jackson | Re: using programs with windows SBS 2003 on Thu, 09 Mar 2006 17:11:52 +1300 Hi Ernesto I have the same problem on a client's SBS Server 2003. The IT guy has so far found that the program is trying to open a DLL called shrlk21.dll - I have Express which has this DLL in its directories so I copied that onto the server and the program still does not run. I suspect that there is something unusual about SBS 2003 - I have other clients with 2003 windows servers and the program runs fine. Cheers Phil Jackson "Ernesto Avedillo" <eavedillo@iacsl.e.telefonica.net> wrote in message news:68305d4a$67775c46$9c5a0@news.alaska-software.com... > Hello to everybody > > I have developed a program thas was working very well in a windows 2000 > server. This last month we decided to buy a new server but this one has a > windows small bussines server 2003 . When I try to execute this program with > this system nothing happens , no execution, no window opened, absolutely > nothing. > I also have some problems accesing the datafiles (DBF files). When accesing > a file, W2000 needs 1,5 seconds, WSBS2003 needs 35 seconds. > This is the code > > (AreaConc)->( DBGoTop() ) > Do While !(AreaConc)->( EOF() ) > AADD(aCompOld, {(AreaConc)->Num_Comp , > (AreaConc)->P_Peso,(AreaConc)->Lab,(AreaConc)->Fase2}) > (AreaConc)->( DBSkip() ) > EndDo > > Very simple > > Does anybody have an idea why? > Thanks > > > > |