Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Oliver
 
Posts: n/a
Default Possible BUG: Multiple HTTPrequests send from one includetext statement

Hi,
hope anyone can help me.

I have multiple INCLUDETEXT statement in a document. The text is
fetched from a server via a HTTPRequest.
My statements looks like this one
INCLUDETEXT http://localhost:8290/ppmservs/lang-...R/ADR/adr.xsl/
bm \c HTML \* MERGEFORMAT

Inside a macro i update all fields with
ActiveDocument.ActiveWindow.Document.Fields.Update

The update takes a very long time - so i've traced the requests and
found the following for e v e r y INCLUDETEXT statement

1.) check for Frontpage server extensions

---- HTTP Request at 23:24:10 ----
GET /_vti_inf.html HTTP/1.1
Date: Fri, 15 Apr 2005 21:24:10 GMT
MIME-Version: 1.0
Accept: */*
User-Agent: Mozilla/4.0 (compatible; MS FrontPage 6.0)
Host: localhost:8290
Accept: auth/sicily
Content-Length: 0
Connection: Keep-Alive
Cache-Control: no-cache
Cookie: JSESSIONID=afS84wB7dDd_



---- HTTP Response at 23:24:10 ----
HTTP/1.1 404 Not Found
Server: Resin/2.1.6
Cache-Control: no-cache
Expires: Thu, 01 Dec 1994 16:00:00 GMT
Content-Type: text/html
Content-Length: 182
Connection: close
Date: Fri, 15 Apr 2005 21:24:13 GMT

title404 Not Found/title
h1404 Not Found/h1
/_vti_inf.html was not found on this server.
p /hr /
small
Resin 2.1.6 (built Fri Nov 8 08:18:18 PST 2002)
/small


2.) check for Frontpage server extensions ??

---- HTTP Request at 23:24:10 ----
POST /_vti_bin/shtml.exe/_vti_rpc HTTP/1.1
Date: Fri, 15 Apr 2005 21:24:10 GMT
MIME-Version: 1.0
User-Agent: MSFrontPage/6.0
Host: localhost:8290
Accept: auth/sicily
Content-Length: 41
Content-Type: application/x-www-form-urlencoded
X-Vermeer-Content-Type: application/x-www-form-urlencoded
Connection: Keep-Alive
Cache-Control: no-cache
Cookie: JSESSIONID=afS84wB7dDd_

method=server+version%3a6%2e0%2e2%2e6356


---- HTTP Response at 23:24:10 ----
HTTP/1.1 404 Not Found
Server: Resin/2.1.6
Cache-Control: no-cache
Expires: Thu, 01 Dec 1994 16:00:00 GMT
Content-Type: text/html
Content-Length: 196
Connection: close
Date: Fri, 15 Apr 2005 21:24:14 GMT

title404 Not Found/title
h1404 Not Found/h1
/_vti_bin/shtml.exe/_vti_rpc was not found on this server.
p /hr /
small
Resin 2.1.6 (built Fri Nov 8 08:18:18 PST 2002)
/small


3.) What ever

---- HTTP Request at 23:24:10 ----
OPTIONS / HTTP/1.1
Translate: f
User-Agent: Microsoft Data Access Internet Publishing Provider
Protocol Discovery
Host: localhost:8290
Content-Length: 0
Connection: Keep-Alive
Cookie: JSESSIONID=afS84wB7dDd_



---- HTTP Response at 23:24:11 ----
HTTP/1.1 501 Method not implemented
Server: Resin/2.1.6
Cache-Control: no-cache
Expires: Thu, 01 Dec 1994 16:00:00 GMT
Content-Type: text/html
Content-Length: 162
Connection: close
Date: Fri, 15 Apr 2005 21:24:14 GMT

title501 Method not implemented/title
h1501 Method not implemented/h1
p /hr /
small
Resin 2.1.6 (built Fri Nov 8 08:18:18 PST 2002)
/small

4.) Request with wrong separator between the parameters

---- HTTP Request at 23:24:11 ----
OPTIONS /ppmservs/lang-en/jsp/contract.jsp?token=a41nqyoUYIt-%26xsl=XSL/CTR/COMMON/date.xsl/%26mode=1
HTTP/1.1
Translate: f
User-Agent: Microsoft Data Access Internet Publishing Provider
Protocol Discovery
Host: localhost:8290
Content-Length: 0
Connection: Keep-Alive
Cookie: JSESSIONID=afS84wB7dDd_



---- HTTP Response at 23:24:11 ----
HTTP/1.1 200 OK
Server: Resin/2.1.6
Cache-Control: private
Content-Type: text/html; charset=Windows-1252
Transfer-Encoding: chunked
Date: Fri, 15 Apr 2005 21:24:14 GMT

4.) No answer - ok try again - maybe there is a shy Frontpage
extension there ;-} - same as 1 + 2

---- HTTP Request at 23:24:11 ----
GET /_vti_inf.html HTTP/1.1
Date: Fri, 15 Apr 2005 21:24:11 GMT
MIME-Version: 1.0
Accept: */*
User-Agent: Mozilla/4.0 (compatible; MS FrontPage 6.0)
Host: localhost:8290
Accept: auth/sicily
Content-Length: 0
Connection: Keep-Alive
Cache-Control: no-cache
Cookie: JSESSIONID=afS84wB7dDd_



