CFexchange tags stopped working - need help with EWS

I guess EWS is the way to go since Adobe bailed on the CFexchange tags.  I need to access my mail/calendars on a hosted exchange server.  I'm using CF 9.0.1 with hotfix4 and Java 7.  Here's the error I get;
Error:
Could not log in to the Exchange server.
connection="exchangeConn"
server="EXVMBX016-5.exch016.msoutlookonline.net"
username="exch016\j_ttt"
mailboxname="[email protected]"
password="[removed]"
Protocol="http"
port="80"
formbasedauthentication="TRUE"
formbasedauthenticationURL="https://owa016.msoutlookonline.net/owa/auth/logon.aspx"
Here's the code I copied from this forum;
<cffunction  name="EWSAddEvent" output="false" returntype="Boolean">
    <!--- EWS added by vjl  2013/10/31 --->
    <!---
        CFExchange in CF server  9  or older will not talk with Exchange 2010 at all, it is promissed to be fixed in CF 10.
        As a solution you can use the EWS API. Read the stuff below. I hope my hint is helpfull to you.
        With Exchange 2007 Microsoft abandoned WebDav as an interface to Exchangeserver.
        The standard Coldfusion Tags relied on WebDav and will not work anymore.
        Since I needed a way to interface with Exchange Server a started looking for possible solutions and this is what i came up with.
        In december 2010 Microsoft released the Exchange Managed Services Library for java.
        You can find it here: http://archive.msdn.microsoft.com/ewsjavaapi/Release/ProjectReleases.a spx?ReleaseId=5691
        In the getting started document it tells you it depends on 4 3rd party libraries which you need to be download separately:
        -    Apache Commons HttpClient 3.1 (commons-httpclient-3.1.jar)
        -    Apache Commons Codec 1.4 (commons-codec-1.4.jar)
        -    Apache Commons Logging 1.1.1 (commons-codec-1.4.jar)
        -    JCIFS 1.3.15 (jcifs-1.3.15.jar)
        With Coldfusion 9.1 (the version I tested with) you only need
        -    JCIFS 1.3.15 (jcifs-1.3.15.jar) which you can download here: http://jcifs.samba.org/src/
        Place the EWS Jar and the JCIFS Jar in your Coldfusion libray folder and after restarting CF server the following code should work.
        If you understand this you will be able to figure out your specific needs from the EWS API documentation.
        --->
    <cfargument name="EmailAddress" type="String" required="True" />
    <cfargument name="EventName" type="String" />
    <cfargument name="EventStartDateTime" type="Date" />
    <cfargument name="EventEndDateTime" type="Date" />
    <cfargument name="EventSubject" type="String" />
    <cfargument name="EventDescription" type="String" />
    <cfargument name="EventLocation" type="String" Required="False" Default="" />
    <!--- <cfargument name="EventSensitivity" type="String" Required="False" Default="Normal" />
        <cfargument name="EventImportance" type="String" Required="False" Default="Normal" /> --->
    <cfargument name="EventReminder" type="String" Required="False" default=0 />
    <!--- <cfargument name="Organizer" type="String" Required="False" Default="" /> --->
    <cfargument name="OptionalAttendees" type="String" Required="False" Default="" />
    <cfargument name="leadID" type="numeric" required="no" default="0" />
    <cfargument name="serviceID" type="numeric" required="no" default="0" />
    <cfargument name="userID" type="numeric" required="no" default="0" />
    <cfargument name="companyID" type="numeric" required="no" default="0" />
    <cfargument name="serviceTypeID" type="numeric" required="no" default="0" />
    <cfmail to="[email protected]" from="[email protected]" subject="Exchange EWSAddEvent debug Arguments" type="html"><cfdump var="#Arguments#"></cfmail>
    <!--- Build Mailbox --->
    <cfset UserName = Left(Arguments.EmailAddress,Find("@",Arguments.EmailAddress)-1) />
    <cfset Arguments.UserName = Application.Exchange.Domain & "\" & lcase(UserName) & Application.Exchange.MailboxPostFix />
    <cfset Arguments.Pword = Trim(FetchExchangePassword(Arguments.EmailAddress)) />        
    <!--- 1. I need an instance of the ExchangeService class --->
    <cfobject type="Java" class="microsoft.exchange.webservices.data.ExchangeService" name="service">
    <cfset service.init()>
    <cfmail to="[email protected]" from="[email protected]" subject="Exchange EWSAddEvent debug service" type="html"><cfdump var="#service#"></cfmail>
    <!--- 2.  I need to set the credentials --->
    <!--- 2a. Create an instance of the WebCredentials class --->
    <cfobject type="Java" class="microsoft.exchange.webservices.data.WebCredentials" name="credentials">
    <!--- 2b. Set the credentials --->
    <cfset credentials.init("#arguments.UserName#","#Arguments.Pword#", "t.com")>
    <!--- 2c. Set the credentials in the service object --->
    <cfset service.setCredentials(credentials) />
    <!--- 3.  In need to set the URL to Exchange (stay away from autodsicovery) --->
    <!--- 3a. Create an instance of the Uri class --->
    <cfobject type="Java" class="java.net.URI" name="uri">
    <!--- 3b. Set the full path --->
    <cfset uri.init("https://mail.t.com/ews/Exchange.asmx")>
    <!--- 3c. Set the url in the service object --->
    <cfset service.setUrl(uri) />
    <!--- These are the steps you need to create valid a service object. --->
    <!--- Now we need to do something with it. --->
    <!--- I create a test message to my own mailbox to see if it works --->
    <cfobject type="Java" action="create" class="microsoft.exchange.webservices.data.EmailMessage" name="message">
    <cfset message = message.init(service) />
    <cfset message.SetSubject("EWSTest")>
    <cfset messageBody = CreateObject("java", "microsoft.exchange.webservices.data.MessageBody")>
    <cfset messageBody.init("My EWS test message")>
    <cfset message.SetBody( messageBody )>
    <cfset message.ToRecipients.Add("[email protected]") >
    <cfmail to="[email protected]" from="[email protected]" subject="Exchange EWSAddEvent debug message" type="html"><cfdump var="#message#"></cfmail>
    <cfoutput>
        #message.SendAndSaveCopy()#
    </cfoutput>
    <cfreturn True />
