Invalid procedure Apex_session_info

Hello

I found an invalid procedure in my diagram. It's apex_session_info. I did not create.

Code is below:

create or replace procedure apex_session_info

as

number of l_security_group_id;

Start

apex_application.g_flow_id: = 107;

If wwv_flow_custom_auth_std.is_session_valid then

HTP.p ('Session is valid.');

apex_custom_auth.set_session_id (apex_custom_auth.get_session_id_from_cookie);

apex_custom_auth.set_user (apex_custom_auth.get_UserName);

l_security_group_id: = apex_application.get_current_flow_sgid (apex_application.g_flow_id);

HTP.p ("security < br > Found = group id ' |") l_security_group_id);

wwv_flow_api.set_security_group_id (l_security_group_id);

HTP.p ("< br > Security GID = ' |") wwv_flow_api.get_security_group_id);

on the other

HTP.p ('Session is NOT valid.');

end if;

When I try to compile, I get this error:

  • Error (14,45): PLS-00302: 'GET_CURRENT_FLOW_SGID' should be declared

I have no number 107 demand.

What should I do? Is this an obsolete procedure that I can drop off safely? I'm under APEX 5.1

Thank you very much for your help!

Chipniz wrote:

I found an invalid procedure in my diagram. It's apex_session_info. I did not create.

Code is below:

create or replace procedure apex_session_info

as

number of l_security_group_id;

Start

apex_application.g_flow_id: = 107;

If wwv_flow_custom_auth_std.is_session_valid then

HTP.p ('Session is valid.');

apex_custom_auth.set_session_id (apex_custom_auth.get_session_id_from_cookie);

apex_custom_auth.set_user (apex_custom_auth.get_UserName);

l_security_group_id: = apex_application.get_current_flow_sgid (apex_application.g_flow_id);

