Lookout Logos ressource problem

Hi,
I have encountered a very weird behaviour using Lookout. We have a server (quad xeon 700) using a dual port intel networking card. Since we had some problems with one of the server we tried to use a backup server that is identical. Once we'd setup it (same configuration as the old server) we had a problem with Logos ressources.
- The first time we boot the computer Lookout was working. We have a monitor interface and everything was running, the console were communicating with the server.
- We use a Datasocket link between a LabVIEW server and the Lookout server on the same computer. When we start the communication between them Lookout crash randomly, no error messages.
- After a crash there is "red X" on the monitor screen and the
Lookout server Logos ressources are not accessible. What I have tried to do is to re-link the object that as "red X". It worked but when I restart Lookout the new objects have "Red X" on top of them.
- The following action make Lookout works again : Change the Network configuration (Unregister and register them back to the domain), Re-install Lookout, Re-install LOGOS. But when LabVIEW communicate with Lookout the same problem occur again.
I know that it looks very strange and I don't expect that someone else had this problem before. This system works on the other server (we have put it back and everything works fine except for some bugs). I wonder if someone could have an idea of items I could check.
Any help appreciated!
Thanks a lot!
Thrawn

Thrawn,
We need a little more information on your situation. Please indicate your software versions (Lookout and Logos) and Operating System of both PCs. Was the Datasocket connection in LabVIEW DSread, DSwrite, or front panel? Are you using the OPC protocol or the Lookout (logos) protocol? If you have not already, try connecting to the Lookout OPC server using Server Explorer. What is the result?
Regards,
Michael Shasteen
Applications Engineering
National Instruments
www.ni.com/ask
1-866-ASK-MY-NI

