A correction to the command to be run: $ /usr/cygnus/bin/cygnus-flume-ng agent —conf /usr/cygnus/conf -f /usr/cygnus/conf/<your_agent_conf_file> -n cygnusagent -Dflume.root.logger=INFO,console El 26/2/16 10:19, "FRANCISCO ROMERO BUENO" <francisco.romerobueno at telefonica.com> escribió: >Ahhh that’s because our custom implementation accepted extra parameters >(that’s the reason we created our custom implementation of the node :)). > >Let’s do the following: do not run Cygnus as a service but as a process >(running as a service already tries to invoke our custom node). Simply run >this command: > >$ /usr/cygnus/bin/flume-ng agent —conf /usr/cygnus/conf -f >/usr/cygnus/conf/<your_agent_conf_file> -n cygnusagent >-Dflume.root.logger=INFO,console > >That will print the logs in the estándar output. If everything goes well >we can change the logging level and appender to INFO,LOGFILE respectively. > >In order to run it in the background, simply add nohup and &: > >$ nohup /usr/cygnus/bin/flume-ng agent —conf /usr/cygnus/conf -f >/usr/cygnus/conf/<your_agent_conf_file> -n cygnusagent >-Dflume.root.logger=<level>,<appender> & > >Sorry for the inconveniences. As soon the new release is ready I’ll inform >you. > >Regards, >Francisco > >El 26/2/16 10:00, "Ozdemir, Omer Faruk" <omer.ozdemir at atos.net> escribió: > >>aaaaaaand here I got the exception while starting cygnus after the change >>:D >> >>26 Feb 2016 08:58:50,460 ERROR [main] >>(org.apache.flume.node.Application.main:307) - A fatal error occurred >>while running. Exception follows. >>org.apache.commons.cli.UnrecognizedOptionException: Unrecognized option: >>-p >> at org.apache.commons.cli.Parser.processOption(Parser.java:363) >> at org.apache.commons.cli.Parser.parse(Parser.java:199) >> at org.apache.commons.cli.Parser.parse(Parser.java:85) >> at org.apache.flume.node.Application.main(Application.java:252) >> >> >>________________________________________ >>From: Ozdemir, Omer Faruk >>Sent: Friday, February 26, 2016 10:54 AM >>To: FRANCISCO ROMERO BUENO >>Cc: fiware-tech-help at lists.fi-ware.org; SERGIO GARCIA GOMEZ; Chulani, >>Ilknur >>Subject: RE: [FIWARE-JIRA] (HELP-5978) [Fiware-tech-help] Cygnus - Ckan >>integration error >> >>Good morning, thanks a lot Francisco, gonna do the changes now and will >>test in a couple of hours and inform you soon hopefully :) >>________________________________________ >>From: FRANCISCO ROMERO BUENO [francisco.romerobueno at telefonica.com] >>Sent: Friday, February 26, 2016 10:27 AM >>To: Ozdemir, Omer Faruk >>Cc: fiware-tech-help at lists.fi-ware.org; SERGIO GARCIA GOMEZ; Chulani, >>Ilknur >>Subject: Re: [FIWARE-JIRA] (HELP-5978) [Fiware-tech-help] Cygnus - Ckan >>integration error >> >>Hi, >> >>We have been doing some tests and you are right, there is some kind of >>bug >>(not yet identified) in our custom Flume node (which is named >>CygnusApplication). It is the problem of using the develop version :) >>Nevertheless, there is an easy workaround: not using our custom >>implementation of the Flume node and use the native one. Nothing will >>change except for the Cygnus Management Interface… it will not work :) >>But >>that’s a minor problem right now. >> >>So, in order to implement the workaroud: >> >>1. Stop Cygnus >>2. Edit /usr/cygnus/bin/cygnus-flume-ng and replace >>FLUME_AGENT_CLASS=“com.telefonica.iot.cygnus.nodes.CygnusApplication” >>with >>FLUME_AGENT_CLASS=“org.apache.flume.node.Application" >>3. Start Cygnus >> >>Let me know any progress. >> >>Regards, >>Francisco >> >> >>El 25/2/16 16:02, "Ozdemir, Omer Faruk" <omer.ozdemir at atos.net> escribió: >> >>>Hello Francisco, >>> >>>Remving serv and service path from Cygnus conf did work(we are sending >>>them in (Orion aswell, so no need them twice) >>> >>>I managed to create dataset and send notifications from Cygnus to CKan >>>finally :) >>> >>>https://data.lab.fiware.org/dataset/fiwaredemos_ul20httptest/resource/bb >>>2 >>>1 >>>b554-cabb-4798-9279-99fceb512f13 >>> >>>One last question please, I have sent 2 notifications to Ckan(success as >>>above) than tried for a 3rd time with another value, but I checked the >>>logs and nothing happens on Cygnus side >>> >>>and see these stop signals, please check in poastebin: >>>http://pastebin.com/W9Cs2Wd2 >>> >>>And now it seems Cygnus becomes dull, do you have anyidea? >>>________________________________________ >>>From: FRANCISCO ROMERO BUENO [francisco.romerobueno at telefonica.com] >>>Sent: Thursday, February 25, 2016 4:27 PM >>>To: Ozdemir, Omer Faruk >>>Cc: fiware-tech-help at lists.fi-ware.org; SERGIO GARCIA GOMEZ; Chulani, >>>Ilknur >>>Subject: Re: [FIWARE-JIRA] (HELP-5978) [Fiware-tech-help] Cygnus - Ckan >>>integration error >>> >>>Hi all again, >>> >>>I’ve asked Sergio to allow me for writing in fiwaredemos in order to >>>perform a test, and this is the result: >>> >>>https://data.lab.fiware.org/dataset/fiwaredemos_frbtest/resource/f8051ab >>>b >>>- >>>3 >>>ef8-4a74-81cb-eaf8226fb74e >>> >>>Everything has been created as expected. The jar version I’m using is >>>the >>>same I sent you. >>> >>>time=2016-02-25T15:24:06.215CET | lvl=DEBUG | >>>trans=1456410234-62-0000000000 | svc=fiwaredemos | subsvc=frbtest | >>>function=wire | comp=Cygnus | msg=org.apache.http.impl.conn.Wire[86] : >>><< >>>"{"help": >>>"https://data.lab.fiware.org/api/3/action/help_show?name=datastore_upser >>>t >>>" >>>, >>> "success": true, "result": {"records": [{"attrType": "centigrade", >>>"recvTime": "2016-02-25T14:23:59.533Z", "recvTimeTs": "1456410239", >>>"attrValue": "26.5", "entityType": "Room", "attrName": "temperature", >>>"fiwareServicePath": "frbtest", "entityId": "Room1"}], "method": >>>"insert", >>>"resource_id": "f8051abb-3ef8-4a74-81cb-eaf8226fb74e"}}" >>> >>> >>>Then, I’ve tried to append data to the fiwaredemos_def_servpath dataset >>>by >>>means of Cygnus and the same error than using the API (as I as >>>expecting): >>> >>>time=2016-02-25T15:24:31.870CET | lvl=DEBUG | >>>trans=1456410234-62-0000000001 | svc=fiwaredemos | subsvc=def_servpath | >>>function=wire | comp=Cygnus | msg=org.apache.http.impl.conn.Wire[86] : >>><< >>>"{"help": >>>"https://data.lab.fiware.org/api/3/action/help_show?name=package_show", >>>"success": false, "error": {"message": "Access denied: User >>>e170190b41724b298862fdc89d32f8e7 not authorized to read package >>>47206b46-2bd0-4ebe-b135-87b792cdc9dc", "__type": "Authorization >>>Error"}}" >>> >>>Thus, as I told you in my previous email, simply use a non “burned” >>>service path within fiwaredemos. >>> >>> >>>Regards, >>>Francisco >>> >>>El 25/2/16 15:00, "FRANCISCO ROMERO BUENO" >>><francisco.romerobueno at telefonica.com> escribió: >>> >>>>Hi, >>>> >>>>I’m not seeing nothing under the fiwaredemos organization: >>>> >>>>https://data.lab.fiware.org/organization/fiwaredemos >>>> >>>>At least, the packages/datasets should be there... I’m afraid of the >>>>way >>>>CKAN deletes its stuff. In fact, if I query for the supposedly non >>>>existent package “fiwaredemos_def_servpath”: >>>> >>>>$ curl -X POST >>>>"https://data.lab.fiware.org/api/3/action/package_show?id=fiwaredemos_d >>>>e >>>>f >>>>_ >>>>s >>>>ervpath" -H "Authorization: 271af10a-57e4-4e31-8da8-079e7422de4a" >>>>{"help": >>>>"https://data.lab.fiware.org/api/3/action/help_show?name=package_show", >>>>"success": false, "error": {"message": "Access denied: User >>>>e170190b41724b298862fdc89d32f8e7 not authorized to read package >>>>47206b46-2bd0-4ebe-b135-87b792cdc9dc", "__type": "Authorization >>>>Error"}} >>>> >>>> >>>>I.e. I cannot read the package because I’m not authorized… not because >>>>it >>>>is really deleted! Just remember what I told you regarding the >>>>“deleted” >>>>flag CKAN puts to the deleted elements. >>>> >>>>Thus, I would use another not “burned” service path, either in Orion or >>>>in >>>>the Cygnus configuration (remember, the >>>>cygnusagent.sources.http-source.handler.default_service_path >>>>parameter). >>>> >>>>Another option is to use something I heard about “flusing” or >>>>“committing” >>>>the deletions, in order to effectively delete things in CKAN. But I >>>>don’t >>>>know the details… :( >>>> >>>>Regards, >>>>Francisco >>>> >>>>El 25/2/16 14:31, "Ozdemir, Omer Faruk" <omer.ozdemir at atos.net> >>>>escribió: >>>> >>>>>Yes Francisco, I have restarted service with the new jar file, removed >>>>>the old one tho another dir. >>>>> >>>>>Deleted datasets from Ckan and still get this error: >>>>> >>>>>response payload: {"help": >>>>>"https://data.lab.fiware.org/api/3/action/help_show?name=datastore_ups >>>>>e >>>>>r >>>>>t >>>>>" >>>>>, "success": false, "error": {"records": ["row \"1\" has extra keys >>>>>\"fiwareServicePath\""], "__type": "Validation Error"}} >>>>>25 Feb 2016 13:28:45,077 ERROR >>>>>[SinkRunner-PollingRunner-DefaultSinkProcessor] >>>>>(com.telefonica.iot.cygnus.sinks.OrionSink.processNewBatches:425) - >>>>>Runtime error (Don't know how to treat response code 409) >>>>> >>>>> >>>>>________________________________________ >>>>>From: FRANCISCO ROMERO BUENO [francisco.romerobueno at telefonica.com] >>>>>Sent: Thursday, February 25, 2016 3:25 PM >>>>>To: Ozdemir, Omer Faruk >>>>>Cc: fiware-tech-help at lists.fi-ware.org; SERGIO GARCIA GOMEZ; Chulani, >>>>>Ilknur >>>>>Subject: Re: [FIWARE-JIRA] (HELP-5978) [Fiware-tech-help] Cygnus - >>>>>Ckan >>>>>integration error >>>>> >>>>>Additionally... if the test was done regarding the same entity, then >>>>>the >>>>>CKAN resoruce+datastore will remain with the old wrong format. I would >>>>>delete everything under your organization and I would start testing >>>>>again. >>>>> >>>>>Regards, >>>>>Francisco >>>>> >>>>>El 25/2/16 14:19, "FRANCISCO ROMERO BUENO" >>>>><francisco.romerobueno at telefonica.com> escribió: >>>>> >>>>>>Hi, >>>>>> >>>>>>Yes, the name is correct. Because it comes from the develop branch, >>>>>>the >>>>>>name has that “_SNAPSHOT” suffix (it means, “this is 0.12.0 plus all >>>>>>the >>>>>>things that will produce 0.13.0). The 0.12.1 version you were using >>>>>>was >>>>>>at >>>>>>some time a 0.12.0_SNAPSHOT that became 0.12.1. Anyway, the name is >>>>>>irrelevant, Cygnus takes the .jar within the mentioned path >>>>>>(/usr/cygnus/plugins.d/cygnus/lib). >>>>>> >>>>>>Did you restarted the service? >>>>>> >>>>>>Regards, >>>>>>Francisco >>>>>> >>>>>>El 25/2/16 14:14, "Ozdemir, Omer Faruk" <omer.ozdemir at atos.net> >>>>>>escribió: >>>>>> >>>>>>>Thanks Francisco, >>>>>>> >>>>>>>I copied the jar file but the result is the same http error 409 >>>>>>>conflict. >>>>>>> >>>>>>>I wanna mention one thing here please, are we sure that you've >>>>>>>uploeded >>>>>>>the latest one? >>>>>>> >>>>>>>becuase the current one is called: >>>>>>>cygnus-0.12.1-jar-with-dependencies.jar. >>>>>>>But the one already uploaded is called: >>>>>>>cygnus-0.12.0_SNAPSHOT-jar-with-dependencies.jar >>>>>>> >>>>>>>Maybe there was some confusion :) ? >>>>>>> >>>>>>>Thanks kind regards >>>>>>>Omer >>>>>>>________________________________________ >>>>>>>From: FRANCISCO ROMERO BUENO [francisco.romerobueno at telefonica.com] >>>>>>>Sent: Thursday, February 25, 2016 2:41 PM >>>>>>>To: Ozdemir, Omer Faruk >>>>>>>Cc: fiware-tech-help at lists.fi-ware.org; SERGIO GARCIA GOMEZ; >>>>>>>Chulani, >>>>>>>Ilknur >>>>>>>Subject: Re: [FIWARE-JIRA] (HELP-5978) [Fiware-tech-help] Cygnus - >>>>>>>Ckan >>>>>>>integration error >>>>>>> >>>>>>>Hi again, >>>>>>> >>>>>>>This is the link to the jar you must donwload (86 MB): >>>>>>>https://www.dropbox.com/s/6kppoq0mwlogo3w/cygnus-0.12.0_SNAPSHOT-jar >>>>>>>- >>>>>>>w >>>>>>>i >>>>>>>t >>>>>>>h >>>>>>>- >>>>>>>d >>>>>>>ependencies.jar?dl=0 >>>>>>> >>>>>>>Once downloaded, simply copy it to: >>>>>>>/usr/cygnus/plugins.d/cygnus/lib >>>>>>> >>>>>>>The already existent one must be renamed to something not finishing >>>>>>>in >>>>>>>.jar (e.g. .jar.old). >>>>>>> >>>>>>>Regards, >>>>>>>Francisco >>>>>>> >>>>>>>El 25/2/16 12:07, "Ozdemir, Omer Faruk" <omer.ozdemir at atos.net> >>>>>>>escribió: >>>>>>> >>>>>>>>Thanks a lot for your instant responses Francisco! much appreciated >>>>>>>>:) >>>>>>>> >>>>>>>>We could go with the first option, could you please tell me which >>>>>>>>folder >>>>>>>>i should place this jar file? >>>>>>>>________________________________________ >>>>>>>>From: FRANCISCO ROMERO BUENO [francisco.romerobueno at telefonica.com] >>>>>>>>Sent: Thursday, February 25, 2016 12:57 PM >>>>>>>>To: Ozdemir, Omer Faruk >>>>>>>>Cc: fiware-tech-help at lists.fi-ware.org; SERGIO GARCIA GOMEZ; >>>>>>>>Chulani, >>>>>>>>Ilknur >>>>>>>>Subject: Re: [FIWARE-JIRA] (HELP-5978) [Fiware-tech-help] Cygnus - >>>>>>>>Ckan >>>>>>>>integration error >>>>>>>> >>>>>>>>Hi Ozdemir, >>>>>>>> >>>>>>>>Great yo hear that :) Regarding the last error, now it must be said >>>>>>>>the >>>>>>>>fault is on our side... the issue you are experiencing is this one: >>>>>>>>https://github.com/telefonicaid/fiware-cygnus/issues/800. It has >>>>>>>>been >>>>>>>>fixed in the current develop branch, but there is not a RPM with >>>>>>>>such >>>>>>>>a >>>>>>>>fix. The good news is a new release of Cygnus having the fix will >>>>>>>>be >>>>>>>>released tomorrow (or the next Monday). In the meantime, I think >>>>>>>>there >>>>>>>>are >>>>>>>>two options: >>>>>>>> >>>>>>>>* Build a Cygnus jar from the current develop branch, and copying >>>>>>>>it >>>>>>>>in >>>>>>>>the Cygnus installation folder. I can do this for you and upload it >>>>>>>>to >>>>>>>>some storage utility such as dropbox or something like that. Once >>>>>>>>downloaded the jar, it is just a matter of copying it to the proper >>>>>>>>folder. >>>>>>>>* Try to update the name of the column in the datastore of CKAN via >>>>>>>>the >>>>>>>>CKAN REST API. I don’t really know if this is possible, but we can >>>>>>>>try. >>>>>>>> >>>>>>>>Regards, >>>>>>>>Francisco >>>>>>>> >>>>>>>>El 25/2/16 11:43, "Ozdemir, Omer Faruk" <omer.ozdemir at atos.net> >>>>>>>>escribió: >>>>>>>> >>>>>>>>>Hello Francisco, >>>>>>>>> >>>>>>>>>I understood this part. >>>>>>>>> >>>>>>>>>I switched to my friends APIKEY(and changed the service path) and >>>>>>>>>when >>>>>>>>>I >>>>>>>>>send some temperature notifications to Cykan I see that dataset is >>>>>>>>>created and 1 resource is added in CKAN :) >>>>>>>>>https://data.lab.fiware.org/organization/activity/fiwaredemos/0 >>>>>>>>> >>>>>>>>>But when i check the content of this resource its empty, it doenst >>>>>>>>>store >>>>>>>>>any values. >>>>>>>>> >>>>>>>>>hence I've checked the Cygnus log and there is this part, please >>>>>>>>>check: >>>>>>>>> >>>>>>>>>25 Feb 2016 10:36:51,962 DEBUG >>>>>>>>>[SinkRunner-PollingRunner-DefaultSinkProcessor] >>>>>>>>>(org.apache.http.impl.conn.Wire.wire:86) - << "{"help": >>>>>>>>>"https://data.lab.fiware.org/api/3/action/help_show?name=datastore >>>>>>>>>_ >>>>>>>>>u >>>>>>>>>p >>>>>>>>>s >>>>>>>>>e >>>>>>>>>r >>>>>>>>>t >>>>>>>>>" >>>>>>>>>, "success": false, "error": {"records": ["row \"1\" has extra >>>>>>>>>keys >>>>>>>>>\"fiwareServicePath\""], "__type": "Validation Error"}}" >>>>>>>>>25 Feb 2016 10:36:51,962 DEBUG >>>>>>>>>[SinkRunner-PollingRunner-DefaultSinkProcessor] >>>>>>>>>(org.apache.http.impl.conn.PoolingClientConnectionManager.releaseC >>>>>>>>>o >>>>>>>>>n >>>>>>>>>n >>>>>>>>>e >>>>>>>>>c >>>>>>>>>t >>>>>>>>>i >>>>>>>>>o >>>>>>>>>n:262) - Connection [id: 4][route: >>>>>>>>>{s}->https://data.lab.fiware.org:443] >>>>>>>>>can be kept alive for 5000 MILLISECONDS >>>>>>>>>25 Feb 2016 10:36:51,963 DEBUG >>>>>>>>>[SinkRunner-PollingRunner-DefaultSinkProcessor] >>>>>>>>>(org.apache.http.impl.conn.PoolingClientConnectionManager.releaseC >>>>>>>>>o >>>>>>>>>n >>>>>>>>>n >>>>>>>>>e >>>>>>>>>c >>>>>>>>>t >>>>>>>>>i >>>>>>>>>o >>>>>>>>>n:269) - Connection released: [id: 4][route: >>>>>>>>>{s}->https://data.lab.fiware.org:443][total kept alive: 1; route >>>>>>>>>allocated: 1 of 100; total allocated: 1 of 500] >>>>>>>>>25 Feb 2016 10:36:51,963 DEBUG >>>>>>>>>[SinkRunner-PollingRunner-DefaultSinkProcessor] >>>>>>>>>(com.telefonica.iot.cygnus.backends.http.HttpBackend.createJsonRes >>>>>>>>>p >>>>>>>>>o >>>>>>>>>n >>>>>>>>>s >>>>>>>>>e >>>>>>>>>: >>>>>>>>>2 >>>>>>>>>8 >>>>>>>>>0) - response payload: {"help": >>>>>>>>>"https://data.lab.fiware.org/api/3/action/help_show?name=datastore >>>>>>>>>_ >>>>>>>>>u >>>>>>>>>p >>>>>>>>>s >>>>>>>>>e >>>>>>>>>r >>>>>>>>>t >>>>>>>>>" >>>>>>>>>, "success": false, "error": {"records": ["row \"1\" has extra >>>>>>>>>keys >>>>>>>>>\"fiwareServicePath\""], "__type": "Validation Error"}} >>>>>>>>>25 Feb 2016 10:36:51,963 DEBUG >>>>>>>>>[SinkRunner-PollingRunner-DefaultSinkProcessor] >>>>>>>>>(com.telefonica.iot.cygnus.backends.http.HttpBackend.doRequest:138 >>>>>>>>>) >>>>>>>>>- >>>>>>>>>The used Http endpoint is not active, trying another one >>>>>>>>>(host=data.lab.fiware.org) >>>>>>>>>25 Feb 2016 10:36:51,963 DEBUG >>>>>>>>>[SinkRunner-PollingRunner-DefaultSinkProcessor] >>>>>>>>>(com.telefonica.iot.cygnus.sinks.OrionSink.processOneByOne:228) - >>>>>>>>>[com.telefonica.iot.cygnus.backends.ckan.CKANBackendImpl.insert(CK >>>>>>>>>A >>>>>>>>>N >>>>>>>>>B >>>>>>>>>a >>>>>>>>>c >>>>>>>>>k >>>>>>>>>e >>>>>>>>>n >>>>>>>>>dImpl.java:176), >>>>>>>>>com.telefonica.iot.cygnus.backends.ckan.CKANBackendImpl.persist(CK >>>>>>>>>A >>>>>>>>>N >>>>>>>>>B >>>>>>>>>a >>>>>>>>>c >>>>>>>>>k >>>>>>>>>e >>>>>>>>>n >>>>>>>>>dImpl.java:80), >>>>>>>>>com.telefonica.iot.cygnus.sinks.OrionCKANSink.persistAggregation(O >>>>>>>>>r >>>>>>>>>i >>>>>>>>>o >>>>>>>>>n >>>>>>>>>C >>>>>>>>>K >>>>>>>>>A >>>>>>>>>N >>>>>>>>>Sink.java:386), >>>>>>>>>com.telefonica.iot.cygnus.sinks.OrionCKANSink.persistBatch(OrionCK >>>>>>>>>A >>>>>>>>>N >>>>>>>>>S >>>>>>>>>i >>>>>>>>>n >>>>>>>>>k >>>>>>>>>. >>>>>>>>>j >>>>>>>>>ava:181), >>>>>>>>>com.telefonica.iot.cygnus.sinks.OrionCKANSink.persistOne(OrionCKAN >>>>>>>>>S >>>>>>>>>i >>>>>>>>>n >>>>>>>>>k >>>>>>>>>. >>>>>>>>>j >>>>>>>>>a >>>>>>>>>v >>>>>>>>>a:154), >>>>>>>>>com.telefonica.iot.cygnus.sinks.OrionSink.processOneByOne(OrionSin >>>>>>>>>k >>>>>>>>>. >>>>>>>>>j >>>>>>>>>a >>>>>>>>>v >>>>>>>>>a >>>>>>>>>: >>>>>>>>>2 >>>>>>>>>22), >>>>>>>>>com.telefonica.iot.cygnus.sinks.OrionSink.process(OrionSink.java:1 >>>>>>>>>4 >>>>>>>>>8 >>>>>>>>>) >>>>>>>>>, >>>>>>>>>org.apache.flume.sink.DefaultSinkProcessor.process(DefaultSinkProc >>>>>>>>>e >>>>>>>>>s >>>>>>>>>s >>>>>>>>>o >>>>>>>>>r >>>>>>>>>. >>>>>>>>>j >>>>>>>>>a >>>>>>>>>va:68), >>>>>>>>>org.apache.flume.SinkRunner$PollingRunner.run(SinkRunner.java:147) >>>>>>>>>, >>>>>>>>>java.lang.Thread.run(Unknown Source)] >>>>>>>>>25 Feb 2016 10:36:51,964 ERROR >>>>>>>>>[SinkRunner-PollingRunner-DefaultSinkProcessor] >>>>>>>>>(com.telefonica.iot.cygnus.sinks.OrionSink.processOneByOne:267) - >>>>>>>>>Runtime error (Don't know how to treat response code 409) >>>>>>>>> >>>>>>>>>________________________________________ >>>>>>>>>From: FRANCISCO ROMERO BUENO >>>>>>>>>[francisco.romerobueno at telefonica.com] >>>>>>>>>Sent: Thursday, February 25, 2016 12:21 PM >>>>>>>>>To: Ozdemir, Omer Faruk >>>>>>>>>Cc: fiware-tech-help at lists.fi-ware.org; SERGIO GARCIA GOMEZ; >>>>>>>>>Chulani, >>>>>>>>>Ilknur >>>>>>>>>Subject: Re: [FIWARE-JIRA] (HELP-5978) [Fiware-tech-help] Cygnus - >>>>>>>>>Ckan >>>>>>>>>integration error >>>>>>>>> >>>>>>>>>I’m re-writting my last sentence, it was not clear at all :) >>>>>>>>> >>>>>>>>>I’m guessing all your Orion’s entities are under the >>>>>>>>>fiware-service >>>>>>>>>“ariot”, right? That should be the reason Cygnus is trying to >>>>>>>>>create >>>>>>>>>a >>>>>>>>>new >>>>>>>>>organization with that name. Thus, in order to fix these >>>>>>>>>organization >>>>>>>>>creations you must place all your entities under a fiware-service >>>>>>>>>named >>>>>>>>>as >>>>>>>>>the organization name Sergio created for you. >>>>>>>>> >>>>>>>>> >>>>>>>>>Regards, >>>>>>>>>Francisco >>>>>>>>> >>>>>>>>> >>>>>>>>>El 25/2/16 11:15, "FRANCISCO ROMERO BUENO" >>>>>>>>><francisco.romerobueno at telefonica.com> escribió: >>>>>>>>> >>>>>>>>>>Hi Ozdemir, >>>>>>>>>> >>>>>>>>>>Independently of the API KEY (I’ll try to reproduce the error >>>>>>>>>>ASAP): >>>>>>>>>>Sergio created an organization in order all your data was >>>>>>>>>>persisted >>>>>>>>>>under >>>>>>>>>>it. That means you are only allowed to create CKAN packages (also >>>>>>>>>>known >>>>>>>>>>as >>>>>>>>>>datasets) and CKAN resources under those packages/datasets. >>>>>>>>>>Nevertheless, >>>>>>>>>>the issue we are discussing is about creating a new organization, >>>>>>>>>>“ariot”. >>>>>>>>>>Let me explain you how Cygnus maps the notified data from Orion >>>>>>>>>>to >>>>>>>>>>CKAN: >>>>>>>>>> >>>>>>>>>>* An organization is created, if not yet existing, regarding the >>>>>>>>>>notified >>>>>>>>>>fiware-service. If no fiware-service is notified, then the >>>>>>>>>>configured >>>>>>>>>>value cygnusagent.sources.http-source.handler.default_service is >>>>>>>>>>taken. >>>>>>>>>>* A package is created, if not yet existing, regarding the >>>>>>>>>>notified >>>>>>>>>>fiware-servicePath (it must be said the organization name is >>>>>>>>>>prefixed >>>>>>>>>>to >>>>>>>>>>the dataset name). If no fiware-servicePath is notified, then the >>>>>>>>>>configured value >>>>>>>>>>cygnusagent.sources.http-source.handler.default_service_path is >>>>>>>>>>taken. >>>>>>>>>>* A resource is created, if not yet existing, regarding the >>>>>>>>>>notified >>>>>>>>>>entityId and entityType. >>>>>>>>>>* A datastore is created and associated to the above resource. >>>>>>>>>>* A resource viewer is created and associated to the above >>>>>>>>>>resource. >>>>>>>>>> >>>>>>>>>>I’m guessing all your Orion’s entities are under the >>>>>>>>>>fiware-service >>>>>>>>>>“ariot”, right? That should be the reason Cygnus is trying to >>>>>>>>>>create >>>>>>>>>>a >>>>>>>>>>new >>>>>>>>>>organization with that name. Thus, all your entities should be >>>>>>>>>>under >>>>>>>>>>the >>>>>>>>>>organization name Sergio created for you. >>>>>>>>>> >>>>>>>>>>Regards, >>>>>>>>>>Francisco >>>>>>>>>> >>>>>>>>>>El 25/2/16 10:59, "Ozdemir, Omer Faruk" <omer.ozdemir at atos.net> >>>>>>>>>>escribió: >>>>>>>>>> >>>>>>>>>>>Hello Francisco, >>>>>>>>>>> >>>>>>>>>>>Restarting doesnt solve this cache problem. >>>>>>>>>>>Cygnus still sends the old key(OLD_KEY). >>>>>>>>>>> >>>>>>>>>>>25 Feb 2016 09:57:15,981 DEBUG >>>>>>>>>>>[SinkRunner-PollingRunner-DefaultSinkProcessor] >>>>>>>>>>>(com.telefonica.iot.cygnus.backends.http.HttpBackend.createJsonR >>>>>>>>>>>e >>>>>>>>>>>s >>>>>>>>>>>p >>>>>>>>>>>o >>>>>>>>>>>n >>>>>>>>>>>s >>>>>>>>>>>e >>>>>>>>>>>: >>>>>>>>>>>2 >>>>>>>>>>>8 >>>>>>>>>>>0) - response payload: {"help": >>>>>>>>>>>"https://data.lab.fiware.org/api/3/action/help_show?name=organiz >>>>>>>>>>>a >>>>>>>>>>>t >>>>>>>>>>>i >>>>>>>>>>>o >>>>>>>>>>>n >>>>>>>>>>>_ >>>>>>>>>>>c >>>>>>>>>>>r >>>>>>>>>>>e >>>>>>>>>>>a >>>>>>>>>>>te", "success": false, "error": {"message": "Access denied: User >>>>>>>>>>>OLD_KEY >>>>>>>>>>>not authorized to create organizations", "__type": >>>>>>>>>>>"Authorization >>>>>>>>>>>Error"}} >>>>>>>>>>> >>>>>>>>>>>Sergio already created an organization and gave our users the >>>>>>>>>>>rights.. >>>>>>>>>>> >>>>>>>>>>>Thanks kr >>>>>>>>>>>Omer >>>>>>>>>>>________________________________________ >>>>>>>>>>>From: FRANCISCO ROMERO BUENO >>>>>>>>>>>[francisco.romerobueno at telefonica.com] >>>>>>>>>>>Sent: Thursday, February 25, 2016 11:49 AM >>>>>>>>>>>To: Ozdemir, Omer Faruk >>>>>>>>>>>Cc: fiware-tech-help at lists.fi-ware.org; SERGIO GARCIA GOMEZ >>>>>>>>>>>Subject: Re: [FIWARE-JIRA] (HELP-5978) [Fiware-tech-help] Cygnus >>>>>>>>>>>- >>>>>>>>>>>Ckan >>>>>>>>>>>integration error >>>>>>>>>>> >>>>>>>>>>>Hi, >>>>>>>>>>> >>>>>>>>>>>Simply restart the Cygnus service and the new configuration will >>>>>>>>>>>be >>>>>>>>>>>applied. >>>>>>>>>>> >>>>>>>>>>>Anyway… I not sure if even using the proper API KEY you are >>>>>>>>>>>allowed >>>>>>>>>>>to >>>>>>>>>>>create new organizations in data.lab.fiware.org. Copying Sergio >>>>>>>>>>>about >>>>>>>>>>>this >>>>>>>>>>>issue. >>>>>>>>>>> >>>>>>>>>>>Regards, >>>>>>>>>>>Francisco >>>>>>>>>>> >>>>>>>>>>>El 25/2/16 10:40, "Ozdemir, Omer Faruk" <omer.ozdemir at atos.net> >>>>>>>>>>>escribió: >>>>>>>>>>> >>>>>>>>>>>>Hello Francisco, >>>>>>>>>>>> >>>>>>>>>>>>Im running in DEBUG mode and here is the message: >>>>>>>>>>>> >>>>>>>>>>>> {"message": "Access denied: User >>>>>>>>>>>>OTHER_API_KEY_FROM_DEMO_CKAN_WEBSITE >>>>>>>>>>>>not authorized to create organizations", "__type": >>>>>>>>>>>>"Authorization >>>>>>>>>>>>Error"}} >>>>>>>>>>>> >>>>>>>>>>>>OTHER_API_KEY_FROM_DEMO_CKAN_WEBSITE = I was testing with >>>>>>>>>>>>another >>>>>>>>>>>>API >>>>>>>>>>>>key >>>>>>>>>>>>from http://demo.ckan.org/ but I switched back to the original >>>>>>>>>>>>API_KEY >>>>>>>>>>>>from(data.lab.fiware.org) couple of days ago. >>>>>>>>>>>>It seems that Cygnus is not updating this value on startup, do >>>>>>>>>>>>you >>>>>>>>>>>>have >>>>>>>>>>>>any solution to remove the old catched value? >>>>>>>>>>>> >>>>>>>>>>>>Thanks kr >>>>>>>>>>>>Omer >>>>>>>>>>>>________________________________________ >>>>>>>>>>>>From: FRANCISCO ROMERO BUENO >>>>>>>>>>>>[francisco.romerobueno at telefonica.com] >>>>>>>>>>>>Sent: Thursday, February 25, 2016 11:25 AM >>>>>>>>>>>>To: Ozdemir, Omer Faruk >>>>>>>>>>>>Cc: fiware-tech-help at lists.fi-ware.org >>>>>>>>>>>>Subject: Re: [FIWARE-JIRA] (HELP-5978) [Fiware-tech-help] >>>>>>>>>>>>Cygnus >>>>>>>>>>>>- >>>>>>>>>>>>Ckan >>>>>>>>>>>>integration error >>>>>>>>>>>> >>>>>>>>>>>>Hi Ozdemir, >>>>>>>>>>>> >>>>>>>>>>>>Could you please run Cygnus in DEBUG mode and do the run again? >>>>>>>>>>>> >>>>>>>>>>>>Anyway, such a message appears when CKAN tells Cygnus the >>>>>>>>>>>>organization >>>>>>>>>>>>could not be created. Most of the times it is because the >>>>>>>>>>>>organization >>>>>>>>>>>>existed in the past and it was deleted (could you confirm >>>>>>>>>>>>this?). >>>>>>>>>>>>Deletion >>>>>>>>>>>>in CKAN is quite special... Deleted elements continue existing >>>>>>>>>>>>in >>>>>>>>>>>>CKAN >>>>>>>>>>>>but >>>>>>>>>>>>with a “deletion” flag avoiding to crate new elements with the >>>>>>>>>>>>same >>>>>>>>>>>>name. >>>>>>>>>>>>Nevertheless, the problems may be other: wrong API key, user >>>>>>>>>>>>not >>>>>>>>>>>>allowed >>>>>>>>>>>>to create organizations, etc. >>>>>>>>>>>> >>>>>>>>>>>>Regards, >>>>>>>>>>>>Francisco >>>>>>>>>>>> >>>>>>>>>>>>El 25/2/16 9:53, "Ozdemir, Omer Faruk (JIRA)" >>>>>>>>>>>><jira-help-desk at fi-ware.org> >>>>>>>>>>>>escribió: >>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> [ >>>>>>>>>>>>>https://jira.fiware.org/browse/HELP-5978?page=com.atlassian.ji >>>>>>>>>>>>>r >>>>>>>>>>>>>a >>>>>>>>>>>>>. >>>>>>>>>>>>>p >>>>>>>>>>>>>l >>>>>>>>>>>>>u >>>>>>>>>>>>>g >>>>>>>>>>>>>i >>>>>>>>>>>>>n >>>>>>>>>>>>>. >>>>>>>>>>>>>s >>>>>>>>>>>>>y >>>>>>>>>>>>>stem.issuetabpanels:all-tabpanel ] >>>>>>>>>>>>> >>>>>>>>>>>>>Ozdemir, Omer Faruk updated HELP-5978: >>>>>>>>>>>>>-------------------------------------- >>>>>>>>>>>>> >>>>>>>>>>>>>Hello Francisco, >>>>>>>>>>>>> >>>>>>>>>>>>>Now I get this error: >>>>>>>>>>>>> >>>>>>>>>>>>>25 Feb 2016 08:49:48,723 ERROR >>>>>>>>>>>>>[SinkRunner-PollingRunner-DefaultSinkProcessor] >>>>>>>>>>>>>(com.telefonica.iot.cygnus.sinks.OrionSink.processOneByOne:267 >>>>>>>>>>>>>) >>>>>>>>>>>>>- >>>>>>>>>>>>>Runtime error (Don't know how to treat the response code. >>>>>>>>>>>>>Possibly >>>>>>>>>>>>>the >>>>>>>>>>>>>organization already exists in a deleted state (respCode=403, >>>>>>>>>>>>>orgName=ariot)) >>>>>>>>>>>>> >>>>>>>>>>>>>Thanks kind regards >>>>>>>>>>>>>Omer >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>>> [Fiware-tech-help] Cygnus - Ckan integration error >>>>>>>>>>>>>> -------------------------------------------------- >>>>>>>>>>>>>> >>>>>>>>>>>>>> Key: HELP-5978 >>>>>>>>>>>>>> URL: >>>>>>>>>>>>>>https://jira.fiware.org/browse/HELP-5978 >>>>>>>>>>>>>> Project: Help-Desk >>>>>>>>>>>>>> Issue Type: extRequest >>>>>>>>>>>>>> Components: FIWARE-TECH-HELP >>>>>>>>>>>>>> Reporter: Ozdemir, Omer Faruk >>>>>>>>>>>>>> Assignee: Francisco Romero >>>>>>>>>>>>>> >>>>>>>>>>>>>> Good morning Dear, >>>>>>>>>>>>>> We have a problem with Cygnus-Ckan integration, whenever >>>>>>>>>>>>>>Cygnus >>>>>>>>>>>>>>sends >>>>>>>>>>>>>>data request to Ckan, it gets this error: >>>>>>>>>>>>>> 25 Feb 2016 07:44:40,217 ERROR >>>>>>>>>>>>>>[SinkRunner-PollingRunner-DefaultSinkProcessor] >>>>>>>>>>>>>>(com.telefonica.iot.cygnus.sinks.OrionSink.processOneByOne:26 >>>>>>>>>>>>>>7 >>>>>>>>>>>>>>) >>>>>>>>>>>>>>- >>>>>>>>>>>>>>Runtime error (Don't know how to treat response code 503)) >>>>>>>>>>>>>> We talked with Sergio Garcia Gomez and thanks to him, he's >>>>>>>>>>>>>>created >>>>>>>>>>>>>>us >>>>>>>>>>>>>>an organization >>>>>>>>>>>>>><https://data.lab.fiware.org/organization/fiwaredemos> >>>>>>>>>>>>>>and gave the admin rights to our users in Ckan. >>>>>>>>>>>>>> Please find our Cygnus conf files content below: >>>>>>>>>>>>>> Could you please help us with this error? >>>>>>>>>>>>>> we need to publish this data in Ckan but we are stucked at >>>>>>>>>>>>>>the >>>>>>>>>>>>>>last >>>>>>>>>>>>>>step of this integration with this error above.. >>>>>>>>>>>>>> Thanks kr >>>>>>>>>>>>>> Omer Ozdemir >>>>>>>>>>>>>> agent: >>>>>>>>>>>>>> [root at idas conf]# more agent_test.conf >>>>>>>>>>>>>> cygnusagent.sources = http-source >>>>>>>>>>>>>> cygnusagent.sinks = ckan-sink >>>>>>>>>>>>>> cygnusagent.channels = ckan-channel >>>>>>>>>>>>>> cygnusagent.sources.http-source.channels = ckan-channel >>>>>>>>>>>>>> cygnusagent.sources.http-source.type = >>>>>>>>>>>>>>org.apache.flume.source.http.HTTPSource >>>>>>>>>>>>>> cygnusagent.sources.http-source.port = 5050 >>>>>>>>>>>>>> cygnusagent.sources.http-source.handler = >>>>>>>>>>>>>>com.telefonica.iot.cygnus.handlers.OrionRestHandler >>>>>>>>>>>>>> cygnusagent.sources.http-source.handler.notification_target >>>>>>>>>>>>>>= >>>>>>>>>>>>>>/notify >>>>>>>>>>>>>> cygnusagent.sources.http-source.handler.default_service = >>>>>>>>>>>>>>def_serv >>>>>>>>>>>>>> cygnusagent.sources.http-source.handler.default_service_path >>>>>>>>>>>>>>= >>>>>>>>>>>>>>def_servpath >>>>>>>>>>>>>> cygnusagent.sources.http-source.handler.events_ttl = 2 >>>>>>>>>>>>>> cygnusagent.sources.http-source.interceptors = ts gi >>>>>>>>>>>>>> cygnusagent.sources.http-source.interceptors.ts.type = >>>>>>>>>>>>>>timestamp >>>>>>>>>>>>>> cygnusagent.sources.http-source.interceptors.gi.type = >>>>>>>>>>>>>>com.telefonica.iot.cygnus.interceptors.GroupingInterceptor$Bu >>>>>>>>>>>>>>i >>>>>>>>>>>>>>l >>>>>>>>>>>>>>d >>>>>>>>>>>>>>e >>>>>>>>>>>>>>r >>>>>>>>>>>>>> >>>>>>>>>>>>>>cygnusagent.sources.http-source.interceptors.gi.gropuing_rule >>>>>>>>>>>>>>s >>>>>>>>>>>>>>_ >>>>>>>>>>>>>>c >>>>>>>>>>>>>>o >>>>>>>>>>>>>>n >>>>>>>>>>>>>>f >>>>>>>>>>>>>>_ >>>>>>>>>>>>>>f >>>>>>>>>>>>>>i >>>>>>>>>>>>>>l >>>>>>>>>>>>>>e >>>>>>>>>>>>>>= /Applications/apache-flume-1.4.0-bin/conf/grouping_rules. >>>>>>>>>>>>>> conf >>>>>>>>>>>>>> cygnusagent.channels.ckan-channel.type = memory >>>>>>>>>>>>>> cygnusagent.channels.ckan-channel.capacity = 1000 >>>>>>>>>>>>>> cygnusagent.channels.ckan-channel.transactionCapacity = 100 >>>>>>>>>>>>>> cygnusagent.sinks.ckan-sink.channel = ckan-channel >>>>>>>>>>>>>> cygnusagent.sinks.ckan-sink.type = >>>>>>>>>>>>>>com.telefonica.iot.cygnus.sinks.OrionCKANSink >>>>>>>>>>>>>> cygnusagent.sinks.ckan-sink.enable_grouping = false >>>>>>>>>>>>>> cygnusagent.sinks.ckan-sink.api_key = MY API KEY GOES HERE >>>>>>>>>>>>>> cygnusagent.sinks.ckan-sink.ckan_host = >>>>>>>>>>>>>>https://data.lab.fiware.org >>>>>>>>>>>>>> cygnusagent.sinks.ckan-sink.ckan_port = 80 >>>>>>>>>>>>>> cygnusagent.sinks.ckan-sink.orion_url = localhost:1026 >>>>>>>>>>>>>> cygnusagent.sinks.ckan-sink.attr_persistence = row >>>>>>>>>>>>>> cygnusagent.sinks.ckan-sink.ssl = false >>>>>>>>>>>>>> cygnusagent.sinks.ckan-sink.batch_size = 1 >>>>>>>>>>>>>> cygnusagent.sinks.ckan-sink.batch_timeout = 10 >>>>>>>>>>>>>> instance: >>>>>>>>>>>>>> [root at idas conf]# more cygnus_instance_1.conf >>>>>>>>>>>>>> CYGNUS_USER=cygnus >>>>>>>>>>>>>> CONFIG_FOLDER=/usr/cygnus/conf >>>>>>>>>>>>>> CONFIG_FILE=/usr/cygnus/conf/agent_test.conf >>>>>>>>>>>>>> AGENT_NAME=cygnusagent >>>>>>>>>>>>>> LOGFILE_NAME=cygnus.log >>>>>>>>>>>>>> ADMIN_PORT=8085 >>>>>>>>>>>>>> POLLING_INTERVAL=30 >>>>>>>>>>>>>> Bu mesaj ve ekleri gönderilen kişiye özeldir ve gizli >>>>>>>>>>>>>>bilgiler >>>>>>>>>>>>>>içerebilir. Eğer mesajın gönderilmek istendiği kişi >>>>>>>>>>>>>>değilseniz >>>>>>>>>>>>>>lütfen >>>>>>>>>>>>>>kopyalamayınız, başkalarına göndermeyiniz ve göndericiyi >>>>>>>>>>>>>>bilgilendiriniz. Internet üzerinden gönderilen mesajların >>>>>>>>>>>>>>güvenli >>>>>>>>>>>>>>ve >>>>>>>>>>>>>>hatasız olduğunun garantisi olmadığından Atos grubu mesajın >>>>>>>>>>>>>>içeriğinden >>>>>>>>>>>>>>sorumlu tutulamaz. Göndericinin bilgisayarı anti-virüs >>>>>>>>>>>>>>sistemleri >>>>>>>>>>>>>>tarafından taranmaktadır, ancak yine de mesajın virüs >>>>>>>>>>>>>>içermediği >>>>>>>>>>>>>>garanti >>>>>>>>>>>>>>edilemez ve gönderici, meydana gelebilecek zararlardan >>>>>>>>>>>>>>sorumlu >>>>>>>>>>>>>>tutulamaz. >>>>>>>>>>>>>> This e-mail and the documents attached are confidential and >>>>>>>>>>>>>>intended >>>>>>>>>>>>>>solely for the addressee; it may also be privileged. If you >>>>>>>>>>>>>>receive >>>>>>>>>>>>>>this >>>>>>>>>>>>>>e-mail in error, please notify the sender immediately and >>>>>>>>>>>>>>destroy >>>>>>>>>>>>>>it. >>>>>>>>>>>>>>As >>>>>>>>>>>>>>its integrity cannot be secured on the Internet, the Atos >>>>>>>>>>>>>>group >>>>>>>>>>>>>>liability cannot be triggered for the message content. >>>>>>>>>>>>>>Although >>>>>>>>>>>>>>the >>>>>>>>>>>>>>sender endeavors to maintain a computer virus-free network, >>>>>>>>>>>>>>the >>>>>>>>>>>>>>sender >>>>>>>>>>>>>>does not warrant that this transmission is virus-free and >>>>>>>>>>>>>>will >>>>>>>>>>>>>>not >>>>>>>>>>>>>>be >>>>>>>>>>>>>>liable for any damages resulting from any virus transmitted. >>>>>>>>>>>>>> Since January 1st, old domains won't be supported and >>>>>>>>>>>>>>messages >>>>>>>>>>>>>>sent >>>>>>>>>>>>>>to >>>>>>>>>>>>>>any domain different to @lists.fiware.org will be lost. >>>>>>>>>>>>>> Please, send your messages using the new domain >>>>>>>>>>>>>>(Fiware-tech-help at lists.fiware.org) instead of the old one. >>>>>>>>>>>>>> _______________________________________________ >>>>>>>>>>>>>> Fiware-tech-help mailing list >>>>>>>>>>>>>> Fiware-tech-help at lists.fiware.org >>>>>>>>>>>>>> https://lists.fiware.org/listinfo/fiware-tech-help >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>>-- >>>>>>>>>>>>>This message was sent by Atlassian JIRA >>>>>>>>>>>>>(v6.4.1#64016) >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>>________________________________ >>>>>>>>>>>> >>>>>>>>>>>>Este mensaje y sus adjuntos se dirigen exclusivamente a su >>>>>>>>>>>>destinatario, >>>>>>>>>>>>puede contener información privilegiada o confidencial y es >>>>>>>>>>>>para >>>>>>>>>>>>uso >>>>>>>>>>>>exclusivo de la persona o entidad de destino. Si no es usted. >>>>>>>>>>>>el >>>>>>>>>>>>destinatario indicado, queda notificado de que la lectura, >>>>>>>>>>>>utilización, >>>>>>>>>>>>divulgación y/o copia sin autorización puede estar prohibida en >>>>>>>>>>>>virtud >>>>>>>>>>>>de >>>>>>>>>>>>la legislación vigente. Si ha recibido este mensaje por error, >>>>>>>>>>>>le >>>>>>>>>>>>rogamos >>>>>>>>>>>>que nos lo comunique inmediatamente por esta misma vía y >>>>>>>>>>>>proceda >>>>>>>>>>>>a >>>>>>>>>>>>su >>>>>>>>>>>>destrucción. >>>>>>>>>>>> >>>>>>>>>>>>The information contained in this transmission is privileged >>>>>>>>>>>>and >>>>>>>>>>>>confidential information intended only for the use of the >>>>>>>>>>>>individual >>>>>>>>>>>>or >>>>>>>>>>>>entity named above. If the reader of this message is not the >>>>>>>>>>>>intended >>>>>>>>>>>>recipient, you are hereby notified that any dissemination, >>>>>>>>>>>>distribution >>>>>>>>>>>>or copying of this communication is strictly prohibited. If you >>>>>>>>>>>>have >>>>>>>>>>>>received this transmission in error, do not read it. Please >>>>>>>>>>>>immediately >>>>>>>>>>>>reply to the sender that you have received this communication >>>>>>>>>>>>in >>>>>>>>>>>>error >>>>>>>>>>>>and then delete it. >>>>>>>>>>>> >>>>>>>>>>>>Esta mensagem e seus anexos se dirigem exclusivamente ao seu >>>>>>>>>>>>destinatário, pode conter informação privilegiada ou >>>>>>>>>>>>confidencial >>>>>>>>>>>>e >>>>>>>>>>>>é >>>>>>>>>>>>para uso exclusivo da pessoa ou entidade de destino. Se não é >>>>>>>>>>>>vossa >>>>>>>>>>>>senhoria o destinatário indicado, fica notificado de que a >>>>>>>>>>>>leitura, >>>>>>>>>>>>utilização, divulgação e/ou cópia sem autorização pode estar >>>>>>>>>>>>proibida >>>>>>>>>>>>em >>>>>>>>>>>>virtude da legislação vigente. Se recebeu esta mensagem por >>>>>>>>>>>>erro, >>>>>>>>>>>>rogamos-lhe que nos o comunique imediatamente por esta mesma >>>>>>>>>>>>via >>>>>>>>>>>>e >>>>>>>>>>>>proceda a sua destruição >>>>>>>>>>>>Bu mesaj ve ekleri gönderilen kişiye özeldir ve gizli bilgiler >>>>>>>>>>>>içerebilir. Eğer mesajın gönderilmek istendiği kişi değilseniz >>>>>>>>>>>>lütfen >>>>>>>>>>>>kopyalamayınız, başkalarına göndermeyiniz ve göndericiyi >>>>>>>>>>>>bilgilendiriniz. >>>>>>>>>>>>Internet üzerinden gönderilen mesajların güvenli ve hatasız >>>>>>>>>>>>olduğunun >>>>>>>>>>>>garantisi olmadığından Atos grubu mesajın içeriğinden sorumlu >>>>>>>>>>>>tutulamaz. >>>>>>>>>>>>Göndericinin bilgisayarı anti-virüs sistemleri tarafından >>>>>>>>>>>>taranmaktadır, >>>>>>>>>>>>ancak yine de mesajın virüs içermediği garanti edilemez ve >>>>>>>>>>>>gönderici, >>>>>>>>>>>>meydana gelebilecek zararlardan sorumlu tutulamaz. >>>>>>>>>>>> >>>>>>>>>>>>This e-mail and the documents attached are confidential and >>>>>>>>>>>>intended >>>>>>>>>>>>solely for the addressee; it may also be privileged. If you >>>>>>>>>>>>receive >>>>>>>>>>>>this >>>>>>>>>>>>e-mail in error, please notify the sender immediately and >>>>>>>>>>>>destroy >>>>>>>>>>>>it. >>>>>>>>>>>>As >>>>>>>>>>>>its integrity cannot be secured on the Internet, the Atos group >>>>>>>>>>>>liability >>>>>>>>>>>>cannot be triggered for the message content. Although the >>>>>>>>>>>>sender >>>>>>>>>>>>endeavors to maintain a computer virus-free network, the sender >>>>>>>>>>>>does >>>>>>>>>>>>not >>>>>>>>>>>>warrant that this transmission is virus-free and will not be >>>>>>>>>>>>liable >>>>>>>>>>>>for >>>>>>>>>>>>any damages resulting from any virus transmitted. >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>>________________________________ >>>>>>>>>>> >>>>>>>>>>>Este mensaje y sus adjuntos se dirigen exclusivamente a su >>>>>>>>>>>destinatario, >>>>>>>>>>>puede contener información privilegiada o confidencial y es para >>>>>>>>>>>uso >>>>>>>>>>>exclusivo de la persona o entidad de destino. Si no es usted. el >>>>>>>>>>>destinatario indicado, queda notificado de que la lectura, >>>>>>>>>>>utilización, >>>>>>>>>>>divulgación y/o copia sin autorización puede estar prohibida en >>>>>>>>>>>virtud >>>>>>>>>>>de >>>>>>>>>>>la legislación vigente. Si ha recibido este mensaje por error, >>>>>>>>>>>le >>>>>>>>>>>rogamos >>>>>>>>>>>que nos lo comunique inmediatamente por esta misma vía y >>>>>>>>>>>proceda >>>>>>>>>>>a >>>>>>>>>>>su >>>>>>>>>>>destrucción. >>>>>>>>>>> >>>>>>>>>>>The information contained in this transmission is privileged and >>>>>>>>>>>confidential information intended only for the use of the >>>>>>>>>>>individual >>>>>>>>>>>or >>>>>>>>>>>entity named above. If the reader of this message is not the >>>>>>>>>>>intended >>>>>>>>>>>recipient, you are hereby notified that any dissemination, >>>>>>>>>>>distribution >>>>>>>>>>>or copying of this communication is strictly prohibited. If you >>>>>>>>>>>have >>>>>>>>>>>received this transmission in error, do not read it. Please >>>>>>>>>>>immediately >>>>>>>>>>>reply to the sender that you have received this communication in >>>>>>>>>>>error >>>>>>>>>>>and then delete it. >>>>>>>>>>> >>>>>>>>>>>Esta mensagem e seus anexos se dirigem exclusivamente ao seu >>>>>>>>>>>destinatário, pode conter informação privilegiada ou >>>>>>>>>>>confidencial >>>>>>>>>>>e >>>>>>>>>>>é >>>>>>>>>>>para uso exclusivo da pessoa ou entidade de destino. Se não é >>>>>>>>>>>vossa >>>>>>>>>>>senhoria o destinatário indicado, fica notificado de que a >>>>>>>>>>>leitura, >>>>>>>>>>>utilização, divulgação e/ou cópia sem autorização pode estar >>>>>>>>>>>proibida >>>>>>>>>>>em >>>>>>>>>>>virtude da legislação vigente. Se recebeu esta mensagem por >>>>>>>>>>>erro, >>>>>>>>>>>rogamos-lhe que nos o comunique imediatamente por esta mesma >>>>>>>>>>>via >>>>>>>>>>>e >>>>>>>>>>>proceda a sua destruição >>>>>>>>>>>Bu mesaj ve ekleri gönderilen kişiye özeldir ve gizli bilgiler >>>>>>>>>>>içerebilir. Eğer mesajın gönderilmek istendiği kişi değilseniz >>>>>>>>>>>lütfen >>>>>>>>>>>kopyalamayınız, başkalarına göndermeyiniz ve göndericiyi >>>>>>>>>>>bilgilendiriniz. >>>>>>>>>>>Internet üzerinden gönderilen mesajların güvenli ve hatasız >>>>>>>>>>>olduğunun >>>>>>>>>>>garantisi olmadığından Atos grubu mesajın içeriğinden sorumlu >>>>>>>>>>>tutulamaz. >>>>>>>>>>>Göndericinin bilgisayarı anti-virüs sistemleri tarafından >>>>>>>>>>>taranmaktadır, >>>>>>>>>>>ancak yine de mesajın virüs içermediği garanti edilemez ve >>>>>>>>>>>gönderici, >>>>>>>>>>>meydana gelebilecek zararlardan sorumlu tutulamaz. >>>>>>>>>>> >>>>>>>>>>>This e-mail and the documents attached are confidential and >>>>>>>>>>>intended >>>>>>>>>>>solely for the addressee; it may also be privileged. If you >>>>>>>>>>>receive >>>>>>>>>>>this >>>>>>>>>>>e-mail in error, please notify the sender immediately and >>>>>>>>>>>destroy >>>>>>>>>>>it. >>>>>>>>>>>As >>>>>>>>>>>its integrity cannot be secured on the Internet, the Atos group >>>>>>>>>>>liability >>>>>>>>>>>cannot be triggered for the message content. Although the sender >>>>>>>>>>>endeavors to maintain a computer virus-free network, the sender >>>>>>>>>>>does >>>>>>>>>>>not >>>>>>>>>>>warrant that this transmission is virus-free and will not be >>>>>>>>>>>liable >>>>>>>>>>>for >>>>>>>>>>>any damages resulting from any virus transmitted. >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>>________________________________ >>>>>>>>> >>>>>>>>>Este mensaje y sus adjuntos se dirigen exclusivamente a su >>>>>>>>>destinatario, >>>>>>>>>puede contener información privilegiada o confidencial y es para >>>>>>>>>uso >>>>>>>>>exclusivo de la persona o entidad de destino. Si no es usted. el >>>>>>>>>destinatario indicado, queda notificado de que la lectura, >>>>>>>>>utilización, >>>>>>>>>divulgación y/o copia sin autorización puede estar prohibida en >>>>>>>>>virtud >>>>>>>>>de >>>>>>>>>la legislación vigente. Si ha recibido este mensaje por error, le >>>>>>>>>rogamos >>>>>>>>>que nos lo comunique inmediatamente por esta misma vía y proceda a >>>>>>>>>su >>>>>>>>>destrucción. >>>>>>>>> >>>>>>>>>The information contained in this transmission is privileged and >>>>>>>>>confidential information intended only for the use of the >>>>>>>>>individual >>>>>>>>>or >>>>>>>>>entity named above. If the reader of this message is not the >>>>>>>>>intended >>>>>>>>>recipient, you are hereby notified that any dissemination, >>>>>>>>>distribution >>>>>>>>>or copying of this communication is strictly prohibited. If you >>>>>>>>>have >>>>>>>>>received this transmission in error, do not read it. Please >>>>>>>>>immediately >>>>>>>>>reply to the sender that you have received this communication in >>>>>>>>>error >>>>>>>>>and then delete it. >>>>>>>>> >>>>>>>>>Esta mensagem e seus anexos se dirigem exclusivamente ao seu >>>>>>>>>destinatário, pode conter informação privilegiada ou confidencial >>>>>>>>>e >>>>>>>>>é >>>>>>>>>para uso exclusivo da pessoa ou entidade de destino. Se não é >>>>>>>>>vossa >>>>>>>>>senhoria o destinatário indicado, fica notificado de que a >>>>>>>>>leitura, >>>>>>>>>utilização, divulgação e/ou cópia sem autorização pode estar >>>>>>>>>proibida >>>>>>>>>em >>>>>>>>>virtude da legislação vigente. Se recebeu esta mensagem por erro, >>>>>>>>>rogamos-lhe que nos o comunique imediatamente por esta mesma via e >>>>>>>>>proceda a sua destruição >>>>>>>>>Bu mesaj ve ekleri gönderilen kişiye özeldir ve gizli bilgiler >>>>>>>>>içerebilir. Eğer mesajın gönderilmek istendiği kişi değilseniz >>>>>>>>>lütfen >>>>>>>>>kopyalamayınız, başkalarına göndermeyiniz ve göndericiyi >>>>>>>>>bilgilendiriniz. >>>>>>>>>Internet üzerinden gönderilen mesajların güvenli ve hatasız >>>>>>>>>olduğunun >>>>>>>>>garantisi olmadığından Atos grubu mesajın içeriğinden sorumlu >>>>>>>>>tutulamaz. >>>>>>>>>Göndericinin bilgisayarı anti-virüs sistemleri tarafından >>>>>>>>>taranmaktadır, >>>>>>>>>ancak yine de mesajın virüs içermediği garanti edilemez ve >>>>>>>>>gönderici, >>>>>>>>>meydana gelebilecek zararlardan sorumlu tutulamaz. >>>>>>>>> >>>>>>>>>This e-mail and the documents attached are confidential and >>>>>>>>>intended >>>>>>>>>solely for the addressee; it may also be privileged. If you >>>>>>>>>receive >>>>>>>>>this >>>>>>>>>e-mail in error, please notify the sender immediately and destroy >>>>>>>>>it. >>>>>>>>>As >>>>>>>>>its integrity cannot be secured on the Internet, the Atos group >>>>>>>>>liability >>>>>>>>>cannot be triggered for the message content. Although the sender >>>>>>>>>endeavors to maintain a computer virus-free network, the sender >>>>>>>>>does >>>>>>>>>not >>>>>>>>>warrant that this transmission is virus-free and will not be >>>>>>>>>liable >>>>>>>>>for >>>>>>>>>any damages resulting from any virus transmitted. >>>>>>>> >>>>>>>> >>>>>>>>________________________________ >>>>>>>> >>>>>>>>Este mensaje y sus adjuntos se dirigen exclusivamente a su >>>>>>>>destinatario, >>>>>>>>puede contener información privilegiada o confidencial y es para >>>>>>>>uso >>>>>>>>exclusivo de la persona o entidad de destino. Si no es usted. el >>>>>>>>destinatario indicado, queda notificado de que la lectura, >>>>>>>>utilización, >>>>>>>>divulgación y/o copia sin autorización puede estar prohibida en >>>>>>>>virtud >>>>>>>>de >>>>>>>>la legislación vigente. Si ha recibido este mensaje por error, le >>>>>>>>rogamos >>>>>>>>que nos lo comunique inmediatamente por esta misma vía y proceda a >>>>>>>>su >>>>>>>>destrucción. >>>>>>>> >>>>>>>>The information contained in this transmission is privileged and >>>>>>>>confidential information intended only for the use of the >>>>>>>>individual >>>>>>>>or >>>>>>>>entity named above. If the reader of this message is not the >>>>>>>>intended >>>>>>>>recipient, you are hereby notified that any dissemination, >>>>>>>>distribution >>>>>>>>or copying of this communication is strictly prohibited. If you >>>>>>>>have >>>>>>>>received this transmission in error, do not read it. Please >>>>>>>>immediately >>>>>>>>reply to the sender that you have received this communication in >>>>>>>>error >>>>>>>>and then delete it. >>>>>>>> >>>>>>>>Esta mensagem e seus anexos se dirigem exclusivamente ao seu >>>>>>>>destinatário, pode conter informação privilegiada ou confidencial >>>>>>>>e >>>>>>>>é >>>>>>>>para uso exclusivo da pessoa ou entidade de destino. Se não é vossa >>>>>>>>senhoria o destinatário indicado, fica notificado de que a leitura, >>>>>>>>utilização, divulgação e/ou cópia sem autorização pode estar >>>>>>>>proibida >>>>>>>>em >>>>>>>>virtude da legislação vigente. Se recebeu esta mensagem por erro, >>>>>>>>rogamos-lhe que nos o comunique imediatamente por esta mesma via e >>>>>>>>proceda a sua destruição >>>>>>>>Bu mesaj ve ekleri gönderilen kişiye özeldir ve gizli bilgiler >>>>>>>>içerebilir. Eğer mesajın gönderilmek istendiği kişi değilseniz >>>>>>>>lütfen >>>>>>>>kopyalamayınız, başkalarına göndermeyiniz ve göndericiyi >>>>>>>>bilgilendiriniz. >>>>>>>>Internet üzerinden gönderilen mesajların güvenli ve hatasız >>>>>>>>olduğunun >>>>>>>>garantisi olmadığından Atos grubu mesajın içeriğinden sorumlu >>>>>>>>tutulamaz. >>>>>>>>Göndericinin bilgisayarı anti-virüs sistemleri tarafından >>>>>>>>taranmaktadır, >>>>>>>>ancak yine de mesajın virüs içermediği garanti edilemez ve >>>>>>>>gönderici, >>>>>>>>meydana gelebilecek zararlardan sorumlu tutulamaz. >>>>>>>> >>>>>>>>This e-mail and the documents attached are confidential and >>>>>>>>intended >>>>>>>>solely for the addressee; it may also be privileged. If you receive >>>>>>>>this >>>>>>>>e-mail in error, please notify the sender immediately and destroy >>>>>>>>it. >>>>>>>>As >>>>>>>>its integrity cannot be secured on the Internet, the Atos group >>>>>>>>liability >>>>>>>>cannot be triggered for the message content. Although the sender >>>>>>>>endeavors to maintain a computer virus-free network, the sender >>>>>>>>does >>>>>>>>not >>>>>>>>warrant that this transmission is virus-free and will not be liable >>>>>>>>for >>>>>>>>any damages resulting from any virus transmitted. >>>>>>> >>>>>>> >>>>>>>________________________________ >>>>>>> >>>>>>>Este mensaje y sus adjuntos se dirigen exclusivamente a su >>>>>>>destinatario, >>>>>>>puede contener información privilegiada o confidencial y es para uso >>>>>>>exclusivo de la persona o entidad de destino. Si no es usted. el >>>>>>>destinatario indicado, queda notificado de que la lectura, >>>>>>>utilización, >>>>>>>divulgación y/o copia sin autorización puede estar prohibida en >>>>>>>virtud >>>>>>>de >>>>>>>la legislación vigente. Si ha recibido este mensaje por error, le >>>>>>>rogamos >>>>>>>que nos lo comunique inmediatamente por esta misma vía y proceda a >>>>>>>su >>>>>>>destrucción. >>>>>>> >>>>>>>The information contained in this transmission is privileged and >>>>>>>confidential information intended only for the use of the individual >>>>>>>or >>>>>>>entity named above. If the reader of this message is not the >>>>>>>intended >>>>>>>recipient, you are hereby notified that any dissemination, >>>>>>>distribution >>>>>>>or copying of this communication is strictly prohibited. If you have >>>>>>>received this transmission in error, do not read it. Please >>>>>>>immediately >>>>>>>reply to the sender that you have received this communication in >>>>>>>error >>>>>>>and then delete it. >>>>>>> >>>>>>>Esta mensagem e seus anexos se dirigem exclusivamente ao seu >>>>>>>destinatário, pode conter informação privilegiada ou confidencial e >>>>>>>é >>>>>>>para uso exclusivo da pessoa ou entidade de destino. Se não é vossa >>>>>>>senhoria o destinatário indicado, fica notificado de que a leitura, >>>>>>>utilização, divulgação e/ou cópia sem autorização pode estar >>>>>>>proibida >>>>>>>em >>>>>>>virtude da legislação vigente. Se recebeu esta mensagem por erro, >>>>>>>rogamos-lhe que nos o comunique imediatamente por esta mesma via e >>>>>>>proceda a sua destruição >>>>>>>Bu mesaj ve ekleri gönderilen kişiye özeldir ve gizli bilgiler >>>>>>>içerebilir. Eğer mesajın gönderilmek istendiği kişi değilseniz >>>>>>>lütfen >>>>>>>kopyalamayınız, başkalarına göndermeyiniz ve göndericiyi >>>>>>>bilgilendiriniz. >>>>>>>Internet üzerinden gönderilen mesajların güvenli ve hatasız >>>>>>>olduğunun >>>>>>>garantisi olmadığından Atos grubu mesajın içeriğinden sorumlu >>>>>>>tutulamaz. >>>>>>>Göndericinin bilgisayarı anti-virüs sistemleri tarafından >>>>>>>taranmaktadır, >>>>>>>ancak yine de mesajın virüs içermediği garanti edilemez ve >>>>>>>gönderici, >>>>>>>meydana gelebilecek zararlardan sorumlu tutulamaz. >>>>>>> >>>>>>>This e-mail and the documents attached are confidential and intended >>>>>>>solely for the addressee; it may also be privileged. If you receive >>>>>>>this >>>>>>>e-mail in error, please notify the sender immediately and destroy >>>>>>>it. >>>>>>>As >>>>>>>its integrity cannot be secured on the Internet, the Atos group >>>>>>>liability >>>>>>>cannot be triggered for the message content. Although the sender >>>>>>>endeavors to maintain a computer virus-free network, the sender does >>>>>>>not >>>>>>>warrant that this transmission is virus-free and will not be liable >>>>>>>for >>>>>>>any damages resulting from any virus transmitted. >>>>>> >>>>> >>>>> >>>>>________________________________ >>>>> >>>>>Este mensaje y sus adjuntos se dirigen exclusivamente a su >>>>>destinatario, >>>>>puede contener información privilegiada o confidencial y es para uso >>>>>exclusivo de la persona o entidad de destino. Si no es usted. el >>>>>destinatario indicado, queda notificado de que la lectura, >>>>>utilización, >>>>>divulgación y/o copia sin autorización puede estar prohibida en virtud >>>>>de >>>>>la legislación vigente. Si ha recibido este mensaje por error, le >>>>>rogamos >>>>>que nos lo comunique inmediatamente por esta misma vía y proceda a su >>>>>destrucción. >>>>> >>>>>The information contained in this transmission is privileged and >>>>>confidential information intended only for the use of the individual >>>>>or >>>>>entity named above. If the reader of this message is not the intended >>>>>recipient, you are hereby notified that any dissemination, >>>>>distribution >>>>>or copying of this communication is strictly prohibited. If you have >>>>>received this transmission in error, do not read it. Please >>>>>immediately >>>>>reply to the sender that you have received this communication in error >>>>>and then delete it. >>>>> >>>>>Esta mensagem e seus anexos se dirigem exclusivamente ao seu >>>>>destinatário, pode conter informação privilegiada ou confidencial e é >>>>>para uso exclusivo da pessoa ou entidade de destino. Se não é vossa >>>>>senhoria o destinatário indicado, fica notificado de que a leitura, >>>>>utilização, divulgação e/ou cópia sem autorização pode estar proibida >>>>>em >>>>>virtude da legislação vigente. Se recebeu esta mensagem por erro, >>>>>rogamos-lhe que nos o comunique imediatamente por esta mesma via e >>>>>proceda a sua destruição >>>>>Bu mesaj ve ekleri gönderilen kişiye özeldir ve gizli bilgiler >>>>>içerebilir. Eğer mesajın gönderilmek istendiği kişi değilseniz lütfen >>>>>kopyalamayınız, başkalarına göndermeyiniz ve göndericiyi >>>>>bilgilendiriniz. >>>>>Internet üzerinden gönderilen mesajların güvenli ve hatasız olduğunun >>>>>garantisi olmadığından Atos grubu mesajın içeriğinden sorumlu >>>>>tutulamaz. >>>>>Göndericinin bilgisayarı anti-virüs sistemleri tarafından >>>>>taranmaktadır, >>>>>ancak yine de mesajın virüs içermediği garanti edilemez ve gönderici, >>>>>meydana gelebilecek zararlardan sorumlu tutulamaz. >>>>> >>>>>This e-mail and the documents attached are confidential and intended >>>>>solely for the addressee; it may also be privileged. If you receive >>>>>this >>>>>e-mail in error, please notify the sender immediately and destroy it. >>>>>As >>>>>its integrity cannot be secured on the Internet, the Atos group >>>>>liability >>>>>cannot be triggered for the message content. Although the sender >>>>>endeavors to maintain a computer virus-free network, the sender does >>>>>not >>>>>warrant that this transmission is virus-free and will not be liable >>>>>for >>>>>any damages resulting from any virus transmitted. >>>> >>> >>> >>>________________________________ >>> >>>Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario, >>>puede contener información privilegiada o confidencial y es para uso >>>exclusivo de la persona o entidad de destino. Si no es usted. el >>>destinatario indicado, queda notificado de que la lectura, utilización, >>>divulgación y/o copia sin autorización puede estar prohibida en virtud >>>de >>>la legislación vigente. Si ha recibido este mensaje por error, le >>>rogamos >>>que nos lo comunique inmediatamente por esta misma vía y proceda a su >>>destrucción. >>> >>>The information contained in this transmission is privileged and >>>confidential information intended only for the use of the individual or >>>entity named above. If the reader of this message is not the intended >>>recipient, you are hereby notified that any dissemination, distribution >>>or copying of this communication is strictly prohibited. If you have >>>received this transmission in error, do not read it. Please immediately >>>reply to the sender that you have received this communication in error >>>and then delete it. >>> >>>Esta mensagem e seus anexos se dirigem exclusivamente ao seu >>>destinatário, pode conter informação privilegiada ou confidencial e é >>>para uso exclusivo da pessoa ou entidade de destino. Se não é vossa >>>senhoria o destinatário indicado, fica notificado de que a leitura, >>>utilização, divulgação e/ou cópia sem autorização pode estar proibida em >>>virtude da legislação vigente. Se recebeu esta mensagem por erro, >>>rogamos-lhe que nos o comunique imediatamente por esta mesma via e >>>proceda a sua destruição >>>Bu mesaj ve ekleri gönderilen kişiye özeldir ve gizli bilgiler >>>içerebilir. Eğer mesajın gönderilmek istendiği kişi değilseniz lütfen >>>kopyalamayınız, başkalarına göndermeyiniz ve göndericiyi >>>bilgilendiriniz. >>>Internet üzerinden gönderilen mesajların güvenli ve hatasız olduğunun >>>garantisi olmadığından Atos grubu mesajın içeriğinden sorumlu tutulamaz. >>>Göndericinin bilgisayarı anti-virüs sistemleri tarafından taranmaktadır, >>>ancak yine de mesajın virüs içermediği garanti edilemez ve gönderici, >>>meydana gelebilecek zararlardan sorumlu tutulamaz. >>> >>>This e-mail and the documents attached are confidential and intended >>>solely for the addressee; it may also be privileged. If you receive this >>>e-mail in error, please notify the sender immediately and destroy it. As >>>its integrity cannot be secured on the Internet, the Atos group >>>liability >>>cannot be triggered for the message content. Although the sender >>>endeavors to maintain a computer virus-free network, the sender does not >>>warrant that this transmission is virus-free and will not be liable for >>>any damages resulting from any virus transmitted. >> >> >>________________________________ >> >>Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario, >>puede contener información privilegiada o confidencial y es para uso >>exclusivo de la persona o entidad de destino. Si no es usted. el >>destinatario indicado, queda notificado de que la lectura, utilización, >>divulgación y/o copia sin autorización puede estar prohibida en virtud >>de >>la legislación vigente. Si ha recibido este mensaje por error, le >>rogamos >>que nos lo comunique inmediatamente por esta misma vía y proceda a su >>destrucción. >> >>The information contained in this transmission is privileged and >>confidential information intended only for the use of the individual or >>entity named above. If the reader of this message is not the intended >>recipient, you are hereby notified that any dissemination, distribution >>or copying of this communication is strictly prohibited. If you have >>received this transmission in error, do not read it. Please immediately >>reply to the sender that you have received this communication in error >>and then delete it. >> >>Esta mensagem e seus anexos se dirigem exclusivamente ao seu >>destinatário, pode conter informação privilegiada ou confidencial e é >>para uso exclusivo da pessoa ou entidade de destino. Se não é vossa >>senhoria o destinatário indicado, fica notificado de que a leitura, >>utilização, divulgação e/ou cópia sem autorização pode estar proibida em >>virtude da legislação vigente. Se recebeu esta mensagem por erro, >>rogamos-lhe que nos o comunique imediatamente por esta mesma via e >>proceda a sua destruição >>Bu mesaj ve ekleri gönderilen kişiye özeldir ve gizli bilgiler >>içerebilir. Eğer mesajın gönderilmek istendiği kişi değilseniz lütfen >>kopyalamayınız, başkalarına göndermeyiniz ve göndericiyi >>bilgilendiriniz. >>Internet üzerinden gönderilen mesajların güvenli ve hatasız olduğunun >>garantisi olmadığından Atos grubu mesajın içeriğinden sorumlu tutulamaz. >>Göndericinin bilgisayarı anti-virüs sistemleri tarafından taranmaktadır, >>ancak yine de mesajın virüs içermediği garanti edilemez ve gönderici, >>meydana gelebilecek zararlardan sorumlu tutulamaz. >> >>This e-mail and the documents attached are confidential and intended >>solely for the addressee; it may also be privileged. If you receive this >>e-mail in error, please notify the sender immediately and destroy it. As >>its integrity cannot be secured on the Internet, the Atos group >>liability >>cannot be triggered for the message content. Although the sender >>endeavors to maintain a computer virus-free network, the sender does not >>warrant that this transmission is virus-free and will not be liable for >>any damages resulting from any virus transmitted. > ________________________________ Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario, puede contener información privilegiada o confidencial y es para uso exclusivo de la persona o entidad de destino. Si no es usted. el destinatario indicado, queda notificado de que la lectura, utilización, divulgación y/o copia sin autorización puede estar prohibida en virtud de la legislación vigente. Si ha recibido este mensaje por error, le rogamos que nos lo comunique inmediatamente por esta misma vía y proceda a su destrucción. The information contained in this transmission is privileged and confidential information intended only for the use of the individual or entity named above. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this transmission in error, do not read it. Please immediately reply to the sender that you have received this communication in error and then delete it. Esta mensagem e seus anexos se dirigem exclusivamente ao seu destinatário, pode conter informação privilegiada ou confidencial e é para uso exclusivo da pessoa ou entidade de destino. Se não é vossa senhoria o destinatário indicado, fica notificado de que a leitura, utilização, divulgação e/ou cópia sem autorização pode estar proibida em virtude da legislação vigente. Se recebeu esta mensagem por erro, rogamos-lhe que nos o comunique imediatamente por esta mesma via e proceda a sua destruição
You can get more information about our cookies and privacy policies clicking on the following links: Privacy policy Cookies policy