Host agent check errors for host

Dear All,
We have recently installed PI 7.4 system. While configuring in SolMan 7.1. i am facing issue that "Host agent check errors for host "
Managed System Configuration - >Assign Diagnostics Agents.
Kindly help me out..
Regards
Jay

Hi Jay,
Please confirm ownership & permission for directory /usr/sap/hostctrl .For ref please follow SCN link Problem with connecting SAP Host Agent
After that retry the phase.
Regards,
Gaurav

Similar Messages

  • Extended sytax check error for messages

    Hi I am doing a Extend syntax check for a report and i am getting fowloing error for the messages displyed in report. in the report the stranded message class' MESSAGE ID 00' is used. i am getting this error in extended check:
    No. of WITH fields of MESSAGE 398 for ID 00
      TEXT-001
    No. of placeholders in this message: 4
    Message: & & & &
    Highest placeholder number in long text: 4
    Long text:
    &CAUSE&
    Please suggest me how to correct the same. i tried taking the text element but too i am getting this messages.
    plz help me
    mahesh

    Hi Mahesh,
    The message number 398 of message class 00 has four place holder, which means its expecting you to pass 4 values in message statement. It seems you are pass just one parameter after TWITH .
    You can either pass SPACE for rest of parameters as
    MESSAGE s398(00) WITH 'TEST' space space space.
    or you can hide the message with "#EC *
    MESSAGE s398(00) WITH 'TEST' .                              "#EC *

  • SQL Server Agent Jobs error for Slowly changing dimension

    Hi,
    I have implemented Slowly changing dimension in 5 of my packages for lookup insert/update.
    All the packages are running good in SSDT. And when i deployed the project to SSISDB and run the packages all are running successfully. But when i created a job out of that and run the packages, then 3 packages ran successfully and 2 packages failed. 
    When i opened All Execution Report. I found the following error:
    Message
    Message Source Name
    Subcomponent Name
    Process Provider:Error: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005. An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 10.0"  Hresult: 0x80004005  Description:
    "Login timeout expired". An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 10.0"  Hresult: 0x80004005  Description: "A network-related or instance-specific error has occurred while establishing
    a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online.". An OLE DB record is available. 
    Source: "Microsoft SQL Server Native Client 10.0"  Hresult: 0x80004005  Description: "Named Pipes Provider: Could not open a connection to SQL Server [53]. ".
    Process Provider
    Slowly Changing Dimension [212]
    Then i opened Provider package in SSDT and changed the source reading record limit from 4,00,000 to 15,000 in source query and deployed again and run, then the job succeeded. more than 15,000 failed.
    And in the 2nd experiment, I removed slowly changing dimension task and implemented normal lookup for insert/update, and set the source reading limit again to 4,00,000 and deployed again and run, then the job succeeded.
    Now i am not able to figure out, what exactly is the problem with Slowly changing dimension task for more than 15,00 records in SQL Server  Agent Job run?
    Can anybody pls help me out.
    Thanks
    Bikram

    Hi Vikash,
    As i have mentioned in the above post, below 2 scenarios: 
    "Then i opened Provider package in SSDT and changed the source reading record limit from 4,00,000 to 15,000 in source
    query and deployed again and run, then the job succeeded. more than 15,000 failed.
    And in the 2nd experiment, I removed slowly changing dimension task and implemented normal lookup for insert/update, and set the source reading limit again to 4,00,000 and deployed again and run, then the job succeeded."
    That means i am able to connect to sql server.
    But if i change the 1st scenario and read 4,00,000 records, the job fails and shows the above mentioned error.
    Similarly in the 2nd scenario, if i implement SCD look up,  the job fails and shows the above mentioned error.
    And i am consistently reproducing this.
    Thanks
    Bikram

  • Prerequisites check error for English language pack

    Hi All,
    We are installing Diagnostics Agent on Windows Server 2008 R2 Enterprise.
    While installing in prerequisites checker we are getting error about language pack.
    The error log from sapinst_dev is as follows:
    TRACE      2011-11-22 12:29:46.571
    tPRCResults.insertRow(), inserting
    We have already installed SAP Solution Manager 7.1 on that server. But now It is showing error.
    In Region And Language of OS it is showing English (United States)
    Please help us to solve this issue.
    Thanks & Regards,
    Ishan

    Hi,
    As per your question:
    message:Make sure that the English language pack is installed on your operating system so that your support requests can be handled quickly.
    I am sure your English Language Pack is already Installed in your Server,So you have to IGNORE the message and move forward
    with your Diagnostic Agent Installation.
    Thanks & Regards
    Ajitabh

  • Extended program check error for cl_salv_table= factory

    hi all,
    when performing Extended Program check, I am getting some warning message
    code
        DATA: lc_msg TYPE REF TO cx_salv_msg.
    *. Create Instance for ALV
      TRY.
          CALL METHOD cl_salv_table=>factory
            IMPORTING
              r_salv_table = go_alv
            CHANGING
              t_table      = ts_z3rl_docket.
        CATCH cx_salv_msg INTO lc_msg .
      ENDTRY.
    Error message;
    No Exception Handling After the CATCH Statement  
    (The message can be hidden with "#EC NO_HANDLER) 
    how to handle this message?? how to recitfy this?
    kindly help

    Basically, this message appears because, you are trying to CATCH the exception in the exception object, but you are not accessing this exception object. If you do want to give the  message, if you catch some exception, you should do like this:
    *. Create Instance for ALV
    TRY.
      CALL METHOD cl_salv_table=>factory
        IMPORTING
           r_salv_table = go_alv
        CHANGING
          t_table = ts_z3rl_docket.
      CATCH cx_salv_msg INTO lc_msg .
         lv_string = lc_msg->get_text( ).   " <
         message lv_string type 'I'.  "<
    ENDTRY.
    Or, if you don't want to handle the exception, you can do like this:
    TRY.
      CALL METHOD cl_salv_table=>factory
         IMPORTING
           r_salv_table = go_alv
         CHANGING
           t_table = ts_z3rl_docket.
      CATCH cx_salv_msg.      "#EC NO_HANDLER
    ENDTRY.
    Regards,
    Naimesh Patel

  • Using MEREQ001 u2013 Checking error for data in customer data tab.

    Hi Guys,
    I have implemented MEREQ001 enhancement to add custom field in CUSTOMER DATA tab at item level. I want to validate the custom fields for error and display RED dot in front of the line item number when user press SAVE button.
    I am using EXIT_SAPLMEREQ_005 for validating the custom field when user press SAVE button.
    Is this the correct exit for this requirement.
    Can somebody share to code to display the RED dot in front of the line item which has error in custom fields?
    Thanks in advance.

    I think it's right
    U need to tranfer the message to exporting parameter or raise an error message

  • Bypass Prerequisits Check errors for packages

    Trying to install 11gR2 on a Desktop PC with Debian 'squeeze' (ver. 6) OS . Installed all required packages suggested. However, am now stopped at the Prerequisite Checks mainly because all the package versions listed as errors (29 packages) are more current than those require by the install. I was hoping not to go back, download and install older versions of the packages. Is there a way to bypass these errors?

    Hi;
    Trying to install 11gR2 on a Desktop PC with Debian 'squeeze' (ver. 6) OS . Installed all required packages suggested. However, am now stopped at the Prerequisite Checks mainly because all the package versions listed as errors (29 packages) are more current than those require by the install. I was hoping not to go back, download and install older versions of the packages. Is there a way to bypass these errors?Debian is not supported, its mean you could hit many error message during installation and also after installation, i suggest use OEL distro(free) instead of Debian
    Regard
    Helios

  • %HWIC_HOST-1-RX_CRC_ERROR: HWIC_HOST: Host termination logic experienced an HWIC CRC error for Interface

    Hi,
    we observe errors logs on the router as below ,please check and update if its trouble issue or abnormal behavior as we dont see any Services interuppted in the router currently.
    Jun 17 06:18:57.208: %HWIC_HOST-1-RX_CRC_ERROR: HWIC_HOST: Host termination logic experienced an HWIC CRC error for Interface Descriptor Block 0x30A5F9A0
    Jun 17 06:19:08.632: %HWIC_HOST-1-RX_CRC_ERROR: HWIC_HOST: Host termination logic experienced an HWIC CRC error for Interface Descriptor Block 0x30A5F9A0
    Jun 17 06:19:09.452: %HWIC_HOST-1-RX_CRC_ERROR: HWIC_HOST: Host termination logic experienced an HWIC CRC error for Interface
    LS-EMAX-LAMCY-MPLS uptime is 18 weeks, 21 hours, 38 minutes
    System returned to ROM by power-on
    System restarted at 08:52:33 UTC Mon Feb 10 2014
    System image file is "usbflash0:c1900-universalk9-mz.SPA.151-4.M4.bin"
    Last reload type: Normal Reload
    LS-EMAX-LAMCY-MPLS#
    NAME: "CISCO1921/K9 chassis", DESCR: "CISCO1921/K9 chassis"
    PID: CISCO1921/K9 , VID: V05 , SN: FCZ1652902A
    NAME: "Enhanced High Speed WAN Interface Card-1 Port Gigabit Ethernet SFP/Cu on Slot 0 SubSlot 0", DESCR: "Enhanced High Speed WAN Interface Card-1 Port Gigabit Ethernet SFP/Cu"
    PID: EHWIC-1GE-SFP-CU , VID: V01, SN: FOC16486ADD

    Hi,
    Its indeed the bug CSCuo71154
    https://tools.cisco.com/bugsearch/bug/CSCuo71154/?reffering_site=dumpcr
    There is no release where the bug is fixed at the moment, though there is a workaround by enabling flow control.
    Thanks
    "Please rate the post if found useful"

  • Ensuring the agent is up for all targets on a host

    Had an issue where the DBA's did not notice the agent on one host was down until it was too late.
    Is there a way to validate without DBA intervention (from the repository or OMS) werther or not the agent is working for ALL databases in an environment?
    Any ideas appreciated.
    Chris

    In OEM:
    Select Preferences (top - right hand corner) -> Notification Rules -> Click "Subscribe (Send E-mail" on Agents Unreachable -> Apply
    Under Notification rules you will find several interesting notifications that OEM can email you about.
    Hope this helps.
    Cheers

  • Error in identifying control File  , check alert for more details

    Hi ,
    I am unable to create user in the database , I can connect to sqlplus as sysdba
    Getting the following error :
    Error in identifying , check alert for more details :
    When I run : Show Parameter Contol_Files ;
    I am getting control01.ctl and control02.ctl with their paths mentioned.
    Kindly Help .

    1> env |sort
    COLORTERM=gnome-terminal
    CVS_RSH=ssh
    DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-YFSE8cCveS,guid=1736156c077604e0df1154004fe9c3bb
    DESKTOP_SESSION=default
    DESKTOP_STARTUP_ID=
    DISPLAY=:0.0
    G_BROKEN_FILENAMES=1
    GDMSESSION=default
    GDM_XSERVER_LOCATION=local
    GNOME_DESKTOP_SESSION_ID=Default
    GNOME_KEYRING_SOCKET=/tmp/keyring-C6CnCJ/socket
    GTK_RC_FILES=/etc/gtk/gtkrc:/home/oracle/.gtkrc-1.2-gnome2
    HISTSIZE=1000
    HOME=/home/oracle
    HOSTNAME=localhost.localdomain
    INPUTRC=/etc/inputrc
    KDEDIR=/usr
    KDE_IS_PRELINKED=1
    KDE_NO_IPV6=1
    LANG=en_US.UTF-8
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    LOGNAME=oracle
    LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
    MAIL=/var/spool/mail/oracle
    OLDPWD=/home/oracle
    ORACLE_HOME=/home/oracle/app/oracle/product/11.2.0/dbhome_1
    ORACLE_SID=ORCL
    PATH=/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/oracle/bin:/home/oracle/app/oracle/product/11.2.0/dbhome_1/bin
    PWD=/home/oracle/app/oracle/product/11.2.0
    SESSION_MANAGER=local/localhost.localdomain:/tmp/.ICE-unix/12103
    SHELL=/bin/bash
    SHLVL=2
    SSH_AGENT_PID=12142
    SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    SSH_AUTH_SOCK=/tmp/ssh-IPvxh12103/agent.12103
    TERM=xterm
    USERNAME=oracle
    USER=oracle
    _=/usr/bin/env
    WINDOWID=26243546
    XAUTHORITY=/tmp/.gdmAO4NGW
    XMODIFIERS=@im=none
    2>Output of ls-l
    -rw-r----- 1 oracle oracle 9748480 Jun 30 00:53 /home/oracle/app/oracle/oradata/orcl/control01.ctl
    -rw-r----- 1 oracle oracle 9748480 Jun 30 00:53 /home/oracle/app/oracle/flash_recovery_area/orcl/control02.ctl
    3>
    SQL> show parameter control_files;
    NAME TYPE VALUE
    control_files string /home/oracle/app/oracle/oradat
    a/orcl/control01.ctl, /home/or
    acle/app/oracle/flash_recovery
    _area/orcl/control02.ctl
    4>
    SQL> startup
    ORACLE instance started.
    Total System Global Area 839282688 bytes
    Fixed Size 2217992 bytes
    Variable Size 494929912 bytes
    Database Buffers 339738624 bytes
    Redo Buffers 2396160 bytes
    ORA-00205: error in identifying control file, check alert log for more info
    I did by trying , startup upgrade , startup nomount
    but still facing the same error.
    Kindly help.

  • Resolving error for determination for agents and buffering

    Hi,
    Can u please let me know how to resolve buffering error and agent determination error, by which way and what tcode are there for it if any ?
    One more question is there how to test workflow and how to restart it with issues?
    Thanks
    Parag

    Hi parag ,
    how to resolve buffering error -
    To resolve buffering errors 
    1) Use Synchronize Runtime Buffer  ( SWU_OBUF)
    Always refresh the runtime buffer when you have made a change in a task definition or after transporting
    new workflows  or versions of workflows that are to be used on the day of tranport .
    2) use the refresh organizational environment option in Business workplace ( SBWP)  or in start workflow  function ( SWUS) .This refreshes buffers for current user id .
    agent determination error
    to solve agent determination errors ,you can take help from following tcodes -
    swi1_rule  - Execute rules for work items
    swi2_adm1  -  Execute work items without agents
    swia - Execute work items without agent check
    how to test workflow and how to restart it with issues
    SWPR - workflow restart after error
    swi2_diag -Diagnosis of workflow with errors
    SWPC  -  continue workflow after system crash
    SWUD - workflow diagnosis
    swus - test workflow
    hope this helps.
    Thanks,
    sahiba

  • Every time I TRY to start firefox 18-19 I get an error message : Firefox has stopped working - close the program and check online for a solution - or - close ..

    Every time I TRY to start firefox 18-19 I get an error message : "Firefox has stopped working" - "close the program and check online for a solution" - or - "close the program" this happens TWICE every time I try to start firefox. Eventually after a random number of tries firefox will start normaly. I am useing firefox 19.0.2 now bit I belive it started when I upgraded to firefox 18 but am not sure, it might have been when I upgraded to firefox 19 ... but it has been happening for a very long time and I cannot find any helpfule solutions online.
    I have tried a Clean reinstall but it did not help.

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * You can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • Every time I TRY to start firefox 18-19 I get an error message : Firefox has stopped working - close the program and check online for a solution - or - close th

    Every time I TRY to start firefox 18-19 I get an error message : "Firefox has stopped working" - "close the program and check online for a solution" - or - "close the program" this happens TWICE every time I try to start firefox. Eventually after a random number of tries firefox will start normaly. I am useing firefox 19.0.2 now bit I belive it started when I upgraded to firefox 18 but am not sure, it might have been when I upgraded to firefox 19 ... but it has been happening for a very long time and I cannot find any helpfule solutions online.

    Certain Firefox problems can be solved by performing a ''Clean reinstall''. This means you remove Firefox program files and then reinstall Firefox. Please follow these steps:
    '''Note:''' You might want to print these steps or view them in another browser.
    #Download the latest Desktop version of Firefox from http://www.mozilla.org and save the setup file to your computer.
    #After the download finishes, close all Firefox windows (click Exit from the Firefox or File menu).
    #Delete the Firefox installation folder, which is located in one of these locations, by default:
    #*'''Windows:'''
    #**C:\Program Files\Mozilla Firefox
    #**C:\Program Files (x86)\Mozilla Firefox
    #*'''Mac:''' Delete Firefox from the Applications folder.
    #*'''Linux:''' If you installed Firefox with the distro-based package manager, you should use the same way to uninstall it - see [[Installing Firefox on Linux]]. If you downloaded and installed the binary package from the [http://www.mozilla.org/firefox#desktop Firefox download page], simply remove the folder ''firefox'' in your home directory.
    #Now, go ahead and reinstall Firefox:
    ##Double-click the downloaded installation file and go through the steps of the installation wizard.
    ##Once the wizard is finished, choose to directly open Firefox after clicking the Finish button.
    Please report back to see if this helped you!

  • Errors with SharePoint Security Token Service: "The revocation function was unable to check revocation for the certificate"

    I'm getting these errors in the eventlog and ULS, "An operation failed because the following certificate has validation errors:\n\nSubject Name: CN=SharePoint Security Token Service, OU=SharePoint, O=Microsoft, C=US\nIssuer Name: CN=SharePoint Root
    Authority, OU=SharePoint, O=Microsoft, C=US\nThumbprint: <STS CERTIFICATE THUMBPRINT>\n\nErrors:\n\n RevocationStatusUnknown: The revocation function was unable to check revocation for the certificate."
    The errors point to the SharePoint Security Token Service as the issue ("The revocation function was unable to check revocation for the certificate") reported back by the Topology service.  This is apparent when executing a search, accessing
    the managed metadata service, issuing SPSite commands in Powershell, or anything that needs to run through the "SharePoint Web Services" site.  I've looked at the certificate assigned to that site and everything appears to be in order. 
    It would seem to me to be either an incorrect endpoint configuration (internally cached perhaps?) or related to security access for the configuration database (in order to validate the certificate root).
    What I’ve tried so far:
    I’ve been all over the certificate settings, both in the server store, and within SharePoint Token Service config.  Both appear to be configured correctly such that the root CAs can be validated.
    Re-entered the passwords for the application pool domain accounts to eliminate these as a potential cause.  I’ve also verified the service accounts reporting the error, do have access to the configuration database.
    Re-provisioned the STS service to see if that might clear out any cached issues and validated everything else according to this
    MS Tech note.
    So far nothing has worked.  Is there anything else I could be looking at that I've missed? (Full eventlog detail below)
    Log Name:      Application
    Source:        Microsoft-SharePoint Products-SharePoint Foundation
    Date:          2/20/2015 11:19:41 AM
    Event ID:      8311
    Task Category: Topology
    Level:         Error
    Keywords:      
    User:          <SP SERVICE ACCOUNT>
    Computer:      <SHAREPOINTSERVER>
    Description:
    An operation failed because the following certificate has validation errors:\n\nSubject Name: CN=SharePoint Security Token Service, OU=SharePoint, O=Microsoft, C=US\nIssuer Name: CN=SharePoint Root Authority, OU=SharePoint, O=Microsoft, C=US\nThumbprint: <STS
    CERT THUMBPRINT>\n\nErrors:\n\n RevocationStatusUnknown: The revocation function was unable to check revocation for the certificate.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-SharePoint Products-SharePoint Foundation" Guid="{6FB7E0CD-52E7-47DD-997A-241563931FC2}" />
        <EventID>8311</EventID>
        <Version>14</Version>
        <Level>2</Level>
        <Task>13</Task>
        <Opcode>0</Opcode>
        <Keywords>0x4000000000000000</Keywords>
        <TimeCreated SystemTime="2015-02-20T17:19:41.213852500Z" />
        <EventRecordID>1611121</EventRecordID>
        <Correlation />
        <Execution ProcessID="10212" ThreadID="10328" />
        <Channel>Application</Channel>
        <Computer><SHAREPOINTSERVER></Computer>
        <Security UserID="<SP SERVICE ACCOUNT>" />
      </System>
      <EventData>
        <Data Name="string0">CN=SharePoint Security Token Service, OU=SharePoint, O=Microsoft, C=US</Data>
        <Data Name="string1">CN=SharePoint Root Authority, OU=SharePoint, O=Microsoft, C=US</Data>
        <Data Name="string2"><STS CERT THUMBPRINT></Data>
        <Data Name="string3">RevocationStatusUnknown: The revocation function was unable to check revocation for the certificate.
    </Data>
      </EventData>
    </Event>

    Hi Darren,
    This problem seems to occur when an administrator deletes the local trust relationship of the farm from the Security section of the Central Administration website
    In order to resolve this problem, the local trust relationship has to be created. This can be done by running the following PowerShell commands
    $rootCert = (Get-SPCertificateAuthority).RootCertificate
    New-SPTrustedRootAuthority -Name "localNew" -Certificate $rootCert
    After running the above commands, perform an IISReset on all servers in the farm.
    More information:
    http://support.microsoft.com/kb/2545744
    Best Regards,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • Bridge CC on opening gives "Adobe Bridge CC has stopped working" Uninstalled, re-installed same error, will not run. "check online for a solution" does nothing.

    Bridge CC on opening gives "Adobe Bridge CC has stopped working" Uninstalled, re-installed same error, will not run. "check online for a solution" does nothing.
    Bridge worked great for a while then started to fail when starting. Old Bridge CS6 still works fine. HELP ... please.

    You problem is in the Fault Module MSVCR80.dll
    Do a web search for this.  Here is one LINK

