Error in Oracle9iAS when registering Lotus Notes?-pls help.

Hi..
I not sure whether to post my problem here, or in Portal forum...
I got this error when registering Lotus Notes mail in Portal(We done all the step, but stuck in the Final Step). I know, maybe you will ask me to post it in PDK/Lotus Notes Forum, but, one of my friend said that This is Portal/Oracle9iAS Error..
can anybody pls help me? Where to configure in the server to let Lotus Notes app is ok?
This is the error that come out when we tried to register the Lotus Notes Mail...
"500 Internal Server Error
java.lang.VerifyError: (class: com/ibm/CORBA/iiop/GenericServerSC, method: dispatch signature: (Lcom/ibm/CORBA/iiop/IIOPInputStream;Lcom/ibm/CORBA/iiop/IIOPOutputStream;)V) Illegal use of nonvirtual function call at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:120) at com.ibm.CORBA.iiop.ORB.registerSubcontracts(ORB.java) at com.ibm.CORBA.iiop.ORB.<init>(ORB.java) at java.lang.Class.newInstance0(Native Method) at java.lang.Class.newInstance(Class.java:237) at org.omg.CORBA.ORB.create_impl(ORB.java:284) at org.omg.CORBA.ORB.init(ORB.java:328) at lotus.domino.cso.Session.OREFtoSession(Session.java:703) at lotus.domino.cso.Session.<init>(Session.java:57) at lotus.domino.cso.Session.createSession(Session.java:36) at lotus.domino.NotesFactory.createSession(NotesFactory.java:67) at oracle.portal.integration.lotusnotes.application.ApplicationLogin.authenticateUser(Unknown Source) at oracle.portal.integration.lotusnotes.application.ApplicationLogin.performLogin(Unknown Source) at oracle.portal.integration.lotusnotes.application.LotusProvider.process(Unknown Source) at oracle.portal.integration.lotusnotes.application.ExternalServlet.doGet(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:244) at javax.servlet.http.HttpServlet.service(HttpServlet.java:336) at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:59) at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283) at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:523) at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269) at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:735) at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.AJPRequestHandler.run(AJPRequestHandler.java:151) at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].util.ThreadPoolThread.run(ThreadPoolThread.java:64)

Yes I have YemuZip & it works but need something that is either menu or automated. I have tried to use automator to automatically archive a .dat file when I add it to the folder where these files are stored...but can't get it to work. I haven't used automator before.
I have the workflow done but it will only run when I go to the menu & select the workflow - I though the whoel point was that it was automatic?
Anyway if YemuZip is the only way I can do it I guess I will have to wear it - I thought it may be a simple thing to alter the way OS X handles the compression...
Thanks!

