What automatically changes a cookie setting from Allow to Block?

I can get into SalesForce ok, but when I click on the Help and Training tab it asks me to log in again. And it denies me. For some reason the permission for the cookie is blocked. I go in and change to Allow on the web page and also in the Mozilla Permissions Manager. Then I can click on the tab and get it. But if I go back to the Permissions Manager, it is blocked. If I click on anything on the web page, it requires a log in again, which also fails. The web page permission is also reset to block. I am using a MacBook Pro, if that matters.
Even when I reset the permissions on both the web page and the FireFox Permissions Manager to allow, it seems the next click triggers a change to block.

Rename the file "permissions.sqlite" to permissions.sqlite.sav in the Firefox Profile Folder in case the file is corrupted.
*Help > Troubleshooting Information > Profile Directory: Open Containing Folder
This will remove all exceptions (cookies, images, pop-ups, software).<br />
If renaming didn't help then you can undo and rename the file permissions.sqlite.sav to permissions.sqlite to get back the old exceptions.

Similar Messages

  • What to do for automatically change over of PHASE from 1 to 2  in case of multilevel method of depreciation.

    Hi all
    As per the statutory requirement we want to maintain Multilevel method of depreciation in which we have maintained two phases given as below-
    Dep/int.
    phase
    base method
    decl. bal method
    prd cont
    mutilev. Method
    change. Me
    change over % rate
    ordinary dep
    1
    ZMR1
    0
    001
    Z02
    2
    0.3
    ordinary dep
    2
    0011
    0
    001
    001
    0
    0
    Because asset need to depreciate upto 70% of its net book value on the basis of SLM percentage base as per phase 1.
    After that it must shift to phase 2 ,where depend upon remaining useful of that asset , balance value of asset need to be spread over.
    But while testing in, it is not automatically shifted to phase 2 directly once asset reaches its 70% (ie.once condition given phase one get exhausted)
    Then pls guide me what to do for automatically change over of PHASE from 1 to 2 ??
    Thanks and regards
    Manjusha  G.

    Hi Manjusha,
    To meet your requirement, you have to mention changeover in T code AFAMA-changeover method "2" and the changeover % 70 and in second line you can give phase 2 changeover within planned life and give your depreciation methods after changeover.
    Refer the sample screenshot.
    Hope it solves..
    Regards,
    G.Sethuraman

  • How do I change the default setting from Pages to MS Word for Mac?

    How do I change the default setting from Pages to MS Word for Mac?

    https://discussions.apple.com/message/13008817#13008817

  • I have an IMac and the sound is stuck on headphones when I go into perferences and try to change the sound setting from headphones to computer it won't let me switch.

    I have an IMac and the sound is stuck on headphones when I go into perferences and try to change the sound setting from headphones to computer it won't let me switch.

    Check out > I have no sound on my iMac internal...: Apple Support Communities
    and > internal speakers not working mac mini: Apple Support Communities

  • How can I change my language setting from Chinese to English?

    How can I change my language setting from Chinese to English?

    uninstall all the chinese cc products you want to replace with the english version.
    if you have no cc products installed after that, run the cleaner, http://www.adobe.com/support/contact/cscleanertool.html
    restart your computer
    open your cc app, click settings>preferences>apps>change langauge to english if it's not already.  close preferences then download and install via the cc app.

  • Changing database character set from US7ASCII to AL32UTF8

    Our database is running on Oracle database 10.1.0.4.0 (AIX) The following are its parameters:
    SQL> select value from NLS_DATABASE_PARAMETERS where parameter='NLS_CHARACTERSET';
    VALUE
    US7ASCII
    We would like to change the database character set to AL32UTF8. After following Metalink notes: 260192.1 (which helped us resolve "Lossy" and "Truncated" data, the final output of the CSSCAN utility is:
    [Scan Summary]
    All character type data in the data dictionary are convertible to the new character set
    All character type application data are convertible to the new character set
    [Data Dictionary Conversion Summary]
    The data dictionary can be safely migrated using the CSALTER script
    We have no (0) Truncation and Lossy entries on the .txt file. We only have Changeless and Convertible. Now accdg to the documentation, we can do a FULL EXP and FULL IMP. But it did not detail how to do the conversion on the same database. The discussion on the document tells how to do it from one database to another database. But how about on the same database?
    We cannot use CSALTER as stated on the document.
    (Step 6
    Step 12
    12.c) When using Csalter/Alter database to go to AL32UTF8 and there was NO "Truncation" data, only "Convertible" and "Changeless" in the csscan done in point 4:)
    After performing a FULL export of the database, how can we change its character set? What do we need to do the the existing database to change its character set to AL32UTF8 before we import back our dump file into the same database?
    Please help.

    There you are! Thanks! Seems like I am right in my understanding about the Oracle Official Documentation. Thanks!
    Hmmmmm...when you say:
    *"you can do selective export of only convertible tables, truncate the tables, use CSALTER, and re-import."*
    This means that:
    1. After running csscan on database PROD, i will take note of the convertible tables in the .txt output file.
    2. Perform selective EXPORT on PROD (EXP the convertible tables)
    3. Truncate the convertible tables on PROD database
    4. Use CSALTER on PROD database
    5. Re-import the tables into PROD database
    6. Housekeeping.
    Will you tell me if these steps are the correct one? Based on our scenario: This is what i have understood referring to the Official Doc.
    Am i correct?
    I really appreciate your help Sergiusz.

  • How to change the Character Set from AL32UTF8 to WE8DEC

    Hello!!
    I want to know how to change the character set in the database from AL32UTF8 to WE8DEC.
    I tried to use the comand ALTER DATABASE CHARACTER SET but I got an error because WE8DEC is not a superset of AL32UTF8.
    I need to import tables from a server that uses WE8DEC. So when I do the import to my server, wich has AL32UTF8 , I can't import the rows that include an Ñ.
    So I want to change the caracter set to WE8DEC. How can I do it?
    Is it needed to change the language configuration? The remote server has AMERICAN_AMERICA, and my server has MEXICAN SPANISH_MEXICO (both uses text in spanish).
    Thanks a lot!!

    When you export from WE8DEC server what did you use
    for NLS_LANG char set? And when importing?
    The export was done in another computer because I can't do the export in the server (I have 10g, and the remote server has 9i and the export is not working). In my server, when I tried to do the import, the NS_LANG value was MEXICAN SPANISH_MEXICO.WE8MSWIN1252.
    When I try to import to my database I got the error:
    import done in WE8DEC character set and AL16UTF16 NCHAR character set
    import server uses AL32UTF8 character set (possible charset conversion)
    export client uses WE8MSWIN1252 character set (possible charset conversion)
    . importing USRMCR06's objects into PRIMARIZACION
    . . importing table "CHG_FONDOS_MARZO_CD_MOR"
    IMP-00019: row rejected due to ORACLE error 12899
    IMP-00003: ORACLE error 12899 encountered
    ORA-12899: value too large for column "PRIMARIZACION"."CHG_FONDOS_MARZO_CD_MOR".
    "NOMBRE" (actual: 41, maximum: 40)
    Column 1 16623436
    Column 2
    Column 3 Pymes_1
    Column 4

  • What wiring changes involved in upgrading from FIOS internet to FIOS internet + TV with DVR

    We have FIOS internet now with Actiontec router but we still have Comcast TV. I am considering switching over to FIOS for TV too but would like to know what wiring changes would be involved, if any. I'll describe the current setup.  We have a couple of soho LANS and new wiring cannot be run to the two soho LANs. 
    ONT.....coax cable......4-way coax splitter...
    Splitter Leg#1 goes to the Actiontec router.
    Splitter Leg#2 goes to coax line to a home office. There's an ethernet-coax bridge (Actiontec ECB2200) and a router for a small soho LAN there.
    Splitter Leg#3 goes to coax line to the attic. In the attic there's an ethernet-coax bridge (Actiontec ECB2200) and a router for a secon small soho LAN there.
    Splitter Leg#4 is free.
    Will adding FIOS TV be as simple as attaching a coax cable to Leg#4 on the splitter and connecting that coax to the DVR?

    tr888 wrote:
    ... Will adding FIOS TV be as simple as attaching a coax cable to Leg#4 on the splitter and connecting that coax to the DVR?
    Absolutely.  All you have to worry about is running the RG6 coax from the splitter to the DVR, and Verizon may even cover that depending on the terms of your install.  Good luck..

  • Automatic change in MIRO Screen from Invoice/ Credit Memo/Sub-Credit/Sub-D

    Hi All,
    While we post the invoice through MIRO T-code, if we change the Transaction type from Invoice to Credit memo/Sub-Creditmemo/Sub-Debitmemo after completion of particular document SAP is not automatically changing the Transaction type as Invoice, its still remains same Transaction type which we changed last. 
    Can anyone advice is there a fix for this to get back to Invoice after doing anydiffernet transaction type..
    Regards
    Balaji

    1) You have to enter the subsequent credit
    2) The account postings for a subsequent debit/credit depend on the quantity that the subsequent debit/credit applies to:
    If the quantity of the subsequent debit/credit is smaller than or the same as the quantity delivered, the system tries to post the subsequent debit/credit to the stock account. If the material is valuated with a standard price or if there is insufficient stock coverage for the quantity to be debited or credited, the amount is posted to a price difference account.
    If the quantity of the subsequent debit/credit is larger than the quantity delivered, the system distributes the relevant amount proportionally. The part of the subsequent debit/credit that does not have a goods receipt is posted to the GR/IR clearing account. The remaining amount is posted to the stock account u2013 or in the case of standard price control or insufficient stock coverage u2013 to a price difference account.

  • Essbase server - automatic change of substitution variable from SQL

    Hi,I would like to automaticaly change the substitution variable in Essbase Server. Is it posible to change the substitition variable from external source e.g. SQL statement?Simple sample:I would like to assign value "2003" to "CurYear" substitution variable. But value "2003" I would like to get from SQL:"select year(current date) from table".There are commands in Esscmd and MaxL Shell, see bellow.Esscmd command:CREATEVARIABLE "CurYear" "localhost" "" "" "2003";MaxL Shell:alter system set variable CurYear '2003';Is it possible to get the value '2003' from SQL and pass this value to Esscmd command or MaxL Shell?My system:Windows 2000 Professional Service pack 4Essbase at 6.5.3 levelThanks,Grofaty

    You can create a text file from the SQL server that writes the command like"CREATEVARIABLE "CurrYear" "Servername" "AppName" "DBName" "2005";then you can create a schedule job that would run this script which can update the variable. CREATEVARIABLE creates/replaces the current variable.

  • What is the best export setting from QuickTime Pro 7 for standard DVD

    I have several AVI movies I took and want to import them into iMovie, so I can create a DVD that will play in any DVD player or computer. (Along with a bunch of pictures.)
    Should I convert them with QuickTime Pro 7 (QTP7) to another format, and if so, what is the best export setting.
    I have export them using *_QuickTime 10_* and QTP7 to *MOV, MP4, & M4V* and the output is *+bad bad bad+*.
    I have tried both export and save-as. Neither has done a good job.
    The internal information of the AVI movies are: (as reported by QT)
    Format: Apple OpenDML JPEG, 640 x 480, Millions, 8-bit Unsigned Integer, Mono, 11.024 kHz
    I have used several settings with not much luck including:
    AAC, Stereo (L R), 44.100 kHz, MPEG-4 (Perian), 640 x 480, Millions
    MPEG-4 Video, H.264
    Should I be using a better application then QuickTime?
    Is there a way to just use iDVD with the original AVI movies?
    These are wedding movies and pictures that people are waiting for.

    Should I convert them with QuickTime Pro 7 (QTP7) to another format, and if so, what is the best export setting.
    That depends on your specific work flow and the codec(s) involved. Generally speaking, if the file plays in the QT Player and is "conversion" compatible, then the file can be added directly to iDVD (i.e., unlike iMovie '08/'09/'11 which requires the file to be "edit" compatible with QT).
    I have export them using QuickTime 10 and QTP7 to MOV, MP4, & M4V and the output is bad bad bad.
    The quality of your output file will depend on a number of things: primarily the quality of your source file, the efficiency of the target codec, and the specific settings used. (About which you did not elaborate.) The rule of thumb here is that your output will never be better than your input and each re-comprssion of the data has the potential to degrade the quality to some degree.
    I have tried both export and save-as. Neither has done a good job.
    The "Export" option re-compresses the data while the "Save As..." option only places the original data in an MOV file container. So if this output is "bad, bad, bad," then I suspect your source file(s) are not of high quality to begin with. (This seems to be confirmed by the very low audio sampling rate which implies the video data rate was probably also low to conserve file storage space.)
    The internal information of the AVI movies are: (as reported by QT)... Format: Apple OpenDML JPEG, 640 x 480, Millions, 8-bit Unsigned Integer, Mono, 11.024 kHz
    The basic codecs here appear to be both playback and conversion compatitible with QT (other than the very low sampling rate which some QT apps may not like). Thus, if your work flow is to simply burn DVDs that can be played on commercial players, the AVI could most likely be dropped to iDVD for authoring. On the other hand, if you are editing in a recent version of iMovie, then that app may not like the AVI file container. In this case, the best quality you can likely expect would be to use the "Save As..." option to place the data in an MOV file container and import to iMovie.
    Unfortunately, editing in iMovie '08/'09/'11 is done "by reference" which means your output file will be created by exporting the impoted source data to another compression format. The default would be H.264/AAC which is a highly compressed format which in turn would be re-compressed again by iDVD to multiplexed MPEG2/PCM content further reducing quality by using a less efficient video codec. My recommendation for export from iMovie in this case would be AIC/Linear PCM. (I.e., to export your edits to the Apple intermediat video codec using the original file size and frame rate with just a bit of "sharpening" and using 16-bit/48 kHz Linear PCM audio (which is what will be used to create the DVD).
    Should I be using a better application then QuickTime?
    How much are you willing to spend?
    Is there a way to just use iDVD with the original AVI movies?
    Yes. Simply create a new SD project, select your theme, drop the compatible AVI content to the appropriate "drop" area(s), add photos as desired, preview the results, and author the DVD if/when satisfied.

  • Changing Blackberry browser setting from Venezuela to United States

    Okay, so I messed up while initially setting up my Blackberry Q10 web browser country. I thought that I selected United States of America but inadvertaintly selected Venezuela. Now all of the browser content comes back in Spanish and not English. I have looked at all of the browser preference settings for the application and there is nothing in the settings tab that will allow me to change the language or country.
    Has anyone else run into this issue? I would have expected it to be really easy to change this setting but I am stumped as to how to fix this.
    Thanks to all for the guidance.

    Thanks for the feedback regarding my isue. I checked settings > lanuage and inputs and the language was already set for English. I then cleared Cookies and other Data. None of this worked and the web browser is set for Venezuela and displays spanish. The browser connects to http://ve.blackberry.com by default, which is the actual problem, here.

  • How can I change the printing setting from head to toe to head to head, to print a pdf document

    Hi everyone, I'm printing a booklet from a pdf document. I have used the two-sided option but it reverses the position of the second page.
    How can I set it up  head to print what you will call in a pc enviroment: head to head?
    Thanks,

    Terence,
    perhaps Dukeasooke is using mixed language settings like me.
    I found that changing "Measurements Units" did not suffice, if the region is still set to Germany. I had to actually set the region in the Language & Text preferences to a country that uses "US" units in addition to ensuring that the "US" units were selected. Also, with Mavericks it is essential  to restart the system before launching iPhoto again after changing "Language & Text" preferences, or they may not take.
    -- Léonie

  • How do I change the security setting to allow installation of software?

    I cannot install softwre from a Photoshop add-on vendor because my security settings allow only Apple and "recognized" software vendors products to be installed. How do I change this?

    rkaufmann87 wrote:
    Joe is assuming you have Lion or Mountain Lion and he's probably correct.
    Gatekeeper is only associated with Lion or Mtn Lion, so no assumption made.

  • HT1695 How do I change the WiFi setting from N/A?

    I try and click on the WiFi but it wont allow me and all my other friends have the exact same Ipod and it allows them, how can I change it so I can use WiFi?

    Is this the problem?
    iOS: Wi-Fi or Bluetooth settings grayed out or dim
    It is frequently a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Otherwise  try:
    - A reset. Nothing is lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset network settings: Settings>General>Reset>Reset Network Settings
    - Restore from backup
    - Restoe to factory defaults/new iPOd

Maybe you are looking for

  • How to use multiple clients within JCO?

    Hi, I'm pretty new to configuring Web Dynpro's with it's JCO connections. I have the following question. We are using one portal (SAP EP 6.0_640 SP15) and one R/3 system (SAP ECC 5.0) with multiple clients (multiple customers who are all using the sa

  • Late 12' Mac Mini, compatible mics?

    Hi, we have been trying a lot of USB microphones and webcams, all of them are made by Logitech, but none of them seem to play nice with Mac mini.  I am sure that they are in perfect working order, because when I use them with my windows desktop PC, t

  • Newbie: Should I Use PersonalJava?

    Hey Guys: GOAL: Get a simple app running on an IPAQ, that eventually connects to a backend database. PROBLEM: Which VM and technology to use. DETAIL: After about a week of exploring J2ME for the 1st time, I thought having PersonalJava on the IPAQ was

  • Mac pro 2006 won't boot after lion install

    hi, under 10.6.8 everything worked fine.  All adapters and peripherals were functional. After a normal looking lion install my mac pro 2006 will not make it past the boot screen (Grey Apple logo with spinning wheel).  After a while the spinning wheel

  • Spool to excel file

    Hi  I need to download spool content to excel file in sap script.  It would be appreciated if any one knows fn module or any other way to solve this. Thanks Ragavan.S