Mx.services.WebService() fails with Can't Find Method in Service

When I test in debug mode, my webservices fail with can't
find method or can't find URL. When I test on the very same
webservice with the SWF file embedded in an HTML file, it all works
fine!
This all worked before I updated to Windows Vista last week!
Any ideas? How can I troubleshoot this?? (I'm using a
mx.services.Log when running in Debug)
TIA,
geo

Some further info from the trace log:
Error opening URL "
http://desktop.mydomain.local/MyCompany/WebServices/MyServices.asmx"
ObligationMet.Fault: undefined, Unable to connect to
endpoint:
http://desktop.mydomain.local/odoclub/WebServices/MyServices.asmx

Similar Messages

  • Active Directory Certificate Services setup failed with the following error: Overlapped I/O operation is in progress. 0x800703e5 (WIN32: 997)

    Hi,
    I am trying to install certificate services on a windows 2008 server (R2 ENT SP1) with a PCIe nCipher HSM module installed on it. The version of nCipher SW is = 11.30.  It is a RootCA, and I am trying to use a key that is already stored in the HSM (I
    have done this before with a PCI HSM (older HW version)).  I select “Use existing private key” and “Select an existing private key on this computer” on the wizard, then i change the CSP to nCipher and click on "search" the key I am looking for
    appears and I select that one.  I repeat, I have done this before and it works with a PCI HSM module.
    The installation is finished before being prompted to insert the operator cards, and it ends with two errors:
    <Error>: Active Directory Certificate Services setup failed with the following error: Overlapped I/O operation is in progress. 0x800703e5 (WIN32: 997)
    And:
    <Error>: Active Directory Certificate Services setup failed with the following error: The group or resource is not in the correct state to perform the requested operation.
    0x8007139f (WIN32: 5023)
    The servermanager.log says:
    1856: 2014-07-23 18:27:48.195 [CAManager]                 Sync: Validity period units: Years
    1856: 2014-07-23 18:27:48.928 [Provider] Error (Id=0) System.Runtime.InteropServices.COMException (0x800703E5): CCertSrvSetup::Install: Overlapped I/O operation is in progress. 0x800703e5 (WIN32: 997)
       at Microsoft.CertificateServices.Setup.Interop.CCertSrvSetupClass.Install()
       at Microsoft.Windows.ServerManager.CertificateServer.CertificateServerRoleProvider.Configure(InstallableFeatureInformation featureInfo, DiscoveryResult discoveryResult, ChangeTracker changeTracker)
    1856: 2014-07-23 18:27:48.928 [Provider]                  CAErrorID: 0, CAErrorString: 'Active Directory Certificate Services setup failed with the following error:  Overlapped I/O operation is in progress.
    0x800703e5 (WIN32: 997)'
    1856: 2014-07-23 18:27:48.928 [Provider]                  Adding error message.
    1856: 2014-07-23 18:27:48.928 [Provider]                  [STAT] For 'Certification Authority':
    And:
    1856: 2014-07-23 18:27:49.053 [CAWebProxyManager]         Sync: Initializing defaults
    1856: 2014-07-23 18:27:49.162 [Provider] Error (Id=0) System.Runtime.InteropServices.COMException (0x8007139F): CCertSrvSetup::Install: The group or resource is not in the correct state to perform the requested operation. 0x8007139f (WIN32: 5023)
       at Microsoft.CertificateServices.Setup.Interop.CCertSrvSetupClass.Install()
       at Microsoft.Windows.ServerManager.CertificateServer.CertificateServerRoleProvider.Configure(InstallableFeatureInformation featureInfo, DiscoveryResult discoveryResult, ChangeTracker changeTracker)
    1856: 2014-07-23 18:27:49.162 [Provider]                  CAErrorID: 0, CAErrorString: 'Active Directory Certificate Services setup failed with the following error:  The group or resource is not in the correct
    state to perform the requested operation. 0x8007139f (WIN32: 5023)'
    1856: 2014-07-23 18:27:49.162 [Provider]                  Adding error message.
    Has anyone experienced this before? Am I missing something here?
    Any help will be very appreciated
    Thanks in advance
    Best regards
    Alejandro Lozano Villanueva

    Hi, thanks for your support.
    I have been playing around a bit with some ncipher commands and found this:
    C:\Program Files (x86)\nCipher\nfast\bin>cspcheck.exe
    cspcheck: fatal error: File key_mscapi_container-1c44b9424a23f6cddc91e8a065241a0
    9aa719e4f (key #1): 0 modules contain the counter (NVRAM file ID 021c44b9424a23f
    6cddc91)
    cspcheck: information: 2 containers and 2 keys found.
    cspcheck: fatal error occurred.
    If I perform the same command on the original server (the server with the original kmdata folder and with the running RootCA services):
    E:\nfast\bin>cspcheck.exe
    cspcheck: information: 2 containers and 2 keys found.
    cspcheck: everything seems to be in order.
    Strange?
    Moreover, when I do a csptest.exe command (also on both servers, i find this)
    On the new server:
    C:\Program Files (x86)\nCipher\nfast\bin>csptest.exe
    nCipher CSP test software
    =========================
    Found the nCipher domestic CSP named 'nCipher Enhanced Cryptographic Provider'
      Provider name: nCipher Enhanced Cryptographic Provider
      Version number: 1.48
    User key containers:
        Container 'csptest.exe' has no stored keys.
        Container 'Administrator' has no stored keys.
      Machine key containers:
        Container '352dd28a-17cb-4c6f-b6e4-bf39bcf75db5' has a 2048-bit signature key.
        Container 'ROOTCA' has no stored keys.
        Container 'csptest.exe' has no stored keys.
    While in the old server:
    E:\nfast\bin>csptest.exe
    nCipher CSP test software
    =========================
    Found the nCipher domestic CSP named 'nCipher Enhanced Cryptographic Provider'
      Provider name: nCipher Enhanced Cryptographic Provider
      Version number: 1.40
    User key containers:
        Container 'csptest.exe' has no stored keys.
      Machine key containers:
        Container '352dd28a-17cb-4c6f-b6e4-bf39bcf75db5' has a 2048-bit signature key.
        Container 'ROOTCA' has a 2048-bit signature key.
        Container 'csptest.exe' has no stored keys.
    As you can see, the container called ROOTCA, which is the one that I use during the installation, says it has no stored keys.  While on the old server, it says it contains a key.  Why is this happening?  I dont know, I am copying the complete
    key management folder from one server to another and initialize the security world with that folder as I always do, and i dont have any errors during this procedure. 
    Do you know what could be the cause of this? or how can I fix this?  Thanks a lot, best regards.
    Alejandro Lozano Villanueva

  • SharePoint SiteMialbox failed with 503 error (AutoDiscover.svc web service call failed)

    SharePoint SiteMialbox failed with 503 error (AutoDiscover.svc web service call failed)
    I followed Technet articles to configure SiteMailBoxes in our environment & exchange sever.
    When we created Sitemailbox in a SiteCollection &when we try to open it, it failed with below error.
    Site Mailbox
    We are having trouble connecting to Exchange Server
    The server might be temporarily unavailable. Please check back on this page in a few minutes. If this problem persists, please contact your system administrator.
    Correlation ID: bb0fe99c-6f4e-e084-b191-881fbf0fa977, Error Code 10 
    ULS Log (503 error)
    Autodiscover Diagnostics Response Headers: request-id: 95d12ceb-283e-4495-b28b-256503fd097c  client-request-id: 742fe69c-ef5a-e084-ca05-6098c759c584  X-CalculatedBETarget: devapwxyz01a.devap.mydomain.com  X-FEServer: DEVNAABCD01B
     Content-Length: 0  Cache-Control: private  Date: Tue, 03 Feb 2015 18:53:40 GMT  Set-Cookie: X-BackEndCookie=; expires=Sun, 03-Feb-1985 18:53:40 GMT; path=/autodiscover; secure; HttpOnly  Server: Microsoft-IIS/8.5  X-AspNet-Version:
    4.0.30319  X-Powered-By: ASP.NET    
    742fe69c-ef5a-e084-ca05-6098c759c584
    if I am correct, X-CalculatedBETarget supposed to be DEVNAABCD01B.devna.mydomain.com but it connected to different domain devapwxyz01a.devap.mydomain.com.  Do you guys have any idea on this?  (I verified
    the same using fiddler, it is failing right at autodiscover.svc call.)
    I wrote a powershell script to connect autodiscover service in sharepoint server & this web service call able connect right server X-CalculatedBETarget. It gave the expected response.
    I am not sure why SharePoint webservice call (X-CalculatedBETarget) is going to different server?
    let me know if you guys have any ideas.
    Thanks.

    Thanks for the Response Raj.
    I already followed the same instructions in the Links.
    When SharePoint Autodisover.svc webservice send a request to Exchange server & Exchange server redirecting that request to different server, this is the problem i am facing right now.
    X-CalculatedBETarget
    supposed to be DEVNAABCD01B.devna.mydomain.com but it connected to different domain devapwxyz01a.devap.mydomain.com.
    Let me know if you have any suggestions?

  • HT2292 I can't find apple time service. Where can I download this?

    I can't run my iTunes in my computer.
    When I click the service tab in the msconfig, I can't find apple time service. Other services are exist. Where can I find or download this service?

    "Rebooting" means restarting &, as fruhulda said, that won't cause things to disappear. If you mean you had the hard drive erased & the system reinstalled, you will have to find the original disk with the AppleWorks installer.

  • X fails with 'can't move xfree86.0.log.old' [FXx]

    Hello,
    I already tried to find this topic on the forums but couldn't see it - so sorry if it's been discussed before.
    I recompiled the kernel26 package, and installed the latest nvidia driver and everything was working beautifully.
    Suddenly this morning when I startx as user it fails saying that it can't move xfree86.0.log.old. I changed some permissions in /var/log then it started to fail with 'can't open xfree86.0.log' instead.
    I have no idea why this is happening, considering it was perfectly fine yesterday!!
    If anyone has any advice I'd be very grateful...
    (why is the log important anyway??I wouldn't have thought it has any bearing on whether x starts or not)

    Thanks for the reply - still not working, tho. Removed the xfree86 logs, now when I startx as user I get
    Fatal Server error:
    Cannot open /var/log/XFree86.0.log
    I can startx as root, so maybe it's a permissions thing. I'm totally mystified about this...
    this is my /var/log...
    -rw-r--r--    1 root     root        23595 Feb  2 17:20 XFree86.0.log
    -rw-rw-rw-    1 root     root          694 Jan 28 18:20 auth
    -rw-rw-rw-    1 root     root            0 Dec 20 00:41 btmp
    -rw-rw-rw-    1 root     root         5494 Feb  2 17:16 crond
    drw-rw-rw-    2 root     root           48 Nov 25 19:58 cups
    -rw-rw-rw-    1 root     root          436 Jan 28 18:20 errors
    drw-rw-rw-    2 root     root           48 Jan  7 20:25 hotplug
    -rw-rw-rw-    1 root     root        52470 Jan 28 17:28 kernel
    -rw-rw-rw-    1 root     root       292292 Feb  2 17:20 lastlog
    -rw-rw-rw-    1 root     root            0 Jan 28 17:17 mail
    -rw-rw-rw-    1 root     root          518 Jan 28 18:20 messages
    -rw-rw-rw-    1 root     root         9772 Feb  1 19:01 nvidia-installer.log
    drw-rw-rw-    2 root     root           48 Dec 20 00:41 old
    -rw-rw-rw-    1 root     root        10905 Feb  1 19:40 pacman.log
    -rw-rw-rw-    1 root     root       441600 Feb  2 17:20 wtmp
    When I startx as root it's creating another log file with root permissions...maybe that is part of the problem. Any ideas??

  • Can not find HDD protection service

    Hello,
    I have Satellite pro u 200. I have instaled new system (windows xp professional service pack 3). I installed most of tools and utillites and all work ok, but I have a problem with HDD protection. I doesn't start with the system. When I try to open it or open settings windows pops and it says
    TOSHIBA HDD Protection - Setting Utility
    Can not find HDD Protection Service.
    OK
    What can I do?

    Hi
    > I installed most of tools and utillites
    What tools have you installed exactly?
    For the Toshiba tools you have to install Common Modules first. Its necessary for all other tools. Check this!
    Furthermore are you sure that Satellite Pro U200 is equipped with HDD protection?

  • JDK7 INSTALLATION FAILS WITH ERROR CANNOT FIND REQUIRED JAVA RUNTIME ENVIRONMENT

    Hi
    I am trying to install jdk7 on windows7 through command line with command java_ee_sdk-6u4-jdk7-windows-x64 -j "C:\Program Files\Java\jre7\bin". But it fails with error cannot find required java runtime environment in C:\Program Files\Java\jre7\bin. I have set the java_home and path environment variables to above path. Also I tried instaling through installer but it gave same error with null in path. Can anyone help?

    Hi
    I am trying to install jdk7 on windows7 through command line with command java_ee_sdk-6u4-jdk7-windows-x64 -j "C:\Program Files\Java\jre7\bin". But it fails with error cannot find required java runtime environment in C:\Program Files\Java\jre7\bin. I have set the java_home and path environment variables to above path. Also I tried instaling through installer but it gave same error with null in path. Can anyone help?

  • Profile Manager: Service has failed with status 500?

    I am getting a "Service has failed with status 500" error when trying to enroll a device with profile manager. Does anyone have a resolution for this?

    In OS X Server 2.1.1 there seems to be an error, according to: https://discussions.apple.com/thread/4365626?start=0&tstart=0

  • Decision Service calls failing with connection refused

    Hi All,
    Breifing of the bpel process - Async bpel process XX_BPEL_ASYNC_002 calls decision services and a sync bpel process XX_BPEL_SYNC_001.
    We have moved to cluster 10.1.3.5.0 from 10.1.3.3.0 and the deployement of the bpel process and the decision service done on two nodes i.e., node51 and node55.
    But the bpel process is able to call the decision service only when the node 51 is UP and running, but if node 51 is down and node 55 is up and running it is failing with connection refused error. It is also working when 55 is DOWN and 051 is UP.
    the exact error is:
    exception on JaxRpc invoke: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: Connection refused.
    We are using file based repository.
    It is failing when it tries to call particular url:
    http://loadbalancerurl:7777/orabpel/domain001/XX_BPEL_ASYNC_002/1.0/decisionservices.decs
    Can anyone please help me or advice me for finding some solution.
    Thanks
    Sreejit

    Hi Fatsah,
    It has been a while since we resolved this problem. But these were  the basic steps that we had taken.
    The receiver was configured a File adatpter with FTP:
    Port: 10021
    Connection security : FTPS (FTP using SSL/TLS) for Control and Data Connection
    Command Order: AUTH TLS,USER,PASS,PBSZ,PROT
    Problem: The message was blocked in our firewall.
    FTPS in this case used 10021 as the control port and the firewall allowed to pass the control request.
    Once the connection was accepted at the control level, it generated a random port number  to pass data on the channel.
    This random port number was blocked in the firewall.
    We monitored the data port numbers generated at firewall. Then we configured the firewall to open any port number  between the specific IP addresses of the sender and the receiver. That resolved the problem.
    Hope this helps!
    Please give points if this is helpful.
    Thank you.
    Dharmasiri Amith

  • FusionApps web service call fails with error access denied (oracle.wsm.security.WSFunctionPermission)

    Hi Gurus,
    I started test this webservice from EM (Test Web Service)
    But while calling the service it is failing with the below error message
    access denied (oracle.wsm.security.WSFunctionPermission http://xmlns.oracle.com/apps/prc/poz/suppliers/supplierService/SupplierService#getSupplierVO invoke)
    As per OER cookbook i have attached the "oracle/wss_username_token_client_policy" to the Fusion  apps web service.
    I am trying to pass security credentials to the service by using all the methods... through composite ..through bpel through wsse header but in all cases i am getting similar error.
    Please let me know if some one has called the fusion apps web service to create a supplier of solution to my problem  as mentioned above.
    Is it any policy error or the authorization error ...
    Are there any navigation steps I can check the existed permission on this resource etc..,
    Thanks in Advance

    Hi Sai,
        Thanks for the quick and correct response. Yes, after doing the research, I'm also came to same conclusion. But what stops me here is that where exactly I need to check for this permission.
    I mean the theory what I built on this Authorization/Permission is that:
       For the resource - WebService (SupplierService), there is an assigned application role for which the Entitlement/Permission is provided.
    Pls. help me in the below items:
    a. What is the application role(in role hierarchy) assigned to this resource(Webservice). Which page I need to check(navigation) this and the required credentials..
    b. What is the Entitlement provided for this application role for this operation (getSupplierVO) invoke.. Which page I need to check(navigation) this and the required credentials..
    Thanks in Advance.
    Thanks & Regards
    Madhu

  • Service Clients failing with "The request failed with HTTP status 401: Unauthorized"

    Hello,
    We have implemented a solution using the SSRS web service clients as produced by the WSDLs.  We have deployed the application on one server, and via the code we are calling the SSRS on another server (i.e., not using ReportViewer, etc.).  We do
    know that the user signed in has permissions since from the same staging server the Report Manager and Reports can both be accessed and viewed.  However, it's only when we run the application and attempt to execute a report on the remote SSRS server that
    we get the following error:
    The request failed with HTTP status 401: Unauthorized. at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
    methodName, Object[] parameters) at AMC.AssetTracker.Reporting.ReportExecution.ReportExecutionService.LoadReport(String Report, String HistoryID) at AMC.AssetTracker.Reporting.Report.GetReportByteArray() at AMC.AssetTracker.Reporting.Report.get_ReportStream()
    at AMC.AssetTracker.Reporting.Report.get_GetWebUIDisplay() at AMC.AssetTracker.UserControls.AssetTrackerMain.btnGenerate_Click(Object sender, EventArgs e)
    The credentials we have tried are the DefaultCredentials.  One question I have is how do you use custom credentials if neither the DefaultCredentials or the DefaultNetworkCredentials work?  Also, this service call does have to go through an ISA
    server before reaching the SSRS server.
    Any ideas?
    Thanks.

    It sounds like Kerberos authentication is needed in your situation since it's not on the same box.
    There is a one-hop limit with NTLM authentication.
    For more info please see the link below:
    http://social.msdn.microsoft.com/Forums/en-US/sqlreportingservices/thread/452e9627-cd8e-4709-bdd0-fbafcf9fd719
    Hope this helps!
    Thanks, Michael Mei

  • Fusion Apps web service call fails with error access denied (oracle.wsm.security.WSFunctionPermission)

    Hello Guru,
    I am trying to call a supplier service from SOA/OSB.
    But while calling the service it is failing with the below error message
    access denied (oracle.wsm.security.WSFunctionPermission http://xmlns.oracle.com/apps/prc/poz/suppliers/supplierService/SupplierService#getSupplierVO invoke)
    As per OER cookbook i have attached the "oracle/wss_username_token_client_policy" to the Fusion  apps web service.
    I am trying to pass security credentials to the service by using all the methods... through composite ..through bpel through wsse header but in all cases i am getting similar error.
    Please let me know if some one has called the fusion apps web service to create a supplier of solution to my problem  as mentioned above.

    Hi Sai,
        Thanks for the quick and correct response. Yes, after doing the research, I'm also came to same conclusion. But what stops me here is that where exactly I need to check for this permission.
    I mean the theory what I built on this Authorization/Permission is that:
       For the resource - WebService (SupplierService), there is an assigned application role for which the Entitlement/Permission is provided.
    Pls. help me in the below items:
    a. What is the application role(in role hierarchy) assigned to this resource(Webservice). Which page I need to check(navigation) this and the required credentials..
    b. What is the Entitlement provided for this application role for this operation (getSupplierVO) invoke.. Which page I need to check(navigation) this and the required credentials..
    Thanks in Advance.
    Thanks & Regards
    Madhu

  • Scoket connect fails with: Can't assign requested address

    Hi All,
    I am running Java on Mac OS X 10.4.8 (Intel). I run the following code:
    for (i=0; i<20000; i++) {
         java.net.Socket socket = new java.net.Socket();
         socket.connect(new java.net.InetSocketAddress("localhost", 80));
         socket.close();
    After about 16380 local TCP connections, connect is failing with the error message "Can't assign requested address".
    After waiting for a while, I can connect again.
    It looks like Java is consuming all client-side TCP ports. When the error occurs, I also start to have problems connecting from my browser to any Web-page.
    Am I having to wait for the garbage collector to free the ports, or is this an OS X problem?
    Any help or ideas would be welcome.
    Thanks,
    Paul

    It looks like Java is consuming all client-side TCP
    ports. When the error occurs, I also start to have
    problems connecting from my browser to any Web-page.I would take this as an indication, that the problem is on the server side and the web server might keep some resources after the client disconnects from the socket. You could verify that if you run your test program from another computer after the error occurs. If that program is again able to open connections, then this might indicate that the problem is in fact on the client side. However if also access from another machine is blocked, then I would guess it is a server side problem.
    Am I having to wait for the garbage collector to free
    the ports, or is this an OS X problem?Garbage collection is not an issue here.

  • SCM Best Practice Scenarios - can't find them on Service Marketplace

    I'd like to run Best Practice SCM scenarios such as:
         S24 Vendor-Managed Inventory
         S41 Supplier-Managed Inventory
         S51 Available-to-Promise with Product Allocation
    but can't find them anywhere.
    In version SCM 5.0 they could be located in the Best Practice Area, but the links are missing now.  When I go to the Industry Specific Best Practices (i.e. for Vendor-Managed Inventory), all I see is scenarios related to ECC 6.0.
    Thanks in advance for any help locating these.

    Chris,
    Small world.  I live out in Chester county.
    BPPs can be lengthy and sometimes take a while to load.  They are in MS word format, so you must have a way to read MS Word docs.  Also, our friends in Waldorff don't always have their servers up.  Sometimes it helps to try again later, or during a period of low activity.  I usually have good luck during late afternoon and early evening EST time zone. 
    Here are some links.  I haven't tied to load all of them, but I was successful in the first four.  Give it a shot.
    http://help.sap.com/bp_scmv250/documentation/S24_BPP_EN_DE.doc
    http://help.sap.com/bp_scmv250/documentation/S35_BPP_EN_DE.doc
    http://help.sap.com/bp_scmv250/documentation/S37_BPP_EN_DE.doc
    http://help.sap.com/bp_scmv250/documentation/S38_BPP_EN_DE.doc
    http://help.sap.com/bp_scmv250/documentation/S39_BPP_EN_DE.doc
    http://help.sap.com/bp_scmv250/documentation/S40_BPP_EN_DE.doc
    http://help.sap.com/bp_scmv250/documentation/S41_BPP_EN_DE.doc
    http://help.sap.com/bp_scmv250/documentation/S45_BPP_EN_DE.doc
    http://help.sap.com/bp_scmv250/documentation/S46_BPP_EN_DE.doc
    http://help.sap.com/bp_scmv250/documentation/S47_BPP_EN_DE.doc
    http://help.sap.com/bp_scmv250/documentation/S48_BPP_EN_DE.doc
    http://help.sap.com/bp_scmv250/documentation/S51_BPP_EN_DE.doc
    http://help.sap.com/bp_scmv250/documentation/S52_BPP_EN_DE.doc
    http://help.sap.com/bp_scmv250/documentation/S53_BPP_EN_DE.doc
    http://help.sap.com/bp_scmv250/documentation/S66_BPP_EN_DE.doc
    http://help.sap.com/bp_scmv250/documentation/S68_BPP_EN_DE.doc
    http://help.sap.com/bp_scmv250/documentation/S70_BPP_EN_DE.doc
    http://help.sap.com/bp_scmv250/documentation/S72_BPP_EN_DE.doc
    Rgds,
    DB49

  • Hi, my laptop said the hard-disk failed. woh can i find technical support in worms germany?

    I need to find somebody that can repair my Laptop in germany, how can I find somebody near my place?

    Hi,
    It's a very straight forward procedure to replace the Hard Drive yourself.  Post back with the full Model No. or Part No. of your notebook.  Also, do you have your set of Recovery DVDs?
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

Maybe you are looking for

  • Applets, JavaScript and Internet Explorer

    Hey guys Is there any way that an applet can call javascript functions in Internet Explorer? I know it's possible in Netscape, but I've yet to come across a viable solution for Internet Explorer. I've got an HTML page and I want the applet to be able

  • Webserver too slow

    Hi. I´ve a problem with the Webserver.I used the Web Publishing Tool to create a html file View Mode Embedded. My VI read data from RS-232 port every 2 seconds. The problem is: When the HOST has control of the VI, the webpage in the CLIENT does not r

  • How do I change safari setting to allow popups

    How do I change safari settings to allow popups

  • Access97 migration hangs

    Hi, Trying to migrate a small Access97 database (on Windows 98) to Oracle 8.0.6 (on HP-UX 10.20) Migration Workbench 1.3.1.0.0 is installed on the Windows 98 client. Also installed is MSAccess plugin, version 1.3.1.0.0 Creation of models, target tabl

  • Colour loss on Render

    Dear Sirs/Madames, When rendering a film which is comprised completely of QuickTime Movies 960 x 540(Codec: Integer(Little Endian)Timecode, Apple Intermediate Codec), I'm finding that colour corrections to text are losing their saturation and strengt