HTP.p (')
Find the security group id = ' | l_security_group_id);

wwv_flow_api.set_security_group_id (l_security_group_id);

HTP.p (')
Security group ID = ' | wwv_flow_api.get_security_group_id);

on the other

HTP.p ('Session is NOT valid.');

end if;

When I try to compile, I get this error:

  • Error (14,45): PLS-00302: 'GET_CURRENT_FLOW_SGID' should be declared

I have no number 107 demand.

What should I do? Is this an obsolete procedure that I can drop off safely? I'm under APEX 5.1

Probably tell you APEX 5.0.1?

This seems to be a version of a procedure posted in a previous thread on this forum: get and set session Apex standalone procedure values

It may have been created by another developer, or maybe installed by a plug-in. The undocumented apex_application.get_current_flow_sgid function has been removed in 4.2 APEX.

As it is not possible to compile this procedure in an APEX 5.0 installation, it should be deleted. Regardless of whether she is abandoned or left in an uncompiled State, an error occurs in any application that uses it. You must ensure that none of your applications to refer to the procedure by using the database object dependencies report and/or the consultant with the filter option is valid SQL or PL/SQL Code .

Tags: Database

Similar Questions

  • fax from Windows 7 on x 64 gives script error, line 2107 1 tank invalid procedure call error or argument, res//ieframe.dll/preview.js URL, know a fix for this?

    fax from Windows 7 on x 64 gives script error, line 2107 1 tank invalid procedure call error or argument, res//ieframe.dll/preview.js URL, know a fix for this?  Worked very well for server 2008r2.

    Hello

    1. you have recently installed Internet Explorer 9?

    If Yes, consult the following link:

    http://social.technet.Microsoft.com/forums/en-us/ieitprocurrentver/thread/b50f867e-3f67-4714-856A-59891fced4b9

    Let us know if the problem is solved or not.

  • Invalid procedure after alter table add &lt; column &gt;

    Hello Experts,

    I was faced with a situation where I add a column in a table that is used in a procedure, immediately after the addition of the new procedure associated with this table column becomes invalid.

    Can someone explain please know why this happens.

    Database version:-11.2.0.4.

    I was faced with a situation where I add a column in a table that is used in a procedure, immediately after the addition of the new procedure associated with this table column becomes invalid.

    Can someone explain please know why this happens.

    Yes - the Oracle documentation explains this. I found this doc with a simple search of "column, add the oracle 11g invalid procedure.

    http://docs.Oracle.com/CD/B28359_01/server.111/b28318/dependencies.htm#CHDJIIFC

    Table 6-2 , shows how objects are affected by changes to other objects upon which they depend.

    Table 6-2 operations affects this object status

    Operation Where the status of dependent objects

    ALTERTABLEtableADDcolumn

    INVALIDWhen:

    • Uses of the object (except a view)-dependent SELECT * on table .
    • Dependent object uses table %rowtype .
    • Dependent object performs INSERT on table without specifying a list of columns.
    • Dependent object references table in the query that contains a join in SQL.
    • Dependent object references table in the query that refers to a PL/SQL variable.

    Otherwise, no change.

    Read the WHOLE ARTICLE and see if it does not have to explain your problem.

  • FDM batch Loader - error 5: Invalid procedure or augument - parallel process call

    Hi guru FDM.

    I am using FDM version 11.1.2.1. I try to use the function in the FDM of FDM batch workbench and received the following errors:

    * Start the journal entry for the Runtime Error FDM [2013-06-18 18:32:54] *.

    -------------------------------------------------------------

    ERROR:

    Code............................................. 5

    Description... Argument - parallel process ID or 0 = Invalid procedure call

    Process... clsBatchLoader.ExecuteProcessShell

    The component... upsWBatchLoaderDM

    Version.......................................... 1112

    Thread........................................... 42428

    * Start the journal entry for the Runtime Error FDM [2013-06-18 18:32:57] *

    -------------------------------------------------------------

    ERROR:

    Code............................................. 1000

    Description... Parallel process [1] shell could not start

    Process... clsBatchLoader.mFileCollectionProcessParallel

    The component... upsWBatchLoaderDM

    Version.......................................... 1112

    Thread........................................... 42428

    -Lot controls in the FDM workbench are as follows:

    Batch type - Standard

    Level of process - import

    Process method - series (I tried both serial and Parallel)

    Filename delimiter - _ (underscore stroke)

    -Batch file names follow the instructions in the Administrator's guide - < version > _ < location > _ < category > _ < period > _RR.txt (e.g. 1_TESTING_ACTUAL_Q1 - 2012_RR.txt)

    -J' also checked and the FDM data in the shared drive folder comes with a complete access control (read/write).

    -Batch files have been moved to another file sibiling as OpenBatch with a unique name, but the data could not import into the locations.

    -J' also created and launched the script from a web client and the batch workbench.

    I look at what has gone wrong... I want to ask you expert advice. Any help would be appreciated, thanks in advance!

    Hi all

    Thanks a lot for all your response. This issue is resolved as soon as possible and I want to just share what we have done and close this post.

    By my team, the FDM Task Manager has not been configured properly for the loader commands to run. Therefore,.

    1. to configure the FDM Task Manager

    For the file name, such as we would use the description for the period (e.g. T1 - 2012), so

    2. we need to enable the setting "Allows a description custom period." (in the Admin--> Configuration); and

    3. put the spaces between Q1-2012 in file naming for batch loading (for example, we cannot put ___Q1 2012.txt, must be ___Q1 - 2012.txt)

    The batch charger works fine now.

  • Argument or invalid procedure call #5 - XMLExporter - error

    I can't seem to overcome this error:
    Argument C:\temp\Larry1.mdb Database Schema Export or invalid procedure call #5 - XMLExporter - error was not entirely successful.

    Oracle SQL Developer (3.1.07) Build HAND - 07.42
    Windows XP - 5.1 Build 2600.xpsp_sp3_gdr.111025 - 1629 Service Pack 3
    Access 2002 (10.4302.4219) Service Pack 2
    Tools > References:
    Visual Basic for Applications
    Microsoft Access 10.0 object library
    OLE Automation
    Microsoft DAO 3.6 object library
    Microsoft ActiveX Data 2.5 Library Ojbects

    Larry1.mdb is a new MDB created for this test, with a table and nothing else.
    Table: person
    Columns:
    Primary key, automatic numbering
    Text 50 name
    Age number (Long integer)

    Any suggestions?

    Larry,

    I did research on this error and can only recommend to read some other forum discussions in the hope that they give you help:

    https://KR.forums.Oracle.com/forums/thread.jspa?MessageID=4176175

    Try using the MS Access Migration

    Argument or invalid procedure call #5 - XMLExporter - error.

    If this does not help I suggest you open a Service request with Oracle Support so that you can upload your file mdb for further investigation.

    Concerning
    Wolfgang

  • Invalid procedure call

    Answer the question below guys and indicate what the correct option

    Assuming that the procedure exists that one is a valid procedure call?

    (a) RUN check_empname (false);
    (b) check_empname;
    (c) EXEC check_empname();
    (d) check_empname(v_test,100);

    Thanks in advance
    Uraja

    Uvaraja wrote:
    Answer the question below guys and indicate what the correct option

    Assuming that the procedure exists that one is a valid procedure call?

    (a) RUN check_empname (false);

    Valid. For example

    SQL> create or replace procedure FooProc( b boolean ) is begin null; end;
      2  /
    
    Procedure created.
    
    SQL> execute FooProc(false)
    
    PL/SQL procedure successfully completed.
    

    (b) check_empname;

    Valid - if performed from another function or PL/SQL procedure. (it must be wrapped in an anonymous block for the customer call)

    (c) EXEC check_empname();

    Valid. Assuming that the procedure has no signature parameter. For example

    SQL> create or replace procedure FooProc is begin null; end;
      2  /
    
    Procedure created.
    
    SQL> exec FooProc();
    
    PL/SQL procedure successfully completed.
    

    (d) check_empname(v_test,100);

    Valid if the call is made from an other PL/SQL stored procedure or function - assuming that the parameter signature is correct and the variable local v_test passed to the procedure has a data type invalid (or implicit data type conversion is successful).

  • Line 12__Error: Invalid procedure call or argument

    Snap on Jscript runtime error is what is appears if I click Yes to a question, asking me if I want to debug the Web page.

    I do not understand this, and all I want is to solve the problem.

    Some web pages incorporate scripts and they will try to work in your browser (e.g. Internet Explorer).
    If there is a problem with the script, Internet Explorer and/or Windows displays a message and ask if you want to debug the script.
    Unless you are the author of the script, you cannot debug the script and unless you are a writer and a script debugger, you probably have no interest for debugging, but the author of the web page may be interested.
    You can turn off script debugging feature in your browser, so it appears the annoying message or you can disable the Microsoft Debug Manager all together.
    In Internet Explorer, click on tools, Internet Options, advanced, and check the box:
    Disable script debugging
    Restart your system and visit the web page again to make sure that the fit sticks...

    Do, or do not. There is no test.

    I need YOUR voice and the points for helpful answers and propose responses. I'm saving for a pony!

  • Notification by E-mail FDMEE script error! Invalid Argument or procedure call

    Hello FDM gurus.

    I tried to write a script to set e-mail notifications when the FDMEE process fails on step validate. I tried to recreate my script as much as possible, but I am unable to know is wrong with the script. The FDMEE script notification by e-mail administrator's guide is not correct, as most of the APIs mentioned FDM and not for FDMEE. Ask you please check the below script and him point that does not.

    I put the script in the AftValidate event below. I don't know if I should not be implemented as event scripts.

    I am currently getting an error "Invalid procedure call or argument: «objFDMAPI.API.MaintenanceMgr.fProcessStatus»»

    My script:

    '************************************************************************************

    ' REVIEW OF THE INPUT PARAMETERS

    '************************************************************************************

    If WScript.Arguments.Count <>5 then

    WScript.Echo "You must provide 5 DURATION variables." & vbNewLine & "use: HFM_LOAD.vbs LoadID CSS_Token OracleInstancePath JavaHomePath OLE_DB_PROVIDER.

    WSCript.Quit - 1

    On the other

    LoadID = WScript.Arguments.Item (0)

    CSSToken = WScript.Arguments.Item (1)

    OracleInstancePath = WScript.Arguments.Item (2)

    JavaHomePath = WScript.Arguments.Item (3)

    Provider = WScript.Arguments.Item (4)

    End If

    '************************************************************************************

    'Initialize FDMEE VB API.

    '************************************************************************************

    Set objFDMAPI = CreateObject ("fdmapi.clsAppServerDM")

    WScript.Echo 'FDMEE VB API created.'

    blnInit = objFDMAPI.fInitializeMainAPI (CStr (LoadID), CStr (CSSToken), CStr (OracleInstancePath), CStr (JavaHomePath), CStr (Provider))

    If blnInit then

    WScript.Echo "FDMEE VB API initialized."

    On the other

    WScript.Quit - 1

    WScript.Echo "fInitializeMainAPI failed."

    End If

    WScript.Echo CBool (True)

    '************************************************************************************

    Dim objProcessStatus

    Dim lngStateCheck

    Dim strFromAddress

    Dim strToAddress

    Dim strSubject

    Dim strEmailMsgLine

    Dim objMsg

    Dim objConfig

    Dim intSendUsing

    Dim strSMTPServer

    Dim intSendPort

    ' Message content Variables

    strToAddress = " " [email protected] ; [email protected] "" "

    strFromAddress = " " [email protected] " " "

    strSubject = "FDMEE Validation failed"

    strEmailMSGLine = 'Failure of Validation - Log of process FDMEE Check - for Details'

    "Check for location

    If objFDMAPI.API.State.LocName = "United States" or objFDMAPI.API.State.LocName = "Canada" or objFDMAPI.API.State.LocName = "Mexico" Then

    strLoc = objFDMAPI.API.State.LocName

    ' Initialize process status

    ' lngStateCheck = 12 ' Validation failed

    "Check the status of LoadID

    Set objProcessStatus = objFDMAPI.API.MaintenanceMgr.fProcessStatus (objFDMAPI.API.State.LocName, objFDMAPI.API.State.CatName, objFDMAPI.API.State.Period)

    If objProcessStatus.blnTBVal = false Then

    strSubject = strSubject & strLoc

    strEmailMSGLine = strEmailMSGLine & strLoc

    strSMTPServer = 'mail.abc.com '.

    ' CdoSendUsing enumeration-1 = use smtp on the local computer, 2 = use smtp via network

    intSendUsing = 2

    ' SMTP port on the server

    intSMTPPort = 25

    'Create the CDO configuration object '.

    Set objConfig = CreateObject ("CDO. Configuration")

    "Set the parameters of the Config object

    With objConfig.Fields

                    . Agenda ("http://schemas.microsoft.com/cdo/configuration/sendusing") = intSendUsing

                    . Agenda ("http://schemas.microsoft.com/cdo/configuration/smtpserver") = strSMTPServer

                    . Agenda ("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = intSMTPPort

                    . Agenda ("http://schemas.microsoft.com/cdo/configuration/smtpconnectiontimeout") = 10

    . Update

    Ends with

    'Create the CDO message object '.

    Set objMsg = CreateObject ("CDO. Message")

    'Assign to the configuration of the message config object object property.

    Set objConfig = objMsg.Configuration

    "Set the Message subject and send mail

    With objMsg

    . To = strToAddress

    . From = strFromAddress

    . Subject = strSubject & strLoc

    . TextBody = strEmailMsgLine & strLoc

    . Send

    Ends with

    On the other

    WScript.Echo "Success Validation".

    End If

    ' End with

    End If

    'Destroy objects of message '.

    Set objMsg = Nothing

    Set objConfig = Nothing

    objFDMAPI.Dispose

    Set objFDMAPI = Nothing

    I am able to receive notifications by e-mail without the API. Ask you to help and guide me. Thanks in advance

    Vikram

    Delete this line

    strPer = FormatDateTime (strPer, 2)

    just use the name of period and do not scan.

    In any case, I would say that you start with simple code. I just joined the code for AftValidate.

    If you start with simple code that troubleshoot you more quickly.

  • Procedural errors

    Dear people

    I'm checking invalid procedures in my diagram
    select  * from  user_objects where    status != 'VALID' order by     object_name
    I had Find_emp_info procedure but when I checked contained errors in the
    select * from sys.USER_ERRORS where  type = 'PROCEDURE'
    But I did not get any info on that, can you please explain why it does not show.

    Thank you very much

    Newbie says:
    Dear Marwim, Paul and people

    What is a DDL action?

    It was all answered in the other posts. Yes, like editing a table DDL will be invlaidate a procedure: it does not mean there are errors.

  • Calling a procedure

    Hello
    I am trying to call a procedure in a different package and I get the following error:

    ORA-06508: PL/SQL: called program unit is not found

    I executed the following command to see if the procedure that I'm calling is INVALID:

    SELECT object_name, object_type, created, last_ddl_time, status from user_objects where status! = 'VALID ';

    I don't see my invalid procedure. Any other reason why my procedure is unable to find the other package procedure.

    My code is as follows:

    CREATE or REPLACE PACKAGE BODY DEV2.email_p as

    PROCEDURE to send)
    pSender VARCHAR2,
    precipients VARCHAR2,
    CCP VARCHAR2,
    -pbcc VARCHAR2,
    psubject VARCHAR2,
    pMessage VARCHAR2,
    pnumattach NUMBER,
    pnoteid NUMBER)
    IS
    p_blob BLOB;
    p_filename VARCHAR2 (200);
    p_filetype VARCHAR2 (200);
    p_noteid NUMBER;
    p_date VARCHAR2 (200);
    p_currSeq NUMBER;
    NUMBER of p_currSeq2;
    utl_smtp conn. CONNECTION;
    I have SEVERAL;
    j NUMBER;
    Len NUMBER;
    Temp NUMBER;
    p_bcc VARCHAR2 (500);

    BEGIN
    IF pnumattach > = 1
    THEN
    -THIS IS WHERE I GET THE ERROR MESSAGE. MY PROCEDURE IS UNABLE to CALL SEND_EMAIL_HELPER.begin_mail
    Conn: = SEND_EMAIL_HELPER.begin_mail)
    sender = > psender,.
    recipients = > precipients,
    subject = > psubject,
    mime_type = > send_email_helper. MULTIPART_MIME_TYPE);

    () SEND_EMAIL_HELPER.attach_text
    Conn = > conn,.
    data = > pmessage,.
    mime_type = > ' text/html');

    j: = 1;
    Temp: = pnumattach;
    p_currSeq2: = 0;

    Blob_data SELECT ON accessory FROM p_blob WHERE attachment_pk = 685;
    SELECT file_name ON accessory FROM p_filename WHERE attachment_pk = 685;
    Mime_type SELECT ON accessory FROM p_filetype WHERE attachment_pk = 685;

    () SEND_EMAIL_HELPER.begin_attachment
    Conn = > conn,.
    mime_type = > p_filetype,
    Online = > TRUE,
    filename = > p_filename,.
    transfer_enc = > 'base64');

    i: = 1;
    Len: = DBMS_LOB.getLength (p_blob);

    WHILE (I < len)
    LOOP
    IF (i + SEND_EMAIL_HELPER. MAX_BASE64_LINE_WIDTH < len) THEN
    UTL_SMTP. Write_Raw_Data (conn,
    UTL_ENCODE. Base64_Encode)
    DBMS_LOB. SUBSTR (p_blob, SEND_EMAIL_HELPER. MAX_BASE64_LINE_WIDTH, i)));
    ON THE OTHER
    UTL_SMTP. Write_Raw_Data (conn,
    UTL_ENCODE. Base64_Encode)
    DBMS_LOB. SUBSTR(p_blob,_(Len-i) + 1, i)));
    END IF;

    UTL_SMTP. Write_data (conn, UTL_TCP. CRLF);
    i: = i + SEND_EMAIL_HELPER. MAX_BASE64_LINE_WIDTH;
    SEND_EMAIL_HELPER.end_attachment (conn = > conn);

    END LOOP;

    SEND_EMAIL_HELPER.end_mail (conn = > conn);

    ON THE OTHER
    BEGIN
    p_bcc: = NULL;
    UTL_MAIL. Send (psender, precipients, CCP, ", psubject, pmessage);

    EXCEPTION
    WHILE OTHERS THEN
    Insert in sampletable (empname) values ("is there a problem");
    END;
    END IF;

    EXCEPTION
    WHEN NO_DATA_FOUND THEN
    INSERT into sampleTable (empname) values (p_currSeq2);
    ns.returnError ('EMAIL_P.send - 001', substr(sqlerrm,1,500));

    WHILE OTHERS THEN
    INSERT into sampleTable (empname) values ("another error");
    ns.returnError ('EMAIL_P.send - 002', substr(sqlerrm,1,500));

    END send;

    Looks like you're fails on the connection to the smtp server. It is not the call to begin_mail which is a failure, but the call of utl_smtp.open_connection which is probably called by the begin_session function that calls the begin_mail function.

    If begin_session in your package is defined as follows:

      FUNCTION begin_session RETURN utl_smtp.connection IS
        conn utl_smtp.connection;
      BEGIN
        -- open SMTP connection
        conn := utl_smtp.open_connection(smtp_host, smtp_port);
        utl_smtp.helo(conn, smtp_domain);
        RETURN conn;
      END;
    

    What is the value of the smtp_domain variable?

    In the DEMO_MAIL package that it is declared in the package spec, so I'm expecting something similar is declared in your spec package as well. If this value is null, you must set first before opening your connection:

    SEND_EMAIL_HELPER.smgp_domain := 'yourdomain.dom';
    
  • No one here no matter what good with Microsoft Access

    I have a project I'm train for work and it was written in Access. I have no problem to open it at work. If I try to open it on my laptop, I get "error in kc_Decrypt (2): 5 - invalid procedure call or argument". When you open the file on the computer portable mt, the security warning will appear warning me that the file may contain code to you harm the computer, then when I click ok to open the file, because I know what it is and that it is safe to open, I get the error in kc_Decrypt (2): 5 - invalid procedure call or argument. If I press OK 47 times the error disappears and the file opens. Once it opens, when I try to use one of the functions of the database, the same error comes back upward. Any help you can give will be greatly appreciated.

    Hello

    visited the Microsoft support forum? Since this is a user to user Toshiba forum I don't know if anyone here has a clue about this issue.

    I think it would be better to check the Microsoft technical support for help about your problem.

    See you soon

  • printing script in ie9, Windows 7 error

    I have a laptop G62-367DX, Windows 7, IE9 and cannot print from IE.  I can print from other programs.  Get the script in iE9, line 2053, error Char 1, error: argument, Code or invalid procedure call: 0, URL: res://ieframe.dll/preview.js

    The problem is caused when Windows creates the profile of the printer in the control panel that is not properly it create with drivers.

    We will not completely uninstall all HP software, instead we will remove the corrupted Windows printer profile and reinstall.  Total time for this on an average computer is about 5-10 minutes to repair completely (including rebooting).

    1) navigate Menu start > devices and printers or Start Menu > Control Panel > printers

    (2) select every profile of the printer to the printer with a problem, and then select remove device/printer.

    (3) restart

    4) go to the Start Menu > all programs > HP > insert model # here > adding printer (or Assistant)

    (5) follow the installer prompts to reinstall the printer profile and it recreates the Windows printer.

    (6) run HP update tool in the start menu > all programs > HP if your printer install, reset later if necessary.

    (7) test printing google.com (uses very little ink when the test page comes out).

    I would like to know if you have any questions or problems.

    Thank you

    Dan

  • Error 1720. There is a problem with this windows package install. a script required fpr this installation to complete could not be run.

    Error 1720. There is a problem with this windows package install. a script required fpr this installation to complete could not be run. Contact your provider to support personal or package. action Coustom DelAppData error script-2146828283. Argument or appeal of Microsoft VbScript runtime error: invalid procedures: "Left" line 22, column 1.

    Contact the technical support for the program that you are trying to install. MS - MVP - Elephant Boy computers - don't panic!

  • Code 800A 0005

    Hello

    I don't know if it's the right place but, l am trying to install HP Support Assistant on my HP G70-212EM Notebook PC (Windows Vista), without much success. It crosses all the installation process, until the end, when he says that it has been installed correctly. During installation, 2 error messages developed. One says:

    Windows Script Host

    Script: C:\swsetup\SP50843\HPHASInstall.jse

    Line: 425

    Char: 2

    Error: Argument or invalid procedure call

    Code: 800A 0005

    Source: Microsoft JScript runtime error

    The second error message that is towards the end of the installation, States:

    HPHASUtil has stopped working

    The HP icon is on my desk, and when l click on it, it opens but l when I try to use "Get Assistance", it does not load. An orange flashing "Loading" appears, but it does not. I hope someone can help me with this, as I have several problems that need solving.

    Contact HP support or start a new thread in this forum: http://social.answers.microsoft.com/Forums/en-US/vistaprograms/threads ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • Failed to copy or print web pages in windows 7 - Script error

    Original title: failed to copy or print web pages in windows 7

    Al I get is,

    An error occurred in the script on this page.

    Line: 2432

    Char: 1

    Error: Argument or invalid procedure

    Code: 0

    URL: res://leframe.dll/preview.js

    Can anyone solve this problem

    Peter Wilson abc

    Hi Peter,.

    1. what browser you use on the computer?

    2 has there been any changes made on the computer before the show?

    If you use Internet Explorer, you can see the links and try to solve the problem:

    You receive a script error and are unable to print from Internet Explorer 9

    How to resolve script errors in Internet Explorer on Windows computers

    Let us know the results.

    Hello someone,.

    Followed the links and successes, printer works but get the error on the page, I have disabled script error in internet explorer, printer removed, pull the USB out, then once again, re-installed the printer and hey presto it works.

    Thanks for your help

    Peter Wilson abc

