Search found 411 matches

by John Morris
Fri Oct 20, 2017 9:43 am
Forum: Crystal Report Development
Topic: Render Document using APIs in ASP.NET Application
Replies: 9
Views: 7701

Re: Render Document using APIs in ASP.NET Application

Are you sure that all of the DLLs you copied are from the same version release of Select?
by John Morris
Mon Oct 02, 2017 3:39 pm
Forum: General
Topic: Timeout exception and Blank orders
Replies: 9
Views: 2132

Re: Timeout exception and Blank orders

What was the version of Select you were using prior to the upgrade?

This could be caused by a known bug in the message queue subsystem of Select. There is a fix available, but you'll need to contact support directly to make sure that's the issue and get it resolved.
by John Morris
Thu Sep 14, 2017 3:59 pm
Forum: Integration Development
Topic: Register Opened Event
Replies: 1
Views: 677

Re: Register Opened Event

Not currently.
by John Morris
Wed Aug 30, 2017 5:28 pm
Forum: Integration Development
Topic: Attachment equivalent to print pipeline?
Replies: 4
Views: 1499

Re: Attachment equivalent to print pipeline?

There is not currently an API in that area.

Can you give me some details about what you're doing? That way I can log a suggestion in this area.

Thanks!
by John Morris
Thu Jul 27, 2017 1:43 pm
Forum: Integration Development
Topic: Adding stamp when rendering document through API
Replies: 2
Views: 804

Re: Adding stamp when rendering document through API

This is not currently supported. The watermarking feature is bound to the print pipeline (Shell feature), not the API layer.
by John Morris
Wed Jun 21, 2017 1:13 pm
Forum: Installation and Setup
Topic: Mid-tier failover clustering and load balancing
Replies: 1
Views: 1356

Re: Mid-tier failover clustering and load balancing

Select is load balanced in the follow way: 1. Using a typical load balancer (F5, Zen ,etc), you configure a virtual IP address (VIP) that will be the address that the client connects to. 2. The load balancer MUST be configured for sticky sessions, using a HTTP query parameter hint. The traffic betwe...
by John Morris
Wed May 31, 2017 4:12 pm
Forum: Integration Development
Topic: Attachments Context Menu
Replies: 1
Views: 607

Re: Attachments Context Menu

These context menus are not currently marked as public, so there no way to accomplish this currently.
by John Morris
Tue May 16, 2017 7:55 am
Forum: ProForm (Order Tracking)
Topic: Retrieve Archived Order attachments using Select APIs
Replies: 1
Views: 2562

Re: Retrieve Archived Order attachments using Select APIs

The API automatically restores archived content behind the scenes, so calling GetStream should be returning the content without your coded needing to know about archiving at all.

Can you provide more background about your setup? I suspect that is where your issue lies and not with Select itself.
by John Morris
Tue Apr 11, 2017 8:31 am
Forum: Integration Development
Topic: New HTML ReadyDoc Syntax
Replies: 1
Views: 724

Re: New HTML ReadyDoc Syntax

There are only a few built in pipes. There are the ones you mentioned, plus these: words - Returns the given value as words Ex: 123 = One hundred twenty five) inlineimage - Accepts an image and returns the base64 encoded image that can be used as the src of an <img> tag. This allows you to put order...
by John Morris
Tue Mar 21, 2017 7:16 pm
Forum: Integration Development
Topic: Update Order in Server package
Replies: 2
Views: 790

Re: Update Order in Server package

Unfortunately, you've run into one of the few places where Select has an internal hook for the register's needs. You cannot accomplish what you're trying to do without using internal hooks. I do have good news though. We are currently working on multi-user support for orders, and this issue will be ...