Correct address not used in MAILTOfield of iCal files

I'm not sure if this is the correct forum for this, as it does have something to do with the GWIA (kind of) but I'm not sure if the GWIa should be responsible for dealing with the situation.
When GroupWise sends out an iCal file, it uses the userid in the email address instead of the preferred internet address. While this typically isn't an issue, we are having issues with some other email services adding the address in the iCal file as another attendee and not showing the original address (the preferred internet address) as having accepted the meeting. This causes further issue if the users of those other email systems modify the appointments, as it ends up removing the appointment from our GroupWise calendars.
For a more visual understanding:
Userid: mhk1234
Preferred Internet Address: [email protected]
Source of email sent when accepting appointment sent by [email protected]
Code:
Received: from mailserver (unknown [127.0.0.1])
by mailgateway with ESMTP id 165EB6FC159
for <[email protected]>; Tue, 15 May 2012 11:43:42 -0400 (EDT)
Received: from mailserver ([127.0.0.1]) by mailgateway with ESMTP id EiWHxRmVCUhQMQA8 for <[email protected]>; Tue, 15 May 2012 11:43:42 -0400 (EDT)
Received: from MTA by mailserver
with Novell_GroupWise; Tue, 15 May 2012 11:43:41 -0400
Message-Id: <4FB2416A0200008D000678F7@mailserver>
X-Mailer: Novell GroupWise Internet Agent 8.0.2
Content-class: urn:content-classes:calendarmessage
Date: Tue, 15 May 2012 11:43:38 -0400
From: "Carol Heinicke" <[email protected]>
To: "Carol A Heinicke" <[email protected]>
X-ASG-Orig-Subj: Accepted: test2
Subject: Accepted: test2
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="=__Part5678A6BA.0__="
This is a MIME message. If you are reading this text, you may want to
consider changing to a mail reader or gateway that understands how to
properly handle MIME multipart messages.
--=__Part5678A6BA.0__=
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable
Item Type: Appointment
Start Date: Thursday, 17 May 2012, 08:00:00am (EDT)
Duration: 1 Hour
Place: here
Action: Accepted
This electronic message is intended to be for the named recipient, and may =
contain information that is confidential or privileged. If you are not the =
intended recipient, you are hereby notified that any disclosure, copying, d=
istribution or use of the contents of this message is strictly prohibited. =
If you have received this message in error, or are not the named recipient,=
please notify us immediately by contacting the sender at the electronic ma=
il address noted above, and delete and destroy all copies of this message. =
Thank you.
--=__Part5678A6BA.0__=
Content-class: urn:content-classes:calendarmessage
Content-Type: text/calendar; method=REPLY; name=meeting.ics; charset=UTF-8
Content-Transfer-Encoding: 8bit
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Novell Inc//Groupwise 8.0.2
METHOD:REPLY
BEGIN:VTIMEZONE
TZID:(GMT-0500) EST
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
DTSTART:20001104T020000
RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11
TZNAME:EST
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
DTSTART:20000311T020000
RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=2SU;BYMONTH=3
TZNAME:Daylight Savings Time
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID="(GMT-0500) EST":20120517T080000
DTSTAMP:20120515T154338Z
ATTENDEE;CN="Mark Kendall";PARTSTAT=ACCEPTED:
MAILTO:[email protected]
ORGANIZER;CN="Some Guy";ROLE=CHAIR:
MAILTO:[email protected]
SUMMARY:test2
LOCATION:here
DTEND;TZID="(GMT-0500) EST":20120517T090000
UID:52fac24d-024e-4079-ac80-298c99a7a2db
PRIORITY:5
CLASS:PUBLIC
X-GWCLASS:NORMAL
END:VEVENT
END:VCALENDAR
--=__Part5678A6BA.0__=--
So, is there something we need to change so that iCal files have the correct addresses in them or is this fixed in GroupWise 2012?

