Cap 2 not passing Score Data to LMS

Has anyone run into a problem with CAP 2 failing to pass the
cmi.core.score.raw value to an LMS? All other completion info seems
to be going fine and the quiz manager and Advanced interactions
screen look good. AM I missing something?

KB in FL,
Typically, it's because your LMS isn't following the SCORM
standard. You
can try to send the score as "Percent" and see if that helps.
Otherwise,
here's what's *supposed* to happen...
Captivate queries the LMS for what "core" children it
supports. Captivate
makes a call similar to:
LMSGetValue("cmi.core._children");
The LMS is supposed to respond with a comma-delimted string
of all of the
core values it supports
e.g.
"student_id,student_name,lesson_location,lesson_status,score,session_time..."
(Please note, this is only a subset of the string that
*could* be returned)
If the LMS doesn't return any values - then Captivate will
not send any
values to the LMS. Captivate only returns data for the values
that the LMS
supports. Did you notice the "score" value, in the string
above? Well -
that doesn't mean that the LMS supports *all* score values -
because
Captivate is then supposed to query the LMS for what "SCORE"
values it
supports:
LMSGetValue("cmi.core.score._children");
The LMS is supposed to return a string that contains
something similar to:
"raw,max,min"
If the LMS doesn't return the "raw" value - then the raw
score isn't sent to
the LMS.
I could validate this with a debug file I have laying
around...
http://www.learningconsulting.com/content/macromedia/captivate/Capviate_SCORM_Debug.zip
Run that file through your LMS and send me screen shots of
the dialogs that
appear at the end:
Andrew AT LearningConsulting DOT com
If it is what I think it is - Captivate can workaround this
non-compliant
LMS.
Regards,
Andrew

