Hola, Había otro problema adicional (reportado por Miguel): a algunos usuarios no les estaba llegando. Era un problema en el script de Python, gracias a Nacho por cazarlo :) He vuelto a repetir el mailing (con unas disculpas por enviar múltiples copias a quien haya recibido la primera) y ahora parece que va bien (al menos en el email que me ha llegado a mí como usuario que soy del FI-LAB). Si alguno de los usuarios de esta lista que haya sido miembro de FI-LAB antes del 4 de noviembre no recibe el email o lo recibe pero con un To From y/o Reply-To raro, que me lo diga, please. Un saludo, ------ Fermín El 06/11/2013 10:39, Fermín Galán Márquez escribió: > Hola, > > Me temo que algo no ha ido muy bien... la buena noticia es que el email > creo que ha alcanzado a todos los usuarios, pero los campos To, From y > Reply-To no parece que hayan quedado bien. > > Por ejemplo, en el email que me ha llegado a mí hay un "From" de 26 > elementos (todos ellos "nowanser at admtools.testbed.fi-ware.eu"), un > "Reply-To" de otros veintitantos elementos (todos ellos > "fiware-lab-help at lists.fi-ware.eu") y un "To" que incluye a otros > veintitantos destinatarios (todos ellos usuarios de FI-LAB), además de a > mí mismo. > > No entiendo muy bien que ha pasado... en pruebas previas que he hecho, > no ha habido problemas. Igual es una cosa rara de la librería de Python > en la que se basa el script o del propio postfix, que "compacta" > mensajes o algo así (es significativo que haya cogido un "bloque" de > unos 20 destinatorios de FI-LAB, que no se corresponde con los 631 > totales que hay), pero se me escapa... > > En fin, para la próxima lo haremos mejor, con un poco de suerte con el > mecanismo definitivo (esto era una solución temporal creada para poder > avisar de un cambio en el Orion Context Broker). > > Un saludo, > > ------ > Fermín > > El 06/11/2013 10:11, noanswer at admtools.testbed.fi-ware.eu escribió: >> Dear FI-LAB user, >> >> This announcement is related with the Orion global instance running >> on orion.lab.fi-ware.eu. If your FI-LAB application is not using it, >> you can safely ignore the rest of this email. >> >> Up to now, all the entities belonging to the four types of sensors in >> SmartSantander and the sensors in Sevilla (i.e. the ones with IDs >> urn:smartsantander:testbed:<id_sensor> or Sevilla:<id_sensor>) are >> using the same general NGSI type "Sensor". In order to provide a more >> precise classification, the NGSI type will be changed to mean the >> actual type of the sensor. Thus, the following types will now be used: >> >> santander:lux >> santander:soundacc >> santander:sound >> santander:traffic >> sevilla:water >> >> Note that with his approach, the type of a given entities >> unequivocally identifies the set of attributes available. More >> information on the ids/types available in orion.lab.fi-ware.eu can be >> found at >> https://forge.fi-ware.eu/plugins/mediawiki/wiki/fiware/index.php/Publish/Subscribe_Broker_-_Orion_Context_Broker_-_User_and_Programmers_Guide#FI-LAB_context_management_platform >> >> >> >From an API point of view, you would need to change the type in your >> method invocations to use the new ones, e.g. considering a >> queryContext case, instead of: >> >> <?xml version="1.0" encoding="UTF-8"?> >> <queryContextRequest> >> <entityIdList> >> <entityId type="Sensor" isPattern="false"> >> <id>Sevilla:81112340</id> >> </entityId> >> </entityIdList> >> <attributeList/> >> </queryContextRequest> >> >> use: >> >> <?xml version="1.0" encoding="UTF-8"?> >> <queryContextRequest> >> <entityIdList> >> <entityId type="sevilla:water" isPattern="false"> >> <id>Sevilla:81112340</id> >> </entityId> >> </entityIdList> >> <attributeList/> >> </queryContextRequest> >> >> This change will be done on Friday, November 8th in the morning at >> 9:00 CET and it should be finished in a couple of hours at most. >> >> If you have doubts or questions about the maintenance operation >> described in this email, please send your questions to: >> fiware-lab-help at lists.fi-ware.eu >> >> Best regards, >> >> FI-LAB Staff Team >> > > > ________________________________ > > Este mensaje se dirige exclusivamente a su destinatario. Puede > consultar nuestra política de envío y recepción de correo electrónico > en el enlace situado más abajo. > This message is intended exclusively for its addressee. We only send > and receive email on the basis of the terms set out at: > http://www.tid.es/ES/PAGINAS/disclaimer.aspx > _______________________________________________ > Fiware-lab-help mailing list > Fiware-lab-help at lists.fi-ware.eu > https://lists.fi-ware.eu/listinfo/fiware-lab-help ________________________________ Este mensaje se dirige exclusivamente a su destinatario. Puede consultar nuestra política de envío y recepción de correo electrónico en el enlace situado más abajo. This message is intended exclusively for its addressee. We only send and receive email on the basis of the terms set out at: http://www.tid.es/ES/PAGINAS/disclaimer.aspx
You can get more information about our cookies and privacy policies clicking on the following links: Privacy policy Cookies policy