Hi!
Help! There are some changes done in my application EXE<workstation> as well as DLL<server> (Three Tier). Unfortunately, re-packaging is not an option because the application is installed in 200 workstation and re-installing will be strenous.
Plan is to register the new <binary compatibility> DLL to Component Services in Server; and distribute a batch file the will copy the EXE file, unregister old VBR and TLB and register the old one.
With no luck, I can't get the EXE communicate with the DLL.
Please see below batch file. Did I miss something?
copy "\\wsn-cccruz\exe$\ACTS.exe" "c:\Program Files\PLDTACTS"
clireg32 c:\winnt\system32\ACTS_Server.VBR -s svr-mdbisgrb-01 -t c:\winnt\system32\ACTS_Server.TLB -u -q
copy "\\wsn-cccruz\exe$\ACTS_Server.VBR" "c:\winnt\system32"
copy "\\wsn-cccruz\exe$\ACTS_Server.TLB" "c:\winnt\system32"
clireg32 c:\winnt\system32\ACTS_Server.VBR -s svr-mdbisgrb-01 -t c:\winnt\system32\ACTS_Server.TLB -d -q
Thanks,
Ann
Help! There are some changes done in my application EXE<workstation> as well as DLL<server> (Three Tier). Unfortunately, re-packaging is not an option because the application is installed in 200 workstation and re-installing will be strenous.
Plan is to register the new <binary compatibility> DLL to Component Services in Server; and distribute a batch file the will copy the EXE file, unregister old VBR and TLB and register the old one.
With no luck, I can't get the EXE communicate with the DLL.
Please see below batch file. Did I miss something?
copy "\\wsn-cccruz\exe$\ACTS.exe" "c:\Program Files\PLDTACTS"
clireg32 c:\winnt\system32\ACTS_Server.VBR -s svr-mdbisgrb-01 -t c:\winnt\system32\ACTS_Server.TLB -u -q
copy "\\wsn-cccruz\exe$\ACTS_Server.VBR" "c:\winnt\system32"
copy "\\wsn-cccruz\exe$\ACTS_Server.TLB" "c:\winnt\system32"
clireg32 c:\winnt\system32\ACTS_Server.VBR -s svr-mdbisgrb-01 -t c:\winnt\system32\ACTS_Server.TLB -d -q
Thanks,
Ann