Similar Messages

  • My lockscreen did not showing me time and it lags, help PLS!  it´s only black background with unlock button and it lags when i unlocking it  pls help

    My lockscreen did not showing me time and it lags, help PLS!
    it´s only black background with unlock button and it lags when i unlocking it
    pls help

    It's not an Apple issue and Apple has nothing to do with it.
    The only way to buy an iPhone officially refurbished by Apple is to buy it from an Apple store or via Apple's website.
    Refurbished iPhones sold via other retailers are not refurbished by Apple.
    Sounds like Wireless Wave did all they could... they refunded your money.
    Your only issue is with them.  Stop getting all worked up over it.

  • Incoming Payment Error(-2028) Data source - No data found, pls help me

    Dear friend,
    Im struggle in Adding Incomming Payment, I got -2028 Error msg,
    DATA SOURCE – NO DATA FOUND pls help me to solve
    Its My code
    Public Sub incopay(ByVal oform As SAPbouiCOM.Form)
            Dim incom As SAPbobsCOM.Payments
            Dim value As Integer
            Dim strerror As String
            Try
                Dim rset As SAPbobsCOM.Recordset
                oitem = oform.Items.Item("om")
                oedit = oitem.Specific
                vfd1 = oedit.String
                incom = ocompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oIncomingPayments)
                incom.AccountPayments.AccountCode = acc
                incom.AccountPayments.AccountName = accn
                incom.AccountPayments.Decription = "deposit"
                incom.AccountPayments.SumPaid = vfd1
                'incom.CardCode = "C1"
                'incom.CardName = "Shama Broadcast Contents & Services (P) Ltd."
                incom.DocDate = Now
                incom.DueDate = Now
                incom.TaxDate = Now
                incom.DocCurrency = "INR"
                incom.Reference2 = 2
                incom.JournalRemarks = "Incoming Payments - 161020"
                'incom.AccountPayments.Add()
                'value = incom.Add
                incom.CheckAccount = "102020"
                incom.Checks.DueDate = Now
                incom.Checks.CountryCode = "IN"
                incom.Checks.BankCode = "HDFC"
                incom.Checks.Trnsfrable = SAPbobsCOM.BoYesNoEnum.tNO
                incom.Checks.CheckSum = 100
                incom.Checks.Add()
                incom.AccountPayments.Add()
                value = incom.Add
            Catch ex As Exception
                oapp.MessageBox(ex.Message)
            End Try
            ''incom.AccountPayments.Add()
            ''value = incom.Add()
            If value <> 0 Then
                ocompany.GetLastError(value, strerror)
                MsgBox(value & "   " & strerror)
            End If
        End Sub
    Regards,
    Hempradeep.S

    Hi Hempradeep,
    I haven't tried executing your code, but suggest that you try and solve it with elimination. This means you make your code shorter and shorter until it posts.
    So firstly take out the account payment and the check payments and just do a cash payment and see if it posts. If it posts then you gradually add the code you hade previously until it gives you that error again.
    That error you got can be because of many reasons. It could be that the cardcode, gl account, currency, etc, etc, etc does not exist. It could be because of any data you specify from another table does not exist or does not relate to this object. Like when you're posting to a customer and you actually specify a supplier (just an example and not your problem).
    Start with a very basic incoming payment and work your way up to the code you've got there now.
    Good luck,
    Adele

  • HT204382 Jfiles, still getting error message that required codec is not available -- Help!

    Just installed Telestream to open wmv files, but still getting error message that required codec is not available -- Help!

    I'm still getting that same message how did you fix it? i installed the wmv player or Flip4Mac (i'm unsure if thats the same program), but even after i am still getting the pop up saying " The movie ____.avi" can't be opened. What am i doing wrong?

  • TA38529 i am getting an error code 2330 when installing itunes, can u help??

    i am getting an error code 2330 when installing itunes, can u help??

    iPad: Basic troubleshooting
    http://support.apple.com/kb/TS3274
    iTunes: Specific update-and-restore error messages and advanced troubleshooting
    http://support.apple.com/kb/TS3694
     Cheers, Tom

  • Error during data transfer from Lotus Notes to SAP via JCO - Urgent Help Required

    Dear SAP Expert:
    I need your help! Recently getting error during data transfer to SAP. I need your suggestion!
    I am transferring Lotus Notes data to SAP via JCO, recently getting the below error msg, could you pls tell me what could be the reason?
    Please suggest me how to fix that kind of issue.
    "com.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE: Error in ABAP/4 statement when processing an internal table. table.
    at com.sap.mw.jco.rfc.MiddlewareRFC$Client.nativeExecute(Native Method)
    at com.sap.mw.jco.rfc.MiddlewareRFC$Client.execute(MiddlewareRFC.java:1244)
    at com.sap.mw.jco.JCO$Client.execute(JCO.java:3842)
    at com.sap.mw.jco.JCO$Client.execute(JCO.java:3287)
    at SAPAdapter.execute(Unknown Source)
    at JavaAgent.fillBapiAndWriteBackToNotes(Unknown Source)
    at JavaAgent.NotesMain(Unknown Source)
    at lotus.domino.AgentBase.runNotes(Unknown Source)
    at lotus.domino.NotesThread.run(NotesThread.java:249)
    Thanks in advance! Your help would be highly appreciated! Thanks again!

    error is clear, check your abap code.

  • Desktop Sync Error on Local Sync with Lotus Notes Address Book

    Blackberry Desktop Manager -  Ver 4.2.0.14
    Lotus Notes - Ver 7.0 HF227
    Blackberry Smartphone - Pearl 8100
    Hi All,
    I am a new Blackburry and Forum user and I have a Sync issue.
    When I sync my Local Lotus Notes Address book,  its stops part way through the sync saying "Unable to write application data record." and will not continue.  I believe there is a record in my Address Book that has an error that the software cannot deal with, but as the records are not synced in alphabetical order I cannot work out which record is at fault.
    Here is a copy of the last part of the Log file.
    Create Target File:
       ADD "Birtles"
       ADD "Kinnear"
       ADD "Hankin"
       ADD "Thomas"
       ADD "Flack"
       ADD "Streek"
       ADD "Rideout"
       ADD "Allies"
       ADD "Griffin"
       ADD "Wood"
       ADD "Mendelson"
       ADD "Crabb2"
       ADD "Jacob"
       ADD "Hewson"
       ADD "Carter"
       ADD "Bowe"
       ADD "Ralph"
       ADD "Matha"
       ADD "Templar"
       ADD "Crabb"
       ADD "Stroud"
       ADD "Sturrock"
       ADD "Hastings"
       ADD "Wife"
       ADD "Rumble"
       ADD "Wellington"
       ADD "Crapper"
       ADD "Phillips"
       ADD "Dodsworth"
       ADD "Guess"
       ADD "Fotheringham"
       ADD "Powell"
       ADD "Blackburn"
       ADD "Surbuts"
       ADD "Ciccone"
       ADD "Versallion"
       ADD "Moore"
       ADD "Clapson"
       ADD "Turner"
       ADD "Briody"
       ADD "Harries"
       ADD "McCluskey"
       ADD "Curran"
       ADD "Allman"
       ADD "Piatek"
       ADD "Dentist"
       ADD "Bank2"
       ADD "Credit Card"
       ADD "Stanley"
       ADD "Swan"
       ADD "Hooper"
       ADD "Bolden"
       ADD "Burch"
       ADD "Card Protection Plan"
       ADD "Bank1"
       ADD "Hair"
       ADD "Back"
       ADD "McGrath2"
       ADD "Brother"
       ADD "Bowe2"
       ADD "Bramley"
       ADD "Wren"
       ADD "Cherrington"
       ADD "Crabb3"
       ADD "Cissell"
       ADD "Doctor"
       ADD "Harrison"
       ADD "Daly"
       ADD "Siverns"
       ADD "Fisher2"
       ADD "Field"
       ADD "Bartholomew"
       ADD "Holdcroft"
       ADD "Howe"
       ADD "Mills2"
       ADD "Morris"
       ADD "Potter"
       ADD "Playfoot"
       ADD "Saunders"
       ADD "Sellins"
       ADD "Turner2"
       ADD "Sellins2"
       ADD "Walters"
       ADD "Simmerson"
       ADD "Warlow"
       ADD "Luxford"
       ADD "Sansum"
       ADD "Mills3"
       ADD "Mills"
       ADD "Garnham"
       ADD "Goodyear"
       ADD "Tele meeting"
       ADD "U.S. HelpCenter"
       ADD "Viotto"
       ADD "Bank4"
       ADD "Hotel2"
       ADD "Travel Insurance"
       ADD "Astur"
       ADD "Little Cottage"
       ADD "Insurance"
       ADD "Harding"
       ADD "Dorday"
       ADD "Bates"
       ADD "Opticians"
       ADD "Shannon"
       ADD "Traffic"
       ADD "Voice mail"
       ADD "Summers"
       ADD "Cunningham"
       ADD "Burgess"
       ADD "Cooper"
       ADD "Green"
       ADD "Lobley"
       ADD "O'Neill"
       ADD "Lee"
       ADD "Hannum"
       ADD "Creamer"
       ADD "Robinson"
       ADD "199 help desk"
       ADD "Low"
       ADD "Wills"
       ADD "Neagus"
       ADD "Cook"
       ADD "Briody2"
       ADD "Fisher"
       ADD "Smith2"
       ADD "Hill"
       ADD "Nuth"
       ADD "Leverett"
       ADD "Taxi"
       ADD "Reclaim Yard"
       ADD "Harland"
       ADD "McGrath"
       ADD "Cester"
       ADD "Chasmar"
       ADD "Hamblin"
       ADD "Sheard"
       ADD "Steele"
       ADD "Street"
       ADD "Hotel"
       ADD "Wodcke"
       ADD "Briody3"
       ADD "Dulwich"
       ADD "Sellins3"
       ADD "Cpw"
       ADD "Allen"
       ADD "Taylor"
       ADD "Toomey"
       ADD "Duffin"
       ADD "Bank3"
       ADD "McClymont"
       ADD "Stooke"
       IGNORE "<Unspecified>"
    Total Target Records:  153
    Field mapping used for translation:
       Lotus Notes                       Handheld
       Title --------------------------- Salutation
       Last name ----------------------- Last Name
       First name ---------------------- First Name
       Middle name --------------------- Middle Name
       Company ------------------------- Company Name
       Job title ----------------------- Title
       Comment ------------------------- Notes
       Categories ---------------------- Categories
       Spouse -------------------------- User Defined 2
       Children ------------------------ User Defined 1
       Office phone -------------------- Work Phone
       Office fax ---------------------- Fax
       Cell phone ---------------------- Mobile Phone
       Pager --------------------------- Work Phone 2
       Home phone ---------------------- Home Phone
       Email address ------------------- Internet Address1
       Web page ------------------------ Web Address
       Bus Street Line 1 --------------- Address1
       Bus Street Line 2 --------------- Address2
       Bus Street Line 3 --------------- Address3
       Business City ------------------- City
       Business State ------------------ State/Prov
       Business Zip -------------------- Zip/Postal Code
       Business Country ---------------- Country
       Home Street Line 1 -------------- Home Address1
       Home Street Line 2 -------------- Home Address2
       Home Street Line 3 -------------- Home Address3
       Home City ----------------------- Home City
       Home State ---------------------- Home State/Prov
       Home Zip ------------------------ Home Zip/Postal Code
       Home Country -------------------- Home Country
    Unable to write application data record.
    Translation Canceled!
    Has anyone encounteretd this problem and if so how did you diagnose which record is at fault?
    any help greatfully received.
    Cheers Roberto

    pc suite only allows sync to local pc, not server. think that it has something to do with memory...
    the steps are quite straight forward though. just go to pc suite sync, click settings, then new config/ settings & follow the the steps...

  • When using Lotus Notes with the latest version of firefox notes will not allow me to attach files?

    Uner firefox version I was able to attach muliple doc within my Lotus notes, after upgrading I now get an error message. Program error. What else can I do to fix the problem other than going back to the old version?

    I only have an HSA account with USbank, and my screen looks fine.
    If the website is okay, you can try goto options->advanced->network, and clear the web cache and try again.

  • When using lotus notes travel I cannot open or even see email attachments with firefox 4

    I use Lotus notes travel to view emails. Before downloading Firefox 4 (I was using the previous version) attachments to emails were always seen and available. Neither seeing or viewing is true with Firefox 4.

    Maybe this workaround will do it for you: https://support.mozilla.com/de/questions/778689

  • Crawl error-- error in attaching child docs!! pls help!!

    hi,
    am getting this error when crawling . can anyone provide some clues??
    Error in attaching to container node Crawler Start Node to get child documents and containers: IDispatch error #19876 (0x80044fa4): [SOAP fault: faultcode='soap:Server' faultstring='System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> Plumtree.Remote.NoLongerExistsException: Channel: ***/***/***/*** at CmsCrawler.CWSContainer.AttachToContainer(String sContainerLocation, ChildRequestHint oHint, String Locale) in C:\***\***\***\****\****\CWSContainer.cs:line 118at com.plumtree.remote.crawler.NativeContainerProvider.AttachToContainer(String sContainerLocation, Int32 nHint, String Locale)at com.plumtree.remote.crawler.xp.XPContainerProvider.AttachToContainer(String sContainerLocation, Int32 nHint, String Locale)at Plumtree.Remote.Crawler.Soap.ContainerProviderSoapBinding.AttachToContainer(String ContainerLocation, String Locale, Int32 ChildRequestHint)--- End of inner exception stack trace ---']
    I uninstalled and reinstalled .net framework and tried crawling again but of no use. it gives the same error no matter i try on different cms postings.
    Has anyone faced the same problem bfore? pls help.
    Regards

    Hi,
    Goto SM59 and check if both the RFC destination are fine. Also go to SLDAPICUST transcation and see you have given proper SLD URL, USER and pass.
    Check this link
    http://help.sap.com/saphelp_nw04/helpdata/en/78/20244134a56532e10000000a1550b0/content.htm
    Also try to follow the steps in the document attached this note:
    817920 - XI Readiness Check
    Thanks
    Swarup

  • Getting an error in deploying the SalesQuoteDemo application. Pls help.

    As part of my project work, I have to understand BPM/SOA Suite. As part of this, I installed SalesQuoteDemo and all related softwares in my laptop. I have also configured the Weblogic/SalesQuotesDemo as given in the attached PDF documents. Finally, While deploying the application to Weblogic, I am getting this error. I am able to login to BPM Workspace as well as Worklist application. BPM Workspace is not showing this application (with in the application area) may be because of the error below.
    I would appreciate any help/pointers from you in this regard. Many Thanks for reading through this mail and helping me.
    As per HTTP error codes, this Http error (502) comes when server is overloaded. It is working fine and does not seems to be overloaded (though I have not verified CPU usage and memory graph).
    Regards,
    Sachin G
    [07:36:41 PM] ---- Deployment started. ----
    [07:36:41 PM] Target platform is (Weblogic 10.3).
    [07:36:41 PM] Running dependency analysis...
    [07:36:41 PM] Building...
    [07:37:01 PM] Deploying profile...
    [07:37:02 PM] Wrote Archive Module to C:\BPM 11g Sales Quote Demo - Setup and Run\SalesQuoteDemo\SalesQuoteProcess\deploy\sca_SalesQuoteProcess_rev1.0.jar
    [07:37:02 PM] Running dependency analysis...
    [07:37:02 PM] Building...
    [07:37:35 PM] Deploying 4 profiles...
    [07:37:39 PM] Wrote Web Application Module to C:\BPM 11g Sales Quote Demo - Setup and Run\SalesQuoteDemo\ApproveDealUI\deploy\ApproveDealUI.war
    [07:37:41 PM] Wrote Web Application Module to C:\BPM 11g Sales Quote Demo - Setup and Run\SalesQuoteDemo\BPReviewUI\deploy\BPReviewUI.war
    [07:37:45 PM] Wrote Web Application Module to C:\BPM 11g Sales Quote Demo - Setup and Run\SalesQuoteDemo\EnterQuoteUI\deploy\EnterQuoteUI.war
    [07:37:46 PM] Wrote Enterprise Application Module to C:\BPM 11g Sales Quote Demo - Setup and Run\SalesQuoteDemo\deploy\RequestQuoteUI.ear
    [07:37:46 PM] Deploying sca_SalesQuoteProcess_rev1.0.jar to partition "default" on server soa_server1 [Y.GUPTA-PC.in.oracle.com:8001]
    [07:37:46 PM] Processing sar=/C:/BPM 11g Sales Quote Demo - Setup and Run/SalesQuoteDemo/SalesQuoteProcess/deploy/sca_SalesQuoteProcess_rev1.0.jar
    [07:37:46 PM] Adding sar file - C:\BPM 11g Sales Quote Demo - Setup and Run\SalesQuoteDemo\SalesQuoteProcess\deploy\sca_SalesQuoteProcess_rev1.0.jar
    [07:37:46 PM] Preparing to send HTTP request for deployment
    [07:37:46 PM] Creating HTTP connection to host:Y.GUPTA-PC.in.oracle.com, port:8001
    [07:37:47 PM] Sending internal deployment descriptor
    [07:37:47 PM] Sending archive - sca_SalesQuoteProcess_rev1.0.jar
    [07:37:47 PM] Received HTTP response from the server, response code=502
    [07:37:47 PM] Problem in sending HTTP request to the server. Check standard HTTP response code for 502
    [07:37:47 PM] Error deploying archive sca_SalesQuoteProcess_rev1.0.jar to partition "default" on server soa_server1 [Y.GUPTA-PC.in.oracle.com:8001]
    [07:37:47 PM] HTTP error code returned [502]
    [07:37:47 PM] No error message is returned from the server.
    [07:37:47 PM] Error deploying archive sca_SalesQuoteProcess_rev1.0.jar to partition "default" on server soa_server1 [Y.GUPTA-PC.in.oracle.com:8001]
    [07:37:47 PM] #### Deployment incomplete. ####
    [07:37:47 PM] Error deploying archive file:/C:/BPM 11g Sales Quote Demo - Setup and Run/SalesQuoteDemo/SalesQuoteProcess/deploy/sca_SalesQuoteProcess_rev1.0.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)

    This issue is resolved now. All i have to do to turn off the Proxy Server Settings from my Jdeveloper. I turned off the settings and deployment went well.
    Thanks to Prasen for the solution.

  • Java error message received when downloading torrent...help

    I receive the JAVA error message detailed when trying to download a torrent file on my laptop. I have two browsers installed, Firefox and Internet Explorer. I do not get the message if I download via I.E. so the problem is a Firefox/Java one. the message reads :
    java.lang.ClassNotFoundException: org.gudy.azureus2.ui.swt.Main
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
    at com.exe4j.runtime.WinLauncher.main(Unknown Source)
    Any help greatly appreciated. Java version up to date and correct version. (Why does it work with I.E. and not Firefox ??)

    Hmmm. Bang goes the theory of trying to get a heads-up on a 2324 with the other message.
    The following is a better bet with a 2330 (rather than a 2324), but it might be useful to get the possibility off the table.
    Let's try running a disk check (chkdsk) over your C drive.
    Windows 7 instructions in the following document: How to use CHKDSK (Check Disk)
    Select both Automatically fix file system errors and Scan for and attempt recovery of bad sectors, or use chkdsk /r (depending on which way you decide to go about doing this). You'll almost certainly have to schedule the chkdsk to run on startup. The scan should take quite a while ... if it quits after a few minutes or seconds, something's interfering with the scan.
    Does the chkdsk find/repair any damage? If so, does itunes launch without the 2324 afterwards?

  • So slow when Delete a PeopleContainer, pls help!

    I wanted to delete a Peopple Container, but it was so slow, and I find that:
    1. The CPU of the ns-slapd process as high as 40%
    2. There were a lot of "ABANDON" message in the access log, and the etime is very high:
    [21/Sep/2009:16:52:50 +0800] conn=55 op=2 msgId=2708 - ABANDON targetop=1 msgid=2670 nentries=0 etime=597
    [21/Sep/2009:16:52:50 +0800] conn=54 op=2 msgId=2712 - ABANDON targetop=1 msgid=2666 nentries=0 etime=597
    [21/Sep/2009:17:02:50 +0800] conn=71 op=2 msgId=2746 - ABANDON targetop=1 msgid=2711 nentries=0 etime=600
    [21/Sep/2009:17:02:50 +0800] conn=70 op=2 msgId=2750 - ABANDON targetop=1 msgid=2707 nentries=0 etime=600
    [21/Sep/2009:17:11:53 +0800] conn=77 op=2 msgId=2781 - ABANDON targetop=1 msgid=2749 nentries=0 etime=543
    [21/Sep/2009:17:11:53 +0800] conn=76 op=2 msgId=2785 - ABANDON targetop=1 msgid=2745 nentries=0 etime=543
    I really don't know what happen, Pls help!
    Thanks!
    Shen

    I do not see the delete query in the logs pasted below. Although this Search query also has ABANDON message:
    Could you please paste the logs for DELETE query in specific?
    =================================================
    [21/Sep/2009:16:18:24 +0800] conn=18 op=-1 msgId=-1 - fd=52 slot=52 LDAP connection from 172.16.0.65 to 172.16.0.65
    [21/Sep/2009:16:18:24 +0800] conn=18 op=0 msgId=2548 - BIND dn="cn=dsameuser,ou=DSAME Users,dc=ceibs,dc=edu" method=128 version=3
    [21/Sep/2009:16:18:24 +0800] conn=18 op=0 msgId=2548 - RESULT err=0 tag=97 nentries=0 etime=0 dn="cn=dsameuser,ou=dsame users,dc=ceibs,dc=edu"
    [21/Sep/2009:16:18:24 +0800] conn=18 op=1 msgId=2549 - SRCH base="dc=ceibs,dc=edu" scope=2 filter="(aci=*)" attrs="objectClass" options=persistent
    [21/Sep/2009:16:23:21 +0800] conn=18 op=2 msgId=2584 - ABANDON targetop=1 msgid=2549 nentries=0 etime=297
    [21/Sep/2009:16:23:21 +0800] conn=18 op=3 msgId=2585 - UNBIND
    [21/Sep/2009:16:23:21 +0800] conn=18 op=3 msgId=-1 - closing - U1
    [21/Sep/2009:16:23:21 +0800] conn=18 op=-1 msgId=-1 - closed.
    =================================================
    -Akshay

  • HT5622 I have changed my apple id password and yet apple store refused to update my software with the error "The apple id has been disabled" pls help

    I have changed my apple id password and yet apple store refused to update my software with the error "The apple id has been disabled" pls help

    Apple ID security issues -
    Call Apple Care and ask for the Account Security Team. They can assist you with your issue.

  • Error when starting NodeManager .. pls help

    When attempting to start node manager i recieve the following error:
    <Sep 30, 2004 1:30:47 PM EDT> <Error> <NodeManager> <Node manager could not find the required library, libNodeManager.so, in path - /usr/j2se/jre/lib/i386/client:/usr/j2se/jre/lib/i386:/usr/j2se/jre/../lib/i386:/export/home/bea/weblogic81/server/lib/solaris:/export/home/bea/weblogic81/server/lib/solaris/oci920_8:/usr/lib>
    i have copied the file, libnodemanager.so to every directory in the path above, spelling and case are correct, permissions set to rwxrwxrwx but still get error.
    wl 8.1 sp2 solaris 9.1.
    please help if you can.
    thanks.
    vb

    Windows 2000 is also technically NT 5.0 right? So in your case, upgrading from NT4.0 to NT5.0 solved the problem? Okay, i'll try that as a last alternative, but I'm still hoping that it can be solved by just doing some tinkering on the configuration. Anybody? :)

