"Error loading BASIC for document" while saving (solved)

In case someone else has this problem here's my solution.
I have a network (Netware 6.5) installation of SO7 (WinXP and 98).
My PC's have harddrives that are protected by Deep Freeze.
I start the Quickstart from a Run entry in the registry.
Starting with PU5, the first time I save a document I get 10-15 "Error loading BASIC for document...". After clicking OK on all those the document is saved and everything works fine. If I close SO and and reopen it everything works.
Rebooting the PC and trying to save a document gives me the error again (since Deep Freeze reset whatever change was made when I clicked through the error messages).
After some hours of debugging I noticed that when the quickstart icon pops up in the systray a new directory named __basic_60 is created in the user directory of the client installation. Removing that prior to starting Write or Calc made the saving error dissappear.
My workaround solution is to remove the gid_Procedure_Rename_Basicdir procedure and it's reference in gid_Module_Root in instdb.inf that's located in the program directory of my network install.
However it must be a bug that the __basic_60 directory isn't removed as default, right?
- Peder

Dusty wrote:I deleted ~/.openoffice2 and it fixed the issue on reconfiguring it.
If deleting the .openoffice.org2 directory is a bit drastic for you, you can fix the problem by going into ~/.openoffice.org2/user/basic and editing the dialog.xlc and script.xlc files.  You need to remove the line at the end that says WebWizard in both these files. 
That will get rid of the two error messages you are likely getting.
Btw, anyone else miss the Projects functionality in Kate?   Darn stupid sessions.  Oh well...