Similar Messages

  • Captivate 3 Not Reporting Scores to TEDS LMS

    Hello Everyone,
    Thanks for taking a moment to read through this.
    I'm trying to build a course in Cap-3, using the TEDS LMS (SCORM 1.2). 
    The course runs fine, but is not sending the scores to our LMS.  I'm not the *most* techincal of folks, but I want to exhaust my troubleshooting first.
    Here's what I've tried.
    First:
    Screen shot of the repeated failures (quiz is a generic 2 question quiz):
    It's a little hard to see, basically it shows my three quiz results with "Failed" after each.
    Each time I took the quiz, I passed with 100%.  I set the pass threshold to 80.
    Here are the steps I've taken so far:
    http://forums.adobe.com/message/122880#122880
    Attempted steps in PDF, adjusting HTML to increase SCORM API load time
    Adjusted HTML to comment out one line
    Added a blank button slide
    http://forums.adobe.com/message/751946#751946
    Attempted to change quiz information to the following:
    -Complete/Incomplete
    -Quiz Results Only
    -Score
    -Report Score (And Report Score and Interactions)
    Same Forum:
    Added a button on a new slide that executed  LMSFinish() javascript.
    All tests result in a failed result.
    I know there's a lot of other technical tests I can run, but basically my only options right now are to modify things in Captivate and upload new tests to TEDS FTP.
    If you feel I've exhausted all my options, I understand!
    Thanks for your assistance.
    Paul Trively

    I've not lookede through the previous thread, but you've done variations on the settings?
    You have tried Pass/Fail instead of Complete/Incomplete? Generally, if you want a score to show, you need to use Pass/Fail. That's not always true, but a score is generally not associated with Complete/Incomplete in SCORM 1.2 (in my understanding).
    Have you tried the lesson through any test suite outside the LMS itself? That'd be my next step. The ADL Test Suite is the 'offical' tool for such testing but isn't very user friendly. Otherwise I'd suggest Rustici's Test Track
    http://www.scorm.com/scorm-solved/test-track/
    or the Reload Editor (which I've not used and am not 100% sure is for SCORM validation)
    http://www.reload.ac.uk
    Run the lesson through some SCORM tester and see if the values passed are what you expect. If not, change the settings, publish, and test again. A lot more efficient, hopefully, than going through the LMS itself and allows you to possibly determine an LMS issue over a lesson issue.
    HTH
    Erik

  • Captivate 7 quiz not reporting interaction data in LMS

    Hello,
    I just finished uploading a quiz created in Captivate 7 and was able to generate a report showing the interaction data from my LMS.  I have added another quiz and am having trouble generating the same report.  It generates blank...any ideas why? The two quizzes both have random question pools they are using but one is using pool1(quiz 1) the other pool2 (quiz 2).  I removed pool1 from quiz 2 so that it wouldn't use any questions from pool1.  I did verify that NONE of the quiz question interaction ID's are same (if that matters).  I have checked all quiz preferences against the 2 quizzes and everything is the same. 

    Have you investigated which versions of Flash player your various users were on?
    This sounds more to me like a Flash Player issue.
    Ask all of your users to update their Flash Players and then try again.
    If they still seem to be experiencing issues, upload some modules of the course temporarily to a web server location and give your users a link to try and play the modules from that location.  If they can play the same course modules from a web server but cannot get them to play from Skillsoft, I'd be blaming the LMS.
    It's not uncommon for an LMS vendor to blame the authoring tool.

  • My Tcp/ip multi-client server is not passing the data string into the flatten to string vi

    I am using labview Multi-connection cleint and server to build my own multi-client server connection.
      The problem i am having is that the data does not get through the flatten to string vi. Would anyone be kind enough to tell me why is that happening? and what I do to fix it.
      Attached code . My goal is to send data to the client via tcp/ip and use the data to perform certain task.
      Thanks a whole lot
    Attachments:
    multiconnection-server.vi ‏39 KB
    multiconnection-client.vi ‏21 KB

    Instead, I decided to upload the code and recent mods I have made to it .
    see attached
    Attachments:
    multiconnection-clienttest.vi ‏43 KB
    multiconnection-servertest.vi ‏21 KB

  • Button not Reporting Score

    Hi, I have an acknowledgement button in my Captivate file that is supposed to report 100 points and a passing score to the LMS, but it is not doing so.   I have checked Advanced Properties under the Project tab, and this button is the only thing that is set up for reporting.   My publishing settings call for data to be reported at the end of the course and points required to pass are 100 (the value of the button).   Can someone take a look at the button properties and tell me if I'm missing something?  Thanks for your help!

    Try setting the Quiz Score to Percentage instead of Score, and set your Pass/Fail option to Percentage as well.
    Then set the value of your scored button to 10 points instead of 100.
    Republish to the LMS and test.
    Some LMSs are a bit picky and I find Percentage is safer than trying to use Score.  If your button IS the only scored object, the actual number of points doesn't have to be high.
    If this still does not work, the only other thing I can think of to try is just include one quiz question (e.g. True False) and test whether your LMS requires that you must have one quiz question, not just a scored button.

  • DAC not loading any data to the warehouse

    When running the Projects - Oracle R1211 pre-built execution plan in DAC I hardly get any data loaded into the warehouse. I have DAC version 10.1.3.4.1 with patch 20100105.0812 installed and
    Informatica 8.6.1 and Oracle Database 11g.
    When I configured the DAC for the first time, I copied the wrong ojdbc files to the \DAC\bifoundation\dac\lib folder, as I took files that belong to the 10g database, that is ojdbc14*.files. I have now copied the ojdbc6*.files to that folder but still only getting following rows sucessfully passed in the DAC and the rest of the tasks pass zero rows:
    SIL_DayDimension (11,531 rows Successfully Passed)
    SIL_MonthDimension_UpdateFlag (373 rows Successfully Passed)
    SDE_ORA_Flx_ListTmpLoad (6 rows Successfully Passed)
    SDE_ORA_CodeDimension_Project_SecurityLevel (3 rows Successfully Passed)
    Load into Position Dimension (1 rows Successfully Passed)
    SIL_WorkTypeDimension_Unspecified (1 rows Successfully Passed)
    SIL_Project_TaskDimensionHierarchy (1 rows Successfully Passed)
    PLP_JobCategoryAggregate_Load (1 rows Successfully Passed)
    SIL_PositionDimensionHierarchy (1 rows Successfully Passed)
    PLP_EmployeeDimension_Update_ProjectManager_Flg (1 rows Successfully Passed)
    SIL_TimeDimension_EnterprisePeriod_Unspecified (1 rows Successfully Passed)
    SIL_TimeDimension_EnterpriseQuarter_Unspecified (1 rows Successfully Passed)
    SIL_TimeDimension_EnterpriseWeek_Unspecified (1 rows Successfully Passed)
    SIL_TimeDimension_EnterpriseYear_Unspecified (1 rows Successfully Passed)
    SIL_TimeDimension_MCalDay_Unspecified (1 rows Successfully Passed)
    SIL_TimeDimension_MCalPeriod_Unspecified (1 rows Successfully Passed)
    SIL_TimeDimension_MCalQuarter_Unspecified (1 rows Successfully Passed)
    SIL_TimeDimension_MCalWeek_Unspecified (1 rows Successfully Passed)
    SIL_TimeDimension_MCalYear_Unspecified (1 rows Successfully Passed)
    SIL_TimeDimension_UpdateEnterpriseAttributes (1 rows Successfully Passed)
    I noticed I can't delete the ojdbc14*.files from the \DAC\bifoundation\dac\lib folder as it says it's already in use by another program. Could that be the problem, that is DAC is still trying to use the ojdbc files for the 10g version instead of the 11g and that's why it's not passing any data to the warehouse, or could the problem be from a totally different source?
    Thanks in advance
    Gosi

    still facing the issue?

  • Branched scenario with passing score required will not report in LMS (Connect)

    I have a couple scenario modules as a part of a large curriculum assembled in Connect. The problem is that some of the Captivate files won't report correctly in Connect.  I've tried multiple things to troubleshoot.  All projects upload to the server successfully.  The only thing that the projects that won't report correctly have in common is that they all use the advanced answer option and were developed in 5.5 and were moved to 6.0 when the changover happened.  Other files in the curriculum that were developed in 5.5 have had no issue with the upgrade. I assume the problem is a new setting that 6.0 now has that wasn't available in 5.5 but can't figure out what it is.
    Some modules use advanced answers with the action of "continue" and "show feedback message" checked.
    Some modules use advanced answers to branch by using "jump to slide" where they see a whole feedback slide (no feedback message selected).  Then, the feedback slide has a button on it that will report the score desired for that answer (the best way I could figure out how to make it do what I wanted it to do in 5.5). 
    ...Either way when the module uses advanced answers the project will not report correctly.
    I have a passing score required on these modules.  When going through the project, the whole thing works great.  The quiz review slide at the end will tell you that you got 13/13 or whatever the final score is.  The projects are set to close upon clicking the continue button on the last slide.  Upon close, you're brought back to Connect and the curriculum page will say that you had 1/Unlimited attempts and score is N/A.
    Why won't the score report? I'm very confused by this.  Any help/suggestions are appreciated! Thanks!

    Additional information;
    The Micro-cell never is handed a DHCP IP address by the RV320, so it seems the Micro-cell cannot continue with its boot-up - only gets to power light and intermittent blinking internet / network light. Conversely, when Micro-cell is connected to one of other routers listed in this post it receives a DHCP lease within a minute and continues to successfully boot-up and connect to AT&T service, therefore all its status lights go solid green.

  • Not passing partial scores to LMS

    I am using Presneter 7.06. I have 10 questions interspersed throughout the presentation. If I close Presenter after answering 4 correctly, my score in the LMS still reads 0/100 and not 40/100. If I answer all 10 correctly and then close, the score updates to 100/100. What magic radio button have I missed?

    Hi,
    Please let us know which LMS you are using :- AICC, SCORM 1.2 or SCORM 2004. It will be helpful if you can share some dummy ppt in which you are facing this issue. This will help us identify the problem is on LMS side or some setting issues.
    Secondly if you are using SCORM 1.2 or 2004. You can check your presentation on www.scorm.com server; its free server and it completely adhere to SCORM standards.If there also you face this ssue then we can see the presentation itself.
    Regards,
    Shubhi

  • Captivate3 score transmission to LMS not working in Firefox

    We are experiencing a troubling problem with Captivate 3 quiz scores not transmitting to the LMS when using Firefox. The exact same functionality works perfectly in IE. We have narrowed it down to a TIMING problem for how quickly data is passed to the LMS, which differs by browser, and we would like to know if anyone has a solution (other than telling users only to use IE --- not an option).
    Using Firefox:
    When you finish the course quiz, the score is calculated and reported correctly within Captivate. When you exit the course immediately after that, a PARTIAL score is reported to the LMS, it is almost always incorrect, and it varies from session to session. For example, if you scored 100% (and Captivate told you that), the completion status and score will show up in the LMS as 20%, 30%, or some small percentage that is less than a passing grade and definitely less than 100%.
    The critical thing we've noticed is that Captivate will take a long time (almost 3 minutes!) while it sits and processes data at the end of the quiz, on the Results screen. You can see the cursor reacting, which is a visual cue that processing is still happening. If you wait for that processing to finish and THEN check your score in the LMS, *amazingly* it is correct (100%). But if you exit the course normally, without waiting 3 minutes to return to the LMS, your score will not be correctly reported. So... why is there this lag, and why is it reporting ANY score at all if processing is still occurring, as opposed to a zero score? What is it processing that takes so long and when is it sending what to the LMS??  This gets even more interesting when you see how it works in a different browser...
    Using IE:
    There is no processing lag and never a problem. All scores are reported correctly and immediately when you exit the course and go to the LMS.
    We have been trying to isolate the problem and figure out why Firefox handles this differently than IE and what we can do to fix it.
    I have stripped the lesson down to only 10 interactions (clickables) that are included in the Quiz score. All other objects are set to 0, and not included in the quiz. Advanced Interaction map verifies a clean slate.
    Quiz Reporting is set to:
    Enable reporting (checked)
    SCORM version 1.2
    80% = passing grade
    Report Pass or Fail = Status as defined by report data
    Report Data = Quiz Results Only
    Report Score to LMS = Percent
    Reporting Level = Report Score (I'm not reporting or tracking interactions)
    Our LMS is Pathlore.
    Does anyone have any ideas what is going on with Captivate vs. Firefox and what we can do to make score reporting behave properly?
    Thanks!

    Hi Ginnycr,
    I'm experiencing the same issue with Captivate 4 and it looks like this problem has been around for quite some time now. Have a look at this link:
    http://www.koma-medien.de/elearning/forum/archive/index.php/t-1140.html
    at the bottom of the thread someone posts this:
    "The slow issue is resolved when I force the g_intAPIType to 0 (into the
    <project>.htm file), so it force Captivate to communicate as if it was into IE."
    Try it out and see if it works? I'll test on my end too. Hopefully one of us will come up with a solution! (or one of the nice Captivate experts on this forum will jump in and rescue us)

  • Need failed and passing scores to be sent to LMS

    I need to track all test attempts and score (passed and failed). Currently, my LMS (SUMTOTAL) will only report on passing scores. I can see that a learner has taken the test 10 times and the passing score, but I can't see their scores on attempts 1-9. I am using captivate 6 and I was wondering what my quiz settings should be to report on failing scores.

    Captivate throws all of the scoring data to the LMS for each and every user session.  If the LMS doesn't retain anything other than the final score, that's not something you can control within Captivate.  Talk to your LMS vendor.

  • Captivate 5 not Reporting Quiz scores correctly in LMS

    Our organization is transitioning to Captivate 5 from Captivate 4.  We are using SumTotal as our LMS.  I took a CP4 project and converted to CP5, then uploaded it as a test.  The results were dismaying.
    Captivate 5 Scorm 1.2 apprears to send scores to the LMS instead of scaled scores.  For example; If you have 20 questions the scaled score should always be 0 to 100.
    In the example I converted from Captivate 4, I have 15 quiz questions.  In my first try I scored 60% on the Quiz.  Captivate reported to the LMS a percentage complete of 0 and a score of 90%.  In my second attempt I scored 80% (which is required for passing from within the Quiz setup) and Captivate reported to the LMS 100% complete and a score of 100%.
    I repeat, all worked fine with the same course published as Captivate 4.
    I work for a very large multinational company.  This is a killer for us if we want to go forward with Captive 5.  In fact, I have just spent a lot of money upgrading everyone in my department - money wasted if we can't use the output with our LMS.
    Does anyone have any ideas, and is there a way to get to someone at Adobe if this forum is unable to provide answers?
    Sorry to sound panicked, but I guess I am.
    Frank

    Hi all
    You're absolutely right. Adobe silence is extremely unsatisfactory and unprofessional. Below are the email correspondences. Does anyone know who are the President or the CEO and the email address? I think it’s about time to find out why from the top man himself.
    Best regards... Flavian 
    From: Flavian Lim [mailto:[email protected]]
    Sent: Tuesday, 21 September, 2010 12:00 AM
    To: '[email protected]'
    Subject: FW: Quizzing related forum posts?????
    Importance: High
    Hi Vish
    Please furnish me with your updates immediately.
    Best regards... Flavian
    From: Flavian Lim [mailto:[email protected]]
    Sent: Sunday, 12 September, 2010 8:18 PM
    To: '[email protected]'
    Subject: FW: Quizzing related forum posts
    Hi Vish
    Any updates? My timeline is behind schedule.
    Thanks & regards... Flavian
    From: Flavian Lim [mailto:[email protected]]
    Sent: Friday, 10 September, 2010 1:24 AM
    To: 'Shivaswamy Viswanath'
    Subject: RE: Quizzing related forum posts
    Hi Vish
    Thanks for following up the issues. Attached, please find the files requested.
    Hope it helps.
    Best regards... Flavian
    From: Shivaswamy Viswanath [mailto:[email protected]]
    Sent: Thursday, 9 September, 2010 11:35 AM
    To: [email protected]
    Subject: RE: Quizzing related forum posts
    Hello Flavian,
    Can you share the cptx file with us?
    Thanks,
    Vish
    From: Flavian [mailto:[email protected]]
    Sent: Wednesday, September 08, 2010 10:17 PM
    To: Shivaswamy Viswanath
    Subject: Re: Quizzing related forum posts
    Hi Vish
    Yes, they are all checked.
    Please revert soonest.
    Thanks... Flavian
    Sent from my BlackBerry Wireless Handheld
    From: Shivaswamy Viswanath <[email protected]>
    Date: Wed, 8 Sep 2010 15:48:38 +0530
    To: [email protected]<[email protected]>
    Subject: RE: Quizzing related forum posts
    Hello Flavian,
    Looks like the interaction data for the question is not captured. Can you please check whether ‘Report Answer’ option is checked in ‘REPORTING’ accordion of Quiz PI for all question slides? If not, can please enable this option and check it out?
    Thanks,
    Vish
    From: Flavian Lim [mailto:[email protected]]
    Sent: Wednesday, September 08, 2010 2:17 PM
    To: Shivaswamy Viswanath
    Subject: RE: Quizzing related forum posts
    Hi Vish
    Attached, please find a copy of the student record file as requested.
    Thanks & regards... Flavian
    From: Shivaswamy Viswanath [mailto:[email protected]]
    Sent: Wednesday, 8 September, 2010 2:50 PM
    To: [email protected]
    Cc: Suresh Jayaraman
    Subject: RE: Quizzing related forum posts
    Hello Flavian,
    Thanks for the reply. Regarding the thread Captivate 5 not Reporting Quiz scores correctly in LMS we would like to investigate further. Can you share those XML files with us? It can be found in Wamp Server, captivate results folder. Can you please zip it and send it to us?
    Thanks,
    Vish
    From: Flavian [mailto:[email protected]]
    Sent: Sunday, September 05, 2010 1:31 PM
    To: Shivaswamy Viswanath
    Subject: Re: Quizzing related forum posts
    Hi Vish
    The configuration is exactly as described in the Adobe help. Both the quiz and Wampserver is on the same machine. The rest is as per stated on the forum thread.
    By looking at the results of the Cp5 Quiz Results Analyzer, does it make any sense? The statistics doesn't fit in at all.
    Appreciate your interest in this issue. Hope we can work towards resolving this issue.
    Best regards... Flavian
    Sent from my BlackBerry Wireless Handheld
    From: Shivaswamy Viswanath <[email protected]>
    Date: Sun, 5 Sep 2010 11:39:40 +0530
    To: [email protected]<[email protected]>
    Cc: Suresh Jayaraman<[email protected]>
    Subject: Quizzing related forum posts
    Hello There,
    This is Vish from Adobe Captivate Team at Adobe. I have observed multiple threads from you on the issues you are facing with Quizzing feature. I thought of mailing you to know the issues you are facing so that I could look at them. Can you please mail me those issues and if possible few sample files too?
    Thanks,
    Vish

  • Can not pass data after while loop

    Hello.
    I have created a VI for my experiment and am having problem passing data outside a while loop to save on an excel file. The VI needs to first move a probe radially, take data at 1mm increment, then move axially, take data radially at 1mm increment, then move to the next axial position and repeat. It would then export these data to an excel file. The VI is a little complicated but it's the only way I know how to make it for our experiment. I have tested it and all the motion works correctly, however I can not get it to pass the data after the last while loop on the far right of the VI where I have put the arrows (Please see the attached VI ). Is it because I'm using too many sequence, case, and while loops?  If so, what other ways can I use to make it export data to the excel file?
    Any help would be appreciated. 
    Thank you,
    Max
    Attachments:
    B.Dot.Probe.Exp.vi ‏66 KB

    Ummmm .... gee, I'm not even sure where to begin with this one. Your VI is well .... ummmm... You have straight wires! That's always nice to see. As for everything else. Well... Your fundamental problem is lack of understanding of dataflow programming. What you've created is a text program. It would look fantastic in C. In LabVIEW it makes my heart break. For a direct answer to your question: Data will not show up outside a while loop until the while loop has completed. This means your most likely problem is that the conditions to stop that specific loop are not being met. As for what the problem is, I don't even want to start debugging this code. Of course, one way to pass data outside of loops is with local variables, and hey, you seem to be having so much fun with those, what's one more?
    This may sound harsh, and perhaps be somewhat insulting, but the brutal truth is that what I would personally do is to throw it out and to start using a good architecture like a state machine. This kind of framework is easy to code, easy to modify, and easy to debug. All qualities that your code seems to lack.
    Message Edited by smercurio_fc on 08-17-2009 10:00 PM

  • Not able pass the data from component to other component.

    Hello All
    I am not able pass the data from component to other component.
    I have done like this.
    1 Main Component (Parent component ) having below  two child components.Embeded as used components.
    2)     Search Component  and Details Component
    3)     In the Search Component having buttons,  Say : Button u201CXu201D on click of button I am navigating to Details component view through FPM.
    4)     When I am clicking above button u201CXu201D raising the event to call the parent   business logic method, there I am getting  Structure with values and binded this structure to the node and Mapped this node to the Details component  interface node. FYI : I kept the debugging point Structure is having data , I had set static attributes table to node instance.
    5)     In the Details component node data is not coming mean empty.
    Thanks in Advance.
    Br-
    CW
    Edited by: CarlinWilliams on Jul 4, 2011 9:21 AM

    Hi,
    When you use input Ext. check that the parent component should not be used as used component in child component.
    Only in the parent component the child components should be used as used components and the usage has to be created for the
    Child Components and the binding of the Node should be done from comp. controller of parent component to child node
    by which you will be able to see double arrow against the node.This should work
    Thanks,
    Shailaja Ainala.

  • I want to get the data of a table inside the Form but it is not passed

    I want to get the data of a table inside the Form but it is not passed to the form by tables parameters.
    How can I do this.
    Regards

    If there is a problem with defining it globaly, you can define a field symbol globably and point to it. For example.  It would probably be better to define your table globably.
    report zrich_0003 .
    field-symbols: <imarc> type marc_upl_tt.
    start-of-selection.
      perform get_data.
    *       FORM get_data                                                 *
    form get_data.
      data: imarc type table of marc with header line.
      select * from marc into table imarc up to 10 rows.
      assign imarc[] to <imarc>.
      perform write_data.
    endform.
    *       FORM write_data                                               *
    form write_data.
      data: xmarc type marc.
      loop at <imarc> into xmarc.
        write: / xmarc-matnr, xmarc-werks.
      endloop.
    endform.
    Regards,
    Rich Heilman

  • Japanese characters alone are not passing correctly (passing like ??? or some unreadable characters) to Adobe application when we create input variable as XML data type. The same solution works fine if we change input variable data type to document type a

    Dear Team,
    Japanese characters alone are not passing correctly (passing like ??? or some unreadable characters) to Adobe application when we create input variable as XML data type. The same solution works fine if we change input variable data type to document type. Could you please do needful. Thank you

    Hello,
    most recent patches for IGS and kernel installed. Now it works.

