The real definition of windows 9x: A number of 32-bit extensions of a 16-bit shell for an 8-bit OS, made for a 4-bit computer by a 2-bit company who can't stand 1-bit of competition.
Overige informatie die ik als nuttig ervaarde mbt exchange / activesync:
http://support.microsoft....aspx?scid=kb;EN-US;330463
http://support.microsoft.com/?id=330461
http://www.pocketpcfaq.com/faqs/activesync/mis.htm
[ Voor 1% gewijzigd door Sundead op 03-03-2006 14:44 . Reden: typvaut ]
Het is zo gek dat deze gebruiker deze code krijgen. met mijn account kan het wel!! (ook op zijn PDA)
The real definition of windows 9x: A number of 32-bit extensions of a 16-bit shell for an 8-bit OS, made for a 4-bit computer by a 2-bit company who can't stand 1-bit of competition.
Wat geeft de logging op de pda aan wanneer je bij serverrules > logging > verbose doet en dan nog eens probeert? (logfile bevind zich dan in windows\activesync)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
| =-= Build 14354 =-= =-= No XIP Information Available =-= mail.xxxx.com =-=- [3/3/2006 15:52:20.0] -=-= =-=-=-= Client Request =-=-=-= OPTIONS Microsoft-Server-ActiveSync?User=patrick&DeviceId=E433EB318E3F56E12B4C73D863624F91&DeviceType=PocketPC Accept-Language: nl MS-ASProtocolVersion: 2.5 -=-=-=- Start of Body -=-=-=- =-=- [3/3/2006 15:52:23.0] -=-= =-=-=-= Server Response =-=-=- HTTP/1.1 401 Unauthorized Content-Length: 83 Content-Type: text/html Server: Microsoft-IIS/6.0 WWW-Authenticate: Basic realm="mail.eurosort.com" MicrosoftOfficeWebServer: 5.0_Pub X-Powered-By: ASP.NET Date: Fri, 03 Mar 2006 15:50:41 GMT -=-=-=- Start of Body -=-=-=- =-=- [3/3/2006 15:52:23.0] -=-= =-=-=-= Server Response =-=-=- HTTP/1.1 200 OK Date: Fri, 03 Mar 2006 15:50:41 GMT Server: Microsoft-IIS/6.0 MicrosoftOfficeWebServer: 5.0_Pub X-Powered-By: ASP.NET Pragma: no-cache Content-Length: 0 Public: OPTIONS, POST Allow: OPTIONS, POST MS-Server-ActiveSync: 6.5.7638.1 MS-ASProtocolVersions: 1.0,2.0,2.1,2.5 MS-ASProtocolCommands: Sync,SendMail,SmartForward,SmartReply,GetAttachment,GetHierarchy,CreateCollection,DeleteCollection,MoveCollection,FolderSync,FolderCreate,FolderDelete,FolderUpdate,MoveItems,GetItemEstimate,MeetingResponse,ResolveRecipients,ValidateCert,Provision,Search,Notify,Ping -=-=-=- Start of Body -=-=-=- =-=- [3/3/2006 15:52:24.0] -=-= =-=-=-= Client Request =-=-=-= POST Microsoft-Server-ActiveSync?User=patrick&DeviceId=E433EB318E3F56E12B4C73D863624F91&DeviceType=PocketPC&Cmd=Notify Accept-Language: nl MS-ASProtocolVersion: 2.5 Content-Type: application/vnd.ms-sync.wbxml -=-=-=- Start of Body -=-=-=- <?xml version="1.0" encoding="utf-8"?><Notify xmlns="AirNotify:"><DeviceInfo></DeviceInfo></Notify> =-=- [3/3/2006 15:52:25.0] -=-= =-=-=-= Server Response =-=-=- HTTP/1.1 200 OK Date: Fri, 03 Mar 2006 15:50:43 GMT Server: Microsoft-IIS/6.0 MicrosoftOfficeWebServer: 5.0_Pub X-Powered-By: ASP.NET Pragma: no-cache Content-Type: application/vnd.ms-sync.wbxml Content-Length: 15 MS-Server-ActiveSync: 6.5.7638.1 -=-=-=- Start of Body -=-=-=- <?xml version="1.0" encoding="utf-8"?><Notify xmlns="AirNotify:"><Status>1</Status><ValidCarrierProfiles></ValidCarrierProfiles></Notify> =-=- [3/3/2006 15:52:25.0] -=-= =-=-=-= Client Request =-=-=-= POST Microsoft-Server-ActiveSync?User=patrick&DeviceId=E433EB318E3F56E12B4C73D863624F91&DeviceType=PocketPC&Cmd=FolderSync Accept-Language: nl MS-ASProtocolVersion: 2.5 Content-Type: application/vnd.ms-sync.wbxml -=-=-=- Start of Body -=-=-=- <?xml version="1.0" encoding="utf-8"?><FolderSync xmlns="FolderHierarchy:"><SyncKey>0</SyncKey></FolderSync> =-=- [3/3/2006 15:52:26.0] -=-= =-=-=-= Server Response =-=-=- HTTP/1.1 403 Request Forbidden Date: Fri, 03 Mar 2006 15:50:43 GMT Server: Microsoft-IIS/6.0 MicrosoftOfficeWebServer: 5.0_Pub X-Powered-By: ASP.NET Pragma: no-cache Content-Type: text/html Content-Length: 44 MS-Server-ActiveSync: 6.5.7638.1 |
[ Voor 6% gewijzigd door Alpha_Mouse op 03-03-2006 17:10 ]
The real definition of windows 9x: A number of 32-bit extensions of a 16-bit shell for an 8-bit OS, made for a 4-bit computer by a 2-bit company who can't stand 1-bit of competition.
The real definition of windows 9x: A number of 32-bit extensions of a 16-bit shell for an 8-bit OS, made for a 4-bit computer by a 2-bit company who can't stand 1-bit of competition.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
| =-= Build 14354 =-=
=-= No XIP Information Available =-=
mail.xxxx.com
=-=- [3/3/2006 16:1:45.0] -=-=
=-=-=-= Client Request =-=-=-=
OPTIONS Microsoft-Server-ActiveSync?User=paul&DeviceId=E433EB318E3F56E12B4C73D863624F91&DeviceType=PocketPC
Accept-Language: nl
MS-ASProtocolVersion: 2.5
-=-=-=- Start of Body -=-=-=-
=-=- [3/3/2006 16:1:51.0] -=-=
=-=-=-= Server Response =-=-=-
HTTP/1.1 401 Unauthorized
Content-Length: 83
Content-Type: text/html
Server: Microsoft-IIS/6.0
WWW-Authenticate: Basic realm="mail.eurosort.com"
MicrosoftOfficeWebServer: 5.0_Pub
X-Powered-By: ASP.NET
Date: Fri, 03 Mar 2006 16:00:09 GMT
-=-=-=- Start of Body -=-=-=-
=-=- [3/3/2006 16:1:52.0] -=-=
=-=-=-= Server Response =-=-=-
HTTP/1.1 200 OK
Date: Fri, 03 Mar 2006 16:00:10 GMT
Server: Microsoft-IIS/6.0
MicrosoftOfficeWebServer: 5.0_Pub
X-Powered-By: ASP.NET
Pragma: no-cache
Content-Length: 0
Public: OPTIONS, POST
Allow: OPTIONS, POST
MS-Server-ActiveSync: 6.5.7638.1
MS-ASProtocolVersions: 1.0,2.0,2.1,2.5
MS-ASProtocolCommands: Sync,SendMail,SmartForward,SmartReply,GetAttachment,GetHierarchy,CreateCollection,DeleteCollection,MoveCollection,FolderSync,FolderCreate,FolderDelete,FolderUpdate,MoveItems,GetItemEstimate,MeetingResponse,ResolveRecipients,ValidateCert,Provision,Search,Notify,Ping
-=-=-=- Start of Body -=-=-=-
=-=- [3/3/2006 16:1:53.0] -=-=
=-=-=-= Client Request =-=-=-=
POST Microsoft-Server-ActiveSync?User=paul&DeviceId=E433EB318E3F56E12B4C73D863624F91&DeviceType=PocketPC&Cmd=Notify
Accept-Language: nl
MS-ASProtocolVersion: 2.5
Content-Type: application/vnd.ms-sync.wbxml
-=-=-=- Start of Body -=-=-=-
<?xml version="1.0" encoding="utf-8"?><Notify xmlns="AirNotify:"><DeviceInfo></DeviceInfo></Notify>
=-=- [3/3/2006 16:2:1.0] -=-=
=-=-=-= Server Response =-=-=-
HTTP/1.1 200 OK
Date: Fri, 03 Mar 2006 16:00:18 GMT
Server: Microsoft-IIS/6.0
MicrosoftOfficeWebServer: 5.0_Pub
X-Powered-By: ASP.NET
Pragma: no-cache
Content-Type: application/vnd.ms-sync.wbxml
Content-Length: 15
MS-Server-ActiveSync: 6.5.7638.1
-=-=-=- Start of Body -=-=-=-
<?xml version="1.0" encoding="utf-8"?><Notify xmlns="AirNotify:"><Status>1</Status><ValidCarrierProfiles></ValidCarrierProfiles></Notify>
=-=- [3/3/2006 16:2:1.0] -=-=
=-=-=-= Client Request =-=-=-=
POST Microsoft-Server-ActiveSync?User=paul&DeviceId=E433EB318E3F56E12B4C73D863624F91&DeviceType=PocketPC&Cmd=FolderSync
Accept-Language: nl
MS-ASProtocolVersion: 2.5
Content-Type: application/vnd.ms-sync.wbxml
-=-=-=- Start of Body -=-=-=-
<?xml version="1.0" encoding="utf-8"?><FolderSync xmlns="FolderHierarchy:"><SyncKey>0</SyncKey></FolderSync>
=-=- [3/3/2006 16:2:39.0] -=-=
=-=-=-= Server Response =-=-=-
HTTP/1.1 200 OK
Date: Fri, 03 Mar 2006 16:00:57 GMT
Server: Microsoft-IIS/6.0
MicrosoftOfficeWebServer: 5.0_Pub
X-Powered-By: ASP.NET
Pragma: no-cache
Content-Type: application/vnd.ms-sync.wbxml
Content-Length: 1279
MS-Server-ActiveSync: 6.5.7638.1
-=-=-=- Start of Body -=-=-=-
<?xml version="1.0" encoding="utf-8"?><FolderSync xmlns="FolderHierarchy:"><Status>1</Status><SyncKey>{A6286378-1656-4631-89DF-46815DA6937B}1</SyncKey><Changes><Count>15</Count><Add><ServerId>c145777f7becf243a63b74143ab3496f-2268b</ServerId><ParentId>0</ParentId><DisplayName>Agenda</DisplayName><Type>8</Type></Add><Add><ServerId>c145777f7becf243a63b74143ab3496f-2268c</ServerId><ParentId>0</ParentId><DisplayName>Contactpersonen</DisplayName><Type>9</Type></Add><Add><ServerId>c145777f7becf243a63b74143ab3496f-2268d</ServerId><ParentId>0</ParentId><DisplayName>Concepten</DisplayName><Type>3</Type></Add><Add><ServerId>c145777f7becf243a63b74143ab3496f-2268e</ServerId><ParentId>0</ParentId><DisplayName>Logboek</DisplayName><Type>11</Type></Add><Add><ServerId>c145777f7becf243a63b74143ab3496f-2268f</ServerId><ParentId>0</ParentId><DisplayName>Notities</DisplayName><Type>10</Type></Add><Add><ServerId>c145777f7becf243a63b74143ab3496f-22690</ServerId><ParentId>0</ParentId><DisplayName>Taken</DisplayName><Type>7</Type></Add><Add><ServerId>c145777f7becf243a63b74143ab3496f-226a5</ServerId><ParentId>0</ParentId><DisplayName>Ongewenste e-mail</DisplayName><Type>12</Type></Add><Add><ServerId>c145777f7becf243a63b74143ab3496f-336a5</ServerId><ParentId>0</ParentId><DisplayName>Postvak IN</DisplayName><Type>2</Type></Add><Add><ServerId>c145777f7becf243a63b74143ab3496f-336a6</ServerId><ParentId>0</ParentId><DisplayName>Postvak UIT</DisplayName><Type>6</Type></Add><Add><ServerId>c145777f7becf243a63b74143ab3496f-336a7</ServerId><ParentId>0</ParentId><DisplayName>Verzonden items</DisplayName><Type>5</Type></Add><Add><ServerId>c145777f7becf243a63b74143ab3496f-336a8</ServerId><ParentId>0</ParentId><DisplayName>Verwijderde items</DisplayName><Type>4</Type></Add><Add><ServerId>c145777f7becf243a63b74143ab3496f-3a009c</ServerId><ParentId>c145777f7becf243a63b74143ab3496f-336a8</ParentId><DisplayName>Problemen met synchronisatie</DisplayName><Type>12</Type></Add><Add><ServerId>c145777f7becf243a63b74143ab3496f-3a009d</ServerId><ParentId>c145777f7becf243a63b74143ab3496f-3a009c</ParentId><DisplayName>Conflicten</DisplayName><Type>12</Type></Add><Add><ServerId>c145777f7becf243a63b74143ab3496f-3a009e</ServerId><ParentId>c145777f7becf243a63b74143ab3496f-3a009c</ParentId><DisplayName>Lokale fouten</DisplayName><Type>12</Type></Add><Add><ServerId>c145777f7becf243a63b74143ab3496f-3a009f</ServerId><ParentId>c145777f7becf243a63b74143ab3496f-3a009c</ParentId><DisplayName>Serverfouten</DisplayName><Type>12</Type></Add></Changes></FolderSync>
=-=- [3/3/2006 16:2:40.0] -=-=
=-=-=-= Client Request =-=-=-=
POST Microsoft-Server-ActiveSync?User=paul&DeviceId=E433EB318E3F56E12B4C73D863624F91&DeviceType=PocketPC&Cmd=Sync
Accept-Language: nl
MS-ASProtocolVersion: 2.5
Content-Type: application/vnd.ms-sync.wbxml
Accept-Encoding: gzip
-=-=-=- Start of Body -=-=-=-
<?xml version="1.0" encoding="utf-8"?><Sync xmlns="AirSync:"><Collections><Collection><Class>Email</Class><SyncKey>0</SyncKey><CollectionId>c145777f7becf243a63b74143ab3496f-336a5</CollectionId></Collection></Collections></Sync>
=-=- [3/3/2006 16:2:41.0] -=-=
=-=-=-= Server Response =-=-=-
HTTP/1.1 200 OK
Date: Fri, 03 Mar 2006 16:00:59 GMT
Pragma: no-cache
Transfer-Encoding: chunked
Content-Type: application/vnd.ms-sync.wbxml
Content-Encoding: gzip
Vary: Accept-Encoding
Server: Microsoft-IIS/6.0
MicrosoftOfficeWebServer: 5.0_Pub
X-Powered-By: ASP.NET
MS-Server-ActiveSync: 6.5.7638.1
-=-=-=- Start of Body -=-=-=-
<?xml version="1.0" encoding="utf-8"?><Sync xmlns="AirSync:"><Collections><Collection><Class>Email</Class><SyncKey>{76364F51-D3A8-40DF-92DD-68749DDC63FB}1</SyncKey><CollectionId>c145777f7becf243a63b74143ab3496f-336a5</CollectionId><Status>1</Status></Collection></Collections></Sync>
=-=- [3/3/2006 16:2:41.0] -=-=
=-=-=-= Client Request =-=-=-=
POST Microsoft-Server-ActiveSync?User=paul&DeviceId=E433EB318E3F56E12B4C73D863624F91&DeviceType=PocketPC&Cmd=GetItemEstimate
Accept-Language: nl
MS-ASProtocolVersion: 2.5
Content-Type: application/vnd.ms-sync.wbxml
-=-=-=- Start of Body -=-=-=-
<?xml version="1.0" encoding="utf-8"?><GetItemEstimate xmlns="GetItemEstimate:" xmlns:A="AirSync:"><Collections><Collection><Class>Email</Class><CollectionId>c145777f7becf243a63b74143ab3496f-336a5</CollectionId><A:FilterType>1</A:FilterType><A:SyncKey>{76364F51-D3A8-40DF-92DD-68749DDC63FB}1</A:SyncKey></Collection></Collections></GetItemEstimate>
=-=- [3/3/2006 16:2:42.0] -=-=
=-=-=-= Server Response =-=-=-
HTTP/1.1 200 OK
Date: Fri, 03 Mar 2006 16:01:00 GMT
Server: Microsoft-IIS/6.0
MicrosoftOfficeWebServer: 5.0_Pub
X-Powered-By: ASP.NET
Pragma: no-cache
Content-Type: application/vnd.ms-sync.wbxml
Content-Length: 73
MS-Server-ActiveSync: 6.5.7638.1
-=-=-=- Start of Body -=-=-=-
<?xml version="1.0" encoding="utf-8"?><GetItemEstimate xmlns="GetItemEstimate:"><Response><Status>1</Status><Collection><Class>Email</Class><CollectionId>c145777f7becf243a63b74143ab3496f-336a5</CollectionId><Estimate>1</Estimate></Collection></Response></GetItemEstimate>
=-=- [3/3/2006 16:2:43.0] -=-=
=-=-=-= Client Request =-=-=-=
POST Microsoft-Server-ActiveSync?User=paul&DeviceId=E433EB318E3F56E12B4C73D863624F91&DeviceType=PocketPC&Cmd=Sync
Accept-Language: nl
MS-ASProtocolVersion: 2.5
Content-Type: application/vnd.ms-sync.wbxml
Accept-Encoding: gzip
-=-=-=- Start of Body -=-=-=-
<?xml version="1.0" encoding="utf-8"?><Sync xmlns="AirSync:"><Collections><Collection><Class>Email</Class><SyncKey>{76364F51-D3A8-40DF-92DD-68749DDC63FB}1</SyncKey><CollectionId>c145777f7becf243a63b74143ab3496f-336a5</CollectionId><DeletesAsMoves/><GetChanges/><WindowSize>100</WindowSize><Options><FilterType>1</FilterType><Truncation>1</Truncation><Conflict>1</Conflict></Options></Collection></Collections></Sync>
=-=- [3/3/2006 16:2:43.0] -=-=
=-=-=-= Server Response =-=-=-
HTTP/1.1 200 OK
Date: Fri, 03 Mar 2006 16:01:01 GMT
Pragma: no-cache
Transfer-Encoding: chunked
Content-Type: application/vnd.ms-sync.wbxml
Content-Encoding: gzip
Vary: Accept-Encoding
Server: Microsoft-IIS/6.0
MicrosoftOfficeWebServer: 5.0_Pub
X-Powered-By: ASP.NET
MS-Server-ActiveSync: 6.5.7638.1
-=-=-=- Start of Body -=-=-=-
<?xml version="1.0" encoding="utf-8"?><Sync xmlns="AirSync:"><Collections><Collection><Class>Email</Class><SyncKey>{76364F51-D3A8-40DF-92DD-68749DDC63FB}2</SyncKey><CollectionId>c145777f7becf243a63b74143ab3496f-336a5</CollectionId><Status>1</Status></Collection></Collections></Sync> |
Dit is een log van een user (dat ben ik dus) die wel werkt. Logfile komt van zelfde PDA
[ Voor 35% gewijzigd door Alpha_Mouse op 03-03-2006 17:10 ]
The real definition of windows 9x: A number of 32-bit extensions of a 16-bit shell for an 8-bit OS, made for a 4-bit computer by a 2-bit company who can't stand 1-bit of competition.
Nergens voor nodig....
Kijk nu eens goed naar die logfiles:
1
2
3
4
5
6
7
8
9
10
11
| =-=- [3/3/2006 15:52:26.0] -=-= =-=-=-= Server Response =-=-=- HTTP/1.1 403 Request Forbidden Date: Fri, 03 Mar 2006 15:50:43 GMT Server: Microsoft-IIS/6.0 MicrosoftOfficeWebServer: 5.0_Pub X-Powered-By: ASP.NET Pragma: no-cache Content-Type: text/html Content-Length: 44 MS-Server-ActiveSync: 6.5.7638.1 |
lees de links die eerder al zijn gegeven en kom óók tot de conclusie dat dit een rechten probleem is binnen IIS met betrekking tot de toegang voor de virtual directory die voor Server ActiveSync wordt gebruikt.
[ Voor 34% gewijzigd door alt-92 op 04-03-2006 11:34 ]
ik heb een 864 GB floppydrive! - certified prutser - the social skills of a thermonuclear device
The real definition of windows 9x: A number of 32-bit extensions of a 16-bit shell for an 8-bit OS, made for a 4-bit computer by a 2-bit company who can't stand 1-bit of competition.
ik heb een 864 GB floppydrive! - certified prutser - the social skills of a thermonuclear device
Als ik op "Machtigingen" druk (Virtuele map) dan gebeurd er vrij weinig. Iemand nog een idee?
The real definition of windows 9x: A number of 32-bit extensions of a 16-bit shell for an 8-bit OS, made for a 4-bit computer by a 2-bit company who can't stand 1-bit of competition.
Die melding blijft hetzelfde?
The real definition of windows 9x: A number of 32-bit extensions of a 16-bit shell for an 8-bit OS, made for a 4-bit computer by a 2-bit company who can't stand 1-bit of competition.
ik heb een 864 GB floppydrive! - certified prutser - the social skills of a thermonuclear device
The real definition of windows 9x: A number of 32-bit extensions of a 16-bit shell for an 8-bit OS, made for a 4-bit computer by a 2-bit company who can't stand 1-bit of competition.
Dat maakt echt niet uit hoor.
CD3 erin en gaan.
ik heb een 864 GB floppydrive! - certified prutser - the social skills of a thermonuclear device
Ik pas de topictitel nog even ietsje aan, en verplaats even je topic naar [forum-10], omdat Exchange/IIS daar besproken worden. Niet in Windows Operating Systems
[PDA] HTTP_403 > Exchange-mailbox, pda/activesync bij enkele users http403*
The real definition of windows 9x: A number of 32-bit extensions of a 16-bit shell for an 8-bit OS, made for a 4-bit computer by a 2-bit company who can't stand 1-bit of competition.
The real definition of windows 9x: A number of 32-bit extensions of a 16-bit shell for an 8-bit OS, made for a 4-bit computer by a 2-bit company who can't stand 1-bit of competition.