Here is another example I happen to own both accounts so both are my name. I removed all IP addresses and changed the domains.
Appointment from outside:
Code:
Return-path: <[email protected]>
Received: from mailgateway.ours.edu ([])
by mailserver.ours.edu with ESMTP; Tue, 22 May 2012 11:19:22 -0400
X-ASG-Debug-ID: 1337699962-04a200340000-O3jTvS
X-Barracuda-URL: http:///cgi-bin/mark.cgi
Received: from mx-tmp.outside.edu (localhost [])
by mailgateway.ours.edu (Spam & Virus Firewall) with ESMTP id 720C0A90B0
for <[email protected]>; Tue, 22 May 2012 11:19:22 -0400 (EDT)
Received: from mx-tmp.outside.edu (mx-tmp.outside.edu []) by mailgateway.ours.edu with ESMTP id Y7SNFPBBn2Xt6XNN (version=TLSv1 cipher=RC4-MD5 bits=128 verify=NO) for <[email protected]>; Tue, 22 May 2012 11:19:22 -0400 (EDT)
X-Barracuda-Envelope-From: [email protected]
Received: from avs02.service.private (avs02.service.private [])
by mta03.service.private
(Sun Java System Messaging Server 6.1 HotFix 0.13 (built Jun 8 2005))
with ESMTP id <[email protected]> for
[email protected]; Tue, 22 May 2012 11:19:21 -0400 (EDT)
Received: from mta-avs03.service.private
(mta-avs03.service.private [])
by avs02.service.private (8.14.4/8.14.4) with ESMTP id q4MFIV9j003016 for
<[email protected]>; Tue,
22 May 2012 11:19:20 -0400 (EDT envelope-from [email protected])
Received: from wmu-mailstore02.merit.edu
(wmu-mailstore02.merit.edu [])
by mta03.service.private (Sun Java System Messaging Server 6.1 HotFix 0.13
(built Jun 8 2005)) with ESMTP id <[email protected]> for
[email protected]; Tue, 22 May 2012 11:18:48 -0400 (EDT)
Date: Tue, 22 May 2012 11:18:47 -0400 (EDT)
From: Doug Jaquays <[email protected]>
X-ASG-Orig-Subj: Test
Subject: Test
X-Originating-IP: []
To: [email protected]
Message-id: <2096173697.114690.1337699927851.JavaMail.root@wmu-mailstore02>
MIME-version: 1.0
X-Mailer: Zimbra 6.0.15_GA_2995 (zclient/6.0.15_GA_2995)
Content-type: multipart/alternative;
boundary="Boundary_(ID_ImJ4PLpNObjAdaPs3nf0OQ)"
X-WMU-PMX-Version: 5.5.9.395186, Antispam-Engine: 2.7.2.376379,
Antispam-Data: 2012.5.22.150615 - Tue May 22 11:19:21 2012
X-WMU-PerlMx-Spam: Gauge=IIIIIIIII, Probability=9% on Tue May 22 11:19:21 2012,
Report=' HTML_50_70 0.1, HTML_NO_HTTP 0.1, SUBJ_1WORD 0.1,
BODYTEXTH_SIZE_10000_LESS 0, BODYTEXTP_SIZE_3000_LESS 0,
BODY_SIZE_3000_3999 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0,
FROM_EDU_TLD 0, INVALID_MSGID_NO_FQDN 0, SPF_NEUTRAL 0, WEBMAIL_SOURCE 0,
WEBMAIL_XOIP 0, WEBMAIL_X_IP_HDR 0, __ANY_URI 0, __CT 0,
__CTYPE_HAS_BOUNDARY 0, __CTYPE_MULTIPART 0, __CTYPE_MULTIPART_ALT 0,
__HAS_HTML 0, __HAS_MSGID 0, __HAS_XOIP 0, __HAS_X_MAILER 0, __MIME_HTML 0,
__MIME_VERSION 0, __SANE_MSGID 0, __TAG_EXISTS_HTML 0, __TO_MALFORMED_2 0,
__TO_NO_NAME 0, __URI_NO_PATH 0, __URI_NO_WWW 0, __URI_NS '
X-Barracuda-Connect: mx-tmp.outside.edu[]
X-Barracuda-Start-Time: 1337699962
X-Barracuda-Encrypted: RC4-MD5
X-Barracuda-Bayes: INNOCENT GLOBAL 0.0000 1.0000 -2.0210
X-Barracuda-Virus-Scanned: by Barracuda Spam & Virus Firewall at ours.edu
X-Barracuda-Spam-Score: -2.02
X-Barracuda-Spam-Status: No, SCORE=-2.02 using global scores of TAG_LEVEL=1.8 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=2.3 tests=HTML_MESSAGE
X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.2.97691
Rule breakdown below
pts rule name description
0.00 HTML_MESSAGE BODY: HTML included in message
--Boundary_(ID_ImJ4PLpNObjAdaPs3nf0OQ)
Content-type: text/plain; charset=utf-8
Content-transfer-encoding: 7BIT
The following is a new meeting request:
Subject: Test
Organizer: [email protected]
Location: Here
Time: Tuesday, May 22, 2012 from 2:00 PM - 3:00 PM America/New_York
Invitees: [email protected]
*~*~*~*~*~*~*~*~*~*
--Boundary_(ID_ImJ4PLpNObjAdaPs3nf0OQ)
Content-type: text/html; charset=utf-8
Content-transfer-encoding: 7BIT
<html><body><h3>The following is a new meeting request:</h3>
<p>
<table border='0'>
<tr><th valign='top' align='left'>Subject:</th><td>Test</td></tr>
<tr><th valign='top' align='left'>Organizer:</th><td>[email protected]</td></tr>
</table>
<p>
<table border='0'>
<tr><th valign='top' align='left'>Location:</th><td>Here</td></tr>
<tr><th valign='top' align='left'>Time:</th><td>Tuesday, May 22, 2012 from 2:00 PM - 3:00 PM <span style='color: #686357'>America/New_York</span></td></tr>
</table>
<p>
<table border='0'>
<tr><th valign='top' align='left'>Invitees:</th><td>[email protected]</td></tr></table>
<div>*~*~*~*~*~*~*~*~*~*</div><br></body></html>
--Boundary_(ID_ImJ4PLpNObjAdaPs3nf0OQ)
Content-type: text/calendar; charset=utf-8; method=REQUEST; name=meeting.ics
Content-transfer-encoding: 7BIT
Content-disposition: attachment; filename=meeting.ics
BEGIN:VCALENDAR
PRODID:Zimbra-Calendar-Provider
VERSION:2.0
METHOD:REQUEST
BEGIN:VTIMEZONE
TZID:America/New_York
BEGIN:STANDARD
DTSTART:19710101T020000
TZOFFSETTO:-0500
TZOFFSETFROM:-0400
RRULE:FREQ=YEARLY;WKST=MO;INTERVAL=1;BYMONTH=11;BYDAY=1SU
TZNAME:EST
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:19710101T020000
TZOFFSETTO:-0400
TZOFFSETFROM:-0500
RRULE:FREQ=YEARLY;WKST=MO;INTERVAL=1;BYMONTH=3;BYDAY=2SU
TZNAME:EDT
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
UID:171ace1e-09bd-4720-a30c-84dbfa2ed5de
SUMMARY:Test
LOCATION:Here
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE:mailto:jaquays
@ours.edu
ORGANIZER:mailto:[email protected]
DTSTART;TZID="America/New_York":20120522T140000
DTEND;TZID="America/New_York":20120522T150000
STATUS:CONFIRMED
CLASS:PUBLIC
X-MICROSOFT-CDO-INTENDEDSTATUS:BUSY
TRANSP:OPAQUE
DTSTAMP:20120522T151847Z
SEQUENCE:0
DESCRIPTION:The following is a new meeting request:\n\nSubject: Test\nOrgani
zer: [email protected]\n\nLocation: Here\nTime: Tuesday\, May 22\, 2012
from 2:00 PM - 3:00 PM America/New_York\n\nInvitees: [email protected]\n
\n*~*~*~*~*~*~*~*~*~*\n\n
X-ALT-DESC;FMTTYPE=text/html:<html><body><h3>The following is a new meeting
request:</h3>\n\n<p>\n<table border='0'>\n<tr><th valign='top' align='left'>
Subject:</th><td>Test</td></tr>\n<tr><th valign='top' align='left'>Organizer
:</th><td>[email protected]</td></tr>\n</table>\n\n<p>\n<table border='
0'>\n<tr><th valign='top' align='left'>Location:</th><td>Here</td></tr>\n<tr
><th valign='top' align='left'>Time:</th><td>Tuesday\, May 22\, 2012 from 2:
00 PM - 3:00 PM <span style='color: #686357'>America/New_York</span></td></t
r>\n</table>\n<p>\n<table border='0'>\n\n<tr><th valign='top' align='left'>I
nvitees:</th><td>[email protected]</td></tr></table>\n<div>*~*~*~*~*~*~*~
*~*~*</div><br></body></html>
END:VEVENT
END:VCALENDAR
--Boundary_(ID_ImJ4PLpNObjAdaPs3nf0OQ)--
My acknowledgement:
Code:
Return-Path: [email protected]
Received: from proxy01.outside.edu (LHLO proxy01.outside.edu)
(10.108.1.55) by wmu-mailstore02.outside.edu with LMTP; Tue, 22 May 2012
11:29:27 -0400 (EDT)
Received: from mx-tmp.outside.edu (mx-tmp.outside.edu [])
by proxy01.outside.edu (Postfix) with ESMTP id 68F2A102BB61
for <[email protected]>; Tue, 22 May 2012 11:29:27 -0400 (EDT)
Received: from avs04.service.private (avs04.service.private [])
by mta03.service.private
(Sun Java System Messaging Server 6.1 HotFix 0.13 (built Jun 8 2005))
with ESMTP id <[email protected]> for [email protected]
(ORCPT [email protected]); Tue, 22 May 2012 11:29:26 -0400 (EDT)
Received: from mta-avs03.service.private
(mta-avs03.service.private [])
by avs04.service.private (8.14.4/8.14.4) with ESMTP id q4MFSxFW024753 for
<[email protected]>; Tue,
22 May 2012 11:29:00 -0400 (EDT envelope-from [email protected])
Received: from mailgateway.ours.edu (mailgateway.ours.edu [])
by mta03.service.private
(Sun Java System Messaging Server 6.1 HotFix 0.13 (built Jun 8 2005))
with ESMTPS id <[email protected]> for
[email protected] (ORCPT [email protected]); Tue,
22 May 2012 11:28:58 -0400 (EDT)
Received: from mailserver.ours.edu (unknown [])
by mailgateway.ours.edu (Spam & Virus Firewall) with ESMTP id 461B36FC159
for <[email protected]>; Tue, 22 May 2012 11:28:58 -0400 (EDT)
Received: from mailserver.ours.edu ([])
by mailgateway.ours.edu with ESMTP id LLo6Jrxzne9upWoz for
<[email protected]>; Tue, 22 May 2012 11:28:58 -0400 (EDT)
Received: from KCMS-MTA by mailserver.ours.edu with Novell_GroupWise; Tue,
22 May 2012 11:28:58 -0400
Date: Tue, 22 May 2012 11:28:54 -0400
From: Doug Jaquays <[email protected]>
Subject: Accepted: Test
To: Doug Jaquays <[email protected]>
Message-id: <[email protected]>
MIME-version: 1.0
X-Mailer: Novell GroupWise Internet Agent 8.0.2
Content-type: multipart/alternative;
boundary="Boundary_(ID_qC6PCHl2hokBeG2aJp/IMQ)"
Content-class: urn:content-classes:calendarmessage
X-WMU-PMX-Version: 5.5.9.395186, Antispam-Engine: 2.7.2.376379,
Antispam-Data: 2012.3.13.151816 - Tue May 22 11:29:02 2012
X-WMU-PerlMx-Spam: Gauge=IIIIIIII, Probability=8% on Tue May 22 11:29:26 2012,
Report=' HTML_00_01 0.05, HTML_00_10 0.05, SUPERLONG_LINE 0.05,
BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_2000_2999 0, BODY_SIZE_5000_LESS 0,
BODY_SIZE_7000_LESS 0, DATE_TZ_NA 0, MIME_TEXT_ONLY_MULTI 0, NO_URI_FOUND 0,
SPF_PASS 0, __CT 0, __CTYPE_HAS_BOUNDARY 0, __CTYPE_MULTIPART 0,
__CTYPE_MULTIPART_ALT 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __MIME_TEXT_ONLY 0,
__MIME_VERSION 0, __SANE_MSGID 0, __SUBJ_ALPHA_END 0, __TO_MALFORMED_2 0'
This is a MIME message. If you are reading this text, you may want to
consider changing to a mail reader or gateway that understands how to
properly handle MIME multipart messages.
--Boundary_(ID_qC6PCHl2hokBeG2aJp/IMQ)
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
Item Type: Appointment
Start Date: Tuesday, 22 May 2012, 02:00:00pm (EDT)
Duration: 1 Hour
Place: Here
Action: Accepted
This electronic message is intended to be for the named recipient, and may contain information that is confidential or privileged. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or use of the contents of this message is strictly prohibited. If you have received this message in error, or are not the named recipient, please notify us immediately by contacting the sender at the electronic mail address noted above, and delete and destroy all copies of this message. Thank you.
--Boundary_(ID_qC6PCHl2hokBeG2aJp/IMQ)
Content-type: text/calendar; method=REPLY; name=meeting.ics; charset=UTF-8
Content-transfer-encoding: 7BIT
Content-disposition: attachment; filename=meeting.ics
Content-class: urn:content-classes:calendarmessage
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Novell Inc//Groupwise 8.0.2
METHOD:REPLY
BEGIN:VTIMEZONE
TZID:(GMT-0500) EST
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
DTSTART:20001104T020000
RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11
TZNAME:EST
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
DTSTART:20000311T020000
RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=2SU;BYMONTH=3
TZNAME:Daylight Savings Time
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID="(GMT-0500) EST":20120522T140000
DTSTAMP:20120522T152854Z
ATTENDEE;CN="Doug Jaquays";PARTSTAT=ACCEPTED:MAILTO:[email protected]
ORGANIZER;CN="Doug Jaquays";ROLE=CHAIR:MAILTO:[email protected]
SUMMARY:Test
LOCATION:Here
DTEND;TZID="(GMT-0500) EST":20120522T150000
UID:171ace1e-09bd-4720-a30c-84dbfa2ed5de
PRIORITY:5
CLASS:PUBLIC
X-GWCLASS:NORMAL
END:VEVENT
END:VCALENDAR
--Boundary_(ID_qC6PCHl2hokBeG2aJp/IMQ)--

