SendConsoleCommand and web?

All,

Has anyone been able to succesfully get the SendConsoleCommand method to run from a web agent?

Im trying to send it “show nlcache reset”…I can see it hit the console, but it doesnt work properly.

However, If I run it scheduled, works no problem.

I have checked the security settings on the web agent to run as a “3”, and the server document is set up for me to run all unrestricted agents, etc…

Anyone have any ideas? I am assuming it is a web access problem, but the agent is set to run as me as well.

Thanks!

marty Rouse

Subject: Solution!

FYI…I am coding a user profile integration piece for our website, and needed instant username/password updates.

Did a lot of research, and the general consensus seems to be notessession.sendconsolecommand(“show nlcache reset”)

After hours of troubleshooting and testing, I ended up adding some refreshes to nab views as well (see this document–>http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/ce278e85b64249e685256f7400776f0c?OpenDocument&Highlight=0,password,instant)

I dont know if my server doesnt run updall enough, but just an FYI if anyone else is banging their heads on this one! The combo of show nlcache reset and the refresh of ($users) and ($serveraccess) worked for me