New Appraisal system using EHP5 and NWBC

Hello Experts,
Can we implement new appraisal system using EHP5 and NWBC client without a portal?
Sorry, i am raising this question again But after finding out that the new ESS works without portal using NWBC, i was wondering if the same is applicable to appraisal systems as well?

The only changes in PMS in EHP5 pertain to the pre-defined template. If you are using (as is most likely) the flexible template in your implementation, there is no relevant enhancement in EHP5.

Similar Messages

  • Business Event Appraisal Form in New Appraisal System

    Hi,
    I have created Business Event Appraisal Form in New Appraisal System. I have done Appraisals for one Business Event by an attendee.
    Where can see this Appraisal Document of Business Event and do any change if required. Or from we can delete this documents of Business Event Appraisal.
    I have tried tcode appchange but there only Personnel Appraisal templates are visible.
    Samriddhi

    Hi,
    If you are using a template created by using the Objective Setting and Appraisals componet you can view and maintain forms filled in by employees via Transaction phap_admin_pa.
    Br,
    Art

  • Buling a new Web Application using JSF and Ajax.

    Hello Group,
    I am a building a new web application using JSF and AJAX. Planning to use Myfaces Tomahawk, Dojo for Ajax, Hibernate, Spring,Eclipse IDE and Jetty Server.Can some one please suggest me will this be a right one for
    building complex UI and will it support for using the jsf features and would like to know any other free open
    source framework, ide, tools which support the best way for an agile project..?. There is restriction like i have to use java1.4

    jaisheela wrote:
    Hello Friends,
    I am also in the same situation.
    I am a building a new web application using JSF and AJAX.
    Requirement is I need to use IBM version of DOJO and JSF but I need to develop the whole application using Eclipse 3.3,2 and Tomcat 5.5.
    With IBM version of DOJO and JSF, will Eclipse and Tomcat help to speed up the development or do you suggest me to go for Rational Application Developer and WebSphere Application Server.
    If I need to go with RAD and WAS, then I am new to RAD and WAS, is it easy to use RAD and WAS for this kind of application and implement web applicaiton fast.
    Any feedback will be great help.Those don't sound like requirements of the system to me. They sound more like someone wants to improve their CV/resume
    From what I've read recently, if it's just fast you want, look at Ruby on Rails

  • New Op system ruins exchange and Gmail email

    SSince installing the new operating system, my mail accts are essentially useless  I'm left with only using on my iPhone as I haven't updated that yet, and now will not. My iPad ran quickly with no issues until this was upgraded. It's so slow, the keyboard sticks on the screen and won't advance letters. Soooooo frustrating!

    Hi lisafromlima,
    I apologize, I'm a bit unclear on the nature and scope of the issues you are describing. If you are having multiple issues after a recent update to iOS 8, you may want to first try resetting your device:
    Turn your iOS device off and on (restart) and reset
    If you are still having issues after a reset, you may want to make sure you have a current backup of your data in iTunes, then try restoring your iPad to factory settings and testing it in that default condition to see if the issues persist before restoring your data. You may find the following article helpful:
    Use iTunes to restore your iOS device to factory settings
    Regards,
    - Brenden

  • Create a new Buffered Image using Raster and ColorModel

    Sorry , I crosspost this message,because no one reply.
    Recently,I write a programme combining C++ and Java .
    The C++ part create a array containing image data in form of BI_RGB and biBitCount==32.
    The java part create a image using Raster and ColorModel like this:
       static int[] data ;
       DataBuffer db = new DataBufferInt(data, data.length);
       WritableRaster wr =Raster.createPackedRaster(db, 1024,768, 32, null);
       ColorModel cm = new DirectColorModel(32,0xff0000,0x00ff00,0x0000ff);
       img = new BufferedImage(cm, wr, false, null);But it doesn't work .
    it report this:
    Exception in thread "main" java.lang.IllegalArgumentException: Raster sun.awt.im
    age.SunWritableRaster@dff3a2 is incompatible with ColorModel DirectColorModel: r
    mask=ff0000 gmask=ff00 bmask=ff amask=0
    at java.awt.image.BufferedImage.<init>(BufferedImage.java:549)
    at monitor.test.Perform2.main(Perform2.java:39)

    hey epico
    compiles & runs 4 me
    see javadocs for SinglePixelPackedSampleModel
    import java.awt.image.*;
    public class Tester {
    DataBuffer db;
    WritableRaster wr;
    ColorModel cm;
    BufferedImage im;
    int[] data;
    int[] masks;
    int w = 768;
    int h = 576;
      public Tester() {
        data = new int[768*576];
        for (int i = 0;i < w*h ;i++ ) {
          data[i] = 0;
        masks = new int[3];
        masks[0] = 0xff0000;
        masks[1] = 0x00ff00;
        masks[2] = 0x0000ff;
        db = new DataBufferInt(data,data.length);
        SinglePixelPackedSampleModel sm = new SinglePixelPackedSampleModel(DataBuffer.TYPE_INT,w,h,masks);
        cm = new DirectColorModel(32,0xff0000,0x00ff00,0x0000ff);
        wr = Raster.createWritableRaster(sm,db,null);
        im = new BufferedImage(cm,wr,false,null);
      public static void main(String[] args) {
        Tester tester1 = new Tester();
    }

  • Creating an Order Processing System Using XML and JavaBean/EJB

    Hi,
    I'm looking to design a solution for the following problem:
    A distributor creates a purchase order from a home grown system. This purchase order is sent to the company as a flat text file. This file must then be validated for both syntax and data values and then processed by their ERP system running on an AS/400.
    The solution I would like to provide is to place the data from this text file into an XML file and then create a system composed of server side components (either Java Beans or Enterprise Java Beans) that would parse the information and call the back end ERP processes (using business methods from within the beans). I have already developed a web app that processes orders using JSP and Java Beans. In this case however, the order will never be seen by a human unless it fails validation. I figured using XML to do this would not only be good for this part but also improve the e-commerce side as well. My only question is how to submit an XML document to a bean for processing without user intervention. Any information you can give me on this or even to point me in the right direction would be greatly appreciated. Thank you for your time.

    Hello,
    Thank you for responding to my question. I have several books here on XML but have not gotten very far in them as of yet. I understand how to create an XML document and a DTD, but I guess I haven't gotten far enough to understand how "submit" per say an XML page like you would an HTML form and then proceed to retrieve the data from the request parameters. I will research this further.

  • Doing news module that uses Entities and VOs in a dynamic way

    Hi dears,
    I'm developing a Web Center Application with JDev 11.1.1.6.0. And I'm trying a make a news module that can be controlled by an admin with the interaction of database.
    In the main page, there's a JQuery and has 5 titles, bodies and pictures. It's changes in 5 seconds.
    I have News table in my database and I created the EO and VOs of News. Now I'm locked in a situation. I want to show the news one by one in JQ frames.
    I mean
    First News -> RowID % 5 == 1
    Second News -> RowID %5 == 2
    ... (From the same EO)
    If I change the SQL Query of EO, this effects all of them always it brings me the 1st news for example. How can i do that? Does ADF allow me to do that?
    Thanks in advance.
    Erdo

    repost

  • Can I install a new operating system using a USB optical drive?

    My Mac is out of date, I'm still running 10.5.8 but have the Snow Leopard disk to update my operating system to 10.6.3. However, my built-in optical drive is broken so I use a USB powered optical drive. So, when I start the process of installing the new operating software, will the MAC direct itself to my USB drive to boot when necessary?

    Thanks for the replies. Just to clarify, because I'm on 10.5.8 I have to upgrade to Snow Leopard using a dvd disk, which I have. I cannot upgrade to any other more recent operating system until I'm on Snow Leopard, so that's the first thing to do.
    So, just to clarify further, I have a DVD drive that plugs into 2 USB ports that I use to burn and read DVDs, ever since the inbuilt DVD drive on my iMac started sticking disks inside.
    So...I'm really looking for the best way to do this upgrade with what I have...I don't know whether the Mac will find the disk if it is on the plugged in portable DVD drive rather than the inbuilt DVD drive....
    Any advice greatly appreciated...

  • Have just been told by BT that I need a new/different version of Thunderbird to work with the new BTMail system (used to be BTYahooMail) - do I?

    I have had btinternet email for years, and Thunderbird for a long time too and have been happy with both. Unfortunately, I am not technical enough to understand most of the help or instructions on the Thunderbird support/info pages, but did manage to get TB set up in the first place (ages ago) and it seems to have worked well since. However, on Friday both of my BT accounts (two numbers, therefore two sets of BT email addresses) were moved over to the new BT Mail from the old BT Yahoo mail. I was unable to log in to one of them, but the other one was fine - I had some 'screen sharing' help from a BT technical chap to sort it out. However, Thunderbird was unable to conect with the email servers. I told BT and the tech chap tried to sort it out on the screen share, but was unable to (and I was unable to follow what he was doing). Some months ago, I made some changes, as requested by BT, to enable the transfer to go smoothly (!) but the man changed some things on Friday, I think, as well. He was unable to fix the TB problem and I can't figure it out at all, and the lady from BT Tech help who I spoke to this morning (and who had managed to sort out my BTID log-in problem, thankfully) had a look and suggested that maybe I needed an updated/new/different version of TB or 'another email'. Well, I'd really like to stay with Thunderbird and was hoping someone here could explain it in plain english for me, please? I was wondering what would happen, supposing I need to download an updated/different version, if I did that and then sort of re-installed my existing BT email addresses (just as if I was starting again with Thunderbird)? I do hope there is someone here who can help - please - I'm rather fond of that little blue bird. Thank you.

    Just add the account again.
    File|New|Existing Mail Account&hellip;
    There should be no need to delete or reinstall anything. Re-installing Thunderbird itself is rarely useful, since doing this doesn't delete account data. Don't delete the old yahoo-based account until you're sure that everything you need to keep is in the new criticalpath-based account.
    CriticalPath is the name of the business providing email services to bt.com.
    Some not very reassuring reading [http://www.theregister.co.uk/2014/03/13/bt_likely_to_have_breached_data_protection_act_after_email_accounts_were_allegedly_compromised_over_http_and_details_kept_in_log_files/ here].
    You'd think bt could run their own email service, wouldn't you? Yahoo was generally seen as a poor choice. I'm not sure that criticalpath is any better.

  • Opening new web page using servlet and jasper report. ?

    Hello,
    I am developing one small web application and implementing jasper report in it. I am using jasper report with servlet. Which is generating one pdf file and displaying in same browser. But I want to open this report in new browser. Which is only display that report window. I am trying it. response.setContentType("application/pdf");
                   /response.addHeader("Content-Disposition", "attachment; filename=" // this is basically for downloading pdf file.
                             + request.getParameter("D:/rnext/30-oct-2009/sms/web/jsp/Reports/allstudentsofwholecollege.jasper") + "");
          response.setContentType("application/pdf");
          response.setContentLength(bytes.length);
          servletOutputStream.write(bytes, 0, bytes.length);
          servletOutputStream.flush();
          servletOutputStream.close();In this code it is showing me attachement file of report.
    When I changed the response.addHeader(Content-Disposition", "inline; filename=" // this is basically for downloading pdf file.)
    It is opening in same window. Please help if you can. It is urgent. please help.
    Thanks in advance.
    Manveer

    Use target attribute with link you have placed on you JSP page. [Look Here|http://www.w3schools.com/tags/att_a_target.asp]
    Also remove Content-Disposition header if you want to open file in browser.
    In latest browsers it might be possible you will see new tab opened rather then whole new browser window, This depends on browser settings.

  • Operations error occured when executing LDAP query to read members of AD group in windows 8 operating system using javascript and active-x

     My code javascript script  is
     objConnection = new ActiveXObject("ADODB.Connection");
     objConnection.Provider="ADsDSOObject";
     objConnection.Open("ADs Provider");
     objCommand = new ActiveXObject("ADODB.Command");
     objCommand.ActiveConnection = objConnection;
       objCommand.CommandText = "SELECT sAMAccountName,displayName, givenName, SN,CN,    mail,distinguishedName,primaryGroupToken,member,ADsPath,MemberOf FROM 'LDAP://"+GrpDomain+".corp.com' WHERE objectCategory='group'
    and objectClass='group' and sAMAccountName='"+GrpName+"'";
    objRecordSet = objCommand.Execute();
    This code executes successfully on window 2008 server machine,
    but gives "Operations error occurred" on windows 8 operating system
    on line of code highlighted above

    Hi,
    In regard to scripts related issue, I suggest you refer to The Official Scripting Guys Forum to get professional support:
    The Official Scripting Guys Forum
    http://social.technet.microsoft.com/Forums/scriptcenter/en-US/home?forum=ITCG
    Thank you for your understanding and support.
    Best Regards,
    Amy Wang

  • Newspaper/News Type Site using Muse and BC

    Trying to grasp the concept of how to achieve this is Muse and would greatly appreciate someones help. A potential client would like me to build a site for them. Easy right, but there is a catch. The sites content (that similar to a newspaper or general news site) will be updated daily and by the client and their team. I believe by using Business Catalyst I can achieve this but I need to know if it is too much for Muse and BC combined to handle. Definitely don't want to get in over my head.
    Thanks in advance

    Hi Brad,
    the problem is that there are available very little information and instructions (= video tutorials) about Business Catalyst / Muse integration. We are working on online newspaper / magazine sector and we hope that Adobe will publish more video tutorials about above mentioned field (without Dreamweaver).
    Best Regards
    TaikaJim

  • ITunes cannot read or write onto my new Nano (7) using iTunes and OSX10.6.8. How can I fix this?10.7 e

    I just added OSX 6.8 and iTunes 10.7 to my 2008 vintage iMac in hopes of using my new iPod Nano (16GB).  I tried just about just about every trick I could think of to isolate and handle the issue, but I kept getting the same message: "Attempting to copy to the disk '..... iPod' failed. The disk could not be read from or written to." [with big red stop sign to solidify the impression]. Exasperated, I went for a Genius bar consultation, and was relieved when the agent said that it had to be a problem with the particular iPod. He promptly replaced the iPod with a matching one. I went home and crossed my fingers. "Surely, it must have been the defective iPod that was the problem," I thought to myself. Much to my dismay, the replacement did not work either - I got the same "Attempting to copy to the disk ... failed."  I have updated my phone and that works just fine, so I am really stumped. Is it possible that the replacement was also defective?
    I really doubt that, but I cannot rule it out. I believe it to be some kind of software glitch, but I am trying to get in touch with someone who might know how to fix this problem. I don't really think that I should have to go to the genius bar again over this. The convenience factor for this product has really gone to pot for me. Please write me, I would really appreciate a solution.
    Thanks  

    It seems to be working now. I noticed it kept crashing on the same song so I just deleted the file and now it's processing the files. I guess the song was corrupted or something. So far so good...

  • TibookG4 freezes in new home when using airport and walking around to anoth

    Since I moved, in my new house I only receive my Airport extreme Basestation in a small distance of about 6 meters. When I walk with my G4 Titaniumbook (with normal (old) airportcard) to the kitchen, it freezes! My boyfriend who has a PC, has no problem at all...There are no microwaves or other magetic/electrical power obsticals. I rebooted the Basestation soft and hard, I updated my OS to 10.4.8 and updated the airportsoftware too , althought I always do this automatically by the 'software updater'. What is specific at it, is when I start up in the kitchen (problem-airea), the finder only starts up with the spotlight-icon; no time-, battery and other indicators. And the cursor doesn't work. The only thing I can do is (when I want to work in the kitchen), walk back to the living, reboot the mac by pushing 6 seconds the powerbutton, disable airport, and go back to the kitchen to work, but without wireless...
    There are about 6 other wirelessstations here in the area, so I also tried to change the chanels. No improvements.
    A friend of mine visited me with a Powerbook 12"(with a airport extreme card). She discovered in the first place no problems at all while I did. But after a while, (because more wireless networks were active???) she couldn/t receive the airport aswell...
    Is there somebody who recongnizes this problem? And can help me?
    Thanks a lot!
    Sascha
    TibookG4   Mac OS X (10.4.8)  

    I don't have any solutions, but I had been reading about some folks having airport related kernel panics in the MacBook discussion forum. As a matter of fact, I had a kernel panic a little while back on my MacBook, and the crash log pointed to some issues with airport drivers. Here is what Macfixit says about these drivers and I quote:
    "Bad built-in hardware (including hard drives) Repeated kernel panics can be the result of incompatible, damaged or misconfigured built-in hardware. This includes built in AirPort, Bluetooth and other networking hardware, corrupt or damaged hard drives, faulty processors and more. Examine your crash log (as discussed in our tutorial "An introduction to reading Mac OS X crash reports") for clues as to which device is implicated.
    Sometimes the fix is as simple as re-seating built-in hardware. Make sure any PCI, PCI Express, AirPort and other expansion-type hardware is firmly and properly seated in its appropriate port.
    In other cases, the fix involves attacking the problem at a driver or kernel extension level. Again, examine your crash reports and look for components specifically linked to certain hardware. For instance, the following Mac OS X components are all used by Apple AirPort hardware, and can be implicated (by crash logs) in kernel panics:
    com.apple.driver.AirPortAtheros5424(100.21)
    com.apple.iokit.IONetworkingFamily(1.5.0)
    com.apple.iokit.IOPCIFamily(1.9)
    com.apple.iokit.IO80211Family(110.19)
    After determining device-specific components, you can try re-installing them -- either by performing an "Archive and Install" of Mac OS X, or downloading and manually placing items."
    http://www.macfixit.com/article.php?story=20060911080447777

  • Upon installing Thunderbird on my new computer (after using Outlook and hating it) I am missing at least one folder. How do find that folder?

    I have a new computer. My IT support asked me to give Outlook email another chance. I did for a week and decided it's not to my liking. So I installed Thunderbird.
    I did a search to find an email, and the search came back - 0 found. I knew this was wrong.
    I then went to find the folder the email would have been stored in and found that folder is missing from my fold list.
    I do see the folder on my old computer which is still alive, but it's not showing up on my new computer. These are not local folders but are listed in the University's email server.

    Sounds like you have an imap mail account.
    If you cannot see a folder which is on the server, then you need to subscribe to see it.
    So first question is 'Have you subscribed to see it?'
    If it is a subfolder, you will need to subscribe to see it as well as the higher tier folder it is in.

Maybe you are looking for

  • Iphone home button & Restore is broke Please help

    Woke up around 11am today and my iphone was working fine, left it on the side in a cool area and around 11am the home button decided to stop working. Luckily i have a code and only way i worked around to go back to the main screen was locking the pho

  • IWeb wont publish updated pages to site using Mobileme

    Tried to publish 2 updated pages to my current iWeb site published on Mobileme. Am directed through a Facebook username and password login. (Don't remember this step from prior publishing.) Then nothing happens. No site update. No option to publish s

  • Controlling SelectManyCheckbox layout in ADF Faces

    Hi, The only possibilities for the layout for an ADF faces select many checkbox seem to be "horizontal" or "vertical". How can we control the layout to say - have 10 checkboxes laid out horizontally in two groups of 5 vertically laid out checkboxes ?

  • Can I permanently repair disk permissions?

    I just ran Repair Disk Permissions using Disk Utility. There were 41 permission repairs made. I rebooted the laptop, ran Repair Disk Permissions again, and still it came up with 41 permission repairs. Is there a way to repair the errant disk permissi

  • New iMac and 2nd Monitor

    is it possible to connect a regular monitor (HDMI) to the new iMac? If not, is there some other way to use two monitors?