SYNERGY-E-NEWS
News and Updates for Synergy/DE Developers

November 17, 2011

 

Synergy/DE-based application first in its industry to provide one-step remote electronic check deposit

RDS Advantage/RDS Connect offers churches seamless Remote Deposit Capture


Free code for Synergy developers

ClientServerExamples helps you choose the best client/server architecture for your application


Quiz
Synergy/DE pros, see if you can answer this question!

 

twitter.com/synergyde

Attention Windows developers supporting multiple Synergy/DE versions on the same machine

As of version 9.5.1, having multiple Synergy/DE versions on the same development machine is no longer supported


Synergy/DE Tech Tip
xfServerPlus service is not restarting after a reboot

Platform news
Read a selection of recent articles

 

 

RDS Advantage/RDS Connect offers churches seamless Remote Deposit Capture

RDS Advantage (RDS) provides advanced software tools and services to churches of all denominations across the United States. RDS’s core applications, RDS Advantage and RDS Connect (a cloud-hosted version), offer churches a wide range of features to assist with accounting, membership, attendance, gifts, calendaring, check-in, event scheduling, inventory, and reporting; and they are the only church management systems to offer Remote Deposit Capture (RDC) as a one-step process.

Based on Synergy/DE 9.5, RDS’s Remote Deposit Capture technology makes accounting entries and electronic check bank deposit a one-step process. Contribution and receivable checks are quickly run through a check imager for data entry while a deposit endorsement is printed on the back of the check, an encrypted copy of the front and back of the check is stored on the computer, and the entire deposit is sent to the bank. Several large banks have endorsed the RDS Remote Deposit Capture procedure, which uses the banking industry’s standard protocol for RDC.

“This is obviously a tremendous time saver for our customers,” states RDS president Dick Webber. “Other systems use a check imager provided by their bank; the church runs the checks through the imager and sends the file to the bank for deposit; and then the church has to enter the data into their accounting system. Our solution accomplishes all of this in just one quick and easy step, as well as offering a much more accurate and secure alternative to manually carrying checks to the bank.”

Visit RDS Advantage’s Web sites, www.rdsadvantage.com and www.rdsconnect.net, to learn more about Remote Deposit Capture and other exciting capabilities RDS provides to streamline church management.




Attention Windows developers supporting multiple Synergy/DE versions on the same machine

As of version 9.5.1, having multiple Synergy/DE versions on the same development machine is no longer supported

Although Synergex has never recommended version coexistence, we did support it on development systems prior to Synergy/DE 9.5.1. With 9.5.1, however, we ended this support for a number of reasons, including 1) there are restrictions in the .NET and Visual Studio environments that preclude coexistence in some scenarios; 2) coexistence is a developer-only feature used by a very small (and shrinking) subset of our user base; and 3) virtualization provides an easy and cost-effective alternative.

If you would like assistance on reconfiguring your development environment, contact  your Synergy/DE account manager for more information.


Free code for Synergy developers

ClientServerExamples helps you choose the best client/server architecture for your application

The possibilities for client/server architecture are numerous, and Synergy developers sometimes wonder what their options are. The ClientServerExamples CodeExchange entry can help you sort through the possibilities and choose the best one for your application. ClientServerExamples includes six different implementations of the same .NET client application, but with different technologies used to communicate with the back-end server. And each of the six client applications is written in three separate versions: one in C#, one in Synergy .NET, and one in Visual Basic .NET. You'll see, for example, how a client can communicate with an ASP.NET web service, which in turn uses xfNetLink .NET to communicate with xfServerPlus. And you'll see how a client communicates with a WCF service that is hosted in an ASP.NET web application. To run the complete set of examples, you'll need

- Synergy/DE 9.5.1a or higher with xfServerPlus (on a 64-bit system you'll need both 32-bit and 64-bit versions of Synergy/DE installed)

- Visual Studio 2010 Professional SP1 or higher

- Synergy Language Integration for Visual Studio 9.5.1a or higher

For more information and the code, see CodeExchange. CodeExchange is available in the Synergy/DE Resource Center to supported Synergy/DE customers. Be sure to take advantage of this great resource, and don't forget to submit your own CodeExchange entries so that other Synergy developers can benefit from your cool code.

 




Synergy/DE Tech Tip

xfServerPlus service is not restarting after a reboot


Question: We are running Synergy/DE 9.1.5b on a Windows 2008 R2 x64 domain controller, and we have xfServerPlus installed and running. When we reboot, the service (xfsp) fails to start, and the Windows event log reports:

The Synergy/DE xfServerPlus service terminated with the following error:
The specified domain either does not exist or could not be contacted.

We can go into services and manually start it, but why won't it start automatically?

Answer:
The problem is that the service is trying to start prior to the startup of Active Directory. Fortunately, this is easy to fix. Just change the startup type for your xfServerPlus service from "Automatic" to "Automatic (Delayed Start)".


Quiz

Synergy/DE pros, see if you can answer this question!

What is the output of the following program on the latest version of Synergy/DE?

main
record
         a     ,@d
         b     ,@d
proc
         open(1,o,"TT:")
         a = 1
         b = 1
         writes(1, string(a == b))
end

a. "true"
b. "false"
c. "1"
d. "0"
e. This does not compile

 


Platform news

UNIX:
The ‘Year of the Linux desktop’ isn't coming
http://www.zdnet.com/blog/hardware/the-year-of-the-linux-desktop-isnt-coming/16022

Leading PC makers confirm: no Windows 8 plot to lock out Linux
http://www.zdnet.com/blog/bott/leading-pc-makers-confirm-no-windows-8-plot-to-lock-out-linux/4185

Oracle Releases Oracle Solaris 11, the First Cloud OS
http://www.oracle.com/us/corporate/press/1356190

 

Windows:
Visual Studio 2011: Developers' first reactions
http://www.infoworld.com/d/application-development/visual-studio-2011-developers-first-reactions-176797

Windows 7 continues to roll as XP fades away
http://www.zdnet.com/blog/bott/windows-7-continues-to-roll-as-xp-fades-away/4181

Microsoft releases manual fix for Duqu zero-day
http://www.infoworld.com/d/security/microsoft-releases-manual-fix-duqu-zero-day-178157

Microsoft patches critical Windows 7 bug, downplays exploit threat
http://www.infoworld.com/d/security/microsoft-patches-critical-windows-7-bug-downplays-exploit-threat-178448

Windows set to arrive on IBM mainframes
http://www.infoworld.com/d/microsoft-windows/windows-set-arrive-ibm-mainframes-178228

Logon scripts take a long time to run in Windows Vista, in Windows Server 2008, in Windows 7 or in Windows Server 2008 R2
http://support.microsoft.com/kb/2581608/en-us?sd=rss&spid=14498

You cannot rename an application in a shared folder in Windows 7 or in Windows Server 2008 R2 if the application is being run by one or more users
http://support.microsoft.com/kb/2622136/en-us?sd=rss&spid=14498

 

OpenVMS:
Security bulletin: HP TCP/IP services for OpenVMS running SMTP Server
http://www.openvms.org/stories.php?story=11/11/04/2528731

Security bulletin: HP TCP/IP services for OpenVMS running POP or IMAP
http://www.openvms.org/stories.php?story=11/11/04/6427156

 

Other:
Hardware:

PC makers should brace for drive shortages of up to 20 percent
http://www.infoworld.com/d/storage/pc-makers-should-brace-drive-shortages-20-percent-178693