Is email reporting still available in CP7

Our programmer here was going to try and hijack the email reporting function to be able to use it with ASP.NET but when I went to do a publish project I didn't see email reporting available from the drop down.
Susan

Hello,
Welcome to Adobe forums.
Email reporting is no longer available since Captivate 6.
You may need to look into third party widgets. Few of the links are mentioned below.
http://captivatedev.com/2012/11/12/adobe-captivate-6-x-widget-google-lms-with-email-report ing-2/
http://www.cpguru.com/email-reporting-widget-for-adobe-captivate/
Rajeev

Similar Messages

  • How do I get support tabs back on my email page(They've disappearedc on Firefox, but are still available on Internet Explorer)?

    The solution tabs on my email page(i.e.-"delete","check mail","compose",etc.)have disappeared on Firefox. They are still available on Internet Explorer, but I'd like to use Firefox!@ How can I get them back on Firefox? I have tried removing Firefox from my computer(O.S.=Windows XP) and then reinstalled the latest version of Firefox, but this didn't help[!!
    == This happened ==
    Every time Firefox opened
    == About a week ago ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.4; msn OptimizedIE8;ENUS)

    Clear the cache and the cookies from sites that cause problems.<br>
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove the Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"

  • Over the years and upgrading machines, I now have over 20k of emails in the import mailboxes within several folders. How can I archive these in way so the are still available, if necessary, to search, but don't load and slow down my mail app.

    Over the years and upgrading machines, I now have over 20k of emails in the import mailboxes within several folders. How can I archive these in way so the are still available, if necessary, to search, but don't load and slow down my mail app.

    Ok Thank you.
    I wont worry now.
    Just maybe dig in deep and delete the deleted mails that are still around and that will hopefully clean it up a bit.
    Many thanks for your help and advice.
    Regards
    Chrispl0

  • Mail Adapter :: eMail Reporting

    Hi
    I am creating one scenario using following weblog :
    /people/community.user/blog/2006/09/08/email-report-as-attachment-excelword
    But in my mail I am getting the Headings but not the values which I am providing through my XML file.
    I even deleted all the fomatting elements but still the same thing.
    My XSLT file is like this now ...
    ?xml version='1.0'?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
      <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/>
      <xsl:template match="/">
       <ns1:Mail xmlns:ns1="http://sap.com/xi/XI/Mail/30">
        <Subject>Deliveries from XI</Subject>
        <From><i>MY EMAIL ID</i></From>
        <To><i>My EMAIL ID</i></To>
        <Content_Type>text/html</Content_Type>
        <Content>
         <xsl:text xsl:space="preserve">Catalog of CDs available:</xsl:text>
         <xsl:text xsl:space="preserve">Title</xsl:text>
         <xsl:text xsl:space="preserve">Artist</xsl:text>
         <xsl:text xsl:space="preserve">Country</xsl:text>
         <xsl:text xsl:space="preserve">Company</xsl:text>
         <xsl:text xsl:space="preserve">Price</xsl:text>
         <xsl:text xsl:space="preserve">Year</xsl:text>
         <xsl:for-each select="Catalog_MT/cd">
          <xsl:value-of select="title"/>
          <xsl:value-of select="artist"/>
          <xsl:value-of select="country"/>
          <xsl:value-of select="company"/>
          <xsl:value-of select="price"/>
          <xsl:value-of select="year"/>
         </xsl:for-each>
        </Content>
       </ns1:Mail>
      </xsl:template>
    </xsl:stylesheet>
    My XML file is this
    <?xml version="1.0" encoding="ISO-8859-1" ?>
    - <ns0:Catalog_MT xmlns:ns0="urn:Reporting">
    - <cd>
      <title>Empire Burlesque</title>
      <artist>Bob Dylan</artist>
      <country>USA</country>
      <company>Columbia</company>
      <price>10.90</price>
      <year>1985</year>
      </cd>
    - <cd>
      <title>Hide your heart</title>
      <artist>Bonnie Tyler</artist>
      <country>UK</country>
      <company>CBS Records</company>
      <price>9.90</price>
      <year>1988</year>
      </cd>
      </ns0:Catalog_MT>
    I am getting the output like this in my Mail Body -->
    <i><b>Catalog of CDs available:TitleArtistCountryCompanyPriceYear</b></i>
    I am not so good in XSLT. Can you pls. suggest what am I missing.
    Regards
    - Lalit -

    Hi,
    You did not consider namespace in your XSLT
    try this
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" <b>xmlns:ns2="urn:Reporting"</b>>
    <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/>
    <xsl:template match="/">
    <ns1:Mail xmlns:ns1="http://sap.com/xi/XI/Mail/30">
    <Subject>Deliveries from XI</Subject>
    <From>MY EMAIL ID</From>
    <To>My EMAIL ID</To>
    <Content_Type>text/html</Content_Type>
    <Content>
    <xsl:text xsl:space="preserve">Catalog of CDs available:</xsl:text>
    <xsl:text xsl:space="preserve">Title</xsl:text>
    <xsl:text xsl:space="preserve">Artist</xsl:text>
    <xsl:text xsl:space="preserve">Country</xsl:text>
    <xsl:text xsl:space="preserve">Company</xsl:text>
    <xsl:text xsl:space="preserve">Price</xsl:text>
    <xsl:text xsl:space="preserve">Year</xsl:text>
    <xsl:for-each select<b>="ns2:Catalog_MT/cd"</b>>
    <xsl:value-of select="title"/>
    <xsl:value-of select="artist"/>
    <xsl:value-of select="country"/>
    <xsl:value-of select="company"/>
    <xsl:value-of select="price"/>
    <xsl:value-of select="year"/>
    </xsl:for-each>
    </Content>
    </ns1:Mail>
    </xsl:template>
    </xsl:stylesheet>
    Regards,
    Prakash

  • I changed my email on my Apple ID but it says my old email is still connected to the account. How do I unassociate my old email from my account?

    I was trying to switch my iTunes Apple ID email (A) to my new email address (B), but it told me my new email address (B) was already in use as another Apple ID. I sent myself a reset password email because I hadn't gotten any emails at that address (B) from iTunes before. The account under my email (B) was registered to a different name but had not been used (billing info wasn't even set up), so I set it up under my name and then changed the email on the account to a third email address (C). I thought that would now make my new email address (B) available to be switched and used on my original account as planned, but Apple is telling me that the email address (B) is still associated with the second account, even though the third email address (C) has been verified and made primary for that account. How do I get my email address (B)unattached from my account?

    Go to appleid.apple.com, log in with new ID. Change 'apple ID and primary email address' back to old ID.
    Delete the icloud account on the iphone.  (It should let you now that the ID was changed back).
    Go to appleid.apple.com, log in with OLD ID. Change 'apple ID and primary email address' back to NEW ID.
    And sign back into icloud with the new ID.

  • Variables in email reporting or quiz variables in captions for captivate 4?

    Hi,
    Captivate 4, cp4
    I have been all around the forums without getting an exact answer to what I want to do. Perhaps there isn't one but, anyway...
    I am trying to collect quiz information. I just want a simple collection of data that shows that someone has completed the quiz, which just a set of multiple response statements, and who that someone is. I have started by using Text Entry Boxes (TEB) to collect their name and assigned a variable (v_Name) to this to reuse the information in a certificate. So far so good and this works. I have set up email reporting on the quiz and, providing users actually hit the button and accept both messages, the email gets sent. All I am looking for in the email is that a user has completed the quiz. The score and results do not matter. Now, here comes the issue. I would like to record the user's name (v_Name) in the quiz results that are emailed in. No matter how many reporting options or marks I give the TEB or what options for reporting I select the information will not appear in the emailed report. I can set up a question slide to ask for the name and this will appear in my emailed report but will not appear in my certificate.
    Any ideas?
    I have tried to play around with padMail in the resulting HTML to try and draw out the variables but had no luck (I am a JavaScript novice).
    Is there a way of emailing a slide view? Or a widget to do this (I have been unable to find one).
    LMS is not a solution at the moment and upgrading is unlikely to happen as I am still trying to get all Captivate users in the office up to 4 from 3!
    Is it possible to take a quiz answer and use it like a TEB variable and put it into another slide via a caption? E.G., $$Interaction1234$$ or some action script to make v_Name = interaction1234?
    I am looking for a simple solution. I have looked into all of the post to database articles and they have been somewhat helpful but I am only trying to capture simple data so as the users can just be ticked off as having completed it.
    I am not holding out much hope. It seems quizzing in Captivate is good for self-assessment and to provide branching but the reporting feature is a bit of a failure.
    Thanks very much to anyone who just reads this and gets this far!
    Even more thanks to anyone who is willing to share ideas.
    Greig

    Email reporting has so many potential failure points that (in my opinion) it has to be considered one of those reporting options that you only use as a last resort when nothing else is open to you.  LMS reporting is by far the best way to go, but that's just not an option for many people.  Adobe kindly provided External Server Reporting as an option in Captivate 5, but that also requires access to a server running PHP and at least some technical exoertise.
    In your case, the only things I can suggest trying are to make sure your publish folder location has been added to Flash Player Global Security as a trusted location, or to upload your published project files to a web server and test from there.  Sometimes this email reporting issue turns out to be Flash security related.
    The email reporting widget is definitely worth a shot and is very inexpensive when you consider how many hours you can spend trying to chase down these issues.
    In the end, if you get email reporting to work reliably, consider yourself one of the lucky few.

  • "SubReq" is still available in the stock/requirements list.

    Hi SAP guru's,
             In the subcontracting scenario for our client, the required quantity of child component will be provided to the subcontracting vendor.
    For one particular purchase order,
    Subcontracting PO for parent material "A" - qty 4284
    Child component "B" - qty 24,996 provided to the vendor
    "SubReq" is still available in the stock/requirements list of child component referring to the closed purchase order (delivery and invoice posting completed for full quantity, no open item quantity).
           What could be the reason for this issue and what is the best solution.
    Thanks in advance for your valuable reply.
    Reddy.

    Hi Csaba,
    Thanks for your immediate response to my query.SubReq should not appear in MD04 w/o existing requirement (e.g. PO) as a standard but it is observed for this PO.
    The  OSS note "115899- Correction report for subcotractor requirements" is not giving the direct solution, but the content in this note may be useful to analyse and resolve the issue which we are trying.
    Thanks & Regards,
    Reddy GY.

  • Earstwhile ISA still available in ECC 6.0?

    Hello,
    Earlier R/3 versions (Till 4.7) had Internet Sales Application (ISA) component which was supposed to be used for B2B and B2C scenarios.
    Is this component still available in ECC 6.0? If yes, any enhancements done to the earstwhile functionalities?
    If the client is using earstwhile ISA in say R/3 4.0 and would like to use the same in ECC 6.0, will they be able to do it OR does it require some additional software piece/ component?
    If ISA is withdrawan from ECC 6.0, what would be the best way for clients to get the functionality of B2B and B2C selling in ECC 6.0? Do they necessarily have to go for CRM?
    Thanks and regards,
    Vijay

    Dear:
                    In SAP FI you can pinpoint the report which are new in ECC6 as compared to previous version by the nomenclature defined. Reports ending with letter N are new and modified reports as compared to the previous versions. E.g FBL5N,FBL1N e.t.c

  • Can I schedule and email reports from ACS 5.1

    I would like to receive a report daily on our TACACS activity on our network devices. I've looked thru the menus and searched some but have not found a clear way to generate such a report. 
    any help is appreciated.

    Working with Scheduled Reports
    In ACS 5.5, you can schedule reports for a future date in such a way that ACS automatically generates the report. This can be done using the scheduled reports feature available in the Monitoring and Reports web interface. This feature is available only for the for RADIUS authentication, RADIUS accounting, TACACS+ authentication, TACACS+ authorization, and TACACS+ accounting reports. ACS generates the scheduled reports based on the given time range, exports them to a .csv file, and stores them in the specified remote repository.
    Previous releases of ACS allowed you to export reports and copy the .csv file to the local file system. You need to copy the exported file using the copy command to a remote location. But in ACS 5.5, you have the option to configure the remote repository to which the generated reports are exported and stored.
    An email notification is sent whenever a scheduled report is generated successfully. The email notification contains the following information:
    Scheduled Report Name—Name of the scheduled report.
    Cause—The reason for which you have received this email or alarm notification. In this case, the notification is a scheduled report alarm.
    Details—The details of the email notification.
    Repository Name—Name of the remote repository where the generated reports are stored.
    Repository URL—URL of the remote repository.
    File Name—Name of the generated report. The format of the filename is <Name of the Scheduled Report>-<Report Type>. For instance, if the name of the scheduled report is “report1” and the report type is RADIUS_Accounting, then the filename is displayed as: report1-RADIUS_Accounting.csv
    Generated on—The date and time at which the report is generated.
    ACS does not generate any alarms or email notifications if a scheduled report generation fails. To know the status of the scheduled reports, go to the Monitoring Configuration > System Operations > Scheduler page and check for the status.
    http://www.cisco.com/c/en/us/td/docs/net_mgmt/cisco_secure_access_control_system/5-5/user/guide/acsuserguide/viewer_reporting.html

  • Failed to send email report ,The transport failed to connect to the server

    HI i have to automate my report using sub
    1.I have configured SMTP server in the configuration settings
    2. I have created subscitption using my report,But i here i will found one error.
    Please find the 
    failed to send email report ,The transport failed to connect to the server
    and can u please help me out for this
    when i check in the loge files it will show this error below
    No DSN present in configuration file, Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: The report server has encountered a configuration error. ;

    I have change the settings as u suggested but still not able to send the mail .
    its shows me the same error mesg
    <Header>
      <Product>Microsoft SQL Server Reporting Services Version 2009.0100.1600.01 ((KJ_RTM).100402-1539 )</Product>
      <Locale>English (United States)</Locale>
      <TimeZone>W. Europe Standard Time</TimeZone>
      <Path>C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVEREPORT\Reporting Services\Logfiles\ReportServerService__02_10_2015_03_44_06.log</Path>
      <SystemName>WEGDACM1</SystemName>
      <OSName>Microsoft Windows NT 6.1.7601 Service Pack 1</OSName>
      <OSVersion>6.1.7601</OSVersion>
      <ProcessID>10420</ProcessID>
      <Virtualization>Hypervisor</Virtualization>
    </Header>
    rshost!rshost!28d0!02/10/2015-03:44:06:: i INFO: Currently registered url http://+:80/ReportServer_MSSQLSERVEREPORT/ on endpoint 2
    rshost!rshost!28d0!02/10/2015-03:44:06:: e ERROR: Failed to register url=http://+:80/Reports/ for endpoint 3, error=b7.
    rshost!rshost!28d0!02/10/2015-03:44:06:: w WARN: Endpoint 3 is enabled but no url is registered for vdir=/Reports, pdir=C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVEREPORT\Reporting Services\ReportManager.
    servicecontroller!DefaultDomain!28f4!02/10/2015-03:44:06:: e ERROR: Error creating HTTP endpoint. System.Runtime.InteropServices.COMException (0x800700B7): Cannot create a file when that file already exists. (Exception from HRESULT: 0x800700B7)
       at Microsoft.ReportingServices.HostingInterfaces.IRsUnmanagedCallback.CreateHttpEndpoint(RsAppDomainType application, String[] urlPrefixes, Int32 cPrefixes, String[] hosts, Int32 cHosts, Boolean wildCardPresent, String virtualDirectory, String
    filePath, Int32 authType, Int32 logonMethod, String authDomain, String authRealm, Boolean authPersist, Int32 extendedProtectionLevel, Int32 extendedProtectionScenario, Boolean enabled)
       at Microsoft.ReportingServices.Library.ServiceAppDomainController.SetWebConfiguration(RunningApplication rsApplication, Boolean enabled, String folder)
    rshost!rshost!28d0!02/10/2015-03:44:06:: i INFO: Endpoint 4 is disabled and no url is registered vdir=/ReportServer_MSSQLSERVEREPORT/ReportBuilder, pdir=C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVEREPORT\Reporting Services\ReportServer\ReportBuilder.
    rshost!rshost!28f4!02/10/2015-03:44:06:: i INFO: Derived memory configuration based on physical memory as 16776696 KB
    servicecontroller!DefaultDomain!28f4!02/10/2015-03:44:06:: i INFO: Recycling the service from the default domain
    rshost!rshost!28f4!02/10/2015-03:44:17:: i INFO: Application domain type WindowsService statistics: created: 10, unloaded: 10, failed: 0, timed out: 0.
    appdomainmanager!DefaultDomain!28f4!02/10/2015-03:44:17:: i INFO: Appdomain:12 WindowsService_10 started.
    library!WindowsService_10!28f4!02/10/2015-03:44:17:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: No DSN present in configuration file, Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException:
    The report server has encountered a configuration error. ;
    servicecontroller!WindowsService_10!28f4!02/10/2015-03:44:17:: e ERROR: Error initializing configuration from the database: Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: The report server has encountered a configuration
    error. 
    resourceutilities!WindowsService_10!28f4!02/10/2015-03:44:18:: i INFO: Reporting Services starting SKU: Enterprise
    servicecontroller!WindowsService_9!28f4!02/10/2015-03:44:18:: i INFO: Service controller exiting.
    appdomainmanager!DefaultDomain!28f4!02/10/2015-03:44:18:: i INFO: Appdomain:11 unregistered.
    appdomainmanager!DefaultDomain!28f4!02/10/2015-03:44:18:: i INFO: Appdomain:11 WindowsService_9 unloading.
    appdomainmanager!DefaultDomain!e24!02/10/2015-03:44:18:: i INFO: AppDomain:11 0 pending unload(s)
    library!WindowsService_10!19f0!02/10/2015-03:44:18:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: No DSN present in configuration file, Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException:
    The report server has encountered a configuration error. ;
    library!WindowsService_10!19f0!02/10/2015-03:44:18:: e ERROR: ServiceStartThread: Exception caught while starting service. Error: Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: The report server has encountered a configuration
    error. 
    library!WindowsService_10!19f0!02/10/2015-03:44:18:: e ERROR: ServiceStartThread: Attempting to start service again...
    library!DefaultDomain!1ca8!02/10/2015-10:55:23:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: No DSN present in configuration file, Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException:
    The report server has encountered a configuration error. ;
    This is my Logfile can u pls go through it and resolve my issue.

  • Cap 3 - Email reporting

    The good news is this seems to work, when you finish the quiz
    and click 'send email' it opens up a brand new email with the data
    inside.
    However in Edit Preferences if you choose to send the details
    as an attachment rather than body text it still seems to do the
    same thing.
    Glad the email reporting is working though but hopefully not
    too many students will attempt to edit the scores etc !

    Hi there Dorothy and welcome to our community
    I too cannot send E-Mail as an attachment. Body text seems to
    work fine. Just attachments.
    Bottom line here is that you really should report to Adobe as
    a bug/suggestion. What's that you say? You thought posting here
    does the same thing?
    Nope, there is an officious channel that they do actually
    monitor. You may find the form at
    this
    link.
    Cheers... Rick

  • CS 5.5 still available?

    Hi, I work in InDesign CS5, to be compatible with book publishing clients. One has just asked for work to be supplied in CS5.5. Is that still available? And does it upgrade the CS5 version, so 5 is no longer usable separately? Or is it just CS6 that I can upgrade to now?

    Hi, you replied. I don't need CS6, my clients use CS5 and insists on this. But a new one wants me to work in CS5.5 can I still get it and can I run it alongside CS5? Please advise.
    Many thanks
    Jane
    Jane Hawkins Graphic Design
    13 Princes Terrace  •  Brighton BN2 5JS
    [email protected]
    +44 1273 691047  •  07769 683 609

  • Receiving undelivered email reports from mailer daemon

    Hi,
    I use Mac Mail 5.1, which is linked to my hotmail email account and for the past 24 hours I've been receiving "undelivered email reports from Mailer Daemon" but it appears that, even when I send the same message from my yahoo accout, the problem still persists.  Any assisstance would be appreciated.
    Thanks.

    Those reports come from the server at the message destination. For whatever reason, the mail couldn't be delivered. It's not a problem with your Mac.

  • Okay... try #3... I spend 80% of my life off line... off the grid, as I live in a remote area, power produced by wind/water. Is CS5 or 6 still available? I hate cloud based applications too.. any help here ??

    okay... try #3... I spend 80% of my life off line... off the grid, as I live in a remote area, power produced by wind/water. Is CS5 or 6 still available? I hate cloud based applications too.. any help here ??

    Yes, you can buy CS6, PC or Mac, Standard or Extended. Here is the purchase page.
    Creative Suite 6
    You will need to download it and your email receipt will have the serial number. Plus the serial number will be stored with under under your account should you ever lose the email or the number.
    Gene

  • Empty inbox, but emails are still on server and are on harddrive

    My inbox is empty, just a white blank space, even though the blue numbers say there are emails, and even though the emails are still on the server, and even though previous days emails are saved to my harddrive.
    The Mail program won't display them.

    Chris,
    If your mailboxes, or at least some of them, originated in Panther, I want you to read the article at the link below, and perhaps get back to me with some observations, before attempting any changes:
    http://docs.info.apple.com/article.html?artnum=301315
    This issue of leftover files applies not only to mailboxes you have previously created (which are in the Mailboxes folder the article mentioned) but can also apply to those mailboxes in account folders created prior to the upgrade to Tiger.
    Also, please report the size of each file or folder. Do not, however, try to list the files that are within the folder named Messages, that is found in each and every mailbox. It is very important to compare the size of any file named "mbox" with that of the Messages folder. If the mbox is greater in size than the Messages folder, then not all messages have been converted to be in the Messages folder.
    The path to the Mail folder is Home/Library/Mail -- within the Mail folder are one or more account folders and the Mailboxes folder.
    Ernie

Maybe you are looking for