I am getting "An external object raised an error" error message

Greetings all,
Can someone please help me understand why I am getting the following error message:
Microsoft Active Server Pages error '8002000b'
An external object raised an error. No Error Description Available.
MoreRequiredSteps.asp, line 38
I am using CLASSIC ASP
I tried checking permissions but every folder seems to have permissions already.
Please let me know if I need to provide more info.
Many thanks in advance

Check C: drive or the drive where WebIntelligence is installed make sure you are not strapped for space.
Also clean out: C:\Winnt\Temp directory.
~g

Similar Messages

  • Error 80043ac1 -  An external object raised an error. No Error Description

    Hello,
    After installing Crystal Reports runtime XI R2, I've been having the error:
    Crystal Reports ActiveX Designer error 80043ac1 - 
    An external object raised an error. No Error Description.
    This same runtime package have already been successfully installed in other server (Windows 2003 as well).
    I have already tried to give permission to IUSR user (full control) in Windows temp folder.
    Does anybody have any information on this issue?
    Thanks in advance,
    Bruno

    Thank a lot for replying Don.
    I have tried to use Process Monitor, and found out that I had to give permission for IUSR to the root drive.
    I gave some permissions, and the error message changed:
    "Create object failed
    An error occured while creating "oCrystal". error '8007007e'"
    oCrystal is an application variable that I created in global.asa it contains:
    <object runat="server" scope="application" id="oCrystal" progid="CrystalRuntime.Application.11"></object>
    I run Process Manager again, and  found another process with "access denied" for user IWAM, so I gave again permissions for it and finally worked.
    Thanks!
    Edited by: BrunoDuraes on Sep 2, 2009 4:56 PM

  • Raise an Error message in ME21N

    Dear All,
    I am using user exit (SRVDET: EXIT_SAPLMLSP_040) to raise an Error message, it will terminate ME21N by the Error message. Did anyone know how to make it return to ME21N after an Error message...
    I try to set screen to 500, 210...etc. but it seems make the program hung after leave screen. Any idea? Thanks a lot!
    BR,
    Well

    Hi
    Try to use the BADI ME_PROCESS_PO_CUST
    and raise the error message
    see the sample code
    BAdI Name: ZCHECK_PO_LINE_ITEM (Implementation name) PO Account assignment
    Definition Name: ME_PROCESS_PO_CUST
    Interface Name : IF_EX_ME_PROCESS_PO_CUST
    Implementing Class: ZCL_IM_BADIN_ACCOUNT_ASSGN
    Method :            PROCESS_HEADER
    METHOD if_ex_me_process_po_cust~process_header .
      DATA : re_data TYPE mepoheader.
    *get the item data
      CALL METHOD im_header->get_data
        RECEIVING
          re_data = re_data.
      re_header = re_data.
      IF ( re_data-bsart NE 'ZOC' AND re_data-bsart NE 'ZPC' ).
        IF ( re_data-bsart <> 'ZIC' AND re_data-bsart <> 'UB' ).
          IF re_data-bukrs NE '1001'.
            MESSAGE ID 'ZM_MSG' TYPE 'E' NUMBER '000' WITH 'Use only Sipchem Company'
                                            'Code for External Procurement'.
          ENDIF.
        ENDIF.
      ENDIF.
    ENDMETHOD.
    Method :            PROCESS_ITEM
    METHOD if_ex_me_process_po_cust~process_item .
      DATA: v_menge TYPE bamng,   " PR Quantity
            v_statu.              " PR Status
      DATA : re_data TYPE  mepoitem,
           re_data1 TYPE mepoaccounting,
    re_accountings TYPE purchase_order_accountings ,
    header TYPE purchase_order_accounting.
    *get the item data
      CALL METHOD im_item->get_data
        RECEIVING
          re_data = re_data.
      IF ( re_header-bsart NE 'ZOC' AND re_header-bsart NE 'ZPC' ).
        IF re_header-bsart EQ 'ZRL'.
          IF re_data-konnr EQ space.
        MESSAGE ID 'ZM_MSG' TYPE 'E' NUMBER '000' WITH 'You cant create a Release order'
                                              'without a reference to Outline Agreeement'.
          ENDIF.
        ENDIF.
        IF ( re_data-banfn EQ space AND re_data-anfnr EQ space ).
          MESSAGE ID 'ZM_MSG' TYPE 'E' NUMBER '000' WITH 'You can create a Purchase order'
                                                         'only with reference to a PR or RFQ'.
        ENDIF.
        IF re_data-knttp NE 'K' AND re_data-pstyp NE '9' .
          IF syst-cprog EQ 'RM_MEPO_GUI'.
            IF re_data-uebto IS NOT INITIAL OR
               re_data-uebtk IS NOT INITIAL OR
               re_data-untto IS NOT INITIAL.
          MESSAGE ID 'ZM_MSG' TYPE 'E' NUMBER '000' WITH 'You cant change delivery settings'.
            ENDIF.
          ENDIF.
        ENDIF.
      ENDIF.
    ENDMETHOD.
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • I am a OS10.7.4 user. yesterday i bought a Lacie external hard disk but error message appear said " You cant open the applicant LaCie setup assistant because PowerPC applicants are no longer support". please help me how to connect my mac with Lacie??

    i am a OS10.7.4 user. yesterday i bought a Lacie external hard disk but error message appear said " You cant open the applicant LaCie setup assistant because PowerPC applicants are no longer support". please help me how to connect my mac with Lacie??

    You do not need the Setup Assistant; in fact, you do not need any software on an external hard drive. I have two LaCie's; I erased the drive as soon as I plugged it in. You will need to format it anyway because most hard drives come Windows formatted. So, if you only want to use it with the Mac, highlight it in Disk Utility and choose Mac OS Extended (Journaled) as the format and the GUID Partition scheme under Options. While doing that, it will erase the drive (and get rid of the LaCie software) - once finished, your drive is ready to use for Time Machine or any other backup plans you have for it.

  • Problem after raising an Error message in VA01

    Requirement: I need to raise an error message when a particular item and sold to party combination is not having any live contract.
    What I did: In USEREXIT_MOVE_FIELD_TO_VBED.
    1.     XVBAP having item details
    2.     VBAK structure having header details (I will get sold to party here)
    3.     VAPMA structure having the contract detail if any contract is exist.
    Here I raised an error message and its getting raised properly.
    Problem: Once the error message came I can’t able to clear or delete that line item (in va01 screen), I am getting an error message” No item category is available” only I can go back without saving.
    And I have tried in USEREXIT_MOVE_FIELD_TO_VBAP. Here I am not able to access the contract details from VAPMA (coming as blank)
    Please help me to clear this problem

    Use the form-exit USEREXIT_MOVE_FIELD_TO_VBAP.
    You can retrieve the VAPMA data as:
      SELECT * FROM VAPMA WHERE MATNR = US_MATNR AND
                                VKORG = US_VKORG AND
                                TRVOG = US_TRVOG AND
                                VTWEG = US_VTWEG AND
                                SPART = US_SPART AND
                                KUNNR = US_KUNNR.
    You will find this code in form VAPMA_SELECT in include MV45AFDB_VAPMA_SELECT

  • TMG events and raising an error message

    I have written the code in TMG events and raising an error message for a certain condition.Whenever the error message is getting triggered it is making all the fields read only.So the user is not be able to change the value.
    Any Solutions Please.?

    Hi,
    It TMG events will be triggered after entering values in other field and -> press enter
    Follow the steps.
    Go to se11 check table maintanance check box under
    attributes tab
    utilities-table maintanance Generator->
    create function group and assign it under
    function group input box.
    also assign authorization group default &NC& .
    select standard recording routine radio in table
    table mainitainence generator to move table
    contents to quality and production by assigning
    it to request.
    select maintaience type as single step.
    maintainence screen as system generated numbers
    this dialog box appears when you click on create
    button
    save and activate table
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed2d446011d189700000e8322d00/content.htm
    One step, two step in Table Maintenance Generator
    Single step: Only overview screen is created i.e. the Table Maintenance Program will have only one screen where you can add, delete or edit records.
    Two step: Two screens namely the overview screen and Single screen are created. The user can see the key fields in the first screen and can further go on to edit further details.
    please check the link for getting information about table maintenance generator !
    https://www.sdn.sap.com/irj/sdn/advancedsearch?query=use%20of%20table%20maintenance%20generator&cat=sdn_all
    http://www.sapdevelopment.co.uk/tips/tips_tabmaint_tcode.htm
    http://www.sap-img.com/abap/create-a-table-maintance-program-for-a-z-table.htm
    Regards,
    Raj.

  • How to raise multiple error messages at a time in a BADI

    Hi all,
    I'm using CHECK method of BADI ME_PROCESS_PO_CUST for some validation in ME21N/ME22N. I want to raise multiple error message at a time, when user clicks on Check button or Save button. Please let me know, is there any function module for this or is there any particular procedure for this?
    Thanks in Advance,
    Siva Sankar.

    Hi,
    Raising messages from within BAdis is not a good choice and from the look of it , it appears to be causing a dump.
    Look if the BAdi interface has any exceptions defined for the method, if so, raise the exception with your message like:
    MESSAGE e002(sy) WITH 'Error' RAISING <badi_exception>.
    Otherwise call the FM POPUP_TO_CONFIRM To show msgs to user
    Regards
    Kiran Sure

  • Just wanted to make sure I had the most up to date version of ITunes on my desktop first.  Tried to get on site, and got an error message saying; The folder ITunes is on a locked disk or you do not have write permissions for this folder.  Help!

    Wanted to sync up my new IPhone4, and thought that I should make sure I had the most up to date version of ITunes on my desktop first.  Tried to get on site, and got an error message saying; "The folder ITunes is on a locked disk or you do not have write permissions for this folder."   Cannot get on ITunes at all now.  Help!  Thx.

    In my case its a new computer the old one was stolen and the time machine disk did not work for a restore but did for copying the info to the new mac

  • ITunes wont download the restoring software for my itouch it gets finished and gives me an error message that says the network conection timed out but it works fine what do i do?

    i tunes wont download itouch restoring sotware it gets finished and gives me an error message saying the network conection timed out but its working fine what do i do?

    I have this same problem, i though it was my internet (super slow) it would take 3 HOURS!! to download the update and then after all the waiting, it would say "network connection timed out" Ive restarted it and checked my settings over and over but it still says "timed out" wat should I do?!?

  • The adapter "SQL" raised an error message. Details "Login timeout expired".

    Hi All
    Please help me to understand "Login timeout". All feedback is welcome.
    BizTalk Server 2009 on Windows Server 2008 R2 64 bit
    SQL Server 2008 SP1 64 bit
    BizTalk Adapter Pack 2.0
    Event Viewer -> Windows Logs -> Application
    The adapter "SQL" raised an error message. Details "Login timeout expired".
    The adapter failed to transmit message going to send port "ALL.Exceptions" with URL "SQL://xxxxxxxxx/EsbExceptionDb/". It will be retransmitted after the retry interval specified for this Send Port. Details:"Login timeout expired".
    Regards
    Steve

    Hi Abhishek,
    Thank you for your input.
    I found errors in the Table [EsbExceptionDb].[dbo].[Fault] relating to the write to the target Oracle database
    Microsoft.ServiceModel.Channels.Common.MetadataException: Metadata resolution failed for OperationId:ATHENA/Table/WO_ADDITIONAL/Delete ---> System.TimeoutException: Timeout Expired     at
    The BizTalk send port timeout has been increased from 1 minute to 30 minute and all is well
    Regards
    Steve

  • HT201210 I have been trying to update to IOS 6 for 3 days now - my Iphone4S is in middle of restore and it gets so far then stops - no error  messages - the bar does not move further. it stops at different places - can anybody help please

    I have been trying to update to IOS 6 for 3 days now - my Iphone4S is in middle of restore and it gets so far then stops - no error  messages - the bar does not move further. it stops at different places -
    can anybody help please
    Kulbir

    Stewart
    This forum is for questions regarding the LabVIEW Datalogging and Supervisory Control Module. You will have more luck posting this question in the general LabVIEW forum.
    Good luck

  • On iCloud we are currently getting frequent "Contacts has stopped responding" error message. We are a small company that accesses our address book contacts off-site.

    On iCloud we are currently getting frequent "Contacts has stopped responding" error message. We are a small company that accesses our address book contacts off-site. Any solutions?

    I've deleted all future appointments from the Hotmail calendar.
    I've left the iPad overnight "thinking" about removing Calendar from iCloud and gave up this morning.
    My son has school information on the iPad.
    Please help???
    Regards,
    Anthony

  • Why do I get a start-up disk full error message?  I have 800 GB and have used approx. 249.

    why do I get a start-up disk full error message?  I have 800 GB and have used approx. 249.

    Here's the appropriate answer:
    Last login: Fri May 23 13:19:44 on console
    [la-mes883094mn:~] joannhackett% diskutil list
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *251.0 GB   disk0
       1:                        EFI EFI                     209.7 MB   disk0s1
       2:          Apple_CoreStorage                         250.0 GB   disk0s2
       3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                  Apple_HFS Macintosh HD           *249.7 GB   disk1
    [la-mes883094mn:~] joannhackett% diskutil cs list
    CoreStorage logical volume groups (1 found)
    |
    +-- Logical Volume Group 098533C8-3936-4FB1-BCB8-2FE94E6E0500
        =========================================================
        Name:         Macintosh HD
        Status:       Online
        Size:         250006216704 B (250.0 GB)
        Free Space:   16777216 B (16.8 MB)
        |
        +-< Physical Volume 9518DA81-D7D6-4D76-8B4D-1F235D8AEA3A
        |   ----------------------------------------------------
        |   Index:    0
        |   Disk:     disk0s2
        |   Status:   Online
        |   Size:     250006216704 B (250.0 GB)
        |
        +-> Logical Volume Family C1A37CDE-6624-4094-A29A-2BB706380979
            Encryption Status:       Unlocked
            Encryption Type:         AES-XTS
            Conversion Status:       Complete
            Conversion Direction:    -none-
            Has Encrypted Extents:   Yes
            Fully Secure:            Yes
            Passphrase Required:     Yes
            |
            +-> Logical Volume 7175D310-4566-455D-9C50-1BD4CCF257CE
                Disk:                  disk1
                Status:                Online
                Size (Total):          249670668288 B (249.7 GB)
                Conversion Progress:   -none-
                Revertible:            Yes (unlock and decryption required)
                LV Name:               Macintosh HD
                Volume Name:           Macintosh HD
                Content Hint:          Apple_HFS
    [la-mes883094mn:~] joannhackett% mount
    /dev/disk1 on / (hfs, local, journaled)
    devfs on /dev (devfs, local, nobrowse)
    map -hosts on /net (autofs, nosuid, automounted, nobrowse)
    map auto_home on /home (autofs, automounted, nobrowse)
    map -fstab on /Network/Servers (autofs, automounted, nobrowse)
    localhost:/4OM-aHuM-mGML9PliXARLB on /Volumes/MobileBackups (mtmfs, nosuid, read-only, nobrowse)
    [la-mes883094mn:~] joannhackett% df -m /
    Filesystem 1M-blocks   Used Available Capacity  iused   ifree %iused  Mounted on
    /dev/disk1    238104 227599     10255    96% 58329357 2625394   96%   /
    [la-mes883094mn:~] joannhackett%
    As for the 251 disk, what is this?  I assume it's the wrong kind of memory?  Thanks, Jo Ann

  • How can I stop from getting the "Firefox is already running" error message when trying to open links and FF has already been opened through a symbolic link?

    I use symbolic links and program shortcuts as a way to easily open different Firefox profiles ie. one for casual/personal use and another for work. This works well, but I get the "Firefox is already running, but is not responding" error message if I try to open external links with FF as my default browser. FF is actually open and running fine, but I guess it doesn't acknowledge this fact because of how I'm originally starting the process.
    I wasn't able to add the symbolically linked executables to the default program pane. Is there a way to bypass this error or other way to fix this?
    The solution to the question linked below is what I'm using to open the different FF profiles.
    http://superuser.com/questions/255312/pin-same-app-multiple-times-in-windows-7

    hello, this is probably happening when you run the default profile with the -no-remote switch.
    http://kb.mozillazine.org/Profile_in_use

  • When I went to back up my MacBook to an external hard drive, an error message said the backup could not be completed because an error occurred when creating the backup folder.

    I used a backup hard drive for my previous PC, but I have not done a backup on my MacBook yet, which I got this summer. When I hooked it up to my computer, it started the backup fine, and then my computer went to sleep, and so I closed it to let it back up overnight. The next morning I saw that it had been interrupted, and that an error occurred; the backup could not be completed because there was an error in creating the backup folder. I'm not sure what to do now because my data has been erased off of my hard drive now to prepare for the backup on my MacBook, but will I be able to use this hard drive again? Will the error message always come up?  Is there anything I can do to fix it?

    I am always suspicious of using a different OS to the one that was used to run the backup.. ie if you used Snow L to backup then there is absolutely nothing wrong with using SL to restore.
    Mount the TC sparsebundle and verify it using disk utility.
    A5 here. http://pondini.org/TM/Troubleshooting.html
    You might also like to load the widget in Time Machine so you get whatever the full error message is..
    I cannot find any reference to the error code you are getting..
    My recommendation would be to try it on a different computer.. restore the whole backup to an external drive large enough to accept the whole backup.
    Use the manual methods pondini recommends.
    http://pondini.org/TM/FAQ.html
    Q16 17
    Use ethernet only. Turn off wireless so it does not enter the situation.

Maybe you are looking for