Similar Messages

  • CSS Logo position problem

    Hello
    I have been recently working on a web project. In the project I have a css file Thats suppose to position the logo image.
    This is the css code:
    /** LOGO */
    #logo {
    width: 830px;
    height: 90px;
    margin: 0 auto;
    margin-top: 10px;
    margin-left: 200px;
    background: url(images/img04.jpg) no-repeat left top;
    Margin-top moves the logo down and margin-left moves the logo in alignment. The problem is that when I view the
    page on different screen sizes margin-left makes the logo image automatically move to the middle of the page.
    Instead of staying in the required position.
    Can any one help.
    Thanks.

    Hi Thanks so much for the reply.
    I want to add more information.
    This is the css:
    body {
        margin: 0;
        padding: 0;
        background: url(images/img01.jpg) repeat-x left top;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #66665E;
    h1, h2, h3 {
        margin: 0;
        text-transform: uppercase;
        font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
        font-weight: normal;
        color: #0C95C9;
    h1 { font-size: 44px; }
    h2 { font-size: 18px; }
    h3 { }
    p, ul, ol {
        margin-top: 0;
        line-height: 240%;
        text-align: justify;
    ul, ol { }
    blockquote { }
    a { color: #0C95C9; }
    a:hover { text-decoration: none; }
    a img {
        border: none;
    img.left {
        float: left;
        margin: 7px 30px 0 0;
    img.right {
        float: right;
        margin: 7px 0 0 30px;
    hr { display: none; }
    .list1 {
    .list1 li {
        float: left;
        line-height: normal;
    .list1 li img {
        margin: 0 30px 30px 0;
    .list1 li.alt img {
        margin-right: 0;
    #wrapper {
    /* Header */
    #header-wrapper {
    #header {
        width: 920px;
        height: 45px;
        margin: 0 auto;
    /* Menu */
    #menu {
        float: left;
        width: 640px;
        height: 45px;
    #menu ul {
        margin: 0;
        padding: 10px 0px 0px 5px;
        list-style: none;
        line-height: normal;
    #menu li {
        display: block;
        float: left;
    #menu a {
        display: block;
        float: left;
        margin-right: 3px;
        padding: 3px 25px 2px 25px;
        text-decoration: none;
        text-transform: capitalize;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #FFFFFF;
    #menu a:hover { text-decoration: underline; }
    #menu .current_page_item a {
        height: 20px;
        background: #FEC200 url(images/img02.jpg) repeat-x left top;
        color: #FFFFFF;
    #menu .first {
        background: none;
    /* Search */
    #search {
        float: right;
        width: 250px;
        height: 45px;
    #search form {
        float: right;
        margin: 0;
        padding: 12px 30px 0 0;
    #search fieldset {
        margin: 0;
        padding: 0;
        border: none;
    #search input {
        float: left;
        font: 12px Georgia, "Times New Roman", Times, serif;
        border: none;
    #search-text {
        width: 135px;
        height: 18px;
        padding: 3px 0 0 5px;
        border: 1px solid #333333;
        background: #ECF9E4;
        color: #000000;
    #search-submit {
        height: 25px;
        margin-left: 10px;
        padding: 1px 10px;
        background: #C0C0C0 url(images/bg_grey.jpg);
        color: #000000;
    /* Page */
    #page {
        width: 920px;
        margin: 0 auto;
    #page-bgtop {
        padding-top: 30px;
        /** LOGO */
    #logo {
        width: 920px;
        height: 90px;
        margin: 0 auto;
        background: url(images/img04.jpg) no-repeat left top;
    #logo h1, #logo p {
        margin: 0px;
        line-height: normal;
        text-transform: lowercase;
        font-weight: normal;
        color: #FFFFFF;
    #logo p {
        text-transform: lowercase;
        font-size: 10px;
    #logo h1 {
        padding-top: 54px;
        font-size: 34px;
    #logo a {
        text-decoration: none;
        color: #FFFFFF;
    /* Content */
    #content {
        float: center;
        width: 920px;
        height: 800px;
        padding-top: 0px;
        padding-right: 0px;
    /* Post */
    .post {
        background: url(images/img07.jpg) repeat-x left bottom;
        margin-bottom: 25px;
    .post .title {
        height: 30px;
        color: #549900;
    .post .title a {
        text-decoration: none;
        color: #585D60;
    .post .date {
    .post .meta {
        margin-top: -10px;
        padding: 2px 30px 2px 16px;
        background: url(images/img03.gif) no-repeat left 8px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 10px;
        color: #66665E;
    .post .meta span {
        display: block;
        margin-top: -10px;
    .post .meta a { }
    .post .entry {
        padding: 10px 0;
    .post .links {
        margin: 0 250px 0 0;
        padding: 0 0 0 0px;
    .post .links .comments {
    .post .links .permalink {
        padding-left: 17px;
    /* Sidebar */
    #sidebar {
        float: left;
        width: 177px;
        padding-left: 22px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #585D60;
    #sidebar ul {
        margin: 0;
        padding: 0;
        list-style: none;
        line-height: normal;
    #sidebar li {
        margin-bottom: 30px;
        padding: 0 0 10px 0px;
    #sidebar li ul {
    #sidebar li li {
        margin: 0;
        padding: 7px 10px 10px 7px;
        background: url(images/img07.jpg) repeat-x left bottom;
    #sidebar p {
        margin: 0;
        padding: 0px 10px;
    #sidebar h2 {
        height: 26px;
        margin: 0 0 10px 0px;
        padding: 12px 0 2px 7px;
        text-transform: capitalize;
        font-size: 18px;
        font-weight: normal;
        color: #464F54;
    #sidebar p {
        line-height: 200%;
    #sidebar a {
        text-align: left;
        text-decoration: none;
        font-weight: normal;
        color: #585D60;
    /* Calendar */
    #calendar {
    #calendar caption {
        padding-bottom: 5px;
        font-weight: bold;
    #calendar table {
        width: 100%;
        border-collapse: collapse;
        border-bottom: 1px solid #24130F;
        border-left: 1px solid #24130F;
        border-right: 1px solid #24130F;
    #calendar thead th {
        padding: 5px 0;
        text-align: center;
        border-top: 1px solid #24130F;
        border-left: 1px solid #24130F;
        background: #24130F;
    #calendar tbody td {
        padding: 5px 0;
        text-align: center;
        border-top: 1px solid #24130F;
        border-left: 1px solid #24130F;
        border-bottom: 1px solid #24130F;
    #calendar tfoot td {
        padding: 5px;
        border-left: 1px solid #24130F;
        border-bottom: 1px solid #24130F;
    #calendar tfoot #next {
        border-top: 1px solid #24130F;
        text-align: right;
    #calendar tfoot #prev {
        border-top: 1px solid #24130F;
    #calendar .pad {
        border-bottom: 1px solid #24130F;
    #calendar #today {
        background: #24130F;
    /* Footer */
    #footer {
        width: 920px;
        height: 49px;
        margin: 0 auto;
        padding-top: 50px;
    #footer-bgcontent {
        margin: 0px;
        padding: 0px;
        height: 99px;
        background: #394144;
    #footer p {
        margin: 0;
        text-align: center;
        line-height: normal;
        text-transform: uppercase;
        font-size: 10px;
        color: #FFFFFF;
    #footer a {
        color: #E5FFC4;
    This is the Mainpage:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <title>Uimodo</title>
    <meta name="keywords" content="" />
    <meta name="description" content="" />
    <link href="../style/style.css" rel="stylesheet" type="text/css" media="screen" />
    <script type="text/javascript" src="jquery/jquery-1.4.3.min.js"></script>
    </head>
    <body>
    <div id="wrapper">
        <div id="logo">
      </div>
      <hr />
        <!-- end #logo -->
        <div id="header">
          <div id="menu">
            <ul>
              <li><a href="Vidmin.php" class="first">Home</a></li>
              <li><a href="Other.php">Other</a></li>
            </ul>
          </div>
          <!-- end #menu -->
          <div id="search">
            <form method="get" action="">
              <fieldset>
                <input type="button" id="search-submit" onclick="window.location.href='now.php'" value="UPLOAD NOW" />
              </fieldset>
            </form>
          </div>
          <!-- end #search -->
      </div>
        <!-- end #header -->
        <!-- end #header-wrapper -->
        <div id="page">
        <div id="page-bgtop">
            <div id="content">
              <table width="920" border="0" align="center"  cellpadding="4">
                <tr>
                  <td height="42" valign="top"><table width="415" height="41" align="right">
                    <tr>
                      <td width="215" height="35" align="center"> </td>
                      <td width="60" align="center"><a href="" target="_blank"><img src="../Logo/fblogo.png" alt="" width="34" height="33" /></a></td>
                      <td width="124"><a href="" target="_blank"><img src="../Logo/twitlogo.png" alt="" width="34" height="33" /></a></td>
                    </tr>
                  </table></td>
                </tr>
                <tr>
                  <td height="72" valign="top" align="center"><table width="859" height="72" border="0">
                    <tr>
                      <td width="293" height="49"><div align="center"><font size="5" color="#333333">Signup</font></div></td>
                      <td width="14"> </td>
                      <td width="296"><div align="center"><font size="5" color="#333333">Login</font></div></td>
                    </tr>
                    <tr>
                      <td height="17"><div align="center" id="register"></div></td>
                      <td> </td>
                      <td><div align="center" id="loginstatus"></div></td>
                    </tr>
                  </table></td>
                </tr>
                <tr>
                  <td height="269" valign="top" align="center"><table width="908" height="291" border="0" align="center" cellpadding="3" bgcolor="#CCCCCC">
                    <tr>
                      <td width="401" height="287" align="center" valign="top"><form id="register_form" method="post" action="">
                        <table width="300" height="291" >
                          <tr>
                            <td height="23" colspan="2"> </td>
                            </tr>
                          <tr>
                            <td width="85" height="36"><div align="right"><font color="#333333" size="3" face="Arial, Helvetica, sans-serif">Username :</font> <br />
                              </div></td>
                            <td width="203"><input name="realname" id="realname" type="text" size="30" value='<?Php echo $profile['displayName'];?>'/></td>
                            </tr>
                          <tr>
                            <td height="45"><div align="right"><font color="#333333" size="3" face="Arial, Helvetica, sans-serif">Email :</font> <br />
                              </div></td>
                            <td><div align="left">
                              <input name="email" id="email" type="text" size="30" value='<?Php echo $profile['email'];?>'/>
                              <input name="propic" id="propic" type="hidden" size="30" value='<?Php echo $profile['photo'];?>'/>
                              </div></td>
                            </tr>
                          <tr>
                            <td height="81"><div align="right"><font color="#333333" size="3" face="Arial, Helvetica, sans-serif">Security :</font> <br />
                              </div></td>
                            <td><div align="center"><img src="CaptchaSecurityImages.php?width=150&amp;height=40&amp;characters=8" alt="captcha"/></div>
                              <p>
                                <input name="security_code" id="security_code" type="text" size="30" />
                                </p></td>
                            </tr>
                          <tr>
                            <td height="45"><div align="right"><font color="#333333" size="3" face="Arial, Helvetica, sans-serif">Password:</font> <br />
                              </div></td>
                            <td><div align="left">
                              <input name="password" id="password" type="text" size="30" />
                              </div></td>
                            </tr>
                          <tr>
                            <td height="45"> </td>
                            <td><div align="left">
                              <input type='submit' name="submit" id="submit" value='Sign Up'/>
                              </div></td>
                            </tr>
                          </table>
                        </form></td>
                      <td width="6" align="center"></td>
                      <td width="475" align="center" valign="top"><form method='post' id='login_form'>
                        <table width="300" height="176" >
                          <tr>
                            <td height="19" colspan="2"> </td>
                            </tr>
                          <tr>
                            <td height="36"><div align="right"><font color="#333333" size="3" face="Arial, Helvetica, sans-serif" >Email :</font> <br />
                              </div></td>
                            <td><div align="left">
                              <input name='emailenter' type='text' id='emailenter'  size="25" />
                              </div></td>
                            </tr>
                          <tr>
                            <td height="45"><div align="right"><font color="#333333" size="3" face="Arial, Helvetica, sans-serif">Password :</font> <br />
                              </div></td>
                            <td><div align="left">
                              <input name='passcode' type='password' id='passcode' maxlength='15' size="25" />
                              </div></td>
                            </tr>
                          <tr>
                            <td height="45"> </td>
                            <td><div align="left">
                              <input type='submit' name='submit' value='Login'/>
                              <a href="ForgotPassword.php">Forgot Password?</a></div></td>
                            </tr>
                          </table>
                        </form></td>
                    </tr>
                  </table></td>
                </tr>
                <tr>
                  <td height="23" valign="top" align="center" > </td>
                </tr>
              </table>
    </div>
            <!-- end #content -->
            <div style="clear: both;"> </div>
        </div>
        </div>
        <!-- end #page -->
        <div id="footer-bgcontent">
        <div id="footer">
            <p>Copyright (c) . </p></div>
        </div>
        <!-- end #footer -->
    </div>
    </body>
    </html>
    Please just focus on the logo div. It suddenly moves to the middle on different screen size etc. Hope you can help.

  • Mail: signature, logo, attachments problem.

    Hi,
    my company moved to macs half year ago and we still have problems with mail. Anyway, we will try to solve this problem, maybe changing to other mail client. I will appreciate all suggestions. This is what we want:
    /----company logo.jpg----/
    text message.
    /----text signature----/
    attachments
    We want this signature to be universal for the most popular mail clients (Mac mail, outlook express, thunderbird). Everytime we send e-mail messages with signature like this, everything goes to attachments. When we were working with Outlook express, everything was fine, so I hope we can make it in mac mail too.
    Best regards,
    Tomas

    You really cannot do this. It is not so much a Mail problem. You are wanting to send a jpg in the signature block. You have no control over what the recipient will see. Even if the image shows up, it will also show that there is an attachment.
    In my day job, I use Entourage on a MPB.
    You send email to me. I get it and there is the logo in he signature block. It will display nicely, but I will also see there is an attachment. (This is not Mail.app's fault, it is how it is done.) I reply to you. The reply has your signature block in it if I include what I am replying to. You reply to my reply. Now there are two signature blocks and two attachments. Ans so on.'
    Logos are good on web sites and on paper correspondence. I wish I could convince you to not do this. And don't use "stationery" on email either.
    Again, it is not a Mail problem, per se. And you have no idea what the recipient will and will not be able to see.
    -fred

  • Ressource Problem: Export with graphical reports from projects with integrated sub-projects

    Hi all,
    i have the following problem with the exported data of the graphical reports possibility.
    Expected output:
    OLAP Cube with processes and ressources
    Setup:
    Project Server 2010 with Enterprise ressource pool
    One main project with 6 integrated sub-projects
    Every ressource is assigned to just one sub-project or the main project
    Problem:
    The data (work and cost) in the OLAP Cube exported from the main project is 7 times (some reports 49 times) higher than the data in the main project
    Tested scenarios:
    Export just processes -> data is correct
    Export just ressources -> data is 7 times higher
    Generate another main project with 2 sub-projects and no ressources in the main project - Export of processes and ressources -> data is 2 times higher
    Because of the tested scenarios I expect that this is a problem caused by ressources and integrated sub-projects.
    I hope that this community is able to help me to solve this problem.
    Thanks & all the bests,
    Holger

    Using the "Baseline work report", I can't reproduce your issue:
    I have 1 task in each project (2 projects) with a resource assigned on each task (80hrs). The report correctly shows me 160 hrs.
    Which Project 2010 SP and CU do you have? I'd suggest you to install the
    latest version and see if it helps.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • 2.0.1 and the Logo screen problem

    Does anyone who downloaded the update still have any issues with their phone getting stuck on the logo screen. This seems to be a large problem, and I am curious if this update fixes this issue.

    I have not gotten the permanent logo screen since 2.01 (and had it and restored 5 times with 2.0), but now my wifi is permanently grayed out (even after resetting network settings in general settings and restoring yet again). So, while the phone thankfully works, it's of considerably less use to me without wifi (esp. since I have original iPhone).

  • LOGO background problem

    Although the logo background is appearing in White when viewed through SE78.When printing the logo on to a form the background is appearing as grey.
    Is there a way to print the logo as it appears in SE78 ?

    Hi,
    Check the similar Discussion on the same topic.
    Problem with gray background in SmartForms
    Regards
    vijay

  • Lookout OPC Communication Problems

    I am running a Lookout process with an OPC server to connect to a
    ControlLogix PLC. My Lookout process will not always reflect the
    current state of hardware, i.e. simple Boolean objects do not update
    on the display control panel. I can, in some cases cause the display
    to change by changing the state of my hardware manually (actuating a
    limit switch for example) thus Lookout sees an event and updates the
    display. But this does not work in all cases so I have no way of
    knowing if the display is accurate.
    Similary, changing the position of Lookout switches and pushbuttons
    on the control panel will be reflected in the plc ladder logic but not
    write back to Lookout to report the change. This is true for both
    local and remote position source
    s. I should add that switching from
    OPC1 to OPC2 or OPC2 to OPC1 can cause some signals to reflect what
    hardware is doing but there is no definite consistency that one can
    point to that will identify the problem.
    Finally, communication between the OPC Server and the PLC is fully
    functional and verifiable. So there seems to be a fundamental flaw in
    my design any advice on this issue would be greatly appreciated.
    Leo

    Hello Leo,
    Have you tried turning On the Force refresh after write setting?
    Also, try polling the device periodically to force the updates.
    Regards,
    Khalid

  • My iPhone is stuck on the apple logo ? problem ?

    my iPhone is stuck on the apple logo and when it reaches it a messed up screen with vertical lines pops up and then it reboots over and over again , whats the problem ?

    Turn your device off and connect your cable to the computer, but not the device just yet. Start up iTunes. Now, hold down the home button on your device and plug it in to the cable - don't let go of the button until iTunes tells you it's detected a device in recovery mode. Now you can restore to factory settings.

  • N96 WELCOME LOGO opening problem.... please help

    Hi all,
    I have nokia n96. today I boot the pone, nokia WELCOME LOGO (Hand Shaking Animation) not displaing and NO OPENING SOUD.
    What can I do? This is big problem to me
    please help...
    Thanks (sorry for bad English)

    Does your phone show any sign of life,
    Vibration, white screen
    If not it's likely a hw issue
    If it does and then gets no further then a full 3 finger reset may help
    1. Switch off the phone.
    2. Hold down the following three buttons: Green (the call answer button), * button, and '3' button.
    3. While holding these buttons, hold the power button for a second to switch on the phone.
    4. Release when the phone shows the nokia hands logo or shows other signs of life like the language selection screen.
    It may take a few attempts and very flexible fingers
    This will remove all data from your phones memory however
    Other than this a nokia care point is your only hope
    Care points/service centres and repair info:
    UK • Europe • Asia-Pacific • USA •
    Canada • Middle East and Africa
    Elsewhere: Click here, select your country, go to the support section, then select repair.
    Message Edited by synth_fg on 24-Jun-2009 10:40 AM

  • Logo Printing Problem

    Hi All ! In my smartform, I am using 2 logos for 2 different compnay codes.
    For only 1 company code the logo is not getting displayed, But for the other company code it is working perfectly fine.
    Please advice.

    how are you printing the logo? is it dynamically being called or u have hard coded the name of logo ?
    If it is dynamically bein called, please check in debugger if its name is being fetched in Smartform or not.
    Also check the window size and logo size.
    if you have hard coded the Logo, Please check the logo in SE78. Check if you have given same attributes in Smartform as name, object , id .Or you can try varying the resolution.

  • Script LOGO Transport problem.

    I have one LOGO ( z_logo ) in /nso10 in Development system.
    When I transported my Script to Quality the LOGO was not there, hence not displaying ( displaying with blank ) .
    How Can I transport my LOGO to Quality system ?

    Hi ,
    Since it is in so10 you can transport it using customizing request . Use the  program RSTXTRAN to attach the so10 text to a custiomizing request .
    This link will give you complete Idea :
    http://help.sap.com/saphelp_46c/helpdata/en/81/53c8ecaa83d311ae690060b03c9bbe/content.htm
    Regards,
    Varun .
    Message was edited by: varun sonu

  • IMovie 11 - Logo overlay problem

    Hi - When I place my logo (png format) over my video the video stops in the playback and the audio continues. However if I place the cursor directly on the place where I placed my logo I see the video, audio and my logo overlay. Any advice?

    this is a 'flaw' of this trick:
    in iMovie, on preview, playback can stutter, no pic, no png, audio only etc.
    on final export everything will be rendered and fine - promised!

  • Logo overlay problem - red color

    I have two logos that I need to put on top of footage on a 16:9 NTSC timeline. One logo is white and read crisp, the other has a red element that pixelates after rendering it. I've imported it as a psd, tif and jpeg and they all act the same. How can I get it to render properly? Thanks.

    but I have to take the red almost all the way to a brown color. I have also tried taking the saturation down in FCP using 3-way color corrector. This also creates a brownish red. How can I get a decent red color to represent the corporate logo correctly?
    You probably cannot. Converting CMYK or specific ink colors to video is quite nearly impossible. If your client balks at this, ask them how they would represent their red in any medium their logo designers did not anticipate or allow for in their brand specs. Say they were given an opportunity to display their logo on the side of the Goodyear blimp which uses RGB LEDs. The logo, as art would look quite good. But if you are trying to display a copy of a video or television commercial, their "red" would be redefined by the video codec, the blimp's onboard computer's transcoding processor, and the ability of the LEDs to render the colors received from the computer. There will need to be some adjustments to their perception of accuracy.
    bogiesan

  • DPS 6 Ressource Problem ?

    Hello,
    I have a DS6.1 and DPS 6 running.
    It is a test environment but we have a number of our developers connected to the DS6.1 Server to do further testing.
    The problem is that the DPS6 stops working after some time (approx. 2 hours). It just can't get connected to the backend any more.
    When I try to do a ldapsearch I get the error operation faild.
    After a restart of the DPS everything works fine again.
    Is it possible that there is a resource problem ?
    When the DPS stops working there are the following entries in the access log:
    [27/Jul/2007:16:39:48 +0200] - SERVER_OP - INFO - conn=3445 op=0 BIND dn="uid=x040004,ou=people,dc=hvb,dc=de" method="SIMPLE"" vers
    ion=3 s_msgid=2 s_conn=ds6 ldapdev:62
    [27/Jul/2007:16:39:48 +0200] - SERVER_OP - INFO - Created BIND LDAP connection s_conn=ds6 ldapdev:261 client=172.108.248.17:4405
    0 server=sunone01.intranet.hypovereinsbank.de:10389 Worker Thread 7
    [27/Jul/2007:16:39:48 +0200] - OPERATION - INFO - conn=3445 op=0 BIND RESPONSE err=1 msg="Unable to read BIND response from server
    sunone01.intranet.hypovereinsbank.de:10389/" s_conn=ds6 ldapdev:62 server=ds6 ldapdev Replaying bind operation to s_conn=ds6 ldapdev
    :63 server=sunone01.intranet.hypovereinsbank.de:10389/
    [27/Jul/2007:16:39:48 +0200] - SERVER_OP - INFO - conn=3445 op=0 BIND dn="uid=x040004,ou=people,dc=hvb,dc=de" method="SIMPLE"" vers
    ion=3 s_msgid=2 s_conn=ds6 ldapdev:63
    [27/Jul/2007:16:39:48 +0200] - SERVER_OP - INFO - conn=-1 op=-1 UNBIND s_msgid=3 s_conn=ds6 ldapdev:63
    [27/Jul/2007:16:39:48 +0200] - SERVER_OP - INFO - Created BIND LDAP connection s_conn=ds6 ldapdev:262 client=172.108.248.17:4405
    2 server=sunone01.intranet.hypovereinsbank.de:10389 Worker Thread 7
    [27/Jul/2007:16:39:48 +0200] - OPERATION - INFO - conn=3445 op=0 BIND RESPONSE err=1 msg="Unable to read BIND response from server
    sunone01.intranet.hypovereinsbank.de:10389/" s_conn=ds6 ldapdev:63 server=ds6 ldapdev Replaying bind operation to s_conn=ds6 ldapdev
    :64 server=sunone01.intranet.hypovereinsbank.de:10389/
    [27/Jul/2007:16:39:48 +0200] - OPERATION - INFO - conn=3445 op=0 BIND RESPONSE err=1 msg="Unable to read BIND response from server
    sunone01.intranet.hypovereinsbank.de:10389/" etime=510
    [27/Jul/2007:16:39:48 +0200] - DISCONNECT - INFO - conn=3445 reason="closed by client"
    There are a number of these created messages also for read and write.
    In the errors log there are the following messages (I also included the restart of the DPS):
    [27/Jul/2007:14:19:45 +0200] - BACKEND - WARN - LDAP server sunone01.intranet.hypovereinsbank.de:10389/ is up and running.
    [27/Jul/2007:15:56:06 +0200] - BACKEND - WARN - Error occured to send UNBIND to ds6 ldapdev:17
    [27/Jul/2007:15:56:06 +0200] - BACKEND - WARN - Error occured to send UNBIND to ds6 ldapdev:18
    [27/Jul/2007:15:56:06 +0200] - BACKEND - WARN - Error occured to send UNBIND to ds6 ldapdev:19
    [27/Jul/2007:15:56:12 +0200] - BACKEND - WARN - Error occured to send UNBIND to ds6 ldapdev:21
    [27/Jul/2007:15:56:12 +0200] - BACKEND - WARN - Error occured to send UNBIND to ds6 ldapdev:23
    [27/Jul/2007:16:10:57 +0200] - BACKEND - WARN - Error occured to send UNBIND to ds6 ldapdev:25
    [27/Jul/2007:16:10:57 +0200] - BACKEND - WARN - Error occured to send UNBIND to ds6 ldapdev:27
    [27/Jul/2007:16:11:55 +0200] - BACKEND - WARN - Error occured to send UNBIND to ds6 ldapdev:29
    [27/Jul/2007:16:11:55 +0200] - BACKEND - WARN - Error occured to send UNBIND to ds6 ldapdev:31
    [27/Jul/2007:16:11:58 +0200] - BACKEND - WARN - Error occured to send UNBIND to ds6 ldapdev:35
    [27/Jul/2007:16:12:01 +0200] - BACKEND - WARN - Error occured to send UNBIND to ds6 ldapdev:38
    [27/Jul/2007:16:12:05 +0200] - BACKEND - WARN - Error occured to send UNBIND to ds6 ldapdev:41
    [27/Jul/2007:16:12:13 +0200] - BACKEND - WARN - Error occured to send UNBIND to ds6 ldapdev:45
    [27/Jul/2007:16:12:13 +0200] - BACKEND - WARN - Error occured to send UNBIND to ds6 ldapdev:47
    [27/Jul/2007:16:14:38 +0200] - BACKEND - WARN - Error occured to send UNBIND to ds6 ldapdev:49
    [27/Jul/2007:16:14:38 +0200] - BACKEND - WARN - Error occured to send UNBIND to ds6 ldapdev:51
    [27/Jul/2007:16:23:42 +0200] - BACKEND - WARN - Error occured to send UNBIND to ds6 ldapdev:53
    [27/Jul/2007:16:23:42 +0200] - BACKEND - WARN - Error occured to send UNBIND to ds6 ldapdev:55
    [27/Jul/2007:16:31:29 +0200] - BACKEND - WARN - Error occured to send UNBIND to ds6 ldapdev:58
    [27/Jul/2007:16:39:44 +0200] - BACKEND - WARN - Attempt to bind as to backend server sunone01.intranet.hypovereinsbank.de:10389/ failed. Connection closed by the peer backend server (EOF received).
    [27/Jul/2007:16:39:48 +0200] - BACKEND - WARN - Error occured to send UNBIND to ds6 ldapdev:62
    [27/Jul/2007:16:41:18 +0200] - STARTUP - INFO - Global log level INFO (from config)
    [27/Jul/2007:16:41:18 +0200] - STARTUP - INFO - Logging Service configured
    [27/Jul/2007:16:41:18 +0200] - STARTUP - INFO - Java Version: 1.5.0_09 (Java Home: /usr/jdk/instances/jdk1.5.0/jre)
    [27/Jul/2007:16:41:18 +0200] - STARTUP - INFO - Java Heap Space: Total Memory (-Xms) = 241MB, Max Memory (-Xmx) = 241MB
    [27/Jul/2007:16:41:18 +0200] - STARTUP - INFO - Operating System: SunOS/sparc 5.10
    [27/Jul/2007:16:41:18 +0200] - STARTUP - INFO - Initializing LDAP server cn=dscc_ldap_172.108.248.18:3998,cn=data sources,cn=config
    [27/Jul/2007:16:41:18 +0200] - STARTUP - INFO - Initializing LDAP server cn=DS6 ldapdev,cn=data sources,cn=config
    [27/Jul/2007:16:41:18 +0200] - BACKEND - WARN - No data source available for ADD,BIND,COMPARE,DELETE,MODIFY,SEARCH, in data source pool cn=dscc admin da
    ta source pool,cn=datasource pools,cn=config .You may want to check whether the configuration of this pool contains at least one data source enabled and wit h non-zero weights.
    [27/Jul/2007:16:41:19 +0200] - STARTUP - INFO - SSL initialization succeeded.
    [27/Jul/2007:16:41:19 +0200] - CONFIG - WARN - Attribute certMappingDataViewPolicy in entry cn=LDAPS Listener,cn=Client Listeners,cn=config missing. Us
    ing ALL_DATA_VIEW
    [27/Jul/2007:16:41:19 +0200] - STARTUP - INFO - Creating 50 worker threads.
    [27/Jul/2007:16:41:20 +0200] - BACKEND - WARN - Can't retrieve LDAP schema (LDAP error code: 32) No data view were found to process the search request.
    [27/Jul/2007:16:41:20 +0200] - STARTUP - INFO - Sun-Java(tm)-System-Directory-Proxy-Server/6.1_PD_6570523_6561157 B2007.200.0325 started on host sunone0
    1.intranet.hypovereinsbank.de in directory /local/dps
    [27/Jul/2007:16:41:20 +0200] - STARTUP - INFO - Listening for secure client connections on 0.0.0.0:636
    [27/Jul/2007:16:41:20 +0200] - STARTUP - INFO - Listening for client connections on 0.0.0.0:389
    [27/Jul/2007:16:41:48 +0200] - BACKEND - WARN - LDAP server 172.108.248.18:3998/ is up and running.
    [27/Jul/2007:16:41:48 +0200] - BACKEND - WARN - LDAP server sunone01.intranet.hypovereinsbank.de:10389/ is up and running.
    The Data Source Properties are set to 100 Connections Initial and 50 Connection Increment.
    But do I also have to configure something under Performance ?
    There is the Connections set to 2 (for Non-Secure Service and Secure Service). Do I have to specify a higher number ?
    Best Regards,
    Beate

    Hello,
    problem solved:
    We had an "Idle Timeout Limit" set on DS6.1.
    After one hour all connections from DPS6 to DS6.1 would be closed, since the Timeout expired.
    I set the Timeout on DS6.1 for "Idle Timeout" to unlimited.
    Now the Server is running without closing all connections each hour.

  • Windows 7 lookout opc server problems

    Hello,
    I am not able to successfully read from my OPC server 2011 within Lookout 6.6 on one of my pcs.  I had built a process on a different pc that worked.  Now on a new pc, after installing NiMax and configuring a NIDAQ PCI-6052E device and building the NI-DAQmx Global virtual channels using AI1-AI8 points then installing and configuring Lookout and building up a process, I can see the AI1 - AI8 points in lookout when I traverse the object browser and find process1>OPCClient1>computername>system>DAQmx>AI1 (for example).  Once I do that, lookout alarms with priority-8, object name ...OPCclient1, area-comm description - Internal error (2): Processing read data (50): Can't convert data to Lookout format (00000004).
    This has worked on a different pc, when I run lookout as Administrator... Any help would be appreciated.
    David Istre

    Hello,  I replied once, but my response did not show up on the discussion forum.
    Both PCs are running Windows 7.
    I have placed the opcclient.ini file within the Lookout folder and then ran lookout 2 times.  The first time I ran lookout, I was getting data from my opc client.  The log file shows that (from 8:11am).  I closed lookout and did some other things for about an hour and then ran lookout again.  This time I could not get data from my opc client.  Again, the log shows that (around 9:50am).
    Is there a way to use a NIDAQ card within lookout 6 without having to use OPCClient?  Also, is there a way to get better lookout support than through these forums?
    David
    Attachments:
    OPCclient1log.txt ‏64 KB

Maybe you are looking for

  • PO Approval Email Notifications

    Hi, I customized Standard Printed Purchase Order Report and it is working fine, generating PDF output also with the help of XML Publisher. Now when a PO is approved from PO Approval . Then Standard Purchase Order Report is send to supplier Email addr

  • Creation of function module for updating the ztable

    Hi, I am sending the requirement for ceation of function module for updating the ztable. Requirement---- Table Updation rule (New record) While creating a new record the calling function will export the following to the table handling function. Table

  • Correct video encoding settings to play on ipad?

    Here's the settings that my dvd ripper (iskysoft) used to convert a home movie DVD to an "apple TV" format file file type: .mp4 format: xvid resolution: 512 x 384 frame rate: 24 bit rate 1500 This file plays fine on the apple tv and itunes, but not o

  • Photoshop Web Gallery - how to include home page link

    I have included a web gallery (created in Photoshop) to my website. Everything works fine; however, after scrolling through the photos there isn't a link to help return to the site's home page. The only option is to click the back arrow many times un

  • Properties Not Matching Text

    I have been using the trial version of Captivate 8, playing with it's capabilities and interface. Upon publishing a trial module, I noticed some text that I had italicized were not showing as italicized. Looking back at the Captivate text, I found so