CP7 SCORM 2004: LMS not giving individual reports on abandoned items

In my LMS, if you quit a SCO without passing the quiz (whether there is a score or no), your last attempt is overwritten. This only happens when items are part of a sequence. Does anyone know of a technique (Javascript or otherwise) to force an item to make an individual report instance (timestamp, completion, success, score) on an abandoned item, whether it is part of a sequence or not?
I'll owe you a soda, if so.
M

Not sure what you mean by part of a sequence. All the information about a SCO is stored in the database in a table. There is not a seperate table for each attempt. If the user exits the SCO with "suspend" all data about that attempt will be saved, otherwise not. If you re-enter a SCO which has been suspended, you can use bookmarks and any quiz data previously acquired will be available.
If you do not exit under suspend, no data will be saved and will appear to be overwritten on subsequent attempts.
Does this help?

Similar Messages

  • Captivate 4 /SCORM 2004 Test not scoring correctly in LMS

    Hello,
    I've created a course in Captivate 4 with 5 points.   I've uploaded it into my LMS using SCORM 2004.   It will not score correctly.   I have double checked all of the settings in my click boxes, buttons, etc. Even though I answer everything correctly it will not score me at 100% which is what I have the passing rate as.
    Any ideas???
    Thanks!

    Hello,
    Thank you for your reply.  I have tried changing the reporting options to score vs. percentage and that doesn't work either.  My LMS is Mzinga (Knowledge Planet).   Below are screen shots of my settings.
    How do I get the "Mastery Score" section of the Manifest settings to be available (mine is grayed out)?  I read something about this on one of the disscussion forms but can't fibgure out what I'm missing to make it available.  Could this setting have something to do with my issue? 

  • CP7 SCORM 2004: When should success status be sent to the LMS?

    I'm seeing success sent only on quiz passed along with completion status. However, I'd like it to be sent on one slide view, with Completion being sent on quiz passed.

    I'm trying to make success trigger on slide one, because it is meaningless to our LMS. In our system, their forward progress is dependent on completion, which is set to "quiz is passed. However, I've noticed that I can't get success to trigger, even though it is set to one slide view, if the student leaves the lesson before they complete the quiz.
    Also, we're having trouble getting individual reports for those abandoned sessions, and I suspect that if I can trigger "success" as I'm aiming to, we'll see those individual abandoned reports as well. Right now, a student can overwrite their abandoned attempt until they complete the session by passing the quiz.
    If you could pass on the script to set success, I'd definitely like to give it a try.

  • BO Opendocument Url not giving pdf report when invoked through Java.

    Hi All,
    I'm trying to get pdf report by invoking the BO XI R3 server using the below url.
    <br>
    <br>
    <br>
    http://corpbo101d:41040/OpenDocument/opendoc/openDocument.jsp?sType=rpt&sDocName=BankAsAgentNA_1_au&sOutputFormat=P&lsS@model_code=BANKAGENT&lsS@user_id=sv66397&lsS@gen_no=1
    <br>
    <br>
    <B>This url gives the pdf report as expected when accessed through the browser.</B>
    <br>
    <br>
    But when accessing through Java it is not giving the pdf but its giving the content of the opendocument.jsp instead.
    <br>
    <B>Please let me what am I doing wrong.</B>
    <br>
    <br>
    Thanks in advance.
    Your code was breaking the forum thread so I removed it.
    Edited by: Jason Everly on Apr 19, 2010 10:17 AM

    Thanks for the response Jason,<br>
    <br>
    The java script were part of the output that I got when I invoked the url through Java. That is not the code that I'm using but the response which I'm getting after invoking the url.<br>
    <br>
    The url that I used is the one that I already pasted in the start of the thread.<br>
    <br>
    http://<server>:<port>/OpenDocument/opendoc/openDocument.jsp?sType=rpt&sDocName=BankAsAgentNA_1_au&sOutputFormat=P&lsS@model_code=BANKAGENT&lsS@user_id=sv66397&lsS@gen_no=1<br>
    <br>
    And yes I'm passing parameters along the url. <B>But it is with opendocument only and not viewrpt.*</B><br>
    <br>
    And this is already working through browser.<br>
    <br>
    But the problem occurs only during invocation through java, where I'm expecting a pdf byte stream. <br>
    <br>
    Instead i'm getting only html content. Which when I read through it, is nothing but the opendocument.jsp's source code.<br>
    <br>
    <B>Please find the java source code below.</B><br>
    <br>
              void readContent(String url) throws Exception, Exception{<br>
                   StringBuffer sb = new StringBuffer(url);
                   sb.append("&SM_USER=").append("USERID");<br>
    <br>               sb.append("&SM_SESSION=").append("fxdjmWRRN87gWfII3Bl//tUCgivgejevT29rnSInmXS05Hy8OZrVbzfxS7zLQbsceOX1NgPjBozft6GnYtLk7acHp6bom8pbgJrRXhlrB/okouB3LBoJl6oPf7eF/jj8CEYdsX5EhG/5MoK0YWrmIdWhjlmoixt0hHAdksm7S1rWlVSBhljv8KnjcFH7GA6QtP3TIPgSW1XaGhOiyUIMZL48av3f57KqXaAaw2dc32cJY28giWja2bGwQP/DcwMpuyHosZ1fKZVreoPHCKdvcYyV7jBZx0x68wacTBJgtBD1WdqdWmLwlA720xL8627LYNsbRtBPNHzCbjHQuA07iUVpwie8KuVfUL0bNloOejBX0idhkuRSKUEyWQOyvfXWaxL2rkZ/GRTsXzfTwUrUwqdoO6rDXGOPHFaLLdGd1VjBMZs5K6KAmpEs5lNf7CqBpCe5uG1J2QrxT5E7kqLRHBF1W2BN/AmqTpzvJoK5r7TXJZQVgGCcdnnZ9KLe5Zh8TED7VsU3DZCrXVOSol6dcbFQpqHozu0RVuOe5bQ4lfzgxtP0IdpjwAH4Sv6Bthf5/jujntxx6OjCl53GmtwN04e2ptf1UiBsN/MBClWXAMXW5WrtQEAyhp9Jcat2127AAkaEwFQEtPKoYa4Jg0GrzNZGHzj4UlqrWG9UeDAvGJ0GdZK4qrbkC6uPtn3ebMr/uHO90l4anrrSjWQYnKVjYNzCO4UUISYBy1aArFo73zEHz/ofdTCPk5FYSABGPTL2WnTEzOhvbHjI/y5ZZRAQVFgO38HhzhJvKr8TvF4sc/276UaMrjHf1UGL6ebB89UqKfLBrgzjvLLD3jZfX9R3N12fK0Z50rVFY/czb2Mui5s6VGnuEMcmoDAsUEjccmO4FhwswMW0KeBAPvc/2u6QJurxMPctBrDovV8FQSVhOLLGkzpeCUp4GlwDVEYYVRZY494xPi2hUmP4hsPafJ1s6HSTI/HmrH+I4oj90es4xjUBvTfALtWt5fSJbnF96Yes0vSGos4FuM908Bn/EK6CuOE8wAqLvmZvVVGZG12dvd");<br>
    <br>
               InputStream in = new BufferedInputStream(connection.getInputStream());<br>
    <br>
                   Reader r = new InputStreamReader(in);<br>
                   int c;<br>
                   while ((c = r.read()) != -1) {<br>
                     System.out.print((char) c);<br>
                   }<br>
         }<br>
    Edited by: Naaveen M on Apr 20, 2010 2:21 PM

  • CP8 reports score not percentage to LMS using SCORM 2004 3rd edition

    Hi,
    I have 24 questions and when I answer 2 questions correctly I get a score of 20, (each question being worth 10 points), but it is possible to send to the LMS a percentage and not a total score?  This LMS does not calculate but just shows what is sent which is confusing to the learner.  I'm using SCORM 2004 3rd edition. 

    Hi Rod,
    Thanks for that tip, I've double checked that and it appears to be correct.  I was under the impression that the reporting section would just be used for the criteria       for completion and would still report the score/percentage. 
    This is what my screen looks like, pretty standard I think.
    Any other areas that I should doublecheck?  I was thinking of making each question worth 5 points but that would require manually adjusting each course, less preferred way to fix it.
    I started thinking that under Quiz Result Message I only have Correct Question and Total Questions checked off, but don't know if that would cause the percentage to not output. Unlikely I think. 

  • Interaction report in Fronter fails... SCORM 1.2 and SCORM 2004 problems...

    I am using Captivate 2.0 and trying to make a SCORM content
    that will report user interaction in the new Fronter 7.1
    (www.fronter.com). I use the reload SCORM 1.2 player for complaince
    check, since I do not have one for SCORM 2004 (
    http://www.reload.ac.uk/scormplayer.html)
    I have created a test cp file with just one question and 7
    slides. I pack the output in .zip with SCORM 1.2.
    When loading into the reload player I get the error message
    Problem validating manifest
    (file:C:/Documents%20and%20Settings/Martin/reload/reload-scorm-player/server/webapps/reloa d-scorm-player/course-packages/22/imsmanifest.xml:
    12, 92): cvc-complex-type.3.2.2: Attribute 'xsi:schemalocation' is
    not allowed to appear in element 'lom'.
    I can see the .xml manifest from Captivate and line 12. The
    manifest is posted at the bottom of this page.
    Now when I use the LMS system fronter 71, which has SCORM
    2004 and SCORM 1.2 support, the whole package loads and reports
    pass/fail but not the user interactions. Fronter 71 has support for
    this, and I would like to know what I have done wrong. I tried both
    SCORM 1.2 and SCORM 2004.
    Here comes the manifest for scorm 1.2 and then afterwards for
    scorm 2004
    <?xml version="1.0" encoding="utf-8" ?>
    - <manifest identifier="testthree" version="1.0" xmlns="
    http://www.imsproject.org/xsd/imscp_rootv1p1p2"
    xmlns:adlcp="
    http://www.adlnet.org/xsd/adlcp_rootv1p2"
    xmlns:xsi="
    http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="
    http://www.imsproject.org/xsd/imscp_rootv1p1p2
    imscp_rootv1p1p2.xsd
    http://www.imsglobal.org/xsd/imsmd_rootv1p2p1
    imsmd_rootv1p2p1.xsd
    http://www.adlnet.org/xsd/adlcp_rootv1p2
    adlcp_rootv1p2.xsd">
    - <metadata>
    <schema>ADL SCORM</schema>
    <schemaversion>1.2</schemaversion>
    - <lom xmlns="
    http://www.imsglobal.org/xsd/imsmd_rootv1p2p1"
    xmlns:xsi="
    http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemalocation="
    http://www.imsglobal.org/xsd/imsmd_rootv1p2p1
    imsmd_rootv1p2p1.xsd">
    - <general>
    - <title>
    <langstring
    xml:lang="x-none">testfour</langstring>
    </title>
    - <catalogentry>
    <catalog>Adobe Captivate Course</catalog>
    - <entry>
    <langstring
    xml:lang="x-none">testthree</langstring>
    </entry>
    </catalogentry>
    - <description>
    <langstring xml:lang="x-none">min description
    ML</langstring>
    </description>
    - <keyword>
    <langstring xml:lang="x-none" />
    </keyword>
    </general>
    - <lifecycle>
    - <version>
    <langstring xml:lang="x-none">1.0</langstring>
    </version>
    - <status>
    - <source>
    <langstring
    xml:lang="x-none">LOMv1.0</langstring>
    </source>
    - <value>
    <langstring xml:lang="x-none">Final</langstring>
    </value>
    </status>
    </lifecycle>
    - <metametadata>
    <metadatascheme>ADL SCORM 1.2</metadatascheme>
    </metametadata>
    - <technical>
    <format>text/html</format>
    <location>.</location>
    </technical>
    - <educational>
    - <typicallearningtime>
    <datetime />
    </typicallearningtime>
    </educational>
    - <rights>
    - <cost>
    - <source>
    <langstring
    xml:lang="x-none">LOMv1.0</langstring>
    </source>
    - <value>
    <langstring xml:lang="x-none">no</langstring>
    </value>
    </cost>
    - <copyrightandotherrestrictions>
    - <source>
    <langstring
    xml:lang="x-none">LOMv1.0</langstring>
    </source>
    - <value>
    <langstring xml:lang="x-none">no</langstring>
    </value>
    </copyrightandotherrestrictions>
    </rights>
    - <classification>
    - <purpose>
    - <source>
    <langstring
    xml:lang="x-none">LOMv1.0</langstring>
    </source>
    - <value>
    <langstring xml:lang="x-none">Idea</langstring>
    </value>
    </purpose>
    - <description>
    <langstring xml:lang="x-none">min description
    ML</langstring>
    </description>
    - <keyword>
    <langstring xml:lang="x-none">Adobe
    Captivate</langstring>
    <langstring xml:lang="x-none" />
    </keyword>
    </classification>
    </lom>
    </metadata>
    - <organizations default="testthree_ORG">
    - <organization identifier="testthree_ORG">
    <title>testfour</title>
    - <item identifier="testone" isvisible="true"
    identifierref="testone_RES">
    <title>testtwo</title>
    <adlcp:maxtimeallowed />
    <adlcp:datafromlms />
    <adlcp:masteryscore>80</adlcp:masteryscore>
    <adlcp:timelimitaction>exit,message</adlcp:timelimitaction>
    </item>
    </organization>
    </organizations>
    - <resources>
    - <resource identifier="testone_RES" type="webcontent"
    href="cap2 1-2.htm" adlcp:scormtype="sco">
    <file href="cap2 1-2.swf" />
    <file href="cap2 1-2.htm" />
    <file href="SCORM_support/scorm_support.htm" />
    <file href="SCORM_support/scorm_support.js" />
    <file href="SCORM_support/scorm_support.swf" />
    </resource>
    </resources>
    </manifest>

    Here is the one for scorm 2004
    <?xml version="1.0" encoding="UTF-8" ?>
    - <manifest identifier="tthree" version="1.3"
    xmlns="
    http://www.imsglobal.org/xsd/imscp_v1p1"
    xmlns:xsi="
    http://www.w3.org/2001/XMLSchema-instance"
    xmlns:imscp="
    http://www.imsglobal.org/xsd/imscp_v1p1"
    xmlns:adlcp="
    http://www.adlnet.org/xsd/adlcp_v1p3"
    xmlns:imsss="
    http://www.imsglobal.org/xsd/imsss"
    xsi:schemaLocation="
    http://www.imsglobal.org/xsd/imscp_v1p1
    imscp_v1p1.xsd
    http://www.adlnet.org/xsd/adlcp_v1p3
    adlcp_v1p3.xsd
    http://www.imsglobal.org/xsd/imsss
    imsss_v1p0.xsd
    http://ltsc.ieee.org/xsd/LOM
    lomStrict.xsd">
    - <metadata>
    <schema>ADL SCORM</schema>
    <schemaversion>CAM 1.3</schemaversion>
    - <lom xmlns="
    http://ltsc.ieee.org/xsd/LOM">
    - <general>
    - <identifier>
    <catalog>Adobe Captivate Course</catalog>
    <entry>tthree</entry>
    </identifier>
    - <title>
    <string language="x-none">tfour</string>
    </title>
    - <description>
    <string language="x-none">min description
    ML</string>
    </description>
    - <keyword>
    <string language="x-none" />
    </keyword>
    </general>
    - <lifeCycle>
    - <version>
    <string language="x-none">1.0</string>
    </version>
    - <status>
    <source>LOMv1.0</source>
    <value>final</value>
    </status>
    </lifeCycle>
    - <metaMetadata>
    - <identifier>
    <catalog>test</catalog>
    <entry>test 1000</entry>
    </identifier>
    <metadataSchema>LOMv1.0</metadataSchema>
    <metadataSchema>SCORM_CAM_v1.3</metadataSchema>
    </metaMetadata>
    - <technical>
    <format>text/html</format>
    <location>.</location>
    </technical>
    - <educational>
    - <typicalLearningTime>
    <duration>PT0H0M</duration>
    - <description>
    <string language="x-none">Average length of time to
    experience this
    Adobe Captivate Project.</string>
    </description>
    </typicalLearningTime>
    </educational>
    - <rights>
    - <cost>
    <source>LOMv1.0</source>
    <value>no</value>
    </cost>
    - <copyrightAndOtherRestrictions>
    <source>LOMv1.0</source>
    <value>no</value>
    </copyrightAndOtherRestrictions>
    </rights>
    - <classification>
    - <purpose>
    <source>LOMv1.0</source>
    <value>idea</value>
    </purpose>
    - <description>
    <string language="x-none">min description
    ML</string>
    </description>
    - <keyword>
    <string language="x-none">Adobe
    Captivate</string>
    <string language="x-none" />
    </keyword>
    </classification>
    </lom>
    </metadata>
    - <organizations default="tthree_ORG">
    - <organization identifier="tthree_ORG">
    <title>tfour</title>
    - <item identifier="tone" isvisible="true"
    identifierref="tone_RES">
    <title>ttwo</title>
    - <imsss:sequencing>
    - <imsss:objectives>
    - <imsss:primaryObjective objectiveID="PRIMARYOBJ"
    satisfiedByMeasure="true">
    <imsss:minNormalizedMeasure />
    </imsss:primaryObjective>
    </imsss:objectives>
    </imsss:sequencing>
    <adlcp:dataFromLMS>.</adlcp:dataFromLMS>
    <adlcp:timeLimitAction>exit,message</adlcp:timeLimitAction>
    </item>
    </organization>
    </organizations>
    - <resources>
    - <resource adlcp:scormType="sco" identifier="tone_RES"
    type="webcontent" href="cap2 2004.htm">
    <file href="cap2 2004.swf" />
    <file href="cap2 2004.htm" />
    <file href="SCORM_support/scorm_support.htm" />
    <file href="SCORM_support/scorm_support.js" />
    <file href="SCORM_support/scorm_support.swf" />
    </resource>
    </resources>
    </manifest>
    Please help

  • Still struggling with Captivate 6, Oracle LMS and SCORM 2004

    Still can't get this course tracking with scores.  Herewith the screen shot.  Does anyone know if the settings I have chosen for the quiz are correct.  When I load the published course into the lms and test it, it shows "not attempted" prior to opening it and it gives the final score on the last quiz slide.  There is a slide after the last quiz slide.  It still seems not to transfer the scores to the lms.  I recently found out that we have Scorm 2004 version 4, so I changed the configuration setting as it was defaulted to version 3, but that still hasn't helped with the scores.  Under the start and end settings, I have chosen close project for the end.   I have been through a week of torture with this course!  Please can anyone assist as I'm not sure what to do anymore!

    Oh no.  Now I'm panicking!  I will try it.  Thanks
    Mrs T Cassisa
    Oracle Learning Management Practitioner
    Tel: 27 (21) 403 3069
    Fax: 27 (21) 403 3333
    www.parliament.gov.za
    >>> RodWard <[email protected]> 2/26/2014 11:20 AM >>>
    Re: Still struggling with Captivate 6, Oracle LMS and SCORM 2004
    created by RodWard in Quizzing/LMS - View the full discussion
    This sounds like you have some major issue in this course project file.
    Breaking it up into smaller files might not fix your issue.
    I suggest you create a new blank CPTX project file, add one true/false quiz question, set it to report to LMS with the settings you have above, publish as a single SCO package zip file, and upload to both your LMS and SCORM cloud.
    If this file doesn't even work, your installation of Captivate would have to be suspect and nothing you do in course module is going to fix that until you work out what the problem is.  If this very simple single-SCO lesson plays OK and reports successfully to the LMS, then we need to figure out what is lacking in your current file. 
    It could be that your current file has somehow become corrupted.  See the suggestions here for how to debug general corruption issues:
    http://www.infosemantics.com.au/adobe-captivate-troubleshooting/basic- troubleshooting-techniques
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/6158090#6158090
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/6158090#6158090
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/6158090#6158090. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Quizzing/LMS at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Javascript for custom Exit button on Saba LMS with SCORM 2004 v3 requirements.

    What should I add to the javascript panel on a custom exit button in Captivate to properly exit a course uploaded to a Saba LMS with SCORM 2004 requirements?

    I can confirm that the approach recommended by georgeyp worked for me with Captivate 5.5 and Saba. After publishing in Captivate, I opened the SCORM zip package and edited the imsmanifest to remove the masteryscore line. It seems that the LMS has nothing to compare to the 0 score value passed by Captivate and so it does not move the incomplete course to the Transcript and mark it ‘Unsuccessful’.
    I did not have an issue with the course getting stuck on the first screen and just showing the LMS initialization text.
    Note that I also tried the additional code (suggested but not guaranteed by Saba) and it did not solve the problem. I also tried using the 'SendTrackingDataAtEnd' SCORM template available in Captivate under Preferences > Quiz > Reporting. It did not solve the problem either.

  • Presenter 8/SCORM 2004: no tracking in LMS?

    Hi,
    We're using a new LMS and I'm new to using Adobe Presenter, especially with enabling the reporting to SCORM 2004 capabilities. When loading into our LMS, the courses are tracking progress and resuming correctly, but they are not passing completion data. (We're simply doing 80% of slide views to track completion).
    Our vendor claims the issue lies with Presenter, and claims that Adobe Presenter does not pass grading or tracking information to LMS. 
    We have tested the content in SCORM Cloud, and tracking and grading information is being recorded correctly. Are there known issues with Presenter reporting and tracking in SCORM 2004?
    Also possibly related, to get Captivate courses to track/report correctly, we had to add javascript to each file provided by the LMS vendor and patch the manifest file (I don't know what was adjusted to make those work, though).
    Thanks for any help or thoughts,
    Angela

    Hi, Angela,
    I have faced the same problem too.
    We have many online courses in my company transferred from PPT through Adobe Presenter. Some colleagues have encountered the similar problem as you described, i.e., the completion status is incorrect even though they have visited each page of the course file.
    Through my investigation, it seems that the problem is due to the missing of Java at user's PC. JAVA(JVE) is necessary in order to realize the communication between Presenter file and LMS.
    So I ask these colleagues to install JVE in their PC, and re-visit the course file, then the completion status becomes correct.
    Would you please have a try?
    Best regards.
    Aaron

  • What are the settings under SCORM 2004 to indicate the completion status on LMS

    Hi everyone,
    I have a captivate file which i have published as scorm 2004 compliant and checked that file on the scorm cloud. It worked well.
    SCORM Pacakage does note report partial completion. When a person stops training, we have the progress bar to indicate that they are at 0, 25, 50, 75 or 100%. 
    Problem: I dont know exactly, what are the settings to enable to indicate the completion status. I tried but it didn't worked.
    Please help & suggest the right way to do this..
    Regards
    Vikas Sharma

    anybody there.... pls help

  • Publishing folder not available SCORM 2004

    Hello,
    First, sorry for my bad english : I'm french.
    Please someone can help me : I do not can launch my captivate project on my LMS : the message written is : The archive is not standard to SCORM 2004 (3rd or 4th ed)
    I've already check the folder that content several files but I don't no exactly what kind of files are needed.
    I work with captivate 4 and my LMS are MOS and syfadis.
    Of course I followed the user guide and I put a cross in "Zip files" and "export html"
    I dont no why but I can't attached the pictures with all the files in the zip folder. If necessary, I'll try later.
    Thanks in advance

    Hello,
    I'm sorry to hear you're having trouble. Unfortunately, you've posted in the forums for Acrobat.com (www.acrobat.com); please post your question in the Captivate forum for help with this product:
    http://forums.adobe.com/community/adobe_captivate
    (Votre anglais est presque parfait - merci pour avoir fait l'effort!)
    Bonne chance -
    Rebecca

  • How do you get a percentage score in the LMS using SCORM 2004 and CP6?

    I am having two issues since I upgraded to CP6. When I select Track Data at End, the courses never scores as complete in the LMS - it worked great in CP5.5.
    Also, in CP6 there is no option to record the score as a percentage using SCORM 2004, so all I get is Complete or Incomplete - I could get percentages in CP 5.5
    Does anyone have any ideas or advice? Am I doing something wrong here?
    I am using GreenLight from Silkroad for the LMS.
    Regards,
    Kevin

    Herald, fantastic news. SET LONG did the trick.
    But I had to put a very big value. 32000 was not enough. Otherwise some of the triggers (big ones) got cut off.
    This is my complete code which did it.
    SPOOL F:\Channa\zz_zzTemp\Binuka\OutPut.txt
    set trimspool on
    set pages 0
    set long *1000000000*
    set linesize 32767
    SET TERMOUT OFF
    SELECT DBMS_METADATA.GET_DDL('TRIGGER', TRIGGER_NAME, 'ABS')
    FROM ALL_TRIGGERS
    WHERE OWNER = 'ABS' AND trigger_name NOT LIKE 'BIN$%'
    SPOOL OUT
    THANKS A LOT. REALLY APPRECIATE IT.
    P.S: I had to include the NOT LIKE 'BIN$%' in the where clause because otherwise I got this error:
    ERROR:
    ORA-31603: object *"BIN$cqXDSqghrFngQKjAJAovgw==$0"* of type TRIGGER not found in
    schema "ABS"
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 105
    ORA-06512: at "SYS.DBMS_METADATA", line 2805
    ORA-06512: at "SYS.DBMS_METADATA", line 4333
    ORA-06512: at line 1
    no rows selected
    I THINK BIN$... triggers are dropped triggers in the DB recycle bin???
    Edited by: Channa on Feb 17, 2010 2:58 AM
    Edited by: Channa on Feb 17, 2010 3:01 AM

  • Crystal Report Not giving output

    GoodMorning Gurus!!!
    I created a crystal report in XI R2 based on a Multiprovider. Though the Multiprovider is active and the DSO has the Data correctly activated, the crystal report is not giving the output.
    Could someone please tell the reasons...also i have checked the server connections as well..they are right.
    Please give me the options to chk some more criterias.
    Thanks & Regards
    Jiten

    not answered

  • Report not giving Output correctly

    hi all
    The problem is about Pending invoice report. But this report is not giving output correctly.
    Plz help me to solve the problem.
    Thanks
    Subhasish

    Hi Mishra,
    Invoice output is coming correctly- assuming you have calculation error then check the print program assigned to your invoice output condition type. It must be having some logic error.
    If the issue is with improper formatting then check the layout assigned to your invoice output conditon. You can check both the program and layout assingment to ouput condition at NACE transaction.
    This is regular task which abapers can do with ease. so please take their help. They can just do a simple debug to understand the issue.
    regards
    sadhu kishore

  • CiscoWorks LMS 4.0.1 - Could not generate the report

    Hello,
    I am running CiscoWorks LMS 4.0.1 since 6 months and I wanted to generate today a report about the interface utilization on 2 Cisco switches (Catalyst 3750G). The corresponding job is created, it runs and then i get "succeeded with info" in the "Run Status" column. When I want to click then on the "View Report" link, I get the following error: "Could not generate the report. Either data is not available for the specified duration or the report job failed."
    I tried the same procedure with 2 other switches but I have got the same result.
    Does anybody has an idea of how I can fix this issue?
    Thanks a lot in advanced.
    Best regards,
    Marc Hoffmann

    Hi Marc,
    I have this problem too. I rebooted my Windows but no solved. You known the service name responsible for this error? You have any other sugestion?
    Thank you !!!

Maybe you are looking for

  • HP Pavilion dm4t 1000 - wd471av Windows 7 64-bit Upgrading VGA card

    can i upgrade VGA removable card for HP Pavilion dm4t 1000 ?

  • Qmaster Memory Leak? malloc: *** error: can't allocate region

    Hi All, We are submitting to Qmaster with an apple script. The problem seems to happen after about 4 hours of processing and we start getting these errors in the logs of the Cluster Controller: compressord(8681,0x1aace00) malloc: * vm_allocate(size=3

  • WebLogic Users in OBIEE 11g

    Currently connecting to MSAD I am seeing a limit of 1000 users in WebLogic, however I have about 2500 users in my directory structure. Because I only see 1000 when I try and add a user to a Role in the Admin console and do a search for their name it

  • Logic pro 7 academic version upgrade

    I think this question has been asked multiple times in the previous posts so sorry if that is true. I was wondering if I could update my logic pro 7 academic version to logic pro 8? It says on the box that academic versions are not eligible for upgra

  • CLD Complete Study Material

    First I would like to thank NI and all the community members for sharing their knowledge about LabVIEW CLD Certification since it helps me to complete my CLD Certification and also to get 92.43%... In this post I would like to share all the link and