Unable to bind ":OB_SCHEMA"

I am getting this when I try to view a table in the Object Browser. Data view seems to work ok, as do all the other sub-headings. Only the Table view is affected. Using FireFox. It was working fine earlier in the day for dev.
Couldn't find anything in Google search, nothing in this forum. Any ideas?
Unable to bind ":OB_SCHEMA"
report error:
ORA-01008: not all variables bound

And the error persists - for just one table or for any table using table view since the error occured for the first time?
My first guess is that your database has got the shared_pool messed up some way. Try alter system flush shared_pool as dba, if you have one. If it's not the shared pool, it could also be the buffer cache. Try flushing it as well.
I don't know how to trace which item(s) cause this "messing up". We had such strange errors (though not exactly the one you had) and got it fixed that way.
-Udo

Similar Messages

  • Outlook connector unable to bind to ldap

    We are running outlook connector 7.3.106.4. with a JES 2005Q4 backend.
    Over the weekend we have restarted the whole environment due to upgrades. no configuration changes where made.
    Today we have users of the outlook connector getting the message 'unable to bind to "servername"' when going to access the global address book within outlook.
    Can anyone give me some pointers on where i might start looking.
    I've verified that services are running and there are errors in the slapd logs
    -- i've sanitised the logs to remove identifying values --
    [15/Jun/2009:12:13:58 +1000] conn=551 op=-1 msgId=-1 - fd=121 slot=121 LDAP connection from xx.xx.xx.xx to nn.nn.nn.nn
    [15/Jun/2009:12:13:58 +1000] conn=551 op=0 msgId=1 - BIND dn="uid=username,ou=Staff,o=nnn.nnn.nn,dc=nn,dc=nn,dc=nn" method=128 version=3
    [15/Jun/2009:12:13:58 +1000] conn=551 op=0 msgId=1 - RESULT err=32 tag=97 nentries=0 etime=0
    [15/Jun/2009:12:13:58 +1000] conn=551 op=1 msgId=2 - UNBIND
    [15/Jun/2009:12:13:58 +1000] conn=551 op=1 msgId=-1 - closing - U1
    [15/Jun/2009:12:13:59 +1000] conn=551 op=-1 msgId=-1 - closed.
    The only thing that is standing out for me right now is that users who are binding using their ldap uid seem to work and those who are binding with their 'iplanet-am-user-alias-list' name are failing. I'm not sure that makes sense though.
    Cheers,
    ram.

    Hi,
    I have a message rule set up through the webmail view
    that moves mail with [-SPAM-] in the subject (picked
    up by our edge filters) into the Junk Email
    folder. This rule works fine, I can view the
    messages in there through webamil, if i log in over
    IMAP using thunderbird or whatever I can see the
    messages...
    The problem is that through the outlook connector,
    there are no messages in there. The folder exists, I
    can copy messages in there using outlook and they are
    visible, but all the mail that is there already is
    effectively invisible?Are the messages you copy via Outlook visible via IMAP (Thunderbird) or webmail?
    Have you tried re-syncing the folder, to do this:
    1. Within Outlook, right-click on the folder
    2. Select "Properties"
    3. Click on the "Advanced" tab
    4. Click on "Empty and resync" button.
    Regards,
    Shane.

  • Error starting ORMI-Server.  Unable to bind socket: Address already in use:

    hi,
    I run the folowing command "start_oc4j.bat" to start Oc4j.
    It starts successfully.
    Then I start "BPEL PM Server".
    I get the following error,
    "Error starting ORMI-Server. Unable to bind socket: Address already in use: JVM_Bind".
    I understand the above errror because both of them are trying to bind to the same port. And both of them are trying to start ORMI server. Can some one suggest how to get rid of this problem.
    I tried giving different port numbers for them, but that did not work. Let me know, how to over come this problem.
    with regards
    shaila

    You may have another OC4J running on your computer.
    You should change the port number in the file config/rmi.xml.

  • "Error Starting OMI-Server. Unable to bind socket.Permission denied. Listen

    Hi All,
    I Installed Forms 1o-g successfully on my mishon ( Version windows vista), when i try to connect Forms i got error
    like this *"Error Starting OMI-Server. Unable to bind socket.Permission denied. Listen*
    Plz Anyone help....
    Thanks
    sa.....

    Which version of Windows Vista? Bear in mind that Vista home edition is not supported by Oracle (I think for all products). If that is the case, you should be upgrading your OS to business or ultimate edition.
    If that is not the case, please get in touch with Oracle support. Not much is available on internet or in forums (as you seem to have posted this in Forms forum as well).

  • Error starting ORMI-Server. Unable to bind socket...

    One of our BPEL App Servers was moved from a local network to a LAN. I believe it's IP was changed. When we start it with opmnctl startall we get the following error message:
    bq. Error starting ORMI-Server. Unable to bind socket: Cannot assign requested address
    There does not seem to be a resource issue with regard to ports. A netstat -p doesn't show any potential port conflicts. In a WEB search I came across the following suggested check:
    bq. Solution: \\ *A) Check if your IP address or hostname is changed or if there is a conflict of resources in the network*
    Can someone explain what needs to be fixed if the IP Address or hostname of the BPEL App Server has changed? What files need to be corrected to get the install to startup.

    You may have another OC4J running on your computer.
    You should change the port number in the file config/rmi.xml.

  • Unable to bind EJB Home Interface to the JNDI name

    Why do I get this error?? What is the jndi-name in weblogic-ejb-jar.xml
    Unable to deploy EJB: OrganizationEJB from sempire_bc.jar:
    Unable to bind EJB Home Interface to the JNDI name:
    com.sempire.builder.business
    _component.Organization. The error was:
    javax.naming.NameAlreadyBoundException: Organization is already bound;
    remaining
    name 'com.sempire.builder.business_component'
    <<no stack trace available>>

    Slava,
    In case I change the name of the jndi name to a unique name. I still get the same
    problem. I checked for multiple occurences, but there aren't any.
    My web.xml file is:
    <ejb-local-ref>
    <description>
    Reference EJB resources in Weblogic Resources
    </description>
    <ejb-ref-name>GangsterEJB</ejb-ref-name>
    <ejb-ref-type>Entity</ejb-ref-type>
    <local-home>com.sempire.builder.business_component.GangsterHome</local-home>
    <local>com.sempire.builder.business_component.Gangster</local>
    </ejb-local-ref>
    My weblogic-ejb-jar.xml file is:
    <weblogic-enterprise-bean>
    <ejb-name>GangsterEJB</ejb-name>
    <entity-descriptor>
    <persistence>
    <persistence-type>
    <type-identifier>WebLogic_CMP_RDBMS</type-identifier>
    <type-version>6.0</type-version>
    <type-storage>META-INF/weblogic-cmp-rdbms-jar.xml</type-storage>
    </persistence-type>
    <persistence-use>
    <type-identifier>WebLogic_CMP_RDBMS</type-identifier>
    <type-version>6.0</type-version>
    </persistence-use>
    </persistence>
    </entity-descriptor>
    <reference-descriptor>
    <resource-description>
    <res-ref-name>jdbc/GangsterDB</res-ref-name>
    <jndi-name>oraclePool</jndi-name>
    </resource-description>
    </reference-descriptor>
    <local-jndi-name>Gangster_test</local-jndi-name>
    </weblogic-enterprise-bean>
    I do not get the problem.
    Thank you
    Ronak Parekh
    "Slava Imeshev" <[email protected]> wrote:
    Hi Ronak,
    This exception means that you already have a bean
    with the same JNDI name. Search your weblogic-ejb-jar.xml files
    for multiple occurrences of the name and fix the problem.
    Regards,
    Slava Imeshev
    "Ronak Parekh" <[email protected]> wrote in message
    news:[email protected]...
    Why do I get this error?? What is the jndi-name in weblogic-ejb-jar.xml
    Unable to deploy EJB: OrganizationEJB from sempire_bc.jar:
    Unable to bind EJB Home Interface to the JNDI name:
    com.sempire.builder.business
    _component.Organization. The error was:
    javax.naming.NameAlreadyBoundException: Organization is already bound;
    remaining
    name 'com.sempire.builder.business_component'
    <<no stack trace available>>

  • Unable to bind socket: Address already in use

    Hi,
    I get the following error whenever I start my Application Server on Linux machine.
    If I deploy the EJB application onto a OC4J instance, the server is refusing the connection by throwing Connection Refused error.
    Any insight about this issue will be helpful.
    Thanks,
    Mohan
    04/07/08 17:14:42 Error starting ORMI-Server. Unable to bind socket: Address already in use
    04/07/08 17:14:44 Oracle Application Server Containers for J2EE 10g (9.0.4.0.0) initialized
    04/07/08 17:14:44 java.lang.NullPointerException
    04/07/08 17:14:44 at com.evermind.server.rmi.RMIServer.run(RMIServer.java:470)
    04/07/08 17:14:44 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Releasabl
    eResourcePooledExecutor.java:186)
    04/07/08 17:14:44 at java.lang.Thread.run(Thread.java:534)

    have you checked to see what is running before you start your oracle app server on your ports? you can use netstat for one

  • What's with the "unable to bind"?

    I have a list that originally was created in Flash Catalyst.  I modified the repeating item component to have the text bound to data.label to accomodate my data source:
    <s:RichText d:userLabel="0" fontFamily="Helvetica" color="0x252525" fontSize="12" kerning="off" whiteSpaceCollapse="preserve" y="4" x="5" text="{data.label}">
    My data source is an array collection of objects, each object with a label and data:
    <mx:ArrayCollection>
    <mx:source>
    <fx:Object label="No insulation" data="0"/>
    <fx:Object label="Fiberglass Batts" data="4.30"/>
    <fx:Object label="Vermiculite" data="2.4"/>
    <fx:Object label="Rock/Mineral Wool" data="4"/>
    <fx:Object label="Urea-formaldehyde foam" data="4.5"/>
    <fx:Object label="Balsam Wool" data="3"/>
    <fx:Object label="Cotton Batts" data="4"/>     
    </mx:source>
    </mx:ArrayCollection>
    It seems to work fine except for the warning:
    warning: unable to bind to property ’label’ on class ’Object’ (class is not an IEventDispatcher)
    From past experience, perhaps I need to cast data.label, but as what?

    Hi Handycam,
    This warning shows up when you try binding to an object that doesn't implement IEventDispatcher.
    Object does not implement IEventDispatcher so any time you bind to a property of that object you will get a warning.
    If you define a subclass of EventDispatcher with the properties you want:
    MyBindableObject.as:
    package {
      import flash.events.EventDispatcher;
      public class MyBindableObject extends EventDispatcher {
        [Bindable] public var label:String;
        [Bindable] public var data:Number;
    And then replace the objects in your ArrayCollection with instances of MyBindableObject then the warnings should go away.
    SampleList.mxml:
    <s:Application
        xmlns:fx="http://ns.adobe.com/mxml/2009"
        xmlns:s="library://ns.adobe.com/flex/spark"
        xmlns:local="*">
        <s:List>
            <s:ArrayCollection>
                <local:MyBindableObject label="No insulation" data="0"/>
                <local:MyBindableObject label="Fiberglass Batts" data="4.30"/>
                <local:MyBindableObject label="Vermiculite" data="2.4"/>
                <local:MyBindableObject label="Rock/Mineral Wool" data="4"/>
                <local:MyBindableObject label="Urea-formaldehyde foam" data="4.5"/>
                <local:MyBindableObject label="Balsam Wool" data="3"/>
                <local:MyBindableObject label="Cotton Batts" data="4"/> 
            </s:ArrayCollection>
        </s:List>
    </s:Application>
    Message was edited by: Shongrunden (adding sample code for SampleList.mxml)

  • Unable to bind a cluster-aware stateless session EJBObject to the name

    I have been struggling with "Unable to deploy EJB" because of
    "Unable to bind a cluster-aware stateless session EJBObject to the name"
    I'm using WL6.1 sp2.
    Anyone could give me a hint?
    Thanks!

    In config.xml remove the <Application></Application> tag for Ejb.
    Application Deployed="" Name=""
    Path="">
    <EJBComponent Name="" Targets="" URI=""/> </Application>
    gary <[email protected]> wrote:
    Hi guys, hope you can help:
    I had to change the packages of some ejbs and now when I try to deploy
    the new .jar file I get the error below. I have tried deleting the ejb's
    off the server, rebooted the server and nothing seems to work. Any help
    would be appreciated. (Weblogic version 6.1)
    Thanks in advance,
    Gary
    Unable to deploy EJB: quizinterface from etvquiz-ejb.jar:
    Unable to bind a cluster-aware stateless session EJBObject to the name:
    channel4.quizinterface_EO. Please ensure that the jndi-name in the weblogic-ejb-jar.xml
    is correct. The error was:
    javax.naming.NameAlreadyBoundException: Can't rebind anything but a replica-aware
    stub to a name that is currently bound to a replica-aware stub; remaining
    name ''
    <<no stack trace available>>
    >
    <Nov 1, 2002 1:57:46 PM GMT> <Error> <Management> <Error deploying application
    .\config\mydomain\app
    lications\etvquiz: java.lang.reflect.UndeclaredThrowableException>

  • ORA-20001: Unable to bind :MI verify length of item is 30 bytes or less.

    Hi,
    I am trying to build a dynamic SQL statement with a date format including HH:MI
    and get the following error:
    1 error has occurred
    Function returning SQL query: Query cannot be parsed within the Builder. If you believe your query is syntactically correct, check the generic columns checkbox below the region source to proceed without parsing.
    (ORA-20001: Unable to bind :MI verify length of item is 30 bytes or less. Use v() syntax to reference items longer than 30 bytes. ORA-01006: bind variable does not exist)
    Code:
    if v('P46_DATE_SEARCH1') IS NOT NULL
    then
    w:=w ||' AND (to_date(I.DATE_BILLED,'''DD-MON-YY HH:MI''')'||
    ' BETWEEN trunc(to_date('''||
              v('P46_DATE_SEARCH1')||''')) AND trunc(to_date('''||
              v('P46_DATE_SEARCH2')||''')) )';
    --          :P46_DATE_SEARCH1||''')) AND trunc(to_date('''||
    --          :P46_DATE_SEARCH2||''')) )';
    end if;
    Any help would be appreciated...
    Bill

    Try
    if v('P46_DATE_SEARCH1') IS NOT NULL
    then
    w := w || q'!AND (to_date(I.DATE_BILLED,'DD-MON-YY HH!'||':'||q'!MI')
                 BETWEEN trunc(to_date(
                 v('P46_DATE_SEARCH1'))) AND trunc(to_date(
                 v('P46_DATE_SEARCH2'))))!';
    -- :P46_DATE_SEARCH1||''')) AND trunc(to_date('''||
    -- :P46_DATE_SEARCH2||''')) )';
    end if;ops, Scott was faster than I. :C)
    Message was edited by:
    Felipe Bertaglia

  • Please help : Unable to bind to Network Layer object

    We have installed BO Edge 3.1 on a server and all happened successfully.
    We have installed the client applicatons on the local PC (laptop) and all was fine.
    From the Client, we can open any default universes and test successfully its conection. It works also with SAP connection.
    On the other hand, when connected on remote on the Server, and trying to make a basic report with existing sample universe, we have an error "Unable to bind to Network Layer object".
    He tries to open a dll in a Drive e:\...dataaccess\ConnectionServer\dbd_sap.dll but it happens it is not able to see the dll.
    We trye with the connection of club, fashion and it is the same issue.
    We connecting through the infoview, we have the same issue.
    Any idea?
    Thanks for your help
    Best regards,
    Here is the txt message we receive:
    CS: DBDriver failed to load : E:\Business Objects\Edge 3.1\BusinessObjects Enterprise 12.0\win32_x86\dataAccess\connectionServer\dbd_sap.dll (The specified module could not be found.

    Either SAP GUI wasn't properly installed or SAP Interation Kit wasn't properly installed.
    However, if even efashion based universe is not working - this means installation wasn't succesfull.
    Did you installed the product using local Administrator Account ?

  • Cups - Unable to bind socket for address

    At first I must say, than CUPS is the bigger shit I have ever seen on Linux. I have configured many daemons like: Apache, Lighttpd, MySQL or dnsmasq. Everything always just work, but not CUPS. I have configured it for 15-20 times. I always need about 5-10 hours to run it, and I've never known why it started work - probably it is randomly like Windows
    Now, CUPS works fine on server, and I can print from laptop. But I've reinstalled Arch on PC. I've copied /etc/cups/ from laptop to PC, and now I can't start CUPS:
    /etc/rc.d/cups start
    :: Starting CUPS Daemon [BUSY]
    cupsd: Child exited on signal 15!
    /var/log/cups/error_log   
    I [11/Oct/2008:14:45:22 +0200] Listening to 208.69.34.132:631 (IPv4)
    I [11/Oct/2008:14:45:22 +0200] Loaded configuration file "/etc/cups/cupsd.conf"
    I [11/Oct/2008:14:45:22 +0200] Using default TempDir of /var/spool/cups/tmp...
    I [11/Oct/2008:14:45:22 +0200] Configured for up to 100 clients.
    I [11/Oct/2008:14:45:22 +0200] Allowing up to 100 client connections per host.
    I [11/Oct/2008:14:45:22 +0200] Using policy "default" as the default!
    I [11/Oct/2008:14:45:22 +0200] Full reload is required.
    I [11/Oct/2008:14:45:22 +0200] Loaded MIME database from '/etc/cups': 35 types, 39 filters...
    D [11/Oct/2008:14:45:22 +0200] Loading printer Domowa...
    D [11/Oct/2008:14:45:22 +0200] Loading printer tmp...
    D [11/Oct/2008:14:45:22 +0200] Discarding unused printer-stopped event...
    E [11/Oct/2008:14:45:22 +0200] Filter "foomatic-rip" for printer "tmp" not available: No such file or directory
    D [11/Oct/2008:14:45:22 +0200] Scanning /var/spool/cups for jobs...
    I [11/Oct/2008:14:45:22 +0200] Full reload complete.
    I [11/Oct/2008:14:45:22 +0200] Cleaning out old temporary files in "/var/spool/cups/tmp"...
    E [11/Oct/2008:14:45:22 +0200] Unable to bind socket for address 208.69.34.132:631 - Cannot assign requested address.
    X [11/Oct/2008:14:45:22 +0200] No Listen or Port lines were found to allow access via localhost!
    /etc/cups/cupsd.conf
    LogLevel debug
    SystemGroup sys root
    Listen localhost:631
    DefaultAuthType Basic
    I haven't any idea what it is: 208.69.34.132. It think it is in USA.
    socklist | grep 631 - clear
    Only deference between pc and laptop it's kernel - on pc I use 2.6.24

    I had the same problem.  I solved it doing 2 things.  (1) I replaced my /etc/cups/cups.conf with /etc/cups/cups.conf.default and (2) I added an acl option in the fstab.  Do a search on the forum for acl and you should see it.
    -rico

  • Unable to bind to property

    Here is a snippit from my main.MXML.
    <mx:DataGrid id="StructGrid"
    dataProvider="{ArrayofStructs}" x="322" y="293" editable="true"
    itemEditEnd="processData1(event);">
    <mx:columns>
    <mx:DataGridColumn headerText="Name" dataField="NAME"
    />
    <mx:DataGridColumn headerText="Last Name"
    dataField="LASTNAME" />
    <mx:DataGridColumn headerText="Age" dataField="AGE" />
    <mx:DataGridColumn headerText="Sex" dataField="SEX"
    itemEditor="valueObjects.HumanSex" sortable="false">
    <mx:itemRenderer>
    <mx:Component>
    <mx:Text selectable="false" width="100%"
    text="{data.SelectedSEX}"/>
    </mx:Component>
    </mx:itemRenderer>
    </mx:DataGridColumn>
    </mx:columns>
    </mx:DataGrid>
    Here is my HumanSex.mxml:
    <mx:VBox xmlns:mx="
    http://www.adobe.com/2006/mxml"
    width="400" height="300">
    <mx:ComboBox id="comboBox"
    selectedItem="{data.SelectedSEX}">
    <mx:dataProvider>
    <mx:String>Male</mx:String>
    <mx:String>Female</mx:String>
    <mx:String>Other</mx:String>
    </mx:dataProvider>
    </mx:ComboBox>
    </mx:VBox>
    Why do I keep getting this waring when I am running in
    Debug?
    unable to bind to property 'SelectedSEX' on class 'Object'
    (class is not an IEventDispatcher)

    You're referencing a property SelectedSEX on an object called
    'data'. Where is this property defined? I don't see it in your
    snippet.
    Tim

  • Unable to bind to properties of actionscript object

    Hello Forum Folks,
    I built a bread crumb object that extends UIComponent:
    package com.XXX.bidboard
    import mx.core.UIComponent;
    public class BreadCrumb extends UIComponent
    [Bindable]
    private var _pageTitle:String;
    [Bindable]
    private var _component:String;
    [Bindable]
    private var _order:Number;
    [Bindable]
    private var _pageVisited:Boolean;
    [Bindable]
    private var _notLast:Boolean;
    public function BreadCrumb()
    super();
    public function get pageTitle():String {
    return _pageTitle
    public function set pageTitle(value:String):void {
    _pageTitle = value;
    public function get component():String {
    return _component
    public function set component(value:String):void {
    _component = value;
    public function get order():Number {
    return _order
    public function set order(value:Number):void {
    _order = value;
    public function get pageVisited():Boolean {
    return _pageVisited
    public function set pageVisited(value:Boolean):void {
    _pageVisited = value;
    public function get notLast():Boolean {
    return _notLast
    public function set notLast(value:Boolean):void {
    _notLast = value;
    Then in an application object I try to create a BreadCrumb
    object:
    <bidboard:BreadCrumb
    id="onePersonal"
    pageTitle="Start"
    component="personal_companies_wizard_start"
    order="0"
    pageVisited="true"
    notLast="true" />
    however, I get strange warnings:
    warning: unable to bind to property 'notLast' on class
    'com.XXX.bidboard::BreadCrumb'
    warning: unable to bind to property 'pageTitle' on class
    'com.XXX.bidboard::BreadCrumb'
    warning: unable to bind to property 'pageVisited' on class
    'com.XXX.bidboard::BreadCrumb'
    Why? Everything seems to look correct. What is really strange
    is that it only gives the warnings on notLast, pageTitle, and
    pageVisited but not order or component. The only difference I can
    tell betweeen the two groups are the fact that one group has
    capital letters and other doesn't - However I can imagine this is
    the cause of the problem. (I tried everything in lowercase and the
    warning still appeared).
    Any ideas? I'm willing to try anything to solve this mystery.
    Did I miss something?
    Thanks in advance!
    --Andy

    Allow me to answer my own question. I found on Daniel's blog
    http://life.neophi.com/danielr/2006/08/binding_error.html)
    the answer to the unconverted Bindable metadata warning. Appearntly
    if I switch the order of the setters and getters, such that the
    setter show up first, the warning disappears. Not sure why the
    flash engine needs it that way, but it does. All works now!
    Thanks,
    --Andy

  • After applying BM3.8.5_ir1: "IKESetupSocket: Unable to bind socket!", IKE not loading

    Hello,
    I just applied the Interim Release 1 BM3.8.5 and rebootet the server after at
    least several months of uptime when the patch files were applied - so it might be
    related to 385_ir1; Or something went wrong during the last months of uptime that
    way; that a reboot just caused the trouble to be revealed.
    Well, on the next reboot after applying BM3.8.5_ir1 I got this on the IKE screen:
    -------------------------- IKE SCREEN ----------------------------------
    3-19-2008 12:53:41 pm IKESetupSocket: Unable to bind socket!
    [snip empty lines]
    <Press any key to close screen>
    -------------------------- IKE SCREEN ----------------------------------
    At this state these TCP NLMs were loaded:
    TCP.NLM
    Loaded from [SYS:SYSTEM\] on Mar 19, 2008 12:35:40 pm
    (Address Space = OS)
    Novell TCP/IP Stack - Transport module (Domestic)
    Version 6.91.05 October 25, 2007
    Copyright 1994-2007 Novell, Inc. All rights reserved. Patent pending.
    TCPIP.NLM
    Loaded from [SYS:SYSTEM\] on Mar 19, 2008 12:35:40 pm
    (Address Space = OS)
    Novell TCP/IP/IPSec Module (Domestic) NICI Enabled
    Version 6.91.10 October 25, 2007
    Copyright 1994-2007 Novell, Inc. All rights reserved
    Patent pending Portions Copyright 1986-1995, RSA Data Security, Inc.
    BSDSOCK.NLM
    Loaded from [SYS:SYSTEM\] on Mar 19, 2008 12:35:40 pm
    (Address Space = OS)
    Novell BSDSOCK Module (Domestic)
    Version 6.91.04 October 25, 2007
    Copyright 1994-2007 Novell, Inc. All rights reserved.
    As it's a socket error I thought that applying the latest TCP patch might help
    out:
    TCP681K, another reboot, but no change at all.
    As IKE isn't loading server side all VNP functions are not operational.
    PKIDIAG is without errors, if these certificates should interact with IKE as well
    (I honestly have to state, that I don't know, if or if not these Certs interact
    with IKE ...)
    Anybody a quick solution? Otherwise I'll try to backrev to BM3.8.5 and the prior
    TCP version.
    Thanks for any input.
    Regards, Rudi.
    IT-Beratung Rudolf Thilo
    Schweinfurter Str. 131
    97464 Niederwerrn
    t: +49 (0)9721/6464840
    f: +49 (0)9721/6464841
    m: +49(0)171/685 9 685

    Hello,
    after investigating in a totally wrong direction for many hours <doh!> I finally
    back-rev.ed the lib files from c:\nwserver\!backup.lib and
    sys:system\!backup.lib, after that was done the IKE had no trouble any more.
    In the load sequence of the server's reboot NMAS had a load error that pointed in
    that direction... (several DS*.NLMs in the LIB patch files)
    I have a looger screen save file of both, a "trouble boot" and a clean boot after
    removing the patch files. What I missed was to draw a config.txt of the trouble
    state. :(
    Quite interesting is the fact, that after may be 30 - 60 Minuntes of uptime the
    BM had difficulties to access the C: drive:
    ----------------------------Logger Screen ------------------------------------
    NetWare Configuration File Transfer Cache to DOS Error: 0x4
    Registry rolling back to last known good registry file.
    ----------------------------Logger Screen ------------------------------------
    Then no NLMs could be loaded any more at all: Neither DOS side, nor sys:system or
    from anywhere else. Funny fact: With the already loaded toolbox a "DIR" was
    presenting everything absolutely normal, DOS and SYS: side....
    Well, the NBM-Rule-Container is restored now from tape, the filters.txt is as it
    was before (seveal reboots) and with my 2nd. BM install I was painfully
    remembered that there can be just one BM per container <grrr> ;) (nice design...)
    Patches applied when the trouble showed up
    NW6.5SP6
    BM3.8SP5
    plus the hotfixes available till Dec 2007
    Finally I applied these (many hours ago >-O~ )
    LIBCSP6B
    NWLIB6K
    WSOCK6N
    TCP681K
    BM3.8.5_ir1
    .... in the timed order they were given to the public (I didn't check right now,
    the order above isn't necessarily the right order I used.)
    If someone should be interested in the logger.txt of both states, they are too
    large for *one* posting here, drop me an email.
    Regards, Rudi.
    IKESetupSocket: Unable to bind socket!
    IKE not loading any more
    NMAS error in boot sequence
    Error accessing registry files,
    NLM load from all search paths impossible
    IT-Beratung Rudolf Thilo
    Schweinfurter Str. 131
    97464 Niederwerrn
    t: +49 (0)9721/6464840
    f: +49 (0)9721/6464841
    m: +49(0)171/685 9 685

Maybe you are looking for

  • How to connect Trigger USB-6009 on a flowmeter

    I have a flowmeter with the data: sensing principle: hall-effect, non contacting output square wave: NPN o.c. Voltage supply: 4,5-24 VDC output current: 13mA max more you can find in the attachement and i use the USB-6009. How i have to connect the f

  • What table stores incoming XML message

    Hi Gurus, Can anyone tell me which is the table where the XML of incoming messages are stored in integration broker. I am aware of the tables like PSAPMSGSUBCON,etc mainly give only the status and other information about the message; but I am interes

  • Dac error while configuring

    Hello All, I am trying to configure Dac on windows7 64 bit but getting the error... Configuration: Windows7 64bit Oracle DB: Oracle 11g Dac Version : 10.1.3.4.1 Informatica: 9x Obiee 11g Already copy the file odjbc5.jar file into dac_home\bifoundatio

  • Adobe FlashPlayer 11 will not install

    Has anyone else had this problem? Every Time I run GetFlv It keeps saying "cannot run with this version of Adobe Flash Player" It then opens IE 8 Or FireFox and download's it ( about 20 time's) and GetFlv till won't "Capture" work? If I close Flv and

  • Photos not showing up when I make PDFs from Excel 2007 files

    I make lists for my newspaper. I am working from home today where I use Excel 2007 and Adobe Acrobat Pro 9. I had to tweak my home Adobe settings to mimic ones I use at work for our newspaper's printer, but other than that, I am doing what I normally