Problem loading saved documents after intall.

Hi - In installed the pages upgrade last week, but today when I tried to open some documents saved yesterday, pages tells me I need to upgrade to a newer version. When I click on the link to the app store, it tells me I've already upgraded.
Is anyone else having this problem?
Please help, I can't open a job application I was filling out!

I found the solution myself because of a related problem I had while trying to do the same in C++.
The problem is that softokn3.dll needs to load most of the DLL files in the Program Files/Mozilla Firefox directory, but it can't find those because it's not looking for them there. When you copy all those DLL's to the WINDOWS/system32 folder, the error "Caused by: java.io.IOException: The specified module could not be found." doesn't occur anymore.
To be able to read certificates from this store, change the pkcs11.config file as follows:
name=NSSSoftToken
slot=2
library=C:\Program Files\Mozilla Firefox\softokn3.dll
nssArgs="configDir='C:/Documents and Settings/sdm/Application Data/Mozilla/Firefox/Profiles/tjx04kze.default' certPrefix='' keyPrefix='' secmod='secmod.db' flags=readOnly"Mind the single slash / in the configDir path! If you use double backslashes \\ it won't work!

Similar Messages

  • Error, problem with saving documents, Illustrator

    I have a problem with saving documents in Adobe Illustrator (CS6): when I import to my document some jpg, tiff etc (even it isn't huge) Illustrator is crashed ("program to stop working correctly because of a problem. Windows will close the program and notify you if there is a solution available."). Next: program close.
    But when I work only with objects from AI - everything is ok - any error, I can save it.
    I have reinstalled and updated AI. And nothing changed.
    What is a problem?

    <moved from Downloading, Installing, Setting Up to Illustrator>

  • Problem Loading Word documents in BLOB columns

    Hi
    I tried loading the documents in the BLOB column, then indexing and then text serach, but the query does not work or guess that the document does not get loaded
    The table structure is
    table: Content
    feilds
    id number (10) pk
    author varchar2(30)
    doc_name varchar2(60)
    document BLOB default empty_blob()
    loaded data with SQL loader and the file details are below
    the load1.ctl file
    LOAD DATA
    INFILE 'd:\intermedia\data1.dat'
    INTO TABLE contents
    APPEND
    FIELDS TERMINATED BY ','
    (id SEQUENCE (MAX,1),
    author ,
    doc_name
    LOBFILE (CONSTANT 'c:\nandeep\jun_news.doc') TERMINATED BY EOF)
    data1.dat contents is as follows
    nandeep,june news,c:\nandeep\jun_news.doc,
    Any reason why it does not work or what could be the alternative
    -nandeep
    null

    Your are in the wrong Forum. Documents cannot be loaded in iFS using SQL*LOADER

  • Problem loading safari webpage after switch from EDGE to 3G and vice versa.

    ok, very simple question
    i'm on edge, i want to go on safari, so i enable 3G. after that i go on safari and try to open a webpage. even after the 3G icon displays on top, it still takes a very long time before the webpage starts to load. Sometimes i get a message saying Safari could not open the page because the server stopped responding. IS THIS NORMAL?
    also if im on 3G and switch down to EDGE and then open a page in safari i get a message saying Could not activate cellular data network, even though the page loads anyway. IS THAT NORMAL?
    Message was edited by: Stevendo

    are you on 4.0.1?
    if so then this of course is not normal but it is also happening to me
    ill be at home and have 3G on 4 bars and i try to load a page on safari and nothing happens, then i switch it to edge and it connects, but like u when switching from 3G to edge i get those messages.. also i noticed that this only happended after i updated to 4.0.1 and i NEVER got these problems b4 on 4.0 and to make things worse.. in order for my 3G data to work i have to make a phone call, hang up, then ill get connectivity on 3G..
    so the fix... i dont kno??
    but im suffering like u...

  • Problems loading saved item in LOV :-(

    I have two LOV's
    these are cascaded lists
    say p12_customer_name (parent) belongs to customer table
    and p12_project_list_id (child) belongs to items table
    When a customer name is selected , all the projects related to that customer are loaded in project_list_id LOV. I can perfectly create a new entry and it saves the data in the database as well
    Now when I click on the edit icon from an interactive report it loads everything apart from selected customer name and project name.
    here is how the table relation goes.
    there is one table called "*Items*" based on this table the interactive report is been created.
    this table has a column called project_list_item_id which is fk to "*project_list*" table which contains Customer_id column which in turn is fk to "*customer*" table.
    I need help as to how can I load the saved customer data??
    Any help on this would be beneficial.
    Thank you :-)
    ps: I am using Apex 4.2 (recent update)

    Hi,
    you will need a process or computation to populate your P12_customer_name/id page item, because it's not a database column.
    The process/computation should fire after the "Fetch" process on your page which populates the database column based p12_project_list_id.
    Try something like (if you use a computation of type SQL)
    select customer_id
      from project_list
    where project_list_item_id = :p12_project_list_idYou should also have a condition to only fire the process/computation if p12_project_list_id is not null, so that it doesn't fire if you are in CREATE mode.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Problem with saving documents to idisk

    Can anyone help with this? In the window that opens when I choose "save as", I scroll down to highlight and click (or double click) on "idisk", but nothing happens. This used to work and now doesn't, so that I can't save documents to my idisk file. Do I need to get an updated version of something? Very frustrating.
    G5   Mac OS X (10.4.4)  

    Welcome to Apple Discussions Ralph
    I don't recommend saving directly to an iDisk or any other type of networked device. AppleWorks documents, particularly databases, are prone to corruption if saved directly to a networked drive. It's always a good idea to save a copy of a document on your hard drive first in order to have a backup if something should go wrong in the process of saving. The same would apply to saving as a different file type such as Word. Save as AppleWorks to your hard drive first then save as or to something else.

  • Problems loading nib files after class is split into a static library.

    I've recently split a project so that the common re-usable controls are in their own class library. My original application project now references these using a cross project reference.
    However, since I have split the projects up, my original project crashes when it loads main.xib because it cannot find one of the custom classes which is defined in the library project.
    When I first split up the projects, I noticed that there were problems with the nib files not being able to find the IB outlets of the custom classes, but I managed to get around these by going importing the relevant library class files manually (File > Read Class Files…).
    I have made sure that all of the nib files compile without warning, so as far as I can tell, Interface Builder is able to read the necessary class headers, but when I try to run the app, it crashes saying that there is an unknown class in the Interface Builder file and that the class is not coding compliant.
    Are there any steps I've missed or advice on how to troubleshoot this?

    I did a bit of digging. The reason why this wasn't working is because the class in question was referenced by the nib files, but not in code. Therefore, while the code compiled and there were no warnings with the nib files, the linker was not linking the classes because no code used them directly.
    This can be fixed by going to the Project Settings, and on the Build tab, underneath the Linking heading, adding -ObjC to the Other Linker Flags section.

  • Problems loading Win7 Pro after HDD replacement in DV6165CL

    Hi,
    I've had a hard drive failure in a DV6165CL. I've got a new 320GB HDD installed, and the BIOS sees it OK. But when I try to load Win7 Pro - it won't boot from the O/S DVD. It'll boot from a Seagate SeaTools CD, but not the O/S DVD. Originally, this computer had XP Home on it - but since the drive failed, I wanted to take the opportunity to upgrade it to Win7 Pro.
    What am I missing here?
    Why won't it boot from the Win7 Pro DVD?
    Thanks for any pointers,
    Bill

    Hi,
    No, it can boot from other disc that means we have to question about the DVD. Have you tried to boot the DVD using a different machine ?
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Problem loading D610 files after Camera Raw 8.3

    I recently purchased a D610. I am running PS CS6 and Lightroom 4.4. I have loaded Camera Raw and DNG Reader 8.3. The 610 files now open in Bridge and CS6 but Lightroom 4 doesnt recognize them. Is Lightroom 5 required for upgrade to 8.3 to open 610 files.

    When you say you have loaded Camera Raw and DNG Reader 8.3, do you mean that you actually "installed" them? Actually, it isn't a DNG reader but a converter that is used to create DNG copies of raw files. It will be necessary for you to use it to convert your raw files in order for Lightroom 4 to be able to open them. The DNG converter does not automatically make it possible for earlier versions to read files from new cameras. The DNG converter is a standalone program that you will have to use outside of Lightroom to create your DNG files. Then you can import those files into Lightroom.

  • Problem loading saved contents back in their places

    I have now gotten the idea of saving multiple components text into one file. But now when I open that file all the text in the file goes into the text of only one component. Here is the code,
    <s:Button x="14" y="4" label="Save">
                                <s:click>
                                    var f:File = File.desktopDirectory;
                                    f.browseForSave("Save As");
                                    f.addEventListener(Event.SELECT, function (event:Event):void {
                                    var stream:FileStream = new FileStream();
                                    stream.open((event.target as File),FileMode.WRITE);
                                    stream.writeUTFBytes(rte.htmlText);
                                    stream.writeUTFBytes(ta.text);
                                    stream.writeUTFBytes(rich.text);
                                    stream.close();
                                </s:click>
                            </s:Button>
    <s:Button x="92" y="4" label="Open">
                                <s:click>
                                    var f:File = File.desktopDirectory;
                                    f.browseForOpen("Select file to open", []);
                                    f.addEventListener(Event.SELECT, function (event:Event):void {
                                    var fs:FileStream = new FileStream();
                                    fs.open(event.target as File, FileMode.READ);
                                    rte.htmlText = fs.readUTFBytes(fs.bytesAvailable);
                                    ta.text = fs.readUTFBytes(fs.bytesAvailable);
                                    fs.close();
                                </s:click>
                            </s:Button>
    Some suggestions?

    I was referring to the URL displayed in the small piece of coding of your first post.
    http://www.<project>.com:8082/servlet/getviewsIf it needs parameters, you may type this in the address bar of your web browser :
    http://www.<project>.com:8082/servlet/getviews?name1=value1&name2=value2&name3= ...// and so on

  • Problem starting application server after intalling SAP NetWeaver 7.0 ABAP

    Hi, guys
    I installed  SAP NetWeaver 7.0 ABAP on my laptop 3 days ago and it worked well.
    But today, I encountered a problem when starting the application server with message "start operation timed out".
    pls help me to solve the problem.
    thanks

    Felipe, tudo bem?!
    Este erro aparenta inconsistencia em algum pré-requisito, revise-os de acordo com o que é pedido no manual de instalação.
    Abs.

  • Problem with Word document after publish

    Hi,
    I created a Transparent background with an image and placed
    in slide 2 and make it as background, options i made it to Rest of
    the Project. When i publish it in Word. I can see the transparent
    background for slide 2 only, i cnt see for rest of the slides.
    Looking for guidence on this.
    Regards
    Ranjith Kumar. Bandi

    You'd have the same version of Word since the MS updates update all MS Office apps.
    The only thing that I can suggest is to take your question to the MS Office 2011 Mac forums -> http://answers.microsoft.com/en-us/mac.
    That's where I'm headed to complain about my font problems!
    Clinton

  • Problem running Sample Application after intalling patch set 4.0.2.00.07

    We just applied the patch set 4.0.2.00.07 on our TEST environment APEX4.0.
    Now I can't run the sample application. When I run the application, login using either the admin or the demo user with the #lower_case_workspace_name#", the browser is generating below error message:
    ORA-06550: line 2, column 8: PLS-00201: identifier 'CUSTOM_AUTH' must be declared ORA-06550: line 2, column 1: PL/SQL: Statement ignored
    Error ERR-10460 Unable to run authentication credential check function.
    The sample application works fine on our DEV environment APEX 4.0.0.00.46 *without* the patch set 4.0.2.00.07.
    Does anyone have an idea how to resolve this
    Thanks

    Varad -
    I see that these functions are missing on the TEST environment parsing schema. I will have our DBA rectify the issue.
    Thanks,
    DP

  • HT4075 I don't have any problems merging the documents by dragging, but when I try to save and open afterwards, only the last shown doc was saved, not the combined files I wanted to merge. I tried save and export, how can I create the file after merging?

    Hi, I'm having trouble saving the documents when merging in Preview. I don't have any problems merging the pdf documents by dragging them in preview, but when I try to save and open afterwards, only the last shown doc was saved, not the combined files I wanted to merge. I've tried save and export, but none merge the documents after saving... how can I create the file (with all the pdf files) after merging?

    That's a comment in the file. It has no effect at all.

  • The document could not be saved. There was a problem reading this document (114).

    After adding some sticky notes to a PDF in Adobe Reader i went to save it and it comes up with "The document could not be saved. There was a problem reading this document (114)." and will not let me save it. Please can you advise if there is anyway of saving this document with the sicky notes in?

    The problem is most likely document corruption. Try to work on a new copy from the original source.

Maybe you are looking for

  • Can't install 10.5.8 using Software Update

    I haven't been able to apply the past few OS X updates (including the current 10.5.8 update) using Software Update. I get an error message telling me I don't have sufficient privileges. This is strange because I'm the admin user with full privileges.

  • Adding Documents to Queries

    Hi, I have a situation where the customer wants to add documents to the queries. I know we can do it through KM in Portal, but not all queries are being used in the Portal. some are just used as workbooks. I tried searching for this, but always end u

  • Why we can't use provide to retrieve Time Infotypes records?

    Hi experts, I read some meterials that in HR report we can not use provide statement in LDB to fetch time infotypes records, use Loop instead,can anybody explain why and give a example. Thanks.

  • Method local Inner class

    Why method local class can access only the final varaible of the method? I found somewhere that this is because the non-final local variables go out of scope after method completion, but i wonder final local variables also reside on the stack. class

  • SEM  BPS: Using Header Characteristics to lock data

    Hi, I tried to implement and found the following issue: 1. Once the data is locked if user tries to execute the layout an error message is displayed and the user cannot even view the data as opposed to data slices. Is there any configuration that is