Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
One of my customer is in the process right now to migrate his system to version 8.0.We are using database queries to MS-SQL within the scripts. Last friday, during our tests with the new system, we realized that the mapping of a database varchar to a...
Hey Guys,I need to reproduce an encryption algorithm originaly created in a Oracle Stored Procedure, into a CRS script.Two of the steps of this algorithm are using functions ASCII() and CHR().ASCII() = Returns the NUMBER code that represents the spec...
Hey guys,Is any of you find a way to run a script repeatedly (each minute, each hour or anything else) ?I need to run a script at each hour in order to check the integrity of some data in a database and then raise an alarm (send a email) if an incons...
Hi all,I'm trying to retrieved a date from an SQL request. First, I created a "Date" type variable in my script. Then I'm using a DB READ for my SQL statement. After, I put a DB GET and tried (without success) to map my variable to a "DateTime" field...
Hey Guys,I configured an Extended GetDigitString step within my script with the following timeout:First Digit Timeout = 10 secInter Digit Timeout = 5 secWhen I tried the script, I got the following error :Call,Exception=com.cisco.wfapi.WFExecutionExc...
I'm having the same issue with all the kids devices (ipad and Windows desktop). I'm using the rest API to block or authorize their devices to access the internet based on a schedule managed by another system. I never had any problem until today. Now,...
Found my problem.For those interested, I changed the Data Type for all my String in the Database from "NVARCHAR" to "VARCHAR" and then add the following property into the JDBC URL :;charset=ISO-8859-1
Here are the steps you need to use in order to retrieve the session identifier (SessionID).1- Create two variables a) one variable of type "Session" b) one variable of type "long"2- After the "Accept" step, add a "GetContactInfo" and retrieve...