Similar Messages

  • Error loading BASIC document. General Error. General input/output error".

    Error loading BASIC document. General Error. General input/output error".

    I guess your problem is related to StarOffice8, right?
    I had the same issue after upgrading StarOffice7 to StarOffice8:
    http://forum.java.sun.com/thread.jspa?threadID=5287604&tstart=0
    Apparently the .StarOffice8 directory in your export/home directory was created based on .StarOffice7
    directory. Probably here something went wrong. Maybe a bug.
    So the solution is very simple:
    rm -r .StarOffice8 in your export/home directory and restart StarOffice8.
    Or you can also rename the directory.

  • Error loading metadata for MBO

    Hi,
    I´ve migrated MAM 3.0 from Mobile 7.0 to 7.1 and I´m facing a strange problem.
    I´m testing MAM 3.0 for Handheld version on mobile devices and laptop. When I create a notification in MAM testing in a laptop and synchronize MI Client, it works perfectly, while that, when i create a notification in MAM in a mobile device and sync, i get the error:
    "error loading metadata for MBO"
    Checking in jscpout, i can see:
    Sync.jsp -- sequence 27 -- syncReplyReceived -- error MAM30_010
    The scenario is the same for both tests. Has anyone idea to solve it?
    Thanks.
    Bruno

    Hi,
    We´ve solved the issue. We are using MI 7.1 SP08 and after apply the composite notes for SP08, the problem is solved.
    Thanks.

  • Error in open_form for document in ME21n Transaction for pring preview

    Hi,
    While creating a PO using ME21N. Ifi click on Print Preview Button,the following error is coming "<b>Error in OPEN_FORM for document *********** "</b>This PO output type is "Fax".
    This only happens for output type "Fax". For Output type "Print", preview works fine.
    Same program is used for fax and print in configuration(NACE).
    Please help me out in this.
    Regards,
    Kishore

    Hi Krishna,
    It is possible to check the print preview of the document with FAX as output.
    Please put a break-point in your progarm and check it.

  • Error in OPEN_FORM for document 4500000040

    Hi,
    while posting the PO in ME22N, we are getting Error in OPEN_FORM for document 4500000040. Is this problem with the smartforms?
    how to debug the smartforms?
    regards
    Gokul

    hi gokul,
    ...<b> i think as per u r settings u  r using the driver program to trigger SAPScript... u r passing the SMARTFORM name to the OPEN_FORM</b>
    but the OPEN_FORM is used to call the Scripts
    first check the NACE configuration for the out put type u ra using give correct driver program and SMARTFORM name. if u r sure about u r print program name then give the correct FORM ROutine..in NACE.
    to call the SMARTFORMs u have call the
      CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
        EXPORTING
          formname           = 'zxxxsmartformname'
        IMPORTING
          fm_name            = fp_v_fm_name
        EXCEPTIONS
          no_form            = 1
          no_function_module = 2
          OTHERS             = 3.
      IF sy-subrc <> 0.
        MESSAGE e107 WITH fp_c_formname.
      ENDIF.
      CALL FUNCTION fp_v_fm_name
        EXPORTING
          archive_index      = toa_dara
          archive_parameters = arc_params
          control_parameters = fp_st_control_parameters
          user_settings      = space
          output_options     = fp_st_output_options
          wa_vbdkr           = fp_st_vbdkr
        IMPORTING
          job_output_info    = l_it_ssfcrescl
          job_output_options = l_it_ssfcresop
        TABLES
          it_item            = fp_it_item_final
        EXCEPTIONS
          formatting_error   = 1
          internal_error     = 2
          send_error         = 3
          user_canceled      = 4
          OTHERS             = 5.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.

  • SAPscript not being printed - Error in OPEN_FORM for document 400....

    Hi all,
    I'm facing the following problem, I want to print a sapscript from ME22N, so I go to messages, create the output, I make the settings I need, in communication method I check print immediately, and put local printer, etc. In Further data, i choose "Send immediately (when saving the application)" But when I save i get this:  Error in OPEN_FORM for document 4500002909
    The program is a standard one: SAPFM06P and the form is Z. The output type is NEU. I don't know for sure if it's something regarding the ABAP or it is a customizing issue.
    Please help me!
    Regards,
    Matias

    Nick,
    Yes, that is the message number. But I cannot debug the OPEN_FORM because I can't make it stop. I setted a breakpoint in routine ENTRY_NEU, but it is not stopping when I press the save button. The only way I can make it stop there is when I press "print preview", but that is not hepling me.
    I can see it from "print preview" but I need to use the messages, and that is not working.
    I don't think it's the sapscript, because it is happening with other sapscripts too. And it is working in production environment.
    I really thank you.
    Regards
    Edited by: Matias Catanzariti on Jan 15, 2010 6:29 PM

  • Error in OPEN_FORM for document 46000000001

    Hi experts,
    I have created a custom PO smartform and Custom print program. I have configured the same in the NACE tcode also. When i try to print out the PO from ME23N tcode, i am getting this error "Error in OPEN_FORM for document 46000000001". But I'm able to down the form into my system. I have also checked with the basis regarding the printer setting. Everything is fine.
    But it is not printing.
    Please help.
    Thanks

    Hi
    Scripts calls are nothing but open_form, write_form, close_form...all these should be commented as there are not required in the print program for a smartform.
    All you need is SSF_FUNCTION_MODULE_NAME, and to that pass on the Smartform generated Fm...for example code...search in SCN with search term ssf_function_module_name.....
    Vishwa.

  • Error in OPEN_FORM for document ..............

    Hi,
    Pls help me out. I go to me22n and create an o/p type zpea. When I try processing that using me9f i.e when I select the o/p type and click on dispaly message I get an error saying Error in OPEN_FORM for document so and so. I'm not able to trace why is this message..........Pls reply

    Hi Chesat,
    If nace is fine & your program name is also specified in nace then everything is ok. It may be possible that there may be something missing in output confuguraion. One more thing are u testing the script in same client or in different client?
    Ashven

  • Error: Permission denied for (document.domain has not been set) to call method Location.toString on (document.domain=).

    Why am I getting these errors Error: Permission denied for (document.domain has not been set) to call method Location.toString on (document.domain=).
    == URL of affected sites ==
    http://

    HOW DO YOU SET THIS??? I'M FRUSTRATED OVER THIS. ITS BEEN 2 MONTHS SINCE I HAVE BEEN ABLE TO PLAY ANY GAMES IN FACEBOOK DUE TO THIS PROBLEM! IT DOES NOT MATTER WHAT BROWSER I USE I STILL GET THIS SAME MESSAGE.

  • Error: Error in OPEN_FORM for document '123456789' in ME9A(print preview)

    Hello Experts,
    I am encountering an error when I try to print preview my RFQ form via ME9A. What
    I did was to just copy the existing custom form to my own custom form then assign my form
    to our output type via NACE transaction. So when I click the display message button in
    ME9A, ther eis an error saying 'Error in OPEN_FORM for document...'
    What maybe the cause for this? Hope you can help out guys. Thank you and take care!

    HI,
       Specify the print program name in the script form. To specify the program in script form Form->Check->Texts->Select all->ok->Enter the Print Program Name and try.
       This might be the problem.
    Regards,
    Saran

  • Error in OPEN_FORM for document 6000000078

    Hi Guys,
    I'm experiencing an error : Error in OPEN_FORM for document 6000000078.
    This form is an enhanced form for RFQ and an enhanced print program ZSAPFM06P.
    What would be the possible cause of this error and how could I avoid this error?
    Please guide me on what to do.
    <REMOVED BY MODERATOR>
    Thanks in advance!
    Reymar
    Edited by: Alvaro Tejada Galindo on Jun 25, 2008 3:42 PM

    Hi Ytamar,
    Thanks for that.
    However, when I changed the Print Prog and Form to the standard ones, the error did not pop out.
    Do I miss something here?
    Thanks again!
    Edited by: Reymar Ellazo on Jun 26, 2008 4:39 AM

  • User Exit for ME22N while saving of PO

    Hi all,
    i want a USER EXIT for ME22N while saving. i want EKET data.
    After checking EKET data, i want to chage EKPO data.
    Thanks
    pabi

    Hi,
    Below Exit you can have access to EKET and EKPO data in the tables paramters before the SAVE
    EXIT_SAPMM06E_012
    TEKPO: EKPO data
    TEKET: EKET data
    Enhancement:MM06E005 (Check in SMOD transaction)
    Check for one Paramter: I_TRTYP (This is for Create/Change/Display Modes) or You can check on Sy-Tcode = ME22N
    Hope this helps
    Regards
    Shiva

  • How can I get PS CC to always load my preferred Preset while saving for web output?

    For my purposes, I'd prefer to save all JPEGs at 100% quality while saving for web output. I've made a preset as seen below.
    However, PS doesn't always defer to this setting when I begin saving an image for web. Is there a way to make this preset automatically
    load every time I open the output to web process? I process a large number of images, and if I could avoid correcting this it would save me a lot of time.
    I'm using PS CC on a PC. Any help will be appreciated!

    This is the only custom preset I've made with this particular system. So I'd need to delete the pre-loaded PS presets?
    I'm a little loathe to remove the options in case they might be needed in the future or for a task other than the primary one described.

  • "error loading service Service Document configuration"--visual adminitrator

    In visual Administrator , ( j2ee engine---> ADS configuration ) While selecting under cluster->server->service->Document service configuration,i received error like this "error while  loading service Service Document configuration".Kindly help me if anyone know the solution for this issue.
    Regards,
    S.Ramesh Kumar

    Hello,
    I solved this problem by restarting J2EE and the Server.
    Regards
    Gregor

  • Exit for ME21n while saving

    Hi,
      Let me know if there is any exit while saving ME21n tran.
    Requirement is while while saving the PO,a pop-up information message should be displayed depending on certain purchase organization validation.
    Do let me know.
    Regards,
    SP

    Hi,
    Below is the enhancement: MM06E005 (Check in SMOD) and in that enhancement, there is an customer exit: EXIT_SAPMM06E_012 where in you can perform the validations for the purchasing document.
    Since your requirement is at header data(Purch Org) the same is available in I_EKKO parameter of the customer exit EXIT_SAPMM06E_012.
    Implement this exit and throw an information/error message upon validation
    Hope this helps
    regards
    Shiva