---- HTTP Response at 23:24:11 ----
HTTP/1.1 404 Not Found
Server: Resin/2.1.6
Cache-Control: no-cache
Expires: Thu, 01 Dec 1994 16:00:00 GMT
Content-Type: text/html
Content-Length: 182
Connection: close
Date: Fri, 15 Apr 2005 21:24:13 GMT

title404 Not Found/title
h1404 Not Found/h1
/_vti_inf.html was not found on this server.
p /hr /
small
Resin 2.1.6 (built Fri Nov 8 08:18:18 PST 2002)
/small


---- HTTP Request at 23:24:11 ----
POST /_vti_bin/shtml.exe/_vti_rpc HTTP/1.1
Date: Fri, 15 Apr 2005 21:24:11 GMT
MIME-Version: 1.0
User-Agent: MSFrontPage/6.0
Host: localhost:8290
Accept: auth/sicily
Content-Length: 41
Content-Type: application/x-www-form-urlencoded
X-Vermeer-Content-Type: application/x-www-form-urlencoded
Connection: Keep-Alive
Cache-Control: no-cache
Cookie: JSESSIONID=afS84wB7dDd_

method=server+version%3a6%2e0%2e2%2e6356


---- HTTP Response at 23:24:11 ----
HTTP/1.1 404 Not Found
Server: Resin/2.1.6
Cache-Control: no-cache
Expires: Thu, 01 Dec 1994 16:00:00 GMT
Content-Type: text/html
Content-Length: 196
Connection: close
Date: Fri, 15 Apr 2005 21:24:14 GMT

title404 Not Found/title
h1404 Not Found/h1
/_vti_bin/shtml.exe/_vti_rpc was not found on this server.
p /hr /
small
Resin 2.1.6 (built Fri Nov 8 08:18:18 PST 2002)
/small

5.) Not a correct answer - damned - ok i try it in a conventional way

---- HTTP Request at 23:24:11 ----
GET /ppmservs/lang-en/jsp/contract.jsp?token=a41nqyoUYIt-&xsl=XSL/CTR/COMMON/date.xsl/&mode=1
HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1;
i-NavFourF; .NET CLR 1.1.4322)
Host: localhost:8290
Connection: Keep-Alive
Cookie: JSESSIONID=afS84wB7dDd_



---- HTTP Response at 23:24:11 ----
HTTP/1.1 200 OK
Server: Resin/2.1.6
Cache-Control: private
Content-Type: text/html; charset=Windows-1252
Transfer-Encoding: chunked
Date: Fri, 15 Apr 2005 21:24:14 GMT

127
a name="bm"html xmlns:date="http://www.oracle.com/XSL/Transform/java/com.klopotek.utils.helper.DateHelper"
head
META http-equiv="Content-Type" content="text/html;
charset=UTF-8"
/head
bodya name="bm"15supth/sup day of April 2005/a
/body
/html/a
0

6.) Wow - there is an answer - but is it ok ? - lets try it agaín

---- HTTP Request at 23:24:12 ----
GET /ppmservs/lang-en/jsp/contract.jsp?token=a41nqyoUYIt-&xsl=XSL/CTR/COMMON/date.xsl/&mode=1
HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1;
i-NavFourF; .NET CLR 1.1.4322)
Host: localhost:8290
Connection: Keep-Alive
Cookie: JSESSIONID=afS84wB7dDd_



---- HTTP Response at 23:24:12 ----
HTTP/1.1 200 OK
Server: Resin/2.1.6
Cache-Control: private
Content-Type: text/html; charset=Windows-1252
Transfer-Encoding: chunked
Date: Fri, 15 Apr 2005 21:24:15 GMT

127
a name="bm"html xmlns:date="http://www.oracle.com/XSL/Transform/java/com.klopotek.utils.helper.DateHelper"
head
META http-equiv="Content-Type" content="text/html;
charset=UTF-8"
/head
bodya name="bm"15supth/sup day of April 2005/a
/body
/html/a
0

7.)..... Same for every INCLUDETEXT statement ......


Thats a big performance bottleneck and i think its a bug.
Any ideas for a workaround ?
Sending it to MS might not have a lot of sense. Even if they react on
it, i would have a patch two years later (maybe).

TIA
Oliver
 
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I send message to multiple recipients and hide their email. raymbala Mailmerge 1 April 2nd 05 09:03 AM
Send E-Mail freezes Word document Vyyk Drago Microsoft Word Help 2 March 18th 05 02:01 PM
How do I add another location to the send to command while within. David O'Brien Microsoft Word Help 2 January 5th 05 04:47 PM
Multiple docs open multiple words Ron Smith New Users 2 December 11th 04 09:21 PM
How can I send multiple faxs through mail merge to my customers? piperdan Mailmerge 1 December 4th 04 04:01 PM


All times are GMT +1. The time now is 12:26 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"