Help required to login using certification id

Hi Professionals,
I heard that we can login using the certification id no:
pls do let me know the url or how to register.
I searched the forum, but i didnt get a proper idea ....i tried in
sap market place too but i can see only partner/customer login only
Pls reply
Thanx in advance
Rachel

Hi Rachel,
While going for SAP certification u need to register and get an S-user Id. With this id u can access the sdn as well as SAP's marketplace. Is this the id ur talking about? If yes u can register through https://service.sap.com. You to have mention the partner number if u r working in SAP partnered  company.
Regards
Priyanka

Similar Messages

  • Help required with login form using applet

    this is the code I'm working on. it does not show any errors but it does not successfully authenticate the login either.
    please help
    public class Loginex extends JApplet implements ActionListener
         public JPanel p;
         public JLabel l1,l2;
         public JTextField t1;
         public JPasswordField pw1;
         public JButton signin;
         public String uname,upwd,dname,dpwd;
         public void init()
              JPanel p=new JPanel();
              JLabel l1=new JLabel("Username");
              JLabel l2=new JLabel("Password");
              JTextField t1=new JTextField(20);
              JPasswordField pw1=new JPasswordField(20);
              JButton signin=new JButton("Sign in");
              p.add(l1);
              p.add(t1);
              p.add(l2);
              p.add(pw1);
              p.add(signin);
              signin.addActionListener(this);
              add(p);
              uname=t1.getText();
              upwd=pw1.getText();
         public void actionPerformed(ActionEvent ae)
              if(ae.getSource()==signin)
                   System.out.println("You are trying to login as : "+uname);
              try
                   Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver");
                   Connection
    con=DriverManager.getConnection("jdbc:sqlserver://localhost;"+"user=sa;password=sysdba;"+"database=job_app");
                   Statement stm = con.createStatement();
                   String query = "SELECT emp_id, emp_pwd FROM Employee where emp_id= "+uname +";";
                   ResultSet rs = stm.executeQuery(query);
                   while(rs.next())
                        dname=rs.getString("emp_id");
                        dpwd=rs.getString("emp_pwd");
                        if((dname.equals(uname))&&(dpwd.equals(upwd)))
                             System.out.println("You are logged in as : "+uname);
                        else
                             System.out.println("Login failed");
                   rs.close();
                   stm.close();
                   con.close();
              catch(Exception e)
                   System.out.println("Error occured"+e);
    }

    njb7ty wrote:
    Also, if uname had a single quote such as O'Conner, the originial sql statement would fail unless you properly escape the single quote. With preparedStatements, you dont have to escape it. I also believe preparedStatements are less suseptable to sql injection attacks.You are correct, prepared statements are the best thing since sliced bread. They are:
    - easier to read and write
    - easier to debug
    - run faster if used more than once
    - and are not susceptible to SQL injection attacks, this is especially important if the data being used in the parameter came in over the internet.
    I always use them, even when they might be slightly less efficient, eg. where I build the SQL right before I prepare it and then never use it again.

  • Help Required -- Can we use SQL Query to READ data from SAP MDM Tables

    Hi All,
    Please help.........
    Can we use SQL Query to READ(No Creation/Updation/Deletion  just Read) Data from SAP MDM tables directly, without using MDM Syndicator.
    Or direct SQL access to SAP MDM tables is not possible. Only through MDM Syndicator can we export data.
    Thanks in Advance
    Regards

    All the tables you create in Repository comes under A2i_CM_Tables in Database named as your repository name. So the tables names are fields of table A2i_CM_Tables. Now i tried it but cant make it.
    Now, I dont think its possible to extract all fields in tables and there values using select query. May be pure sql guy can do that or not.
    But there is no relation of data extraction and syndicator. Data is viewed in Data Manager. and you can also store data in a file from DM also.
    BR,
    Alok

  • HELP REQUIRED:Want to use my N79 & browse the net ...

    I have recently bought an N79. When I connect it to my laptop through the supplied cable the nokia PC suite says that "S60 device connected through a non-compaitble mode". I want to browse the net on my laptop using my cellular provider's GPRS service while connected through the supplied USB cable. Can anyone help?
    Solved!
    Go to Solution.

    Hi there
    You need to make sure when you connect the device that it is connected in PC Suite mode. When the cable is plugged in it should ask you which mode you would like to use. If it does not ask you then you need to go to:
    Menu>tools>connectivity> USB and select "ask on connection" YES
    Once connected in Pc suite mode the necessary drivers will install and you can connect to the net on the computer through the N79-1 using Pc Suite.
    Hope this helps  
    iPhone 5 32GB
    MacBook Pro Retina 15" Mac OS X Mountain Lion 10.8.4

  • Urgent help required: color template - use color ramp instead

    hello,
    I want to match color using the color matching vi. i understand you need a color template before executing the system.
    however i want to give my users the chance to choose any color from a color ramp and then this should be used an input to the color match vi (template). is this possible????
    if yes how... i have put a color ramp in the front panel and then put the output to the input of the color match template but get an error: not a template...
    thanks

    Hi farhan,
    Can you please send in some example code, as I can not find the VI you are talking about. The closest match I have is IMAQ Color Match and this does not have a template input.
    Please can you also tell me what version of LabVIEW you are using as well.
    Regards
    JamesC
    NIUK and Ireland

  • Help Required For HF100 Used With FCE 4 ?

    No, it's not for me.
    A few days ago Tom Bigley tacked this question onto another HF100 thread but it seems to have gone unnoticed, so I am reprinting it here:-
    "Forgive me if I am going over old ground but I have just acquired a HF100 and want assurance I have understood the AVCHD/FCE relationship correctly.
    I must use High Quality XP at 12Mbps (1440 x 1080)
    I cannot use High Quality FXP (1920 x 1080)
    I cannot use Cine and 25Mbps or I get into interlacing complications
    I import using Easy SetUp set to Apple Intermediate Codec
    with the Use Tab set to HDV-Apple Intermediate Codec 1080i50
    Am I there or are there any other pitfalls I've overlooked?
    Tom."

    Hello Richy
    My first thought is, can't you just put the graphic elements in to the photo with your choice of editor?
    It looks like you are trying to position two yellowy-green lines in the page as well.  You could put one of those lines in to the image and one in the left panel as a background (I'm not absoulutely clear where they go but I think I've made a pretty good guess.)
    You could try adding a header div and using a slice of the image as a background and position your logo elements in that with float, margin, padding or whatever.
    Basically, you have a two column layout which is quite simple so there should be a solution.
    You could try putting the main image as a background image and position your graphic elements in the content panel (div)?
    If your main image is a background though, I think you might have a bit more difficulty with height so, you would have to perhaps use the left column content to determine height.
    These are just a few thoughts but given with the caveat of my novice status!  I've only just learned to tie my HTML shoe laces.
    Good luck
    Martin
    PS I remember a few years ago now, bing advised through these pages to only use absolutely positioned elements if you really have no other alternative and then if you do, to only use one!   Since then, I haven't ever used one.
    PPS I like your design very much but I am not sure about that bright yellow text?  The pink circle looks as though it should be crazy but it fits beautifully with your colour scheme.  That yellow hits off it a bit in my mind and jars a little.

  • Help required on configuring Auto Login...!

    Hi All,
    I'm using SUn ONE Webserver Service Pack 9. And once after starting my Web Server instance and when ever I invoke my application url (http://localhost:8080/) It automatically takes me inside the application. I need to remove this auto login configuration. Because whenever I use Logout and login using some other user_id. It still logs in as the same Auto login user name.
    Kindly help me.
    Thanks in advance.
    SAM

    Hi,
    I resolved the problem. It was too some more properties files which needs to be added to the app.
    Cheers
    SS

  • CUP Password Reset funtionality requires users to login using password

    Hi All,
    CUP Password Reset is requiring users to enter user ID and password before resetting the password. Basically, if a user forgets his password, he needs to enter his password to reset it (in other words, it doesn't work).
    Anyone have thoughts on how to resolve this?
    I'm running GRC AC 5.3 SP12.
    CUP is only password reset functionality.
    No LDAP is connected.
    User Master Source is SAP UME.
    Authentication Source is SAP UME.
    Thanks,
    Pete

    Why not?
    You can configure CUP not to require login and use challenge response for resets.
    In my opinion this is the least preferrable option, as it requires every user to register and will move support effort from resetting passwords to resetting password questions, which users tend to forget just as often.
    It also leaves the possibility for imposters to register (as you don't require a login...) which allows you to reset any password if you're fast enough...
    I'm sticking to my recommendation - LDAP authentication is the best option.
    Frank.

  • HT4798 I need help resetting my password. I haven't used my Mac book pro in over little over two months. I just got the hard drive changed on it. My problem is that I can't login because I forgot the new password. It's also not letting me login using my a

    I recently had my a new hard drive installed. I didn't have any Internet until today so I wasn't able to set up wifi on it. I just got an Internet service today and now I cannot login to my Mac book. I can't remember the master password and its not letting me login using the apple id

    See
    http://osxdaily.com/2011/08/24/reset-mac-os-x-10-7-lion-password/ and
    http://osxdaily.com/2011/09/19/change-password-mac-os-x-10-7-lion-without-knowin g-current-password/

  • Is there anyway to get iTunes to use a remote library on my network that requires a login/password?

    I'm currently pointing iTunes at a library on my home server running WHS2011 but every time I open iTunes it can't find the library. This is presumably because the server requires you login. I can readd the library each time when I put in the username/password and everything works fine. However this is inefficient and annoying so I'd love to know if there is any way to get iTunes to store the creditials. Will iTunes understand adding the username/password at the end of the library location i.e. \\server\music@username:password
      Thanks,
          och29

    Very hard to do, but not impossible. Depends on what setup you have at home and what data you want
    Windows or Mac?
    Calendar, Contacts, Music and content only, or data from apps as well

  • DocumentBuilder.parse when URI requires a login

    Hello.
    I am trying to read xml from a URL and am succeeding when the URL does not require a login. However, when a login is required, instead of getting the XML, I am getting what an anonymous user who would access the URL through a browser would see - a login screen.
    Is there any way for me to pass the credentials of a user before trying to parse the document located at the URL? I don't see anything obvious in the DocumentBuilder nor in the DocumentBuilderFactory classes (unless I am supposed to use the setAttribute method of the DocumentBuilderFactory class).
    Any advice?
    TIA.
    *[Edited]*
    OK, I think I am getting somewhere with the java.net.Authenticator class. However, now that I have implemented that code, I am getting an error that I understand can be solved with:
    grant {
    permission java.net.NetPermission
         "setDefaultAuthenticator";
    permission java.net.NetPermission
         "requestPasswordAuthentication";
    Specifically, the error is:
    Access denied (java.net.NetPermission setDefaultAuthenticator)
    My doubt is to where to place this block of code :(
    Once again, I ask for assistance.
    Edited by: user1310368 on Oct 15, 2010 12:41 PM
    *[Edited, again...]*
    OK, I undertand that the grant section is supposed to go into the policy file and typically (from what I have seen) is used by applets. However, since this is not an applet, I am baffled as to how to grant this code the necessary rights.
    Edited by: user1310368 on Oct 15, 2010 1:11 PM

    Yes - I investigated the apache http client but again, that would entail installation/modification of a machine to which I have no rights - real bummer :(
    And as for the authentication method, it is using session authentication so I pretty sure I won't be able to add the info into the header. In fact, I tried this before using Microsoft's WinHttp.WinHttpRequest.5.1 in a different piece of (non-Java) code.
    Anyway, thanks again for the help. I'm not sure if I should just close this thread because at this point, I don't believe that any suggestions would be helpful - I am more or less stuck at the mercy of the admins.

  • XSLT mapping Help Required.

    XSLT mapping Help Required.
    Hi Experts,
    I am New to XSLT Mapping. I am practising the below Example:
    InputXML File:
    <?xml version="1.0" encoding="UTF-8"?>
    <?xml-stylesheet type="text/xsl" href="Persons111.xsl"?>
    <ns0:MT_XSLT_Source xmlns:ns0="http://XYZ.com/gen">
    <Person>
    <FirstName>Anshul</FirstName>
    <LastName>Chowdhary</LastName>
    <Gender>Male</Gender>
    <Address>
    <Street>2nd Main</Street>
    <Houseno>83/b</Houseno>
    <City>Mysore</City>
    </Address> </Person>
    </ns0:MT_XSLT_Source>
    XSL StyleSheet File:
    <?xml version='1.0' encoding="UTF-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns0="http://XYZ.com/Gen"
    Xmlns:ns1=”http://XYZ.com/Test”>
    <xsl:template match="/">
    <ns1:MT_XSLT_Target>
    <Title> <xsl:value-of select="ns0:MT_XSLT_Source/Person/Gender"/> </Title>
    <Name> <xsl:value-of select="concat(concat(ns0:MT_XSLT_Source/Person/FirstName,' '), ns0:MT_XSLT_Source/Person/LastName)"/>
    </Name>
    <Street> <xsl:value-of select="concat(concat(ns0:Mt_XSLT_Source/Person/Address/Houseno,' '),
    ns0:Mt_XSLT_Source/Person/Address/Street)"/> </Street>
    <City> <xsl:value-of select="ns0:Mt_XSLT_Source/Person/Address/City"/> </City>
    </ns1:MT_XSLT_Target>
    </xsl:template>
    </xsl:stylesheet>
    The Desired Output shuold be:
    <?xml version="1.0" encoding="UTF-8"?>
    <ns1:MT_XSLT_Target xmlns:ns1="http://XYZ.com/Test">
    <Title>Male</Title>
    <Name>Anshul Chowdhary</Name>
    <Street>83/b 2nd Main</Street>
    <City>Mysore</City>
    </ns1:MT_XSLT_Target>
    I have refered the xsl in xml and i am getting the below Oupt in a Single line like this:
    Anshul Chowdhary Male 2nd Main 83/b Mysore
    I am Unable to display in Target XML Fomrat as shown above. Please check and do the needful.
    Regards,
    GIRIDHAR

    Hi,
    I have used below for testing.
    Input xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <?xml-stylesheet type="text/xsl" href="Persons111.xsl"?>
    <ns0:MT_XSLT_Source xmlns:ns0="http://XYZ.com/gen">
    <Person>
    <FirstName>Anshul</FirstName>
    <LastName>Chowdhary</LastName>
    <Gender>Male</Gender>
    <Address>
    <Street>2nd Main</Street>
    <Houseno>83/b</Houseno>
    <City>Mysore</City>
    </Address> </Person>
    </ns0:MT_XSLT_Source>
    xsl code:
    <?xml version='1.0' encoding="UTF-8"?> 
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns0="http://XYZ.com/gen" 
        xmlns:ns1="http://XYZ.com/Test"> 
        <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/> 
        <xsl:template match="/"> 
            <ns1:MT_XSLT_Target> 
                <Title> <xsl:value-of select="ns0:MT_XSLT_Source/Person/Gender"/> </Title> 
                <Name> <xsl:value-of select="concat(concat(ns0:MT_XSLT_Source/Person/FirstName,' '), ns0:MT_XSLT_Source/Person/LastName)"/> 
                </Name> 
                <Street> <xsl:value-of select="concat(concat(/ns0:MT_XSLT_Source/Person/Address/Houseno,' '), 
                    /ns0:MT_XSLT_Source/Person/Address/Street)"/> </Street> 
                <City> <xsl:value-of select="/ns0:MT_XSLT_Source/Person/Address/City"/> </City> 
            </ns1:MT_XSLT_Target> 
        </xsl:template> 
    </xsl:stylesheet>
    For testing in PI ,change the extension from .txt to .xsl and zip it and upload into PI as an imported archive .
    Regards
    Venkat

  • Urgent help required: Query regarding LC Variables

    Hi All
    Sometime earlier I was working on a performance issue raised by a customer. It was shell script that was taking almost 8-9 hrs to complete. During my research I came across a fact that there were some variables which were not set, the LC variables were impacting the sort funnel operations because of which the script was taking a long time to execute.
    I asked them to export the following commands, after which the program went on smoothly and finished in a couple of mins:
    export LC_COLLATE=en_US.ISO8859-1
    export LC_MESSAGES=C
    export LC_MONETARY=en_US.ISO8859-1
    export LC_MONETARY=en_US.ISO8859-1
    export HZ=100
    export LC_CTYPE=en_US.ISO8859-1
    export LANG=en_US.UTF-8
    Later I did recover that setting the LC_COLLATE to C, is not helping and the program was again taking a lot of time. Few questions that I want to ask are:
    1. Can someone please tell me, what each of these variable mean and how these values make a difference.
    2. When I exported LC_COLLATE=en_US.ISO8859-1, it worked fine, but when i tried with the defalut value LC_COLLATE=C, then why the program didnt work.
    As this issue is still going on, hence I would request All to provide their valuable inputs and let me know as much as possible.
    Appreciate your help in this regard.
    Thanks
    Amit
    Hi All
    A new development in this regard. The customer has send us a screen shot in which they were trying to export the locale variable using the commands which I have pasted above. I can see in the screen shot that while exporting LC_COLLATE and LC_TYPE, they get a message that ""ksh: export: couldn't set locale correctly"".
    Request everyone to please give their inputs as it's a bit urgent.
    Thanks for all the help in advance.
    Thanks
    Amit
    Some help required please...
    Edited by: amitsinhaengg on Jul 22, 2009 2:03 AM
    Edited by: amitsinhaengg on Jul 22, 2009 2:06 AM

    LC_CTYPE
    Controls the behavior of character handling functions.
    LC_TIME
    Specifies date and time formats, including month names, days of the week, and common full and abbreviated representations.
    LC_MONETARY
    Specifies monetary formats, including the currency symbol for the locale, thousands separator, sign position, the number of fractional digits, and so forth.
    LC_NUMERIC
    Specifies the decimal delimiter (or radix character), the thousands separator, and the grouping.
    LC_COLLATE
    Specifies a collation order and regular expression definition for the locale.
    LC_MESSAGES
    Specifies the language in which the localized messages are written, and affirmative and negative responses of the locale (yes and no strings and expressions).
    You can use command
    # locale -k LC_CTYPE
    to see more detail about each type.

  • Can you help me understand the use of the word POSITION in TR and CFM?

    Hi,
    I am trying to have a view of typical BI reports in TR and TM/CFM so through my research I came to the following link:.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/62/08193c38f98e1ce10000000a11405a/frameset.htm
    My problem on this link and other postings on this site seem to be the same. Can you help me understand the use of the word POSITIONS in these context:
    1. Our client has asked for financial transaction reports in BW, such as position of Borrowings, Investments and Hedge Operations (TM data).
    2. I have a requirement on, some reports related to Money Market (Fixed Term Deposits, Deposits at Notice) something on FSCM-Treasury and Risk Manager. These reports will be similar to that of Loans, i.e. Position statement, flow statement, etc.
    3. The set of position values for a single position or a limited amount of positions can be reported by transactions TPM12 and TPM13 in R3.
    4. 0CFM_C10 (Financial Positions Cube)
    Do you have some simple report outputs to help clarify how the word POSITION is used in such environments?
    Thanks
    Edited by: AmandaBaah on Feb 15, 2010 4:39 PM

    If I future buy 10 shares in company at £1 per share - at the end of the day my potential value is £10
    The next day the shares drop tp £0.9 per share - I have a negative position - my shares are only worth £9
    I haven;t bought them yet - but I have a negative position - ie if things stayed as they are - I am going to realise (ie end up with)  a loss
    Now you can use this for loans and foreign exchange banks as well...

  • ITunes Wont Open on my IPAD 4.Apps requires iTunes login

    iTunes Wont Open on my IPAD 4.Apps requires iTunes login to run the apps and many apps are crashing without iTunes login.
    Please help me out i can log in to my itunes account on my windows PC.But cant open it on my Ipad4
    Need help
    Thanks in Advance

    Awesomeness!
    Search your hard drive for a file containing ITL in it. That is the file extension for the itunes database file. You might need to set Win Explorer options to show NOT hide file extensions.
    Once you are sure you know where that file is, press AND HOLD the shift key while starting itunes. Keep holding the shift key until you see a question about choosing or creating a library. Choose the ITL file you found during your search.
    Is this on a Vaio?

Maybe you are looking for

  • Split valuation for material

    Dear all, I'm facing issue when trying to assign "Valuation category" to Material in Material master Accounting view. Purpose of doing this is to achieve split valuation. But system is blocking me to do that due to PO created for the material before.

  • My desktop website shortcuts stopped working.

    Desktop website shortcuts all say: "There was a problem sending the command to the program". How can I fix these shortcuts? Running Windows 7 and Firefox 4.0.1

  • Logical vs. Physical Subnetting

    Hi All, Networks that isolate traffic from other networks using separate mediums are more secure than one that isolates via VLAN correct? So having to networks A and B separate with separate routers, switches, and cabling is more secure than creating

  • Exit Code: 7 on flash cs5 installation? help please??

    Hello i'm having a bit of a problem with re-installing flash cs5, i used to have it but i factory setted my laptop cuse it was acting up for a while and including flash was cting up and not loading so now i got to install it and it is giving problems

  • IChat asking for my Google Talk password but I don't have one

    I can't log on to iChat.  When I launch it I get a window that says iChat can't log into my email addres because my login ID or password is incorrect.  I don't have a talk.google.com password because I've never signed up for this service.  When I hit