Search found 7 matches

by slaven
Wed Nov 14, 2018 8:09 am
Forum: Integration Development
Topic: SDK ApplyChanges to Lookup Error
Replies: 3
Views: 780

Re: SDK ApplyChanges to Lookup Error

Hi Bob, Yes, those are our custom lookup tables. Problem is that this error happens from time to time. From what we've gathered we were getting it when our staging servers were low on resources. Once we increased the RAM memory and the CPU, they stopped happening. Now, we are receiving them in our p...
by slaven
Tue Nov 13, 2018 4:20 am
Forum: Integration Development
Topic: SDK ApplyChanges to Lookup Error
Replies: 3
Views: 780

SDK ApplyChanges to Lookup Error

We are receiving the following error in our custom code: There is already an object named 'lkuptgr_F3BD9356_CBB5_45E2_AAAA_C253CEB5C66F' in the database. SoftPro.ClientModel.Proxies.ClientProxy`1.OnHandleFaultException(FaultException exception) at SoftPro.ClientModel.Proxies.ClientProxy`1.HandleFaul...
by slaven
Wed Jun 13, 2018 6:29 am
Forum: Server
Topic: Access over the internet and different port numbers
Replies: 2
Views: 3675

Re: Access over the internet and different port numbers

Since this is staging server and we need to get it up and running ASAP, using identical ports resolved our issue.
Next step will be to use VPN instead.
Thank you!
by slaven
Tue Jun 12, 2018 5:36 pm
Forum: Server
Topic: Access over the internet and different port numbers
Replies: 2
Views: 3675

Access over the internet and different port numbers

We have SoftPro Select server installed on virtual machine in our local network. Now we need to access the SoftPro server from our staging server (over the internet), but due to security concerns we can't use 8080 port. Locally we use http://softpro:8080 to access it. Access from the internet is set...
by slaven
Wed May 23, 2018 6:37 am
Forum: General
Topic: Paging lookup table records?
Replies: 6
Views: 1923

Re: Paging lookup table records?

Thank you Bob, that was helpful!
by slaven
Fri May 18, 2018 11:17 am
Forum: General
Topic: Paging lookup table records?
Replies: 6
Views: 1923

Re: Paging lookup table records?

Thanks for your input Bob. I did try that, but it looks like intermediate materialization happens right after calling lookups.QueryTable(spec) - whole collection will be fetched and stored in memory before Skip() and Take() do any effect. Skip() and Take() will basically only slice number of rows fr...
by slaven
Mon May 14, 2018 9:35 am
Forum: General
Topic: Paging lookup table records?
Replies: 6
Views: 1923

Paging lookup table records?

Is there a way to get paged results from lookup tables? Some lookup tables contain thousands of records and we're concerned we may run into timeout issues when fetching large amount of data in one call. I couldn't find anything regarding paging in SDK documentation and LookupQuerySpec doesn't seem t...