Problem in task after upgrade to 7.4

Hi,
after upgrade from 7.1 to 7.4 now in UWL detail in some task there is the label:
"Before you make a decision, you can display the attachments and objects
which have been attached to the user decision. You can also create your own
attachments.
If you choose Cancel, the user decision remains in your inbox for
processing."
Can i remove it?
Regards,
Rocco

Solved...is a new description added to the task in the workflow, this text in the 7.1 version is not present, with 7.4 upgrade this text added automatically to the task, I have deleted this text and now work.

Similar Messages

  • I am having problems with mail after upgrading to mountain lion. Is there a way to go back to lion?

    I am having problems with mail after upgrading to mountain lion. Is there a way to go back to lion?

    It would always be easier to fix the Mail problems.

  • My problem is that after upgrade to IOS 6.1.3 my iphone not sounds! dont have sounds notifications for whatssap, FB, mails and can't listen music and talk with skype without headphones or speakers! only have vibrator and sound for one coming call!! what c

    My problem is that after upgrade to IOS 6.1.3 my iphone not sounds! dont have sounds notifications for whatssap, FB, mails and can't listen music and talk with skype without headphones or speakers! only have vibrator and sound for one coming call!! what can i do!???? Thanks a lot for help me!!!!

    I have a nearly identical problem with my Ipad 3. Mine is the left channel. I've yet to find help, but have found a number of other posts on this and other forums discussing the issue. People have tried restore, reset etc. Also, cleaning the ports with compressed air or cotton swabs. It appears to be a software issue, but no one is sure.
    Along with the original poster, I'd appreciate any help.
    As far as the 'level 6' poster, if you're going to be rude, please don't bother. Hope it was just a bad day.

  • Problem extending VO after upgrade to JDev RUP6

    We are having problems extending VO after upgrading from JDev CU2 to JDev CU6. The extended VORowImpl java file extends the OAViewRowImpl instead of the VO that we are extending. Other files are fine except for the VORowImpl
    Is there any JDev setting we need to set for CU6?
    Any help/insight is appreciated.
    Thanks,
    Ramesh

    Hi,
    R u mean to say ur extended VO's changed automatically,or ur having problem extending the new VO's.
    Thanks

  • Anyone having problems with Safari after upgrading to Yosemite?

    Safari takes over 2 minutes to open after upgrading to Yosemite and once open it is not responsive.  What is wrong?  I have redone the download and it still has the problem.

    I found this workaround and it worked for me. 
    "According to Hontz, the issue seems to be affecting only iPhone 4S users. Hontz has provided the following workaround to fix the issue:
    1) Open the Phone and dial *228. This is a Verizon over-the-air programming number. 2) When the system answer press 1 for “Program or activate your phone” 3) Wait for the call to disconnect. You should get a prompt stating something like, “Settings updated.” 4) Open the Task Manager (double click the home button) and kill the Phone, Message, and Contacts Applications 5) Wait a few minutes (I waited 3 just to be extra safe) 6) Open the Message App to verify the fix.
    If you are still broken, kill the Message App again, then reboot your phone.
    Did iOS 5.0.1 also mess up your iPhone Contacts? Let us know if the workaround helped."
    via: TSF

  • Problems with Hotspot after upgrading to OS 10.3.1.1565

    SInce i have upgraded the OS to the lastest version on my Q10, the Hotspot has stopped working. Previously it was was working absolutely perfectly. I have checked other support forums and a lot of users are facing the same problem after upgrading to OS10.3.
    I would like to know how soon a patch to fix this problem will be made available by Blackberyy.

    Known issue. No ETA on a resolution yet, unfortunately.
    http://www.blackberry.com/btsc/KB36801
    1. Please thank those who help you by clicking the "Like" button at the bottom of the post that helped you.
    2. If your issue has been solved, please resolve it by marking the post "Solution?" which solved it for you!

  • Wifi problem of G560 after upgrading to windows 8.1

    Hi,
    I have a lenovo G560. After upgrading from windows 8 to windows 8.1, I cannot connect to wifi. I was wondering if someon else has the same problem.

    hi amardoukhi,
    Welcome to the Forums.
    Your issue might be similar to this thread. Try the solution that was posted to rollback to an older driver version.
    The solution was to:
    1. Open Device Manager (press WInkey+R > type devmgmt.msc)
    2. On the Device Manager, navigate to Network Adapters > right click on the wireless adapter and choose Update Driver Software
       - Link to picture
    3. On the Driver Update Window, choose Browse my computer for driver software >  Let me pick from a list of device drivers on my computer and choose the wireless card on the list.
       - Link to picture
       - Link to picture
       - Link to picture
    Regards
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • [SOLVED] Problem with murmur after upgrading to 1.2.3-4

    I've been running Murmur on my server for a long time without problems. The last version I had running was 1.2.3-3. After upgrading to 1.2.3-4, the already-running murmurd process crashed after a while (some hours after the upgrade, after constant use) and I'm unable to restart it. The message I get is:
    :: Starting murmur [BUSY]
    <W>2012-01-07 22:06:11.133 Initializing settings from /etc/murmur.ini (basepath /etc)
    <W>2012-01-07 22:06:11.134 OpenSSL: OpenSSL 1.0.0f 4 Jan 2012
    <W>2012-01-07 22:06:11.134 SSL: Adding recommended CA StartCom Certification Authority
    <W>2012-01-07 22:06:11.134 SSL: Adding recommended CA AAA Certificate Services
    <W>2012-01-07 22:06:11.135 SSL: Adding recommended CA UTN-USERFirst-Client Authentication and Email
    <C>2012-01-07 22:06:11.135 Successfully switched to uid 1007
    <F>2012-01-07 22:06:11.230 ServerDB: Failed initialization: unable to open database file Error opening database
    [DONE]
    and in murmur.log nothing gets written. Downgrading to 1.2.3-3 works, but I thought I'd look for the cause of the problem.
    After poking around a bit, I noticed that my murmur database (/var/lib/murmur/murmur.sqlite) belongs to a nonexistent user with a UID of 86 and a GID of 86, as well as the whole /var/log/murmur/ directory. I also noticed that a new murmur user and group with UID and GID of 1007 and 1000 exists on the system now. It seems that running:
    sudo chown -R murmur:murmur /var/lib/murmur/ /var/log/murmur/
    fixes the problem. Perhaps the update deleted my pre-existing murmur user and group and recreated them?
    Edit: Guess I should mark this as [SOLVED].
    Edit edit:
    Also turns out the whole /var/lib/murmur/ directory has to belong to murmur, not just the sqlite file.
    Last edited by n17ikh (2012-01-08 03:22:39)

    I had the same problem and fixed it like you.

  • PDF problem in Preview after upgrading to Yosemite in MacBook Pro Late 2011

    After upgrading to Yosemite , i have a problem viewing PDF's.
    When opening high resolution PDF's  e.g. 2588 x 3368, it will display  distorted image or distorted characters.
    and scrolling normal resolution PDF is very slow.
    Can anyone help me with this?
    Thank you very much!

    Sounds like Notifications app.
    Maybe some other app. In SystemPreferences->Users&Groups->LoginItems tab: remove all entries with the minus sign underneath. This will not uninstall anything, you have to start those apps by hand now. Restart.
    Still there?
    Yes: Restart again while holding the shift key, this will start the mac in SafeMode: only the necessary items are loaded to run.
    Still there?
    Yes: Make an etrecheck list and post it here.
    No: Restart, put the items in the LoginItems back, one by one, restart after each entry, and you will find the "culprit"
    Please report accordingly. I will be back in 24 hours.

  • Wifi problem with Mac after upgrade to Mavericks

    I just upgraded to Mavericks but something wrong with my wifi.
    i can get internet through LAN link from Airport but not through wifi even i can receive an IP address
    i tried connect to hotspot with my iphone5s and it works.
    Other devices can use wifi just fine through Airport, just not my Mac using Mavericks
    In conclusion,
    Airport should be fine because my other devices works.
    Mac wifi should be fine too because i can connect using hotspot.
    so why it's not working when i connect Mac to Airport?

    I was having problems connecting to Wifi with my Macbook Pro (!2010), after upgrading to Mavericks. I was on the phone repeateadly with AT&T because I have Uverse. Testing everything (channels, signal strength) and had techs come out to check the line, ports, switches, etc. When I hardwired the Mac into the Uverse router, it worked fine. This rulled out any problems with the line in.
    I considered getting a repeater but then I read that repeaters are not really good and it is better to reconfigure a router to act as an access point on the network. Plunked down about $80 for a Belkin AC750 router at Best Buy. In the setup it has an option to set it up as an access point only. Clicked that, connected it to my Motorola NVG510 Uverse modem and then connected to the Belkin router from my Mac. Voila!  It's been a solid 11+ Mbs ever since (my plan maxes at 12Mbs). Connection is still solid and life if good even though it ***** to plunk down another $80 for a second router. But it was worth it just to get rid of the headaches.
    I think the wifi capabilities of the Motorola NVG510 modem are the cause of a lot of problems with AT&T Uverse issues, particularly for Mac owners. I think it was also causing my Airport Expresses to drop occasionally.... Few minutes of music then drop... music drop.... All gone now.
    I don't know if you are on Uverse but if so, I highly recommend configuring a second router as an acces point (it can be any old router you still might have - the setup is just a bit trickier because you have to do it manually).
    Good luck.

  • Problem with setMnemonic after upgrading to 1.4.2

    Hi,
    setMnemonic doesnt seem to work properly for JButtons after upgrading from 1.3.1 to 1.4.1. Hot Key works but underlining doesnt show.
    In our app, we have our own controls which are basically derived from Swing controls. In this case JButton.
    I have tried using both setMnemonic API (char as well as int) but no luck. Look and feel we use is Windows look and feel (W2K). Font is Dialog. One thing I have noticed is that if I donot set the look and feel in my app. It seems to work fine. (Metalic).
    Anybody has any clue on how to fix this issue ?
    Thanks in advance
    Sohan

    Hi,
    Here is a code sample for the above problem.
    import java.awt.*;
    import javax.swing.*;
    public class TestFrame {
              public static void main(String[] args) {
                        JButton button = new JButton();
                        JFrame frame = new JFrame();
                        // Add button to the frame
                        //frame.getContentPane().setLayout(new GridBagLayout());
                        //frame.getContentPane().add(button, new GridBagConstraints(3,2,1,1,1.0,1.0,GridBagConstraints.SOUTHEAST,GridBagConstraints.NONE,new Insets (0,0,0,0),0,0));
                        frame.getContentPane().add(button, BorderLayout.NORTH);
                        // Set initial size
                        int frameWidth = 300;
                        int frameHeight = 300;
                        frame.setSize(frameWidth, frameHeight);
                        button.setText ("Button");
                        button.setMnemonic((int)'o' );
                        button.setMargin(new Insets (0,0,0,0));
                        button.setSize (new Dimension (73,21));
                        button.setFont(new Font ("Dialog", Font.PLAIN, 11));
                   try {
                        UIManager.setLookAndFeel ("com.sun.java.swing.plaf.windows.WindowsLookAndFeel");
                        SwingUtilities.updateComponentTreeUI(frame);
                   catch (Exception e){};
                        // Show the frame
                        frame.pack();
                        frame.setVisible(true);
    Sohan

  • Problem with colors after upgrading to Lion

    After upgrading to Lion, I could no longer distinguish between very light greys (e.g., #f8f8f8) and white (#ffffff) on my laptop monitor. The difference is readily apparent on many websites.
    If I plug my laptop into an external monitor, the problem goes away, and stays away even AFTER unplugging it.
    Neither recalibrating the color profile nor rebooting have any effect.
    Any ideas?

    iPhoto is not part of Lion. It comes with a Mac. So, the version you own is the one that came with your Mac. If you want the newest version, you'll have to purchase it from the App Store.

  • Problem with contacts after upgrading to iOS 7 (iphone 5)

    After upgrading to iOS 7 (iphone 5), the contacts (loaded from icloud) in greek language aren't sorted!!! They are under the # symbol!! Anyone has a solution. I didnt have this problem with previous iOS versions!!!!

    My phone was fine after I connected to iTunes. It appeared in recovery mode and then it downloaded the update, installed and all was fine.
    Regards,
    Jeevan.

  • Is anyone having problems with keynote after upgrading to Lion?

    After upgrading my system to Lion, my keynote presentations are becoming a nightmare. They crash all the time, and are becoming significantly slower, not just due to the autosave but after making just a few movements the beach ball appears and takes forever for me to be able to edit the document again. When I try to put into presentation mode the computer stops, sometimes I even lost the images inside the saved prasentation, and when I tried to recover from the auto saved versions, they were corrupted also. I talked to the apple support here in Brazil and after running all kinds procedures to check and fix the disk and hardware even in the safe mode, it still remained with the same problem. Another suggestion was to reinstall the keynote, and I even bought a new version from the app store even though the old one was updated. Again, nothing changed. Does anyone have the same problem or knows what to do?

    Hi Thomas - listen, I want to tell you that we aren't necessarily all in the same boat...what I mean is that this problem almost ruined my business and I spent a long time reading the dozen or so threads in this board, and tried solutions people suggested in each one. I had two separate problems...the first was like yours, and it was indeed solved by the time machine save setting mentioned above. The other was that I couldn't get an object selected with a click of the mouse every tenth time or so...I had to click onto a different slide and then come back to mine. I started turning off every single piece of hardware and software one by one, in search of a conflict. It turns out that my Apple Magic Mouse was the problem. I switched it to a plain MS wireless mouse and problem solved. *****, but it let's me continue. My point is that too many people are using Keynote just fine for any of us to throw in the towel and say it's universally and irreversibly broken. There are different bugs in play, but you have to go on the assumption that there's a way out if you can spot what's not quite right. Sorry I don't have your specific solution, but this mindset is what saved me from jumping ship to PPT.

  • [Solved] Problems with themes after upgrading to kde 4.6.1

    Hi, I have a problem after upgrading qt to version 4.6.1. I use awesome wm and only few application based on qt framework (vlc, wpa_gui, virtualbox) and they all look awful after upgrade. It's like there is no themes installed. I'll post a screenshot if it is necessarily.
    Anyone have any idea?
    Tnx

    anrxc wrote:
    I also noticed that menus in qt applications aren't working.
    I can confirm. All application menus are completely broken in multi monitor setups. They refuse to show if application is not on the main screen. When it is on the main screen they show but most of the time are broken - wrong position, wrong size etc.
    Getting this too. Need it fixed soon, thanks.

Maybe you are looking for