Paypal IPN on my desktop PC? - paypal-ipn

I have a PC running 24 x 7 .....all the code examples I've seen relate to deploying a paypal listener on a php server.
Is it possible to deploy a Paypal IPN listener on a home office PC running Windows 10?
The ultimate goal is to update MS access (on the same PC) with data taken from Paypal IPN.

Related

Google workspace GCPW/OMA URI implementation

We are trying the google workspace(GCPW) for sharing the msi package from google admin to multiple user.
Problems we are facing :-
In windows 10 home we have successfully created the custom policy of OMA URI to share the app, But msi package is not installing on users system as per expectation. Later i received an email from google that it will only support in windows 10 pro.
So I tried it on 2 windows 10 pro system and installed the GCPW installer on both the systems and it was successfully installed, But unfortunately GCPW login is not working please find the below errors i a having in both systems.
a. 1st System issue - This email isn't allowed to sign in. Try again with the account you use for work or school. If you still can't sign in, Contact administrator
2nd system issue - We cannot find the option to login using GCPW (Like Add work account with google logo).
Hope the issues is understanding correctly with you all guys, If need to understand it further please do let me know.
Thanks
Pradeep Bhatt

Allow developer to install and login to existing Filemaker Pro 16 account

I'm a developer who has been contracted to utilize the Filemaker API to automate some tasks on the client's website. They are using Filemaker Pro 16 and have it installed on their own machine. Is there a way for me to also install the software and use their login for development? It would be much easier than doing everything through the API.
I assume you mean the FileMaker API for PHP.
Yes, just install FileMaker Pro or preferably FileMaker Pro Advanced and get a full access or at least layout creation/edit access login to the database from your client. You need a license for FileMaker Pro or you can get a free trial to get started.
The API for PHP talks to FileMaker Server only, not FileMaker Pro. However, the layout you need for the fields for your PHP script is made using FileMaker Pro, so you’ll need it for that at least.

Coldfusion PayPal IPN Connection Failure

I am trying to get a sandbox PayPal IPN working with the Coldfusion example shown here:
https://github.com/paypal/ipn-code-samples/tree/master/coldfusion
I've added the location of my IPN file to PayPal and the page is being called by it but all I get is a 'Connection Failure' message in the text file. The IPN file is being called from an https location so not sure what is wrong.
Any ideas?
The JRE (version 7) that comes with ColdFusion 10, doesn't support TLS 1.2, which you require to talk to the PayPal API. You need to either update the JRE to 113+ and enable TLS 1.2 via argument or upgrade altogether to JRE 8. To upgrade, you have to let the jvm.config point to the installation and replace the tools.jar in CF with the one from the JDK 8. (Also make sure to have at least update 14 installed on your ColdFusion 10 server.)

Oracle IAM/WNA protocol fallback to form-based logon page fails when Microsoft Online Services Sign-In Assistant is installed

First post here. Facing a problem where on Windows 10 an Oracle Identity Access Management (IAM) Windows Native Authentication (WNA) protocol fallback to a form-based logon page always fails whenever the Microsoft Online Services Sign-In Assistant (SIA) is installed. Whenever we remove the SIA, the WNA fallback to a form-based logon page always succeeds. This error is reproducible 100% of the time. We have not tested on Windows 8 or Windows 7. I've researched it, and there is not much out there to read about the SIA; it does not look to be configurable on the client end. Really want to avoid changing up code on the IAM WNA side.
Anyone out there seen this before? This is a large enterprise network, using all Windows 10 computers, which has both Oracle IAM running for some applications as well as Microsoft Windows 2008 R2 Active Directory, to which all the Windows 10 computers are joined. We are also standardized with Office 2016 with all back-end servers supporting Office apps such as Outlook, Lync, etc. in the cloud (Office 365).
Please let me know if I need to show the Oracle IAM/WNA SSO fallback code.
The Microsoft Online Services Sign-In Assistant is not configurable. But, if all your computers are running Office 2016 you do not need it anyway and it can be safely uninstalled, which as you said will make the fallback to form-based logon page work. If you were running Office 2013 you would need it however. Office 2016 apps such as Outlook and Lync can go direct with ADFS whereas previous versions could not do this. I don't have a URL reference for you, this is based on my experience.

Windev Software on saas

Hello I don't know very much about the saas system, could you please tell me if a HR software made in windev could easily be deployed as a saas ? The problem is that it would cost a lot to deploy it, because each time a client is connected at the same time, it costs 150 euros (under windows licence). Could you please tell me more about the remote app ? And another problem is that when a client would like to print something, it opens a widows window which permits access to the network, and it is not secured. Is the only possibility to make all the windev software as a web software ? Thanks !
If you don't want to buy Windows licences for each computer, you can :
Generate a java application and run it on Linux, with some limitations
Transform you application in a web app and run it on a web server, with some limitation and some more code
Install your application on a Windows remote server and connect to it with Remote Desktop (a Windows application), but you need licences for connecting you to the server
For me, the printing problem is not a security breach.