Search found 122 matches

by joe.mag
Tue Oct 04, 2011 8:19 am
Forum: Server
Topic: Start Page in Boylan release of SoftPro Select
Replies: 16
Views: 8082

Re: Start Page in Boylan release of SoftPro Select

Mark, HOLD THE PRESSES Please don't ask me what changed but now my page, as hosted on the server, works fine. Hello? Apparently I've completely lost my mind so please disregard this entire post! BUT BEFORE THAT HAPPENED THIS WAS MY REPLY (I'll leave it in the thread just because I typed it all!): Ba...
by joe.mag
Thu Sep 29, 2011 12:09 pm
Forum: Server
Topic: Start Page in Boylan release of SoftPro Select
Replies: 16
Views: 8082

Re: Start Page in Boylan release of SoftPro Select

Mark, * Yes, I have extracted the resources as you suggested and have saved them into a folder that I've then exposed via IIS Manager as a virtual directory. I've tweaked the StartPage title to be something custom and recognizable. * I have updated the default Select.exe.config file to specify this ...
by joe.mag
Tue Sep 27, 2011 10:21 am
Forum: Server
Topic: Start Page in Boylan release of SoftPro Select
Replies: 16
Views: 8082

Re: Start Page in Boylan release of SoftPro Select

Thanks, Mark--it's just as you said. In "C:\Program Files\Common Files\SoftPro\Select Server\Instances\spssvr" the SoftPro.Select.Server.dll file contains the resources for the full start page. All files can be extracted to the same folder using Refector. Here's the next issue--there are r...
by joe.mag
Mon Sep 26, 2011 9:06 am
Forum: Server
Topic: Start Page in Boylan release of SoftPro Select
Replies: 16
Views: 8082

Start Page in Boylan release of SoftPro Select

Unless I am totally missing the obvious it appears that the StartPage.htm is no longer the actual home of the start page that the SoftPro Select loads on start up. I search for StartPage.htm on my producton server but find no matches. I would like to add my own content to the main pane of the defaul...
by joe.mag
Tue Sep 20, 2011 12:36 pm
Forum: Server
Topic: Replacing the SoftPro Start Page
Replies: 3
Views: 1318

Re: Replacing the SoftPro Start Page

It might be worth mentioning here that when you are developing and using the EXP hive you get a special .config file just for when running in EXP mode. Select(Exp).exe.config is loaded when running in EXP mode so if you want to change StartPageURL in EXP mode you need to change it in that .config fi...
by joe.mag
Fri Aug 26, 2011 12:41 pm
Forum: Integration Development
Topic: Direct Queries to SoftPro SelectDb
Replies: 4
Views: 675

Re: Direct Queries to SoftPro SelectDb

Let me detail my understanding of how to get the information I want and see if you guys agree: In order to query for the core entities (core from my perspective), I use these tables: Policy -- TitleProductItem -- Title -- Order -- FinalTitleOpinion, PreliminaryTitleOpinion as follows: select * from ...
by joe.mag
Tue Aug 23, 2011 1:51 pm
Forum: Integration Development
Topic: Direct Queries to SoftPro SelectDb
Replies: 4
Views: 675

Re: Direct Queries to SoftPro SelectDb

Yes, these would be read only queries and I will have an abstraction layer of views between my stored procs and the SelectDb schema to at least minimize changes to my code when new releases hit. I mainly want to make sure I understand the core hierarchy of Orders and Title Policies. The database dia...
by joe.mag
Tue Aug 23, 2011 11:11 am
Forum: Integration Development
Topic: Direct Queries to SoftPro SelectDb
Replies: 4
Views: 675

Direct Queries to SoftPro SelectDb

Hi, all. I am looking into making some direct queries against the SelectDb database in an after-hours scheduled stored procedure (from my own database on the same SQL Server instance as SoftPro). I have asked my business associates in my firm if anyone has provided them with a guide to the schema bu...
by joe.mag
Fri Aug 19, 2011 11:07 am
Forum: Integration Development
Topic: IErrorList use in OrderSaving event handler
Replies: 1
Views: 548

IErrorList use in OrderSaving event handler

I'm trying to use the IErrorList interface to add errors encountered in my package's custom pre-save processing. If an error is generated and I make the calls to add the error I end up hanging Select. It just displays "Initializing Errors and Warnings" in the left corner of the status bar,...
by joe.mag
Fri Aug 12, 2011 9:29 am
Forum: Server
Topic: "No Events Found" from sps.exe
Replies: 2
Views: 1077

"No Events Found" from sps.exe

I want to subscribe to events so I'm reading the aptly-named "Susbscribe to Events" page in the documentation. I run sps.exe with the "events" command line argument assuming that since I'm running with Windows authentication I can leave the /user option out. I get back the follow...