problem with post a comment for a specific image

So I was able to view the comment in the page I created and that comment is also saved in the table of comments in the database with the id of the image, but when I'm in the first picture and I comment comments are displayed registered in the database with the id 1 and then I'm going to the second the comments are also displayed and recorded in the commentary of tabel with the id of photo 2. But my problem is that when I go on the second picture I also see the comments of the first photo. So overall my pictures, I can see comments of photos with identification. How can I managed to solve this problem. Please suggest me sth

I will describe a little of my database

database name is art

Tabel photo, I have named piktur (Titulli, Pershkrimi, id_piktur, Piktur_url) rsGallery is the Recordset photo

the tabel of comment, I appointed komente (id_koment, id_piktur, text) rsKomente is comment recordset

Text is the column where the comment is save

I use the session variable in order to get the id of the image of the table of the photo and the photo id of the tabel of comment column

This is the piece of code, I guess I should make some conditions but I tried sth myself but I couldn't solve my problem. The images on my page are organized with pagination and repeat the view-only region 1 photo at a time. the commentary are also repeating the region showing all comments at once.

< p >

<? PHP while ($row_rsKomente = mysql_fetch_assoc ($rsKomente)) {? >}

<? PHP

$id_piktur=$row_rsGallery['Id_piktur']; $_SESSION['id_piktur']=$id_piktur; 

echo $row_rsKomente ["text"]. "" < br / > ';? >

<? PHP}? >

< /p >

my entire code is shown below if you don't think that this code is enough to solve the problem thanks in advance gallery.php

Gallery.php

<? php require_once('Connections/art.php');? >

<? PHP session_start()? >

<? PHP

If (! function_exists ("GetSQLValueString")) {//this is a code that I've not shown here because it has nothing to do with the problem I want to solve}

If ((isset($_POST["MM_insert"])) & & ($_POST ["MM_insert"] == "form1") & & (isset($_SESSION['id_piktur']))) {}

$insertSQL = sprintf ("INSERT INTO komente (text, id_piktur) VALUES (% s,'". $_SESSION ['id_piktur']. "')", GetSQLValueString ($_POST ['text'], "text") ");

@mysql_select_db ($database_art, $art);

$Result1 = mysql_query ($insertSQL, $art) or die (mysql_error ());

}

$maxRows_rsGallery = 1;

$pageNum_rsGallery = 0;

If (isset($_GET['pageNum_rsGallery'])) {}

$pageNum_rsGallery = $_GET ['pageNum_rsGallery'];

}

$startRow_rsGallery = $pageNum_rsGallery * $maxRows_rsGallery;

@mysql_select_db ($database_art, $art);

$query_rsGallery = "SELECT Pershkrim, Piktur_url, Rankim, id_piktur FROM piktur";

$query_limit_rsGallery = sprintf ("%s LIMIT %d, %d", $query_rsGallery, $startRow_rsGallery, $maxRows_rsGallery);

$rsGallery = mysql_query ($query_limit_rsGallery, $art) or die (mysql_error ());

$row_rsGallery = mysql_fetch_assoc ($rsGallery);

If (isset($_GET['totalRows_rsGallery'])) {}

$totalRows_rsGallery = $_GET ['totalRows_rsGallery'];

} else {}

$all_rsGallery = mysql_query ($query_rsGallery);

$totalRows_rsGallery = mysql_num_rows ($all_rsGallery);

}

$totalPages_rsGallery = ceil($totalRows_rsGallery/$maxRows_rsGallery)-1;

 $maxRows_rsKomente = 10; $pageNum_rsKomente = 0; if (isset($_GET['pageNum_rsKomente'])) {   $pageNum_rsKomente = $_GET['pageNum_rsKomente']; } $startRow_rsKomente = $pageNum_rsKomente * $maxRows_rsKomente; 
mysql_select_db($database_art, $art); $query_rsKomente = "SELECT Tekst,id_piktur FROM komente"; $query_limit_rsKomente = sprintf("%s LIMIT %d, %d", $query_rsKomente, $startRow_rsKomente, $maxRows_rsKomente); $rsKomente = mysql_query($query_limit_rsKomente, $art) or die(mysql_error()); $row_rsKomente = mysql_fetch_assoc($rsKomente);   if (isset($_GET['totalRows_rsKomente'])) {   $totalRows_rsKomente = $_GET['totalRows_rsKomente']; } else {   $all_rsKomente = mysql_query($query_rsKomente);   $totalRows_rsKomente = mysql_num_rows($all_rsKomente); } $totalPages_rsKomente = ceil($totalRows_rsKomente/$maxRows_rsKomente)-1; 

$queryString_rsGallery = "";

If (! empty($_SERVER['QUERY_STRING'])) {}

$params = explode ("&", $_SERVER ['QUERY_STRING']);

$newParams = array();

{foreach ($params as $param)

If (stristr ($param, "pageNum_rsGallery") == false & &)

stristr ($param, "totalRows_rsGallery") == false) {}

return ($newParams, $param);

}

}

If (count ($newParams)! = 0) {}

$queryString_rsGallery = '& '. htmlentities (implode ("&", $newParams));

}

}

$queryString_rsGallery = sprintf ("& totalRows_rsGallery = %d %s", $totalRows_rsGallery, $queryString_rsGallery);

$queryString_rsKomente = "";

If (! empty($_SERVER['QUERY_STRING'])) {}

$params = explode ("&", $_SERVER ['QUERY_STRING']);

$newParams = array();

{foreach ($params as $param)

If (stristr ($param, "pageNum_rsKomente") == false & &)

stristr ($param, "totalRows_rsKomente") == false) {}

return ($newParams, $param);

}

}

If (count ($newParams)! = 0) {}

$queryString_rsKomente = '& '. htmlentities (implode ("&", $newParams));

}

}

$queryString_rsKomente = sprintf ("& totalRows_rsKomente = %d %s", $totalRows_rsKomente, $queryString_rsKomente);

? >

<! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""

"< html xmlns ="http://www.w3.org/1999/xhtml">".

< head >

< meta http-equiv = "Content-Type" content = text/html"; charset = utf-8 "/ >"

< title > < /title > paintings

< link href = "style_gallery.css" rel = "stylesheet" type = "text/css" / > "

< / head >

< body >

< / div >

< div id = "logo_wrapper" >

<!-for the logo of the example, we used a font called "Burrow of ink", which is free on the sites of large fonts. ->

< div id = "logo" > < img src = "_images/logo.png" width = "600" height = "79" align = "right" / > < / div > "

< / div >

< div id = "main_container" >

< div id = "menu_container" >

< div id = 'menu' >

< ul id = "base_menu" >

< li > < a href = "index.php" > home < /a > < /li >

< li > < a href = "#" > on < /a > < /li >

< li > < a href = "gallery.php" > Gallery < /a > < /li > ""

< ul class = "sub_menu" >

< li > < a href = "#" title = 'Charcoal' > coal < /a > < /li >

< li > < a href = "#" title = "Oil paintings" > < /a > < /li > oil paintings

< li > < a href = "#" title = "Sketches" > sketch < /a > < /li >

< li > < a href = "#" title = "Our latest podcast" > Video Podcast < /a > < /li >

< /ul >

< li > < a href = "#" > Contact < /a > < /li >

< li > < a href = "#" > events < /a > < /li >

< li > < a href = "login.php" > Connect < /a > < /li >

< /ul >

< / div >

< / div >

< div id = "mainArticle" >

Gallery of paintings of < h1 > < / h1 >

< p > welcome! < /p >

< p >

<? PHP {? >}

   <?php   $id_piktur=$row_rsGallery['id_piktur']; $_SESSION['id_piktur']=$id_piktur;             echo $row_rsKomente['Tekst']."<br/>" ;                      ?>         <?php }  while ($row_rsKomente = mysql_fetch_assoc($rsKomente)); ?>  </p>

< form id = "form1" name = "form1" method = "POST" action = "<?" PHP echo $editFormAction;? > ">"

< p >

< label for 'comment' = > comment: < / label >

< /p >

< p >

< textarea = 'text' id = 'text' passes name = "45" lines = "5" > < / textarea >

< /p >

< input name = "comment" type = "submit" value = "Comment" / >

< input type = "hidden" name = "MM_insert" value = "form1" / >

< / make >

< p > < / p >

< p >