Maybe you are looking for

  • How do you prevent your hyperlinks in Keynote 6.5. from changing?

    Dear Apple community, Since I installed the new Keynote version 6.5. I have troubles creating hyperlinks. Whenever I link an email-address or URL to a text object or shape the link gets changed afterwards. For example: Display: [email protected] Emai

  • Creating multiple instances of JTextField

    Hy, I have a JtextField and a JButton. Depending on the value inserted in the JtextField, when I click on the JButton, I want a new window to open and create multiple instances of JTextField. I tried to use a for loop, but how do I differentiate amon

  • ALV LIST with few checkboxes fields

    Hi everyone, I want to create an ALV with 2 fields that are checkboxes. I am succeeding to create an ALV with one checkbox field. How do we do in order to create an ALV with 2 checkboxes fields using ALV LIST ? I know that we have to specify in the l

  • Scale website to fit browser width

    Hi I'm new to Muse. There is something i have been trying to do, but can't make it work. I know about the possibility of full screen and 100% width slideshows. But that is not exactly it. What I can't figure out is how to make a website that fits and

  • ISO8601 date standard in LabWINDOWS CVI 2012

    My problem: function FormatDateTimeString returns different calendar week than ISO8601 standard (one week less for 2013) Questions: 1. what standard do CVI's time related functions from User Interface Library follow? 2. can this standard be changed t