Binding trouble

Hi
I have a problem with shared variable bindings. I declared some thousands of variables in a few libraries and every one is binded to a remote shared variable engine. The client and server both runs on win2000. Everything works ok for about 20-30 min after which the connection fails and I get the error: -1950679023 (The connection to the server was disconnected). After another 20-30min the connection is restored and so on.
I tried to use the opc client, which has the option to automatically reconnect on conection failure, but it is not an option because of the CPU usage on the server computer (on thousands of connection the CPU stays on 90%).
I was wondering if there is an option for the logos connections which enforce a rapid reconnection on netwok failures.
cosmin

Another interesting thing:
in course of resolving the slow reconnecting on binding variables, we create some libraries with bindings to the OPCLabview ver.7.1 (the old version of our server which updates the tags, so in this test the shared variables are connected to the Tag Engine). The interesting thing is that the disconections does not occur anymore, as in case of the SVE.
The SVE and the TagEngine resides in the same network, and the client in a different one.
cosmin

Similar Messages

  • Data Binding in ADF UIX example trouble

    Two related questions:
    From the help example 3. Data Binding in ADF UIX example trouble in JDeveloper on UIX. If this worked I was going to run a small java class that captures the login and passes it as a messagebox with a Welcome login name on the first page, but I can't get past the example and path problems.
    From the example..."
    package yourpackage;
    import java.util.Date;
    public class CurrentDateBean
    public CurrentDateBean() { }
    public String getTime()
    return (new Date()).toString();
    Now, we want to change the page so it uses getTime(). We need to do three things: Tell UIX to data bind the text attribute. Add a <dataScope> to the page to provide data to the content. Write a small "data provider" in Java that can access the bean. First, we'll data bind "text": <text xmlns="http://xmlns.oracle.com/uix/ui"
    text="${uix.data.currentDate.time}"/>The example has one small change. The value is changed to ${uix.data.currentDate.time}, which is an expression that defines the data. This is shorthand for "get the time property from currentDate." If you tried running this example, you'd see nothing. That iss because we haven't given currentDate to the page, so the databinding failed, and the "text" is left to null. We do this by adding <dataScope> to the page: <dataScope xmlns="http://xmlns.oracle.com/uix/ui">
    <provider>
    Q#1?? Trying to follow the demo. The method class and method name do not seem to match the names in the above class from the demo. Am I missing a point here, please help.
    <data name="currentDate">
    <method class="yourpackage.DataDemo" method="getCurrentDate"/>
    </data>
    </provider>
    <contents>
    <text text="${uix.data.currentDate.time}"/>
    </contents>
    </dataScope>
    Q#2?? When I try and apply the demo class to my home.uix XML file with
    "<?xml version = '1.0' encoding = 'windows-1252'?>
    <page xmlns="http://xmlns.oracle.com/uix/controller"
    xmlns:ui="http://xmlns.oracle.com/uix/ui"
    xmlns:data="http://xmlns.oracle.com/uix/ui"
    xmlns:ctrl="http://xmlns.oracle.com/uix/controller"
    xmlns:html="http://www.w3.org/TR/REC-html40" expressionLanguage="el">
    <content>
    <dataScope xmlns="http://xmlns.oracle.com/uix/ui">
    <provider>
    <!-- start Add DataProviders (<data> elements) here -->
    <data name="currentDate">
    <method class="us.mn.state.dot.apptrack.security.CurrentDateBean" method="getTime()"/>
    </data>
    <!-- end Add DataProviders (<data> elements) here -->
    </provider>
    <contents>
    <text text="${uix.data.currentDate.time}"/>
    <document>
    <metaContainer>"
    I get the following, and I don't know how to make the UIX XML accept the correct path, please help:
    �file:/C:/JDeveloper905p/jdev/mywork/ProjTrack/AppTrack/ViewController/public_html/home.uix: Parsing error, line 12, column 97: Could not find class us.mn.state.dot.apptrack.security.CurrentDateBean

    for question 1 the name of the class CurrentDateBean
    actually has nothing to do with the el expression
    uix.data.currentDate.time. The currentDate part of the
    el expression is coming from the method data provider part
    of your page:
    <data name="currentDate">
    <method class="yourpackage.DataDemo"
    method="getCurrentDate"/>
    </data>
    so if you changed the name of the data provider to "foo":
    <data name="foo">
    <method class="yourpackage.DataDemo"
    method="getCurrentDate"/>
    </data>
    your el would look like this:
    uix.data.foo.time
    by the way the uix.data part tells UIX to look for
    a <data> element define in the <provider> section of
    your dataScope.
    For question #2, do you have the java file
    us.mn.state.dot.apptrack.security.CurrentDateBean on
    your classpath and is it compiled? You will get that
    warning if it is not on your classpath.
    Also you are incorrectly interpreting the example. What
    you are doing is trying to reference the actual bean
    object and its getTime() method. What you want to do
    is write a method data provider that returns your
    CurrentDataBean. so uix.data.currentDate would return
    a CurrentDateBean instance object. the .time part of the
    el expression would tell UIX to look for a method named
    getTime() and use that value.
    let me know if you have any more questions.

  • Trouble binding clients

    Hi There,
    I've had to erase and install our server and now that everything is set up, I can't get any clients connected – I see:
    "The version of the server you are trying to connect to is not supported. Please contact your system administrator to resolve the problem."
    The frustrating thing is that all the clients (4x 10.8 and 1x 10.7) were all able to connect previously so I'm not sure the above version error is correct.
    I'm currently focusing on one 10.8 client and I've tried cleaning out the local KDC with:
    – sudo security delete-certificates -c "com.apple.kerberos.kdc" /Library/Keychains/System.keychain
    – sudo dscl . -delete /Config/KerberosKDC
    – sudo rm /var/db/.configureLocalKDC
    – sudo rm -R /var/db/krb5kdc
    – sudo /usr/libexec/configureLocalKDC
    I've then tried binding manually via Open Directory Utility and restarted. I see a green circle beside the server's IP address under Login options so I think everything is setup.
    This server is only running OD, AFP and DNS – nothing else.
    It's been a while since I've had to set up this server (3 years) so I'm not sure what I've missed sorry.
    Any help or pointers in the right direction would be much appreciated – I'm a designer so go easy on me!
    Cheers
    Ben

    Actually, I'm pretty sure I found all this binding confusing (and unesasary with 5 clients) is there a way to let people just login?
    After checking the other 10.7 client, I'm not seeing any LDAP servers configured.

  • Trouble accessing WSHttp Binding WSDL

    Hi,
    I have WSHttp binding WSDL (WCF WSDL) from target system. I can see XML when I give this wsdl in soap ui 3.5, but when I invoke I getError getting Response java.net.SocketTimeoutException: Read Timed Out
    I think , "SoapUI does not support testing this service as it has WCF proprietary format."
    Also, WSDL does not load in JDeveloper BPEL PL.
    Can I invoke WSHttp binding service from BPEL or only basicHttpBinding can be invoked?
    I am using SOA 11G.
    Thanks
    Edited by: soauser on Oct 11, 2010 1:30 PM

    James,
    Yes I tried with HTTP Binding Adapter, I get below Exception. However, this time the external wsdl is modified to
    Basic HTTP Binding WSDL
    oracle.fabric.common.FabricInvocationException: Unable to access the following
    endpoint(s): http://IP:Port/Design_Time_Addresses/XYZSyncService.Wcf/XYZSyncService/?wsdl</summary>
    ,detail=<detail>Unable to access the following
    endpoint(s): http://IP:Port/Design_Time_Addresses/XYZSyncService.Wcf/XYZSyncService/?wsdl</detail>
    ,code=<code>null</code>}
    >
    ####<Oct 12, 2010 9:46:06 AM CDT> <Error> <oracle.webservices.service> <OracleTest1> <soa_server1> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default
    (self-tuning)'> <<anonymous>> <> <11d1def534ea1be0:-6dd98eb9:12ba09de3bb:-7ff0-00000000000018e3> <1286894766059> <OWS-04115>
    <An error occurred for port: FabricProvider: javax.xml.rpc.soap.SOAPFaultException: oracle.fabric.common.FabricInvocationException: Unable to access the following
    endpoint(s): http://IP:Port/Design_Time_Addresses/XYZSyncService.Wcf/XYZSyncService/?wsdl
    This HTTP Binding wsdl works when I invoke from SOAP UI. So, I don't think the issue is with WSDL not being available.
    But this WSDL does not work in JDev PL, may be BPEL is unable to parse the WSDL.
    Thanks

  • Trouble binding "TAB" key to JTree

    Hi,
    I tried to bind the TAB key (tab only) by doing this:
    jTree.getInputMap().put(KeyStroke.getKeyStroke(KeyEvent.VK_TAB, 0), "tabActionKey");
    jTree.getActionMap().put("tabActionKey", new AbstractAction() {....and it doesn't seem to work. Nothing happens when i hit tab. However, if i add a modifier, such as CTRL, then it works fine, but unfortunately, I need this to work with TAB only.
    So then I figure the tab key was already binded to this component, so i tried to unbind it, but that didn't work.
    So I found some code which lists all the bindings for a components..found here:
    http://javaalmanac.com/egs/javax.swing/ListKeyBinds.html
    and i printed that out before I assigned my keyStroke, and TAB was not listed. I printed it out after I assigned my keyStroke, and tab WAS listed. (however, it still didn't work).
    Anyone have any ideas about what is goin on?
    thanks

    Here's the complete example: removing TAB from the focus traversal and then adding it to the keyboard actions.
    import java.awt.*;
    import java.awt.event.*;
    import java.util.*;
    import javax.swing.*;
    public class Test {
        public static void main(String[] args) {
            JTree tree = new JTree();
            KeyStroke tab = KeyStroke.getKeyStroke("TAB");
            removeKeystroke(tree, KeyboardFocusManager.FORWARD_TRAVERSAL_KEYS, tab);
            Action action = new AbstractAction("example") {
                public void actionPerformed(ActionEvent evt) {
                    System.out.println("example action");
            addAction(tree, JComponent.WHEN_FOCUSED, tab, action);
            JFrame f = new JFrame("");
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            Container cp = f.getContentPane();
            cp.setLayout(new GridLayout(1,2));
            cp.add(tree);
            cp.add(new JTree());
            f.pack();
            f.setLocationRelativeTo(null);
            f.setVisible(true);
        static void removeKeystroke(Component comp, int id, AWTKeyStroke ks) {
            Set keys = comp.getFocusTraversalKeys(id);
            Set alteredKeys = new HashSet(keys);
            alteredKeys.remove(ks);
            comp.setFocusTraversalKeys(id, alteredKeys);
        static void addAction(JComponent comp, int condition, KeyStroke ks, Action action) {
            Object binding = action.getValue(Action.NAME);
            comp.getInputMap(condition).put(ks, binding);
            comp.getActionMap().put(binding, action);
    }

  • Trouble binding 10.5 Server to 10.6 Open Directory

    After a recent power outage one of my 10.5 Servers lost its connection to the OD Master. I am unable to get this system to re-bind to an Open Directory Master (10.6 Server). I had to force un-bind the 10.5 machine (via Directory Utility) because it could not contact the OD Master. After force unbinding the 10.5 Server system I checked Open Directory settings in Server Admin and the role was "Standalone Server".
    Steps to reproduce problem:
    1) Change role of 10.5 Server to "Connects to a Directory System" and rebooted the system.
    2) Launch Directory Utility, click add server and enter the FQDN for my OD Master. SSL option is not checked.
    3) Directory Utility tries to communicate with the OD Master for a few moments...displaying "verifying server address", then comes back with the error "there was no response from SERVER. Please check that the address you entered is correct".
    (where SERVER = the FQDN for the OD Master)
    I Checked that DNS was working and that the system (10.5 Server) could resolve the FQDN of the OD Master. When the above steps did not solve the problem I went to the OD Master and (from Workgroup Manager) deleted the previous entry for the 10.5 Server. This had no effect on the problem. Not sure what to try next?

    Hi,
    Welcome to the    Discussions
    10.5 Server and specifically iChat Server has it's own forum
    http://discussions.apple.com/forum.jspa?forumID=1235 (for Export)
    10.6 Server has Forum called Collaboration Services for iChat Server (And a few other bits)
    The Forums are within Categories.
    Technically each is within it's own OS Category but Tiger, Leopard and Snow Leopard are all shown in this "Master Category" here
    The reason I am posting these links is that I don't know enough about the Server version of iChat.
    The chances are that someone in the 10.6 Server > Collaboration Services forum knows how to Export the list from 10.5 Server and input it in to 10.6 Server.
    Hope this helps.
    7:53 PM Monday; July 19, 2010
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

  • Trouble binding updated properties to view

    Hi Guys, 
    I have the following code which i want to to populate a combobox based upon the selected item of a treeview.
    as depending on what node is chosen will populate the combobox with a different list of report levels.
    the combobox is within a user control and i am trying to bind to a dependency property ReportLevel i have in my MainViewModel. if i set the value of the combobox its fine but i want to be able to update it whenever a user choses a different node on the tree.
    this is my xaml
    <UserControl x:Class="RTHM.ComboboxControl1"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:mc="http://schemas.openxmlformats.org/markup- compatibility/2006"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    mc:Ignorable="d"
    xmlns:local ="clr-namespace:RTHM.ViewModels"
    d:DesignHeight="300" d:DesignWidth="300">
    <Grid>
    ItemsSource="{Binding Path=Levels}"
    IsSynchronizedWithCurrentItem="True"
    DisplayMemberPath="Name"
    SelectedItem="{Binding Path=SelectedLevel, Mode=TwoWay}"
    IsEnabled="{Binding IsEnabled}"/>
    my code behind:
    public partial class ComboboxControl1 : UserControl
    public ComboboxControl1()
    InitializeComponent();
    DataContext = new MainViewModel();and in my viewmodelprivate ObservableCollection<ReportLevel> _levels;
    public ObservableCollection<ReportLevel> Levels
    get
    return _levels;
    set
    _levels = value;
    NotifyPropertyChanged("Levels");
    }my MainViewModel inherits from a base class which has INotifyProperty changed and an implementationpublic class ViewModelBase : INotifyPropertyChanged
    public event PropertyChangedEventHandler PropertyChanged;
    protected void NotifyPropertyChanged(string propertyName)
    if (PropertyChanged != null)
    PropertyChanged(this, new PropertyChangedEventArgs(propertyName));
    }any Ideas on how to update the Comboboxs ItemSource dynamically?Thanks in advance

    They are presumably in the same datacontext?
    Hmmmm
    I wonder if you should really have that combo in a separate usercontrol.
    Anyhow.
    You've Bound the treeview to a collection of whatever that is bound to.
    ( You haven't explained a bunch of relevant stuff here mate )
    Call that a collection of trees.
    A tree presumably has a collection of reportlevels in it.
    Vaguely like
    public class tree()
    public observablecollection<reportlevel> reportlevels [get;set;}
    But maybe with some propertychange stuff.
    Bind selecteditem of the treeview to selectedtree in your viewmodel.
    Bind itemssource of the combo to selectedtree.reportlevels.
    Hope that helps.
    Recent Technet articles: Property List Editing;
    Dynamic XAML

  • New BIND server, client trouble [solved]

    I am learning BIND and have a local machine set up as a caching server and a server for the local network.
    I was having problems with other machines on the local network not being able to see the server.  The "listen-on" entry in named.conf only had 127.0.0.1 in it, so I changed this to:
    listen-on {127.0.0.1; 192.168.7.0/24;};
    Now the other machines on the network can find the server and resolve local network names correctly.  However, the linux machines can't seem to resolve names on the Internet. If I ping www.google.com, I get an "Unknown host" error.  I also can't run pacman sucessfully, I get an error:
    error: failed retrieving file 'core.db.tar.gz' from distro.ibiblio.org : No address record
    for all servers.  I found another post with the suggestion of adding
    XferCommand = /usr/bin/wget -4 --passive-ftp -c -O %o %u
    to pacman.conf, but that just gave different errors.
    There are some windows xp machines on the network, and they seem to be able to ping fine.
    The server can successfully resolve Internet names, and can successfully run pacman.
    I did try adding an external nameserver and reordering my resolv.conf file as suggested in this thread:
    http://bbs.archlinux.org/viewtopic.php?id=89334
    but then I again can't resolve the other local machines.
    Now I'm just guessing......
    Taking out the "search mylocal.lan" line from resolv.conf and replacing it with "domain mylocal.lan" allows me to resolve local and Internet names, but not to run pacman.
    Last edited by timm (2010-03-23 15:59:06)

    timm wrote:resolve local network names correctly.  However, the linux machines can't seem to resolve names on the Internet
    You have not defined allow-recursion.
    E.g. snippets from my BIND config:
    acl trusted { 127.0.0.1; 192.168.5.16; };
    options {
    listen-on-v6 { none; };
    listen-on { 127.0.0.1; 192.168.5.15; };
    // Allows only specific hosts to use the DNS server
    allow-query { trusted; };
    // Lock down recursive queries too, to be on the safe side
    allow-recursion { trusted; };

  • Trouble with intel iMacs and OD binding

    When setting up 12 of our new iMacs at school this fall, I've run into a problem. Once bound to our OD server, the machines will hang intermittently during boot (before a login screen).
    In this lab we have 16 eMacs running 10.4.7, and now 12 intel iMacs running 10.4.7. The OD server is 10.4.7 server.
    All machines were first bound to our school's AD server and tested. All logged in for two days of students.
    Then today the OD server was finally up and running for mcx settings. The 16 eMacs were added without problem. The iMacs were added, but now if they are restarted they often hang. Rebooting them may fix it. Sometimes they need to be rebooted several times.
    Once an intel iMac makes it to the log in screen they act as they should. They authenticate first to AD, then get whatever mcx settings they need from the OD.
    Tried: clearing out all bindings and caches and starting fresh.
    Note: The OD master is not bound to the AD, The OD server's kerberos record is disabled as outlined in this help article (http://docs.info.apple.com/article.html?artnum=300765)
    Any help?

    You don't really need the old OS 9 printer utility - other than to know how many prints your printer has made. It prints fine in OS X at it's best resolution.
    I am using this printer everyday w/ an intel iMac.
    Of course ... you need to connect your 16/600 to your network through an ethernet hub.
    In System Preferences - Network - make AppleTalk active.
    Then go to the Print & Fax preferences and set up new printer.
    The 16/600 will show up there.

  • More fun with enumerated dropdowns - Binding to table

    Hi All,
    I'm having some trouble with enumerated dropdowns.
    My context is as follows:
    node DATA 1...1
    ---> node FLIGHTS 0...N
       -->CARRID etc from SFLIGHTS
    --->DDL (element type string)
    I have successfully tried to add a simple dropdown with the following code on the component controller:
    method wddoinit .
        data lo_nd_data type ref to if_wd_context_node.
        data lo_el_data type ref to if_wd_context_element.
        data ls_data type wd_this->element_data.
        data lv_ddl like ls_data-ddl.
        data node_info type ref to if_wd_context_node_info.
        data vals type table of  wdr_context_attr_value.
        data: s_element type wdr_context_attr_value.
        data: str type string.
    *   navigate from <CONTEXT> to <DATA> via lead selection
        lo_nd_data = wd_context->get_child_node( name = wd_this->wdctx_data ).
    *   get element via lead selection
        lo_el_data = lo_nd_data->get_element(  ).
        lo_el_data->get_static_attributes(
          importing
            static_attributes = ls_data ).
    *      get node info
        call method lo_nd_data->get_node_info
          receiving
            node_info = node_info.
         do 25 times.
           str = sy-index.
           condense str no-gaps.
           s_element-text = str.
           s_element-value = str.
           append s_element to vals.
        enddo.
    *    Set Value_sets to node_info
         call method node_info->set_attribute_value_set
          exporting
            name      = 'DDL'
            value_set = vals
    endmethod.
    This works fine, however now I am trying the same thing with a field from the SFLIGHTS table.
    I want to display a table of the retrieved SFLIGHTS but a field as a dropdown with valid entries from the database. I have added the following code to the view.
    method WDDOINIT .
        data lo_nd_data type ref to if_wd_context_node.
        data lo_nd_flights type ref to if_wd_context_node.
        data lo_el_flights type ref to if_wd_context_element.
        data ls_flights type wd_this->element_flights.
        data gt_flights type table of sflights.
        select * from sflights into table gt_flights.
    *   navigate from <CONTEXT> to <DATA> via lead selection
        lo_nd_data = wd_context->get_child_node( name = wd_this->wdctx_data ).
    *   navigate from <DATA> to <FLIGHTS> via lead selection
        lo_nd_flights = lo_nd_data->get_child_node( name = wd_this->wdctx_flights ).
        lo_nd_flights->bind_table( gt_flights ).
           types: begin of ty_carrname,
         carrname type s_carrname,
         end of ty_carrname.
       data: gt_carrname type table of ty_carrname.
       select distinct carrname
          from sflights
          into table gt_carrname.
         data lv_carrname like ls_flights-carrname.
         data node_info type ref to if_wd_context_node_info.
         data vals type table of  wdr_context_attr_value.
         data: s_element type wdr_context_attr_value.
         data: str type string.
          lo_nd_flights->get_static_attributes(
          importing
            static_attributes = ls_flights ).
          call method lo_nd_flights->get_node_info
          receiving
            node_info = node_info.
         field-symbols: <carrname> like line of gt_carrname.
         loop at gt_carrname assigning <carrname>.
           str = <carrname>-carrname.
           s_element-text = str.
           s_element-value = str.
           append s_element to vals.
         endloop.
         call method node_info->set_attribute_value_set
          exporting
            name      = 'CARRNAME'
            value_set = vals.
    endmethod.
    I can display all the entries with a repeating subform but when I bind the CARRNAME to an enumerated dropdown I get an ADS rendering error:
    WebDynpro Exception: The ADS call has failed. You can find information about the cause in the error.pdf on the application server
    I have looked in the Error PDF but it is blank.
    Does anyone have any suggestions on what is goign wrong or how to diagnose the problem.
    I am assuming you can have a data element that has a 0..N cardinality (i.e a table element) and is also of type enumerated dropdown.
    I'm guessing this is something to do with cardinality but I have no way to find out.
    Thanks,
    Gregor

    I have looked in the defaultTrace file and found the following errors:
    1.  A pdf document with 0 pages.
        Return Status: Render Failure
        Output Trace returned: <?xml version="1.0" encoding="UTF-8"?>
    <log>
       <m mid="29184" tid="10064.4896" sev="f" d="2008-11-12T15:20:01.722Z">Malformed SOM expression: $record.sap-vhlist.FLIGHTS\\.DATA[*]\\.CARRNAME.item[*]</m></log>
    Has anybody else used the enumerated dropdown element bound to dynamic data?
    I am using the latest releases and the "Specify Item Values" on the Object->Binding tab is filled in with what looks correct ($record.sap-vhlist.FLIGHTS\.Data etc) but greyed out.
    Thanks

  • Binding to Active Directory Problem. I am a Newb! probably something stupid

    Hey All,
    Trying to get my apple xsever to join our windows domain. I got it to bind and the user accounts show up on the machine but then it askes me to join it to the Active Directory Kerberos realm. I am confused.
    what i am trying to do is joint it to the windows domain for my admin account on the actual server and then set up local user accounts on the machine so when my mac users log in they authenticate using the local mac account and not the windows domain account. Does this make sense? From what i read macs authenticate using the local account before going to the windows account which is what i want. I am a total newb to this so forgive me for the stupid questions.
    cheers all,
    jess

    Hi
    set up the xserve as an Open directory Master
    will it place nice on the network
    with the rest of the windows servers that we have.
    There should be no problem in doing this. All you need to do is decide whether you want your Mac Server to run its own DNS Service or to use the existing DNS service being provided by the AD Server. Open Directory Master requires DNS Services running somewhere.
    i just want to have a mac studio of about 35 people be
    kind of an island within a sea of windows users. If
    there can be cross over there then fine.. but really
    i want the mac to work well with the apple server and
    if i can get the windows clients hooked up also then
    fine.
    There should be no problem with this.
    When you say studio do you mean a graphics design studio? Or are you talking about a video production studio? If the answer is yes to either one or both then perhaps a simple file server would do. An Open Directory Master is OK in this environment but your network needs to be up to job. Ideally gigabit ethernet certainly for video production and also if your studio are heavy photoshop users. You could get away with 100Base-T but with 35 heavy users editing files stored on the server as well as Home folders it may be a bit too much. If this is the situation in your studio you would be better placed working locally and saving the files back to the server at the end of the day. You would set up your users with names and passwords in the OD directory node. Your studio can use those account details to log on to the server to access share points but still work locally if they need to. If you start windows services on the mac server then there should be no reason for windows clients to access share points on the mac server as well. Be careful how you configure windows services as you already have existing PC servers on the network.
    As you have already stated your aim is to keep the macs completely separate from the PCs then consider connecting all your macs to a separate switch and have them running of a different IP address range and subnet mask. You could then use an intervening router to handle traffic between the two networks, this way you control cross platform access to shared resources. If you understand networks, routers etc then you should be able to accomplish this without too much trouble. Again searching the Server forums should give you plenty of ideas and advice on the best way to achieve what you want. As ever defining and deciding what you want you want the server to do is half the problem.

  • [Kernel] USB and network trouble

    Hey all, i have some trouble getting my system fully running.
    I have a built in 3com network card, it uses the 3c59x module in the kernel (got it build into the kernel). I also have a usb cd writer. When i start writing my network fails after sometime. I came from vectorlinux to arch. In VL it worked without a prob. Here check my dmesg output. The most interesting is at the end.
    chitecture supported.
    Intel machine check reporting enabled on CPU#0.
    CPU: Intel Pentium III (Coppermine) stepping 06
    Enabling fast FPU save and restore... done.
    Enabling unmasked SIMD FPU exception support... done.
    Checking 'hlt' instruction... OK.
    ACPI: setting ELCR to 0200 (from 0808)
    checking if image is initramfs... it is
    Freeing initrd memory: 567k freed
    NET: Registered protocol family 16
    PCI: PCI BIOS revision 2.10 entry at 0xfed9b, last bus=21
    PCI: Using configuration type 1
    mtrr: v2.0 (20020519)
    ACPI: Subsystem revision 20041105
    ACPI-0169: *** Error: No object was returned from [_SB_.LNKA._STA] (Node d3fdef00), AE_NOT_EXIST
    ACPI-0169: *** Error: No object was returned from [_SB_.LNKB._STA] (Node d3fdee00), AE_NOT_EXIST
    ACPI-0169: *** Error: No object was returned from [_SB_.LNKC._STA] (Node d3fded00), AE_NOT_EXIST
    ACPI-0169: *** Error: No object was returned from [_SB_.LNKD._STA] (Node d3fdec00), AE_NOT_EXIST
    ACPI-0169: *** Error: No object was returned from [_SB_.PCI0.FNC0.FDD_._STA] (Node c12f75a0), AE_NOT_EXIST
    ACPI-0169: *** Error: No object was returned from [_SB_.PCI0.FNC0.COM_._STA] (Node c12f7460), AE_NOT_EXIST
    ACPI-0169: *** Error: No object was returned from [_SB_.PCI0.FNC0.PRT_._STA] (Node c12f72e0), AE_NOT_EXIST
    ACPI-0169: *** Error: No object was returned from [_SB_.PCI0.FNC0.PRT1._STA] (Node c12f7200), AE_NOT_EXIST
    ACPI-0169: *** Error: No object was returned from [_SB_.PCI0.FNC0.PCC0._STA] (Node c12f7fe0), AE_NOT_EXIST
    ACPI: Interpreter enabled
    ACPI: Using PIC for interrupt routing
    ACPI-0169: *** Error: No object was returned from [_SB_.LNKE._PRS] (Node c12fc780), AE_NOT_EXIST
    ACPI: PCI Root Bridge [PCI0] (00:00)
    PCI: Probing PCI hardware (bus 00)
    ACPI: PCI Interrupt Routing Table [_SB_.PCI0._PRT]
    ACPI: Power Resource [PIHD] (on)
    ACPI: Power Resource [PMHD] (off)
    ACPI: Power Resource [PDOC] (off)
    ACPI: PCI Interrupt Routing Table [_SB_.PCI0.PCI1._PRT]
    ACPI: Power Resource [PFAN] (off)
    Linux Plug and Play Support v0.97 (c) Adam Belay
    pnp: PnP ACPI init
    ACPI-0169: *** Error: No object was returned from [_SB_.MEM_._CRS] (Node c12fc6a0), AE_NOT_EXIST
    pnp: PnPACPI: METHOD_NAME__CRS failure for PNP0c01
    PCI: setting IRQ 13 as level-triggered
    pnp: PnP ACPI: found 9 devices
    SCSI subsystem initialized
    Linux Kernel Card Services
    options: [pci] [cardbus] [pm]
    usbcore: registered new driver usbfs
    usbcore: registered new driver hub
    PCI: Using ACPI for IRQ routing
    ** PCI interrupts are no longer routed automatically. If this
    ** causes a device to stop working, it is probably because the
    ** driver failed to call pci_enable_device(). As a temporary
    ** workaround, the "pci=routeirq" argument restores the old
    ** behavior. If this argument makes the device work again,
    ** please email the output of "lspci" to [email protected]
    ** so I can fix the driver.
    ACPI-0169: *** Error: No object was returned from [_SB_.MEM_._CRS] (Node c12fc6a0), AE_NOT_EXIST
    apm: BIOS version 1.2 Flags 0x02 (Driver version 1.16ac)
    apm: overridden by ACPI.
    devfs: 2004-01-31 Richard Gooch ([email protected])
    devfs: boot_options: 0x1
    Initializing Cryptographic API
    Limiting direct PCI/PCI transfers.
    cpci_hotplug: CompactPCI Hot Plug Core version: 0.2
    pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.4
    acpiphp_glue: can't get bus number, assuming 0
    Linux agpgart interface v0.100 (c) Dave Jones
    agpgart: Detected an Intel 440BX Chipset.
    agpgart: Maximum main memory to use for agp memory: 262M
    agpgart: AGP aperture is 256M @ 0xd0000000
    vesafb: framebuffer at 0xf0000000, mapped to 0xd4900000, using 6144k, total 8192k
    vesafb: mode is 1024x768x32, linelength=4096, pages=1
    vesafb: protected mode interface info at c000:8751
    vesafb: scrolling: redraw
    vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    Console: switching to colour frame buffer device 128x48
    fb0: VESA VGA frame buffer device
    ACPI: AC Adapter [ADP1] (on-line)
    ACPI: Battery Slot [BAT1] (battery present)
    ACPI: Power Button (FF) [PWRF]
    ACPI: Lid Switch [LID]
    ACPI: Fan [FAN] (off)
    ACPI: Video Device [VGA] (multi-head: yes rom: yes post: no)
    ACPI: Processor [CPU0] (supports C1 C2)
    ACPI: Thermal Zone [THRM] (66 C)
    serio: i8042 AUX port at 0x60,0x64 irq 12
    serio: i8042 KBD port at 0x60,0x64 irq 1
    io scheduler noop registered
    io scheduler anticipatory registered
    io scheduler deadline registered
    io scheduler cfq registered
    elevator: using anticipatory as default io scheduler
    Floppy drive(s): fd0 is 1.44M
    FDC 0 is a post-1991 82077
    RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
    loop: loaded (max 8 devices)
    ACPI: PCI interrupt 0000:00:0f.0[A]: no GSI - using IRQ 11
    3c59x: Donald Becker and others. www.scyld.com/network/vortex.html
    0000:00:0f.0: 3Com PCI 3c905C Tornado at 0xfb00. Vers LK1.1.19
    Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
    ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
    PIIX4: IDE controller at PCI slot 0000:00:05.1
    PIIX4: chipset revision 1
    PIIX4: not 100% native mode: will probe irqs later
    ide0: BM-DMA at 0xfff0-0xfff7, BIOS settings: hda:DMA, hdb:pio
    ide1: BM-DMA at 0xfff8-0xffff, BIOS settings: hdc:DMA, hdd:pio
    Probing IDE interface ide0...
    hda: TOSHIBA MK1516GAP, ATA DISK drive
    ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
    Probing IDE interface ide1...
    hdc: TOSHIBA DVD-ROM SD-C2402, ATAPI CD/DVD-ROM drive
    ide1 at 0x170-0x177,0x376 on irq 15
    Probing IDE interface ide2...
    ide2: Wait for ready failed before probe !
    Probing IDE interface ide3...
    ide3: Wait for ready failed before probe !
    Probing IDE interface ide4...
    ide4: Wait for ready failed before probe !
    Probing IDE interface ide5...
    ide5: Wait for ready failed before probe !
    hda: max request size: 128KiB
    hda: 23579136 sectors (12072 MB), CHS=23392/16/63, UDMA(33)
    hda: cache flushes not supported
    /dev/ide/host0/bus0/target0/lun0: p1 p2 < p5 p6 p7 p8 >
    hdc: ATAPI 24X DVD-ROM drive, 128kB Cache, UDMA(33)
    Uniform CD-ROM driver Revision: 3.20
    PCI: Enabling device 0000:00:0b.0 (0000 -> 0002)
    ACPI: PCI interrupt 0000:00:0b.0[A]: no GSI
    Yenta: CardBus bridge found at 0000:00:0b.0 [1179:0001]
    Yenta: ISA IRQ mask 0x0cb8, PCI irq 0
    Socket status: 30000007
    PCI: Enabling device 0000:00:0b.1 (0000 -> 0002)
    ACPI: PCI interrupt 0000:00:0b.1[b]: no GSI
    Yenta: CardBus bridge found at 0000:00:0b.1 [1179:0001]
    Yenta: ISA IRQ mask 0x0cb8, PCI irq 0
    Socket status: 30000007
    ohci_hcd: 2004 Nov 08 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
    USB Universal Host Controller Interface driver v2.2
    ACPI: PCI interrupt 0000:00:05.2[D]: no GSI - using IRQ 11
    uhci_hcd 0000:00:05.2: Intel Corp. 82371AB/EB/MB PIIX4 USB
    uhci_hcd 0000:00:05.2: irq 11, io base 0xff80
    uhci_hcd 0000:00:05.2: new USB bus registered, assigned bus number 1
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 2 ports detected
    sl811: driver sl811-hcd, 06 Dec 2004
    usb 1-2: new full speed USB device using uhci_hcd and address 2
    usbaudio: device 2 audiocontrol interface 0 has 1 input and 0 output AudioStreaming interfaces
    usbaudio: valid input sample rate 8000
    usbaudio: valid input sample rate 48000
    usbaudio: valid input sample rate 44100
    usbaudio: valid input sample rate 22050
    usbaudio: valid input sample rate 11025
    usbaudio: device 2 interface 1 altsetting 1: format 0x00000010 sratelo 8000 sratehi 48000 attributes 0x01
    usbaudio: valid input sample rate 8000
    usbaudio: valid input sample rate 48000
    usbaudio: valid input sample rate 44100
    usbaudio: valid input sample rate 22050
    usbaudio: valid input sample rate 11025
    usbaudio: device 2 interface 1 altsetting 2: format 0x80000010 sratelo 8000 sratehi 48000 attributes 0x01
    usbaudio: registered dsp 14,3
    usbaudio: constructing mixer for Terminal 2 type 0x0101
    usbaudio: registered mixer 14,0
    usb_audio_parsecontrol: usb_audio_state at d3cb6560
    usbcore: registered new driver audio
    drivers/usb/class/audio.c: v1.0.0:USB Audio Class driver
    Initializing USB Mass Storage driver...
    usbcore: registered new driver usb-storage
    USB Mass Storage support registered.
    usbcore: registered new driver hiddev
    usbcore: registered new driver usbhid
    drivers/usb/input/hid-core.c: v2.0:USB HID core driver
    mice: PS/2 mouse device common for all mice
    input: AT Translated Set 2 keyboard on isa0060/serio0
    input: ImExPS/2 Generic Explorer Mouse on isa0060/serio1
    Advanced Linux Sound Architecture Driver Version 1.0.6 (Sun Aug 15 07:17:53 2004 UTC).
    ACPI: PCI interrupt 0000:00:0c.0[A]: no GSI - using IRQ 11
    es1968: clocking to 48000
    unable to register OSS PCM device 0:0
    unable to register OSS mixer device 0:0
    ALSA device list:
    #0: ESS ES1978 (Maestro 2E) at 0xfc00, irq 11
    NET: Registered protocol family 2
    IP: routing cache hash table of 2048 buckets, 16Kbytes
    TCP: Hash tables configured (established 32768 bind 65536)
    NET: Registered protocol family 1
    NET: Registered protocol family 10
    IPv6 over IPv4 tunneling driver
    NET: Registered protocol family 17
    ACPI wakeup devices:
    USB VIY0 VIY1 MODM LAN LAN2 LID
    ACPI: (supports S0 S1 S3 S4 S4bios S5)
    ReiserFS: hda1: found reiserfs format "3.6" with standard journal
    ReiserFS: hda1: using ordered data mode
    ReiserFS: hda1: journal params: device hda1, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
    ReiserFS: hda1: checking transaction log (hda1)
    ReiserFS: hda1: Using r5 hash to sort names
    VFS: Mounted root (reiserfs filesystem) readonly.
    Mounted devfs on /dev
    Freeing unused kernel memory: 192k freed
    Adding 40120k swap on /dev/discs/disc0/part5. Priority:-1 extents:1
    Adding 128480k swap on /dev/discs/disc0/part7. Priority:-2 extents:1
    Adding 128480k swap on /dev/discs/disc0/part8. Priority:-3 extents:1
    Real Time Clock Driver v1.12
    drivers/usb/serial/usb-serial.c: USB Serial support registered for Generic
    usbcore: registered new driver usbserial_generic
    usbcore: registered new driver usbserial
    drivers/usb/serial/usb-serial.c: USB Serial Driver core v2.0
    Disabled Privacy Extensions on device c04cd0e0(lo)
    eth0: no IPv6 routers present
    ISO 9660 Extensions: Microsoft Joliet Level 3
    ISOFS: changing to secondary root
    usb 1-1: new full speed USB device using uhci_hcd and address 3
    scsi0 : SCSI emulation for USB Mass Storage devices
    usb-storage: device found at 3
    usb-storage: waiting for device to settle before scanning
    Vendor: LITE-ON Model: LTR-48246K Rev: SKS7
    Type: CD-ROM ANSI SCSI revision: 00
    sr0: scsi3-mmc drive: 207x/48x writer cd/rw xa/form2 cdda tray
    Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0
    Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0, type 5
    usb-storage: device scan complete
    cdrom: This disc doesn't have any tracks I recognize!
    cdrom: This disc doesn't have any tracks I recognize!
    scsi: unknown opcode 0x01
    ISO 9660 Extensions: Microsoft Joliet Level 3
    ISOFS: changing to secondary root
    NETDEV WATCHDOG: eth0: transmit timed out
    eth0: transmit timed out, tx_status 00 status e601.
    diagnostics: net 0cf6 media 8880 dma 0000003a fifo 8000
    eth0: Interrupt posted but not delivered -- IRQ blocked by another device?
    Flags; bus-master 1, dirty 1328(0) current 1328(0)
    Transmit list 00000000 vs. d3c97200.
    0: @d3c97200 length 8000049c status 0c01049c
    1: @d3c972a0 length 8000049c status 0c01049c
    2: @d3c97340 length 8000004d status 0c01004d
    3: @d3c973e0 length 8000004d status 0c01004d
    4: @d3c97480 length 80000049 status 0c010049
    5: @d3c97520 length 80000049 status 0c010049
    6: @d3c975c0 length 8000002a status 0001002a
    7: @d3c97660 length 80000049 status 0c010049
    8: @d3c97700 length 8000002a status 0001002a
    9: @d3c977a0 length 8000002a status 0001002a
    10: @d3c97840 length 8000004d status 0c01004d
    11: @d3c978e0 length 8000002a status 0001002a
    12: @d3c97980 length 8000002a status 0001002a
    13: @d3c97a20 length 8000002a status 0001002a
    14: @d3c97ac0 length 8000002a status 8001002a
    15: @d3c97b60 length 8000002a status 8001002a
    eth0: Resetting the Tx ring pointer.
    NETDEV WATCHDOG: eth0: transmit timed out
    eth0: transmit timed out, tx_status 00 status e601.
    diagnostics: net 0cf6 media 8880 dma 0000003a fifo 0000
    eth0: Interrupt posted but not delivered -- IRQ blocked by another device?
    Flags; bus-master 1, dirty 1344(0) current 1344(0)
    Transmit list 00000000 vs. d3c97200.
    0: @d3c97200 length 8000002a status 0001002a
    1: @d3c972a0 length 8000002a status 0001002a
    2: @d3c97340 length 8000002a status 0001002a
    3: @d3c973e0 length 8000002a status 0001002a
    4: @d3c97480 length 80000036 status 00010036
    5: @d3c97520 length 80000036 status 00010036
    6: @d3c975c0 length 80000036 status 00010036
    7: @d3c97660 length 80000036 status 00010036
    8: @d3c97700 length 80000036 status 00010036
    9: @d3c977a0 length 80000036 status 00010036
    10: @d3c97840 length 80000036 status 00010036
    11: @d3c978e0 length 80000047 status 0c010047
    12: @d3c97980 length 80000082 status 00010082
    13: @d3c97a20 length 8000004e status 0001004e
    14: @d3c97ac0 length 8000004e status 8001004e
    15: @d3c97b60 length 8000004e status 8001004e
    eth0: Resetting the Tx ring pointer.
    NETDEV WATCHDOG: eth0: transmit timed out
    eth0: transmit timed out, tx_status 00 status e601.
    diagnostics: net 0cf6 media 8880 dma 0000003a fifo 0000
    eth0: Interrupt posted but not delivered -- IRQ blocked by another device?
    Flags; bus-master 1, dirty 1360(0) current 1360(0)
    Transmit list 00000000 vs. d3c97200.
    0: @d3c97200 length 80000080 status 00010080
    1: @d3c972a0 length 8000004a status 0001004a
    2: @d3c97340 length 80000055 status 0c010055
    3: @d3c973e0 length 8000004a status 0001004a
    4: @d3c97480 length 8000002a status 0001002a
    5: @d3c97520 length 8000002a status 0001002a
    6: @d3c975c0 length 8000002a status 0001002a
    7: @d3c97660 length 80000055 status 0c010055
    8: @d3c97700 length 8000002a status 0001002a
    9: @d3c977a0 length 8000006c status 0001006c
    10: @d3c97840 length 80000036 status 00010036
    11: @d3c978e0 length 80000036 status 00010036
    12: @d3c97980 length 80000049 status 0c010049
    13: @d3c97a20 length 80000051 status 0c010051
    14: @d3c97ac0 length 80000049 status 8c010049
    15: @d3c97b60 length 80000051 status 8c010051
    eth0: Resetting the Tx ring pointer.
    NETDEV WATCHDOG: eth0: transmit timed out
    eth0: transmit timed out, tx_status 00 status e601.
    diagnostics: net 0cf6 media 8880 dma 0000003a fifo 0000
    eth0: Interrupt posted but not delivered -- IRQ blocked by another device?
    Flags; bus-master 1, dirty 1376(0) current 1376(0)
    Transmit list 00000000 vs. d3c97200.
    0: @d3c97200 length 80000049 status 0c010049
    1: @d3c972a0 length 80000051 status 0c010051
    2: @d3c97340 length 800000ae status 000100ae
    3: @d3c973e0 length 800000ae status 000100ae
    4: @d3c97480 length 80000042 status 00010042
    5: @d3c97520 length 8000006b status 0001006b
    6: @d3c975c0 length 8000006b status 0001006b
    7: @d3c97660 length 80000080 status 00010080
    8: @d3c97700 length 8000004e status 0001004e
    9: @d3c977a0 length 80000080 status 00010080
    10: @d3c97840 length 8000004e status 0001004e
    11: @d3c978e0 length 80000080 status 00010080
    12: @d3c97980 length 80000080 status 00010080
    13: @d3c97a20 length 8000006b status 0001006b
    14: @d3c97ac0 length 80000051 status 8c010051
    15: @d3c97b60 length 8000004a status 8001004a
    eth0: Resetting the Tx ring pointer.
    eth0: no IPv6 routers present
    When my network is down, the onlything to restore is is rebooting my computer. Restarting the network daemon does not work. Currently i don't have hotplug running, but with hotplug i encounter the same problem.
    I hope anybody can help me.
    Greetinx Atze

    It looks like the problem is with ACPI or you have a hardware IRQ conflict..
    check for a bios update for your Motherboard and check the bios settings.
    It might also help if you moved network card to another pci-slot.

  • Report Using Bind Variables

    Hey Everyone,
    I'm having a bit of trouble creating a report. I need the FROM part of the code to use bind variables. I have come up with this peice of code below but im getting the following error:
    failed to parse SQL query:
    ORA-06550: line 1, column 8:
    PLS-00103: Encountered the symbol "" when expecting one of the following:
    begin function package pragma procedure subtype type use
    form
    current cursor
    The symbol "" was ignored.
    ORA-06550: line 2, column 24:
    PLS-00103: Encountered the symbol "" when expecting one of the following:
    begin function package pragma procedure subtype type use
    form
    current
    Can anyone see where im going wrong?
    Thanks in advance,
    -N.S.N.O.
    Code*
    DECLARE
    x VARCHAR2 (4000);
    BEGIN
    x := x || 'select *';
    x := x || 'from ';
    x := x || :p13_schema;
    x := x || '.ddl_log@';
    x := x || :p13_db_name;
    x := x || '_DBAAPEX.TNTEWW.COM';
    RETURN (x);
    END;

    Hey Roel and Daylocks,
    After getting frustrated for a while i deleted the page and started again. I put in the exact same code and it worked just how i wanted in the first place :S
    The only thing i did different is when i was creating the report region the first time around i used a normal SQL query, For Example:
    select sysdate from dual;
    Then i modified it to
    DECLARE
    x VARCHAR2 (4000);
    BEGIN
    x := x || 'select ';*
    x := x || 'from ';
    x := x || :p14_schema;
    x := x || '.ddl_log@';
    x := x || :p14_db_name;
    x := x || '_DBAAPEX.TNTEWW.COM';
    RETURN (x);
    END;
    Whereas on the second attempt i used the peice of code in question straight away. Its been a bit of a frustrating morning because i used a similar peice of code for a different application, nevermind tho :)
    Thanks for your replys, much appreciated.
    -N.S.N.O.

  • Detail view with bind variable. TreeTable not showing all detail result.

    I’m having trouble with treeTable using detail view with bind variables and where clause defined in VO definition.
    Both, master and detail view objects, base on the same entity and have the same condition in where clause. The view objects also have bind variables, which are set in prepareRowSetForQuery() method.
    Again, these are two different views, that get different result, based on value of one of the bind variable.
    When I show results in two different tables on jsf page, where master table has "RowSelection" set on "single", all results are displayed in detail table.
    But when I use treeTable, only the first result of the detail is shown.

    I tested it in applicationModule and it works, but i think that's the same as two tables on a jsf page.
    This is the order in which overridden methods are called in ADF BC or two tables on jsf page
    when clicking on row in master table.
    PrepareRowSetForQueryDetail
    executeQueryForCollection_Detail user param: 2
       Object 2: class [Ljava.lang.Object;  -> print of the object2[] parameter in executeQueryForCollection
         List 0: Bind_ChildId -> viewLink parameter
         List 1: 400035313 -> viewLink parameter value
    getEstimatedRowCount_Detail
    count: 2
    getEstimatedRowCount_Detail
    count: 2 And when i click on "expand node" in tree table:
    getEstimatedRowCount_Root
    count: 2
    PrepareRowSetForQuery_Detail
    executeQueryForCollection_Detail user param: 2
       Object 2: class [Ljava.lang.Object;
         List 0: Bind_ChildId -> viewLink parameter
         List 1: 400035321
    PrepareRowSetForQueryDetail
    executeQueryForCollection_Detail user param: 2
       Object 2: class [Ljava.lang.Object;
         List 0: Bind_ChildId -> viewLink parameter
         List 1: 400035313
    getEstimatedRowCount_Root
    count: 2
    getEstimatedRowCount_Root
    count: 2
    getEstimatedRowCount_Root
    count: 2
    PrepareRowSetForQueryDetail
    executeQueryForCollection_Detail user param: 2
       Object 2: class [Ljava.lang.Object;
         List 0: Bind_ChildId -> viewLink parameter
         List 1: 400035313
    PrepareRowSetForQueryDetail
    executeQueryForCollection_Detail user param: 2
       Object 2: class [Ljava.lang.Object;
         List 0: Bind_ChildId -> viewLink parameter
         List 1: 400035321
    getEstimatedRowCount_Root
    count: 2
    getEstimatedRowCount_Root
    count: 2Values of user parameters are OK. Is there another method that i should override?
    I also noticed, that if detail view doesn't have user bind variables, the tree works fine and is shown even in ADF BC (aplication module).
    I guess we loose a tree, when using bind variables in detail view object.
    Is there a way around it?

  • Need Help Binding Windows Xp clients to 10.5 server for a beginner

    Hi
    I've setup 10.5 server as a standard config. Which turns out it is a Open Directory Master and SMB role is Standalone Server.
    I have been able to bind my 10.4 clients to the server domian using Directory Access and choosing automatic under LDAPv3/config.
    So far the Macs are working well.
    But I need to get the PC XP workstations on board. Where in XP do I have to go to enter in the info for the server to bind the clients to it? All this is new to me and still learning. The server is pretty basic. Authenticating users and giving them access to the shares.
    Thanks
    Steve

    Hi Dave
    Thanks for the tips. I was wondering if you could help me out some more? I have never done any binding on the PC. Macs seem quite easy. I'm having trouble taking the info I have on the Mac and applying it to the correct input on the PC's. Bare with me. I think I am almost there.
    I did not have the diradmim account set up. But I do now.
    Now I have gotten to my computer/properties/system properties/Computer name
    I clicked on the Change button near bottom right
    Now I am at this new window.
    Computer name: I can put anything I want in here?
    Member of: I should check Domain and enter the domain of the server?
    (currently in my smb settings on the server I have workgroup set to WORKGROUP. Does this need to change?)
    Last question I think. You mentioned the diradmin account on 10.5. Where do I enter this info on the PC.
    Sorry for all the questions but having this info would help and get me where I need to be.
    Thanks
    Steve

Maybe you are looking for

  • Map application does not show blue route between destinations.

    recently installed io6 but MAP appliacation is not showing Blue line between starting and final destination.? what is wrong and how to correct - plse advice. informatively location service and map is ON. Phone has been rebooted.

  • Sample Data for OWB 10gR2

    Hi All, Can i find some example for 10gR2 which I can import into the respository? I heard about Global Sample data but could not find it. Does anyone has the link?? Thanks in advance. Regards, Sam.

  • Speeding up system to maximum

    which is faster; readyboost using the fastest flash drive or readycache using the fastest ssd? can i use an ssd for my OS and still use these cache technologies to speed up my system?

  • Installing downloads to change default font size???

    Hello all, I am in desperate need of some guidance on the proper way to install a download from the market place. I am blind as a bat and cannot see the default font on any menu. I found "Font Changer" and it said in the description that one would be

  • Adobe Configurator_3 für CC?

    Hallo, weiss jemand zufällig, wann und ob überhaupt der Configurator für CC bereit steht? Aktuell geht es ja "nur" bis Version CS6.