Search found 68 matches

by bandorganman
Wed Feb 23, 2022 3:53 pm
Forum: Shell (User Interface)
Topic: Setting FirstPaymentDate causes strange error
Replies: 2
Views: 3192

Re: Setting FirstPaymentDate causes strange error

Thanks, I will need to look at this as some orders work fine and others do not. I am only getting this error on 8 out of over 2000 orders.
by bandorganman
Mon Feb 14, 2022 2:21 pm
Forum: Shell (User Interface)
Topic: Setting FirstPaymentDate causes strange error
Replies: 2
Views: 3192

Setting FirstPaymentDate causes strange error

IOrderItem pmts = (IOrderItem)loan.GetProperty("Payments"); if ((Int32)nms.PAYDATE.Year > 1900 && (Int32)nms.PAYDATE.Year < 2100) { pmts.SetProperty("FirstPaymentDate", Date.Parse(nms.PAYDATE.ToShortDateString())); } os.ApplyChanges(order); causes the following error: Or...
by bandorganman
Mon Feb 14, 2022 2:16 pm
Forum: Shell (User Interface)
Topic: OrderTransactionType
Replies: 2
Views: 2430

Re: OrderTransactionType

Thanks!
by bandorganman
Mon Feb 14, 2022 12:27 am
Forum: Shell (User Interface)
Topic: OrderTransactionType
Replies: 2
Views: 2430

OrderTransactionType

I have tried to figure this one out using the SDK doc and the Forum but have had no success. How do I set the OrderTransAction type to 'Refinance'???
by bandorganman
Mon Jan 24, 2022 9:30 pm
Forum: Shell (User Interface)
Topic: Cannot connect to SelectServer
Replies: 4
Views: 2875

Re: Cannot connect to SelectServer

Thanks for pointing me in the right direction. Everything works now!
by bandorganman
Sun Jan 23, 2022 1:27 pm
Forum: Shell (User Interface)
Topic: Cannot connect to SelectServer
Replies: 4
Views: 2875

Re: Cannot connect to SelectServer

This is on my development system, there is no server. I suspect that the SDK needs to be updated in Studio but for some reason the SDK setup says it cannot connect to the database.
by bandorganman
Fri Jan 21, 2022 12:17 pm
Forum: Shell (User Interface)
Topic: Cannot connect to SelectServer
Replies: 4
Views: 2875

Cannot connect to SelectServer

My system was just updated to the latest software and now when my software tries to connect to the SelectServer the following error occurs: "This version of the Select client is not supported by the server." How do I fix this? using (SelectServer ss = new SelectServer(new Uri("http://...
by bandorganman
Tue Jan 18, 2022 11:50 am
Forum: Shell (User Interface)
Topic: Database filegroup full error
Replies: 4
Views: 2533

Re: Database filegroup full error

Hi Bob, There is 1.13 TB of free space on the disk and it is defragmented every night. Any other ideas?
by bandorganman
Tue Jan 18, 2022 11:04 am
Forum: Shell (User Interface)
Topic: Database filegroup full error
Replies: 4
Views: 2533

Database filegroup full error

I got the following error while creating orders in the database: Could not allocate space for object 'pfm.IndividualContact'.'PK_IndividualContact' in database 'SelectDb' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding ...
by bandorganman
Mon Jan 03, 2022 1:54 pm
Forum: Shell (User Interface)
Topic: HUDTo Code
Replies: 2
Views: 2371

Re: HUDTo Code

Thanks, Bob! Happy New Year :)