remya5151
Posts: 10
Joined: Fri Mar 08, 2013 6:58 am

Server Side Validation

hi

i am using server side validation in adavance installer to create a msi for a java application. but problem is that nothing is happening after getting the server response. an alert is showing.even the serial number is right,screen do not proceed to next one.. what will be the reason? please help
Daniel
Posts: 8276
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Server Side Validation

Hello and welcome to Advanced Installer forums,

Thank you for your interest in Advanced Installer forums.

I'm not sure why you are encountering this behavior. Can you try to debug your script (which does the validation) and see if it returns an answer like this:

Code: Select all

601\nMessage 
Your script validation should return a 601 answer code in order to validate the serial number. Please take a look on our "Configure server-side serial number validation" article.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”