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.
Hi all,I have some interesting scripts that I am very close to finishing; I only have 2 stubborn issues remaining to solve:1. I am attempting to update a SQL database with the content of some IPCC variables from my scripts. After some false starts, ...
I am trying to execute a Stored Procedure on a remote database server from a CRA script in the DB Read step using the following syntax:exec [SRWebServiceID.prcCiscoSaveMessage] $strMessageIDBut I get an error "java.lang.NullPointerException". I know...
As I recall, what I ended up doing was using a web server as an intermediary, sending an HTTP Post or Get from the IPCC Express server to the web server, which would then in turn write the values to the SQL server. I had the help of some very good S...
I did it by having a SQL view return the day, month, year, and time (in 24-hour fromat) as integers, and pulling those integers into my script as arguements in the "Create Generated Prompt - Date type" step to create a "TTS" Date/Time prompt. Let me...