Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Softshare ECS
Message
From
05/09/2008 11:05:41
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
Softshare ECS
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01345174
Message ID:
01345174
Views:
63
Hi,

I am not sure if anyone has ever used Softshare ECS and or Softshare Delta but we are having a problem with instantiating a VFP single threaded COM DLL from an Event rule. Basically ECS just craps out right on the createobject command, doesn't even execute the 1st line of code in the Init as I attempted in the init to write to a log file and no log file was created. Errors from ECS are:

Error (0x80020101) invoking function "Convert" in script file "\\ltnt3\sys\a\homedepot_asn\uploadpo.vbs": ?

The simple VBS code is:

Sub Convert(TempFilename,DeliveryID)

Dim oVFPConverter
Set oVFPConverter = CreateObject("hdpotoso.potoso")
oVFPConverter.plTest = True
oVFPConverter.Convert()
Set oConvert = Nothing

End Sub

I know this is a VERY big longshot that anyone actually has attempted this but I am getting nowhere through their helpdesk. I think we are all aware that when approaching a company such as this they don't know anything about Visual Foxpro other than maybe they heard of it.

Wish me luck, I need it, I will end up probably having to convert this legacy application in the end but would truely like to make it work as it totally works fine on the server when this VBS is run from the Windows Explorer and not from within ECS. A Visual C++ ATL COM component works just fine as does Visual Basic.

Thanks,
Jeff
Reply
Map
View

Click here to load this message in the networking platform