This is a problem that I expect has a simple solution?! I've installed ZoomIndexer for use on our company intranet. It works a treat, until I try to set up scheduled indexing. I've set it up to run as a user called "schedule" with appropriate permissions and password (this is used elsewhere for other scheduled tasks so I know this bit is OK). The process runs when it's told to.
My intranet is coded under IIS, scripted with PHP. It is set up to use Windows authentication (if available) or anonymous if not. If you visit it via IE on Windows my intranet knows who you are and serves pages accordingly. If you visit on a Mac it won't know who you are so you're set as a guest user. This is all done by a small bit of php at the top of each page that checks for a value in a session variable and if this isn't set diverts to a logon.php script.
(Still with me?) My problem (at last ) is that the scheduled task for ZoomIndexer never gets past the logon.php page. I've set up the start location as my sitemap so it indexes Word docs and PDFs and such like but only 1 php page (logon.php). The only way I can get it to index properly is to run ZoomIndexer manually, which is obviously not ideal. Interestingly, I need to run the program twice to get it to pick up all the php pages so the stand alone program must do something with sessions?!
Sorry this was so long!!! I'll probably get told off. Would appreciate any ideas/help.
Many thanks
Andy
My intranet is coded under IIS, scripted with PHP. It is set up to use Windows authentication (if available) or anonymous if not. If you visit it via IE on Windows my intranet knows who you are and serves pages accordingly. If you visit on a Mac it won't know who you are so you're set as a guest user. This is all done by a small bit of php at the top of each page that checks for a value in a session variable and if this isn't set diverts to a logon.php script.
(Still with me?) My problem (at last ) is that the scheduled task for ZoomIndexer never gets past the logon.php page. I've set up the start location as my sitemap so it indexes Word docs and PDFs and such like but only 1 php page (logon.php). The only way I can get it to index properly is to run ZoomIndexer manually, which is obviously not ideal. Interestingly, I need to run the program twice to get it to pick up all the php pages so the stand alone program must do something with sessions?!
Sorry this was so long!!! I'll probably get told off. Would appreciate any ideas/help.
Many thanks
Andy
Comment