Project

General

Profile

« Previous | Next » 

Revision 61898

View differences:

readme.txt
2 2
   - WSDL: http://pimpa.isti.cnr.it/PERSONALE/web-services/iop/iop.webservice.php?wsdl
3 3
   - Method: getDataRange
4 4

  
5
2) Eseguire l'xslt sulla risposta 
5
2) Eseguire gli xslt sulla risposta 
6 6

  
7 7
3) Ricreare o svuotare la tabella temporanea affiliations_temp
8 8
  - create table affiliations_temp(pid varchar(32), gid varchar(16), year int);
9
  - create table affiliations_temp_no_id(name varchar(255), surname varchar(255), gid varchar(16), year int);
9 10

  
10
4) Importare le nuopvi affiliations sulla tabella temporanea 
11
4) Importare le nuove affiliations sulle tabelle temporanee 
11 12

  
12 13
5) Verificare che non esistano nuovi laboratori e/o nuove persone ed eventualmente inserirle una per una
13 14
   - select distinct t.pid, p.name, p.surname from affiliations_temp t left outer join persons p on (t.pid = p.id) where p.name IS NULL;
......
18 19

  
19 20
7) Effettuare controlli a campione
20 21

  
21
8) Cancellare la tabella temporanea
22
8) Cancellare la tabell temporanea
22 23
   - drop table affiliations_temp;
23 24

  
24 25
9) Cancellare e/o correggere (se possibile) le affiliations UNKNOWN

Also available in: Unified diff