Skip to content

Commit b2987e8

Browse files
committed
Atualiza configurações de SharePoint e SQL
Adiciona nova configuração de SharePoint com credenciais criptografadas e uma nova string de conexão SQL no arquivo `UserConfig (BackUp).xml`. Inclui várias listas na configuração de replicação, com atributos `ignore` para controle de replicação. No arquivo `UserConfig.xml`, remove credenciais anteriores do SharePoint e substitui por um novo conjunto (ClientId, ClientSecret e TenantId), além de alterar a string de conexão SQL para valores genéricos.
1 parent 2cfd8a3 commit b2987e8

1 file changed

Lines changed: 177 additions & 0 deletions

File tree

Lines changed: 177 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,177 @@
1+
<Configuration>
2+
<SharePoint>
3+
<Username>xxx</Username>
4+
<Password encrypted="true">xxx+</Password>
5+
</SharePoint>
6+
<SQL>
7+
<ConnectionString>Server=10.11.30.20;Database=Student;User ID=xxx;Password=xxx;</ConnectionString>
8+
</SQL>
9+
<ReplicationConfiguration>
10+
<!-- trocar nome de context para sharepointlist -->
11+
<!-- Lists configuration -->
12+
<Lists>
13+
<!-- Technology lists -->
14+
<List name="devices management" sharepointlist="Technology" ignore="false">
15+
<Columns>
16+
<column source="Bringer" destination="Bringer" datatype="nvarchar(255)"/>
17+
<column source="Title" destination="Title" />
18+
</Columns>
19+
</List>
20+
<List name="VM management" sharepointlist="Technology" ignore="true">
21+
<Columns>
22+
</Columns>
23+
</List>
24+
25+
<!-- wolf lists -->
26+
<List name="accounts" sharepointlist="wolf" ignore="true">
27+
<Columns>
28+
</Columns>
29+
</List>
30+
<List name="activities" sharepointlist="wolf" ignore="true">
31+
<Columns>
32+
</Columns>
33+
</List>
34+
<List name="Budget" sharepointlist="wolf" ignore="true">
35+
<Columns>
36+
</Columns>
37+
</List>
38+
<List name="contact" sharepointlist="wolf" ignore="true">
39+
<Columns>
40+
</Columns>
41+
</List>
42+
<List name="opportunities" sharepointlist="wolf" ignore="true">
43+
<Columns>
44+
</Columns>
45+
</List>
46+
47+
<!-- root lists -->
48+
<List name="candidate experience" sharepointlist="root" ignore="true">
49+
<Columns>
50+
</Columns>
51+
</List>
52+
<List name="competency" sharepointlist="root" ignore="true">
53+
<Columns>
54+
</Columns>
55+
</List>
56+
<List name="profile" sharepointlist="root" ignore="true">
57+
<Columns>
58+
</Columns>
59+
</List>
60+
<List name="candidates" sharepointlist="root" ignore="true">
61+
<Columns>
62+
</Columns>
63+
</List>
64+
<List name="request" sharepointlist="root" ignore="true">
65+
<Columns>
66+
</Columns>
67+
</List>
68+
<List name="resources" sharepointlist="root" ignore="true">
69+
<Columns>
70+
</Columns>
71+
</List>
72+
73+
<!-- tree lists -->
74+
<List name="courses" sharepointlist="tree" ignore="true">
75+
<Columns>
76+
</Columns>
77+
</List>
78+
<List name="my courses" sharepointlist="tree" ignore="true">
79+
<Columns>
80+
</Columns>
81+
</List>
82+
83+
<!-- People lists -->
84+
<List name="HR Database" sharepointlist="People" ignore="true">
85+
<Columns>
86+
</Columns>
87+
</List>
88+
89+
<!-- selfservice lists -->
90+
<List name="Timesheet" sharepointlist="selfservice/timesheet" ignore="true">
91+
<Columns>
92+
</Columns>
93+
</List>
94+
<List name="invoice request" sharepointlist="selfservice/invoicerequest" ignore="true">
95+
<Columns>
96+
</Columns>
97+
</List>
98+
<List name="Purchase Request" sharepointlist="selfservice/purchaserequests" ignore="true">
99+
<Columns>
100+
</Columns>
101+
</List>
102+
<List name="Travel Plan" sharepointlist="selfservice/travelrequest" ignore="true">
103+
<Columns>
104+
</Columns>
105+
</List>
106+
<List name="supplier invoices" sharepointlist="selfservice/supplierinvoices" ignore="true">
107+
<Columns>
108+
</Columns>
109+
</List>
110+
<List name="suppliers" sharepointlist="selfservice/supplierinvoices" ignore="true">
111+
<Columns>
112+
</Columns>
113+
</List>
114+
<List name="perdiems" sharepointlist="selfservice/perdiems" ignore="true">
115+
<Columns>
116+
</Columns>
117+
</List>
118+
<List name="kms" sharepointlist="selfservice/kms" ignore="true">
119+
<Columns>
120+
</Columns>
121+
</List>
122+
<List name="expense" sharepointlist="selfservice/expenses" ignore="true">
123+
<Columns>
124+
</Columns>
125+
</List>
126+
127+
<!-- seed lists -->
128+
<List name="Unit" sharepointlist="seed" ignore="true">
129+
<Columns>
130+
</Columns>
131+
</List>
132+
<List name="Country" sharepointlist="seed" ignore="true">
133+
<Columns>
134+
</Columns>
135+
</List>
136+
<List name="ExchangeRate" sharepointlist="seed" ignore="true">
137+
<Columns>
138+
</Columns>
139+
</List>
140+
<List name="Company" sharepointlist="seed" ignore="true">
141+
<Columns>
142+
</Columns>
143+
</List>
144+
<List name="Business Unit" sharepointlist="seed" ignore="true">
145+
<Columns>
146+
</Columns>
147+
</List>
148+
<List name="Lob" sharepointlist="seed" ignore="true">
149+
<Columns>
150+
</Columns>
151+
</List>
152+
153+
<!-- global lists -->
154+
<!-- <List name="User Information" context="" ignore="true">
155+
<Columns>
156+
</Columns>
157+
</List>
158+
-->
159+
</Lists>
160+
161+
<!-- Global column configurations -->
162+
<!--trocar nome-->
163+
<SelectColumns>
164+
<!-- Default columns for all lists not specifically configured above -->
165+
</SelectColumns>
166+
167+
<!--trocar nome-->
168+
<GlobalIgnore>
169+
<!-- Put here the columns you want to ignore from SharePoint to SQL Server -->
170+
</GlobalIgnore>
171+
</ReplicationConfiguration>
172+
</Configuration>
173+
<!--
174+
To synchronize all fields of a list, leave <Columns> empty or remove the tag.
175+
To synchronize only specific fields, add <column source="..." destination="..."/> inside <Columns>.
176+
To ignore a list, use ignore="true".
177+
-->

0 commit comments

Comments
 (0)