Handing error in FM

Hi,
i am using FM 'HU_CREATE_GOODS_MOVEMENT' in my program.I want ot store the error records in internal table while processing. FM has error data in EXPORT parameter. But when i pass data its popping up error message 'Matriel xxx not maintained in Plant xxx 'and terminating the program.
Please suggest how to store data in internal table.

Hi,
Try calling it like this.
CALL FUNCTION 'HU_CREATE_GOODS_MOVEMENT'
* EXPORTING
*   IF_EVENT             =
*   IF_SIMULATE          = ' '
*   IF_COMMIT            = ' '
*   IF_TCODE             = 'HUMO'
*   IS_IMKPF             =
*   IT_MOVE_TO           =
*   IT_INTERNAL_ID       =
*   IT_EXTERNAL_ID       =
* IMPORTING
*   EF_POSTED            =
*   ES_MESSAGE           =
*   ET_MESSAGES          =
*   ES_EMKPF             =
* CHANGING
*   CT_IMSEG             =
EXCEPTIONS
  error_message = 99.
Note the exceptions have been handled with error_message  = 99.
Regards,
Ankur Parab

Similar Messages

  • When i open or close a page i will get ( EXC in ev handi:error: bad NPobject as private data...this happened after downloading new version

    I never had this problem till had to down load the new Firefox, now i get this message rather closing a page or opening it..
    Exc in ev handi: Error: Bad NPObject as private data. what can i do//????

    Disable McAfee siteadvisor and check the problem still persist or not?

  • How can hande error in ale

    hi,
    please help me about how can hande error in ale.
    where exactly the role of abaper in ale.
    if tell briefly , then deffinitely i wii appreciate ur effort.
    regards.
    subhasis.

    hi ,
    Check out these links ,probly you get some idea .
    If you are not able to get it ,pls revert me back.
    <a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/78/217e2951ce11d189570000e829fbbd/frameset.htm">http://help.sap.com/saphelp_erp2005vp/helpdata/en/78/217e2951ce11d189570000e829fbbd/frameset.htm</a>
    <a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/14/98b0c8c10a11d2960400a0c930e0da/frameset.htm">http://help.sap.com/saphelp_erp2005vp/helpdata/en/14/98b0c8c10a11d2960400a0c930e0da/frameset.htm</a>
    <a href="http://help.sap.com/search/highlightContent.jsp">http://help.sap.com/search/highlightContent.jsp</a>
    <b>Reward Useful answers!!</b>
    Regards,
    Siva

  • Custom Error Handling

    Hello,
    I would like to create a custom error handler in a model file similar to the ErrorHandlerExample.seq.
    In my case, I will be handing errors genereated in several different dlls.  We are trying to avoid writing wrappers around the dll functions to fill in the TestStand error strings.  However, this information is available by calling a "get error message" function in the dll.  Since I have more than one dll and more than one handle that I will need to check the errors for, I need to know the information about the step that caused the error.  Is there a way to get more information about the step that caused the error?  I might have a dll function call that had the format: 
    kiOpenVSA(StationGlobals.KiManager, StationGlobals.VsaSession, StationGlobals.VsaResourceString, StationGlobals.DisplayEnable, StationGlobals.SendInitCommands)
    Based on the parameters of the function call, I would be able to call the correct error handling function.
    Thanks,
    Mike
    Solved!
    Go to Solution.

    Hi Mike,
    If you want to pragmatically get the name of the DLL file, DLL function and parameters that were called in a previous step, you will first need to reference the step in which the DLL call was made and use the following TestStand API.
    Assuming that the DLL was called in the previous step you can use the following expressions using TestStand 4.1.
    Access the dll function expression
    RunState.PreviousStep.Module.CommonCModule.FunctionCall
    Access the dll function name
    RunState.PreviousStep.Module.CommonCModule.FunctionName 
      Access the parameters
    RunState.PreviousStep.Module.AsDllModule.Parameters.item(index)
    Note that if you are using an older version of TesStand, these functions may not work and you may have to use the ActiveX/COM steps to access this information.
    I hope this helps.  
    Message Edited by S_Hong on 02-10-2009 05:02 PM
    Message Edited by S_Hong on 02-10-2009 05:07 PM
    S_Hong
    National Instruments
    Applications Engineer

  • Pass Parameter value through hyperlink?

    Hello and a Happy New Year to everyone!
    I have an ASP.NET web application that I am making. I was wondering if it were possible to pass a value to a CR that has a parameter value.
    In my example, I have a report called rptLicenseReport. This report has a parameter value of FileNo. Which comes from the field File No in the table License Applications in the database (Access) . Of course, CR does its own curly bracket thing for the parameter... but I was wondering if it was possible to have a hyperlink on my main page that points to the report.aspx page (which holds the report viewer, and the report as a whole) while passing the File Number.
    Essentially I would like the link to look like : www.urllinkhere.com/report.aspx?FileNo=6
    and when clicked that path would open the report.aspx page and pass the FileNo into the report. I have tried to make the report and have the link pass just like that but the report comes back with an error stating that there is no parameters chosen/given (thinking off-hand, error is something like that).
    Any help with this problem would be greatly appreciated. For those interested my report is in VB language, not C#.
    Much Thanks!
    --Matt
    Edited by: Matthew Gonzalez on Jan 2, 2009 8:50 AM

    AG,
    Much thanks for the code, I modified it to fit my VB environment and it worked well. What I have it doing is utilizing some of the earlier information on the http requerying having the labelID in the URL get posted to a label. Using your code I then have the label ID set as the parameter source. This worked fine and it now populates the report with the ID of the earlier record selected.
    Here's my code as an FYI and future reference:
    Protected Sub LabelReference (ByVal sender As Object, ByVal e As System.EventArgs) Handles form1.Load
            lblID.Text = CInt(Request.QueryString("FileNo"))
        End Sub
        Protected Sub ReportDocument(ByVal sender As Object, ByVal e As System.EventArgs) Handles CrystalReportSource1.DataBinding
            Dim rdoc As New ReportDocument
            Dim rptValue As Object
            rptValue = CInt(lblID.Text)
            rdoc.Load(Server.MapPath("~/files/rptLicenseView.rpt"))
            rdoc.SetParameterValue("FileNo", rptValue)
            CrystalReportViewer1.ReportSource = rdoc
        End Sub

  • Database problem / copy & delete failures

    Dear all,
    I work with five projects having interrelationships.
    1.I had the reflection of a project
    2.Reflection project was exported and sent to contractor as xer file.
    3.xer file sent by contractor was imported into the reflection project and it was checked ,and it was ok.
    4.so source project should have been deleted to eliminate the interrelationships which would not be valid anymore.
    5.I tried to delete original project used for reflection (as source) and it could not have been deleted. (error message : PRMDB-3740-2)
    6.TO be able to work , I had tried to copy 5 projects which have interrelationships with each other ( project intended to be deleted was not one of them ), copy could have not be completed and failed.
    7.but 5 new projects are added to database with exactly the same project id's with the copied ones.
    8.I've changed the names the secondary projects and now I'm working on them. But I have doubts if any problem would arise due to incomplete duplication.
    your kind support will be highly appreciated.
    hermis
    thanks in advance.

    Hi,
    actually the process seems same as what I tried, but I work p6v7 and I do not have chance to merge the reflection if it is updated in another database !
    If you have suggestions to be able to keep the project as "reflection" after imported the one sent by contractor, I'll try.
    on the other hand , error messages are as follows :
    PRMDB-3740-2 :
    PRM DBAccess Error : Database Server Error : The statement has been terminated.
    The DELETE statement conflicted with the REFERENCE constraint "fk_taskpred_task_2". The conflict occured in database "PMDB_HGMain",table"dbo.TASKPRED", column "pred_task_id".
    when I press ignore and try to delete that project again the error message is :
    TINAT-2680-D : There is no active transaction.
    I'd like to understand the reason of the problem. Because this process will be done for each update !
    thanks again,
    hermis

  • Untertitel encore 1.5

    Hilfe, bin mitten im Projekt. Alles läuft prima bis auf die Untertitel. Sobald ich diese einfüge, sei es über script oder auch per Hand: error. Bitte unter anderer Version abspeicher.
    Das tue ich regelmäßig, bis irgendwann die Meldung kommt, nicht genügend Speicher. Das ist Blödsinn. Speicher gibts genug. Wer kann mir helfen?

    Hallo Rudi,
    nicht nur vielen Dank - denn es hat geklappt, denn in meiner Hektik habe ich die Bezeichnung WYSIWYG irgendwie
    verbaselt ( das kannte ich ) habe
    mich aber nicht richtig ausgedrückt und
    das in der Taskleiste eine Monitoranzeige war, ist mir bis dahin
    noch nie aufgefallen.
    Also nochmals vielen dank aus dem Land
    "Erbarmen - die Hesse komme" und wenn schon Deine Antwort aus dem schönen Kärten - vielleicht in der Nähe aus Greifenburg ? - dann Grüße in Berg den
    Filialleiter der Sparkasse Sepp Sattlegger und in Dellach den Zahnschlosser oder besser Zahnarzt Horst Laber. Ach ja - Anji - heute Anna - die Schullehrerin nicht zu vergessen. Viele alte Erinnerungen wurden wach. Pfier di - Schreibt man das so ?
    Heinz

  • Error message in the  middle left hand of portal

    Hi,
          I am  getting the following  kind of error message in the  middle left hand of portal(Quick Create),
    "<b>Error occurred. Contact the administrator and report the exception ID in the log: 00145EC53868009000000B93001820000004265B5BB688B3</b>.
         Can any body tell me the reason for causing this error message and how to rectify this error message.
         This requirement is urgent
         Thanks in advance.
    Regards,
    Ravi.

    Hello
    Can you see the defaulttrace file for more details?
    Open up Visual Administrator and go to Log Viewer.  Then open up the Defaulttrace file. Generate the same error message and look in the file for more details.
    What do you see?
    And of course.. What did you do to make this error ?
    Best Regards
    Kristoffer Engh

  • HT4113 My sister just handed me one of her old iphone but when i am trying to use it, it is showing iphone is disabled ,please connect to itunes and when i ma trying to use it in recovery mode it is asking for update and when doing so it is showing error.

    Well my sister lives in US and she just handed me her old iphone 3gs. The phone was locked to AT&T .While trying to acees it an error message is popping up that Iphone is disable,Please connect to itunes.Well i downloaded a new version of itunes and while connecting it in recovery mode and tryuing to update it it is giving an error.i asked my sister to unlock the phone so i could use it on any network .she has applied for it and will get the code in one week. What should i do?? Please help.

    Restore the device as new with an AT&T SIM card or wait until it is unlocked and restore as new with another carriers SIM.

  • Error code -50 or system hand when copying

    Hi all
    I'm hoping someone can give me some extra info about an error code -50 / system hang that I keep experiencing. I've already done some research so I think I know where the problems might lie but not exactly how to solve them.
    OK, my iBook hard drive is getting full, possibly too full, it's a 60Gb drive with 8.5Gb free space when I boot, which drops to around 7.8 Gb when I've been working for a while. I backup to an HFS+ formatted Lacie d2 drive connected by firewire.
    To free up disk space on the iBook I decided to get a Netgear readyNAS duo, use this as a backup device. Then use the firewire drive to store and work on data which would previously have been on the internal drive.
    So no I have the firewire drive set up, with all the data and I'm trying to backup to the readyNAS before deleting anything on my iBook drive. So far I have tried the following to copy data from the iBook, or from the firewire drive to the readyNAS:
    1) Copy and paste using Finder
    2) NTI Shadow backup software (supplied with the Netgear readyNAS)
    3) Chronosync (trial copy)
    4) Synk 6.4 pro
    Using these methods (and the trial software within it's imitations) I get the following results:
    1) Finder will produce "Error Code -50" message sometimes and stop. Other times the whole Finder will just hang after approx 650Mb of data has been copied. The whole Finder stops responding and the only solution has been to force shut down using the power button.
    2) NTI Shadow will produce a series of errors saying the file or folder could not be created (I'm guessing this is it's response to a system Error Code -50) and sometimes will hand.
    3) Chronosync will copy most items but not all - "error creating file/folder" is the result. Sometimes it hangs.
    4) Synk 6.4 has the same result as Chronosync.
    After looking though posts here and on the readynas.com forums, it seems the problem may be one of three things, in order of likelihood:
    1) Characters used in some of the file/folder names are OK in HFS+ formatted disks but not compatible with whatever format the readyNAS uses for it's disks (I'm guessing a linux/unix format). The readyNAS does support AFS, which it says is the best file system to use for Mac systems.
    Therefore, what characters should be removed from file/folder names before trying to copy? Is there a definitive list somewhere?
    2) The current iBook disk space is not large enough to allow me to copy over all the files in one go. I don't think this is the case as I've not been trying to back up the whole lot.
    3) There is a permissions issue. Again, I have set all permissions on the readyNAS volume to 777 so I don't think the problem is this.
    4) Max file size on the readyNAS. One file tried to copy is a 700Mb zip file, this is the file which has caused Finder to hang more than any other, after about 650Mb has been transferred
    Any comments / advise will be really helpful, even if it's just to help me discount a theory.

    Hi BDAqua
    We were talking about a similar topic here a few weeks ago! My answers are below:
    BDAqua wrote:
    -50 paramErr Error in user parameter list
    Apple's advice...
    http://docs.info.apple.com/article.html?artnum=107095
    I can connect to the shared drive fine and can copy/delete/move most individual files to and from the NAS. The error-50 comes during copy of multiple files.
    How big is the Firewire drive?
    320Gb - easily large enough
    I'm thinking you should make a complete bootable clone to it myself.
    Get carbon copy cloner to make an exact copy of your old HD to the New one...
    http://www.bombich.com/software/ccc.html
    This is exactly how I've been backing up in the past except using Superduper (not Carbon Copy Cloner) to create bootable backups. The issue now is that I need to free up space on the iBook hard drive.
    If the NAS can be formatted for AFS/HFS+/MacOSextended, then that is best.
    I don't know what format the disks use. I think the readyNAS uses a form of linux as it's OS. It does support AFS however.
    Shame you already got the NAS, they're popular, but quirky.
    Yes, beginning to regret it but still can't say for certain if I'm doing something wrong or if the unit simply does not work as advertised. I bought this unit because of it's advertised AFS support and OSX compatibility, also for it's RAID capability and easy expansion
    filename/path length can be a problem as well as the illegal characters are / ? \ : * | ", as well as any character you can type using the Ctrl key.
    That makes a long list of characters to check, especially over approx 175000 files... I was planning to use Spotlight to do the checks but maybe you know of a quicker way?
    Just one more thought, I have an old Win XP box with more than enough space to try a backup to there. If the backup works without problems, it means a) I can try connecting to the NAS using SMB and b) it provides a good control case for working out what the problem is.
    Thanks for the help!

  • ORA-12518: TNS:listener could not hand off client connection (DBD ERROR: OCIServerAttach)

    Hi again,
    I'm on my enterprise management console and Database Instance and Listener shows the green arrow, but the Agent Connection to Instance shows a red downward arrow and the error:
    Status: Failed
    Details: ORA-12518: TNS:listener could not hand off client connection (DBD ERROR: OCIServerAttach)
    My OraClrAgnt service is up and running (using winxp pro, oracle 11gR2), I'm on my home pc, all my ports are open (my machine's name is "abigail" and it is dmzhost)
    Any suggestions to resolve this error?
    My Tnsnames ora:
    ABIGAIL =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = ABIGAIL)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = orcl.0.0.10)
    LISTENER_ORCL =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = ABIGAIL)(PORT = 1521))
        (CONNECT_DATA =
          (SID = ORCL)
    RMAN =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = ABIGAIL)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = rman.abigail)
    My listener.ora
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = CLRExtProc)
          (ORACLE_HOME = E:\app\abigail\product\11.2.0\dbhome_1)
          (PROGRAM = extproc)
          (ENVS = "EXTPROC_DLLS=ONLY:E:\app\abigail\product\11.2.0\dbhome_1\bin\oraclr11.dll")  
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
          (ADDRESS = (PROTOCOL = TCP)(HOST = ABIGAIL)(PORT = 1521))
    ADR_BASE_LISTENER = E:\app\abigail
    My SQLNET.ORA
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (EZCONNECT, TNSNAMES, LOCALHOST)
    NAMES.TRACE_LEVEL = ADMIN
    My alert file
    <msg time='2013-10-10T20:47:02.687-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='ABIGAIL'
    host_addr='::1'>
    <txt>10-OCT-2013 20:47:01 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=SYSTEM))(SERVICE_NAME=orcl.0.0.10)) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=38289)) * establish * orcl.0.0.10 * 12518
    </txt>
    </msg>
    <msg time='2013-10-10T20:47:02.687-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='ABIGAIL'
    host_addr='::1'>
    <txt>TNS-12518: TNS:listener could not hand off client connection
    TNS-12560: TNS:protocol adapter error
    </txt>
    </msg>
    My listener status and services
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 32-bit Windows: Version 11.2.0.1.0 - Produ
    ction
    Start Date                10-OCT-2013 22:47:58
    Uptime                    0 days 0 hr. 2 min. 1 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   E:\app\abigail\product\11.2.0\dbhome_1\network\admin\l
    istener.ora
    Listener Log File         e:\app\abigail\diag\tnslsnr\ABIGAIL\listener\ale
    rt\log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ABIGAIL)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
      Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orcl.0.0.10" has 1 instance(s).
      Instance "orcl", status READY, has 8 handler(s) for this service...
    The command completed successfully
    LSNRCTL> services
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
      Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:0 refused:0
             LOCAL SERVER
    Service "orcl.0.0.10" has 1 instance(s).
      Instance "orcl", status READY, has 8 handler(s) for this service...
        Handler(s):
          "D006" established:0 refused:0 current:0 max:800 state:ready
             DISPATCHER <machine: ABIGAIL, pid: 1312>
             (ADDRESS=(PROTOCOL=tcps)(HOST=ABIGAIL)(PORT=1060))
          "D005" established:0 refused:12 current:0 max:800 state:ready
             DISPATCHER <machine: ABIGAIL, pid: 1288>
             (ADDRESS=(PROTOCOL=tcps)(HOST=ABIGAIL)(PORT=1061))
          "D004" established:0 refused:1 current:1 max:16383 state:ready
             DISPATCHER <machine: ABIGAIL, pid: 1260>
             (ADDRESS=(PROTOCOL=tcp)(HOST=ABIGAIL)(PORT=1063))
          "D003" established:0 refused:1 current:1 max:16383 state:ready
             DISPATCHER <machine: ABIGAIL, pid: 1140>
             (ADDRESS=(PROTOCOL=tcp)(HOST=ABIGAIL)(PORT=1062))
          "D002" established:0 refused:1 current:1 max:16383 state:ready
             DISPATCHER <machine: ABIGAIL, pid: 140>
             (ADDRESS=(PROTOCOL=tcp)(HOST=ABIGAIL)(PORT=1059))
          "D001" established:0 refused:1 current:1 max:16383 state:ready
             DISPATCHER <machine: ABIGAIL, pid: 1072>
             (ADDRESS=(PROTOCOL=tcp)(HOST=ABIGAIL)(PORT=1057))
          "D000" established:0 refused:1 current:1 max:16383 state:ready
             DISPATCHER <machine: ABIGAIL, pid: 748>
             (ADDRESS=(PROTOCOL=tcp)(HOST=ABIGAIL)(PORT=1058))
          "DEDICATED" established:0 refused:0 state:ready
             LOCAL SERVER
    The command completed successfully

    I added this on my listener.ora
    DIRECT_HANDOFF_TTC_LISTENER=OFF
    Works now!
    Moral of the story, google is ur friend lol. Thanks for the reply tho!

  • Error using the SQL conversion tool for Hand Held Management 7

    This is for Zenworks 7 HandHeld Management.
    I can't seem to find any mention of the SQLConv.exe tool in the
    documentation for Hand Held Management??
    Does any one have any?
    Also when using this tool I get the following error message:
    Error: DB-29 Database Message (1 of 2)
    Thursday, October 05, 2006
    An error occurred while executing the SQL command <CREATE
    DATABASE [ZENHM]>.
    Error: GEN-2 General Message (2 of 2)
    Thursday, October 05, 2006
    A database exception was caught: <>.
    ODBC Return Code: <-2>
    Return Code Meaning <>
    Additional Information: <>

    cactus,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Recently purchased a 2nd handed iphone 4 (that's all i afford) but when trying to create icloud account it give me "com.apple.appleaccount error 403" message. I am asking for support and advice.

    recently purchased a 2nd handed iphone 4s(that's all i afford) but when trying to create icloud account it give me "com.apple.appleaccount error 403" message. I am asking for support and advice.

    Did you already check this post?
    Re: I am facing problem in signing in iCloud on my iPhone. when I enter my Apple ID, I got the message which is: "The Operation could't be completed. (com.apple.appleaccount error 403.)"  Kindly solve my problem. I want to sign iCloud from my iPhone.worri

  • I get this error message in the bottom left hand corner of the pages I visit ?

    I have an HP Pavillion Slimline using Windows 7 with 64 bit. When I surf from page to page, I keep getting this error message in the bottom left hand corner of the window. Sometimes it says "Done with error" or just "Error". How do I fix this problem ?
    This question was solved.
    View Solution.

    Commonly it's a script error on the page your presently viewing. See: http://support.microsoft.com/kb/308260
    I am a volunteer. I am not an HP employee.
    To say THANK YOU, press the "thumbs up symbol" to render a KUDO. Please click Accept as Solution, if your problem is solved. You can render both Solution and KUDO.
    The Law of Effect states that positive reinforcement increases the probability of a behavior being repeated. (B.F.Skinner). You toss me KUDO and/or Solution, and I perform better.
    (2) HP DV7t i7 3160QM 2.3Ghz 8GB
    HP m9200t E8400,Win7 Pro 32 bit. 4GB RAM, ASUS 550Ti 2GB, Rosewill 630W. 1T HD SATA 3Gb/s
    Custom Asus P8P67, I7-2600k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX660 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Custom Asus P8Z77, I7-3770k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX670 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Both Customs use Rosewill Blackhawk case.
    Printer -- HP OfficeJet Pro 8600 Plus

  • [HELP] 10g error TNS-12518: TNS:listener could not hand off client connecti

    Hi all,
    TNS-12518: TNS:listener could not hand off client connection
    (when I do a sqlplus, it hangs for one two minutes, then the error above shows)
    My oracle 10g is installed in a windows system. this error only happens when the database is heavily used for some time. After I restarted the Listoner, the connection is ok again. Does anyone has a solution for this? Thanks a lot.
    Jason

    Monitor your page file usage on Windows system (I assume its a 32 bit machine). When Windows starts to swap Oracle SGA into page file., you encounter TNS errors. Strange but we have observed this.
    If you can allocate more free physical memory on the server (by removing unwanted applications from the memory), then you can reduce these errors.
    Permanent solution would be to add more physical RAM (with 4GT on 32 bit) or switch to 64 bit architecture.
    Message was edited by:
    Satish Kandi
    Typo corrected and added following.
    You can set DIRECT_HANDOFF_TTC_LISTENER=OFF in listener.ora and restar the database as temporary solution. Check metalink Doc ID: 233747.1

Maybe you are looking for

  • SAP DMS - How to do an external DMS configuration for the existing system ?

    Hi All. Greetings. Request help and understanding. Am new to the world of SAP. And request SOME clarity for understanding of DMS. We are wanting to put an external DMS server and wish to configure for the same. So that the load on the production SAP

  • Is it possible to have mixed orientations in one folio?

    Is it possible to have some articles that are are only portrait and some articles be only landscape in the same folio? I'm basically running into the issue of what to do with content that was a spread in the print edition of the magazine. I'm at a sm

  • Change Request demanded while creating a Sales Order

    Dear All, I am creating a Sales Order. The solution is using user exits to communicate between SD and TEM. Whenever we create a Sales Order its corresponding sales order and line item is updated in TEM table HRVPAD25. While saving the Sales Order, it

  • ORA-01152 -- When Bringing Up Standby Database

    Hi All, I'm trying to bring a standbye database on the same server as my primary database. i'm doing this to play around, hoping to do it with PRD using separate servers. I have found several good step by step references for doing this. I'm currently

  • Project name in smod

    Where can we see the project name in smod transaction?