One or more of the resources is not configured correctly.

All,
I have a problem when I am trying to disable a user on the user interface, its raise an error saying "one or more resources is not configured correctly.."

Can you please help me understand the question

Thank you
Preeti...

You can try to isolate the resource that is the source of the problem, make sure that all resources are having disable trigger mapped in the effect of the task of the task.

Thank you
Suren

Tags: Fusion Middleware

Similar Questions

  • When sending an Email containing pictures, I get the Message "one or more of the images could not be sent" in Windows Live Mail.

    When sending an Email containing pictures, I get the Message "one or more of the images could not be transmitted. When I send this message to my address, I see the little red X in place of the image. How can I fix it?

    original title: Live Mail

    Hi donabell,.

    Thanks for posting your question in the Microsoft answers Site Feedback forum. Your question it will be better answered by the experts in the Windows Live Solution Center. Please repost your question here.

  • Updates are not configured correctly.

    I have a Dell Xps 420 with Vista 32 bit. Last night I let it update and standing on its own, when I turned it on this morning it said update 3 of 3 0%. When he arrived at 100%, it would go to the display of password for a brief second and say it would close down, he did this loop for a few hours, and then he changed to the updates were not configured correctly, returning changes and then restart. I tried to boot into safe mode and on the sofeware cd, but nothing works. Can someone give me a step by step process to solve this problem. Thank you

    Try to rename the pending.xml from the command prompt using the following steps:

    (1) open CMD prompt as administrator (start--> cmd--> right click--> Run As Administrator)
    (2) enter the following information: takeown /f C:\Windows\winsxs\pending.xml
    (3) enter the following information, and then type your user name in the designated place: cacls C:\Windows\winsxs\pending.xml/g : F
    4) go to C:\Windows\winsxs\ through computer and rename the pending.xml pending.bak
    (5) run Windows Update again.

    Kind regards.

  • Windows Live Mail: One or more of the pictures in this message could not be found

    Normally, I can receive, view and send on, almost all images, photographs and videos that I receive. However, on some occasions and I don't know why it is, I get the following warning Message:

    One or more of the pictures in this message could

    not to be found. When you send this message these

    photos will not be included. Are you sure

    for sent this message?

    YES NO

    I do not understand that at all and I'm not a computer guru, I'm just an old guy who tinkers with his computer and tries to stay in touch with the family. If there is someone who can help me understand this, don't forget, keep things simple and use the word which I can understand. As I said, I'm not a computer guru.

    Thanks for any help in advance.

    Bill

    [Original title: Windows Live Mail]

    One or more of the pictures in this message could not be found...

    It is a painful bug that affected some users of Windows Live Mail since the release of version 2011 in 2010. It happens because the program stops to be able to make the connection between the placeholder image in the body of the message and the attached file. It happens that some incoming messages, including those who have at some point crossed a server AOL, some which were composed in Word, some which came from an Apple computer and so on. Despite having requested and received thousands of examples, support staff have never cooked with an explanation, never forget a cure.

    A search for your error message produced something like 200 discussions on this problem in forum Windows Live Mail. The only reliable solution is to click on the bottom half of the Next button and choose forward as an attachment. This will send the message exactly as you received it. It requires that the recipient can open the .eml files.

    If not, right-click on each image in the incoming message and select record under to save the image on your computer. Then, when you write the forwarded message, remove each image and use the option of the single photo on the Insert tab to insert the image you saved.

  • one or more of the pictures in this message could not be found

    I get an error saying "one or more of the pictures in this message could not be found" when you try to send an email that contains the images as part of a HTML signature. Please can someone help?

    It probably is the link between the fixing of the image and the body of the signature that is broken in the HTML code. You can see how to fix it - or rather how to create a signature with a picture from scratch - on this page: create a signature with a picture.

  • One or more of the pictures in this message could not be found. When you send this message, these photos will not be included. Youi are sure you want to send this message?

    Our compuoter crashed and all programs had to be re installed.  Now Windows Live Mail 2011 send no more anchored images.  When I try to send I get the following: "one or more of the pictures in this message could not be found." When you send this message, these photos will not be included. Are you sure you want to send this message? "How to restore the ability to transmitted pictures?

    Hello

    If you are having problems with Windows Live Mail, I suggest you to report your application in the Windows Live Mail forums for assistance.

    http://www.windowslivehelp.com/product.aspx?ProductID=15

  • Problems with error Windows Audio and Control Panel "one or more of the audio service is not running.

    I'm a bit of a technophobe, but I'll try to explain my problem, I got better.  I recently had a problem with Windows 8 and refreshed my system.  After refreshing, I installed AVG Anti-virus and that's where my problems really started.  After installing AVG I have no sound and my control panel usually pop up.  The box is displayed but there is nothing in it and it sorts just of sticks, frozen.  I tried the fixes recommended to fix my sound. The speaker in my taskbar icon has a red x on it and when I try to open it it goes right to the problem-solving mode, then comes up with "one or more of the audio service is not running.  When I try "run services.msc' and try to start Windows Audio through Services I get error 0x800706cc.  I tried to uninstall AVG and reboot, but it did make a difference.  Please help, this leads me to the madness now.  Nothing I try seems to work!

    Installation of AVG is when the problems started, I would start by undoing that.  Since the normal uninstall did not help, use system restore to return to a work situation.  Check here and use the #1 option.

  • ORA-20001: APP-FND-02604: one or more of the following data are not valid

    Hello

    I use the fnd_user_pkg.addResp procedure to add the responsibility of self-service to a group of users with the script below:

    Start
    for e in loop (SELECT a domain NAME)
    -dbms_output.put_line (e.name); just to confirm the names are there
    fnd_user_pkg.addResp (e.name, 'BY', 'CBK_EMPLOYEE_DIRECT_ACCESS', 'STANDARD', 'CBK Employee Self Service', sysdate, null);
    end loop;
    end;
    */*


    eld table contains the names of users to add, in capital letters. When I try to run the script, it fails with the error:

    ERROR on line 1:
    ORA-20001: APP-FND-02604: one or more of the following data are not valid:
    APPLICATION_SHORT_NAME =, RESPONSIBILITY_KEY = CBK_EMPLOYEE_DIRECT_ACCESS,
    SECURITY_GROUP = STANDARD.
    ORA-06512: at the 'APPS '. APP_EXCEPTION", line 72
    ORA-06512: at the 'APPS '. FND_USER_PKG', line 2713
    ORA-06512: at line 4 level


    However when I run the procedure of inserting a single user at a time, it ends without error. A popular thought.

    Dula

    Hello

    User_id = this will come from the fnd_user table?

    Fix.

    responsibility_application_id and responsibility_id = this will be retrieved through a query joining the tables?

    You can find it in the FND_RESPONSIBILITY, FND_RESPONSIBILITY_TL tables... See the site for more details--> http://etrm.oracle.com eTRM

    Thank you
    Hussein

  • Error: The Windows Update components must be repaired. One or more components of Windows Update are configured incorrectly

    Original title: Windows Ypdate default data locations have changed. By MS Fix - it = need to change the locations of update of widows to the default settings of Windows. How do I do that?

    All the Windows security updates fail since late May. Used MS Fix Center, issued found = "components Windows Update must be repaired. One or more components of Windows Update are configured incorrectly. "Need to"places of Windows Update change to the default settings of Windows. How can I do?

    1 McAfee Total Protection, 27/02/2013 expiration date. No other anti-spyware or firewall, only MS Windows firewall.

    2. any other Norton or McAfee has never been installed.

    3 McAfee is installed in the PC.

    4. no
    4B. no
    4 c. [all except KB2718704]
    4 d all found.
    4th. KB2393802 12/02/12 and Ko 971029 3/17 / 12.

    5. ask to Google Chrome

    6 Java is U.5 V.7.

    7. do not use Registry cleaners.

    8. never install repair or cleaning set

    Fact: McAfee (and Norton) applications are notorious for not not upgrade (or uninstalling) itself. Evidence for many years of McAfee "leftovers" is the troublemaker more likely here.

    Roll up your sleeves & cross your fingers...

    ACTIONS

    [You will see that there is quite a bit to do this, you may want to print these instructions for reference offline. Perform ALL steps below in a 1 meeting - allow a minimum of 1 hour.  Don't skip the steps!  [Note: If a step said to restart, restart! ]

    1. click right on the following link to download the McAfee Consumer products Removal tool, select SAVE as... & download the utility on your desktop: http://download.mcafee.com/products/licensed/cust_support_patches/MCPR.exe

    2. close all open applications (that is, anything with an icon on the taskbar).

    3. After completing some you have a copy of your key of handy product, uninstall McAfee Total Protection via Start | Control Panel | Programs: Programs and features.

    4 IMPORTANT! -Online make sure that the Windows Firewall is activated immediately after the reboot!  (Should be done automatically, but I want you to check.)

    NB: Now you're "working without a net": do not to ANYTHING else online (e.g., navigation reading E-mail; cat) until you have finished step #7 below!

    5. double-click on the file that you saved in #1 above to run the utility. DO TAP not your keyboard until the race ends, then restart.

    (6 do a clean install of McAfee Total Protection (using your product ID, if need be) & restart). If you purchased the software directly from McAfee, go to https://home.mcafee.com/Secure/Protected/Login.aspx to connect and download your software.

    Note: McAfee Total Security includes a firewall, Windows Firewall should be disabled now (that is, you shouldn't have too much active).

    7. on several occasions the McAfee application manually update until you get a "not more than updated" or similar prompt.

    8A. Start | Settings | Control Panel | Add/Remove programs. Set Program Access and Defaults: select (check) the CUSTOM [<>] configuration option, and then click the arrows pointing to the far-right | Browser: select "Internet Explorer" here (to not "use my current... »).

    Illustration: http://teamtutorials.com/wp-content/uploads/2007/05/set-program-access-defaults-02.jpg

    8B. now check your settings here: IE tools | Internet Options | Programs | Default web browser: If the make default button is NOT dimmed, click/press it. [1]

    9. right click on the following link and SAVE the download to your desktop: http://www.slipstick.com/problems/reg/chromehtml.reg [2]

    9. b double-click the file that you saved in # 9 above & accept invites him to MERGE with the registry data.

    10. open Internet Explorer (only!) to http://support.microsoft.com/kb/923737 [ignore the warnings of DO NOT APPLY and the section will APPLY to] & run the difficulty.

    Note => for best results, check the option Remove personal settings .

    12. open Internet Explorer (only!) to http://support.microsoft.com/kb/910336 [ignore the title & symptoms].

    12 b. IMPORTANT!-online make disappear/close theTroubleshooting Windows Update tool ""pop up! "   " -then...

    12. ignorant of the "not recommended" or similar warnings, run difficulty he 50202 in DEFAULT modes and AGGRESSIVE. [3]

    13 restart once more.

    [Take a break! Go outside & run your yard to wake you up! [Take a beer, if you want - then...]

    14. assuming that everything is fine, open Internet Explorer (only!) at http://windowsupdate.microsoft.com . Select CUSTOM and scan | See if you manage to install all security updates (for example, KB2698365;) KB2699988) available now; Follow all the instructions.

    -Online if an update of root certificates is listed under the category of updates software optional on the left side of the window of scan results, install it to enjoy greater security of IE8.

    -Online Tip: do NOT install any other updates software optional or any updated material in option .

    15 Reply to this post with a status report and (hopefully) confirm that KB2698365, KB2718523, KB2691442, KB2655992, KB2719985, KB2699988, KB2685939, KB2707511 & KB2718704 are all listed in Add/Remove Programs now.

    Good luck!

    ==================================================
    [1] after that we ended up this thread, do not hesitate to reaffirm Chrome as a default, if you wish.

    [2] trust Source: http://www.slipstick.com/problems/this-operation-has-been-cancelled-due-to-restrictions/

    [3] full Disclosure: running the utility of automated troubleshooting will remove your history of update but not the list of installed updates.

  • One or more CD/DVD drives are not able to burn?

    One or more CD/DVD drives are not able to burn what can I do to fix? I have window xp gateway gt4010

    Hi skywalker918,

    1. When you receive the error message?

    2. did you of recent changes on the computer?

    3 when was the last time it was working fine?

    4. you have any third-party DVD burning software installed on the computer?

    Refer to the article below and run the Fixit tool available, check if it helps.

    Your CD or DVD drive is missing or is not recognized by Windows or other programs

    http://support.Microsoft.com/kb/982116

    Also check the condition of the disc on the computer using Device Manager and the post is back with the details.

    How to manage devices in Windows XP

    http://support.Microsoft.com/kb/283658

    How to troubleshoot problems that occur when you copy data on a CD - R or CD - RW optical disc in Windows XP

    http://support.Microsoft.com/kb/324129

  • Impossible to upgarde to Windows 8, impossible to get as it says the resources is not available

    Original title: info

    I have an older laptop running windows vista and am looking to move to the window of 7 or 8. I made an assist for 7 upgrade and was allowed to upgrade to windows 7 Home Edition, update tired help 8 and can't as it says the resources is not available. looking to see what are my options that I don't know where to find the online on microsoft Windows 7 download,

    Any assistance would be an incredible help.

    Thank you.

    Depends on your area just look at system builders channel

    There is no more upgrade to just clean the installation DVD

    http://www.Amazon.com/Windows-premium-System-Builder-packaging/DP/B00H09BB16

  • Unable to generate a code to activate one or more of the texts that I am using... How can I fix it?

    Everytime I try to publish my Web site using the ftp host option, the download fails because it says that it cannot generate a code to activate one or more of the texts used. Below the message it says (error 0: not connected)...

    Is there a way to fix this?

    Is there something on your network connection (firewall, proxy server, ant-malware settings, etc.) which would prevent the Muse to contact typekit.com during loading to the FTP host process? The error means that muse is unable to contact typekit.com to save the fonts used in your site against the domain name you specified.

  • iPhone 6 s more. The music will not play an entire album. Just of repetitions the first track.  How can I get it to play all tracks in order?

    iPhone 6 s more. The music will not play an entire album. Just of repetitions the first track.  How can I get it to play all tracks in order?

    In-app music, press the "mini player" (the narrow ribbon at the bottom showing the song that is playing).  Which opens upward from the view of work full screen of the song being played - down at the bottom of this screen are icons for shuffle and repeat, press Repeat until the gray background disappears.

  • Error-1074118631 after driver update "the name of the resource is not attributed...". "PXI-6562

    I just updated my version 1.5.3 to 1.7.4 niHSDIO driver and now the device, a PXI-6562 is won't boot. I get the following error. The VI is suspended for 30 ~ 60 s attempt to initialize before the error occurs.

    Code: - 1074118631

    Message: niHSDIO Init generation Session.vithe name of the resource is not assigned to an instrument supported by NOR-HSDIO.

    The device worked fine with the old driver.

    Windows Device Manager indicates that everything is installed and working.

    I tried to write a simple VI by using new versions of the screw HSDIO and recreating the I/O resource menu drop-down.

    The resources dropdown lists the name as "PXI1Slot2".

    I can see the device in MAX thanks its location listed as "chassis: 1; Slot: 2 "

    The PXI-6562 has 2 LEDs on the front panel for 'access', 'active'. No lights during an attempt to initialize.

    I tried uninstalling the driver in Windows, reinstalling and restarting: same problem.

    I tried to use the device in Signal Express, and it produces the same error.

    I use LabVIEW version 8.5 and Signal Express 2.5.

    Does anyone know how to fix this?

    Thank you

    Arthur

    Hey Arthur,.

    You should also do a repair on the NOR-DAQmx driver for example, after you have repaired HSDIO. Let us know how it goes. Thank you.

    Kind regards

    DJ L.

  • I am not able to open a web address, Windows Live, because the resource does not respond.

    I'm not able to open my Windows Live Calendar that is created by Windows;

    https://CID-cc49fdd95b0ee0dd.Calendar.live.com/calendar/private/c839cef8-8d4f-47E2-9c85-77c9f425c449/9f1db3ad-6994-4981-8d1d-8f0d174e6a0a/index.html

    I get a message that the resource does not respond.

    Your suggestions help to access detailed information, as well as my email.

    Nonsense. If you see the details of your calendar when you click on the link I gave, then you are connected with the Live ID that is associated with the agenda. No matter who else by clicking above will see either his own calendar so it is connected, or an invitation to sign it if it is not.

    If you try to share a calendar with other people, then use the options to share on the calendar page. You can specify how much or little detail people see, including the only periods of availability.

    Please ask questions about Windows Live Calendar in the forum dedicated to it.

    Noel

Maybe you are looking for

  • Re-import does not? (camera connected very well)

    Background: * I have clips that have the icon of film in their breast, this seems to be due to a hiccup during the import occurs. Creating a project using some of these types of clips from this event worked well.  Project plays very well. * Trying to

  • PowerPoint presentation via USB on TV?

    Hello, Newbie here, please someone can help? I have a powerpoint presentation we want to play on a TV screen in the lobby of our town hall. I want to do is perhaps a number of presentations (what's on, coming events, finance etc.) each on a separate

  • Error 200452 with break triggered DI on PCI-6251

    Hey guys,. I am writing a program to snoop on SPI communication between a microcontroller and two MAX-7221 display drivers. Essentially, I want to read the PIN Din of both fleas and convert the data stream in the numbers that are displayed on the fro

  • Hello, I want the YIG oscilloscope with the portable interface so first of all I have to do?

    Hello If I'm portable computer interface with oscilloscope yig so first I have to do? What type of probe is beneficial for me

  • How to speed up my laptop

    I looked on google, bing, etc. for free registry cleaners, but they all seem to only offer a free scan, then once you have agreed to scan, results come up prompting you to buy before vacuuming it will clean. My laptop is so slow and do my internet ex