Iisproxy.dll problem

Hello all,
our group is having a problem with Weblogic's IIS plugin from the SP8 for WL5.1.
The plugin resubmits
long requests(queries) after about 5 minutes if the results don't come back from
the database in this
period of time, even though the ConnectionTimeoutSecs and ConnectionRetrySecs have
been set
to the same value, so it (the plugin) would never resubmit the request and would
time out after the
specified amount of seconds(according to the documentation).
But it does not work. Is there a bug in iisproxy.dll?
Any help would be appreciated.
Dmitriy.

ConnectionTimeoutSecs and ConnectionRetrySecs are more for the connection
between the client and the web server. They are used to calculate number of
connection retries with weblogic. HungServerRecoverSecs is the parameter you
need to play with. default=300 and max=600. It defines the timeout for reads
and writes
from/to weblogic. Note that plugin retries at least twice. Also you may
want to
set the parameter Idempotent to false in case you don't want failover at
all.
--Vinod.
"Dmitriy Kopylenko" <[email protected]> wrote in message
news:3a79a237$[email protected]..
>
Hello all,
our group is having a problem with Weblogic's IIS plugin from the SP8 forWL5.1.
The plugin resubmits
long requests(queries) after about 5 minutes if the results don't comeback from
the database in this
period of time, even though the ConnectionTimeoutSecs andConnectionRetrySecs have
been set
to the same value, so it (the plugin) would never resubmit the request andwould
time out after the
specified amount of seconds(according to the documentation).
But it does not work. Is there a bug in iisproxy.dll?
Any help would be appreciated.
Dmitriy.

