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.
I am using updateLdapDirectory to update the ldap password. UCM response with successful update, however, the password is stored in DB with plain text, instead of encrypted:----------AXL debug, shows everything is good -----------------2018-03-22 15:...
Hi All,I am using AXL addAppUser to add an AppUser for UCCE systems. This AppUser has over 5500 controlled devices + device profiles. From the AXL logs, I can see UCM tried to update this appUser account with each associated device one by one:2015-11...
Hi David,Much appreciated the reply. One more question if you don't mind, do we have to use 'newid()' when inserting the row? I checked on my lab serves, without newid(), Informix does generate the new pkid for each new row.. So newid() is just a bes...
As this AppUser is for PG, it needs to be associated to all agent phones and device profiles. So yes, I 'want the application users to be able to have CTI control over the 5500 devices'
Thanks guys. Not confident at using SQL insert statement to update DB directly. I guess the statement could be:insert into applicationuserdevicemap (fkapplicationuser, fkdevice, tkuserassociation) select au.pkid, d.pkid, 1 from applicationuser au cro...