Maybe you are looking for

  • How do I get bookmark syncing to work?

    So I have 3 Mac's here all running Lion. I deleted all bookmarks from one Mac and turned on and off the Bookmark Sync button inside system pref, then hit "Merge". It found something from somewhere and stuffed it in there. I've done the Merge part on

  • Outlook 2007 opens wrong mailbox on Windows 2008 R2 RDSH

    Hi, For a few weeks now we randomly receive messages from our users that they cannot access outlook 2007 (connecting to exchange 2010 sp3 ru5 using DAG). When investigating it turns out that outlook tries to open a different users mailbox. We never h

  • Loving the translucency in KDE 3.5.8

    Did a pacman -Syu last night, and suddenly today, all my KDE windows have this cool translucency thing going on. I never even noticed an option for such behavior before, but this is very cool. Anyone else notice/like/dislike?

  • I purchased a prepaid 12 month Photoshop card. The system says my card is not activated

    I purchased a 12 month Photoshop CC from McShark in Vienna. I have tried a number of times to enter the pass code on the back of the card, but the system will not accept my card but says it is not activated. As a result I am not able to download Phot

  • 1080 60p

    Hi..I have a Sony NEX-FS100 camera and I recently shot a project in 1080 60p because I really like the aesthetic.  I imported my AVCHD footage into FCP X.1.1 and transcoded it to AppleProRes 422 (optimized media on import). For some reason, after cre