Similar Messages

  • Problem with iisproxy.dll?

    Hi
    I must install iis proxy module, but I don't know where to find iisproxy.dll.(Where from can I download this file ? )
    Thanks for reply.
    Jakub Krecicki

    Hi,
    You can download it from service.sap.com/swdc and do a search for all categories on iisproxy
    Eddy

  • IISProxy.dll error

    This is the set up we have currently.
              Nt 4.0 server with IIS 4.0. I have followed the WebLogic 5.1 documentation
              and made the root web executable then mapped the extensions .jsp and .jhtml
              to c:\weblogic\iisproxy.dll.
              I have the iisproxy.ini in the c:\weblogic directory and it is a direct copy
              out of the documentation. We are getting an http 500 internal server error.
              When you hit refresh you get a %1 is no a valid windows nt application.
              I believe this problem is isolated to the IIS server.
              I had a sniffer on the network and at no time do I see any traffic from the
              IIS server to the Weblogic server. If I hit the Weblogic server explicitly
              it will server jsp pages.
              -Jess-
              

    The problem was a corrupted dll. Vinod was great in sending me a debug dll
              and it starting working. Once a fresh copy of the current dll was abtained
              and installed the servers are now talking.
              Thanks for all your help Vinod.
              -Jess-
              "Jesse Martinez" <[email protected]> wrote in message
              news:396ccc85$[email protected]..
              > This is the set up we have currently.
              >
              > Nt 4.0 server with IIS 4.0. I have followed the WebLogic 5.1 documentation
              > and made the root web executable then mapped the extensions .jsp and
              .jhtml
              > to c:\weblogic\iisproxy.dll.
              >
              > I have the iisproxy.ini in the c:\weblogic directory and it is a direct
              copy
              > out of the documentation. We are getting an http 500 internal server
              error.
              > When you hit refresh you get a %1 is no a valid windows nt application.
              >
              > I believe this problem is isolated to the IIS server.
              >
              > I had a sniffer on the network and at no time do I see any traffic from
              the
              > IIS server to the Weblogic server. If I hit the Weblogic server explicitly
              > it will server jsp pages.
              >
              > -Jess-
              >
              >
              >
              

  • Iisproxy.dll throws DLL initialization routine has failed

    Hi,
    We are experiencing problems with the Weblogic ISAPI plug-in. After some time
    the webserver is throwing the following error:
    "A dynamic link library (DLL) initialization routine has failed" for all JSP requests
    (the only ones that are using this plug-in), without crashing the IIS service.
    This causes our load-balancers to hit the affected webserver(s) as the IIS service
    is running, but the clients (browsers) only seen this error.
    Our configuration is the following:
    - 2 WLS 4.5.1 SP11 on Solaris 2.5.7 boxes running in a cluster
    - 3 IIS4 using the iisproxy.dll from WLS 4.5.1 SP14 on NT4 SP6a boxes.
    The plug-in is registered to only serve JSP requests and the "Run in separate
    memory space" is checked. Does anyone knows what's the problem? I'm also attaching
    the plug-in log.
    Thanks in advance.
    [Wlproxy.zip]

    Thanks, JLS.
    We figured it out. There's an entry in the registry that lvanyls.dll points to specifying the location of the LV shared directory (and therefore the MKL directory). If it's not found in that exact location, the dll load aborts.
    We're trying to not include the runtime installer in our application installer because of the size, so we're figuring out our own workaround (and trying to CYA in the meantime ).
    -Scott

  • Iisproxy.dll causes "DLL initialization routine has failed" when serving JSPs

              Hi,
              We are experiencing problems with the Weblogic ISAPI plug-in. Often the webservers
              are giving the following error:
              "A dynamic link library (DLL) initialization routine has failed"
              when trying to serve JSP requests (the only ones that are using this plug-in),
              without crashing the IIS service. Which causes our load-balancers to hit the affected
              webservers as the IIS service is running, but the clients (browsers) only seen
              this error.
              Our configuration is the following:
              - 2 WLS 4.5.1 SP11 on Solaris 2.5.7 boxes running in a cluster
              - 3 IIS4 using the iisproxy.dll from WLS 4.5.1 SP14 on NT4 SP6a boxes.
              Our iisproxy.ini is the following:
              WebLogicCluster=10.194.34.32:7005,10.194.34.34:7005
              ErrorPage=http://212.0.161.16/media/site_down.htm
              ConnectTimeoutSecs=15
              ConnectRetrySecs=2
              DebugConfigInfo=ON
              Debug=ON
              The plug-in is registered to only serve JSP requests and the "Run in separate
              memory space" is checked. Does anyone knows what's the problem? I'm also attaching
              the plug-in log from one of the affected webservers.
              Thanks in advance.
              [Wlproxy.zip]
              

    Thanks, JLS.
    We figured it out. There's an entry in the registry that lvanyls.dll points to specifying the location of the LV shared directory (and therefore the MKL directory). If it's not found in that exact location, the dll load aborts.
    We're trying to not include the runtime installer in our application installer because of the size, so we're figuring out our own workaround (and trying to CYA in the meantime ).
    -Scott

  • Response Time out through IISProxy.dll

    I just found that the end of my message was missing . So, I posting the remaining
    over here.
    Because , I was flusing the data after every 2 minutes , it worked fine ..
    This one worked with WebLogic 5.1 when accessing the Weblogic server directly
    . Like
    http://IP:7001/x/applet.jsp (This JSP downloads the Applet under JRE1.3) .
    From this Applet I was calling the above code (delay.jsp) using the HttpMessage
    Class as given below.
    However , when proxied by path with the WebServer IIS4.0 it didn't work.
    IS IISProxy.dll not capable of doing it ?
    Iam copying the code fragments for the Applet Iam using . Is it a problem with
    the code?
    I heard that the URLConnection never times out . How is that it is not able to
    read the Response?
    <CODE >
    <HttpMessage>
    public class HttpMessage {
    URL servlet = null;
    Hashtable headers = null;
    public HttpMessage(URL servlet) {
    this.servlet = servlet;
    public InputStream sendGetMessage(Properties args) throws IOException {
    String argString = ""; // default
    if (args != null) {
    argString = "?" + toEncodedString(args);
    URL url = new URL(servlet.toExternalForm() + argString);
    // Turn off caching
    URLConnection con = url.openConnection();
    con.setUseCaches(false);
    // Send headers
    sendHeaders(con);
    return con.getInputStream();
    private void sendHeaders(URLConnection con) {
    if (headers != null) {
    Enumeration enum = headers.keys();
    while (enum.hasMoreElements()) {
    String name = (String) enum.nextElement();
    String value = (String) headers.get(name);
    con.setRequestProperty(name, value);
    </HttpMssage>
    <Code used to Read the Response.>
    URL url = new URL(getDocumentBase(),"/ccls/test/delay.jsp");
    HttpMessage msg = new HttpMessage(url);
    InputStream in = msg.sendGetMessage(null);
    char[] buff = new char[2048];
    int bytesRead;
    int ch;
    StringBuffer sbtextbox = new StringBuffer("");
    DataInputStream data = new DataInputStream(
    new BufferedInputStream(in));
    String line;
    while ((line = data.readLine()) != null) {
    sbtextbox.append(line+"\r\n");
    </Code used to Read the Response.>
    </CODE>
    Can anybody suggest what should be the possible reasons and any workaround for
    it?

    Increase "HungServerRecoverSecs"(default 300 seconds) in your iisproxy.ini.
    Jong
    "TejoKiran" <[email protected]> wrote:
    >
    Hi ,
    Iam using an Applet (under JRE 1.3.0).
    Iam trying to send a Http Request using URL Connection.
    It is working fine . However, if the response time of the server is more
    than
    3 minutes ,
    the Response is not coming back to the the Applet and it is in a loop
    trying to
    read from the Server.
    I have observed that the request is sent to the server and it is processed
    successfully.
    Then , I tried to call this sample JSP from the Applet.
    <CODE : delay.jsp>
    <%@ page language="java" import="java.util.*"%>
    <%
    System.out.println("<START>");
    out.println((new Date()).toString());
    System.out.println((new Date()).toString());
    long cTime;
    cTime = System.currentTimeMillis();
    long dTime = cTime;
    while(true) {
    long dif = System.currentTimeMillis() - cTime;
    if(dif > (15*60*1000))
    break;
    if((System.currentTimeMillis() - dTime) > (2*60*1000)) {
    out.println("2 Minutes");
    out.flush();
    System.out.println("2 Minutes");
    dTime = System.currentTimeMillis();
    System.out.println((new Date()).toString());
    out.println((new Date()).toString());
    System.out.println("<END>");
    %>
    </CODE>
    Because , I was flushing the data after every 2 minutes , it worked fine
    This one worked with WebLogic 5.1 when accessing the Weblogic server
    directly
    . Like
    http://IP:7001/ccls/test/applet.jsp (This JSP downloads the Applet under
    JRE1.3)

  • Need help to setup iis with iisproxy.dll

    I have create an iisproxy.xml and i have this error in the iisproxy.dll when a try to access to the virtual directory of the portal :
    18:39:44 Global E-Init   IisProxy Extension 1.6.2.0 initializing.
    18:39:48 Global Init   E LoadFromFile(
    ?\D:\Inetpub\Scripts\IisProxy.xml ): XML Error 0x80070035 at line 0, char 0:
    in "(null)"
    The network path was not found.
    18:39:48 Global E-Init E Failed to load config file '
    ?\D:\Inetpub\Scripts\IisProxy.xml'.
    I have 2 directory in d:\inetpub :
    -Scripts with iisproxy.dll iisproxy.xml and iisproxy.pdb
    -IisProxy which is the virual folder for accessing to the portal.
    On Script i have check this :
    Read
    Execution permission : Execute
    Application pool : DefaultAppPool
    On IisProxy i have the same configuration except that
    the wildcard application map point to iisproxy.dll
    The iisproxy.xml look like this :
      <?xml version="1.0" encoding="utf-8" ?>
    <ISAPI-config version="1.6">
      <filter name="IisProxy filter" log-level="3" log-flags="0" debug-flags="0" priority="high" extension-url="/Scripts/IisProxy.dll" authentication="normal" remote-address="skip" />
      <extension name="IisProxy extension" log-level="3" log-flags="0" debug-flags="0" access="filter" />
    <mapping name="IisProxy samples" log-level="3" log-flags="0" debug-flags="0" keep-alive="true" use-continue="true" close-socket="true" close-socket-delay="1000" thread-count="100" max-socket-age="37">
    <mapping name="ep60sp2">
    <source>
      <protocol>http</protocol>
      <prefix>/irj</prefix>
      </source>
    <source>
      <protocol>http</protocol>
      <prefix>/logon</prefix>
      </source>
    <target>
      <protocol>http</protocol>
      <host>localhost</host>
      <port>50000</port>
      </target>
      </mapping>
      <compress-types min-size="1024">text/html, text/plain</compress-types>
      </mapping>
    <config>
    <source access="filter">
      <protocol>http</protocol>
      <host>localhost</host>
      <prefix>/IisProxy</prefix>
      </source>
      </config>
      </ISAPI-config>
    Using :
    Windows 2003
    MSXML 3 SP4
    IIS 6
    EP6SP11
    Regards, L.Mouillart

    I implemented SSO succesfully with EP 6 SP9 using Windows integrated authentication. Used IISProcy 1.5.0.
    It is two step prcoes.
    1) Configure ISAPI filter for IRJ
    2) Configure WebAS for Logon Module Stack. Create new module called HeaderVariableLoginModule.
    Complete following steps.
    1) Make sure you have IIS installed. Take a backup before the changes
    2) Installl ISAPI filter called IRJ.
    3) COpy IISPrxy files into the directory under Inetpub.
    4) Map ISAPI filter IRJ to the IISProcy ditrectory.
    5) Restart website to test ISAPI filter.
    6) Please make sure to add logging for IISProcy filter. This gives very good info.
    7) You can check the IisProxy.log file in the directory where you copied the IISProxy files.
    8) CHeck and make sure REMOTE_USER is populated in the IisProxy.log file.
    Configuration of WebAS server:
    1) Create new login module called HeaderVariableLoginModule
    2) Add this to the stack called ticket.
    3) Change BasicPasswordLoginModule to optional.
    Please use following URL for more details.
    http://help.sap.com/saphelp_nw04/helpdata/en/d0/a3d940c2653126e10000000a1550b0/frameset.htm
    This should fix all your problems. Let me know how it went.
    Give me the points.
    <?xml version="1.0" encoding="utf-8" ?><!DOCTYPE ISAPI-config[     <!ELEMENT ISAPI-config ( filter, extension, ( mapping | config )* )>     <!ATTLIST ISAPI-config           version CDATA #REQUIRED     >     <!ELEMENT filter (log-path?)>     <!ATTLIST filter           name CDATA #IMPLIED          log-level CDATA "3"          log-flags CDATA "0"          debug-flags CDATA "0"          priority ( high | medium | low ) "high"          extension-url CDATA "/scripts/IisProxy.dll"          authentication ( skip | normal | forward ) "normal"          remote-address ( skip | forward ) "skip"     >     <!ELEMENT extension (          keystore-dir?,          log-path?,          data-path?,          trace-path? )>     <!ATTLIST extension           name CDATA #IMPLIED          log-level CDATA "1"          log-flags CDATA "0"          debug-flags CDATA "0"          access ( filter | direct | both ) "filter"     >          <!ELEMENT keystore-dir (#PCDATA)>     <!ELEMENT log-path (#PCDATA)>     <!ELEMENT data-path (#PCDATA)>     <!ELEMENT trace-path (#PCDATA)>     <!ELEMENT mapping (          source+,          target,          compress-types*,           protocol-header?,          certificate-header?,          cert-chain-header?,          cipher-header?,          keysize-header?,          keystore-path?,          log-path?,          data-path? )>     <!ATTLIST mapping           name CDATA #IMPLIED          log-level CDATA "1"          log-flags CDATA "0"          debug-flags CDATA "0"          keep-alive ( true | false ) "true"          use-continue ( true | false ) "true"          close-socket ( true | false ) "true"          close-socket-delay CDATA "1000"          thread-count CDATA "100"          max-socket-age CDATA "37"     >     <!ELEMENT source (protocol, host?, port?, prefix, new-prefix?)>     <!ATTLIST source          access ( filter | direct | both ) "filter"     >     <!ELEMENT protocol (#PCDATA)>     <!ELEMENT host (#PCDATA)>     <!ELEMENT port (#PCDATA)>     <!ELEMENT prefix (#PCDATA)>     <!ELEMENT new-prefix (#PCDATA)>     <!ELEMENT target (protocol, host, port)>     <!ELEMENT compress-types (#PCDATA)>     <!ATTLIST compress-types           min-size CDATA "1024"     >     <!ELEMENT protocol-header (#PCDATA)>     <!ELEMENT certificate-header (#PCDATA)>     <!ELEMENT cert-chain-header (#PCDATA)>     <!ELEMENT cipher-header (#PCDATA)>     <!ELEMENT keysize-header (#PCDATA)>     <!ELEMENT keystore-path (#PCDATA)>     <!ELEMENT config ( source+ )>]><ISAPI-config version="1.6">     <filter name="IisProxy filter" log-level="3" authentication="forward" />     <extension name="IisProxy extension" />     <mapping name="IisProxy" log-level="3" debug-flags="-1">          <source>               <protocol>http</protocol>               <prefix>/irj/</prefix>          </source>          <source>               <protocol>http</protocol>               <prefix>/logon/</prefix>          </source>          <target>               <protocol>http</protocol>               <host>slcserver.pacificorp.us</host>               <port>50000</port>          </target>               <compress-types>text/html, text/plain</compress-types>     </mapping>     <config>          <source>               <protocol>http</protocol>               <host>localhost</host>               <prefix>/IisProxy/</prefix>          </source>          <source>               <protocol>https</protocol>               <host>localhost</host>               <prefix>/IisProxy/</prefix>          </source>     </config></ISAPI-config>

  • Iisproxy.dll & Performance

    The installation guide for the WebLogic-to-MS-IIS Bridge includes two
    screen shots that display a disabled "Cache ISAPI applications" and an
    enabled "Run in separate memory space (isolated process)". Since there
    are performance implications with these settings, I am wondering if
    these settings are recommended?
    Thanks in advance.
    Namaste,
    Michael
    [michaelv.vcf]

    Lee Tenny wrote:
    We're running a B-to-B web app with WL 5.1 with service pack 6 on NT 4.
    When we hit Weblogic server with a browser directly (not using IIS at all), we get
    good performance across all of our JSPs. However, when we use IIS to proxy (all .jsp
    file extensions) to Weblogic, for some reason performance decreases sharply (2-5
    times slower under load), especially for large JSP responses. IIS is running on a
    separate box, and we've reviewed all the performance tuning guides we can find and
    believe we've optimized as best as possible.
    We tried running IIS on two boxes, each proxying to the same Weblogic instance running
    on a third box; this improved performance by 40%, leading us to believe that iisproxy.dll
    and/or IIS on the web server is becoming the bottleneck for our application.
    Anyone have any tips or advice for improving the throughput of iisproxy.dll?
    Our iisproxy.ini is:
    WebLogicHost=XXX.XXX.XXX.XXX
    WebLogicPort=XXXX
    ConnectTimeoutSecs=20
    ConnectRetrySecs=4
    Thanks,
    Lee
    Hi
    we had also this problem on Solaris, and could solve it with using the
    proxy from the SP8
    hope it works on NT
    frank

  • IP Address of Client after IISProxy.dll configured

    Hi,
    We have a requirement to capture IP address of client. we are able to do it when the users access the portal from inside the firewall using portal url. http://<servername>:port/irj
    but when users access the portal outside the firewall we have IISproxy.dll configured which redirects requests from IIS server to our ep server. so everytime when we try to capture ip address we get the ipaddress of the  IIS web server instead of user ip address.
    one possible way could be get the ip address of the user on IIS server and send it as a parameter in redirected request to ep server.
    Any suggestions?

    In the XML Config file you have to have the following
    <filter name="IisProxy filter" <b>remote-address="forward"</b>>
    This will then forward the clients IP address to the J2EE server
    I hope this helps
    D

  • Where is iisproxy.dll file

    Hi:
              I am searching the whole weblogic folder for iisproxy.dll file but I
              cannot find it. Can someone tell me where is it?
              Thanks,
              David
              

    I am sorry, the file is there.
              Thanks for help,
              David Wang
              Thomas Augstein wrote:
              > Are your Explorer options set correctly. By default Windows hides .dll files
              > from the users unless they go into the view menu and select options. From
              > there you can tell it to Show all files.
              >
              > Tom Augsteni
              >
              > david wang <[email protected]> wrote in message
              > news:[email protected]..
              > > I have downloaded SP4 form 5.1 but after I extracted the zip file, I don't
              > > see the bin/iisproxy.dll file in it. In fact, it has many empty directory
              > > in it.
              > > Thanks,
              > > David
              > >
              > > Reeve wrote:
              > >
              > > > If U down load the Service Pack 4 for WebLogic Server 5.1.0 on the bea
              > > > site.
              > > > It has it.
              > > > -Reeve
              > > >
              > > > david wang wrote:
              > > >
              > > > > Hi:
              > > > > I am searching the whole weblogic folder for iisproxy.dll file but I
              > > > > cannot find it. Can someone tell me where is it?
              > > > > Thanks,
              > > > > David
              > >
              

  • Iisproxy.dll

    I have a jsp page that gets a ResultSet reference from the Java Bean.If I call this page using weblogic's web server then everything works OK (localhost:7001/MyPage.jsp)If I call the same page through IIS 4.0 using iisproxy.dll, I'm loosing most of the data on my page,thus just some html is being displayed. I don't get any errors!Is there is something wrong with my iisproxy.ini file or what is going on?Here is my iisproxy.ini file:WebLogicHost=JIJNTWebLogicPort=7001DefaultFileName=index.jspConnectTimeoutSecs=50ConnectRetrySecs=5HungServerRecoverSecs=600MaxPostSize=900Please Help ASAP....Thank You.
              

    Probably the jsp was not proxied to weblogic and servered as raw html.
              I never used IIS 4.0, but I think there should be some configuration about
              the proxy on URL or mimes.
              Jacob Joffe <[email protected]> wrote in message
              news:3a4b776b$[email protected]..
              > I have a jsp page that gets a ResultSet reference from the Java Bean.If I
              call this page using weblogic's web server then everything works OK
              (localhost:7001/MyPage.jsp)If I call the same page through IIS 4.0 using
              iisproxy.dll, I'm loosing most of the data on my page,thus just some html is
              being displayed. I don't get any errors!Is there is something wrong with my
              iisproxy.ini file or what is going on?Here is my iisproxy.ini
              file:WebLogicHost=JIJNTWebLogicPort=7001DefaultFileName=index.jspConnectTime
              outSecs=50ConnectRetrySecs=5HungServerRecoverSecs=600MaxPostSize=900Please
              Help ASAP....Thank You.
              

  • Installed 7.1 on new Dell. Windows shuts down as result of "nixsrk.dll" problem.

    I installed LV 7.1 on new Dell with XP.While running the LV application, Windows shuts down to prevent damage to computer as result of "nixsrk.dll" problem. What is the fix?
    Thanks,

    How is your application architected? Are you making calls to DLLs using a Call Library Function Node? It might be that for some reason some of the components for your application were installed correctly on the Dell computers. I would suggest that you try some other application and make sure whether the issue is with your application or LabVIEW installation.
    Regards,
    Chetan K
    AE-NIC

  • Itunes won't launch anymore: AVFoundationCF.dll problem

    Hi,
    since my last itunes update, it won't launch because of a "AVFoundationCF.dll" problem. I'm on a Windows XP system. Can anyone help me please?

    Taken at face value, you're having trouble with an Apple Application Support program file there. (Apple Application Support is where single copies of program files used by multiple different Apple programs are kept.)
    Let's try something relatively simple first. Restart the PC. Now head into your Add or Remove programs control panel, select "Apple Application Support", click "Change" and then click Repair.
    If no joy after that, try the more rigorous uninstall/reinstall procedure from the following post (although it's for Vista and 7, just read "Computer" as "My Computer", read "Uninstall a program control panel" as "Add or Remove programs control panel" and assume the system is 32-bit, and you'll be doing the right things):
    Re: I recently updated to vista service pack 2 and I updated to itunes 10.2.1 and ever since I did that my itunes won't open any more.  Itunes starts but before anything loads a window pops up saying that the prograam has encountered a problem and sh...

  • NI's answers to .dll problems

    I emailed NI about the lvpng.dll problem I have in LV 5.1.1. If I call
    this .dll to save a png format of the front panel, over time, it
    consumes memory. I'd like you to see the response I got.
    [email protected] writes:
    I tried your VI, and was not able to reproduce the memory leak in
    LabVIEW 6i. This is good news for 6i users.
    Wow, thanks. Do I get a free version of 6i to fix my problem? What is
    the solution?
    Mark
    Sent via Deja.com http://www.deja.com/
    Before you buy.

    Out of respect for Darren, and to clear up the misunderstanding, Darren
    is checking in with R&D to get the problem resolved; thank you.
    The original response, however, did not state anything about checking
    with R&D, or about resolving the problem in 5.1.1. The answer I got
    was:
    Mark,
    I tried your VI, and was not able to reproduce the memory leak in
    LabVIEW 6i.
    It looks like my test goes along with the individual you spoke of from
    the
    usenet. This is good news for 6i users.
    Sincerely,
    I was not entirely happy with the response I was given. Rather than
    wait until I contacted Darren again, I posted this message with the
    response in it, which I am sad to say was careless of me.
    What has transpired since then is that Darren did not realize that I
    don't have the means to upgrade to 6i. It was then in his message back
    to me that he stated that R&D is looking into the problem.
    I apologize for the misunderstanding, and will not make such posts
    again until the situation is resolved.
    Mark
    In article <[email protected]>,
    "Darren Nattinger" wrote:
    >
    > Hello everyone,
    >
    > I am the engineer at National Instruments that responded to Mr.
    Wysong's
    > original question regarding the memory leak with the PNG VIs in
    LabVIEW.
    > The full context of my message actually stated that, although the
    problem
    > appears to be fixed in LabVIEW 6i, I have contacted R&D and am
    awaiting their
    > response regarding a possible resolution with LabVIEW 5.1.1. I have
    related
    > the relative importance of the problem to R&D, so we hope to get a
    speedy
    > reply and/or resolution to Mr. Wysong.
    >
    > Thank you all for your interest in LabVIEW. It is my job to support
    customers
    > who use this product, so I come across all sorts of LabVIEW
    applications
    > every day, and I love it. Please take full advantage of our on-line
    support
    > resources (www.ni.com/support), this newsgroup, and our e-mail support
    system
    > (www.ni.com/ask) whenever you have technical questions about National
    Instruments
    > products.
    >
    > Have a great day,
    > Darren Nattinger
    > LabVIEW Support
    > National Instruments
    >
    > [email protected] wrote:
    > >I emailed NI about the lvpng.dll problem I have in LV 5.1.1. If I
    call>this
    > dll to save a png format of the front panel, over time, it>consumes
    memory.
    > I'd like you to see the response I got.>>
    response>>>[email protected]
    > writes>I tried your VI, and was not able to reproduce the memory
    leak in>LabVIEW
    > 6i. This is good news for 6i users.>>>>Wow, thanks. Do
    I
    > get a free version of 6i to fix my problem? What is>the
    solution?>>Mark>>>>>>Sent
    > via Deja.com http://www.deja.com/>Before you buy.
    >
    Sent via Deja.com http://www.deja.com/
    Before you buy.

  • MSVCR80.dll problem

    Has anyone had a MSVCR80.dll problem when installing the latest version of iTunes? I now am unable to open iTunes at all and cant download a new version either. Help please!

    Solving MSVCR80 issue and Windows iTunes install issues.

Maybe you are looking for

  • A list of bugs

    I don't know if I'm the only one experiencing this, but Garageband seems to have a bundle of major bugs. Here's some of them; can't select options in the LCD display, midi-notes hang when clicking on them, midi-notes plays two sounds when clicking on

  • Thread stopping

    HI, I have a question regarding the use of threads in my program. I have 4 classes which I have implemented as Runnable. Each class uses it's run method to call methods which carry out queries on a database. I have a thread t which I use to run the m

  • SCCM Cleint Installation on Windows 10 Machine

    Hi All, I was trying to push SCCM Client on a Windows 10 machine & i got this error :- it's clear from the log file that the OS version is not supported, but is there any workaround for this ? Thanks, Pranay.

  • Zen Micro: Headphone jack (HE

    My first and most major problem is with my headphone jack. I first noticed this problem when I was listening to my Zen on my headphones. It seems that if the jack is in one direction, it will only play certain tracks of whatever song I am listening t

  • RDWeb - SSO

    Hey, We're using RD Web Access on 2008 R2. We've got the Web.Config file set to Windows authentication (for integrated) so internal, domain-joined clients can get to the web page without having to log in. We then publish the RDWeb Access web site thr