[Résolu] Connection analyse d'un site webdev

Posté par celtic28 le 30/5/2007 16:46:29
Bonjour,

Comment puis-je me connecter à l'analyse d'un site webdev pour le réindexer?
Je m'explique, j'ai créer une application qui devra tourné la nuit, elle doit réindexer toute les applications windev/webdev du serveur.
J'arrive bien a me connecter au .wdd des application windev mais je ne vois pas comment faire pour les application webdev et vous?
une parti du code:

		SI HOuvreAnalyse(sMaChaîne) ALORS
			clMonlog:AjoutLigne(HeureVersChaîne(HeureSys()),"Ouverture de l'analyse "+sMaChaîne,"Tache plannifer")
			mesFic = HListeFichier(sMaChaîne)
			nNbfic = ChaîneOccurrence(mesFic,RC)
			POUR i = 1 A nNbfic
				sFicencours = ExtraitChaîne(mesFic, i,RC)
				SI HConnecte(sFicencours) ALORS
					SI HRéindexe(sFicencours) ALORS//,hNdxCompactage+hNdxSansStat) ALORS "D:\Mes Projets\BDDCOMI\Exe\"+   +".FIC"
						clMonlog:AjoutLigne(HeureVersChaîne(HeureSys()),"réindexation du fichier : "+sFicencours,"Tache plannifer")
					SINON
						clMonlog:AjoutLigne(HeureVersChaîne(HeureSys()),"réindexation du fichier : "+sFicencours+" échoué","Tache plannifer")
					FIN
				FIN
			FIN


Cordialement,

Cette contribution était de : http://old.wdforge.org/newbb/viewtopic.php?forum=17&topic_id=5182&post_id=21358