< a href = "<?" PHP printf ("%s? pageNum_rsGallery = %d %s "(, $currentPage, 0, $queryString_rsGallery);?" > "> first < /a >"

< a href = "<?" PHP printf ("%s? (pageNum_rsGallery = %d %s", $currentPage, max (0, $pageNum_rsGallery - 1), $queryString_rsGallery);? > "> back < /a >"

< a href = "<?" PHP printf ("%s? (pageNum_rsGallery = %d %s", $currentPage, min ($totalPages_rsGallery, $pageNum_rsGallery + 1), $queryString_rsGallery);? > "> Next < /a >"

< a href = "<?" PHP printf ("%s? pageNum_rsGallery = %d %s "(, $currentPage, $totalPages_rsGallery, $queryString_rsGallery);?" > "> last < /a >"

<p class="galleryText"><img src="_images/<?php echo $row_rsGallery['Piktur_url']; ?>" alt="golden gate bridge" class="galleryImage" />    <?php do { ?>     <?php echo $row_rsGallery['Pershkrim']; ?>     <?php } while ($row_rsGallery = mysql_fetch_assoc($rsGallery)); ?> </p>

< / div >

< p > < / p >

< / div >

< / body >

< / html >

<? PHP

mysql_free_result ($rsGallery);

mysql_free_result ($rsKomente);

? >

We have already discussed this. Your request for the komente does not contain a WHERE clause:

>SELECT Tekst,id_piktur FROM komente

You must include a WHERE clause so that the select statement returns only the lines of the current id_piktur.

Tags: Dreamweaver

Similar Questions

  • ESX 4.0 problem with post install in kick start.

    Hi all

    I have problem with writing a script for starting a esx4. Everything works OK until I try to enable vmotion. my kickstart script looks like:

    AcceptEULA

    keyboard us

    AUTH - enablemd5 - enableshadow

    1. Names of canonical readers:

    clearpart - overwritevmfs - drives = mpx.vmhba0:C0:T0:L0

    1. Uncomment to use the first detected disk:

    #clearpart - firstdisk

    1. Uncomment the esxlocation line and comment out the clearpart

    2. and physical partitions to do a non-destructive reinstall.

    #esxlocation - uuid = 2be8278c-007 b-4389-947f-0f6a72a23036

    install the cdrom

    rootpw - iscrypted $1$ fh40NuLv$ jo1FUrvpfHEXHINgANoEj.

    time zone hours utc-"Poland".

    network - addvmportgroup = true - device = vmnic1 - bootproto =-= 192.168.10.10 static ip - subnet mask = 255.255.255.0 - Gateway = 192.168.10.1 - nameserver = 192.168.10.1 - hostname = test

    part "/ boot" - fstype = ext3 - size = 1100 - ondisk = mpx.vmhba0:C0:T0:L0

    1. Uncomment to use the first detected disk:

    #part ' / boot ' - fstype = ext3 - size = 1100 - onfirstdisk

    the game 'none' - fstype = vmkcore - size = 110 - ondisk = mpx.vmhba0:C0:T0:L0

    1. Uncomment to use the first detected disk:

    'none' - fstype = vmkcore - size = 110 #part - onfirstdisk

    part "Storage1" - fstype = vmfs3 - size = 8604 - grow - ondisk = mpx.vmhba0:C0:T0:L0

    1. Uncomment to use the first detected disk:

    #part 'Storage1"- fstype = vmfs3 - size = 8604 - grow - onfirstdisk

    VirtualDisk "esxconsole" - size = 7604 - onvmfs = 'Storage1.

    part 'swap' - fstype = swap - size = 600 - onvirtualdisk = "esxconsole".

    the part "/ var/log" - fstype = ext3 - size = 2000 - onvirtualdisk = "esxconsole".

    part ' / ' - fstype = ext3 - size = 5000 - push - onvirtualdisk = "esxconsole".

    % post - interpreter = bash

    esxcfg-vswitch - L vmnic0 vSwitch0

    esxcfg-vswitch - D "VM Network" vSwitch0

    -A ' 64 VLAN' vSwitch0 esxcfg-vswitch»

    esxcfg-vswitch - a "iSCSI" vSwitch0

    esxcfg-vmknic - an "iSCSI" 255.255.255.0-i 192.168.10.11 - n

    esxcfg-road 192.168.10.1

    esxcfg-road - a by default 255.255.255.0 192.168.10.1

    service mgmt-vmware restart

    sleep 5

    / usr/bin/VMware-vim-cmd hostsvc/vmotion/vnic_set vmk0

    service mgmt-vmware restart

    When I run the command/usr/bin/vmware-vim-cmd vmotion/hostsvc/vnic_set vmk0 after installation in ssh allows vmotion, but when it is run by Setup in the % post section that's not what I'm doing wrong?

    Concerning

    Zbyszek

    I did a startup script and it started working.

  • I'm having a problem with a sound used for Norton ccSvcHst.exe process. And perhaps dwm.exe

    I'm having a problem with a sound used for Norton ccSvcHst.exe process. I have all the dates of the last mounted and I roughly 1 000 000 errors page an hour and the hard drive of my computer is crazy with me doing nothing. Norton has been included in the software package supplied with the computer. so I hope that support you. What can I do to calm my computer runs to stop this service... I have also about 500 000 for the service dwm.exe. What could cause this?

    Hi dude, on average

    A. from when what happens?

    B. recent changes made on your computer?

    C. you get any error message?

    First of all, I suggest you to uninstall and reinstall Norton using the Norton Utilities disk and check if the problem persists.

    Second, you may have to perform an auditor of the system files on your computer in order to replace the files corrupted on your computer.

    Open an elevated command prompt. To do this, click Start, click programs, accessories principally made, right-click Guest, and then click Run as administrator. If you are prompted for an administrator password or a confirmation, type the password, or click on allow.

    Type the following command and press ENTER: sfc/scannow

    The sfc/scannow command. analyzes all protected system files and replaces incorrect versions with appropriate Microsoft versions.

    How to use the System File Checker tool to fix the system files missing or corrupted on Windows Vista or Windows 7
    http://support.Microsoft.com/kb/929833

    Bindu S - Microsoft Support
    [If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message.] [Marking a post as answer, or relatively useful, you help others find the answer more quickly.]

  • problem with my laptop asking for the administrator password or power on password

    I have the same problem with my laptop asking for the administrator password or power on password. It is a compaq presario cq61. It happened when my hard drive failed and was not used for a long time. With the password, any help would be much appreciated. It says system turn off after a few trials with the key: 55427586

    Hello

    Try to enter: 40585508

    Kind regards

    DP - K

  • Facing a problem with writing the custom for WLS identity assertion provider

    I am facing a problem with writing the custom for WLS identity assertion provider.

    Requirement:

    Asserter identity configured in WLS should get called when the following cookie is sent in a request by my application
    cookie name: OAMAuthnCookie_blr1234567.idc.oracle.com:7777

    I added the name of the cookie as a token of support and Active token in WeblogicCustomIdentityAsserter.xml

    < MBeanAttribute
    Name = "SupportedTypes.
    Type = "java.lang.String [].
    Writeable = "false".
    Default = "new String() {& quot; OAMAuthnCookie_blr1234567.idc.oracle.com:7777 & quot ;}.
    / >
    <!-ActiveTypes attribute contains the subset of your mbean SupportedTypes who are active in the area. ->
    < MBeanAttribute
    Name = "ActiveTypes".
    Type = "java.lang.String [].
    Default = "new String() {& quot; OAMAuthnCookie_blr1234567.idc.oracle.com:7777 & quot ;}.
    / >

    Problem:

    Identity asserter provider is not invoked for the request that has the cookie named OAMAuthnCookie_blr1234567.idc.oracle.com:7777.

    I did some experiments with the cookie name, to see where the problem could be

    Identity asserter provider is triggered for the following cookies:
    OAMAuthnCookie_blr1234567.idc.oracle.com7777.
    blr1234567. IDC. Oracle
    blr12_XXX. IDC. Oracle.com

    and it does not work for cookie name - OAMAuthnCookie_blr1234567.idc.oracle.com:7777

    I think that the name of the token supports not the colon. I don't have control over the name of the cookie, two points will always be

    Tried it with giving the name of the cookie after the encoding of the colon

    < MBeanAttribute

    Name = "SupportedTypes.

    Type = "java.lang.String [].

    Writeable = "false".

    Default = "new String() {& quot; OAMAuthnCookie_blr2211441.idc.oracle.com & #58;. 7777 & quot ;} »

    / >


    But still does not work
    Am I missing something? Any help will be appreciated.
    Help, please!

    colon ': ' is an illegal character in the name of the cookie.

    RFC 2616, Section 2.2 says:

    token = 1 *.

    separators = "(" | ")" | " <" |="" "="">" | " @"

    | "," | ";" | ":" | " \" |<">

    | "/" | "[" | "]" | "?" | "="

    | "{" | "}" | SP | HT

    It is clear ":" a "separator" and thus not allowed in a token or a cookie name.

  • I get a box that says, please verify your billing information. We discovered a problem with your last payment for creative cloud. Go online to manage your account and check your billing account. 19 days remaining. What is c?

    I get a box that says, please verify your billing information. We discovered a problem with your last payment for creative cloud. Go online to manage your account and check your billing account. 19 days remaining. What is c?

    Since this is an open forum, not Adobe support... you must contact Adobe personnel to help

    Chat/phone: Mon - Fri 05:00-19:00 (US Pacific Time)<=== note="" days="" and="">

    Don't forget to stay signed with your Adobe ID before accessing the link below

    Creative cloud support (all creative cloud customer service problems)

    http://helpx.Adobe.com/x-productkb/global/service-CCM.html

  • How to save a PDF georeferenced with annotations and comments (for example text boxes) so that they will appear when opened with an application like Avenza?

    I am creating georeferenced PDF maps using a mapping program, I have no problem to open the PDF with Adobe Reader / Acrobat. I use Adobe Acrobat to add annotations and comments to the map in PDF format, and I can still not display the annotations and comments when I re - open the file with Adobe Reader / Acrobat. However, when I try to open the file on Avenza, overhead rates disappear. Anyone know how I can save annotations and comments so that they appear when you open the file with all the Apps? This is perhaps a question that arises for the specific application in question - Avenza. Thanks for any input.

    3rd party software may or may not support what Acrobat Reader on mobile devices. If the content does not appear, then your not likely Adobe software does not support this content. For example, many PDF viewers accept the forms. However, it is a question, you should ask your provider of software 3rd party.

    HTH,

    Ben

  • I can't see a message from my Union because of problems with the address changed for pop-upwindows and some other issues

    Hello
    I am from Sweden and I have problems with a Web site that has my Union. I could see messages from them before, but they changed their address and on the site, they say people that they must put the new address on the approved list of the pop-up windows. I did but it still does not. Maybe I did wrong, I don't know, but it's annoying as hell that I can't see the messages they send.

    I really need help with that.

    Best regards
    Lena

    You can control and manage permissions for all areas on the Subject: authorizations page.

    You can delete all data stored in Firefox with a specific area through "Forget this Site" from the context menu of the history entry (see the history or the history sidebar) or via the subject: permissions page.

    Using "Forget this Site" will delete all data stored in Firefox in this area as bookmarks, cookies, words of past, cache, history, and exceptions, so be careful and if you have a password or other data from this area you don't want to lose so take note of these passwords and bookmarks.
    You can't recover from which "forget" unless you have a backup of the affected files.

    It has no lasting effect, so if come back you on such a 'forgotten' site, then the data of this Web site will be saved once more.

  • Problem with update of security for Windows XP (KB973768)

    My system is Windows XP Media Center Edition version 2002 with SP3 and I've had problems with KB973768 for awhile now and I've done everything. I used the "MS Fix it" software and it wasn't able to do anything. I tried to install it manually and I get this message whenever I try "Setup has encountered an error: Setup cannot continue because one or more prerequisites necessary for the installation of KB973768 failed.» For more details, check the c:\windows\KB973768.log log file'

    Reading the newspaper, it seems that it has something to do with Media Center, whom I have problems with ehshell.exe, in addition to this, but do not know whether or not it relates. Anyway here is the link to the post here I asked who submit click here

    I'll be very grateful if this problems can be solved.

    The newspaper reads:

    [KB973768.log]
    2.938: ================================================================================
    2.938: 09/12/2011 23:24:35.062 (local)
    2.938: C:\WINDOWS\SoftwareDistribution\Download\519039965b9b1c75e6fe81698d853607\update\update.exe (version 6.3.13.0)
    2.969: impossible to activate SE_SHUTDOWN_PRIVILEGE
    3.031: hotfix started with following command line: - q - z - er /ParentInfo:24420ae31ab21e47aba2083273c1a6f9
    3.063: in function GetReleaseSet, line 1240, RegQueryValueEx failed with error 0x2
    3,516: return value of IsMediaCenterPC = 1
    3,516: IsMediaCenterPC returns the value (0 x 1) that is equal to 0 x 1
    3,516: condition succeeded to the PreReq.SingleOp.MediaCenter section in row 1 prerequisites
    3,516: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    3,516: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    3.531: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    3.531: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    3.531: Check condition for line 2 of prerequisite returned FALSE
    3,641: ReadStringFromInf: UpdSpGetLineText failed: 0xe0000102
    3,641: KB973768 Setup has encountered an error: Setup cannot continue because one or more prerequisites required for the installation of KB973768 failed. For more details, check the c:\windows\KB973768.log log file
    3.703: ReadStringFromInf: UpdSpGetLineText failed: 0xe0000102
    3.703: Setup cannot continue because one or more prerequisites required for the installation of KB973768 failed. For more details, check the c:\windows\KB973768.log log file
    3.703: Update.exe extended error code = 0xf0f4
    0.047: ================================================================================
    0.047: 09/12/2011 23:37:05.093 (local)
    0.047: C:\WINDOWS\SoftwareDistribution\Download\519039965b9b1c75e6fe81698d853607\update\update.exe (version 6.3.13.0)
    0.047: impossible to activate SE_SHUTDOWN_PRIVILEGE
    0.047: hotfix started with following command line: - q - z - er /ParentInfo:a26bbd9947135e40bf0120f81249c59d
    0.047: in function GetReleaseSet, line 1240, RegQueryValueEx failed with error 0x2
    0.062: return the value of IsMediaCenterPC = 1
    0.062: IsMediaCenterPC returns the value (0 x 1) that is equal to 0 x 1
    0.062: condition succeeded to the PreReq.SingleOp.MediaCenter section in row 1 prerequisites
    0.062: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    0.062: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    0.062: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    0.062: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    0.062: Check condition for line 2 of prerequisite returned FALSE
    0.062: ReadStringFromInf: UpdSpGetLineText failed: 0xe0000102
    0.062: KB973768 Setup has encountered an error: Setup cannot continue because one or more prerequisites required for the installation of KB973768 failed. For more details, check the c:\windows\KB973768.log log file
    0.062: ReadStringFromInf: UpdSpGetLineText failed: 0xe0000102
    0.062: Setup cannot continue because one or more prerequisites required for the installation of KB973768 failed. For more details, check the c:\windows\KB973768.log log file
    0.062: Update.exe extended error code = 0xf0f4
    0.079: ================================================================================
    0.079: 09/12/2011 23:42:35.062 (local)
    0.079: g:\2d3e53d0171f7240a9b33c76814c\update\update.exe (version 6.3.13.0)
    0.079: hotfix started with following command line:
    0.079: in function GetReleaseSet, line 1240, RegQueryValueEx failed with error 0x2
    0,141: return the value of IsMediaCenterPC = 1
    0,141: IsMediaCenterPC returns the value (0 x 1) that is equal to 0 x 1
    0,141: condition succeeded to the PreReq.SingleOp.MediaCenter section in row 1 prerequisites
    0,141: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    0,141: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    0,141: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    0,141: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    0,141: Check condition for line 2 of prerequisite returned FALSE
    0,141: ReadStringFromInf: UpdSpGetLineText failed: 0xe0000102
    0,141: KB973768 Setup has encountered an error: Setup cannot continue because one or more prerequisites required for the installation of KB973768 failed. For more details, check the c:\windows\KB973768.log log file
    0,141: ReadStringFromInf: UpdSpGetLineText failed: 0xe0000102
    0,141: Setup cannot continue because one or more prerequisites required for the installation of KB973768 failed. For more details, check the c:\windows\KB973768.log log file
    22.422: message displayed to the user: Setup cannot continue because one or more prerequisites required for the installation of KB973768 failed. For more details, check the c:\windows\KB973768.log log file
    22.422: user input: OK
    22.422: Update.exe extended error code = 0xf0f4
    22.422: Update.exe return code was masked to 0 x 643 for MSI custom action compliance.
    0.078: ================================================================================
    0.078: 09/12/2011 23:43:08.703 (local)
    0.078: g:\19f0871e5f3390545f21\update\update.exe (version 6.3.13.0)
    0.078: hotfix started with following command line:
    0.078: in function GetReleaseSet, line 1240, RegQueryValueEx failed with error 0x2
    0.125: return the value of IsMediaCenterPC = 1
    0.125: IsMediaCenterPC returns the value (0 x 1) that is equal to 0 x 1
    0.125: condition succeeded to the PreReq.SingleOp.MediaCenter section in row 1 prerequisites
    0.125: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    0.125: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    0.125: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    0.125: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    0.125: Check condition for line 2 of prerequisite returned FALSE
    0.125: ReadStringFromInf: UpdSpGetLineText failed: 0xe0000102
    0.125: KB973768 Setup has encountered an error: Setup cannot continue because one or more prerequisites required for the installation of KB973768 failed. For more details, check the c:\windows\KB973768.log log file
    0.125: ReadStringFromInf: UpdSpGetLineText failed: 0xe0000102
    0.125: Setup cannot continue because one or more prerequisites required for the installation of KB973768 failed. For more details, check the c:\windows\KB973768.log log file
    3.938: message displayed to the user: Setup cannot continue because one or more prerequisites required for the installation of KB973768 failed. For more details, check the c:\windows\KB973768.log log file
    3.938: user input: OK
    3.938: Update.exe extended error code = 0xf0f4
    3.938: Update.exe return code was masked to 0 x 643 for MSI custom action compliance.
    0.078: ================================================================================
    0.078: 09/12/2011 23:50:00.765 (local)
    0.078: g:\efcac2da495c5681649bbb0931e188ab\update\update.exe (version 6.3.13.0)
    0.078: hotfix started with following command line:
    0.078: in function GetReleaseSet, line 1240, RegQueryValueEx failed with error 0x2
    0.156: return the value of IsMediaCenterPC = 1
    0.156: IsMediaCenterPC returns the value (0 x 1) that is equal to 0 x 1
    0.156: condition succeeded to the PreReq.SingleOp.MediaCenter section in row 1 prerequisites
    0.156: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    0.156: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    0.156: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    0.156: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    0.156: Check condition for line 2 of prerequisite returned FALSE
    0.156: ReadStringFromInf: UpdSpGetLineText failed: 0xe0000102
    0.156: KB973768 Setup has encountered an error: Setup cannot continue because one or more prerequisites required for the installation of KB973768 failed. For more details, check the c:\windows\KB973768.log log file
    0.156: ReadStringFromInf: UpdSpGetLineText failed: 0xe0000102
    0.156: Setup cannot continue because one or more prerequisites required for the installation of KB973768 failed. For more details, check the c:\windows\KB973768.log log file
    2.390: message displayed to the user: Setup cannot continue because one or more prerequisites required for the installation of KB973768 failed. For more details, check the c:\windows\KB973768.log log file
    2.390: user input: OK
    2.390: Update.exe extended error code = 0xf0f4
    2.390: Update.exe return code was masked to 0 x 643 for MSI custom action compliance.
    0.062: ================================================================================
    0.062: 09/12/2011 23:53:35.078 (local)
    0.062: C:\WINDOWS\SoftwareDistribution\Download\519039965b9b1c75e6fe81698d853607\update\update.exe (version 6.3.13.0)
    0.062: impossible to activate SE_SHUTDOWN_PRIVILEGE
    0.062: hotfix started with following command line: - q - z - er /ParentInfo:e1af80918c7c3647ac8bf32656674b10
    0.062: in function GetReleaseSet, line 1240, RegQueryValueEx failed with error 0x2
    0.078: return the value of IsMediaCenterPC = 1
    0.078: IsMediaCenterPC returns the value (0 x 1) that is equal to 0 x 1
    0.078: condition succeeded to the PreReq.SingleOp.MediaCenter section in row 1 prerequisites
    0.078: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    0.078: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    0.078: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    0.078: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    0.078: Check condition for line 2 of prerequisite returned FALSE
    0.078: ReadStringFromInf: UpdSpGetLineText failed: 0xe0000102
    0.078: KB973768 Setup has encountered an error: Setup cannot continue because one or more prerequisites required for the installation of KB973768 failed. For more details, check the c:\windows\KB973768.log log file
    0.078: ReadStringFromInf: UpdSpGetLineText failed: 0xe0000102
    0.078: Setup cannot continue because one or more prerequisites required for the installation of KB973768 failed. For more details, check the c:\windows\KB973768.log log file
    0.078: Update.exe extended error code = 0xf0f4
    0.062: ================================================================================
    0.062: 09/12/2011 23:55:39.078 (local)
    0.062: C:\WINDOWS\SoftwareDistribution\Download\519039965b9b1c75e6fe81698d853607\update\update.exe (version 6.3.13.0)
    0.062: impossible to activate SE_SHUTDOWN_PRIVILEGE
    0.062: hotfix started with following command line: - q - z - er /ParentInfo:1ab7c07acdd60748bb5cdab1da30d925
    0.062: in function GetReleaseSet, line 1240, RegQueryValueEx failed with error 0x2
    0.062: return the value of IsMediaCenterPC = 1
    0.062: IsMediaCenterPC returns the value (0 x 1) that is equal to 0 x 1
    0.062: condition succeeded to the PreReq.SingleOp.MediaCenter section in row 1 prerequisites
    0.062: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    0.062: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    0.062: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    0.062: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    0.062: Check condition for line 2 of prerequisite returned FALSE
    0.062: ReadStringFromInf: UpdSpGetLineText failed: 0xe0000102
    0.062: KB973768 Setup has encountered an error: Setup cannot continue because one or more prerequisites required for the installation of KB973768 failed. For more details, check the c:\windows\KB973768.log log file
    0.078: ReadStringFromInf: UpdSpGetLineText failed: 0xe0000102
    0.078: Setup cannot continue because one or more prerequisites required for the installation of KB973768 failed. For more details, check the c:\windows\KB973768.log log file
    0.078: Update.exe extended error code = 0xf0f4
    0.094: ================================================================================
    0,110: 2011-12-10 00:03:56.187 (local)
    0,110: C:\WINDOWS\SoftwareDistribution\Download\519039965b9b1c75e6fe81698d853607\update\update.exe (version 6.3.13.0)
    0,110: impossible to activate SE_SHUTDOWN_PRIVILEGE
    0,110: hotfix started with following command line: - q - z - er /ParentInfo:108421735f40f94ab5b1fa36d03364ec
    0,110: in function GetReleaseSet, line 1240, RegQueryValueEx failed with error 0x2
    0,110: return the value of IsMediaCenterPC = 1
    0,110: IsMediaCenterPC returns the value (0 x 1) that is equal to 0 x 1
    0,110: condition succeeded to the PreReq.SingleOp.MediaCenter section in row 1 prerequisites
    0,110: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    0,110: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    0,110: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    0,110: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    0,110: Check condition for line 2 of prerequisite returned FALSE
    0,110: ReadStringFromInf: UpdSpGetLineText failed: 0xe0000102
    0,110: KB973768 Setup has encountered an error: Setup cannot continue because one or more prerequisites required for the installation of KB973768 failed. For more details, check the c:\windows\KB973768.log log file
    0.125: ReadStringFromInf: UpdSpGetLineText failed: 0xe0000102
    0.125: Setup cannot continue because one or more prerequisites required for the installation of KB973768 failed. For more details, check the c:\windows\KB973768.log log file
    0.125: Update.exe extended error code = 0xf0f4
    0.047: ================================================================================
    0.047: 2011-12-10 00:15:31.765 (local)
    0.047: C:\WINDOWS\SoftwareDistribution\Download\519039965b9b1c75e6fe81698d853607\update\update.exe (version 6.3.13.0)
    0.047: impossible to activate SE_SHUTDOWN_PRIVILEGE
    0.047: hotfix started with following command line: - q - z - er /ParentInfo:a836904d171d054a9105353041d24dfb
    0.062: in function GetReleaseSet, line 1240, RegQueryValueEx failed with error 0x2
    0.062: return the value of IsMediaCenterPC = 1
    0.062: IsMediaCenterPC returns the value (0 x 1) that is equal to 0 x 1
    0.062: condition succeeded to the PreReq.SingleOp.MediaCenter section in row 1 prerequisites
    0.062: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    0.062: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    0.062: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    0.062: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    0.062: Check condition for line 2 of prerequisite returned FALSE
    0.062: ReadStringFromInf: UpdSpGetLineText failed: 0xe0000102
    0.062: KB973768 Setup has encountered an error: Setup cannot continue because one or more prerequisites required for the installation of KB973768 failed. For more details, check the c:\windows\KB973768.log log file
    0.062: ReadStringFromInf: UpdSpGetLineText failed: 0xe0000102
    0.062: Setup cannot continue because one or more prerequisites required for the installation of KB973768 failed. For more details, check the c:\windows\KB973768.log log file
    0.062: Update.exe extended error code = 0xf0f4
    0.141: ================================================================================
    0,141: 10/12/2011 11:28:16.421 (local)
    0,141: C:\WINDOWS\SoftwareDistribution\Download\519039965b9b1c75e6fe81698d853607\update\update.exe (version 6.3.13.0)
    0,141: impossible to activate SE_SHUTDOWN_PRIVILEGE
    0.157: hotfix started with following command line: - q - z - er /ParentInfo:5a0a1480332b504299b1ddd3cb9afff6
    0.157: in function GetReleaseSet, line 1240, RegQueryValueEx failed with error 0x2
    0.157: return the value of IsMediaCenterPC = 1
    0.157: IsMediaCenterPC returns the value (0 x 1) that is equal to 0 x 1
    0.157: condition succeeded to the PreReq.SingleOp.MediaCenter section in row 1 prerequisites
    0.157: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    0.157: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    0.157: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    0.157: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    0.157: Check condition for line 2 of prerequisite returned FALSE
    0,172: ReadStringFromInf: UpdSpGetLineText failed: 0xe0000102
    0,172: KB973768 Setup has encountered an error: Setup cannot continue because one or more prerequisites required for the installation of KB973768 failed. For more details, check the c:\windows\KB973768.log log file
    0,172: ReadStringFromInf: UpdSpGetLineText failed: 0xe0000102
    0,172: Setup cannot continue because one or more prerequisites required for the installation of KB973768 failed. For more details, check the c:\windows\KB973768.log log file
    0,172: Update.exe extended error code = 0xf0f4
    0.250: ================================================================================
    0.250: 2011-12-10 11:42:55.437 (local)
    0.250: f:\0133fe92e334b0b8457e\update\update.exe (version 6.3.13.0)
    0.250: hotfix started with following command line:
    0,265: in function GetReleaseSet, line 1240, RegQueryValueEx failed with error 0x2
    0,843: return the value of IsMediaCenterPC = 1
    0,843: IsMediaCenterPC returns the value (0 x 1) that is equal to 0 x 1
    0,843: condition succeeded to the PreReq.SingleOp.MediaCenter section in row 1 prerequisites
    0,843: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    0,843: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    0,843: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    0,843: SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Ident is not equal to specified value
    0,843: Check condition for line 2 of prerequisite returned FALSE
    0,859: ReadStringFromInf: UpdSpGetLineText failed: 0xe0000102
    0,859: KB973768 Setup has encountered an error: Setup cannot continue because one or more prerequisites required for the installation of KB973768 failed. For more details, check the c:\windows\KB973768.log log file
    0.875: ReadStringFromInf: UpdSpGetLineText failed: 0xe0000102
    0.875: Setup cannot continue because one or more prerequisites required for the installation of KB973768 failed. For more details, check the c:\windows\KB973768.log log file

    This issue is now resolved.

    I'm not sure how, but I think it had something to do with a question I had with ehshell.exe (click here for more on this topic). KB973768 has something to do with Media Center, and given that I had problems with it, it did not cross the installation of this update. Once the ehshell.exe issue has been resolved, I was able to install this update.

  • Problem with Broadcom wireless driver for HP Pavilion 15-p053eu

    Hello, I have a problem with the installation of the broadcom wireless driver for HP Pavilion 15-p053eu running on Windows x 64 8.

    When I download and try to install the driver I get this error...

    I really don't know what to do...

    Hello:

    If you want to run on your PC W7, good wlan driver BCM you need which should produce a full-power signal.

    http://h20566.www2.hp.com/portal/site/hpsc/template.PAGE/public/psi/swdDetails/?spf_p.tpst=swdMain&spf_p.prp_swdMain=wsrp-navigationalState%3DswItem%253Dob_133353_1&javax.portlet.begCacheTok=com.vignette.cachetoken&javax.portlet.endCacheTok=com.vignette.cachetoken

    You also need this software bluetooth...

    http://h20566.www2.hp.com/portal/site/hpsc/template.PAGE/public/psi/swdDetails/?sp4ts.oid=5405371&spf_p.tpst=swdMain&spf_p.prp_swdMain=wsrp-navigationalState%3Didx%253D%257CswItem%253Dob_132205_1%257CswEnvOID%253D4058%257CitemLocale%253D%257CswLang%253D%257Cmode%253D%257Caction%253DdriverDocument&javax.portlet.begCacheTok=com.vignette.cachetoken&javax.portlet.endCacheTok=com.vignette.cachetoken

  • Problems with the graphic driver for Elitebook 8460p

    Hello

    I m of the problems with the Elitebook 8460p driver display. The latest version (15.28.20.64.3347), published on 16 June 2014 have some problems on the laptop. When the laptop is running on battery screen suffers from flicker and damaged graphics, as you can see in this video:

    https://www.YouTube.com/watch?v=gQ1w0aOaF7A

    (you can see the flickering between 0:20-0:22)

    I contacted with support local hp and send me a COMPUTER technician, who has changed my motherboard and CPU, but nothing worked. I tried to contact with intel for support (the issue is present with drivers intel non - oem), but they are sending me to the OEM. I would like to have a real driver that works with the system (3347 is a driver of the year), is it possible?

    This isn´t of question at all in linux drivers, more change motherboard I totally ignore a hardware problem.

    I can provide feedback to any solution.

    Thank you!

    Another update:

    Found a solution to this thread (which I started) in the forums of intel:

    https://communities.Intel.com/thread/48327?start=0&TSTART=0

  • Problems with ASP Master Page for examples of measurement Studio Web Form

    I loaded Measurement Studio Web form examples (ASP projects) in VS 2008. Running within VS proceeded without problems. Then I built and published on IIS 7 for ASP pages

    wwwroot / vb , for example.

    Opening with the Internet Explorer browser, the home page is OK: localhost / vb. However, all of the examples under come with the following error:

    The file ' / vb/Annotations/Examples.master' does not exist (being one of the subpages Annotations)

    I looked in several discussions on the Web and found no logical explanation why this is happening

    Finally, I understood NOR appearing Web controls do not on a remote browser.

    The cause is IE, and I am currently using version 7.

    With Google Chrome, for example, everything works OK. Other Web, including Telerik control providers, are complaining about visibility of IE 'spoil' controls.

    Change some property settings for a Web control can solve the problem with IE

  • Issue of 'no networks detected. Problems with the AR5BWB222 driver for WiFi adapter. Help, please!

    Hi all

    I need your help!

    then a few days ago my wifi started playing on my acer Windows 8 V5-552 and I have decided to update the driver for the card. I did this by unistalling and re-istalling the driver for the Atheros AR5BWB222 map I downloaded from this site acer very (it turns out it's the same version), now I have no WiFi connection at all (I am currently using ethernet cable but I need to be mobile around the House!). Troubleshooting does not help and said "there could be a problem with the driver for the WiFi card" and when I click fix problem there is no NOTHING (why did even give the option?). Did a system restore and that didn't work because of my antivirus and there still nothing when I turned antivirus off the coast. Then I read a lot of forum preveous questions on this driver and no solutions helped, maybe because everything is last year.

    I really want to avoide a factory reset as I have some programs here that will be very difficult to acquire again.

    If you're still here after my speech, I am greatfull and also want your knowledge and advice about this superior! Please help me!

    What antivirus program you are wrong with turning off? I know that some may be stubborn. If the AV program refuses to turn off this feature with a selective startup in MSCONFIG, then you can try to uninstall it completely in the PANEL. Then try to restore to the previous new date

    Jack E/NJ

  • Cisco VPN problem with security update KB3057839 for Vista

    Someone had problems with any connection Cisco VPN works after the installation of update of security KB3057839 for Vista? When this update is installed, the pop-up to enter the password and user id not come, need to use the Task Manager to close the program. The first time I went back to the restore point to get my VPN to work, this time I tried to reinstall the VPN but that doesn't work anymore. I started to uninstall updates (had 7 of them), when I got to it, KB3057839, the VPN began working again.

    Mike

    See this on the real issue:

    http://www.chiark.greenend.org.uk/~sgtatham/PuTTY/wishlist/Vista-update-breaks-config.html

    It turns out that the logon dialog box is invisible, but still, it agrees to enter you your password and LOG you!

  • Problems with my printer driver for scanning

    Separated from this thread.

    This method does not work because he first asked me to uninstall the printer butVista will not you uninstall me the driver.  (The driver already loaded will only print the elements of the computer.  He now does not allows me to scan in my printer and save the scan on my hard drive.   He has previously worked properly but the updates of Windows removed the scan and save the capacity.  Any Suggestions?

    Thank you, Diana

    Hello

    Try this free Revo Uninstaller program to remove it.

    http://www.revouninstaller.com/revo_uninstaller_free_download.html

    "How-to" instructions for use are included here: read the information on the tabs at the top.

    ______________________________

    Go to your printer manufacturer's Web site > key in your printer model number and operating system.

    Uninstall/reinstall your printer using the latest drivers from here your operating system.

    Most of the manufacturer will also have troubleshooting steps for you to take registered there, too.

    This can also help you:

    "Solve printer problems.

    http://Windows.Microsoft.com/en-us/Windows-Vista/troubleshoot-printer-problems

    "Solve printer problems.

    In the upper right corner, select your operating system from the menu drop-down.

    http://Windows.Microsoft.com/en-us/Windows/printer-problems-in-Windows-help#fix-printer-problems=Windows-XP&V1H=win8tab1&V2H=win7tab1&V3H=winvistatab1&v4h=winxptab1

    ______________________________

    And it's Windows updates:

    Microsoft gives sometimes you updates for the 3rd party hardware: graphics, network cards, etc.

    You should only get the latest drivers for them to real hardware manufacturer's website, as Microsoft normally does nor those have the most recent drivers available as Microsoft relies of the 3rd party hardware Manufactuer to provide.

    But unfortunately, the only way to know which is the update of the problem is to install them one by one, until you find the 'wrong' for your installation.

    You can do a system restore to get back until it has been installed (which is NOT the best way to remove an update) or follow this method:

    'Remove an update'

    http://Windows.Microsoft.com/en-us/Windows-Vista/remove-an-update

    'Remove an update - Windows 7'

    http://Windows.Microsoft.com/en-us/Windows/remove-update#1TC=Windows-7

    When you have found the issue of update of the list of updates which is presented > then right click on the update problem > select Hide update > and it will not be available to you once again

    "How to hide or show an update of Windows Vista"

    http://www.Vistax64.com/tutorials/72491-Windows-Update.html

    "How to hide or restore the updates of Windows hidden in Windows 7 and Windows 8"

    http://www.SevenForums.com/tutorials/24376-Windows-Update-hide-restore-hidden-updates.html

    _____________________________________________

    Here's how to chanage update settings, if you think it is necessary to:

    "Understanding Windows Update and Extras in Windows Vista and Windows 7.

    http://www.bleepingcomputer.com/tutorials/Windows-Vista-updates-and-extras/

    Or the other of these two update settings will give you the chance to see what you want to install through Windows updates;

    Download updates but let me choose whether to install them - if you select this option, Windows will download the updates on your computer, but not install them automatically. If you want to install updates, then you must install them manually. You should only select this option if you have a reason to not install updates automatically. Only advanced users should use this option.

    Check for updates but let me choose whether to download and install them - if you select this option, you'll be alerted when there are new updates available for download and install. You can then choose to download and install the updates that you want. This option should really be reserved for people who know exactly which updates they need, or those who have little access to the Internet.

    But remember you normally only have problems with hardware 3rd party drivers. Other updates are to improve the Performance and security of your system

    See you soon.

Maybe you are looking for

  • NAS to Nas backup for iSCSI volumes

    Hello I have a NAS PX12-400r, with some volumes are configured as iSCSI volumes, connected to different servers. I would like to find a nas to nas backup solution, in order to back up or synchronize the entire volume to an another NAS PX12-400r. I wa

  • Run and Exit on request

    Hello, friends! I have a problem and I'll be thanked for all help! I want to create application of my VI with the application builder. I want to remove all the buttons and use the standard toolbars in the application. So, to do this, I need to create

  • Digital acquisition of data streams

    Hello I tried (unsuccessfully) to acquire digital data of a sensor laboratory.  The Guide from the manufacturer: "When the excitement of voltage, DTC Decagon sensor makes a measurement.  Three measurement values are passed for about 140 ms of excitem

  • Connect to the AD Server R2 TZ 215 2012

    HI Forums. I'm trying to connect a TZ 215 AD server 2012r2 + DFL. I went through a few post but they are all overwhelmed. Can someone tell me please in the direction by putting TZ 215 with AD I want to set up user groups of different rites navigation

  • SATA drive in older presario

    installed 500 GB sata drive in presario sr1265cl with card mother a7vbx - la. unrecognized disk, sata port is active on this system? do I need a new bios or anything just not compatible?