Many functions unavailable

Hi ALl,
This is weird, but yesterday I saved quite a few formulas with the @SHIFT and @PREVSIBLING in them.
But to day I opened up the same Block storage cube, and started putting in some more formulas, and it throws errors.
For instance if I use, @PREVSIBLING(@CURRMBR("Year")), it says unknown member name [] in function @PREVSIBLING.
Also, in the left hand side panel, of the formula edit dialog, where we can see all functions, I cannot find the @SHIFT, @MDSHIFT, @PREVSIBLING functions.
It also looks like there are quite a few functions in the list.
This is a block storage application on Essbase v11.1.2.1. Does anyone know why thic could be happening?
Thanks in advance,
Anindyo

Anindyo Dutta wrote:
Hi ALl,
This is weird, but yesterday I saved quite a few formulas with the @SHIFT and @PREVSIBLING in them.
But to day I opened up the same Block storage cube, and started putting in some more formulas, and it throws errors.
For instance if I use, @PREVSIBLING(@CURRMBR("Year")), it says unknown member name [] in function @PREVSIBLING.
Also, in the left hand side panel, of the formula edit dialog, where we can see all functions, I cannot find the @SHIFT, @MDSHIFT, @PREVSIBLING functions.
It also looks like there are quite a few functions in the list.
This is a block storage application on Essbase v11.1.2.1. Does anyone know why thic could be happening?
Thanks in advance,
AnindyoRestart the services and check...

