24 points for a single answer

Hi SDN team,
i can't stop complaining about getting more than 10 points for a single answer
Please have a look at this Re: Inexisting BAPI_FLIGHT_GETLIST in our SAP system IDES. There are 4 * 6 points rewarded, which is nice, but not correct at all.
Best, Stefan
PS: Before i forget it, i do <b>not</b> want to have all the points removed (like it happened the last time i complained), 6 of the 24 are earned and ok.

Hi Stefan,
We have closed a hole in the point system last weekend. Let us know if it happens again.
Thanks for letting us know, Mark.

Similar Messages

  • Double rewards for a single answer :p

    Hi SDN,
    having a look at my list of rewarded points the following thread: DYNPRO_SEND_IN_BACKGROUND is listed with 6 <b>and</b> 10 points for my only answer to the thread.
    Although i shouldn't actually complain about this it shouldn't be possible normally, right? So it would be nice, if somebody could take a look, what went wrong there.
    Best regards,
    Stefan

    20 points for the same answer. I shall repeat Stefan Klensch statement "Should not really complain !!! ", but this is the link
    Destroy ALV grid object
    Kindly look into this("Spreading too much love, or is it the evil spell, Mark mentioned("Seven years of bad ***"))
    ( /people/mark.finnern/blog/2004/08/10/spread-the-love ).
    Regards,
    Subramanian V.

  • J1IS (After GI in STO Process) will reward points for any helpful answers

    Dear Gurus,
    After Goods Issuance of Stock Transfer Order:
    I did a capturing and posting of Excise Invoice referencing the Goods
    Issuance Material Document (of STO) using transaction J1IS. Excise
    Document is created succesfully and displayed in the pop up message,
    but FI document is not displayed in the pop up message (but it actually
    got created in the system).
    The pop up message looks like this:
    "Excise invoice 001020026 generated. FI document is ."
    Is there a SAP note to enable the FI document number to be displayed in
    the pop up message?
    Will reward points for any helpful answers.
    Thanks,
    Jules

    Resolved with SAP's help:
    Run transaction FIBF.
    On the menu click on - Settings -> Products -> of a Partner -> Activate
    here maintain a new entry:
    Product Partner
    CIN INDIA

  • DataSource Problem--10 Points for this quick answer

    import java.sql.*;
    import javax.sql.*;
    import javax.naming.*;
    public class first
         public first()
              try
                   Context ctx = new InitialContext();
                   DataSource ds = (DataSource)ctx.lookup("jdbc/MyDataSource");
                   Connection con = ds.getConnection("sa","manshu");
                   Statement stat = con.createStatement();
                   ResultSet rs = stat.executeQuery("Select * from final");
                   while(rs.next())
                        System.out.println(rs.getString(1));
              catch(Exception e)
                   System.out.println(e);
         public static void main(String args[])
              new first();
    }I am connecting to sql server 2005 and i am getting an error : connection refused ..username and password both are correct..
    is it possible to connect this way ??
    plz answer... i am learning..

    s = (DataSource)ctx.lookup("jdbc/MyDataSource");
                   Connection con = ds.getConnection("sa","manshu");This is a JNDI lookup for the data source, a Java EE notion. What Java EE app server are you sending the JNDI request to?
    I am connecting to sql server 2005 and i am getting
    an error : connection refused ..username and password
    both are correct..SQL Server 2005 knows nothing about Java EE. It does not have any notion of what a JNDI lookup is.
    is it possible to connect this way ??No.
    plz answer... i am learning..Use the DriverManager to connect.
    You don't need a Windows DSN, but you do need a JDBC driver. You can get it either from Microsoft or jTDS, an open source JDBC driver. You download JAR files and add them to your CLASSPATH. Be sure you do that properly. Don't depend on a system environment variable. Use the -classpath option of java.exe when you run.
    %

  • Making it easier to award points for individual answers on the same slide.

    Hi
    One of my biggest requests would be for it to be made a lot easier to award points for individual answers.
    For example: I would like to use the 'fill in the blanks' quiz to create something that is reffered to in educational circles as 'cloze procedure'. Basically I would like to create an entire slide of text with many blank areas that need to be filled in. This is possible at the moment but it is only possible to award points based on every single answer being correct. I would like to award individual points for each correct answer on the slide.
    At the moment this can be done with a lot of complex scripting but I would like to be able to do it at the push of a button.
    Cheers

    Here is the link:
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform&product=5
    You can also find it in the main screen of the Captivate forums. That is the way to log a feature request. In the new forum, you can also post Ideas, but the feature requests do reach the team certainly:
    http://captivate.adobe.com/captivate/ideas/popular
    Lilybiri

  • Points for unknown bugs

    Hi,
    why you reach point for a good answer, article, tutorial etc. but not when you report an unknown bug?
    SAP should always be happy for improving his software.
    Kind regards
    Roberto

    Roberto, I have a suspicion that SAP might actually not be very happy about you reporting a bug, especialy if it's something that has little effect (e.g. works only in particular scenario). From their perspective (again, just my guess) it worked just fine, everyone was happy and now you come in and they have to make a change. On top of that, they need to make sure they don't break something else (how many times you see the note correcting the note correcting another note... <to infinity>). So at this point they probably hate you.
    To me personally squeezing out a correction note from SAP is already a reward since most of the time the reply is that everything is correct "by design". (I'm a very reasonable and logical person and still do not understand why some things work "by design" in such a way that it makes no sense and is causing problems for the users and need for modifications.)

  • How to take a single data point for each trigger pulse ( synchronou​s acquisitio​n).

     hi
              im using the pci-mio-16E1 card, with the IDE VC++, so  im looking for an example to explicate me how to make an synchronous acquisition data using an external timing, so the idea is to acquire (take) a single data point for each trigger pulse  from one  input channel ,and saving  the data in a file .
    now im making a code using the AI_setup and DAQ_op functions, im getting  a speed acquisition (it is the start of acquisition data), and  it is  a synchronous acquisition just for one trigger pulse, and me i looking for an acquisition for each trigger pulse. 
      so to  understand my problem you can see my code :
    iStatus = Timeout_Config(iDevice, lTimeout);
             iRetVal = NIDAQErrorHandler(iStatus, "Timeout_Config", iIgnoreWarning);
       //  configuration and selection of  signal trigger  
             iStatus = Configure_HW_Analog_Trigger(iDevice, ND_ON, iLowValue,iHighValue, ND_ABOVE_HIGH_LEVEL, ND_THE_AI_CHANNEL);
            iRetVal = NIDAQErrorHandler(iStatus, "Configure_HW_Analog_Trigger", iIgnoreWarning);
      iStatus = Select_Signal(iDevice, ND_IN_CONVERT, ND_PFI_2,ND_HIGH_TO_LOW);
             iRetVal = NIDAQErrorHandler(iStatus, "Select_Signal", iIgnoreWarning);
        iStatus = AI_Setup(iDevice, iChannel, iGain);
       iRetVal = NIDAQErrorHandler(iStatus, "AI_Setup", iIgnoreWarning);
       while ((iReadingAvail != 1) && (iStatus == 0)) {
     /* Wait until reading is available. */
             iStatus = AI_Check(iDevice, &iReadingAvail, &iReading);
            iRetVal = NIDAQYield(iYieldON);
           //  Acquire data from a single channel 
        iStatus = DAQ_Op (iDevice, iChannel, iGain, piBuffer, ulCount, dSampRate);
       while ((iDAQstopped != 1) && (iStatus == 0)) {
            iStatus = DAQ_Check(iDevice, &iDAQstopped, &ulRetrieved);
            iRetVal = NIDAQYield(iYieldON);
           iStatus = DAQ_VScale(iDevice, iChannel, iGain, dGainAdjust, dOffset,ulCount, piBuffer, pdVoltBuffer);
          iRetVal = NIDAQErrorHandler(iStatus, "DAQ_VScale",iIgnoreWarning);
       /* Set analog trigger mode back to initial state. */
           iStatus = Configure_HW_Analog_Trigger(iDevice, ND_OFF, iLowValue,iHighValue, ND_ABOVE_HIGH_LEVEL, ND_THE_AI_CHANNEL);
      /* Set PFI line back to initial state. */
           iStatus = Select_Signal(iDevice, ND_IN_START_TRIGGER,ND_AUTOMATIC, ND_DONT_CARE);
              iStatus = DAQ_Clear(iDevice);
     /* Plot acquired data  */
          iRetVal = NIDAQPlotWaveform(pdVoltBuffer,ulCount, WFM_DATA_F64);
    so this is the data acquired -0.900879,-0.900879,-0.900879,-0.900879,-0.900879,​-0.900879,-0.900879,-0.900879 and i think that is a noise because all time i get this data.
    tank you very mutch fo your help

    Hello,
    Please see the responses to this thread at the following post.
    http://forums.ni.com/ni/board/message?board.id=250​&message.id=13686
    Also, please only post one thread per issue.
    Regards,
    Sean C.

  • Is it possible to set IN/OUT points for video effects within a single clip in PE4?

    Hello,
    In PE4, Is it possible to use keyframes to simply turn certain video effects on/off at different points within a single clip ?
    Some effects (i.e. Invert)have a Blend With Original setting which makes this easy to achieve, but others (i.e. Ripple)do not.
    I understand how to use keyframes to adjust effect properties at different points within a clip, I just can't find a way to simply 'turn-off' or bypass an effect for a period of time.
    Thanks All, CB

    Chris,
    As Steve points out, most Effects are OFF, by default (usually setting their parameters to 0). I just add a Keyframe for that Effect, with those properties, where you want the Effect to be OFF (but check that each Effect that you use starts as OFF, just to be sure). Then, in between the OFF settings, I add Keyframes with the desired parameters to invoke that particular Effect.
    One can also use the Razor/Sissors to cut the Clip into segments (just do not move them) to keep the Keyframes in one area of the original Clip. I usually work on the entire Clip, as once the Keyframe is set to OFF for that Effect, no more Keyframes are needed.
    Some Effects also have a Bypass setting, that can be Keyframed (in P Pro, and assume in PE). This can be handy to fully turn OFF any Effect. Note: even in P Pro, not all Effects have a Bypass setting.
    As usual with PE (and P-Pro and PS), there can be a couple of ways to accomplish the same thing. One can choose the method that suits them best.
    Good luck,
    Hunt

  • Scoring: Giving Negative Points for Incorrect Answers on a Quiz

    We are using Captivate 5 and I was wondering if there is anyway you can remove points for incorrect answers?  Say if you have a multiple choice question with 5 options, 3 of the options would be correct and 2 incorrect.  Is it possible to give a -1 point if the incorrect choice is made and give 1 point each for the correct options?

    Hello and welcome to the forum,
    No, that is not possible yet, same for partial scoring.
    I have a workaround, using variables and advanced actions to achieve that. You can find some examples on my blog (http://lilybiri.posterous.com). But the issue is to report to a LMS. Trihan has found a solution for that, using JavaScript but I have not yet tested it out, trying to find the tiem.
    Lilybiri

  • Points for answers

    I want to know about these points you get by answering questions. Can these certain points be used for something?

    That's all there is.
    However, and I can only speak for myself, I get a great deal of satisfaction - and fun - out of helping others and I have learned so much myself by participating on these forums. It feels good to to know that you can help someone else with a problem and some of the most satisfying discussions that I have been involved in, resulted in no points at all being awarded.
    I actually enjoy participating here and I'd venture a guess and say that everyone else that responded in this discussion probably feels pretty much the same way as I do.

  • To change the JDBC driver for a single OC4J instance

    Hello,
    I implemeted an app with oracle adf (Jdeveloper 10.1.2 ) and it use Oracle Domain objects.
    I have an oas 10g (9.04.1) in windows
    and I want to change the default jdbc driver for a single oc4j instance
    in metalink i found the following information:
    1.- From OTN, download and copy the 10.1.0.x JDBC driver to a directory on the server. E.g OH/newjdbc
    2.- Opening EM-Website, navigate to the OC4J instance that should be altered.
    3.- Find the "Java-Options" and, add the -Xbootclasspath option to it, pointing to the new JDBC driver.
    E.g. -Xbootclasspath/p:$OH/newjdbc/ojdbc14.jar
    4.- Restart the OC4J instance
    my 'Java-optios' default is
    -server -Xrs -Djava.security.policy=C:\oracle\904\j2ee\test_adf\config\java2.policy -Djava.awt.headless=true
    my new 'Java optios' now is
    -server -Xrs -Djava.security.policy=C:\oracle\904\j2ee\test_adf\config\java2.policy -Djava.awt.headless=true -Xbootclasspath/p = D:\jdev1012\jdbc\lib\classes12.jar
    is this correct?
    now I cannot deploy my app
    Rigoberto

    Seems you missed something in step 3. From those steps the driver should be installed under C:\oracle\904\newjdbc and used in classpath, not d:\jdev1012.

  • Default credentials not being saved in Hyper-V Manager for a single VM

    Greetings,
    I have a Server 2008 R2 SP1 Standard Hyper-V box running about 8 virtual machines on it.  The machine is  joined to a 2008 domain. 
    Recently, I moved the .VHD file for a single machine from one folder to another folder.  After doing so, when I connect to ONLY that specific machine via Hyper-V manager, I receive the error: "Your credentials did not work.  Your system administrator
    does not allow the use of default credentials to log on to the remote computer XXXXXX because its identity is not fully verified.  Please enter new credentials."
    I have the "Use default credentials automatically (no prompt)" option checked in the Hyper-V settings, and I have tried checking and unchecking this box and saving multiple times.  I have also deleted the saved credentials and the system reports no
    saved credentials.
    I have attempted to change settings in the group policy (gpedit.msc) regarding enabling the Local Computer Policy > Computer Configuration > Administrative Templates > System > Credentials Delegation > Allow Delegating Saved Credentials with
    NTLM-only Server Authenticaton setting, something I found in older blog posts here in the Hyper-V forum and on other websites, and it has not made any difference.
    At this point, I can only assume this must be some sort of bug because I cannot identify any other possible solution for getting rid of this annoying Windows Security pop-up box.  There are no entries in the Windows event log that indicate anything
    odd.  When I enter the correct username/password, I can still access the VM, but the credentials are never remembered, and ONLY for this single VM.
    Does anybody have any knowledge of how to fix this issue?  I can't believe that just moving a VHD caused all these problems.
    Thanks!

    Ah, finally found a solution!  I cannot explain why this suddenly got changed other than to assume it must have had something to do with a recent Windows Update or me trying to install Remote Desktop Services and Network Policy and Access Services.
    I roughly followed the directions from
    KB954357 or this
    older post on the Hyper-V forum.
    FIX:
    1) Run gpedit.msc on the Hyper-V host that exhibits the problem.
    2) Enable the policy setting Local Computer Policy > Computer Configuration > Administrative Templates > System > Credentials Delegation > Allow Delegating Default Credentials with NTLM-only Server Authentication.  Click the Show... button
    next to "Add Servers to the list", and add the value "Microsoft Virtual Console Service/*" without the double quotes.  Click OK.  Click OK again to exit the dialog box.
    3) Run a command prompt and execute gpupdate /force to refresh the group policy.
    4) Now try to log into a machine in Hyper-V manager with default credentials enabled, and note that you are not prompted.
    Again, I don't know why I had to do this, but it's working fine now.

  • More than one Follow On documents for a single shopping cart

    Hi All,
    How can we determine if there will be more than one follow on document created for a single shopping cart.
    One reason could be if shopping cart items have different source of supply.
    What could be the other reasons. Also is there any way by which we can debug and find out the number of follow on documents created for a single shoppining cart.
    Thanking you all in advance.
    Thanks and Regards
    Manoj

    Hi  Manoj,
    <i>"Also is there any way by which we can debug and find out the number of follow on documents created for a single shoppining cart."</i>
    There's a FM to get all the follow on documents related to the SC and all the relations per item... use <b>BBP_PD_SC_GETDETAIL</b> and retrieve the <b>E_HEADER_REL</b> for the SC relations, and the <b>E_ITMLIM_REL</b> for each <b>item relations</b>.. there you will see:
    OBJECT_ID_A -> OBJECT_ID_B
    what it means is the relation between a SC and the PO, or the SC with a BID... you can identify the object types by taking a look in the 'BUS...'
    OBJTYPE_A -> OBJECTTYPE_B
    SC -> BUS2121
    PO-> BUS2201
    BID-> BUS2200
    etc...
    I hope this can help you to retrieve what you need....
    BR,
    Gerardo....
    PS: reward points please....

  • More than one style for a single link state?

    RH 8 outputting CHM
    Hello,
    Is it possible to define more than one style for a single link state?
    For example, I would like a link in the footer of my master page to be smaller than the links that appear in the body of my topics. I want to retain behavior, and simply change the point size.
    I can't simply hand format in Design mode, because my link is within a script. Or, am I missing something easy here?
    Thanks much.

    I'm pleased to say I figured out how to change the formatting of a hyperlink embedded within a script.
    Within the script, I used a var string to reproduce the text in my link. Then I used another var to change the string size.
    So, here's the part of my script that produces what I'm after:
    var mailDisplay = 'Was this information helpful? ';
    var str = 'Was this information helpful?';
    var mailDisplay = str.fontsize("1");
    Upon generation of the CHM, the script trumps the CSS. It's a beautiful thing.

  • How to Install BAM Alerts in multi environment in 2013 R2? How to point to a single BAM Portal(Default WebSite) configured on BTS APP server1 from BTS App Server 2 and BTS App Server 3 ?

    Please guide me on BAM install in multi environment for 2013 R2. Any blog which can show, how to configure multiple BTS servers to point to a single BAM portal created on the first server.
    The BAM portal is configured on the Default Website on the first server.
    How Could I Point to the same portal while configuring other 2 BTS servers?
    What are the authentication mechanisms, I have to use at virtual directories and root level?
    Racha Rams

    The document for installing BAM for B2K13 in a multi-computer environment is available as part of the BizTalk documentation available for download from
    http://www.microsoft.com/en-in/download/details.aspx?id=35552
    You will most likely also need to refer to the TechNet Blog
    http://blogs.technet.com/b/meamcs/archive/2013/07/26/fixed-biztalk-2013-bam-tools-configuration-problem.aspx which mentions having to setup SQL Mail feature in SQL Server 2012 and post that configuring both the features BAM Tools and BAM Alerts together.
    Regards.

Maybe you are looking for

  • How can i transfer my itunes account from one mac to another?

    I would like to transfer my itune library from my work computer to my home computer including apps that have nbeen downloaded.. Any help?

  • How to accept Meeting Notices?

    When I receive a meeting notice I am not able to accept or decline. Is there a simple setting to enable accept/decline buttons which then also notify the organizer of my response via email reply I have had both iphones and crackberries and this has a

  • "plug in failure" message on Youtube vid in Safari Version 5.1.1 (6534.51.22)

    Get the following message when trying to view YouTube videos (and on free online Mahjong site) with Safari Version 5.1.1 (6534.51.22) as browser in a MacBook Pro running OS 10.6.8 How do I install new plug-in?  Is there a way to fix? Safari 5.0.6 run

  • Adobe Download Assistant Errror

    When I try to sign in and run the program an erro message pops up (error 107) and it tells me to Restart Adobe Download Assistant, and try to add the program again.

  • How do I add text alerts to my contacts

    webOSroundup has a preNote article which suggest that you can add the number from a text alert (say, Facebook or Hotmail) to your Contacts and the next time you receive an alert from them it will display the name you assign it in your contacts. The p