Maybe you are looking for

  • Internal server error while trying to run testfwktutorial.jsp

    dear all i am new to jdeveloper with OA extention i am tryibg to run the tutorial.jpr and i am getting this error in my browser. 500 Internal Server Error oracle.apps.fnd.cache.CacheException     at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:

  • Using Variable in the Data Template

    Hi All, I am on BIP 10.1.3.4.1 and DB is SQL Server. My Data Model is a Data Template wherein I have written multiple SQL Statements. I want to use a variable in my Data Template, assign it a value and use that variable to limit one of the SQL statem

  • Stop Play action script 3 for mp3 on layer

    I this the wrong way to write a stop play for mp3 on layer. I have buttons and sound within a movieClip. Should I give outside movie clip instance name Thanks play_btn.addEventListener(MouseEvent.CLICK, playSound); stop_btn.addEventListener(MouseEven

  • Sending oracle report direct to a printer

    Hi guys, am using run_report_object to call my report, meanwhile I set report destination parameter(on the report i created on forms that calls the report itself) to printer, but its not printing. please I will highly appreciate any useful code thank

  • A solution to hiding tool pane by DEFAULT in Reader DC

    After I upgrade to Reader DC, there is always a tool pane when I open a pdf file. However, it is useless for most people at most time. Although we can turn it off by clicking the arrow or use shortcut shift+F4, it cannot be turned off by default. I d