Can not do a deletion

Hello

Nice day.

I'm hands-on lab 6 of the course 'R12.x extend Oracle Applications building OA Framework Applications. In turn, we will do a delete, based on a mixer operation if the employee and the end date, that the page should allow a deletion if not delete icon is disabled.

Here is the code that generates the error, if I remove this code, the page will open normally.

--------

Import oracle.cabo.ui.data.DictionaryData;

Import oracle.cabo.ui.data.DataObjectList;

Import oracle.apps.fnd.framework.webui.beans.table.OATableBean;

Import oracle.cabo.ui.data.BoundValue;

Import oracle.cabo.ui.data.bind.ConcatBoundValue;

Import oracle.cabo.ui.data.bind.FixedBoundValue;

Import oracle.apps.fnd.common.MessageToken;

Import oracle.apps.fnd.framework.OAException;

Import oracle.apps.fnd.framework.webui.OADataBoundValueViewObject;

Import oracle.apps.fnd.framework.webui.beans.OAImageBean;

...

This controller is associated with the table.

Table OATableBean = webBean (OATableBean);

You need to format the image to switch column so the image

is centered (this is not done automatically for mixers

as it is for the ordinary image columns). Start by getting the

the table column formats.

NOTE! You must call the prepareForRendering() method on

the table * front * formatting of columns. In addition, the

appeal must be sequenced * after * the table is requested,

and * after * you do any manipulation of control bar.

  1. table.prepareForRendering (pageContext);

DataObjectList columnFormats = table.getColumnFormats ();

ColumnFormat DictionaryData = null;

int childIndex = pageContext.findChildIndex (table, "DeleteSwitcherRN");

columnFormat = (DictionaryData) columnFormats.getItem (childIndex);

  1. columnFormat.put (COLUMN_DATA_FORMAT_KEY, ICON_BUTTON_FORMAT);

Implement the value bound to the Image of the State

OAImageBean = statusImageBean

(OAImageBean) table.findIndexedChildRecursive ("EmpStatus");

If (statusImageBean == null) {}

[] Tokens = MessageToken

{new MessageToken ("parameter", "EmpStatus") ;}}

throw new OAException ("AK", "FWK_TBX_OBJECT_NOT_FOUND", chips);

}

Set the directory of OA Framework images

ImageDirectory = FixedBoundValue

new FixedBoundValue (APPS_MEDIA_DIRECTORY);

Set a binding between the grain of the image and the attribute of VO

It will make reference to get the name of the .gif image value.

Note that the values of the corresponding attributes are obtained using a

Decode() in the view of QueryVO object.

OADataBoundValueViewObject = statusBinding

new OADataBoundValueViewObject (statusImageBean, "EmployeeStatus");

Concatenate to the images directory with the name of the actual image

(as comes from the statement attribute VO decode())

ConcatBoundValue = statusCBV

ConcatBoundValue (new [] {imageDirectory BoundValue news

statusBinding});

Tell the bean image where to find the source attribute of the image

  1. statusImageBean.setAttributeValue (SOURCE_ATTR, statusCBV);

For accessibility compliance, you specify the replacement text

for an image. Note that you must never use static text as shown

(always source translatable dictionary messages when

display text set values programmatically) and, ideally,.

the replacement text must in this case should clearly

the status of the image represents. Generally, we recommend that

you use a blender as described for the column remove easily

display different images, with a text alternative associated, but we

wanted to show how to use a bound value also in this workshop.

  1. statusImageBean.setAttributeValue (SHORT_DESC_ATTR,

"Flag State employee");

And it's the exception error:

Details of the exception.

oracle.apps.fnd.framework.OAException: java.lang.ClassCastException: oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean

at oracle.apps.fnd.framework.OAException.wrapperException (unknown Source)

at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest (unknown Source)

at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest (unknown Source)

at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest (unknown Source)

at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest (unknown Source)

at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren (unknown Source)