Maybe you are looking for

  • HP 50 G backup restore

    Hello I have already backed up my HOUSE on my HP 50 G and it now resides on the SD card as 3D: 'HOME1 '. I had to reset the default calculator due to variable error, I couldn't serve. However, how to restore backup 'HOME1' calculator? I have checked

  • Need drivers and manual for Satellite Pro 4360

    Hellopower led flashes after passage and the laptop does not start.Who knows where to find manual for Satellite Pro 4360? and where you can find drivers for windows 2000? TX, michtec

  • SYSTEM IMAGE BACKUP. WINDOWS 8.1

    Good day experts. When executing "Backup of System Image" Windows 8.1, I get the error message attached: -. I ran SIB once successfully since the upgrade to 8.1, but the second time I'm trying to backup, I get the error message.  I tried to format my

  • Security computer analyzed online company and the computer is not the same as before.

    Original title: microsoft tech 35? I had a security scan my computer online company, they said they found like 35000 problems. They said that many of them were only a technician 35 microsoft able to solve questions. I told them that I wanted my money

  • Centro sync problems!

    I'm trying to sync my Centro.  I've done it before, but all of a sudden my calendar will not be synchronized.  It simply says the newspaper "calendars sync Outlook failed.  Everything syncs.  Clues?  I tried a soft reset, but it did not work.