Similar Messages

  • Message mapping: one as many, function node

    hi
    how to use - one as many - function node in mapping. i want to mapping one value from source structure to many fields in target structure. but i dont know the exact functionality of - one as many -
    kindly solve my issue
    regards
    mano

    Hi,
    Check out this example from SAP, which demos the use of the function oneAsMany:
    [http://help.sap.com/saphelp_nw04/helpdata/en/38/85b142fa26c811e10000000a1550b0/frameset.htm]
    Hope this helps,
    Sumant.

  • Too many functions on discoverer

    Hi all,
    I'm creating a New report under discoverer desktop, and I'm having a problem.
    this report has 7 functions. some of them looks for a Max or Min on a audit table and the others performs different calculations with dates (e.g (01-JAn-2009 15:02:09) - (15-Feb-2009 10:56:30)). All of the functions works with internal queries.
    Currently the report takes 2 minutes to display the results.
    The problem is that now I have to add another function that performs a Count(*) from the same audit table (with a where condition), and when I add it, the report never retrieves the results. Is taking at least 20 minutes to run (and does't finish)
    what is the best practice under discov. Is it possible that too many Functions affect the performance of the report?
    As other issue:
    Is there anyway to use as a parameter of a function, the result of an other function used under the same report?
    lets say, I have function1 on the report and I need tu use the result diplay by that function as a parameter for function2
    Thanx a lot...
    Belen

    I don't fully understand your setup but if you are querying the same table over and over is it possible to set up a custom folder that will query the table once and return all of the required values?
    You could add calculated columns and filters as required.
    In this example the min and max dates are looking at rows 2-4 and the count is looking at rows 4-5.
    var START_DATE DATE
    var END_DATE DATE
    var MIN_ID VARCHAR2
    var MAX_ID VARCHAR2
    BEGIN
       :START_DATE := trunc(SYSDATE) + 2/24;
       :END_DATE := trunc(SYSDATE) + 4/24;
       :MIN_ID := 4;
       :MAX_ID := 5;
    END;
    PL/SQL procedure successfully completed
    WITH audit_table AS (
       SELECT 1 t_id, 100 val, trunc(SYSDATE) + 1/24 dt FROM dual UNION ALL
       SELECT 2 t_id, 200 val, trunc(SYSDATE) + 2/24 dt FROM dual UNION ALL
       SELECT 3 t_id, 300 val, trunc(SYSDATE) + 3/24 dt FROM dual UNION ALL
       SELECT 4 t_id, 400 val, trunc(SYSDATE) + 4/24 dt FROM dual UNION ALL
       SELECT 5 t_id, 500 val, trunc(SYSDATE) + 5/24 dt FROM dual)
    SELECT MIN(CASE
                   WHEN dt BETWEEN :START_DATE AND :END_DATE THEN
                    dt
                   ELSE
                    NULL
                END) min_t_id,
           MAX(CASE
                   WHEN dt BETWEEN :START_DATE AND :END_DATE THEN
                    dt
                   ELSE
                    NULL
                END) max_t_id,
           COUNT(CASE
                     WHEN t_id BETWEEN :MIN_ID AND :MAX_ID THEN
                      1
                     ELSE
                      NULL
                  END) sample_cnt
    FROM audit_table
    WHERE dt BETWEEN :START_DATE AND :END_DATE
    OR t_id BETWEEN :MIN_ID AND :MAX_ID;
    MIN_T_ID                 MAX_T_ID                 SAMPLE_CNT
    4/29/2009 2:00:00 AM     4/29/2009 4:00:00 AM              2

  • "Use one as many "function

    Hi All
    I have a scenario from RFC to WSDL in which if certain conditions fulfil only then can I pass the value to the target field "SERVCODE".
    The problem is there are many conditions which are to be fulfilled to have the value passed.
    I tried using the function "use One As Many" but I got stuck at the "OR" condtion because its taking only boolean values.
    Please have a look at the scenario and help me!!
    Also I am preferring to have a graphical mapping but if nothing works out User defined function would do.
    u2022     IF VBAP-PSTYV = Z004 & VBAP-UEPOS <> BLANK & MARA-MATKL = 800001031----
    then  SERVCODE = 400 (400 is the Value to be passed to the target field to SERVCODE)
    u2022     IF VBAP-PSTYV = Z004 & VBAP-UEPOS<> BLANK & MARA-MATKL <> 800001031 & VBAK u2013AUART = Z000 & MVKE u2013 MVGR2 = 001 -
    then   SERVCODE= 201(201is the Value to be passed to the target field  to SERVCODE)
    u2022     IF VBAP-PSTYV = Z004 & VBAP-UEPOS <> BLANK & MARA-MATKL <> 800001031 & VBAK u2013AUART = Z000 & MVKE u2013 MVGR2 = 002 -
    then  SERVCODE= 202 (202 is the Value to be passed to the target field to SERVCODE)
    u2022     IF VBAP-PSTYV = Z004 & VBAP-UEPOS <> BLANK & VBAK u2013AUART = Z001& MVKE u2013 MVGR2 = 001 -
    then SERVCODE= 301(301 is the value to be passed to the target field to SERVCODE)
    u2022     IF VBAP-PSTYV = Z004 & VBAP-UEPOS <> BLANK& VBAK u2013AUART = Z001 & MVKE u2013 MVGR2 = 002 -
    then SERVCODE= 302 (302 is the Value to be passed to the target field to SERVCODE)
    u2022     IF VBAP-PSTYV <> Z004 VBAP-AUART = Z000 -
    then  SERVCODE = 1 (1 is the Value to be passed to the target field to SERVCODE)     
    u2022     IF VBAP-PSTYV <> Z004 VBAP-AUART = Z001 -
    then  SERVCODE = 101(101 is the Value to be passed to the target field to SERVCODE)
    u2022     IF VBAP-PSTYV = Z004 & VBAP-UEPOS = BLANK &VBAP-AUART = Z000 & MVKE-MVGR2 = 001 -
    then SERVCODE = 201(201 is the Value to be passed to the target field to SERVCODE)
    u2022     IF VBAP-PSTYV = Z004 & VBAP-UEPOS = BLANK & VBAP-AUART = Z000 & MVKE-MVGR2 = 002 -
    then SERVCODE = 202(202 is the Value to be passed to the target field to SERVCODE)
    u2022     IF VBAP-PSTYV = Z004 & VBAP-UEPOS = BLANK & VBAP-AUART = Z001 & MVKE-MVGR2 = 001 -
    then SERVCODE = 301(301 is the Value to be passed to the target field to SERVCODE)
    u2022     IF VBAP-PSTYV = Z004 & VBAP-UEPOS =BLANK & VBAP-AUART = Z001 & MVKE-MVGR2 = 002----
    then SERVCODE = 302 (302 is the Value to be passed to the target fieldto SERVCODE)
    Thanks a lot in advance !!

    You may post it on a wrong forum.  Here is SAP Business One Core forum, a forum dedicate to SAP Business One - a solution to SME.  Please close your thread and try this forum to start:
    Process Integration (PI) & SOA Middleware
    Thanks,
    Gordon

  • Premiere functions unavailable after CC sign-in

    I have not only been unable to get a satisfying answer from Support (even after phone calls from India) and now the Support Chat does not function either...0.
    Frustration Level over 9000...
    The problem:
    - When we sign in to CC with our paid account, certain functionality (such as Digital SLR support in Premiere Pro + other codices) are no longer available.
    - When we sign in with a Trial account on the same machine, everything works just fine.
    Previous attempts to fix this:
    - Following advise from your Adobe helpdesk, we un- and reinstalled CC and all products many times. We also completely reinstalled our machine (windows 8.1 pro 64 bit). Didn't work.
    - After about a week of trial-and-errors, the support recommended to us that we just continue to use trial accounts and when that expired, create a new one.
    - We did that for a couple of months now and it worked just fine. Until now. Even when we register new trial accounts at product lauch it says 'trial expired' (which is the way it should have been all along, I guess).
      In all that time I just continued to pay my CC Membership so I can sleep without guilt.
    What seems to be the problem:
    - I don't know how the authentication within CC works, but for some reason signing in with a paid account limits the functionality of Premiere Pro. Again. On a trial account everything works fine.
    Since Adobe Support is more than useless right now, I see advise here. Please help

    Hi,
    Have you see this Adobe doc :
    Features and Sequence Presets missing | Adobe Premiere Pro CS6

  • Many functions lost after upgrading to OS5 on iPhone 3GS

    Recently, I've upgraded my OS for my iPhone 3GS to OS5 version, and many of the useful, or rather basic function on the default iphone apps are gone.
    For example, firstly, the symbol in the calendar app is missing, and I could no longer add an event or activities when I open the calendar overview application. Although, there is a new app called "Reminders" which came with the new OS5 version, I could only input one alert reminder, which in the past I could create two alerts to alert me twice (different day/time count-down) for the coming event activity.
    Second, the "Contacts" application. Likewise, same issue with that of the calendar app, the symbol too was missing and no longer available to add new contacts. I have to open up the "Phone" app, and had go onto the recent calls tab to create a new contact. Another added bug for the "Contact" application, is that when I select on any of my contact in the phonebook, the "Edit" is no longer available too. It used to have it there...now I can't edit anything or add any further information of a particular contact, not to mention delete/ remove it too.
    Third, I heard the new OS5 is able to allow 3GS iPhones to function/ act as a router for internet tethering when personal hotspot is turned on. But it seemed like, it only works on iPhone 4 and above.
    Fourth, I used to be able to set to manual synch whenever I plug my phone to my comp, but I can no longer do so as the iTunes does not automatically open when I plug my iPhone into my comp. I had to tick the "open iTunes when iPhone is connected", but it automatically synch my phone and backup the data when I wanted to manually choose to do it like before selecting through the "File" in the top menu.
    So far, these are the major basic problems I've encountered. Would Apple please dedug and resolve these problem ASAP??? I am getting pretty impatient after have feedback to Apple since 3 weeks ago after the upgrade, yet no new OS updates is been available to resolve the bugs..
    "Disappointed iPhone user..."

    valenceparadigm wrote:
    The question I have is; "WHY does this work?"
    How about it Apple "Gurus"
    Well, it would seem that the issue here is that iOS4 is not properly reading the backup that was created before the update. Or the backup is not being created in a properly formatted manner. There are just too many cases of a post upgrade issue being solved by restoring as a new phone for it not to be bad data.
    Pain in the hiney, I know. And this is nothing new. All the way back through the iPhone's iPod roots, there has alway been a point in the troubleshooting tree that comes down to "restore the iPod". Just a more awkward thing now that the iPod has evolved into a phone and is trying to keep any number of settings straight. Not to mention no one wants to take their phone down unless there is no other option.

  • How Many Functions And Keyboard Shortcuts etc. Are Missing From FCE 4 ?

    Seven hours ago I set out to discover the answer to this but I got side-tracked and discovered my camera had a microphone channel missing !
    So is there anything missing from FCE4 ?
    There have been spurious claims that things like "Export to Soundtrack" have been dropped and though the actual command has disappeared the functionality is there in "Export to QuickTime".
    However, I seem to remember Tom saying that a certain keyboard shortcut (which I can't remember) is missing.
    Has anyone noticed any particular items that really have been omitted ? (Don't say Soundtrack or 9GB of LT Media!)

    Hi Ian,
    just to confirm that what you and Tom have found is the same I have so far.
    A comment: while all other commands now missing in the FCE4 contextual menu are available in its standard menus, the Clip Enable command is really a ghost command. Only the control-B keyboard shortcut toggles it, there is no mention of it in any menu, but it appears in Tools/Button List. The online Help mentions a Modify/Clip Enable commands that does not actually exist, but on the other hand it does not mention its keyboard shortcut that in fact works... very clear!
    Piero

  • Use on as many ----Function.

    Hi,
      Can one one explanins me USEONEASMAny function.
    also please advice me can i use this function for below mentioned purpose.
    I have scnerio like  this.
    Source --- IDOC
    Target -
       <Message_List>
                      <Message>
                       </Message>
                       </Message_ List>
    If in source E1DB02-FIIKWAER gets 2 different currencies i need to get to Message tabs in target  Liek this
                       <Message_List>
                      <Message>----
    Currency 1
                       </Message>
                       <Message>----
    Currency 2
                       </Message>
                       </Message_ List>

    Hi
      useOneAsMany function
    refer the link
    http://help.sap.com/saphelp_nw04/helpdata/en/f4/8620c6b58c422c960c53f3ed71b432/frameset.htm
    regards
    yugapreetha

  • Too many functions!!!

    While developing a large FMS application, main.asc has become
    more than a bit lengthy. The bulk of the file is taken up by the
    custom client functions that are created anonymously under the
    onConnectAccept function.
    (ex
    newClient.myFunction = function(param1, param2) {
    //do stuff
    I tried splitting some of the (hundreds of) functions into
    seperate files then I used load() under the onConnectAccept
    function. I think since these functions are created during runtime,
    the load function is not appropriate (triggered on compile time).
    Is there some way to split these functions into seperate
    files?

    Yup... until we get AS2 support in FMS, prototypes seem to
    save the day. The client class is sepcial in it's auto resolve
    functionality, and I'd imagine that's due to some good thinking on
    the dev team's part.
    Using the prototype also has the benifit of making the client
    object smaller. When you apply a funtion directly to the client,
    the function becomes part of each client object, wher with a
    protoptype function it does not.
    In application where you might return the entire client
    object to a client (ie user data sent to an admin user), all of the
    functions that are applied to the clients travel along with the
    data, creating much more data transfer than is necessary. By
    prototyping the function, it does not travel with the client
    data.

  • Photoshop CS5 printer functions unavailable on new 21" imac, OS X version 10.6.4

    Epson Stylus Photo 2200 printer, with the newest driver will not allow me to perform several important functions in Photoshop CS5 These functions are available to me in Photoshop CS2 on a G4 laptop.
    When photoshop (as opposed to the printer) is assigned to manage colors in the printer's driver, "ColorSync" and "Epson Color Controls" are grayed out under print settings > color matching.
    The printer profile is not  available when I set photoshop to manage the color ( only when the printer manages the color).
    Under print settings >print settings> ink, the color ink option is grayed out and the black ink option is not there.
    These  functions are very important for accurate color matching. I would appreciate any thoughts you have. Thank you.

    Not to sound silly, but have you rebooted? Sometimes features work better after a clean exit or reboot. Also it might be helpful if we know your running Rossetta or not. You did download the latest drivers from site and did not use the CD correct? EPSON is really clear about not using the CD in Snow. Assuming your running Snow Leopard. If you did and tried to do an uninstall the preferences have files that often are not deleted and hence could be locking out features. Just suggestions like you asked. Don't want to confuse you.
    You installed this one correct:
    epson13564.dmg - 10MB - posted on 11/25/09
    This file contains the Epson Stylus Photo 2200 Printer Driver v8.12.
    Also knowing what color profile your using for the display might be helpful. Not to sound far fetched, but under the printer you might take it out and put it in again under Print & Fax, but look at the features it can install.
    I got the new iMac 27' and still have not gotten some of my printers in the office to work. So I know what your going through.
    All the best,
    Bob J.
    Payday Loan Yes
    www.payday-loan-yes.com
    800-550-6051

  • Need to make quiz with many functions on JAVA.

    I've to make quiz on JAVA, (Test japaneese)
    the goal is to write an answer of hieroglyph, answer can be The Number code of hieroglyph, or the AB code of hieroglyph
    On the first interface i have to:
    1) Write your name
    2) Choose test ( 1. By Number code, 2. By AB code)
    3) Choose order (1. Correct, 2. Random)
    4) Type the limit of hieroglyph: for example from 1 to 30, or from 550 - 600 (Cuz there're 1945 Hieroglyphs)
    On the second hieroglyph:
    1) Displays hieroglyph
    2) Displays status info: chosen parameters (for example Test: By number code; Order: Random; Hieroglyph 1 of 30; Elapsed time: 00:01:23)
    3) Input box where you have to type your answer
    4) Next button
    On the last interface will be displayed the percentage of the questions answered correctly - for example: 1) False: the correct is .... 2) True 3) False: the correct is .... etc; Points: 10 of 30
    I've some code: but i've to edit it to take what i need;
    Could any body help me what to do....i've only 2 weeks.
    I'm not genius in JAVA as some of you....so do not criticize me....as DB i've used an array...cuz i don't know how to connect JAVA to DB...
    As program code i've take analogue of my program already integrated in NetBeans 6.8 (Anagram Game) and little bit change it..
    Here's the code #1: (I've deleted many objects in arrays....cuz in every array 1945 objects, i mean hieroglyphs, number codes and AB codes)
    package com.toy.anagrams.lib;
    * List of the first test answers =)
    final class StaticWordLibrary extends WordLibrary {
        private static final String[] WORD_LIST = {
    "A","PABHA","ABGBQQQQ","BGBA","ABAA","SAQLABHAA","ABQ","QLPO","ABBPBPC","QQLSFFJA","PAARPO","PR","PBABPO","POAABQLA"
    * I've commented second List of the test answers =) test BY NUMBER CODE....cuz i don't know exactly yet how to connect it. I've added only prefix NUM (WORD_LIST_NUM)
    * private static final String[] WORD_LIST_NUM = {
    * "1","4/1/30","173","13/2/1","96","180","1/25","86","140/9/21","42/14/39","84/4/O","4/5","9/75","167","116/48","74","94","147"
    * List of the questions
        private static final String[] SCRAMBLED_WORD_LIST = {
       "&#19968;","&#21491;","&#38632;","&#20870;","&#29579;","&#38899;","&#19979;","&#28779;","&#33457;","&#23398;","&#27671;","&#20061;","&#20241;","&#37329;","&#31354;","&#26376;","&#29356;","&#35211;","&#20116;","&#21475;","&#26657;","&#24038;"
        final static WordLibrary DEFAULT = new StaticWordLibrary();
        private StaticWordLibrary() {
        public String getWord(int idx) {
            return WORD_LIST[idx];
        public String getScrambledWord(int idx) {
            return SCRAMBLED_WORD_LIST[idx];
        public int getSize() {
            return WORD_LIST.length;
        public boolean isCorrect(int idx, String userGuess) {
            return userGuess.equals(getWord(idx));
    }The 2nd code:
    package com.toy.anagrams.lib;
    * Interface defining logic
    public abstract class WordLibrary {
         * Constructor for subclasses.
        protected WordLibrary() {
        public static WordLibrary getDefault() {
            return StaticWordLibrary.DEFAULT;
        public abstract String getWord(int idx);
        public abstract String getScrambledWord(int idx);
        public abstract int getSize();
        public abstract boolean isCorrect(int idx, String userGuess);
    }P.S. If it's not possible to make in 2 weeks....can anybody suggest me where i can find almost such program where i can change data of questions; and no matter in what code it was programmed...
    BIG THANX TO ALL OF YOU!!! no matter could you help or not =) and sorry for my english =)

    georgemc wrote:
    What's JAVA?
    Fact: Java 1.2 can finish an infinite loop in as little as 2 minutes.

  • Insert Functions unavailable

    A rather odd one. For no apparent reason, my copy of Keynote refuses to let me use formulas in my charts. I can use formulas in regular old tables, but not in charts.
    This strikes me as being seriously odd since it uses the same spreadsheet interface as Numbers.
    Am I missing something or is this a missing feature that I'm just discovering now?

    No, I don't think you're missing anything. There are some areas where Keynote ventures into presentation functions while Numbers goes more into number visualization. The best thing to do would be to make sure you send feedback requesting this in Keynote.
    http://www.apple.com/feedback/keynote.html
    As iWork matures, I'm hoping we'll see more cross-app functions.

  • Hold, Transfer and other functions unavailable to end-user

    A short description of the setup:
    One centralized CCM Cluster (4.1.3)
    Five regoins/locations/pools.
    All locations are set to use g711 internally and across WAN.
    Now to the problem at hand:
    External Calls to any phone in a remote office (this office has it's own 2800 GW, and PRI) is impossible to put on hold, transfer or anything other than terminat. If the user presses "hold" the connection is partially lost. The caller and called party can no longer talk/hear each other. The call is still "active" in the phone display, but the only thing to do is to end the call (At which point the called party releases the call, but the gw does not release the incoming call until 10 seconds later).
    Here is a isdn q931 trace of a call:
    *Aug 3 12:35:26.415: ISDN Se0/0/0:15 Q931: RX <- SETUP pd = 8 callref = 0x00CC
    Sending Complete
    Bearer Capability i = 0x8090A3
    Standard = CCITT
    Transer Capability = Speech
    Transfer Mode = Circuit
    Transfer Rate = 64 kbit/s
    Channel ID i = 0xA18394
    Preferred, Channel 20
    Calling Party Number i = 0x1183, 'XXXX'
    Plan:ISDN, Type:International
    Called Party Number i = 0xA1, 'XXXX'
    Plan:ISDN, Type:National
    *Aug 3 12:35:26.427: ISDN Se0/0/0:15 Q931: TX -> CALL_PROC pd = 8 callref = 0x80CC
    Channel ID i = 0xA98394
    Exclusive, Channel 20
    *Aug 3 12:35:26.611: ISDN Se0/0/0:15 Q931: TX -> ALERTING pd = 8 callref = 0x80CC
    *Aug 3 12:35:28.479: ISDN Se0/0/0:15 Q931: TX -> CONNECT pd = 8 callref = 0x80CC
    *Aug 3 12:35:28.587: ISDN Se0/0/0:15 Q931: RX <- CONNECT_ACK pd = 8 callref = 0x00CC
    *Aug 3 12:35:34.587: %ISDN-6-CONNECT: Interface Serial0/0/0:19 is now connected to 4721550000 unknown
    *Aug 3 12:35:36.115: ICT ver in h323_gw_dialpeer.c 1
    *Aug 3 12:45:34.775: %ISDN-6-DISCONNECT: Interface Serial0/0/0:19 disconnected from XXXX , call lasted 606 seconds
    *Aug 3 12:45:34.775: ISDN Se0/0/0:15 Q931: TX -> DISCONNECT pd = 8 callref = 0x80CC
    Cause i = 0x8090 - Normal call clearing
    *Aug 3 12:45:34.827: ISDN Se0/0/0:15 Q931: RX <- RELEASE pd = 8 callref = 0x00CC
    *Aug 3 12:45:34.827: ISDN Se0/0/0:15 Q931: TX -> RELEASE_COMP pd = 8 callref = 0x80CC
    The ccm trace is in the attached file
    I see the "error": StationCdpc - ERROR active10: hold rejection|
    But have no idea why, and what to do with it. And why does this error cause a "freeze" to the call in progress? The call is "lost", and terminating is the only solution.
    The really strange part is this:
    The situation described above is true for all external call to this one location if the the call in progress has lasted 3 minutes+++. If a call in progress is less than 3 minutes old, all functions are operational as the should be. Internal calls to the same location do not behave as described above. Nor any external call to any other location (centralized or remote).
    Help apreciated
    Lasse Nordvik Wed?

    Hi there we have the same error,
    it's a message from the stationCdpc,
    Cisco CallManagerStationD: (0001818) restart0_DStopInd: No Linked StationCdpc
    and the call is not completed!, sometimes it goes tru but sometimes it gets dropped and we receive this message....
    Do you have an idea?

  • I have an iPad 2 and I cannot remember the password for my icloud account.  The problem is that the id and password I used I no longer have and since I cannot remember the password I am stuck trying to use many functions on my IPad HELP PLEASE!!!

    I have changed isp and no longer remember the password for this account everything I try to do I need this password is there a way to fix this?

    Go to http://appleid.apple.com and click 'Find your Apple ID'.

  • Mail - many functions have just stopped working

    Sometime during today, Mail stopped working. I can't quit it, without Force Quitting, I can't get mail, I can't send mail, I can't open mail which is in my folders - I just get the spinning wheel. When I click on a new message, I can't get any addresses to appear in the "To" line . I can't delete any messages.
    Having read these forums I tried one suggestion. I copied the Mail folder and Preferences file from the last Time Machine backup from yesterday. I then had to rebuild every folder. This has done nothing to help. I have never had a problem with Mail before. While I can access my new emails through the Yahoo website, I have all my mail stored within folders in Mail and can't access any of them. Any ideas on how to get Mail working again?
    I have also repaired permissions and verified the hard disk.

    Thanks Ernie. I just tried this and it didn't change a thing. Every time I start Mail now, there is no message window visible and I have to use the menu to "bring all to front" and click on other items in that menu column before anything will appear. When I click on "Get Mail" (Mail should automatically get mail when it opens but doesn't now), every account gets the spinning wheel, even though only two accounts are set to get mail when I click on the button. No mail is received in any accounts and I have to Force Quit to stop it.
    I have no idea what has caused this as it was working perfectly yesterday morning and then I went to check my mail later in the morning (not sure that the computer had even had time to go to sleep since I last used Mail) and I found that Mail was just hanging and wouldn't do anything. It is very strange.
    Mail does allow me to open a new email but I can't address it (perhaps I can manually type in a person's address - haven't tried) using addresses from the Address Book. I can also see all my stored emails listed in each folder but I can't open any of them.

Maybe you are looking for

  • CS3 Won't change extension in Save As

    Hello, I've run into a rather frustrating problem that I've been trying to fix all day with no luck. I recently formatted my computer and reinstalled Photoshop CS3. However when attempting to save a JPG from a PSD, it dosen't allow me to. What happen

  • Thumbnails not displaying

    My old laptop tried to self-destruct, so I was forced to move a huge amount of art files to a new laptop. Now, I have no thumbnails in Photoshop (PS3 using XP Professional) and oddly enough, it appears that often entire folders and files aren't showi

  • LUMIA 520 REFUSES TO UPDATE

    i bought a used nokiq lumiq 520 and he factory reset it and it has the old software so I tried to update but it says no updates available when I know there is. I want cortana so badly please help

  • Please Help Not sure About Something!!!!!!!!

    How do you get photos from 2 different folders? When i get photos from a folder all that happens is get it from 1 folder if i try to get photos from another folder it will just say... deleting photos (at the top of the page when ipod is flashing red

  • Final Cut Express 4.0 vs 3.5

    I am in the process of wanting to upgrade from FCE 2.0.  I have the option of upgrading to FCE 3.5 or FCE 4.  Which of the two should I choose?  Is there an advantage of one from the other?  I just purchased a Canon HD recorder which uses SD cards to