Similar Messages

  • IP address not used correctly at RT Ping Controllers.vi

    It seems to me that the IP address provided to RT Ping Controller.vi and RT Reboot Controller is not used correctly.
    What I do is: Set the Subnet flag true and give a numerical IP adress to RT Ping Controller.vi
    What I get is the controller information for the controllers on the subnet, even if the IP does NOT match.
    Why do I do this? I want to acquire the MAC of the controller specified by the IP to use it for the reset vi.
    What I do second is: Set the subnet flag true and give an IP address to RT Reboot Controller.vi and provide a MAC address. The IP address does not match to the controller with the MAC given. The controller with the MAC reboots, independent of having a different IP.
    What is going
    on here and how can I get the correct MAC for an IP easily (i.e., without looking it up in MAX and typing it in somewhere)?

    Try setting the Local Subnet value to FALSE and pass in the IP you want to ping. You should get just details back on the target you specified, including it's MAC address. If the IP isn't a valid RT target, you will get an error.
    When Local subnet is set to TRUE, it will attempt to ping all controllers on the local subnet (regardless of the IP address passed in)--requiring you to search the resulting array for the IP you are interested in (and yep.. it might not be there).

  • Correct font not used

    The drop-down menu at the top of the noted site does not display correctly in Firefox 8.01. I does display correctly in IE, Chrome, and Opera. It looks to me like Firefox does not use the correct font for the display, which causes the list to wrap rather than to display in one line.

    If you have increased the minimum font size then try the default setting "none" as a high value can cause such issues.
    *Tools > Options > Content : Fonts & Colors > Advanced > Minimum Font Size (none)
    Make sure that you allow websites to choose their fonts.
    *Tools > Options > Content : Fonts & Colors > Advanced > [X] "Allow pages to choose their own fonts, instead of my selections above"
    Also make sure that the <b>gfx.downloadable_fonts.enabled</b> pref is set to true on the <b>about:config</b> page.
    *http://kb.mozillazine.org/about:config

  • IE not using some CSS or JS files, some of the time..

    I'm working with a client trying to solve a problem that just started on a site I built for her.  The problem started about three weeks ago.
    It's a really simple ASP.NET site: http://nancyjoart.com/  One master page loads a common CSS bundle and JS bundle on all pages, however I used to have then unbundled and only bundled them to try to limit the
    problem.  It didn't work, but I left the bundles as they do speed the site up.
    One machine on her network constantly fails, a surface pro 2, Windows 8.1, IE11, all updates installed.  Short story:  On four pages, two public and two privately accessed, IE doesn't apply a CSS or run the javascript in the bundle.
    Here are the two public pages that fail:
    http://nancyjoart.com/default.aspx and
    http://nancyjoart.com/gallery.aspx
    If the NAV bar at the top has blue links instead of grey/black, the CSS didn't load.  If the page has no art and shows the loading GIF, or no images, the JS didn't load.
    Now the fun and amazing part: the CSS that doesn't work on these four pages, is successfully used and works on every other page.
    The CSS and JS files do actually get requested and downloaded by IE, as evidenced by a Network Monitor trace session and the F12 tools, but don't get applied (CSS) or loaded(JS) on these pages.
    Now it gets weirder:  I can run the site fine on my Surface RT and my Pro2 from anywhere else without fail.  However, if I'm on her wifi - only half the time I can't get the scripts to run or that one CSS to apply.  I press CTRL+R and
    they work fine when the page reloads, but only half the time.  In fact, it took me about a half an hour to experience the failure.  Once it happened, my dev machine would exhibit the problem, then it would work, then it would fail.
    In terms of the JS - When it fails, the debugger indicates a class isn't found.  IE has parsed and downloaded that JS file, and shows the file in the debugger file list dropdown  - but doesn't seem to use it.
    Even more odd, the request and responses all appear to happen quickly, all have 200 OK/Success results and the request and response headers look completely normal.  I've even saved the JS file itself and binary compared it to what I have on the server,
    and it matches, so it isn't somehow getting mangled in-transit.  Even more odd than this little oddity is that once the files are requested and "fail", even if you switch to a cellular connection, the next page loads, and IE doesn't NOT load
    the files correctly either.  CTRL+R eventually will get it to work on this new connection type though.
    Other things I've tried:
    Works on her wifi on:  iPhone, Windows Phone 8.1, Windows Phone 8, Windows Phone 7, Blackberry (Bold and Playbook) and her Windows 7 desktop.  I've put Firefox on her machine, and it works fine every time.   Anything in this list never
    fails, ever except ie11 on the surfaces.
    Her surface is pretty much OOB in terms of apps.  Just Modern apps installed.
    My surface pro 2 dev machine is OOB too. used daily for development - Again, site works everywhere but her wifi.
    Minifying the CSS or JS doesn't seem to help,
    Chkdsk reports nothing,
    Windows Defender is the only AV installed,
    all Windows updates are installed,
    Bundling the css and JS with webgrease didn't help,
    I've reset the IE advanced settings, security settings, cleared the cache, tried inPrivate, tried making it trusted, nothing worked.
    even reset the wifi router
    She reports other websites all work fine. (** caveat: not sure how complicated these sites are, or how frequently she does this...)
    Does anyone have any suggestions that they'd try next if they were in my sad shoes?
    Darin R.

    Hi,
    f12>Networking tab, click the start button then refresh the page to view request/response timings.
    http://nancyjoart.com/api/art/ThumbImage/fb958270-8c20-46e9-9adf-05ef6990ec85/250
    Key Value
    Response HTTP/1.1 200 OK
    Cache-Control public, max-age=36000, s-maxage=36000
    Transfer-Encoding chunked
    Content-Type text/html
    Server Microsoft-IIS/8.0
    X-AspNet-Version 4.0.30319
    X-Powered-By ASP.NET
    Date Wed, 20 Aug 2014 02:34:12 GMT
    you are sending back the wrong mime-type + it appears that you are not using response.close after streaming back the image in your asp.net code behind.
    Open a new window in IE... copy and paste
    http://nancyjoart.com/api/art/ThumbImage/fb958270-8c20-46e9-9adf-05ef6990ec85/250
    in the address bar... the image loads but the document.readyState does not reach loaded. there is no EOF in the response body and it is served as text/html not image/jpg.
    ensure Internet Options>Security tab, click "Reset all zones to default"... (IE has security settings for mime types) and also that Tracking Protection is turned off for the site (Tools>Tracking protection)
    + the defer attribute on the <script> tag only applies to script tags with a src attribute... validate and correct your markup errors at validator.w3.org.
    Post questions about html, css and scripting to the IE Web Development forum. Include with your question a link to your website or a mashup that shows the issue.
    Questions regarding Internet Explorer 8, 9 and 10 and Internet Explorer 11 for the IT Pro Audience. Topics covered are: Installation, Deployment, Configuration, Security, Group Policy, Management questions. If you are a consumer looking for answers or to
    raise a question, it's highly recommended you head on over to http://answers.microsoft.com
    Rob^_^

  • Photoshop Elements 6:   Could not use type tool because the file could not be found

    Using Adobe Photoshop Elements 6.0 well for a while.
    Tried to use the Type Tool to overlay text and obtained this error:
    Could not use the type tool because the file could not be found
    After research, I reset all tools, tried to repair (failed: insert disc one), and then removed/re-installed.  Still have the same problem.
    Are the system fonts corrupt or is an Adobe .ini file suspect?
    Other reports have suggested using a 3rd-party font manager to inspect/disable fonts.
    First wanted to post this error here for feedback/recommendations
    Any suggestion on how to recover the Type Tool functionality?
    Eric Edberg
    Adobe Photoshop Elements Repair Workaround
    When trying to repair the well-known:  insert disc one, error occurred.  Was able to successfully repair the installation by dragging the entire Adobe Photoshop Elements directory from the original CD-ROM onto a hard drive and executing locally.  Seems it does not like repairing over the CD-ROM but it works correctly if the install source is on disc...

    John,
    Yesterday, I decided to completely remove all Adobe products:  PSE 6, Premiere 4, Reader, ActiveX plugins & legacy/old uninstalled product directories that Adobe has left turd-lets around including old Acrobat 3/6 directories.  Used A/D Software to remove all adobe products and then followed your instructions AND the instructions on Adobe's support web site to manually remove these products.
    It boiled down to manually removing the entire Adobe directory in Progam Files, "saving" the entire Adobe directory structure in each users (3) Document and Settings in the Application Data and Local Settings (as instructed by you and Adobe) and rebooting.
    I also saved the local All Users "configuration" database/cache that contained the Tag and other information to make sure the system was clean
    This included following the manual Regit instructions to remove legacy Adobe registry hives.  I deleted all keys for all Adobe product trees that I could locate (following instructions from Adobe).
    Reboot
    Scheduled a CHCKDSK on all drives and rebooted
    Dragged my complete image library to an archive location and deleted them on the C: drive
    Did a complete system Defrag
    Re-installed Adobe and alas still have the same problem with the Type Tool....
    The only thing I did not do was selectively remove the "fonts" because various instructions seemed to indicate many are "required" by the windows or other applications and I was not really sure how to identify which ones were safe to remove w/o affecting the core system..  I'll have to re-read these instructions next.
    Microsoft has a "Font Validator" tool, but that only checks 1 font at a time and you have to read the "results".  May look for other tools.
    Will be able to check the font structure this weekend since it will take some research before I'm comfortable just removing fonts in trial/error mode.  I'll need to make a backup image of my computer before I start this (just in case).
    Thanks for follow-ups too!
    Eric Edberg

  • SQL Agent Job failing - not using credentials in the config file for Data source

    Hi
    We have an SSIS pkg, that is secheduled as SQL Agent job using proxy account. The pkg contanins data source for connecting different SQL servers and the proxy account do not have access to the external DBs. The data source credentials are stored in the Config
    file.
    Why the job is not using the credentials in the config file and try to use the proxy account and failing.
    Do the proxy account need access to all the external dbs in the pkg, and then what is the purpose of the config file.
    I am sorry, i am not SSIS person trying to understand. If any one can explain tha will be great!!
    Thank you!
    VR

    Please take a look at these URLs:
    Schedule a Package by using SQL Server Agent
    SSIS package does not run when called from a SQL Server Agent job step
    Cheers,
    Saeid Hasani
    Database Consultant
    Please feel free to contact me at [email protected] as well as on Twitter and Facebook.
    [My Writings on TechNet Wiki] [T-SQL Blog] [Curah!]
    [Twitter] [Facebook] [Email]

  • WHY YOU SHOULD NOT USE SKYPE (and where to file co...

    Approximately two weeks ago, my account was blocked for no apparent reason.
    I contacted customer support and they didn't know why it was blocked, but told me to go through the account verification process. I asked to speak to someone on the phone to discuss this but was ignored. Then, within 48 hours I suddenly received a NEW email telling me that my account was blocked PERMANENTLY (funnily enough THEY CHARGED ME $25 USD for SKYPE CREDIT before blcoking me!!!). I want to make sure ALL PEOPLE KNOW about the absurd practices of Skype. I am now out $25 USD and permanently locked out my account forever. WHere can we file complaints? Better BUsiness Bureau? I have contacted my rep numerous times on how to overturn this and he just ignores me saying nothign can be done. this is absurd!!
    See below from Tyron H (A horrible customer service rep I might add)
    Hello,
    Good Day! Unfortunately, we cannot re-activate your account. We take the safety of Skype customers very seriously and need to apply certain restrictions to protect our customers' details. We apologize for the inconvenience and appreciate your understanding.
    In accordance with paragraph 11.2 of the Skype Terms of Use we have terminated your right to use the Skype software, and have prevented any further access to your Skype account.
    This is because you are in breach of paragraph 6.3 (c) of the Terms of Use which prohibits the use of the Skype software to send unsolicited communications. Any Skype Credit that was in your account is non-refundable.
    Best Regards,
    Tyron H.
    Skype Customer Service

    My_Money wrote:
     A class action in the United States  prohibits them from doing this now (in the US) and repayed dupped users.
    Hello and welcome to the Skype Community.
    To clarify:
    The settlement reached in the USA applies to unused Skype Credit being made available to users following a 180 day period of inactivity and is honored by Skype worldwide [except in Japan].
    You are referring to a different issue - that of automatically recurring Subscription payments to which you agreed upon signing up.
    http://www.skype.com/en/legal/tou/   [item 9.4]
    TIME ZONE - US EASTERN. LOCATION - PHILADELPHIA, PA, USA.
    I recommend that you always run the latest Skype version: Windows & Mac
    If my advice helped to fix your issue please mark it as a solution to help others.
    Please note that I generally don't respond to unsolicited Private Messages. Thank you.

  • Illustrator CS6 and CC and can not use the profile embedded in file...

    Hello,
    I found another bug in Adobe Illustrator CS6 and CC.
    If you are opening a file that contains profile (and not installed in Windows), Illustrator, although I warn you that profile will be used in the document, but the opening is not there. There is only working space profile. CS5 is okay.
    On this error we found by accident when we wanted to open the client data in Illustrator and then convert to profile our printer and use the embedded profile as the source.
    More can be seen on video here: http://screenr.com/Q1AH
    Regards
    Aleš Ulrych

    Sign in, activation, or connection errors | CS5.5 and later
    Mylenium

  • Can not use Parameters for Opening PDF Files

    I can not open pdf with parameter page like: http://example.con/pdf/1.pdf#page=20 that just get result alway open first page. Everyone can help me?

    The PDF Open Parameters do not contain the option to link directly to a bookmark, as was mentioned, but I've developed a script that can add this functionality to your files. Have a look here, if you're interested: http://try67.blogspot.com/2011/06/acrobat-link-to-specific-bookmark-in.html

  • A have new problem that has appeared in my Mac Mail.  When I type a frequently used email into the 'To: line' it populates the correct name but with 8 different email addresses not associated with that name.

    A have new problem that has appeared in my Mac Mail.  When I type a frequently used email into the 'To: line' it populates the correct name but with 8 different email addresses not associated with that name.  I have gone to the window pop-down to 'previous recipients' and deleted that addressee as well as all the email addresses it is assigning to that name.  I have also deleted the account entirely from my address book.  I have have run repair permissions and also full defrag in iDefrag.  Still the problem persists.  Any suggestions?

    Hello CarolineLongEaton,
    I noticed you posted this problem quite a while ago and wondered if you managed to have it fixed in an alternative way then posting here. It is too bad no one has posted a solution here. I have a similar problem and if you have had yours solved since this occurance how you accomplished it may help me with mine. I am interested to know what you have done about yours.
    If you are interested in comparing the problems to see if your solution (if you have found one) might help me also then here is the link to the discussion.
    https://discussions.apple.com/thread/6116927
    If your problem has not been solved then I will comment here again if/when my issue is resolved as it may help you too. My hope here is that we may help each other. To quote you "all ideas gratefuly recieved". I hope your problem was resolved, ernestly for your sake and selfishly for mine also. I wish you and yours a great day!
    dofromon

  • I installed Mountain Lion so that I could sync my notes with my iPhone that already syncs notes with a specific email address I use for school, but during the install it automatically set up Notes to sync w the wrong email addy. How can I fix it?

    I installed Mountain Lion so that I could sync my notes with my iPhone that already syncs notes with a specific email address I use for school, but during the install it automatically set up Notes to sync w the wrong email addy. It looked in Mail, which had 5 email accounts set up in it, and for some reason picked the only one that I no longer use because it is for a school that I no longer attend. How can I fix it so that it syncs with the correct email account for notes and calendar? There don't seem to be any settings available other than to check if you want to use the basic features. It also said during the set up that it was setting up 'find my mac' but if I look on the iCloud website there is nothing showing there for finding my mac.
    At this point I feel like I wasted my money paying for this supposed upgrade. I got nothing for it but frustration. It even automatically set my security settings to allow only downloads from the Mac store so the first time I went to download something I had to stop what I was doing and go correct settings first. I feel like there should be a security setting to block downloads from the Mac store so I don't accidentally end up clicking the wrong thing and being charged.

    iCloud isn't syncing them on your phone.  You simply added the email account to your phone and enabled calendar and notes syncing with the email provider, and the calendar and notes appear in the calendar and notes apps on your phone.  You can do this with Gmail, Yahoo and other IMAP account.  iCloud email is just another IMAP account, but syncs notes with Apple's iCloud server just as Gmail syncs notes and calendars with Google's server.
    iCloud didnt' set up a non-iCloud account on your Mac.  When you check Mail in System Preferences>iCloud, it only creates an iCloud email account.  You can also add other email accounts to your Mac by going to System Preferences>Mail,Contacts,Calendars and clicking on the "+" sign on the bottom of the left sidebar.  If you added these other email accounts to your Mac before you upgraded to Mountain Lion, these were simply maintained on your Mac after you upgraded.

  • Mail does not use correct outgoing server

    Problem
    Mail in Mavericks (and also IOS6 snf 7) does not use the outgoing smtp server associated with the account being used. This results in either a failure to send or mail being put into the wrong "Sent" folder.
    Background
    I have most of my non-icloud mail pulled down to a home server from which my laptops and ios devices access various accounts using imap. The local home server also provides smtp and relays all mail to my ISP. Recently I have been switching from an old home server (Mac Mini) to a new one (Raspberry pi running the debian Raspbian version with fetchmail,  Dovecot and postfix setup).
    While making the changeover I had access to both the old server and the new server enabled on my laptop. Naturally the majority of the settings (Name, email address etc) were the same although the name and address of the server to be used for both incoming and outgoing mail were different. This seemed tp work fine for incoming. However when I tested outgoing mail the copy that should appear in the "sentt" box  went missing. This usually indicates some mistake in the setting of the sent mail folder on the accounts but this all checked out.
    I eventually found the missing outgoing mail intended to go through the new server in the sent box on the old server. Further trials showed that no matter what I did the outgoing would always default to the old (and therefore first set up) outgoing server.
    Deleting the old account and the old outgoing server of course should cure the problem and will eventually be the solution for me when I kill the old server. But i wanted to get to the bottom of the problem in case it reappeared in other contexts. Checking the "use only this server" box produced failure to send rather than the correct result.
    Trialing various alterntaive settings showed that the problem occurs when there are two outgoing servers with the email address in the settings and the user name on the outgoing server name being the same. I had assumed that changing the description field would distinguish between the various settings; however this did not work. Changing the Name Field did work eg by putting (O) after my name.
    It appears therefore that mail selects the outgoing server on the basis of email address (with the full name included) and user name (trrespective of the actual server or the Description that shows in the smtp server listing. In some ways this is logical but it produces problems in the context I have described and would also be a difficulty if you wanted to use an alternative server when in a different location.
    I have trawled support and elsewhere for any thing similar. Lots of mail problems (don't get me started on the way icloud loses outgoing each time you edit the list!) but I have not found any posts on precisiely this point.
    IOS devices seem to have similar problems, but a quick attempt at a similar solution does not work, and I cannot be bothered  to test the options. I will simply clean them out and put in the new accounts.
    Advice
    Grateful for any comments or advice from people who have encountered similar problems and whether my diagnosis if correct. Have I missed any obvious corrections that would clear this up. I do not know whether this is a Mavericks issue or also appears in earlier OSX versions.
    CPE

    Peter,
    Where ever the Sent and Trash folders show in the Sidebar, highlight first one, and then the other, followed by clicking on Mailbox in the Menubar, and choosing Use This Mailbox For, and choose the function.
    Keep us posted on your progress.
    Ernie

  • 1st sync of iCal to new 4S went OK. Now new items added on phone not showing up on iCal on Mac. Not using iCloud

    The first time I synced my new 4S I was getting duplicate calenders showing up. I deleted all the calenders on my iPhone and picked replace items on my iPhone with items on my computer for iCal. That worked and I got them synced. Now when I sync, my calender on my computer does not get the changed items from my iPhone. I am not using iCloud just syncing with cable in iTunes.

    I just had the identical experience. Both laptop and desktop have the same prefs set from within iCal to sync my calendars and address books. I've synced (sunked?) three or four times now, it appears to be working, but when all is said and done I am left with totally blank calendar on my desktop unit. Both have the latest Leopard upgrades. I also selected "merge all data" when prompted.
    What gives?

  • I purchased a used computer and when I go to Itunes to buy music I am rejected. I am using the correct address and password

    I purchased a used computer and when I go to Itunes to buy music I am rejected. I am using the correct address and password

    Error "The serial number is not valid for this product" | Creative Suite

  • HT4864 How do I stop icloud email address being used when I send an email from a web page.  also why are icloud emails not received

    When I click on the email on a website my Icloud email address is used when I want to use my normal one.  It does it automatically.  Can this be stopped.  Also may icloud emails don't get to the recipient why?

    Hi Sylver123,
    Thanks for posting, please use the 'contact the mods' link in my forum profile to send in your details and we'll get this issue with your email looked into further. You can find the link by clicking on my username.
    Thanks
    Neil
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry but we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

Maybe you are looking for

  • Disable View by clicking on a certain TabStrib

    Hi@all, my problem is: I have bind serveral views to a "mainview". In the MainView I have on the left side several TabStribs (every 600px) and on the rightside one view (300px). When I open the MainView the first time there will be shown the TabStrib

  • Logic Pro X and Yosemite issues

    It seems I have some very basic issues with Logic Pro X 10.0.7 after upgrading to Yosemite OS on my MacBook Air: 1. Zooming the main window by swiping two fingers apart or together on the mouse pad does not work anymore. 2. Adjusting the length of au

  • How can i get rid of this new version of itunes?

    my computer installed the new version of itunes on its own and i hate it i dont want it it's SO confusing and i want the old one back how can i do it?

  • Why no Internet in 9.2.2

    I just installed Mac OS X Tiger 10.4.3 on my Power Mac G-4. I want to alternate between my existing Mac OS 9.2.2 and Tiger. I noticed the first time I went back to OS 9.2.2 my internet was not working properly. It may load a page or retrieve my mail

  • Crystal Reports Server XI Login SSO Advice

    Post Author: IanAitch CA Forum: Authentication Hi, hoping someone on here can help with a login issue I currently have. I am using CR Server XI for demonstration purposes (not in a real world implementation), and have successfully set up report acces