</cffunction>

Nothing. Absolutely nothing.

Similar Messages

  • Wi-Fi stopped working, need help???

    My wifi just stopped working on my 1st gen ipod touch. My wifi network is fine, my mackbook get wifi. What the problem seems to be is when I go to setting and touch wi-fi it is not active, I can't change the setting, it is a dull grey and says no wi-fi.
    Do I need to reset my ipod touch to factory reset, and then reinstall all of my apps, and I also have the latest operating system I paid for the upgrade.
    Is there an easier way to do this???
    Anyone else experience this????

    Okay, I figured it out, 28 reads and only one answer. Well I had to come up with the answer that I thought I might need to do. You have to upgrade to 2.2 software, I already had the 2.0 software so the upgrade is free. There you have it.

  • Photoshop stopped working, need help!!!!

    Hi, was wondering if anyone could help me with a problem I’ve been trying to fix a while now. At my wits end!
    I'm unable to use the any of the tools and features in Photoshop CS5 and also unable save and most of the time open anything.
    Basically, it will open up and run as normal, doesn't crash or anything like that but if I try and do anything in it (ie. transform, paint, image adjust ect) nothing happens. The paint tool for example will maybe draw a line for a few seconds but will instantly disappear once I stop drawing whilst all the other tools will do nothing at all. I'm also unable to do things like copy images to or from Photoshop to other programs like illustrator or inDesign (which are still running perfectly)
    I have absolutely no idea why it has started doing this and haven't changed anything on my computer nor altered the drivers or photoshop preferences. Been using photoshop for years and never encountered anything like this. I have reinstalled three times with no change and also tried installing an old version of CS3 but does the exact same thing in that too.
    Does anyone have any ideas as to why this is happening? Would really appreciate any suggestions got quite a few deadlines coming up so really need to get this sorted.
    Cheers

    Welcome to the forum.
    I second Curt's suggestion to trash Prefs. They can become corrupted, and uninstalling/reinstalling will NOT change the Prefs file.
    You say that you have not made any changes, but how do you have your OS set, regarding updating?
    Did not catch your OS, but with Windows, the default is to automatically update, and this is usually transparent, in that the user never even knows that an OS was performed. The problem with this is that a simple OS update, or hot-fix, can render, say a video driver obsolete. If one is using OpenGL, an obsolete video driver can create issues. I would check your make/model of video card/chip, and then the installed driver. Go to the mfgr's Web site, plug in your model of card, and your OS, and check to see if you have the very latest video driver. If not, download that, follow the instructions carefully (usually just install and reboot, but check), and install. I think that Mac OS updates include video driver updates, but am a PC-only guy, so do not know for certain.
    Good luck, and hope that trashing the Prefs gets it back for you,
    Hunt

  • Airport stopped working - need help

    I have two iMac flat panels and Earthlink dsl. The way I'm networked may seem odd to those who know more, but it works for me. The phone line is hooked into the modem that was supplied by Earthlink (it only has one Ethernet connection). Then I have the Ethernet cable connected from the modem to my Airport extreme. Then another wire connection from the Aiport to my computer. My other computer is in another room, has an airport card, and is connected wirelessly.
    As occasionally happens with Earthlink, the dsl was down for most of the weekend. During this time I connected the phone line directly to my computer and used dial-up. When dsl came back, it works fine when I connect the phone line back to the modem and then direct connect the Ethernet to my computer. But when I try to put back my original configuration using the Aiport, it doesn't work. I've tried re-setting and restarting everything a number of times. Help.
    Thank you!

    If you changed the settings in the Network system preference panel
    to enable certain connections to be made, and then physically undid
    the wires to the hardware, those configurations may need to be re-
    assessed to see if they show up. [Could be, too, the wires to and from
    the Airport base station are reversed. The ethernet "in" and "out."]
    There are several settings and ways to configure each feature in Network;
    so you can add and remove dialup, ethernet, and airport from the list in it.
    You can also drag items in a list to place them in order of priority. And if
    the wireless base station is getting a usable signal (there is a pass-through
    port, the ethernet cable uses it) the desktop computer would still see the
    internet even if the Airport isn't broadcasting. These details make it harder
    to say what to do, in the blind, such as I am.
    I have essentially the same setup; a phone line (DSL= digital subscriber
    line) into the modem; an ethernet cable coming out and going to an AirPort
    Extreme Base Station, and another ethernet cable going through the AEBS
    into an iMac G4; and the AEBS allows for wireless use of the internet in the
    house by any visiting computer user, including my own iBook G4.
    My iMac G4 also has an Extreme wi-fi card installed, so I can run it that way,
    too and test my AirPort Extreme Base Station that way; but I administer the
    AEBS from the wired ethernet via the iMac G4, using the airport manager.
    The basic setup instructions which accompanied the wireless base station
    should be adequate for the configuration(s) most likely in use and yours, too.
    If you unplugged the AirPort base, and plug it back in, it would still retain settings;
    but if you manually reset it (small hole, using straightened pin) all your settings
    for the AirPort base would revert to factory specs. I don't reset mine unless all
    other options (and I know of several before that one) are exercised. Generally,
    the AirPort base unit will almost automatically work again if it has the wires into
    it plugged in correctly; and the ones going out, too.
    When you have an airport base station in-line with a computer, from the internet modem,
    be it a cable modem (outputting to ethernet cable) and going through the Airport to another
    computer's ethernet port, ideally these should all have a unique address you can set in the
    Airport base station. Mine starts with a 10.00.xx etc, but an alternative could be like 193.xxx,
    etc. With the airport management utility, you can check and choose settings for this config.
    Your ISP may not like it if your configuration shows more than one IP address; but your
    Airport and desktop computer may each have one reporting back online to them. Your
    settings can route all your traffic so it is behind the built-in router's address in the Airport.
    They would only see the correct one and not two, then.
    All of these things are in the blind; mine has for the most part worked well in the nearly 5
    years since I bought an AEBS model (looks like alien orb spaceship) with built-in dialup
    modem as well as accessibility to cable/DSL or a network via ethernet; plus external antenna.
    So, if you check your configurations in the Network system preferences panel, and note they
    have hidden panels where you can access and change them; then see if you have the correct
    ethernet wire-in and wire-out, from the Airport into the Desktop computer; and the settings in
    the Airport manager utility tell you how the airport and other computers in your network see the
    internet; and choose to change that if it isn't correct.
    If you have never set any of these, there are online resources (maybe .pdf documentation) that
    may be of help to set up the basic configurations to make a small network with wi-fi and desktops.
    Links to info such as this will be good to cover the basics:
    "Creating a small Ethernet network" - http://docs.info.apple.com/article.html?artnum=106658
    Maybe someone who has memorized the correct Support links will reply and give you some shortcuts.
    At this time, I feel there is too much unknown to pave a simple path; and honestly, even though I have
    a spare new AEBS in the box in addition to one on the wall behind my desktop computer, I have not had
    many issues with my hardware after the initial learning curve; then later when I went to DSL from dialup.
    Hopefully this has helped a little!
    Best regards.

  • USB Drive stopped working - Need help ASAP Please!

    I'm a student, and all of my current work for exams is stored on my USB flash drive.
    It was working fine, and this morning I pulled it out of my Intel iMac (without ejecting, ****) and it hasn't worked since.
    When I plug it into any computer, I get a solid red light, whereas I usually get a blinking red light signaling that something is happening.
    Can anyone help me?
    A picture of the drive with the solid red light:
    http://flickr.com/photos/jfishauf/2576642190/

    I understand the complete and utter "OMG!" feeling you may have. Just calm down, and don't worry. There are somethings we can try.
    First with the drive connected, go to Disk Utility.
    (I'm going to assume you are not a basic user, but if you need more instructions, just say so!)
    Find the drive, and see what OS X says about it. If possible, try repairing it with First Aid.
    Should this not work, as long as your drive is detectable and reachable, there may be a chance to recover the data. I suggest using a program like DataRescue II. There are a few out there. The best ones do cost. I do not know of any free ones, but hopefully someone else will come and help out.

  • HT1414 My phone Is Not work need help with it

    I have iphone problems restore

    And what happenens when you take the steps indicated in the article you referenced?

  • Need help with adding images option

    I was using the add images option a few weeks ago just fine.. using my tablet and uploading the images via usb. then all of the sudden it stopped working.
    please help with this issue.
    Danny

    A few questions. What result are you experiencing? Did PS Touch crash? Have you tried to force quit-and restart PS Touch? -Guido

  • Need help with Template - unbalanced #EndEditable tag

    I am unable to use this template to create a new page and get the "unbalanced #EndEditable tag" error.
    If I open the file independently it looks great - otherwise I get the error.
    Code for internal_students.dwt
    There is an error at line 45, column 79 (absolute position 2188)
    <div id="metanav"><!-- #BeginLibraryItem "/Library/metaNav.lbi" -->
    <p><a href="../Library/contact/index.html">Contact Us</a></p>
    <!-- #EndLibraryItem --></div>
            <div id="navigation">
                <div id="navigation_l">
                    <div id="navigation_r"><!-- #BeginLibraryItem "/Library/mainNav.lbi" --> <ul>
                            <li><a href="../index.html" class="first"><img src="../images/spacer.gif" alt="CAITE Homepage" width="75" height="20" border="0" /></a></li>
                            <li><a href="../about/index.html">About</a></li>
      <li><a href="../news/index.html">News And Events</a></li>
      <li><a href="../educators/index.html">For Educators</a></li>
      <li><a href="../students/index.html">For Students</a></li>
      <li><a href="../industry/index.html" class="last">For Industry</a></li>
                        </ul>
    <!-- #EndLibraryItem --></div>
    I need help with this as the site and templates were created 2/3 years before I arrived on the job.
    Thank you
    Cheryl

    Okay
    - This is on-line page  http://caite.cs.umass.edu/students/index.html
    If you want code from template here it is:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/internal_about.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>CAITE - Commonwealth Alliance for Information Technology Education</title>
    <!-- InstanceEndEditable -->
    <!-- InstanceBeginEditable name="head" -->
    <meta name="Description" content="Commonwealth Alliance for Information Technology Education (CAITE) to design and carry out comprehensive programs that address under representation in information technology (IT) education and the workforce. CAITE will focus on women and minorities in groups that are underrepresented in the Massachusetts innovation economy" />
    <meta name="Keywords" content="Commonwealth Alliance for Information Technology Education CAITE Massachusetts women minorities information technology IT" />
    <meta name="robots" content="all, index, follow" />
    <meta name="revisit-after" content="14 days" />
    <meta name="author" content="Outreach Web Team" />
    <!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable --><!-- InstanceEndEditable -->
    <link rel="shortcut icon" href="/images/favicon.ico" />
    <script type="text/javascript" src="../scripts/jquery.js"></script>
    <script type="text/javascript" src="../scripts/jquery.easing.js"></script>
    <script type="text/javascript" src="../scripts/jquery.pngfix.js"></script>
    <script language="JavaScript" type="text/JavaScript">
        <!--
        $(document).ready(function() {
            $("img[@src$=png], div#wrapper_l, div#wrapper_r, div#whatsnew").pngfix();
        //-->
    </script>
    <link href="../css/screenstyle.css" rel="stylesheet" type="text/css" media="screen" />
    <link href="../css/printstyle.css" rel="stylesheet" type="text/css" media="print" />
    </head>
    <script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    </script>
    <body>  
        <div id="wrapper">
            <div id="metanav"><!-- #BeginLibraryItem "/Library/metaNav.lbi" -->
    <p><a href="../Library/contact/index.html">Contact Us</a></p>
    <!-- #EndLibraryItem --></div>
            <div id="navigation">
                <div id="navigation_l">
                    <div id="navigation_r"><!-- #BeginLibraryItem "/Library/mainNav.lbi" --> <ul>
                            <li><a href="../index.html" class="first"><img src="../images/spacer.gif" alt="CAITE Homepage" width="75" height="20" border="0" /></a></li>
                            <li><a href="../about/index.html">About</a></li>
      <li><a href="../news/index.html">News And Events</a></li>
      <li><a href="../educators/index.html">For Educators</a></li>
      <li><a href="../students/index.html">For Students</a></li>
      <li><a href="../industry/index.html" class="last">For Industry</a></li>
                        </ul>
    <!-- #EndLibraryItem --></div>
                    <!-- end navigation right -->
                </div><!-- end navigation left -->
           </div><!-- end navigation -->
            <div id="wrapper_l">
                <div id="wrapper_r">
                      <div id="innerwrapper">
                        <div id="internalBanner-print"> <h1>Commonwealth Alliance for Information Technology Education (CAITE)</h1></div>
                        <div id="internalBanner"><!-- InstanceBeginEditable name="internalBanner" -->
                          <div class="students-banner">
                            <table width="100%" border="0" cellspacing="0" cellpadding="0">
                              <tr>
                                <td width="125" height="188" align="left" valign="top" id="homeImage"><img src="../images/logo_vertical_small.png" alt="CAITE" width="105" height="188" /></td>
                                <td align="left" valign="top" id="internal-banner-quote"><div id="internalQuote">
                                    <div id="internalQuote-inner">
                                      <p>CAITE designs and carrys out comprehensive programs that address under-representation in information technology (IT).</p>
                                  </div>
                                </div></td>
                              </tr>
                            </table>
                        </div>
                        <!-- InstanceEndEditable --></div> <!-- end banner -->
                        <div id="internalContent">
                            <table width="100%" border="0" cellspacing="0" cellpadding="0">
                              <tr>
                                <td width="317" align="left" valign="top" id="secondary-content">
                                  <!-- InstanceBeginEditable name="SecondaryNav" --><!-- #BeginLibraryItem "/Library/studentNav.lbi" -->
                                  <h3><a href="../students/index.html">For Students</a></h3>
                                  <div id="secondaryNav">
                                    <ul>
                                      <li><a href="http://www.takeITgoanywhere.org" target="_blank">TakeITgoanywhere.org</a></li>
                                    </ul>
    </div><!-- #EndLibraryItem --><!-- InstanceEndEditable -->
                                </td>
                                <td align="left" valign="top" id="contentCell"><!-- InstanceBeginEditable name="mainContent" -->
                                  <h1>For Students</h1>
                                  <p>The University of Massachusetts Amherst is leading a Commonwealth Alliance for Information Technology Education (CAITE) to design and carry out comprehensive programs that address under representation in information technology (IT) education and the workforce. CAITE will focus on women and minorities in groups that are underrepresented in the Massachusetts innovation economy; that is, economically, academically, and socially disadvantaged residents.</p>
                                  <p>The project will pilot a series of outreach programs supported by educational pathways in three regions (one rural, one suburban, and one urban). The project will include work with high school teachers, staff, and counselors. CAITE will identify best practices and disseminate, deploy, extend and institutionalize these best practices statewide and nationally.</p>
                                  <p>Community colleges are the centerpiece of CAITE because of the central role they play in reaching out to underserved populations and in serving as a gateway to careers and further higher education.</p>
                                  <p>This project will build a broad alliance built on its leadership in and partnership with the Commonwealth Information Technology Initiative (CITI), the Boston Area Advanced Technological Education Center (BATEC), regional Louis Stokes Alliances and NSF EGEP programs, and other partnerships and initiatives focused on information technology education and STEM pipeline issues</p>
                                  <p> </p>
                                <!-- InstanceEndEditable --></td>
                              </tr>
                          </table>
                        </div>
                        <div id="alliances">
                              <table width="100%" border="0" cellpadding="0" cellspacing="0">
                                <tr>
                                  <td height="30"  align="left" valign="top"><h2><a href="../about/alliances.html">Alliances</a></h2></td>
                                </tr>
                                <tr>
                                  <td  align="center" valign="middle"><!-- #BeginLibraryItem "/Library/AllianceTable.lbi" --><p>
    <table border="0" cellpadding="2" cellspacing="0">
                                    <tr>
                                      <td width="35"  align="center" valign="middle"> </td>
                                      <td  align="center" valign="middle"><a href="http://www.citi.mass.edu/" target="_blank"><img src="../images/logo_citi.jpg" alt="Citi" width="65" height="50"  border="0 /"></a></td>
                                      <td align="center" valign="middle"><a href="http://www.batec.org/index.php" target="_blank"><img src="../images/logo_batec.jpg" alt="BATEC" width="69" height="46" border="0" /></a></td>
                                      <td  align="center" valign="middle"><a href="http://www.nsf.gov/index.jsp" target="_blank"><img src="../images/nsflogo.gif" alt="NSF" width="64" height="65" border="0" ></a></td>
                                      <td  align="center" valign="middle"><a href="http://www.nelsamp.neu.edu/" target="_blank"><img src="../images/nelsamplogo.gif" width="100" border="0"></a></td>
                                      <td  align="center" valign="middle"><p><a href="http://mysite.verizon.net/milnerm/" target="_blank"><img src="../images/umlsamp.png" width="85" height="63" border="0"></a></p>                                  </td>
                                      <td  align="center" valign="middle"><a href="http://www.neagep.org/index.asp" target="_blank"><img src="../images/nealogo.gif" border="0" ></a></td>
      </tr>
                                  </table>
    <!-- #EndLibraryItem --></td>
                                </tr>
                          </table>
                        </div>
                    </div> <!-- end inner wrapper -->
                </div><!-- end wrapper right -->
            </div><!-- end wrapper left -->
            <div id="bottom">
                <div id="bottom_l">
                    <div id="bottom_r"> </div><!-- end bottom right -->
                </div><!-- end bottom left -->
            </div>  <!-- end bottom -->
        </div><!-- end wrapper -->
        <div id="copyright"><!-- #BeginLibraryItem "/Library/copyright.lbi" -->
    <p>Sponsored by CAITE an NSF CISE Broadening Participation in Computing Alliance<br />
    &copy; copyright 2008 <a href="http://www.umass.edu/" target="_blank">University of Massachusetts, Amherst</a></p>
    <font color="#666666"><br>
    </font>
    <p><font color="#666666" size=2>  This material is based upon work supported by the National Science Foundation under Grant No.s NSF-0634412 and NSF-0837739. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.</font> </p>
    <!-- #EndLibraryItem --></div>    
    <!-- end copyright -->
    <script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    </script>
    <script type="text/javascript">
    try {
    var pageTracker = _gat._getTracker("UA-7435501-1");
    pageTracker._trackPageview();
    } catch(err) {}</script>
        </body>
    <!-- InstanceEnd --></html>

  • I need help with the conditional build tag option RoboHelp 10

    I need help with the conditional build tag option. I want to apply CBT to content in a topic. I looked at the Help topics and believed that I applied the feature correctly. Howver, it is not working as desired. In the 2nd sentence below I want the text highlighted in blue to only appear for the printed output and the text printed in purple to only appear for the .htm /online output. Please help.
    There are common tasks used to manage the folders in the Navigator and the folders
    in the BBS Folders Viewer Grid. For more information on these common tasks see Help
    and Support in Success Enterprise. click the links below.

    Hi there
    Using tagging is a two part process.
    Part One
    You create and apply the tags to the information you wish to control.
    Part Two
    You create a Build Expression that is used when you generate your output. The Build Expression typically reads something like: NOT Tag1 (or whatever your tag name is)
    Then when you generate and use the Build Expression, the information tagged is not included in the build.
    Cheers... Rick

  • Need help with home work see what you got

    1. The MEMBERS table has the phone number broken into three fields:
       CountryCode - e,g., '1' for the United States
       AreaCode - e.g., three digits for the United States
       Phone - e.g., 7 digits, with or without a dash between the first three digits (Exchange) and last four digits (Line)
       Any or all of the fields may be missing (null) or blank or contain only spaces.
       Write a T-SQL statement to concatenate the three fields into a complete phone number
       with the format: CountryCode(AreaCode)Exchange-Line, e.g., 1(816)123-4567
       If no Phone is present, return a blank string.
       If no area code is present, return only the Phone number. Do not return an empty pair of parentheses or the CountryCode.
    2. The PERSON_CAMPAIGN table contains a row for each war/conflict the member served in. A member may have served in multiple conflicts
       For this purpose, each row contains:
       PersonID - unique member identifier
       Campaign - name of war/conflict
       Write a T-SQL statement to return one row per member with all campaigns concatenated into a single field and separated by commas
       E.g., PersonID    Campaigns
             12345678    Global War on Terror, Iraq, Afghanistan
    3. The MEMBER_STATISTICS table contains one row per post.
       For this purpose, each row contains the post's:
       Division - a way of grouping posts by their member size
       Department - the state in which the post is located
       PostNumber - unique post identifier
       Reinstated - count of members whose annual subscription had lapsed for at least two years but who have now subscribed for the current year
       Write a T-SQL statement to determine the top ten posts in each division based on the number of reinstated members, with a minimum of 50 reinstated members.
       Rank them by highest to lowest reinstated count.
       Return their Division, Rank, Department, PostNumber, Reinstated

    I got 3 home work questions think i have the first two need help with the last one please.
    Kinda stuck on #3 hard I can see data not sure witch to sum or count?
    1. The MEMBERS table has the phone number broken into three fields:
       CountryCode - e,g., '1' for the United States
       AreaCode - e.g., three digits for the United States
       Phone - e.g., 7 digits, with or without a dash between the first three digits (Exchange) and last four digits (Line)
       Any or all of the fields may be missing (null) or blank or contain only spaces.
       Write a T-SQL statement to concatenate the three fields into a complete phone number
       with the format: CountryCode(AreaCode)Exchange-Line, e.g., 1(816)123-4567
       If no Phone is present, return a blank string.
       If no area code is present, return only the Phone number. Do not return an empty pair of parentheses or the CountryCode.
    ANSWER******************
    Notes: created a funtion to format the phone 
    Then used the this function in a select to concatenate Phone 
     CREATE FUNCTION dbo.FORMATPHONE (@CountryCode int, @AreCode int, @Phone VARCHAR(14))
    RETURNS VARCHAR(14)
        AS BEGIN
           DECLARE @ReturnPhone VARCHAR(14)
           DECLARE @NewPhone VARCHAR(14)
    -- Note case sets newphone to null if phone null or '' also to see if phone has '-' in it if not inserts into newphone
           case 
                when @Phone is null or @Phone  = ''
                   Then SET @NewPhone = Null
                when @Phone = substring(@Phone,4,1)='-'
          Then SET @NewPhone = @Phone 
           else  
                SET @NewPhone = substring(@Phone,1,3)+'-'+ substring(@Phone,4,4)
           End     
           case 
                when @NewPhone is null then SET @ReturnPhone = @NewPhone            
           elese case
                    when @AreCode is null or @AreCode = '' then SET @ReturnPhone = @NewPhone
                 else 
          SET @ReturnPhone = @CountryCode + '(' + @AreCode + ')' +  @NewPhone
                END
           END
        RETURN @ReturnPhone 
    END
    select dbo.FORMATPHONE(CountryCode,AreCode,Phone)
    from MEMBERS 
    2. The PERSON_CAMPAIGN table contains a row for each war/conflict the member served in. A member may have served in multiple conflicts
       For this purpose, each row contains:
       PersonID - unique member identifier
       Campaign - name of war/conflict
       Write a T-SQL statement to return one row per member with all campaigns concatenated into a single field and separated by commas
       E.g., PersonID    Campaigns
             12345678    Global War on Terror, Iraq, Afghanistan
    ANSWER******************
    SELECT      PersonID,
                STUFF((    SELECT ',' + Campaign AS [text()]
                            FROM PERSON_CAMPAIGN 
                            WHERE (PersonID = Results.ID)
                            FOR XML PATH('') 
                            ), 1, 1, '' )
                AS Campaigns
    FROM  PERSON_CAMPAIGN Results
    3. The MEMBER_STATISTICS table contains one row per post.
       For this purpose, each row contains the post's:
       Division - a way of grouping posts by their member size
       Department - the state in which the post is located
       PostNumber - unique post identifier
       Reinstated - count of members whose annual subscription had lapsed for at least two years but who have now subscribed for the current year
       Write a T-SQL statement to determine the top ten posts in each division based on the number of reinstated members, with a minimum of 50 reinstated members.
       Rank them by highest to lowest reinstated count.
       Return their Division, Rank, Department, PostNumber, Reinstated

  • I purchased Adobe Acrobat x Pro recently and installed it, I have compatibility issues vision 2013. The adobe pdf converter  plug in stays inactive despite all my efforts to activate it, I need help with this? How can i get the plug in to work with Visio

    I purchased Adobe Acrobat x Pro recently and installed it, I have compatibility issues vision 2013. The adobe pdf converter  plug in stays inactive despite all my efforts to activate it, I need help with this? How can i get the plug in to work with Visio 2013?

    For MS Visio (any version) only the appropriate version of Acrobat *PRO* provides PDFMaker for Visio.
    For Visio 2013 specifically you must have Acrobat XI Pro (updated to at least 11.0.1).
    See: 
    http://helpx.adobe.com/acrobat/kb/compatible-web-browsers-pdfmaker-applications.html  
    Be well...

  • I need help with a PDF file that is an image, the "Read Out Loud' option does not work, please help!

    I need help with a PDF file that is an image, the "Read Out Loud' option does not work, please help!

    You mean an image such as a scanned document?
    If that is the case, the file doesn't contain any text for Reader Out Loud to read. In order to fix that, you would need an application such as Adobe Acrobat that does Optical Character Recognition to convert the images to actual text.
    You can also try to export the file as a Word document or something else using ExportPDF which I believe offers OCR and is cheaper than Acrobat.

  • I need help with the photo stream. Everytime I try to open it on my PC it says photo stream is unable and I have tried everuthing to enable it but it doesn't work. Any help, please?

    I need help with the photo stream. Everytime I try to open it on my PC it says photo stream is unable and I have tried everuthing to enable it but it doesn't work. Any help, please?

    Freezing, or crashing?
    ID on the Mac can produce reports that may (or may not) prove helpful in diagnosing the problem. I suspect this is something not directly related to InDesign, and maybe not to any of the Adobe apps directly since you seem to be having a problem in more than one. That often inidcates a problem at the system level.
    Nevertheless, it won't hurt to try to gather the reports. You'll find driections for how to generate them, and to post them on Pastebin.com (then put a link to them here) so we can see what's going on at Adobe Forums: InDesign CS5.5 Not Responding
    Do you happen to run a font manager? If so, which one, and waht version?

  • HT6114 hi all, my cisco Router link sys E2000 stop working need to up date Mac OS 10.4.9 or 10.5.8 or 10.6.1later how do i find this program please help

    hi all, my cisco router linksys E2000 stop working need to up date Mac OS 10.5.8 later or 10.5.8 or later or 10.6.1 or later where do i find this up date im new on mac computer please help

    I just visited the Linksys e2000 page, I think you need 10.6. You can buy it here:
    http://store.apple.com/us/product/MC573Z/A/mac-os-x-106-snow-leopard

  • I need help with fp, i cannot get it to work. have tried everything

    i cannot get fp to work.  I have uninstalled and installed so many times.  I use IE9....it worked two months ago.

    thank you for your reply.  I am using Internet Exp. 9 and McAfee software.  It states it installs and when I open a video, receive message I need to upgrade.  I followed the directions for 32 bit vs 64 bit.   Adobe FP is under my programs????
    > Date: Thu, 8 Sep 2011 05:17:21 -0600
    From: [email protected]
    To: [email protected]
    Subject: I need help with fp, i cannot get it to work. have tried everything
    It won't work or just won't install?
    Which OS, browser(s), and anti-virus software are you using?
    If you're using the free Avira AntiVir(us) Personal software, then deactive the Webguard feature first before installing the Flash Player.
    >

Maybe you are looking for

  • Can I trade my MacBook Air for a new MacBook Air that just came out?

    I was wondering that I bought the MacBook Air in November of 2010 and I would like to get the new MacBook Air can I just do a trade from Best Buy or Apply?

  • Why we need doGet() or doPost() instead of service()

    Though we have service() method in http servlet why we need to override the doGet() or doPost() of Httpservlets 2services methods are availbale in HttpServlets 1.protected void service( Httpservelt request hreq, HttpServletResponse hresp); 2. Public

  • Use iTunes library file from old account

    Earlier: Lion on Macbook Pro, one SSD drive for system and one for media. Moved iTunes library to the Media drive, and told iTunes, worked like a charm. Now, after having formated the system disc and reinstalled system (Mountain Lion), I replaced the

  • [SOLVED] Games won't display

    Well... there is a display, but it goes away immediately for tremulous, nexuiz, cube, savage2, and pretty much all the other games. It's fine fore wesnoth. GLXGears works just fine. So not quite sure what else it could be. xorg.conf: Section "Module"

  • (SL510) Driver for port replicator M01060 windows 7 64 bit

    My monitor will not work with a M01060, when used with my SL510.  OS is Windows 7, 64 bit. I download the 2.0 drivers listed on this forum, but that did not fix the issue.  The device manager lists USB Ethernet and USB Video in "Other Devices."  How