I have a strange problem. After the module "Welcome", the script continues its way to the "ConnectDB" module, a module of the type VBS containing the connection string to the database.
In the temporary scripts generated in the temp folder, you can see clearly that the temporary script is generated inside parameters are different from those in the VBS module settings (name ConnectDB).
You can read clearly in line 3, which reads:
SQLConnSTR = "Provider = SQLOLEDB.1; Password = Coop-p @ $ $; Persist Security Info = True; User ID = IVR Initial Catalog = CoopDB_Prueba, Data Source = 10.44.0.13"
DB = "CoopDB_Prueba"
------------------------------
And in the temporary script that can read generated is this:
SQLConnSTR = "Provider=SQLOLEDB.1;Password=Coop005-p@$$;Persist Security Info=True;User ID=IVR;Initial Catalog=CoopDB;Data Source=192.168.1.172"
DB = "CoopDb"
------------------------------
I do not understand where these data are coming so different
I send all log files, config, ini, and scripts for analysis.
Thank you very much
ini.zip
Log.zip
Script.zip
temp.zip