Maybe you are looking for

  • Hi. My IPad stopped printing on my HP photosmart premium AirPrint compatible primer

    I have an HP c310a printer that supports AirPrint. It will no longer print webpages or email from My Ipad but it prints wirelessly from laptops and will print photos using HP IPrint ap. I contacted HP support and was told it's probably a problem with

  • Unfsd memory leak?

    Has anyone else experienced this issue? I started compressor and forgot about it. Several days later, I find my system is using massive amounts of swap: 23 GIGs. I have a 16 gig machine, so this is really crazy. I rebooted and that cleared it up. Did

  • Oracle 11g R2 - AWR Section UnOptimized Read Reqs / Optimized Read Reqs

    Hello guys, using Oracle 11g R2 more and more i have checked out the new AWR and its sections. I have found some section lke this SQL ordered by Physical Reads (UnOptimized)DB/Inst: SID/sid  Snaps: 20296-202 -> UnOptimized Read Reqs = Physical Read R

  • Premiere Pro CS6 playback freezes, regenerates .pek and .cfa files

    When I try to watch something in a sequence, the Program Monitor freezes. The playhead moves in the timeline as usual and the audio plays just fine, but the visual freezes. Sometimes it stops a few seconds after I start playing and sometimes the vide

  • POST DATA TO ASP

    Please help me to send post data. I can send data to asp but i dont know how to send file atachment to asp web page. any help wellcome <form name="frmSend" method="POST" enctype="multipart/form-data" action="uploadForm.asp" onSubmit="return onSubmitF