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!

Tags: Windows

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.

  • 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).

  • 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.

  • 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.

  • How to call a procedure with two arguments.

    Hello
    I have a procedure with two arguments, IE. MyProcedure (p1 in numbers, p2 in number) to display an image blob.
    How can I call this image blob in the url.
    I tried http://127.0.0.1:7777/pls/apex/SCHEMA.myprocedure?p1=1 & p2 = 2, but it does not work...
    Thank you
    Vincent

    Vincent,

    As long as you've got the possibility to execute the procedure and there is no space in the url and you have not misspelled the names of parameters then it looks right.

    Here is a link to a procedure to download a file that takes two parameters.

    http://mywebsite.com/pls/htmldev/schema.package.function.download_file?p_session_id=1221970786026206&p_seq_id=724

    See you soon,.

    Janet Tyson

  • Forms 11 g-error during the compilation of pl/sql block having retained a procedure call

    Hello

    I'm getting following error in trying to compile a when the button trigger pressed with a stored procedure call forms 11g R2

    Error on line 0...

    Declaration ignored

    Forms a button trigger (when the button pressed)

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

    do_nothing;

    Stored procedure: (10g R2 database)

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

    create or replace procedure do_nothing AS

    BEGIN
    NULL;

    END do_nothing;

    Note: This procedure works for sql as SQL Developer or plu sql tools.

    Concerning

    user10503016 wrote:

    After validation of this request, I did some tests more and found Forms 11g R2 need a minimum version of database - 10.2.0.4. Is that the reason?, because my version of the database is 10.2.0.1.

    Yes, one of the reasons.

    Hamid

  • Data type error invalid when calling my webservice using UTL_HTTP. To write


    Hello

    I created a web service to create and send emails.  My webservice works fine when I'm calling all java applications.  But when I do the same thing in PL/SQL, whenever I try to attach a file (essentially, a photo in my test), I got an error:

    ORA-29273: HTTP request failed

    ORA-06512: at "SYS. UTL_HTTP", line 1527

    ORA-29261: wrong argument

    ORA-06512: at line 933

    ORA-06502: PL/SQL: digital error or error on a value

    29273 00000 - "the HTTP request failed.

    * Cause: The UTL_HTTP package cannot run the HTTP request.

    * Action: Use get_detailed_sqlerrm to check the detailed error message.

    Correct the error and restart the HTTP request.

    It says "bad argment" and I do not have access to the source code, so I don't see what is happening.  The same code run fine when I take the photo.

    DECLARE


    t_http_req utl_http.req;
    t_http_resp utl_http.resp;


    t_request_body CLOB.
    t_respond varchar2 (30000);

    t_start_pos integer: = 1;
    t_output varchar2 (2000);

    l_raw_data RAW (4000);
    l_clob_response CLOB.

    l_buffer_size NUMBER (10): = 100;


    t_buffer VARCHAR2 (1024);

    l_size NUMBER;


    Start
    Start

    Dbms_output.put_line ('start');

    / * Build the information you want to send to the Web service.
    This should normally be in a xml structure. But for a REST.
    WebService, it is not mandatory. I need webservice
    call except plain test.*.


    t_request_body: = ' {'Properties': {'þtitle': ' Who do you hear me Han - Byul Pak? ","þtexte":" Hello þnom, < br / > < br / > you've always wanted, create with people of different culture privileges? "}}

    Here's your chance, l "South Korean actress Han-Byul Pak wants to get in touch with you þraison in d forecast" a future role.  If you are interested, please respond to this message þfin. "< br / > < br / > < p align =------"right\"> thanks for your attention < /p > ',' þhtml ':" < h1 align = \ "center\" > Han-Byeol Pak < / h1 > < br / > < table border = "0" cellspacing = "1\" \ \ > < tr > < td > < img src = \ "cid:phb4." "{PNG\" > < table > < /tr > < / table > "}, 'content': null,"title":" Who do you hear me Han - Byul Pak? ", 'myEvents': [], 'massive': true, 'agenda': false, 'from': ['[email protected] ',' D G",'[email protected]',' G T",'[email protected]',' K N" "], 'to': ': ['[email protected] ','" D G ",'[email protected]',' G ','[email protected]','" K N "], 'cc': null,";
    t_request_body: = t_request_body | ""BCC": null,"mailTemplateName":"complexeXML","sources": {"phb4. " PNG":"iVBORw0KGgoAAAANSUhEUgAAAIUAAABaCAYAAACWspXGAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAB3RJTUUH3QcEDhMVWZpmZQAAAAd0RVh0QXV0aG9yAKmuzEgAAAAMdEVYdERlc2NyaXB0aW9uABMJISMAAAAKdEVYdENvcHlyaWdodACsD8w6AAAADnRFWHRDcmVhdGlvbiB0aW1lADX3DwkAAAAJdEVYdFNvZnR3YXJlAF1w/zoAAAALdEVYdERpc2NsYWltZXIAt8C0jwAAAAh0RVh0V2FybmluZwDAG+aHAAAAB3RFWHRTb3VyY2UA9f+D6wAAAAh0RVh0Q29tbWVudAD2zJa/AAAABnRFWHRUaXRsZQCo7tInAAAgAElEQVR4nKS8eZRkyVXm+TOzt/oa+5qREblXpmpRSbVXqSShBQECSTTT7Ez3wDC0TnezTEtoaHpG5/QMrZ4B+gia4dA0y2EapGKgRUuA0FKS0FaqKtWiqsyq3PeIjD18f6uZzR/P3TMiqySdES/OO+7h7hH+ntln1+797nev+OzjX7RCCLIsw/d98jzHcRyMMRhj2H0IIYbPpbXYbofQc7FSkOqcTIHjexgBWZ6jsbiui8SQpxnSgus4SG3JsgxHSQAsYs/3GFG8LqTTf1/ueR1AS0PPdHnh5ZP8u//j11hcXKQclNjZ2UEnKe/83u/j+77nnZBrQsfDFZI0TnClInADEmtJXZdMCDC2uCeji8f+ 5Zgko1QqYYxBa43neBhjSJIE5UiEAiHscGysta84geHj7nEUQgzv65sdt/7d7iOTiliGaAsuOQEWnxyRJXhS4TkKT0qibhNJgo53mBz1ufDyc4QqY2zhGGvOIXpyBBvnBI6LyhWB6yE2t1oWGIJCa41SCmMMUso9QNh9U9JaqpUSaIPNMxKTowUo1 ';
    t_request_body: = t_request_body | '8EKgcEiHIUUYPKcNElAGzzHRQpBnqcErrcLCCCtxPS/zgJa228KCisMXuCRkhKnMb/2a7/GyZMn+YHveydPPvkk/+E3fpPQL6EsKATCWNAGjEVaSY7AqYbo/ncZA8IA1hSfxWA1+L6L1hatNa5ysJZijFxFrlNg78LZPZm+739ToBQDqb5jUGghyYQi0yBNhiuAPEenCcJqHCmIO23qFRc3lECHztnnuPTS05SdnIOvexQ99yBJOE3U6iFyUFoghMIZTLwxBqUU1tohGJRSe0Cxx1IgSDNNlmXkWiOURMniIpEWpRRRJ8JxnOLvhEK5Lo7rIqVEuh69XoToD6oFhJXYXRj0/ZDdw7J7CI1QWJ3hKsHGZpP/84MfAuDf//q/59qla1y9fI2Di0vgumS5RVhLGIZgLEma4roe7U6EEeAIiRS2eJQSKQUSQaY1WZr2rSbkad6fSwe0wVEeBj2cwMH4DCxBFCd7JvcVoCD/jkEhAKFzHGNACoTrg+MgValYtI5ibKyO1B3o3ACzw/KZJzDbFzCmS+O8Q6bGcPf5SMfgeA6BG5Bn4GRZxmD7kFKS5znWWowx5Hm+BwyDm4X++pCCzGgc4eC7LlYI8iQtPutJfDfoD7LEWgetNVGSkeYZOsupV6rfclCiOP6W70sFWZZwcG6Rc+fPcOTwMd78hkf5jQ/9OocWl8BKlHDITVJMiBAYYcmxSGGoVcL+ANtiC7EaYzRog7GWwHXJco3jSKxQxHGKNeAohVCCKIkBs2fyBmO0e8y+mcX9VpP+ 7d6X1hCUQkhjEm0wAlJjSHSOtgaV5zS3t/FthxHayGiVkmlQ9RJUd5trL3yJO173PeBk9OIOnWZELD0MArG903mFTzGwGK+G/sGpBRjfw1iLEgJHUgA/NzhC4rmQJRqEBSEQff8hx6L76z9PUl45VDcPz/OGA3DrIQDfcWm3GnhugPIUvV5MrV7lytVrfOxjf8nP/8IvYABtCvMvlByCXQkwa';
    t_request_body: = t_request_body | 'YIUAkeAlBLVdybkYC6UQ54kOKUKCIk1kGcW1xdYAXlebHuv5jMAdLvdV4BkMNnW2le9r93HtwYFOFqTZwk5Aum5CFdhRI4lxRMZldBAugO6QfPJz7J26glUe4W5mse17ZzaPT/C9IlHESNjEJRBuWAUYn2jMfQpgiAYguJWn2I34oUQZBI6RmMECGORxlJRHiXPxTGQpxmeUmit0UIjlcIoQWYNQkmk62CNuDkBuwfVFrOeJMm3BEXajRidGCPuRriui9aanZ0dHMehUq/hOA5REuO6LhZo97q4rls4j3lK4CrAFnsXGrIUnWXkaYbWmpWVVdJMM7+wQH1yml47ItEGPwxJ0xTH80DcXDi3+g6+7/fHDYQAa4vTmOJ9xXduKYSVmLwAuFCCsOQipQbbxaZNRN6E3gbZxlXsznVOP/kFgrSN6jaYrPgs3+iQlE6weNuDjB47DtNzoAG/hNjabn9TUAx8isF5KygiZUEqhNa41lJ1HJSBeKfN1YuXGO1PTKkS4tdr4AmyLCXOUrRwMLhgb/HAhRkC5ebKvSUKwgDFttTtRLh9v6VaKmGMpd1uUq/XQQmaWzvUR0ZAClaWrxGUSoyNj5MnESaN0XlK3OvS7jRp7ezQbDRot9vEcUx9ZBSQnLjjbqYXF8FKMi1wPEGUFBGJkAzHxdrCIuV5jjGGOI6RUuI4DkqpPZ/7h1oKg4sbBqQ5WGtQpkPWXmXnxhkayy+RbV3BS3YI0hZ1YZgdqeKNT8HGFhtXlok2EoJ2BZ26REJwo9vjzMo6+ 07ciaO1HjqaWmu01q + 4oN3O6OC5tsU2oKQBo8nTFG0CknaH57, 6JF, 8, Oc4 + / H6/JpZmamueO1d + 1/PwuGDBJWAkiuwyiHRDoa9Hrjc5c0b/c0dMQuF2Qw8kBJhoZckSAv1ep20F2FyzebyKrqXYGzOy994Ad / 32 b 9/P5ub65y/eBapwBWgZH/lWosxORLD5fNnka7H9Ows0/sXyLMMjcLBK ';
    t_request_body: = t_request_body | '3wvDHIXqAe+2GAce70eSil838f3fZRSOI6DlP1QPM++Y1Bo4dJJQQsIHImvAnztkbmWWMfIuM2xqTph7pFubuKFo3B1m+tX1lm53uHuQ7fTXruCabZQYQk/zSBNqYYB6n3v/8AHBxM+4CcGPsU3sxLFpFg0Ka4C0hjihJLj4ANrV65y8cxpjh1c4uL507Qam0S9Fnkes29uBhn6pFEP36+gjUFgcZTAGk2axOg8x9l1DWqXeQaQykF4DpHJ8UohSZpSCkOiXkS1WkLHKa5QKGOQxvBbv/GbRI0mFT8g70UsX77C+EiNrz35NYQSbK6vceXyJVauX2NrY50LF87yzNefphSE+L6PsZYjR48iXRelHDLdD737K37A6WRZRhRFJElCnucEQUCWZXieh5SSTqczDPnb7Ta679xLKcmyjLQf6QzGOs/zobM/ANMAcFYI3JJDuxszVnXQWYyOmkzOTVBJu1w/fZKD46OYZhvRSXFsmW986QWUrqPEKDPf9b3o1WXCqVGeuHiGZ9aWee27vpf7//EP4nxLqH6LQwBl30MIS2YsFlBKgO9QrQSM1MsoYdi/b5aJ6QnibpMvfvbTbKwv8/Cjb2Bs6TDN1jZa+kgpMUohrcF3itXkeA55agCDEHIYKg8mQKfghwHtOMZ1FLm11GpV2o0WoXIhDBGuS+vcOQIpOfXcs3TbHaamphgbG6O5s8nx4yd43//yy+ybn0XZnOmJUS5dOE/ ou9x77z1UywGBrxBYsqiH8iyxTUgyS27pLySJpzw0GpPl5HmKzS1WWkwmSNOYpBeR25xDS4fQ6ILEk4KdnR0qlQrlchnP8wiCYHiPWZYN/SRgCIYBqDxX0m63qQcO3W6H0LEElTrInMptr+fhNOfU5z5JJY0I4oxZLHc9+A6wIXSh9+XnqYxO8eLJZ4iE5d43v4njDz+IOnbkOwcFFI6e50o8qXADp4gRu202tzdY21jj9KmTBKHHyHiN+mgdLS1xr8P5M';
    t_request_body: = t_request_body | '6eZ6kQs3XEP4PQdyhw/LBX/N03Z2txgpDaK2R0FKQchLUZrcqPJkhg/8AiRbG9us29ijGqlAknKpReeZ+3aMoGjGKtVWWk3CV0XaXIaO5uEpk4by0/+05/mfb/48+RJF6EzWjubnHn5FJ/85N8WPhWWPIlptRvUx1zQICgc5F63g+c7CNdg0GRpDiZHComQEHgu0zNLXL+6TFCqsrJ8Ddd3WF1ZY3JqiomJCbIsY2tri06ngxCCSqVCtVodRl63hrdDf8RkVEWHUqnK2sYmqVciR9Jo9piu1pFTd3LHjx7lE7/6AfaXyiSNNZbuPkT35Ys899zLlD2P2w9MsXXlBkePHeO1P/RjsLAA3fg7B4W0YDODkAI5YBpzQ5ykCM+jNjnBxNwcoe8yMj7B9PQk0woc12VtbY1LV6+z0egwv3iYubk5ALqNLXKtcYOQ8ZE6Wd9hM1b09+G92xl5hucVIWXgqII8MYar58/xpS98nqTT46H77uPFF77BjRvLzM/PE6VdkizlvoOP8uzZi7z1Hd9DnBtGp+fJGxtUZqeZO36MVrPB6voNtNbESY/G1haVap3cCiwuAosUFolFWIPA4EiBUi5Wg7Y5m+trJEmX0PdwlMR3HcAyNzNNpVal0+kMoyHP8wrW1HUxxpCm6fA1IQSu6+K6LkDfUkZkrS1KrsGTApBU6xO4soJOY9TsbXD2Re563ZvZPnOSyxevEm1+gfNnL/L97/xBcD3OfeFTmF5GrTwC07NQG0FH6T/EUgiqYR0hLHmSEqUxWlncUo3b77mP+ aUDXLt6mY21G3TbbZ568STddouJiQlGx + pMTE6zeu0aaZKQdhuMT0xQLleR5TLWCtIkxgtCci3R5qYTJ6VESIWHpOx7dFttOlnOxNgoWbPNhZde4tmvfY1us8ns1DQrN67zF5/4r7gSyucrCCVASVZ6bd77/v + VN775DQgLabtFlhqcVIML + / btY319FUdITJ7RbjXQOiPLDDiAE';
    t_request_body: = t_request_body | 'NSqZTzPwVMeuc1BQ6pTok5Er9tmbKTG2uYax48e5+ryVeam57h+4zr7Zvdx6vTLBGGZSrVOGIbDSfc8jzAM8TyHKEqI47gIfx1nGOJCMR6O49ButKiOzbPdtQX/ZgOeeeY57lmcRZbH+OLff5V61sVNM47dfoLjb38Hq8+fYvnCJQ7PzlCbHqMpJVy7CmOjmMB/dUezYCD3OpqvYOosmBykVRgkBoERCtcPCWtVRiYm2H/sGMdf+zruvP9+Hrr/QY4eO47nB5w6eZpnnn2GmZlJGlsbbG9tgdGUSyX8wANLYTFcF+WowoxLhbFg+tflSYmNE8pBiGcMMk35+he/wqUzZ9haX2O0XuWRRx7mM49/mi88+SRLS/Nst5sYV1Aeq3NxZZnPfP6rlKqT3H3Xcba3GoxMT4ICs7PNxfPnWF29QVAKcByXaq3GwuIBjJAEpRLlUogjBL7vIqyl1+vS63SIoh7dTodOp8WfP/YYph+Z+b7L1cuXmZmZphSGjNRrjIyNUy5XCko8ioiiCGuLJKLjuFhr6fV6tNtter0eaZoOLYfjKKpjo8SpIaxOstNIiSPJzvomf/83nyDdWGWxHnCkXuI1dxzj8JsepX3tOn/xZx/F+CWmpqdJtzYZn5xg22gqs7O401Pc6PX+IZZCksQ51nNQroMbOBgD7SzHJCnGaqzVCKsp+Q5CKBZuu4OFYydYPHiM5vY6f/PXH8NRUKuPEHXbXLhwgWpthANHjnHo+ AnarRZuEOL5YeGlWzC6z1EAabsHIz7KCTnz5BNcOPUyOkvZNzVDWAn5+lNP8id/8seUAoEMHAgd2iaGvMdGq03NGecvP/ZxThw9wsL8FGQ51y+co+zB/sVFnn/+2eHd9nod8jwjieKCmxGCPImJehnbG9tcvHKR1k4Lv+QzPjKOG7h8/cknefDB+8jimO3NhKeeeIpGY4uoE/Gau+5ifHoOJRSe5zEyMjJ0JJvNJqurq0Vo3QdClmXEcYxSi';
    t_request_body: = t_request_body | /Dp9 + / NMEI6Mcu/cBHvrhH6V8/C5G3vxWFheWGCtXuLC2yteXV5i / + / + mXuec0JfuF / + lmUNly7dIlOp8GLp07iV6vc8fp7yZVgfWMVQcbyxdNM1UNGSwrSmO2tBn5QJaxNU62P02xs4/s+1UqZhx56iJmpSf7mrz/Oc889y8TEOFevXGZhYR9/9qf/hcXFRba2d3jrW9/K7Xe+lk6nRZ7GlEMf8pSvP/U1Lp8/i9UZGzeWWb2xTKexTWNni+bWBttbG0TtJnHUJe602NnZZGtng2uXL7KzucJoJWBsJESKn';
    t_request_body: = t_request_body | 'NxkmDzjuSvXqR45wd3v/CFGX/cA1aN3EldG2Gx3uJFEzN51N2b/ItnsHJeilHNrG6RaoN7//l/5IPAtLQW8MjRCmEKMIkyf/7cICkvRhxICkKJIHllEkVQSAisESEmv0yaPI6YXl3j0u76LerXK4597nG88/xylwEcIQ6fZAKNpbW9y5fzLyKjHyGgdhKDd6BKOjoKnyHodnn7qCQ4e2M+fP/YR/tN/+iOOHZnjrd/1Zg4s7WNna4OLZ8/RbTV4/tln+Mkf/zEOLC7x5a98hRTB6sYWd91zD/v27ycMHC6ff4nmjSsEKscmEYHnM794hP0Hj+HVJjEoPBfAsL25TafbZn5ulu9++9uoV6r83u/+LivLy6R5xh133MHrXn8PDz/yCJvb2+S5xvNcQt8li3vsbG/x2jtvp9ft8LWvfoWlxQXmZqbYWF8lSyKUFJQCH6ym12mRxD2QUKlWkcISeg7l0MN3JEka0ei02en2GNu3n8lDRzl87wPUFw5gKjVW2m3WOm1OX7vGV148yVoUY2tj1GdmEG4ISn57ULwaIApQ2H5Sv9hzbfHmcA82AoS8qY/YkzqWAonF8xwCPyCJYrIo4shtt/G2t7wF1/P4/Oc/z8VLlwhLIVLIPokjuXTpMhtr6ywt7Mcv10ApQJO3Wvz9Fz7H6ZdO8dGP/L+EZcXo6ChHj99Gp9smyVLGpyf54pe/yKNveiOTU1McOX6CKDU8/+JJGs02Vgje8pY3EipLd3ud6xdexpMGaS1eWGVq3wHqk/ PExqXV7eF5Dmka4Xoe1mg21tcZHRtlfGKCc+fPc+qll3jggQf5ge9/N8pRVGs1kjRHSkWWZQgMvajH7NwcO40dRkZHGR0b46tPPEEQBizsX8DrM6pZnqMcRalcJggDkJLcFgq3LE3Js4IFrtdqTE1OMjk1ydj4OKVSCW0MjUaDtfV10ixl6cABJicmmJmYQkrF1vY2O+0WUZTget63BsWtk7kXHMVphEVYs';
    t_request_body: = t_request_body | 'FIMH18NCHtAIQRgaTa2qdRqOF6h+EqTjHK9xtHDh3nwkYeJ44SXXjrN5cuXaXd7rN64gev5+EHAs888y7FDBxBphLCWv/3EXyGMZmV5mUZjkziNmZmbZWNzi/Hpadq9DrffeQe3nTjB7NwsWzs7aC24/6EH+bvPfo6NrS0azSYP3vs6Di5Ms3z5AmdffJZ6KaRSLuOXqgTVcfCqRNYpwj+Tsb21iaMcxicmi2RYliGsoN1uceHCBf75v/gXzO/bR6cXcfb8RWbmZrEWelEPIQvxT5JklMsloiihVquyuHiAz372M8zOzhMEPlI6tFpNer0Yz3OR0qEXRcRZ4ZuUSyV8z8Nz3CKS6fZYX18vCDBVzKXreeRGYynERt1utwDQ9DQzs/OMjo8RJxntuIv6V7/8Kx+0ArQxKMdBW4OQEkOhg7C7EGChmHDR3ygKzqSwFIPXxS6r0X9e/L7rOYC1jNZHiHo9up0unh8QlCsYnSOVy8jUFEcOHOR1r7+Xja1tnn7mWbQxhdglSZmfneWlbzxLqCyj4yNsra0wNjrKf/v4x+j0Ilw/oNlts3BgkeUbN9i/fwGk4PCxw5w6dRIQREnK+MQU7V6P559/nmZzh7npcd708P186uN/SdzeYbxep1Qu44c1SqMzlOqTqKCGE5RIkh61epk8y4iiXkFQBQWXECcp586d513vejdraxvsW1ig0+2hlEuWaVzHodftMjM3y/ r6Fu1uh4nJaXpxRJLm3H7nHTzz7PMgBbX6KOVqBVBESUyeW1zfxwqFVC5pktFsNOm0OmRZTp5r4iTtAxeMtvhBgHJchFB0uj2yNKcbRQjXpVSpMjI5QVipUq3XUO/7B1gK+pZi8J695fO3ilf3CFkt9HpdwnKJUqmMoUg12z6C0iSmOjZBpVrhTW9+C2/+rrewurbO2fMXipuolVmaGae5cYNvPPt1SqHPwsI+Tp0+zelzZ2n1umzu9JicmcIPfd72jrdzY3WVr33tC';
    t_request_body: = t_request_body | + VsAJsXw3 + auCwWIIgZHtnhyiKCMMyvl/qaz4t5XKFbqsDQqIcj/rEOA + / / iSNHjjA/tw/HddlptLixusrVK9dY39xke6fJ6o1Vmq0OV69e5WP/9a8IwxLnr1ymmyZI6ZDpnKvXlrl85cr/P/Jqt/M5XPGDbcFa5C4KdnfyRtzyet + 40Ol0qFbrCCHo9GKstYS + i + tKur0Y5QcEgUeSJjTXNhkbG + P73v0eDt92nI / 84e+ytraGiZocOX6C0dE6lfoovVTT6bVJ84RuFHHoyBIfeeyjPPLIQxxc3MdOo0Wr1WB8fJwTd95N4Jd4/oUXmd+3wL/7tx/kJ378x3jRsYzVyugH7sP1y5S8AOOVUX6AcBwCr4QThPRaDcrlKkq5dKKI9fV1yqWQqZk5ut0uWmsarQ6VSoVSuYJGUKnWWV1dZWpqiiAIO';
    t_request_body: = t_request_body | 'HvmHLXaCFpnNBotwqBEmuYcOngY1/V59A1vJM8NV69ept3uEoY+YVhmp9Vk38L+YYq91epgrR1qbWsjo5TLVbzAp1Iq0+q0GRkZodfr8eyzz3P06FGCep1M56RpSuD5TE7PIi2IG5sta60lTdM9Gs2BxRicr5xkQ241VpibSar+o+Jm0irLMsphiWazSZ7nTE5O0m40CcolskxD/3MWXQCLQkXuSPqUbl9DwV5L5dkeH3rfP6PmCUYnJ5lfPIgTlOgmOTfWtvjGqVP8/u//OZW6oNGwTI0rFvfP8/q77yIMQ/bvW8D3Q1566TQvnjzJe9/7Xmanpnn8M5/iD37vD7nn7tt49/d/P0tLS4TVUbxyndmDxymNz5Dg4XgKnWsUlk67yfjYCHEck/S6lMKA5557jvPnz/Oe97wHhGRje4dyuUy3FxPFRS5DWoNUoKSL6ykc5eF6CiVdpII0yYuQ30oQpiDcBr8DBvEK5ZrtB4ZWFGOmrUFYCklinzb/sz/7M376f/wZIpODU0R2vusVgELstRS3StAHQDC7toHhZ+VNX+LW7WXweWGh02rjCYVOMybGxvCkxPc8sjjB8YNhGKu1xZiM3BhknpNJie+7e27YDL7fQm4FH/jQr/Obv/rLXL6+hl8ZQ7g9xqemWTqwn9pojUOHD/Lss8/ymc98hiTVXLhwlTNnrgJQLkuyzFCv1zl27BidTocNAe94+9s4vH8fF86fxS+VyKzAReFIlyjLcbVFOIIsKwa4XqviekGRtEPil8o4jqIXR5RKZTw/ QLoe1dxSrVYJSjmpLoRM5BlgkCiQds+jFYWWpJCrymJbtgXXI+iH+kbsGZ9B1GdF/63Bli2K/yR2zeGrqcsHx6tuH7dWNhljXvHPLBZrDdaYoYUYYqYvTHU8n9DzqVXLRTY0Tthc3yAIAsrVCjvtJtK5KVFTSvWTQYWmcSDchQL1Q1IEcKwLfp1f+t9/gz/87Q/z5HMnue34UaTnMzk1z';
    t_request_body: = t_request_body | 'mitxNjIIe44fpjX3X0HzzzzDOfOXmBjY4vJyUmuXrsObkAnMeTacvXqNczsNOOVCkv7F9F5SrVSJ8shyS2OlURxSgVL4EuiRFMul3EUZK5HL0rIs4RKOcRKRbvbw3F9cgtuP6MplYPjOyhri/RA5gAGjCjqR4zAWF0Ie0VBAw7s5PDRGsTQeQNhb1IAcLM0yfaf33T+RX8ei78ZjKWwe08EOK9aubQLHLstxW5JnqbIYiJMX4RKoa1AIJxiC3GUotNscfXyNRwhKY34TIyMFhevDZWwhFFiqP8cCF6HMrxdwmEjiv891IjiIKIERwT8D7/wAf7LH/weX3/qCU4cP0KrucXE2CiVSokozTh+6ACHlxb54pee4A/+6CNUquM1/6MAACAASURBVBnT8/sxyme72eDcpat4jsvRQ+8uNA5ScOL47WgL7ShFKh+rHOIsG8rjBuNikUS9GNdzcL0A5XhkSUq3GzEyMkKW51gkWW7oJf3CKVGoq+RNG9D/n7um1IqiyAcFAgSKQt+2ixDchYbCGnALQGz/b4u8FNjh+Mq+UAgLyhT6GNmPGZwBmkz/D7UtzIwZPO6aJCklyIEpKyT4wmqMKfYtKSWuHKS6JVmuGR8ZJUkS6rUaUaeLoS/dVxLjCTCyr3ACJYrqLLhZUlCgcXCnRfpcILAochHiKkVza4Uf+cmfZn5+ nr947E84vDRL6GjK3gR5p4sslcEqpienOHHiCBqHyytrdDQEQYCSluW1dbJMU5uqEfguxkCWW9q9BKm7BLioxCCCEqPa0O3FoBSNtqLdaDI1OYEfBuRGk+YZFkm5UkMIxUB5rnVhBRxHoXWGVE7hF/QPIW/xDwa75cBy71qscoAEO3D0YZcB6VuMXWkJJEYXlW6D6+nbD0whfOiforAUu7949/NvxlForcl1hiMEQkqUKFZvUX4nhhHGzuYWI/U6WZbRbbWxutBXlv2QKEswxoLcDYBXZmeLyq6+1TI3LZq2EoRHN';
    t_request_body: = t_request_body | '8mpTewj6m7x5rd/N5NjZf7k93+b1tYNegtzHD5yjKmZWS5eWWZqcpyf+Imf4LkXTnPu6icJqqP04oiRkRqlcoXllRuMlkrMzkyxvbVNZWSMcmUEFVTw6jXCygilUgkpZaGndF2SOKPT6WCtoaEcgsCjXAqoVCoEQVBYWWFASbACKQWOp0iymyWZr7ZN35pmuHWerL21LPvmMbQ3t0R+u4vGB5ZC9q2CtKD6EHBu/aJbL2ogJN1d15AkCWkWUwlDXCnxHKeoGYVCgZxmmCyn025z4cxZrl69yvK16zzy0MOMjIxw93330Vpr44dljDRYrYmiiDiOCzV0VhTj7Nu3n8GCEKJvSvuDpIUksWBxyAVURydor13i9te+ln/zq7/Cv/nAL1FxLK3tLV5z1+uYGJ8DlXD5pfM8/vjn0FbiuQFxu8fK+jr7JsaYnd/HxPQUlUqFudl9CL+ECipoFSD9EK9UJs5y2r02VkiiToeR+hijo6MYo4mjGKUEUpYKca3n7YnYjDZD826MGRZMF9ln+4rnjqN2LVY7PK21fb9CvMJKDJ/3uaPiZ/A9A6KrsBzSmqG1EBiENSDEt+Ypbk2MDUCRpilJFHHlwgU8z6EchMOQJ44iep0uWZwwNTlJEASMjo7yf//H3+Gzn/4MO1tbfPjDH2b/wQNcOfcSeA6eFwydzaFFkoJGowFSoORN53NYN6GgVIKNzQzHCoQPQXUUZEp1Yo7/68O/x/v/518E2pTG1pnMfeJM4Ps+zWYTN6jQWF9lcXGJ6+ dPEyUZDzz8RpaO38bmxYuMLSzR3m5Rqo3QSQztJCXuNbl4 + TIXLlwgN5ogqPCGN7yB + fkFQg96vQRXFeKSTrtJKTyI4/QLlq0kNgYzqKA3YJ2 + g3dL9GaHk9jngfpkn8WihS58BHHTJJg + IMwADLsshZWiX9EPGovpeybIQikn + / lsi1PksbA4UZT0B9ylSGRIlHLJ84Q0HRTjDCILixCKcrlKtVxma';
    t_request_body: = t_request_body | ' nKMxvYmOzs7pFlMuVxmfHKM8ckx8jRjdeUGiwsLpDpF25xma4eZmSkwml6ny9z8IrEpyJMsy0j7xItSCuEocm1RysENgmExDX1rpPMUHSlGyi6OMKRGAz65kTjBHE4wzX/46Kf5rQ99iKdOvsjkRsL + / / TiwX5VnBEbI/iRB3m + iMijINoO2Df33rdzrawgz2FpuOqPWWpx + ql4iaHU7NLsdWt0erW4X4ShMVjSqSfp1t85uEAzCwsGEfCtQaIryONfz8EsBQoHRkOsUqRRCSUK / RNRpE1aqvOnNb+HAviVOnXyBKMtRQqA9VZgsIXCcYicbgGDgzN1atFssGIFUqqgzYWCCbV8+PJDcC6ZnZtheX2Nu6RD/8pfex6c++Td85lN/h/QCstyS5pZ/87/9Ww4fOcr1G6uMT8yQG2g0WvzgD/4jPvmpx/npn/kn7DRTri6vMDs7z/UbK/zWb/0W7/25n+WJL3+Jd//A9xJXx';
    t_request_body: = t_request_body | 'pBYVB8UU5MjVCoVsjxHpClCW3IryK3FyIJ/KEBRdPex1vZ5KNnfKopxz3TRFkL3/QjDXkc0ybI9FkLc6ozq4vPuABRCsLXT6J/b9KK4iAL7oEjTBN/3X+lTDJzLWxuWvJqtMAgybdE2GfobVhQlbq7yipJAx6VcKrOwdIAgLNGOYrabDaZmZ0BKlGSPl7270n13m6VbCTQhLEIWztOw8Ykt9kvT96abzTbKD2i3O4RhiX/0oz/OzNw+ltc2WV9f5/CxE5QrVbpxwv7FA1y5usL45BRSw9TYOD/6j3+Y//ZXf8u5i1f42Z/7Z3z84x/HInnvz/0cL710EokhjnrEvSpaR5T9YlLTNGV8fLwQ3SIQ0pDrgtuxqqhj0dogTMFa3pxI2U8k9nkHY4aAsNYW0sddiyPdxZm8GigGJCLSDEExKE9Ms4zcGoQuiqt2RzhDUOwGg+M433b7AEAVe1aa50PpvZIKhEQD7U4bVzmEAErRTRJSY9BSEFQq9DottLz5/bceWfbqBbiDUjqj0z2DIvsrqQjXiutp7WyzsG8fmZVsr29yx92v5/2/8qs89thj/Hc/9MMYHLZ32iwsHCZJCkGs77hcPH8BbeHlk6d4/wfex8f/+lP0Ol0OHz3ClUsXKYU+D771LdTKIcoRtBstAlkU9Wxubvb9n2LbsyYn1X1VksgxtmjRIOnrVGyfSqS/rUDBP1jTZ477DuItVtPz/FdEjgMicXdS0lEKlEIh8PwAPwjx/YBUF7uCMLIf6RSZcieKouGEDBJhoo+ oV2M5B4cVBm0NxuRAEQ0o5YLVmNiS5ylpmuMI6HVjMDmOdElNznarjbu6Qo7dQ9/f+n2e5w3ButuCDFfLLRXfwu6tmPdch/GpaTZ2GkhrmJycJE1TRsam+Kl/8jOcO3eBBx54gM31DZ58+mmOHT1Oo90iSTIWF/ahrWS0XuO3P/wfue+BB3nX9383Z89fZfLOWaJumzOnXqRS9rn3nrupVEvDs';
    t_request_body: = t_request_body | 'DNNU6SURUgqFIai7xZCIRwHY4rtQ+3q4YWwmF1+AMKg88JXMkjkrkkeWkwEZpdfAX0ram5yPQM/TUo5ZIR3j+du6zzQ3jpx3BvSzDcLePNv61NYUex5pk/BCgVSGnKbY3OL1hn1+ih5lpDkGt91QboI1yPKcqIko1wt7TGPt+pA9S6zNgDr7mtyd41pMS5qDyiEVPSimEq1htE511ZuMD8/z4nbT/D015/jS1/5KpVanfnZWUbqY0Vfim4Px3HY2lynWqnzwz/0bs6ev8hdd97O8pUVxqpV4k6ba5cucuHcWRbmpmjtbDM2WsVVEPUigiDkwqUrHDl2fHhxwhSMpehPgNTF85sTenMbFLK/4gsFNNLeVNQXFqVQxul80MtD3GQxrB1an1t5JyMFhfa+OIekoSoMgjaFZXYGYd5gMvaYoVto1z2HgCAoFXy7teTmZom88hxcWZi2XFusMZQ9H4wlNyCVoj46QpQkw5T5brJsgNwB97Hna3fH9Hbv67c+H/ghvV6vqO6uVNnc2qZWq7F/cYm3vO3t3H77nVy8eJGxsTG2dzaZnpxia2uLarVKFncYn5ji4XtfT5Ll1Eo+uTVUKiHB4QMc3D9NnqbsbG/iOzA9NY6gREdnPP7447zjHe8o+mwZGFyssINsry24Cgs3/Yo++2kN1uqiBZMAicZIibQCbQsqyqBwfaefLS0iE2EL0hpDkVAzYKzGVS4FnSDxvEF5okuaFtwPwuB6Covbd/QVWDRSQVjycVyJsTl+ 4BYV1dJibNGpSkg7PKWUxHFMGIYkSUKlUimYvSwnDIu + DkG5RJqmWFuIRYUQffbPDMPQAevn + z6VSmXoVA6KaQfMoOd5ryC4vt05CGkdx6HT6dDtdul2u6ytrdHtdjl + / DjVeo1jx47x/LNfZ2piAiUt4/Uq0qYEDuRRk80bV0g62zgktLdu0NpcJZAGT8Lm + gqXLpxjZmqKbrc95BDSNEW5N7O/nhfguu7w2lzHG ';
    t_request_body: = t_request_body | + vo63W63aDnkekRJRp6mvOddP8ADD9yPzmO21jcJXYf9 + / / wTP95mbm6NeLRP6CtdVXG82iaIYISRCDK5SDNXOQhQdi7XOEcpBKYmwBqOzogIsUuRpjO975HmCEqCExmYxlVKJerlEp9NjkGo3FIlFbgYxWGEJfQ/fcwoFlk4weYbC4kjIkmi46D3PwXUVeV5QAM5g0gcf2H0OuqYMHNDdzqC0FFtHt0cW9Yo2iVKg04w8S9jZSArRTKlE4Dr4rofVGeura/Q6HU7cdgxrLVEUFSn3fhn+IM4Pw3APo7k7jt4Njj2/705DY0EVNaihG1Ir+RhdFOymaUquLXPz0zz08P0cPXyQzbUV1';
    t_request_body: = t_request_body | 'pcv4YYe9clxeq0dvvzEV3nmmWcYq4+yvrnNqcNHuOPO17K9do39Bw9xaHEfvTSjFPpgNGkak+fFvdz52ruKhJRQffHKXlAUl14QbdJadJ7QyzI211ZIew2yPEFR+ENSFsXbGNg3v5+pqRm05/bT8rtocWvRZmDNBV7okRmNkpZqpYyrHJQUqH5pZ1HuKYbN2jyvaDPtDDJvQlAkbvqnUhLXdXD7vZ20NlhrUKowNTbXVMOQJAi4evEiUzPTjNbrpDqnOj5Bo90iiiKCkRHSbo/2zg5T4xMcXFqkudPA6qIn1FZjp9+PoegL1W632draKpi1vg8xbBxmb5EG9tPtwpo9oBBYpLU4smhqZo3AdxSu55MqQTONaffa7F86RL1a4fKlcwidcduRJXqNba5cPMPfP/5pXAFHl2apVepUAofW1g2e+soOYblG2RUsHD/K5avLeJ6LRQ8FOOVyUVsqhCoshdhrKVRf+CL6AiMlLVpAmka0WzuYrEOaxSghiOMYz/MRQmFyS7u1Qyn0SeKUdquL7bd+MsaQ9zvzaa3JreHYsWNE3Tau61Kp1/oiGoPrSEphkdYX0g4r2rXOiu18OMCwJ98+UD4NuAtguP8MejK9dOoUrhSsXl8miXtclw5Xrl1m8eAhFhbmmRobR1mD57qUfY88zbhx/RppmnPgwAFkf9JLpVLf2cpJkoTV1VUcx2Fubm6PddgTtqIY9LYuUuqmnya2/Zje0u+ GSm4MyroEbkDJU1AOAMPytUscPHKY9s4OvnSI2zt88QuP09hYwZUaT0pmxuv0ejEjNR8lDTvNFmOjVTbWrtFLDI1Gi/n5eaTrMVKv0+31aHe7N8kjKRB2yND1Hwo21u3T9EpJEA7CuniO7HPFmsD3Cfwyvh+iUES9lE5jh7QXoY2lXK4WsgIjMCbDZIY8T8gyTW6KanXPFQS+h80TVje2WL56iXa7y9bmOsoNhm0OBlREqVTC2R2+DT4w4AgGDshQwtU34';
    t_request_body: = t_request_body | i6l0OfS1Us888xz/x9hbxYk2XXe + NPbP26upuoLuBRgMECEoUJVGjIYekKImSRp4ZyTO2HiZmYkKPE351 + AGPtsOhsCI8fvCDHXb4yTHWOGyNOBxSJEWA4AJKJIBGA921dO1b7pl3X87xw8mqBiiF3R0VWUtWd1fnved85/f3O3e/v + / + DYJsISVKVAlSW2beMbBqNhn1pWZ7nXwqZElhmddh2hSny3RpmlWA2f9dUeaZqT5jF5mjE3Kpxah4uzU3Dqmjk + nZHFMZ2lHlIVWCYYQmIiEUKbo4XQwBUp5KK/U1HJAqMysAz9fAu5IBhXWkRrGlTlghkuNZszihI6nY6W9InF1aYkiEqnEhgKIQ1OT47Y2NyiciuOj0/52bvvs/P0gHq9zunZBVFa0GjW6ba7tFt14lAvBuYf//M/ekNlKSYVlixRZYYrFGUWQ55hqArfMPEsE7OqKLMUB+g0A';
    t_request_body: = t_request_body | '06PdynLGMsWeIHDYDbitH9OfzTkrR++TZIlLK0uc/u5W+RFxp3nb3Pr5gYbGyvE8YyD/cf0Wg1G5xeMLvqcH53xdHsPx3OwLJPtp9uE8Zjt7Q852t+j6bo0bBeilLploqoYWSWoIoEiRZUJVZFSpjFZEoKsUFLHHNi2TZZljCcTwihCKoXr2awudfE9F8ux2fvgPX78/TfptlsUWUyn1SRLY8L5jCSJEAJazQb1mo9le5hei2ZniVIWHBzso0RFo+6R5QnT8ZBW09P/b1QUaQh5QuCY+JYAWSDJMIyKLJ2Rp3OqIkbIkvlkiCxyhFQkUYIsFePRhHqzjRsEtDpLjMdjkAmBLTAoUbLENg3KIiOJE6RS/J//9t/xmV/8JeKs4Oj0EmXamF6d7toNZuEM37Xptes4hkGehBiyxFIVVjQe6vGqbeO6vp6YuS4OCsM0UHnGPEmvh1CO41Cr1fA8l3t3btEfnDMczwhnYzIJdd/j9nM32ay2SJKUF164x9bGJtPhgJVel6xdY9i/pBk4RPMejok+gUiFKgqyaI7pGrgNl42NHjdu3iCJZ8xHE8o8YXxxhkgVZVwHV1GK4hPDvKutUEmJYdjYC1C8vsMiKikJajVqtRqD0ZCbNzahzMmTkPl8TrHolTheQKUEUgmEYWHZSnOoDN1HKaocmSbUhaDVbJNXGYYB09mEOA7JkjlJOGc+HSLLRTdTGswnI2zbxXYdpkmMsHS/xbH1dmeZAlMp8qKk3W4zGI2xTYdOp8fx8TF37t7n69/4Jr/ 11S9xtPshgoownDOZzrBtH8NysAw9Z+l2u/zJn/wJr37ms4R5xs7TI2rtJkWcYpmKTruJ51jIKqOo9BprCQMLQ1GVJarUOm8ppYa5I3Hd2ieOfdd1hSmpZEGrVmcyMMnCmDgvMB2Pbr3J6vIath/w5ptv8s2/+A+s9pZo1APCyZCNlRV6nS5lmfOrv/wrZHnF0cEpdtvj9U/fxPFc9s+PeOvH3';
    t_request_body: = t_request_body | 'ycq6/RW6nQ6bbrNOsu1LmZuEg7n5HlJWWVUht67Pz7uvyqYryj6V5yoXq/H0tISo9GIk7NTGu0WhuczOj/j9Gifw9ML0rIix6DuuYzGI4oiR5aLfoohEMrEshxsNyAsKpIsw0pi0iJlFlXEme4vNDtdolTrTh3ToV6vgxRMp1PyfIrtOuRSklcFWZxgmYpGUCPPkuuO7mg4plavcXh4TJJXbG7dJAgCXn31VT766CMGpwf02q0F6tnHtl3yUjKdzoiSlC9+4df5s//7/+Fgbxe/0cQSFZ5lYjsergmHu7uILMZ3PTzHJXBcWvUGlrDUwommYxh0NICkoiKMplojKRZz/krqIVhZgVTIOOTy7JL5eEYlDALLxbNsbMvGMgS/99tfYzoZ8c4Pf0RU83EM+N53v8PjDx7x0ssPSIqSf/IHf8irr75OVSqyLMP1DFptD0HKaDDlre+fcX52xvB8yK3lm7z+0i/w0u37rK6uMs00zPTjBfLHu65XfY8kSYjjmOl0SpIk7Ozs8Hj7Cb/3B3/AYDDkL7/9V5wdH1DlCYHfxKm1cAOXYhoiLQHCppKSrJBkKqOGg2dbJIXkcjQmzjP8QPteLdul1qjjuy5Hxwf632YtYqgMjXpQSh8DTcfBKAvNsKoEpa0Fy5WWZuI4Dt3uEpbtY1g2SsLlxRk3NtZ4f3COY3tEkf7ZsqxAmDaVkji2z9raGmtrq/zqr/4y3/7Om/iNJrV6k+HZKeubmxRlRSNwNB/ ctCllwmQeUWUpVpInqFJb4UxpUsiCosp10wNBlhWUWU5WapWQsExcy8YWJuPhhCKtsE0Hz3F0PJMwKJKYKJzxv, 8v, yt7T3d4, tZNfvd3vsbT7SfMRkMGl + f8b + / 8lP/yjf + KpaUlptMx3/ve93j77bfpLLW4fe8Ww/ExtXbA2soG9 + / fouY06fhLdL0envRJ0xTbMUEuNIZqAWFbeEeEMIjikFarRVDzCcOQNEvwfJdf + dVf5vNf +';
    t_request_body: = t_request_body | MKh2JJUvN5R5OJijgnjBodjpYpkGczBBKcvfuPXzfA1jEPOjhXpakjCZj1oN1qqogCsMFgkEfKzEEru/xu7/7u + wfHFGWEoni73 / RZ3V1FYXB ++ + / z / DslPGwz3A4pJSSopIkWc7mxgbCsYiSkG984 + s61E9IZuMBa2trZNMxpiFIi5SJIXEwcByLeDYlsASWHzRAJAttpsC0FLbjIQyLrU4PLRI1dMNFmJRlTpZlyLygDDMs1yEIDLBMHewiQLgWZm7jOS7jyZA7LzwHsmRw2cf3ety6scX5YIDpOkzCOYZULPfaoCrCdMw07DMan5HlM46Ot6k1POp+QK+2hu+3abstan6dSTRAWFq2fzVJ/TjU3TCM68Ha5uYmQRBc92AyCaPplCdPn3J6OeT27Zso20E4Po2lVdxGk0cPP6AsR5xcjlhaWqLZbFyTb51iTq5yzi+HzMNlXprNSYsSV5kYwiKoeaRJBIaJbZoaB6kUUZIwD2PiO';
    t_request_body: = t_request_body | 'Ob27S3SJCJLY6IoRZVa87q+cYNarcZsMufxzi4XF33a7TaNVpt/8S/+Of/6X/8X/NZvfBVrIezNsoxSaU9JkqWYts3SygrrG6v8xm98Gdd1qQWae77U6RLNQ1QlMZXEdx0NjZEV4WQKUmJFYUaW6WGU57kEvkurpZkRk8mEMAoZj8eEYXg9Btc9ezAW8QVBvYYX+LiGC7agMkqUJenP+hwcPeX44oiq0plhRT8lLVKUYVLGCSgDyxSMZ0PyIiGomWRVzHh2Savt0Z/02d37iF5nidbtDqYrKSiYRBOkKrENG9d1r1vlV/t1nucEQaCHlf0pZAAAIABJREFUX7aNFwSgFPGi2+h5PsoLqKTeEr2gxiwMUWKif6Zai5c/81lOj48ZDAacDmeMwwwhdLFtOT6TqCSOMlzfw3Rs/KCOqHLKQhfn29u7jMdD8jTVY/IFa/tKlPzBw4eUZX5d65jorUYsZiZpnvH7v/+P6HQ67O3tIREsL7w0rSCgyjJqQUAUx0zmM0zXpmV1NXOiKvjRT37MV37jH7D9+Anz6ZRuu8NsPERIRblw/adJhKx0PVYWKabVwro4H7G8vHw9Tg2CgDRNOT45YjQaIaWk1WrQaS8zmYzIsoxut0un26KqcgwT5vGcwXBImYxACAbjEcenR+zu7mIYBltbW1iWxU8fvYvjOGwf7TPoj7h3/wGbm5sstVqUoqTTa2K7kqePL1GGJC8y6i2POJuy8/RDljtrrC7doFNrUXfrWLbAsoxrwLk+ MrsEgU44sn0ftZAVqqpYTIMrLMvE9mzCsuTi4oL79x8wGo1oNBqUShA02pRlid9s0l1TdFY3CMMZ8+mMVrvNo0ePuPfifVq2YDg9xDBNjk/OMDBIMx3JcHhwwOrSMqoq8FdXCMOQJM8QBgxGA5Z6PaLpiJrv4lo2yq4IGk329/c5Pz/nH3zxy9x/8AqO4/LkyRNOzy+oeT7tRpM4jvF7PfrjMY4hCKMZUpY0ggbj+';
    t_request_body: = t_request_body | + MUv8vU / / 3McpSm8qioxTEiLlJPzE3b293i0/SGvvfYaVVlCqbu8ssiRuQ6z9T2HKs8xqKhkzjQck1cpaZ5g7TzZpdlsImXJxdk5nufxwt17uklV9xkOB/SKSHXK + / 26 + zu7pKVlc5UTXOm4RyvFhDHMY + 3n / DRR49Y6bbwHJPRaMR0MkSqkl67Q73u43ouo9GAoszZ2toknU0RVYXvekgluBhoGeDWLYe33/4BpuXw0eNtmo0Gd + / e5Ydvf59Wo8l3vv2X9DotsvlUC2OoMG2bSpWM52P2Tw4oqgrLs2k1Gqx1lmjXG4iiIgtjyrLCNBziZI7v + 7TdpiYfWCZJkWIFgUezFlwn23SWO8TzkLd/8CZ/9 ";
    t_request_body: = t_request_body | G3 + zs7OD6zu8cP8Bru9wORhhmwJRlKAUs3lIFKfM5xE3bt7mc7/yK3zhC1 + fZvvfucvycuC2WzG6uoqlSrJc5jP5/i2QaIqijwlKzN2th / O89y + / 8S6PR4ObmTV65 + SnKSh83EVJvVZaz4EBI8jz5W1I + AKmkhonIEscAC0kcTrg4vcCr1anVmyyvrPDqp1/n4vKSr33ta7z11vf4/g9/QJ6k3Lv7PLu7u9y8/Rzr6 + v0Wg26zQY3NtexkGThlMBxeLz3hE + / ils0 + q8/DP/47vf/S5rm + t0uj1MQ5BHCSvLy0RxQpxkmKbNhx9 + iGFZ/Nqvf4Ebt1r0 + 31qQcDNmzf543 / 5 L/nKV77Cyy + / zMnpEWaR6zgqVWHJnNwWCEPR7DTJq5JWp0NrqYNwTPqjAekkxDMsAtvHUCWVlERJSJLmzOM50jQJkxDrT / / 7/45v/uVbNOsmX/7yl3n1U/f53C + 9xvJKj42NNVh4PdMsxrYd6vWAo6Mj3nrnT';
    t_request_body: = t_request_body | 'Z4OtpkXMzxPC2HKMiGK9F1jGNpGCJBEEfP5lCBooipJmmWUqsTwS5SoMBwHYUJWlhi5iS8FpuVRb7TJKHAyrR/IspSzwRkfbL/H2tIq/ad9bOlcK7euBMNlWRLHMcvLy5+QGF7pQaWU5EXFyfGxzmlPY2RRXNPzm80m7XYbz/P4whe+wHw2Y2VlBZQkjUKKPKfbbRNFEbPZhGbgYTsml5eXJNMJ8+ElllAYVNQDH9e2dCIBIIuc05NjhsM+RZTQ7XaREqIkp9ZssX9wzJ//h//I5WDEv/pXf8zu7hjTNPnWt77FP/vP/nNeefk+u4+f8Mr9exw/3UbJHOFYFGVGWkkMS2C5FpNphBlHhFFE4HpIQ4fhoQR5WSDzlLwIySubUkqEY+mJbKIwb2923/gn/+h3+KM/+qesrPTwPIsbW+u0W3XOzo6wLIXnmRR5TBRNybKQ0eiS4/N9ji72qQwt5lAypyq1TT7woVG3UZXEssASJo7t4NkBZSnJswKpCqRdoUSJKSwMZYISC0SPIK8KGq0mhm0S5QlhrBGESH2RJrOUtfYaNa9BrfZsRmMYBnmeM5/Pr8NToijSHc00JcsywjBkMp0wHo95+OgDojAiSRMsx8EQFl5QJy9KXM/H931WVpZ44YUX+Ppf/AWnx8fEUURRFDz3/B3W1ta4ffMmN7c2qXkOjiX06mPAOz/+AZ1Wi+Ggz2QyYhrOeLL9EReXA5QqMYGTkxGTyYyT04jxdEicFCDgD/7wn+L5+u//b/+b/5rXP/ 0anusSzmdYhkkSzbCF1OIzU5CrioIKaWsn3unlGePxmCRJsSyLbqtL3a2RJ/rnL4ucJJ5jGGA4FrbnUinJef8C83/+n/70jdu3t4iikE6ziWUZ7O/tcnx4wJ3nbzOaDJlMxjrU3hbMwynbe495/8n74BoIS6CEXLibFJal2QtZJnEDrazKyxKFwHFsJJKizMFUxNmcosgo0oI8KykrLXKVQlCUJaub61i2z';
    t_request_body: = t_request_body | 'TwKGY8ngML3NMd7Mh6ztb5Bs9mgVvcp8ow0SqiygnA2Z9gf4NqOtvpXFbLM9dIlK/I00RTbpVW29w45OjlnNJtjOi6YJq12GwnUAp9Rv49QMB2P8SyH3Z096s0mrVYH363TbHRY7nRpejXKJMF3DFwLyipmdaXLK6++wNOjXT7a+Qiv7rK8uUKjWyPKIpp1nyxPefDgDn4gqNV9Go0anuvyta99Dc+2ybKIw/19mvUaRRLjWgbLy12ELDWaUkFWFYRZQiErHM8hThNOzs4xDZM4SrCETbfVwVAG55d9wtkM27OpZEpFTpTHTMIxRxfHfLjzIdbp6akWsyYpUaW1gb1mj2azwd7OU7pLHbyai7AVYRLysw/f5f1H71OZisJQlAsssFLmtV5Qmbr2KBRUVAhbkFcxg8kJhqVjFYuowFi0pYWlxTsL1hGVALt0uLyYsrq+xAvPPSBLCg73d8nNCsc2yauIb/3k32PUShpLn0YKgef4lFFKNgq5tbShxSxlQZFFFGXGOM9BKgLXw6l1mI5TPvu5L/HdH/yUZm+NKEupuQ5xFrPc65HNJrj1Fu//5B3u3nmBmxs3SJKcRtPEMmqo1KNuLmEWHr5VIwg8PDvHbphs7/w1v/r5z5KLOU6rornpUaIQrk3TbvKZX3+VeDBmejkmiXO6Ro3Ab5FnEs/2ycMJhWtxdHDIrY0VjDKl1fS1XD8a4Vous2GG79eQaYlQBkoWlHGCbxmYeYHlOXS7q/hOjbyAoG5z6949nnz4CKsRkKoJaR6iLMnx4JSzwQWJlWHeu73+ xsXpGWmc0KzXadQai3BY3bm7DnoRkv64z/bBNv3JCByTEqmJKuKKhrJI+RCLcG9xDeTBsASGpb2KSpVa3g5aBq8MhNDbhhDGAgim4eeWaeO4NvaiFkizlKLKMSxBUszJihjPcbXLPS4xpIljOMRRrKe+LACmJliGdkjVPA/XaxBmBspweLK3S5qnRNEMWWmjjW8ZmLLiY';
    t_request_body: = t_request_body | / 4mdfotWvMpn3CZECrY9NqmgR1xYv3b5FmE4K6zebNNdqdFk92t3nz7bf49l/9FW9 + / + KQv9erjn/eq6s9xfVHIa8 / CQrltGBRFjmUZ1GqBFqbkGXEckyQRrmdR5BlC2qx21mnXOxokpQziLMX2XZQtkAYUVUVRVrqHpQyqUmdeTScDdp58yHBwju+aiColsAS2KghMwf3bN8nCGTVT0GnUOD/e50t/7/MMBsfsHr2PsBMqNeOVV57H8yStts90NgJDUqmSZrfDNJwxns1odnvMo5j33n/IyfEhP/7xD7n/0ovcffE+o/GENMu5ffsOn';
    t_request_body: = t_request_body | 'e4SF5d9LNPEdTzCMGQ4GCIMg0azTRjF7GzvYtkWylBkMkFaUBoFyoRKKAaTCXkp8WsNGvUW3V4P1/MQAvqDc+qBhyEKTk8POb88Y5rEmLbAsCzMz75y743xaEQ0D3EcB9d2yLKU2XwGpkCZOqL56OyY7f1dclng+B5RFus8iWseloCPva8UC9aCuH67Xj2uXFIfMworuQAFX1nqlMJzHG2Tq3Rn0nM9fM8lzTLG4yHKLPE9n3ResNRaZmN1i2SWkqQpluMiDQWGJsjkZaENtm6A6/g4lo0lFHk8ZzYdYholzZpDlUY4VKy1mtzodQkHF9xaXSaZjcjDKbYoCWzFjVs9pB+h7Dmra3Wev7vJ2dk+rm9gexamo7EDnV6XrCwZz2Y4no1fD7BsC7/m0WgGfP+H3+etH/yIzRtb/OJnf5kKweVFnyiOaXe6xEmKZdp0e0tIFOdnFygFL96/TxiH1NsBds3C8k1ydF8I2ybKcsIkB8NESgjqdXzPQyHZ298hSee0Gh5P97cZTAYYFvg1n1xVmL//m198w3d1xrazyMLMi4xKVlqSV3NJipS9o6ec9s9QNhi2RZyli0bQJ6EZH3//77L8PVs1jIX1/pkDW19kCo0C1CNxhQ40uQqUr9eb5GXJdDqiyGM6zSZ5mLO5coNbG8+TRjlC6K1vceVRVCVpmlAVUm9hUlBkKWWe0m3V2dhc5tOvPmB9bRlTSJLpmE7gstrWreSaZdIOfOL5eIEeGPDci+uUfsje6YfU6zbHx0/ 56PGHOu1wcxPHdQijkNk8xPZskizi6cEemJJOu8bZxTGDyYCV9TWkgEePP + K9h49ACW7fuUOtVmc6mfHeu + / z13/9N4ynE5r1Jn6tThgmHJ0csrTaw2 + 5KFORVinjaEJSpNieBpKkRUWaFMzmc1zPo9lqIoTig0fvc35 + xPJSk5OTQ9IywfEdbN + llBVWlqTU/EDT8xd3bq1Ww/YcJtEUIQRREhPGemiUVyV5X ';
    t_request_body: = t_request_body | 'C3axfo1vXrZ1cJp9rcvgMVqoMAwDQxMDAFldcVsAllVKCWRhnUNI4ni+bVwJrEMptO51mJi0W0tcTmcIcsK33Fpt1og9bm93WoSRQnOIvH3eopagSGFVpdlCUk04ubNDVzXZn1zDa9mY5BzefiU8aiPmaSstNtcHB9wY2Mdl5L+yT5+rcHTjz7guU8vU38oOTnZJo8rfL/N1u1NlJDM0xi3FuDUAzp2l6SKuBgdEeUhcVqSlTPsms84HjOZzXFtjzCb83DnEbbn4xkBrh3w2i+9zqu5JI0zlDKRhknQbKJMRWUqZnnMaNJnNB/Rn1xieQ5Os4XtLVAQsiDNM8JwxmgyxBCK88E5aTjm6LxJrgpc36dS+bVN0/ztL37+DSX1SaPb6dBoNimqgiiOEJaB6VlcTgacXJ4SZwlxFhPnFX7NpSyqv7UK/P+vEFcMCkFZ5tfPvSo+hTIWx1MoC92K1SZYF8MyqCpJWRZYhiCaj5BZQWAFfOrep3ANnyqvWOotc3pyguVYYIBcjM1tYVFzfVzTQckCw5LYnsHJxSmFKkiKnNXVFS7OzhCVHh61Gw2WOx0Gl5d02k2iKMR1LFIZ83D/Z0RZSDQPCfwaR0dntFo9dvYOqDXqxHFMs9NkOLnk8GSXkpTJ7ILhbMzaZpeoyMirkqwoabXbZHlBvz/Asm3KstJH7EoSBD4rK2u4nk+cpAjDYGllmXk2Y57NOLk85mJ4wXg+wXRsusurmJbD7t5TlNKkQMe1yfOE4ajP9pNHIAoMJSllju3axFlEKSscz8V8+ e7WG0EQYNk2cZzouYGqGE/G2J7DPJ7THw84758zmU/AAsuzSNN8YcAxtDvrmhi+WD2kwjItfRJZfE1JhUBgGRamobcPVVVUZaVPHkIzPDU3S59GqrKgrK4g43pZ0X9OSTgZEFgOjnJ5/cGncbBxhEUap7iORVAPmM/HrK70kFXBZDjGtWyyONUrmiuJqphJNGPncJ9pOCevCj7z+';
    t_request_body: = t_request_body | 'md48tFjbNNiPp4QuAFJGCEMgWnZWLbJ5fiS3s1lLvp9zk/6DIchlulxenLBaDzn8OiQZrdNd6XFaNZn/+gJykyx3YqsjJEiZTQrQShsxyZOU6qywnU9wlnIxeUl89mce3fucnB4xOn5CffuvkB3qYdUCtO1GEVD5mnEYDRgGs6wfBfTtZEVNJotwjBhOg0pqwrP136UpwfbpFmEaQnC+VQfZW0DN3AxTYM4STBffeHWG4ZpYBomZVWRFzlVpaGQ4+lYS9fjOaPZiCiNdM7HFbRTk5xQV969RfTAM1+8/lhKfcS8IrpcuaXLqlhYEjViWRgWQiyOjaW20yl5VYTqlefKcGwZgjwa45s2rnDZXNtCVCaWYeK6HqC0o6tIyQvd3nZsi0ZQx7MclClJjJzD/hH96QivXsNv1CgrxdbNG3iOy5NHH5GEEZ6jay7TsphMxpRKoSwDx3cwLZelzjqrS5u4ToM0K0mynLyq2LixRme5jV+3Gc0vmE4vcGsGfgDjab7QsyqSuKIs5ULVBb7r0qg3sEyTd37y13zq1U9RVoo3336TWj3AcT0m4RjTtylUwSwOmcwmREkCGNSbTbrdZfYPjmnUW7TbGhQzGJ4xGvWRVYapeXVYtoFpacSRXGAwzf/ka195o9vrUVUlWZ4jlSSM5pz3L0iKFElFWmZMwylhEulwEiGQSoI0taX3mhC+SCdc6ByqckGrk7ogvUo+ vvq6qqoFKxqEMLUFTinKxRZhGgZSSaqqpCxyyrJAE9xMbEuQxXNcy6Jd77C1cQtLWChlUFQ5cRoRZxF + MyArU53p6XnkWUaVl4T5nIu4z08 + / CmXkzHLm2sYns3J + Sk3NrZYW11jPBiRxRlFnOPaWss4DUOkMLA9l6woaAZtXrjzCq + 8, Do3Np6jwmA4HHF6cUaSJ4ynQ3KVEaczxtMBnm, SaPjE6RwMm6KQyApcR4PbVCUpSr16RnGC67vs7u5dF68, eOdHBI0aXt3TJw3L0 ';
    t_request_body: = t_request_body | 'LliUpEXBWDge3UcxyPPKjqtDgLBxfkpF+fHSJnhehaGpTNHMDWZCA0DRiqJ+YufefDGldA1y3MuLy44Pj5iMptSa9SwHJNcFszmE+bxnHIhp6/kgnr78YgK9azqvKbKLj6vrvlOXBeelove my life/slBdPKGSz/oYSsrrC6OqdFqyZdn6okhDVFWxvrLJ88/dw7ZcLvsDTs/PuBhdMpqPaXYbzJI5mArTMOj3B+RZxiyd83R4wLvbD0llwcbNLQop2dvfY3N9naVOjxur66i85OTomKrU2aEgEKbQjNDKQiiLZq3NxtpNNm5sEdQbzOKE4XTM+eUFx+eH9IfnKFHiehYIMC2TTmeJQhpYpgUUqEpX4obQWShJlmrVlmERJxFhHPHg5QdUSvLjd37E3RdeIK1KhGFi2RZFUTKfhwDU601sy6PV7BLHKQcHBxwc7pEXCa12jXrDRYjq2cHAUBimui7KzfXV5hvj8Ri/FuB5HhcXF8RpzK3nbumrxjbI8pThZMhsPtVGFYPFsr6w2avFxXH9uFgNFAh0J/NZr1N/bAgD13VQSuesy+oK+6PZ06ah73ghruYiCzibQP9HGhWGAbMwZHl5jZWVddK04NFHH7Fz+JRZMqc0KzKVsXu4Q5TMNZRD6Ujp1MjYHx1wEV7g+DbdlR5REjIajnjw4ksst9qsdXvYhmB/e4dkgUUyDV0IZ1lO4NTJ4oL5NCLLC1zXp95qEzQCWt0Wk3CK4ZocnVxwdjHGsmE6m3N+PsC2PAK/pROKS0k8TykL8F0b1/ X0tlyBEhLf95nOJqRpyq3nblFr1Nl5+pTe0gpZVpEXJaPxmNFwhOf5bKxu0mq2mc9iDvb32d3Z0QIgz6RWs7FtsGyTvMgRhkAYYHwsjMf84t//3BtZkXNyckK2UAf7vodpmRRVAYYehA3HA8JIZ2wL81lBifrbWRQ/f9r4uNDl4ycQ29LgjKqUSKm7jcK4er4m7l1pLq+6n/p7NRLOq7kMhiMaj';
    t_request_body: = t_request_body | 'Q55UdHvj3iyt8MsmuM0fG7fv83l5IIne0+YRjMazQbLq8sEtRqpyti5eEyiUizXQpiCKAxBSj73mV+gVatTxRlNz+f46T5lllHlBVKWOJaNoQyKuEAVmokphIntudSadWrNJrVOg1a3xZ0X7zKbTdg/GFOVKXleMuhDGM4JAh/Xsqn5AZ5n4TgGhmFRFiV5XuBYFq1mi/6gT6PRJC8LKqV48MrLHB2dYLs1kqTEtTXxzsBgaXmZ1ZVVqkrxzjt/zcnJCVE8w/dtbFdQFDFQ4AcOcazDeGzLxDT11l1VFZbh2syikPfef5/1lVXu3LmDLHIuB5esrK/ojtICOGZZiw4nUGovvT4N/H9cFFePP/81pQRFUVFpEgIoA8PQf1elKkAuvl8+25IE6OilDJFLHGmTqpJJHDJ89BAbm7jMaa70WL6xRmu5w5PDJ8TkxLOY48EpG5ubmOSUZs4sGoHIQAhm8yEqVzTdJrYjSJI5VSKpuU0QEssUlHlOLnNs28RzfJIwJ/BdbMNBlJI8Sojmc1KzYj6faVyAJbj/0iuEaUqcRBgGdFoliJLBxQDPt+l2e2ysrhHHKZeXAyxh0mv3EKbDyckFrW6L2WzG5kYHr+bwnTf/klce/AKXlzFKGnQ6LVaadVzbwfc19ebi/JyDvac6dMfzcT1BJWPyHCpbU4ALqXAMgbBMMBWq1K+H9WRvl/39Q5xGjc7aGtMkQlSSrdu3QZUIExzTxrFcXMuhtCQlJVW5gH8i0UChq4JBby2Iq/ mFHq1rw6pYcDMFSj0jqHx8PgJXJxWJ41gaUl5WmidpGJo3XUmqoiRLcpQUlLLi9Pycmlun0+mxvLFGb3WVy/6Qs0EfYVhkec5p/4LBfETdrVGaFfN4grQKDNPGECVYJralqXVxFFN3mxRZybA/IgsTzYwATCvFwKRV80Ep0vmEokpxajZmzWQuU85HJ3yw+5iojDB8m+VOh6fTGbMkphHUMEyXKIwYDlPiqODGD';
    t_request_body: = t_request_body | 'e1ZMQ2H9ZtrfOqV1/n3X/+PrK6sc3hwQhDUsR2TwfCCWtNld/9DlnvPk8Q5WR6BcEjzBNvWrLLJdEReFXi2g21r0o9SAstEF/CVAdo+jCEsLCEoyJAVmPWV+hut3hI3nr9FWlaM5zMs18W0TKbTKZ7nYpkms9mU0WxMISXYtnaoK3W9i1xjWq5GHc/GHPqYuqD1X3GeEGAvGJIa5XzF3LqqQcA0tN5TVbqOsAxrMeoEpKLVaDHsD+k0OxS5xPE8Xry1rE7wAAALXUlEQVT/EkoKNje3iKOUw4Nj0iijWW+QFzlKKOzA4eB0h+PzHTodH9uwtGE6UfQaSzTsJsUsh1hysX9G/7RPmRQkSUYURzS6bcoiwzNhOrlEKG3KjpNIQ0qrlKe7H5HnIaZRYRolWRaR5bHOHXVcirLC9TTpP01LBsPpoj5QgMO9e6/w6Vc/R7e9xnQSMRyMCAIf37c5PdtjMDjHNBSOA3EyYzi6wPdsGq0as/mYi4tzDAuOT/o02wH1RpOirDAMmyxXeK5urjmOie96GJgUmSJPFFa7t4TnebSXV2j3JEnUwzdNaq5DYLt4rktegO8H1IMG81LHOaWlxDavMU4sJuDXj/z8hQJcZxyKZ5PQZ9vEJ3+JRS6Zzuis9LcuTiVSgRQKWZb4tsNoNMJz67z66qt0Ol3yQu/xp6fnpFGOIWyUNMmLjDCKGIcTJvMJvu+QJjGCEtesUxUKx7RYbi9RFwHLTpvTYYItHMpCLjydgvkswjIVNQMqmZOFJb5lIUqbg519lm8u8Ztf+irf+dF3 +ZvHPyUsU9Zvb7G1dYuj0wv6wwlFCc26hWM1cD2TJEmYz1LNF5MeZ6cDfC9nNk148NKr7O3tY5omeZGiVEGnW6c/OEYpiW07TKdTzk4OcByPqlS6sPQ9/BrXowLX8RdgW0WWPsuO1cuwpbmkqsTIsow8zxFC0Gg06PV61Ot1LcOv1ykKLWXXz9FNJ8dx6HSamIaJaZiL0';
    t_request_body: = t_request_body | '4S4XiSeFaF8oiC9Op3o4+lVjfExgi4mqL+LqGvqU8qCy3X1Fscxvu8zmUwwTZP19XWKoqDb7VJVFXt7e8RxfI2EzPP8GkkwnU4XbjhNlHMWlj6lFEEQXIuAR6MRaaFd+MI0MW2LWRTiOB7TMGVt/Sat7irzKGc6yxlPIs4v5szjin/8B3/E3/t7X6VWX+boeEgcKp679RJ3n/8UllljNo3IspyygCTJdJdYmMRRyvb2Lrbt8vDhI4KgThJnTMYz8qyk2ewyHI6ZTGYLE7i8tkxOJiNG4wFxEuJ62ruDkCgqHNfCtDTQPY7jxc2sPlE3CiEwBoPBtZfxmY9RvwDD4ZDLy0um0+n1i5gkGfOZ7hD+XUR4IZ6tHj//65NT1CtmteY2fJzSL7jKGvnkxSElVJW8lvAnSXKtzi6rnKOjIw4ODrBtk8PDQy4uLq79r1cA2Sv3eRzHCGFSlZox3my2r8NvrngXRVFwenpKFEXXanHLdLAsm7v3XmQwmnExmBJlJRU2pTSRwmMaFrz3wR7vvr9LqTy63RsIUSPPLRrNNdbW7tJurmIaPklcMBnPmU11fVQLmuR5yaMPPiJLC7a3d+hfjmg0WpydXTKZhPS6K8SRluKlacp8PseyLNbW1tja2mJ9fZ2VlRWk1JPlsiyuh11Xr20aJ4sEIUFVqUWCtH5dzMay/0ajUafVaWGbNkrqhBsDyOME2zLpdDr0VpYQlskkmhFnBcpQ2KZ9nXonrrV3V/0J8Yn+hH6Ocb1ifLwQuRqlL4he+ nOfYMWLRftbIqXCMExdY9gLWl9eYFn2IgQeVlfX + Na3vsl8PkcIsBwTpUoUmhuuhGIeTnEdRZamNJotWvUes3FMq9bhlXsv45senXqbR + 89JJrOcB0bBCR5SrfX5Utf/jJplHF8dkFSKJpLq0zijLPRBGk7CNtj + / CAy / Ec4fg02ys0Wst0OhtsbDzPvbv32d5 + TJGloKDICkxD4Hs + 0TxhMprjOTVkp';
    t_request_body: = t_request_body | 'fDdAIEgT3OyNMEy9enHMhyyJCMOI1QlcRwbz3OxTQvbMgnnM5RUpGmCaZp4tkNVltcXvO0KTEOr7ZVUlHlFVSjN0by6Q2azGUJBYFnYAk2qKzMMQ1BVOl3YNGyCwCFo1cjC+PqufzbzqBbLfbX4WF4/qivk/CJNr6rUNcj1CimsW97i+iSq+HhOqUIIee3huJLzX60aVQnPPXeH8/NzdnaOWFpqYJqLtGDjmfy/RNNv0kRimgZlCVEU69G+YVynG7muy/LyMmF/hMpLDXApJZ3eEq1uj7Ubm4yihCxTxHnBKIyod5a4c/8BTivgpbUu8zxinkWkVYFXa3Hjxi3A4eT4ANcKmJZDPNfBdUuKtGA+SzCwaLe7PN3d5zO/8DkOnh6SJiUP7r/CcNzn4XsPee7OFuE8ArhGW16hGuMwIQxDUArPd4gi47qYL8tywUNdZJBUUBRatlAWekW1pCyRUtvPro4owvWRpoEpLNI0Jc1ikjJmMB0SxzGFKMnS4mPRBM+yLq8GYXonuLrdnz2qj1WiUlagBIbQBmB9PL1iZj5LzNHNK30iMQydQGhZDlma4Lj6BBOGEd2Oz/r6Og8/+JD19SVc18ay/t+2zm63jeOO4r+Z/SK5FEWJ8ocstIltFE7cwI4RxA8Q5CZAH6qv1bxA0TQNDDuxkxQxaLmyIlPkcsnlcmfnqxezZFMgV7PA3gwwg/mfOXP+50jSXkKSSpwPFszOhA3Yto407WG0o6rqbn4wm82o7Iomq8iyDBFJNqqh2tY4PEmW8Xo65flPL/ EiQQtPpbac3b3Lg8efcvOPZ9RGYWLLsJ/RE2O2bUtrYDYrufq14NXL5/zhzj3KYgHWkiV9XOtRW00kYvr9Aavlmrra4oxjtax4+OAj7t27x/z9FQeDQ7J0wM5tN4qikAAE6LahWFzT7/fJ80lIB7GaVoe1FL7TtBCu+KYNycpGg7Oe+LcOMBCipbMsI4skk9EI0+YgHJqW0XKM78VcX';
    t_request_body: = t_request_body | ' F + xWW0625 + uFAjZ8RNdifid8f / + JE + KTryy3UgtNtgu3IRsMVvMEtnChJFEdWy4VY + IYoUq1JzNBb0sgGz2ZwnT54wnU5JkoisH5OkEqW2bOoSYzVplqJbFTrqncTocAq2yvD27QW2VLx1GblIads2uOC0hriXYK3nh1cvaZ3GCcu6bTm + / GGO0xnxwF1XV0DR7Xr1YFpRlSd1uaYVFa5AhcIZdTubu0WoHFv8XDGd/d3R78LiLzbZ74CmtxFjdnWBu7wATcIcnikSX3QFN67AWjKYLetmilEIIwSDvE0WHIcrKmC4 + W + G8YZCmCC9plaExFc3GIpQgVhHzeMj9 + / dZXV6znpe0rUHplk1Vc3U94/z8nNYoNAZbr5EWy ';
    t_request_body: = t_request_body | qpEWoNLUpTWzObXTM9/odHBVaeqNnz99d/YVg3OWLZ1iTMN2njyIYztAdYZhNj1vSb7K7qUYZ5FccG6WtLLe0wmEz56 + IDRaMzZ2RmXF + / 2rZI7ry + tQzkK3xYpPVqDEJ5YmD0D7b3AW481gv8C8TFzmA1hYFoAAAAASUVORK5CYII = "}, 'settings': {'Kale': {'þfin':" the day of the "anniversary of Dark helmet, car light speed is too slow ',' þnom ': K 'n', 'þraison':" pour your experience at the time as "analyst d" application of benchmarks RSTI "}, 'G T': {'þfin':"the end of the month", 'þnom': 'G T', 'þraison':"Pour your experience of 20 years in computer science"},'D G': {'þfin'}" : "as soon as possible ', 'þnom':'D G', 'þraison':" pour your knowledge of French and Korean language"}}}";



    t_request_body: = convert (t_request_body, 'UTF8');

    Dbms_output.put_line ('t_request_body: parsing completed successfully.) ") ;
    -DBMS_OUTPUT.put_line ('t_request_body: ' | t_request_body);


    / * Saying Oracle where the webservice, what kind of request is made

    and the HTTP version * /

    t_http_req: = utl_http.begin_request ('http://www.mycompany, com/ws/sendmail' )
    , "THE POST OFFICE".
    (' HTTP / 1.1 ');

    Dbms_output.put_line ('t_http_req: creation ');

    / * In my case the authentication of the Web service used with a user name, a password
    that was provided to me. You can skip this line if this is a public webservice.*.

    -utl_http.set_authentication (t_http_req, 'username', 'password');

    / * Describe in the request header to what kind of data is sent * /.


    Utl_http.set_header (t_http_req, 'Content-Type', ' application/json');


    Dbms_output.put_line ('t_http_req: initialization of l "size of header: ' | length (t_request_body));

    / * Describe in the request header the lengt of data * /.

    l_size: = length (t_request_body);

    Utl_http.set_header (t_http_req, "Content-Length", l_size);

    Dbms_output.put_line ('the header is setter properly.');

    / * Place the body of the request data * /.

    Utl_http.write_text (t_http_req, t_request_body);

    Dbms_output.put_line ('t_http_req: writing body in the ');

    / * make the actual demand for the webservice to catch the answer in one
    variable * /.

    t_http_resp: = utl_http.get_response (t_http_req);

    Dbms_output.put_line ('t_http_req: get the response ');

    / * Read the body of the response, so you can determine whether the information was
    OK received by the Web service.

    Go to documentation of webservice for what type of response, you

    should be expected. In my case it is:

    Ok
    */

    Start
    Utl_http.READ_TEXT (t_http_resp, t_respond);
    dbms_output.put_line (t_respond);
    exception
    while others then
    dbms_output.put_line ('error when reading the response');
    Utl_http.end_response (t_http_resp);
    end;



    Dbms_output.put_line ('t_http_req: write to the response "");

    / * Some closing? 1 releasing low memory, I think...*/

    Utl_http.end_response (t_http_resp);

    Dbms_output.put_line (' response > length: "' |") t_respond | '"');

    exception
    while others then
    Dbms_output.put_line ('error');
    Dbms_output.put_line (' error: ' | utl_http.get_detailed_sqlerrm);
    Utl_http.end_response (t_http_resp);
    end;

    end;

    My webservice is REST and JSON to consume.

    You have any ideas?

    When you pass a CLOB as varchar2 parameter, PL/SQL performs an implicit data conversion.

    Implicit data conversions are invariable A Bad Thing (tm) as a result in the inconsistent execution behavior.

    To use a CLOB, you launch a loop, reading n characters of CLOB in a varchar2, writing that the use of UTL_HTTP varchar2 and repeat until the entire CLOB contents have been written like that.

  • imitate the situation when the procedure call fails

    Hi all

    My need is to emulate the situation when the procedure call fails and I have an exception.
    How can I make it?

    You can use, RAISE_APPLICATION_ERROR to raise a custom exception, or you can create a situation where an exception will be raised-for example inserting duplicate data in a table with a uniqueness constraint, inserting data with an invalid foreign key, taking a tablespace offline, using too many characters in a string assignment... the list is long.

    Published by: Bravid on August 12, 2011 08:37
    typo

  • The RPD procedure call. Error ORA-14552 as it has a commit.

    Hi all

    I set up the call to the procedure of the RPD functionality.
    But our data base procedure called if engage in it which I think are not allowed and if we get this error.
    We must undertake once that end us the procedure. Please suggest how we can achieve this.

    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error occurred. [nQSError: 16001] ODBC error state: S1000 code: message 14552: [Oracle] [ODBC] [Ora] ORA-14552: cannot perform a DDL, validation or restoring inside a query or DML ORA-06512: at the 'DWH '. DWH_PA_TC_ACCRUAL_PKG', line 1565 ORA-14551: cannot perform a DML operation inside an application ORA-06512: at the 'DWH '. TRAILING_COST_FUNCTION', line 8. [nQSError: 16011] ODBC error occurred when executing SQLExtendedFetch to retrieve the results of an SQL statement. (HY000)


    Thank you.
    Pankaj

    Yes...

    Even I will post the same thing...
    Use of Pragma_autonamous_transaction before you start your code...

    Ex:
    Create or replace procedure procedure as
    pragma_autonamous_transaction
    Start
    *...*
    *....*
    *....*
    commit;
    end;

    This particular thing is,
    (1) allow to write TCL commands in the triggers.
    (2) used also in procedure nested to make each independent procedure for TCL.

    Try this...

    Thank you & best regards
    Kishore Guggilla

  • Remote procedure call (RPC) - how can I determine if a person has been access to my system remotely? I think someone is.

    I think that my computer is accessed remotely, files and emails being read. I disabled remote access in the Services section and have also disabled Mobile Sync; I did not use one of these services.

    When I took the remote procedure call (RPC) service and open the properties, the logon tab has the section "This account" clicked, "Network Services" typed in the box and a password. I can't change anything on this tab properties. I can't disable the service or disable the 'unattached profile '. How access to this service to make changes and more importantly, how can I confirm that someone logging into my system to remote and checking e-mails, files, etc.. This isn't a networked system, it's my computer in my home office. I am running Vista Ultimate.

    Thanks in advance for your help anticiapted.

    Hello

    Ultimate also has group policies that you can set to lock the machine - GPedit.

    Management of Windows Vista Group Policy (part 1) - see links to part 2 and 3
    http://www.windowsecurity.com/articles/managing-Windows-Vista-Group-Policy-part1.html

    Don't forget someone might access your email on the server, so do not forget to set a new password.
    As someone else has physical access to the computer?

    System Services stop isn't really the best/correct method to ensure safety.

    1. make sure that the system is free malware:

    Do a thorough check of the malware as no program detects and removes everything. Easy to find addition
    Malware is often accompanied by more difficult to discover and remove the payloads. Better to be cautious
    now that suffer the consequences later.

    It can be made repeatedly in Mode safe - F8 tap that you start, however you must also run them
    the Windows when you can.

    Download malwarebytes and scan with it, run MRT and add Prevx to be sure that he is gone. (If Rootkits run UnHackMe)

    Download - SAVE - go to where you put it-right on - click RUN AS ADMIN

    Malwarebytes - free
    http://www.Malwarebytes.org/

    Run the malware removal tool from Microsoft

    Start - type in the search box-> find MRT top - right on - click RUN AS ADMIN.

    You should get this tool and its updates via Windows updates - if necessary, you can download it here.

    Download - SAVE - go to where you put it-right on - click RUN AS ADMIN
    (Then run MRT as shown above.)

    Microsoft Malicious - 32-bit removal tool
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=AD724AE0-E72D-4F54-9AB3-75B8EB148356&displaylang=en

    Microsoft Malicious removal tool - 64 bit
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=585D2BDE-367F-495e-94E7-6349F4EFFC74&displaylang=en

    also install Prevx to be sure that it is all gone.

    Download - SAVE - go to where you put it-right on - click RUN AS ADMIN

    Prevx - Home - free - small, fast, exceptional CLOUD protection, working with other security programs. It comes
    a scan only, VERY EFFICIENT, if it finds something to come back here or use Google to see how to remove.
    http://www.prevx.com/   <-->
    http://info.prevx.com/downloadcsi.asp  <-->

    Choice of PCmag editor - Prevx-
    http://www.PCMag.com/Article2/0, 2817,2346862,00.asp

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

    If necessary here are some free online scanners to help the

    http://www.eset.com/onlinescan/

    http://OneCare.live.com/site/en-us/default.htm

    http://www.Kaspersky.com/virusscanner

    Other tests free online
    http://www.Google.com/search?hl=en&source=HP&q=antivirus+free+online+scan&AQ=f&OQ=&AQI=G1

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

    Also do to the General corruption of cleaning and repair/replace damaged/missing system files.

    Run DiskCleanup - start - all programs - Accessories - System Tools - Disk Cleanup

    Start - type this in the search box-> find COMMAND at the top and RIGHT CLICK – RUN AS ADMIN

    Enter this at the command prompt - sfc/scannow

    How to analyze the log file entries that the Microsoft Windows Resource Checker (SFC.exe) program
    generates in Windows Vista cbs.log
    http://support.Microsoft.com/kb/928228

    Run checkdisk - schedule it to run at the next startup, then apply OK then restart your way.

    How to run the check disk at startup in Vista
    http://www.Vistax64.com/tutorials/67612-check-disk-Chkdsk.html

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

    If we find Rootkits use this thread and other suggestions. (Run UnHackMe)

    http://social.answers.Microsoft.com/forums/en-us/InternetExplorer/thread/a8f665f0-C793-441A-a5b9-54b7e1e7a5a4/

    =======================================
    =======================================

    2 configure security - get a router with a built-in hardware firewall to add to your safety.

    Check with your router manufacturer and their forums because they usually have great information.

    Better to use WPA/WPA2 security if they are available and you can hide the SSID that will help
    help others to see the network (note on some routers more hide the SSID)
    causes of connection problems and if they find out the name he is more useful).

    Wireless network general recommendations of security for individuals
    http://theillustratednetwork.MVPs.org/LAN/SoHoWirelessSecurity.html

    Introduction to wireless network security
    http://netsecurity.about.com/od/Hackertools/a/aa072004b.htm

    10 tips for Wireless Home Network Security
    http://compnetworking.about.com/od/wirelesssecurity/TP/wifisecurity.htm

    Securing your wireless network
    http://www.practicallynetworked.com/support/wireless_secure.htm

    How to secure your router Linksys Wireless - similar can be used for other routers
    http://www.pctipguys.com/index.php?option=com_content&task=view&ID=57&Itemid=36

    What are the different wireless network security methods?
    http://windowshelp.Microsoft.com/Windows/en-us/help/b385cc8a-AF25-489e-a82e-decf6df26b681033.mspx#EZB

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

  • remote procedure call fail error fo vista SP2 printer installation

    I'm trying to reinstall my printer drivers and the HP software. I get the Windows Installer is not available. I have looked up lots of info on this and have tried many things but still seem to have a problem. This last time, I got the error message "the remote procedure call failed."  In services, the State of the PRC is started with Autostart upward, the RPC Locator is manual start. It is very annoying, because I can not use the HP printer. I disabled the AV and anti-spyware installation. Nothing seems to help

    Hello

    It sounds more like a problem with the installer for Windows rather than what it is with the printer itself.
    Have you tried to install other programs or equipment since the first see this message?
    If please see this thread and try again after the listed troubleshooting steps.
  • intermittent connection problem: 'the user profile Service service has no logon. The remote procedure call failed and did not execute. »

    Hello, I'm having intermittent problems with logging in my Windows 7 computer.

    Often after reboot due to applications of Windows Update or any simply restart after the holidays, I have the following message on trying to connect:

    "The service user profile Service has no logon. The remote procedure call failed and did not execute. "

    When I click 'OK', the machine disconnects and try to restart.  This can occur 2 to 5 times before _works_ .  But sometimes it happens at all.  And sometimes he _partially_ connects, but my "reminder" and the "Sidebar Gadgets' not loading not correctly and I get a different RPC error - for example, I lived once a message RPC over Skype cannot work because the remote procedure call failed.

    I'm fairly certain that it is different from the frequently reported issue 'profile of corruption', which was experienced by others.  This problem manifests itself as 'the user profile Service does not log. The user profile could not be loaded "and is reported as a blocking problem consistently reproducible which is set by the 'fixing' of the profile.

    However, the issue I feel is clearly related to an RPC problem is intermittent and not consistent - maybe one of my devices is not reset properly?  Where I can look in the logs of Windows, to provide relevant information on this subject?

    Because my computer was still under warranty, I have raised the issue of Dell and they removed the damaged system file (user account) last week.

    I hope that this will finally fix the problem (previously the error message disappear and reappear after a few weeks later.)  I'll give it a few more weeks to be sure.

  • Can not change the options in the remote procedure call

    I tried to open the remote procedure call in my Services. It is the value of Autostart and connect as a network system. However, all of these options, including the startup type, the service state, open a session on types and recovery have been grayed out so I can't change anything. I want to change my log on type, because I suspect it might be the reason for the inability of my laptop for install msi files. Is there a reason why I can't change anything in the remote procedure call? The remote procedure call Locator is thin. Any help would be greatly appreciated.

    Hi Logice,

    1. what happens when you try to install msi files? You receive an error message?

    2. did you of recent changes on the computer?

    The remote procedure call service is a very critical service of the system that you cannot change on the computer, as the editing options are disabled by design.

    MSI files are related to the Windows service install on the computer, if you receive an error associated with Windows install installing files msi on the computer I would suggest that you stop and restart the Windows service install on the computer and see if it helps.

    Manage services in Windows Vista

    http://Windows.Microsoft.com/en-us/Windows-Vista/manage-services-in-Windows-Vista-from-Windows-Vista-inside-out

    I hope this helps!

    Halima S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.

Maybe you are looking for