Install with SMTP failing

Discussions related to installation and setup of SoftPro products.
Post Reply
mrisen
Posts: 98
Joined: Wed Jul 25, 2012 7:01 pm

Install with SMTP failing

Post by mrisen »

I've been able to run installs of 3.0 with the Standalone Server option without SMTP and they are working well. However, when I try to install with SMTP information filled in, I'm getting a failure. The log file has this section that seems pertinent, can someone provide some guidance?

MSI (s) (D4:C4) [10:46:21:508]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIA3A2.tmp, Entrypoint: CAQuietExec
CAQuietExec:
CAQuietExec: Pinging 1.1.1.1 with 32 bytes of data:
CAQuietExec: Reply from 1.1.1.1: bytes=32 time<1ms TTL=255
CAQuietExec:
CAQuietExec: Ping statistics for 1.1.1.1:
CAQuietExec: Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
CAQuietExec: Approximate round trip times in milli-seconds:
CAQuietExec: Minimum = 0ms, Maximum = 0ms, Average = 0ms
MSI (s) (D4:B0) [10:46:21:555]: Executing op: ActionStart(Name=CA_RegSelectSvc,Description=Registering select services,)
MSI (s) (D4:B0) [10:46:21:555]: Executing op: CustomActionSchedule(Action=CA_RegSelectSvc,ActionType=17409,Source=BinaryData,Target=CAQuietExec,CustomActionData="C:\Program Files (x86)\Common Files\SoftPro\Select Server\Instances\spssvr\sps.exe" register /s:"http://SERVERNAME:8080" "C:\Program Files (x86)\Common Files\SoftPro\Select Server\Instances\spssvr\SelectRegistration.xml")
MSI (s) (D4:18) [10:46:21:555]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIA3D2.tmp, Entrypoint: CAQuietExec
CAQuietExec: Exception has been thrown by the target of an invocation.
CAQuietExec: Failed to find service entry '0816f57a-f5ca-4b27-926b-d78f969450c7'.
CAQuietExec: at SoftPro.ClientModel.Proxies.ClientProxyBindings.SoftPro.ClientModel.Proxies.IClientProxyBindings.Bind(Guid entry, Guid endpoint)
CAQuietExec: at SoftPro.Select.Client.Runtime.SessionManager.OnInitialize()
CAQuietExec: at SoftPro.ClientModel.ServerObject..ctor(IServiceProvider site)
CAQuietExec: Error 0x80070064: Command line returned an error.
CAQuietExec: Error 0x80070064: CAQuietExec Failed
CustomAction CA_RegSelectSvc returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
Action ended 10:46:33: InstallFinalize. Return value 3.
John Morris
Posts: 411
Joined: Thu Sep 11, 2008 11:35 am
Location: Raleigh, NC, USA
Contact:

Re: Install with SMTP failing

Post by John Morris »

This is the same issue from your post concerning pooled servers. Let's resolve that one first.
John Morris
Sr. Software Architect
SoftPro
mrisen
Posts: 98
Joined: Wed Jul 25, 2012 7:01 pm

Re: Install with SMTP failing

Post by mrisen »

The event log shows the same messages as the Pooled Servers install failure (viewtopic.php?f=16&t=635)
Post Reply