at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren (unknown Source)

at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest (unknown Source)

at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest (unknown Source)

at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest (unknown Source)

at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren (unknown Source)

at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren (unknown Source)

at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest (unknown Source)

at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest (unknown Source)

at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest (unknown Source)

at oracle.apps.fnd.framework.webui.OAPageBean.processRequest (unknown Source)

at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)

at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)

at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)

at _OA._jspService(_OA.java:71)

at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)

at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)

at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)

at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)

at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)

at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)

in com.evermind.server.http.ServletRequestDispatcher.access$ 100 (ServletRequestDispatcher.java:51)

to com.evermind.server.http.ServletRequestDispatcher$ 2.oc4jRun(ServletRequestDispatcher.java:193)

at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)

at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)

at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:392)

at _OA._jspService(_OA.java:80)

at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)

at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)

at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)

at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)

at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)

at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)

at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)

at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)

at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)

at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)

to oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)

to com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)

at java.lang.Thread.run(Thread.java:595)

# # 0 in detail

  1. java.lang.ClassCastException: oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean

at oracle.apps.ak.jtk.employee.webui.ResultsCO.processRequest(ResultsCO.java:67)

at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest (unknown Source)

at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest (unknown Source)

at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest (unknown Source)

at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest (unknown Source)

at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren (unknown Source)

at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren (unknown Source)

at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest (unknown Source)

at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest (unknown Source)

at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest (unknown Source)

at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren (unknown Source)

at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren (unknown Source)

at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest (unknown Source)

at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest (unknown Source)

at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest (unknown Source)

at oracle.apps.fnd.framework.webui.OAPageBean.processRequest (unknown Source)

at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)

at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)

at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)

at _OA._jspService(_OA.java:71)

at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)

at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)

at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)

at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)

at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)

at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)

in com.evermind.server.http.ServletRequestDispatcher.access$ 100 (ServletRequestDispatcher.java:51)

to com.evermind.server.http.ServletRequestDispatcher$ 2.oc4jRun(ServletRequestDispatcher.java:193)

at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)

at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)

at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:392)

at _OA._jspService(_OA.java:80)

at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)

at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)

at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)

at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)

at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)

at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)

at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)

at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)

at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)

at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)

to oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)

to com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)

at java.lang.Thread.run(Thread.java:595)

  1. java.lang.ClassCastException: oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean

at oracle.apps.ak.jtk.employee.webui.ResultsCO.processRequest(ResultsCO.java:67)

at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest (unknown Source)

at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest (unknown Source)

at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest (unknown Source)

at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest (unknown Source)

at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren (unknown Source)

at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren (unknown Source)

at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest (unknown Source)

at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest (unknown Source)

at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest (unknown Source)

at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren (unknown Source)

at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren (unknown Source)

at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest (unknown Source)

at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest (unknown Source)

at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest (unknown Source)

at oracle.apps.fnd.framework.webui.OAPageBean.processRequest (unknown Source)

at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)

at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)

at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)

at _OA._jspService(_OA.java:71)

at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)

at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)

at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)

at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)

at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)

at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)

in com.evermind.server.http.ServletRequestDispatcher.access$ 100 (ServletRequestDispatcher.java:51)

to com.evermind.server.http.ServletRequestDispatcher$ 2.oc4jRun(ServletRequestDispatcher.java:193)

at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)

at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)

at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:392)

at _OA._jspService(_OA.java:80)

at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)

at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)

at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)

at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)

at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)

at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)

at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)

at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)

at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)

at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)

to oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)

to com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)

at java.lang.Thread.run(Thread.java:595)

Hello

     

According to the code above, the controller is associated with the PageLayout Bean.

According to the below code you try to climb the webBean (PageLayout Bean) to an OATableBean.

OATableBean table = (OATableBean)webBean;

That's why you get classCast Exception.

You should be linking the controller to the table of ResultsRN not the PageLayoutRN.

Please remove the PageLayoutRN controller and associate it with the ResultsRN.

Note:-take a look at your lab exercise where it asks you to create/add the controller.

See you soon

AJ

Tags: Oracle Applications

Similar Questions

  • I can not find the deleted messages in the trash can I have with outlook express

    I am unable to find the deleted messages in the trash can as I could when using internet explore how do I do in mozilla?


  • a program called BING seems to be inbedded itself and can not unenstall or delete.

    The program does not my coming home page upward at the beginning. Found in the root directory with Firefox and deleted but must be embedded in Firefox because it always starts with the homepage of BING.

    http://search.conduit.com/?CTID=CT3008668 & SearchSource = 13

    Get rid of something drives you have installed - in Firefox Add-ons and the control panel > Add / Remove programs. Driven is fundamentally Malware, IMO. A few years ago each add-on which was based on the Conduit has been removed from the official Add-ons site and they have been banned. They have cleaned since their Act (a little, but not enough, IMO) and are now allowed to have hosted by Mozilla Add-ons, but not so close to the number that were there before the 'ban '.

  • can not repair, replace, delete, java runtime.

    in sort of java execution has been removed from my computer, trying to reinstall it from website, and applied troubleshooting tips failed to correct the problems. using the uninstall program in the control panel list of java, as well as updates. However, does not all options when selected. also, these files are empty. How can I get this resolved, I'd just like to use java. Help


    Remove old versions of Java and install the last version, here http://www.java.com/en/download/help/6000010400.xml

    If you still cannot uninstall use JavaRa, here http://raproducts.org/wordpress/software

  • BlackBerry Smartphones can not remove a BB Messenger contact

    I can't remove someone from the BB Messenger, can someone tell me why? Thanks I reset, took the left battery out and still can not get it deleted.

    No, they don't do anything, will not erase and will not give an error message. Then...

  • I can not delete unsent Email stuck in Outbox in my iPhone SE 9.3.4

    I can not delete unsent Email stuck in Outbox in my iPhone SE 9.3.4. I tried the usual procedure, but it did not work

    Try resetting your e-mail account. First close your Mail application completely from the window of the selector app by double clicking the Home button and drag the email preview pane up until it disappears from the display. Then go to settings > Mail, Contacts, calendar > find your e-mail provider, click the account, and the blow to remove. Then restart the unit. Then go to settings > mail... and to add the account.

  • My account is migrated to a new server, so I had to recreate the same account in Thunderbird, but I can not delete the old one - they appear together now.

    My account is migrated to a new server, so I had to recreate the same account in Thunderbird, but I can not delete the old one - they appear together now.

    If there is no email from the old account that you want to keep, move them in local directories first.
    Tools > accounts settings
    OR
    Right click on the email account in the fodler pane, and then select "settings".

    Select the account you want to delete.
    Click on "Actions account."
    Select 'delete account '.
    Click OK

    See the image as an aid:

  • Can not delete emails after update to Thunderbird 31.2.0

    After update for Thunderbird Version 31.2.0 today, I'm not able to delete emails. Just nothing happens. Even the folder "Papierkorb" disappear. Can anyone help?

    Try to rebuild the troubled folder index file.
    Right click on the file - properties - file Repair

  • Looking for a way to kill the "Zombie" emails that can not be deleted

    For the second time in three months, I received an email from spam that cannot be deleted. It was emptied in the spam with SpamSieve, but once there, it cannot be deleted. The e-mail account is a POP acct and mail is downloaded from the server, so in theory should not reappear here.

    The email address is bogus, no one that I know of. The e-mail message contains no content, but it says there is an attachment via the paperclip icon. Open it, however, and there is nothing there (even though I knew it was zombie mail when it happened, as it's the second time it happens, the first missing itself after about a month, so he seems to have a predefined expiration date; what he does in the meantime, I don't know).

    I tried trashing it anyway, I know how. The answer is always that said piece of mail can not be deleted because there is no such thing as commitment. I've renamed even manually a .emix file in Mail to match. No SOAP.

    And now have gone to the library to the user, trashed the plist and which seem to be linked to this folder. The file seems to disappear, so I quit Mail. The next time I open the fake email returned by mail. And as the screenshot shows, one became two, although there is a list.

    I have rebuilt the mailboxes. The only thing I did is try to kill the thing through the Terminal (if such a thing is even possible).

    Given similar reports seem to turn up here (cannot move or delete messages of mail electronics defective.) for example, I must conclude that there is a kind of dreadfully boring invasive file which is done through the firewall and anti-spam filters, and for the life of me at this point, if I could find the sender , I bloody shoot the * myself.

    Any advice would be appreciated.

    -gf

    Try right click on the junk mail folder, then choose delete junk e-mail messages.

    You said you tried to rebuild the mailbox. Have you tried to reindex messages?

    Exit the Mail. Navigate to your user library this path:

    ~/Library/Mail/v3/MailData/

    Move all the files starting with envelope Index or ExternalUpdates in the trash, but don't drain.

    Open Mail and let reindex all messages.

    If you tried and it doesn't work, go to this:

    ~/Library/containers/com. Apple.mail

    Exit the Mail. Move the folder integer com.apple.mail to the trash. Open Mail and test. You have to re-create your user settings.

  • Cannot configure synchronization, can not delete 'old' sync acct, cannot create new account (email "already in use") storage = 0,0 FUBAR! Help!

    About 1 month ago received the message "Server error" sync a new device (Virtual Machine), I'm sorry, but I did not copy the exact message, but remember you that the notice was to try later. Long story short, after 3 days worth of 'try later' with the same error and many users have the same error on innernetz that I decided to delete my acct sync & start reading. BAD MOVE.

    When you try to delete the account I get this really fv # "cutesy" stupid $ing Mozilla message (screenshot):
    I AM NOT AMUSED.

    Trying to create a new account receives «already in use»
    NO AMUSED2

    Synchronization of compensation data "claims" successfully cleared. (How can that be, if the "dinosaur is the treadmill power off" at first?) Again, I'M NO FUN 3

    A quota increase request reveals 0.0 k stored: NO AMUSED4

    At this stage (MORE than a month later) in case you didn't notice, I am clearly NOT FUN, not to mention the being without the ability to sync my devices. Next step is to empty Firefox, but reluctantly, for Chrome or any other browser. I can NOT simply continue to use ANY browser without this vital function, and the State of my previously stored data sync 'missing' being so flippantly described BY YOU as "out of the treadmill" causes me MAJOR grief... had HUNDREDS resetting passwords, etc... let... you guessed me it... NOT AMUSED.

    Please advise as soon as POSSIBLE. TYVM.

    EDIT TO add: rank military security? If true, the sky help us...

    I am happy to read that.

    The team has pushed some changes that fixed some errors few users like you were getting while trying to delete the data from our servers.

    We want to give freedom to our users to decide if they want or do not want to delete their data. In this case, technical difficulties prevented some users to do and we are sorry for this topic.

    Go ahead, take into account that our servers store the data permanently and databases are cleaned if the stored data does not within a reasonable period of time.

  • Firefox can not delete history automatically any more?

    Some time ago, it became impossible to make Firefox automatically delete the history through Tools/Options/Privacy. But it was still possible to manipulate it by going to about: config and change browser_history.expire.days. I used this to 3, then Firefox would remove my story after 3 days as I wanted.

    But now money on config I find browser_history.expire.days.min and browser_history.expire.days.mirror. I guess the thing 'min' means that FF should keep my story at least X days, one I don't know.

    All those browser_history.expire.days thingies are however made 3 for me. And FF won't always clear my history.

    But then how can I get FF to delete automatically? Firefox has really become unable to make such a fundamental thing that deleting history automatically after a certain number of days user-defined?

    See: How to clear history

    If you do not want to have Firefox keep historical never, tick the option called private browsing Permanent mode on the second picture in the link above.

    You can also clear the history manually by pressing CTRL + SHIFT + DELETE and choosing options in the "time range to clear" at the top.

    N.B. Since the release of Firefox 4.0.x days Firefox will remember history is directly related to the system hardware. Firefox calculates how much history to keep without impact on the performance of the system. You can not change this.

  • Update of Java installed 6.0.25 console 6.0.25. Console 6.0.24 still shows in the extensions; There is not a button 'Delete', just an off button. How can I remove Java Console 6.0.24

    Firefox 4.0.1 does not display the delete button for an extension of the disabled (Java Console 6.0.24) after Java updated 6.0.25. Other extensions have a button 'delete '. That's happened?

    You can uninstall and remove extensions of the Java Console, you do not need to run Java applets.

    See:

  • How can I clear the notifications from the notification Center while I can not click on the delete button?

    How can I clear the notifications from the notification Center while I can not click on the delete button? I have an iphone with ios 9.3 6

    WBY can't you click on the white circle with an X in it next to the notification?

  • I have a new mac air and can not get the bookmark to be deleted in Safari.

    I have a new mac air and can not get the bookmark to be deleted in Safari.  It has default Favorites - I don't want to see them--when I right click and select Remove - I get this error message.

    You are using Safari with bookmarks, history, and imported passwords of Firefox. To change your Favorites, you must first keep or delete data from Firefox.

    When I click on "do not keep" nothing happens.

    Please, back up all data before proceeding.

    Triple-click anywhere in the line below on this page to select this option:

    ~/Library/Preferences/com.apple.Safari.plist

    A right click or Ctrl-click on the line and select

    Services ▹ reveal in Finder (or just to reveal)

    of the contextual menu.*, a file must open with a selected item. Quit the application runs. Move selected item to the office, leaving the window open. Restart the application and test. If there is no change, leave again and place the item you back where he was, crushing the that may have been created in its place. If not, remove the item you moved. If possible, restore from a backup prior to the problem.

    * If you do not see the item context menu copy the selected text in the Clipboard by pressing Control-C key combination. In the Finder, select

    Go ▹ go to the folder...

    from the menu bar and paste it into the box that opens by pressing command + V. You won't see what you pasted a newline being included. Press return.

  • How can I delete a sticky note? The delete icon (red ball) is not in the top corner; There is an arrow to develop instead. I use El Capitan 10.11.3?

    How can I delete a sticky note? The delete icon (red ball) is not in the top corner; There is an arrow to develop instead. I use El Capitan 10.11.3?

    Just command-W to close and command + N to create a new.

Maybe you are looking for

  • How can you get the index of an enum rather than the enumeration value?

    IM new to labview and I'm trying to read the index of an enum object to the string value has the enum. that is for example an enumeration of the values 1, 5, 10, 20 with markings 0,1,2,3 I want to take the index value to use in a code as a string. in

  • Windows Defender hangs during scan

    The Defender on my pc stops / freezes that analysis to the same point at the same time has elapsed. It stops / freezes when it is 11 minutes after the scan to a file called, «iun6002.exe» System  It freezes exactly, as the line green animation that s

  • How to install Ubuntu for PowerEdge 1850 - updated: installed, but does not start?

    I recently got a used PowerEdge 1850 (BIOS A04 version) without OS, with plans to install Ubuntu Server. I read that you can boot from a flash drive USB for it, so I used a tool to make a 8 GB USB 2.0 flash drive bootable for installing the operating

  • EIGRP authentication Switch 3750

    I want to know if I can use md5 with cisco 3750 platform version 2 authentication, and if there is a problem if it has heel of routing?

  • SND 642-552 self study

    I have decided to follow the CPSC and am looking for a good book to read, learn and prepare for the exam, ideas?