URGENT : Error: nca_connect_server: cannot communicate host ...on port....

URGENT : Error: nca_connect_server: cannot communicate host ...on port....
Platform :
front end - Forms6i
App Server - Oracle 9iAS
Testing tool - Mercurry Load Runner 8.0
Database - Oracle 9i
Hi Gurus,
I am trying to run a script in Load runner but its always coming out by following error message -
vuser_init.c(63): Warning: ifError expired (5) during NCA handshake,
vuser_init.c(63): Warning: ifError expired (5)
vuser_init.c(63): Error: nca_connect_server: cannot communicate with host 202.46.209.42 on port 7778
Abort was called from an action.
forms url which used in test script is running fine without any error with same port, I am wondering why it is returning error with Load Runner ?
Quick help on pinpointing the issue will be highly appreciated, Following is the Loadrunner script m using -
vuser_init()
     web_set_max_html_param_len("1024");
     web_url("f6isrvl",
          "URL=http://202.46.209.42:7778/f6i/f6isrvl?config=devjp10_en",
          "Resource=0",
          "RecContentType=text/html",
          "Referer=",
          "Snapshot=t1.inf",
          "Mode=HTML",
          EXTRARES,
          "Url=../forms60java/f60web.jar", "Referer=", ENDITEM,
          "Url=../forms60java/FImageBean.jar", "Referer=", ENDITEM,
          "Url=../forms60java/images.jar", "Referer=", ENDITEM,
          LAST);
     web_url("Registry.dat",
          "URL=http://202.46.209.42:7778/forms60java/oracle/forms/registry/Registry.dat",
          "Resource=0",
          "RecContentType=text/plain",
          "Referer=",
          "Snapshot=t2.inf",
          "Mode=HTML",
          LAST);
     web_reg_save_param("NCAJServSessionId",
          "LB=",
          "RB=",
          "Search=Noresource",
          LAST);
     web_url("f6isrvl_2",
          "URL=http://202.46.209.42:7778/f6i/f6isrvl?config=devjp10_en&acceptLanguage=en-us&ifcmd=startsession",
          "Resource=0",
          "RecContentType=text/plain",
          "Referer=",
          "Snapshot=t3.inf",
          "Mode=HTML",
          EXTRARES,
          "Url=f6ilsnr/?JServSessionIdf6i=i7yjfl33c1.f45nez95eiGIpR1vp2TD/knGnluImQXHcALJmQ5Go6XNr3CSa30R&ifcmd=getinfo&ifhost=MILDH0417&ifip=10.81.6.127", "Referer=", ENDITEM,
          "Url=../forms60java/oracle/ewt/dataSource/OneDDataSourceListener.class", "Referer=", ENDITEM,
          "Url=../forms60java/oracle/ewt/dataSource/OneDDataSource.class", "Referer=", ENDITEM,
          "Url=../forms60java/oracle/ewt/dataSource/ArrayOneDDataSource.class", "Referer=", ENDITEM,
          "Url=../forms60java/oracle/ewt/dataSource/AbstractOneDDataSource.class", "Referer=", ENDITEM,
          "Url=../forms60java/oracle/ewt/dataSource/OneDDataSourceAdapter.class", "Referer=", ENDITEM,
          "Url=../forms60java/oracle/ewt/dataSource/OneDDataSourceEvent.class", "Referer=", ENDITEM,
          LAST);
     nca_set_connect_opt(SCALE_INFO, 8, 20);
     nca_set_connect_opt(REQUIRED_LIST, 0);
     nca_connect_server("202.46.209.42", "7778", "module=ulgprc_em_100_01_c.fmx userid=dbk/dbk@dbkls05 ORA_USER=devjp10 USR_LANG=ENG");
     nca_set_window("Login");
     nca_edit_set("27", "SSC");
     nca_obj_type("27", '\t', 0);
     nca_edit_set("30", lr_decrypt("44b61ad9b8d2295c3768adc952f4"));
     nca_button_press("32");
     nca_message_box_press("Forms", 2);
     nca_menu_select_item("SSC", "Lending;Underwriting");
     nca_set_window(" (Underwriting)(Pending Request : 0)");
     nca_button_set("386", 1);
     nca_menu_select_item(" (Underwriting)(Pending Request : 0)", "Edit;Exit");
     nca_set_window("SSC");
     nca_menu_select_item("SSC", "File;Exit");
     return 0;
Execution Log
Virtual User Script started
Starting action vuser_init.
vuser_init.c(12): web_set_max_html_param_len was successful      [MsgId: MMSG-26392]
vuser_init.c(14): Downloading resource "http://202.46.209.42:7778/forms60java/f60web.jar" (specified by argument number 9)      [MsgId: MMSG-26577]
vuser_init.c(14): Downloading resource "http://202.46.209.42:7778/forms60java/FImageBean.jar" (specified by argument number 12)      [MsgId: MMSG-26577]
vuser_init.c(14): Downloading resource "http://202.46.209.42:7778/forms60java/images.jar" (specified by argument number 15)      [MsgId: MMSG-26577]
vuser_init.c(14): web_url("f6isrvl") was successful, 1882891 body bytes, 1386 header bytes, 12 chunking overhead bytes      [MsgId: MMSG-26385]
vuser_init.c(27): web_url("Registry.dat") was successful, 4117 body bytes, 367 header bytes      [MsgId: MMSG-26386]
vuser_init.c(36): Registering web_reg_save_param was successful      [MsgId: MMSG-26390]
vuser_init.c(42): Downloading resource "http://202.46.209.42:7778/f6i/f6ilsnr/?JServSessionIdf6i=i7yjfl33c1.f45nez95eiGIpR1vp2TD/knGnluImQXHcALJmQ5Go6XNr3CSa30R&ifcmd=getinfo&ifhost=MILDH0417&ifip=10.81.6.127" (specified by argument number 9)      [MsgId: MMSG-26577]
vuser_init.c(42): Downloading resource "http://202.46.209.42:7778/forms60java/oracle/ewt/dataSource/OneDDataSourceListener.class" (specified by argument number 12)      [MsgId: MMSG-26577]
vuser_init.c(42): Downloading resource "http://202.46.209.42:7778/forms60java/oracle/ewt/dataSource/OneDDataSource.class" (specified by argument number 15)      [MsgId: MMSG-26577]
vuser_init.c(42): Downloading resource "http://202.46.209.42:7778/forms60java/oracle/ewt/dataSource/ArrayOneDDataSource.class" (specified by argument number 18)      [MsgId: MMSG-26577]
vuser_init.c(42): Downloading resource "http://202.46.209.42:7778/forms60java/oracle/ewt/dataSource/AbstractOneDDataSource.class" (specified by argument number 21)      [MsgId: MMSG-26577]
vuser_init.c(42): Downloading resource "http://202.46.209.42:7778/forms60java/oracle/ewt/dataSource/OneDDataSourceAdapter.class" (specified by argument number 24)      [MsgId: MMSG-26577]
vuser_init.c(42): Downloading resource "http://202.46.209.42:7778/forms60java/oracle/ewt/dataSource/OneDDataSourceEvent.class" (specified by argument number 27)      [MsgId: MMSG-26577]
vuser_init.c(42): Warning -26652: Response body length (96) does not match the Content-Length header specification (95) for "http://202.46.209.42:7778/f6i/f6isrvl?config=devjp10_en&acceptLanguage=en-us&ifcmd=startsession"      [MsgId: MWAR-26652]
vuser_init.c(42): web_url("f6isrvl_2") highest severity level was "warning", 4459 body bytes, 3017 header bytes      [MsgId: MMSG-26388]
vuser_init.c(59): nca_set_connect_opt("SCALE_INFO")
vuser_init.c(61): nca_set_connect_opt("REQUIRED_LIST")
vuser_init.c(63): Warning: ifError expired (5) during NCA handshake,
vuser_init.c(63): Warning: ifError expired (5)
vuser_init.c(63): Error: nca_connect_server: cannot communicate with host 202.46.209.42 on port 7778
Abort was called from an action.
TIA,
Sheilesh

Well, the obvious question is what does 'mail.wbe-pli.com' translate to on the machine?
Does it translate to your public IP address, in which case your traffic has to go out through your router and come back in? In addition to not being ideal, that's also not supported by a number of different routers (they can't handle NAT traffic coming back in from the private network).
In most cases the solution is to setup internal DNS so that your hostname maps to the internal address of your server, not the external one.
In this case, though, you could also configure Mail.app to use 'localhost' for the mail server, rather than 'mail.wbe-pli.com'. That will enable it to talk to the server running on the local system.

Similar Messages

  • Error establishing socket to host and port: EPM11:1433

    Hi Planning Experts,
    I am trying to configure EPM 11.1.2.1 (Planning)
    RDBMS: SQL server 2005 (Express Edition)
    OS: 2008 R2 x64
    i am getting error after providing RDBMS credentials "error establishing socket to host and port: EPM11:1433 Reson: connection refused: connect"
    Please help....
    Regards
    Kumar

    You may need to enable tcp/ip
    SQL Server Express listens on local named pipes and shared memory. With a default installation, you cannot remotely connect to SQL Server Express. You will need to enable TCP/IP and check if the firewall is enabled.
    To enable TCP/IP:
    From the Start menu, choose All Programs, point to Microsoft SQL Server 2005, point to Configuration Tools, and then click SQL Server Configuration Manager.
    Optionally, you can open Computer Manager by right-clicking My Computer and choosing Manage. In Computer Management, expand Services and Applications, expand SQL Server Configuration Manager.
    Expand SQL Server 2005 Network Configuration, and then click Protocols for InstanceName.
    In the list of protocols, right-click the protocol you want to enable, and then click Enable.
    The icon for the protocol will change to show that the protocol is enabled.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • I am getting the error message "cannot communicate with the server" when i try to sign into my apple account on my ipad - any ideas???

    i am getting the error message "cannot communicate with the server" when i try to sign into my apple account on my ipad - any ideas???

    Welcome to the Apple Community.
    The following article(s) may help you.
    Photo Stream ToU's

  • Canoscan 88ooF error report, "Cannot communicate with scanner."

    When I try and use my scanner I get the error report,"Cannot communicate with scanner, check that it is plugged in and truned on." When I go to Windows device manager I can see it and when I click on the properties buttonn it says that the device is working properly. I have downloaded the latest driver software etc., and I have uninstalled everything and re installed again but I still get the same error report.
    I am using Windows 7, 64 bit version.
    Above is the error message I get.
    Solved!
    Go to Solution.

    After two days of fruitless effort I have found my own solution. I have downloaded and installed VueScan  x64 and it works a treat. I think the problem I have been having is due to the fact that the scanner driver is 64 bit and the programs that install are 32 bit and although scanner driver is working perfectly well the 2 bit probrams can't see it.

  • M1319F Scan error message " cannot communicate with the scanner"

    I have a HP M1319F which was able to print/scan/fax.  Recently the fax function has ceased. I have ordered a fax board which will hopefully resolve that problem.  Now it does not scan as well. I get the error message " cannot communicate with the scanner" . unistalled and resinstalled the software but to now avail

    I have a HP M1319F which was able to print/scan/fax.  Recently the fax function has ceased. I have ordered a fax board which will hopefully resolve that problem.  Now it does not scan as well. I get the error message " cannot communicate with the scanner" . unistalled and resinstalled the software but to now avail

  • Error 1101 - Cannot communicate with Experion OPC Server

    Hello,
    I am having an issue whereby I cannot Read/Write to an Experion OPC Server through Labview and Datasocket, and get Error 1101.
    The Program is below.
    - I have been able to connect to Experion with another OPC Client (INAT) without any issues.
    - The error says I lack the privaleges, but if I follow the instructions and change these priviledges via Datasocket Server Manager, it makes no difference.
    - We are trying to run this program on a Labview 2011 and Windows 7 system.
    - I have tried running this same program on a WinXP computer with Labview 2009. I had to save it for previous versions, but when I run it, it comes back with a 'Generic Error', whatever that means.
    Can anyone help me solve this problem and steer me in the right direction.
    Kind Regards,

    Have any users found a remedy for this issue?
    I am having the same problem.  I have a very simple network set up where I want to use DS in LabView on one computer (192.168.1.101) to read from an OPC server on another computer (192.168.1.1).  The OPC server, DCOM permissions, etc. are all correctly configured, as I can use a third party OPC client to view the server tags and values on the remote PC from my LabView PC. 
    I am using the "Monitor OPC Items with DataSocket.vi" example VI, just specifying a tag from my existing remote OPC server as an initial test.  I can browse to and select the tag on the remote computer that I wish to read in LabView using the "DataSocket Select URL.vi".  However, after selecting the tag and passing the URL to the "DataSocket Open" block, I receive Error 1101.  (Same occurs if I just directly pass the URL string to the DS Open block.)
    I have added "localhost", "everyhost" and "192.168.1.1" to "DefaultReaders", "DefaultWriters", and "Creators" groups in the DataSocket Server Manager.  I have stopped and re-started the DataSocket Server, and even rebooted the entire PC, but the error persists.
    The specific error text is:
    Error 1101 occurred at DataSocket Open
    LabVIEW: (Hex 0x44D) Insufficient privileges to read, write, or create an item in the DataSocket Server.  Use the DataSocket Server Manager to configure these privileges.
    It seems as though this should be an easy fix, given that the OPC server is readily readable by an OPC client.  I would appreceate any help, as would mkenneday, if they haven't already solved their issue.
    Thanks,
    -Brandon

  • URGENT---Error regarding Cannot connect to Capture Device

    Hello Everyone, I am new to JMF and I am trying to build a project using JMF. In the project I need to capture images from webcam and display it on a window.
    I have written the following class for this:
    import java.awt.*;
    import java.awt.image.*;
    import javax.media.*;
    import javax.media.control.*;
    import javax.media.format.*;
    import javax.media.protocol.*;
    import javax.media.util.*;
    public class CameraController
         private Player player;
         * Initialises the video capture device.
         * @param name the name of the device (e.g. <code>vfw:Microsoft WDM Image Capture (Win32):0</code>).
         * @param locator the location of the device (e.g. <code>vfw://0</code>).
         * @param size
         * @throws Exception if there was a problem accessing the camera.
         public CameraController(String name, String locator, Dimension size) throws Exception
              // Create capture device
              System.out.println("Initialising video capture device: "+name);
              try
                   CaptureDeviceInfo captureDeviceInfo = CaptureDeviceManager.getDevice(name);
                   VideoFormat videoFormat = null;
                   Format[] formats = captureDeviceInfo.getFormats();
                   for (int i=0; i<formats.length; i++)
                        if (((VideoFormat)formats).getSize().equals(size))
                             videoFormat = (VideoFormat)formats[i];
                             break;
                   DataSource dataSource = Manager.createDataSource(new MediaLocator(locator));*
                   FormatControl[] formatControls = ((CaptureDevice)dataSource).getFormatControls();
                   for (int i=0; i<formatControls.length; i++)
                        if (formatControls[i]!=null)
                             Format supportedFormats[] = formatControls[i].getSupportedFormats();
                             if (supportedFormats!=null)     
                                  for (int j=0; j<supportedFormats.length; j++)
                                       if (supportedFormats[j].matches(videoFormat))
                                            formatControls[i].setFormat(videoFormat);                              
                   CaptureDeviceInfo deviceInfo = ((CaptureDevice)dataSource).getCaptureDeviceInfo();
                   ((CaptureDevice)dataSource).disconnect();
                   player = Manager.createRealizedPlayer(deviceInfo.getLocator());
                   player.start();
                   try { Thread.sleep(3000); }
                   catch (InterruptedException e) {}
              catch (Exception e)
                   System.out.println("Error Initialising video capture device!");
                   throw e;
         public void shutdown()
              player.close();
              player.deallocate();
         public BufferedImage getFrame()
              FrameGrabbingControl frameGrabber = (FrameGrabbingControl)player.getControl("javax.media.control.FrameGrabbingControl");
              Buffer buf = frameGrabber.grabFrame();
              Image img = (new BufferToImage((VideoFormat)buf.getFormat()).createImage(buf));
              if (img==null)
                   System.out.println("Error: Capture device doesnt appear to be initialised yet.");
                   return null;          // happens if video device isn't properly initialised yet
              BufferedImage buffImg = new BufferedImage(img.getWidth(null), img.getHeight(null), BufferedImage.TYPE_INT_RGB);
              Graphics2D g = buffImg.createGraphics();          
              g.drawImage(img, null, null);
              return buffImg;
         public Component getVisualComponent()
              return player.getVisualComponent();
    There is another class GUI which calls the shutdown() function on occurrence of WindowClosing event.
    When I try to run this, It does run for the first time but after that, the following exception occurs:
    java.io.IOException: Could not connect to capture device
    javax.media.NoDataSourceException: Error instantiating class: com.sun.media.protocol.vfw.Datasource: java.io.IOException: Could noy connect to capture device
    at javax.media.Manager.createDataSource(Manager.java.1012)
    at CamerController.<init>(CameraController.java:57) ------ line where datasource is declared
    It doesn't run until I restart my laptop and then again after restart it runs only for the first time..
    I don't understand where is the problem. I am using Windows7, JMF 2.1.1, NetBeans 6.7.
    Kindly help me to find out the problem in this. Its extremely URGENT..!!!!

    Anjani_Bansal wrote:
    2. I am not shouting at anyone.Actually, I think even 12-year old girls on MySpace understand that TYPING IN ALL CAPS IS TAKEN TO BE SHOUTING on the internetz... so when you say its URGENT, everyone who understands the internet is going to read that as you SHOUTING the word URGENT.
    Which is simply impolite.
    3. I didn't ask YOU to answer my query. I asked only those people who are there to help and who understand my situation.Actually, you said everyone. Andrew is a person. Therefore, you did ask him to answer your question...and further, you simply asked "Kindly help me to find out the problem in this". Apparently Andrew took "this" to mean forum etiquette, which he was quite kind to help you with.
    For others[ Not You] :-
    Sorry every one if you think I am shouting. I am kindly requesting you for help.
    Thanks for understanding..Telling people on a forum that you need help URGENTLY isn't particularly asking kindly. Ignoring the whole rudeness of typing in all-caps, there's also the whole urgent thing. Do you think that people are going to read your post and then go "Eh, this kid doesn't sound like he's in a hurry. I think I'll come back and answer his question in a few days, let him sweat it out".
    Seriously, people add urgent to their posts like somehow it's the emergency flag on a help desk.
    This isn't a helpdesk, and telling us how urgently you need help isn't going to positively affect the speed at which you get help... in fact, it's far more likely to get you completely ignored by the people with the answer than it is to get you help any faster...
    Speaking of being ignored, I'm pretty sure I "kindly" suggested something for you to try above, and you never reported back the results of my suggestion. Am I to take from the fact you decided to spend your time sparing with Andrew that (1) you don't really care about fixing your problem (2) you're not really paying attention to the people who're trying to help you (3) your problem isn't really all that URGENT to begin with? (4) you somehow think your time is more important than mine and I should ignore your thread entirely? [I'd seriously advise looking through a few threads on this forum to see where the help comes from before you think about answering this one... there are 2 people that regularly help people in here, and you've already pissed one of them off...]

  • Canon LiDE 120 Error message: "Cannot communicate with scanner for these reasons:"

     I've tried troubleshooting multiple times: - Uninstalled and reinstalled drivers- Returned and bought same model scanner- Tried different drivers- Tried different USB ports My computer build is:Intel i7 4770k16GB 1866MHz RAM Asus Maximus Impact VInVidia GTX 780Corsair RM550Windows 8.1 64bit  I don't know what I'm doing wrong. Anyone else get this? It's making me quite livid just trouble shooting it. I've read a lot of reviews on this on Amazon and other websites that says that this is plug and play for the most part. What am I doing wrong??

    I have CanoScan Lide 120, which was working perfectly fine on Win7, now that I have upgraded to Win10 it does not work anymore. I get an error 2,156,167. Have tried to uninstall the driver, found new one on official website, but it didn't help.Scanner makes noise, like it's going to start scaning, but then nothing happens. When I use the preview function, it actually starts scanning, but stops somewhere in the middle (at 7%, 18%, ...) My specs:OS Name Microsoft Windows 10 Pro
    Version 10.0.10240 Build 10240
    Other OS Description Not Available
    OS Manufacturer Microsoft Corporation
    System Name NEW-PC
    System Manufacturer ASUS
    System Model All Series
    System Type x64-based PC
    System SKU All
    Processor Intel(R) Core(TM) i3-4130 CPU @ 3.40GHz, 3400 Mhz, 2 Core(s), 4 Logical Processor(s)
    BIOS Version/Date American Megatrends Inc. 0803, 7.1.2014
    SMBIOS Version 2.7
    Embedded Controller Version 255.255
    BIOS Mode Legacy
    BaseBoard Manufacturer ASUSTeK COMPUTER INC.
    BaseBoard Model Not Available
    BaseBoard Name Base Board
    Platform Role Desktop
    Secure Boot State Unsupported
    PCR7 Configuration Binding Not Possible
    Windows Directory C:\WINDOWS
    System Directory C:\WINDOWS\system32
    Boot Device \Device\HarddiskVolume1
    Locale Slovenija
    Hardware Abstraction Layer Version = "10.0.10240.16392"
    User Name NEW-PC\Gašper
    Time Zone Central Europe Daylight Time
    Installed Physical Memory (RAM) 8,00 GB
    Total Physical Memory 7,68 GB
    Available Physical Memory 4,73 GB
    Total Virtual Memory 15,4 GB
    Available Virtual Memory 12,1 GB
    Page File Space 7,75 GB
    Page File C:\pagefile.sys
    Hyper-V - VM Monitor Mode Extensions Yes
    Hyper-V - Second Level Address Translation Extensions Yes
    Hyper-V - Virtualization Enabled in Firmware No
    Hyper-V - Data Execution Protection Yes

  • I am getting error like "nca_connect_server: cannot communucate to host "

    I am getting error like "nca_connect_server: cannot communucate to host " while replaying my script through Loadrunner 9.1
    virtual User Script started
    Starting action vuser_init.
    vuser_init.c(12): nca_set_connect_opt("SCALE_INFO")
    vuser_init.c(16): Error: nca_connect_server: cannot communicate with host
    PLease give me some solutions.
    you can post me in my email id: [email protected]

    Hi,
    Please see if (Note: 376631.1 - Forms Server Loadbalancing Using Metrics Server Client Not Working with Mercury Loadrunner) helps.
    Regards,
    Hussein

  • Cannot communicate with scanner. Cable may be disconnected or scanner may be turned off...I

    I have a MF6590 mutifunction printer.  It had been working fine until last week when I got the error message "Cannot communicate with scanner.." I tried uninstall and reinstall te driver, I tried switching to a different USB port, reboot my PC, turned on/off the printer.. hopped on one foot...nothing worked.  Anyone has any suggestion?

    Hi bmaskell.
    I will be glad to assist you.
    Since the issue began after updating the Windows 7 operating system, I recommend that you uninstall and reinstall the Canon drivers.  Please follow the instructions below:
    1.  Unplug the USB cable from the printer.
    ***Please leave the USB cable disconnected until you have uninstalled and completely reinstalled the drivers.  Connecting the printer before going through the "Setup Wizard" may cause the Windows operating system to install a generic driver for the printer.***
     2.  Select [Start] and [All Programs].
     3.  Select the [Canon] folder.
     4.  Select [MF4100 Series] and then uninstall.  Repeat the steps for the [MF Toolbox].
    5.  Restart you computer.
    Leaving the USB cable disconnected, please download the driver from the Canon website using the following link: http://www.usa.canon.com/cusa/support/consumer
    1. The site will automatically detect your operating system. 
    2.  Next, select [Drivers] and the file [Windows 64bit] imageCLASS MF4150 MFDrivers (UFR II / FAX / ScanGear).
    3.  Click "I Agree - Begin Download".
    4.  Save the file to your computer.  Once the download is complete, click "Run".
    5.  Click "I Decline - Go Back" on the Canon site and select [Software] and the file [Windows 32bit & 64bit] Tool Box Ver.4.9.1.1.mf16.
    6.  Save the file to your computer.  Once the download is complete, click "Run".
    7.  Close the Canon window and go to the location on the computer where the files are saved, usually [Downloads].
    8.  You will see two icons with the name MF4150_MFDrivers_W64_us_EN_2.exe.  Double click on the yellow folder icon.  In the folder you will see two files with the name "Setup".  Double click on the "Setup" that has the type [Application].
    9.  The "MF Drivers Setup Wizard" will open.  Please proceed through the setup and restart the computer.
    10.  After the computer restarts, please connect the USB cable to the computer and allow the computer to finish the installation process.  Once the printer is listed in [Devices and Printers], right-click on the icon and select it as the default printer.  Please open a document on the computer and print it out.
    Please follow steps 7 and 8 to install the Canon MF Toolbox 4.9 software.  Once the software is installed, please follow the steps below to complete a scan:
    1.  Press the [SCAN] button on the control panel of the printer and place a document in the feeder.
    2.  On the computer, open the MF Toolbox program.
    3.  Select the [PDF] scan function.
    4.  Click the green [Start] button in the PDF window.  The scan should begin.
    I hope this information is helpful to you.  Should you need further assistance, please contact us at 1-800-OK-CANON (1-800-652-2666).
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • When will come this error Could not connect to SMTP host: son1175, port: 25

    Hi all
    we configure SMTP server on Linux ES,my java application run on same server
    from my application trying to send a mail i got this error
    [0] EmailConnection.getConnection: Attempting connection...
    DEBUG: setDebug: JavaMail version 1.3.1
    DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]
    DEBUG SMTP: useEhlo true, useAuth false
    DEBUG SMTP: trying to connect to host "son1175", port 25
    [0] EmailConnection.getConnection: Cannot connect to server with configuration
    smtp://padmanab:*@son1175/. Port = 25. Security: none.
    Properties: {mail.port=25, mail.smtp.timeout=30000, mail.smtp.connectiontimeout=30000}
    Could not connect to SMTP host: son1175, port: 25;
    nested exception is:
    java.net.ConnectException: Connection refused
    2005-03-30 10:03:03,751 INFO [plt.userManagement] [PoolThread-9] "Password Reset" email could not be sent to vallish at the email address, "[email protected]".
    but mail server is configured currectly
    please tell cause of this error out java application or my SMTP server
    regards
    satya

    Could not connect to SMTP host: son1175, port: 25;
    nested exception is:
    java.net.ConnectException: Connection refusedYou didn't notice that this question is asked every day here?
    Your computer can't connect to a computer named "son1175", or if it can then that computer isn't running a server listening at port 25. Talk to your network people if your computer name is the right one and ask them why not. It is nothing to do with programming.

  • MG3250 Printer throws up error message - Scangear cannot communicate with scanner for these reasons

    Hi
    I have an MG 3250 printer running off an HP Pavilion Laptop using Windows 8.1. Every time I try to scan  I get an error message that 'cannot  communicate with scanner for these reasons...........etc'. The only way I can get the printer / scanner to work is by going through the Control Panel / Hardware & Printers route. This seems terribly slow and time consuming. What is wrong and what needs to be done to correct the problem?
    Thanks

    I have the exact same problem as you with my new Canon LiDE 120. The errors I get are: 2, 156, 182, 55 and sometimes 77 when using it on my Windows 8.1 (64 Bit) desktop PC. I have tried installing and uninstalling the drivers multiple times, used different ports and still nothing. It does however work properly on a Windows 7 device.
    My PC's specification is as follows:
    Windows 8.1 (64 Bit) - With latest updates
    Avast Premier
    Malwarebytes
    ASUS z87 Pro
    Intel 4770k
    ASUS GTX 670 (4GB)
    8GB 1600MHz Kingston RAM
    Things I have done
    Tried different ports (USB 2.0 and 3.0)
    Installed all software & driver from CD
    Installed all software & driver from Canon Website
    Installed only the latest driver from Canon Website (April 2015)
    Tried to use Windows Fax & Scan, Scan, IJ Scan Utility, Scangear and Vuescan.
    What happens
    The physical buttons on the device are unresponsive
    The computer says it is warming up, but nothing happens
    It starts to scan for a few seconds and then comes to an abrupt end - this can happen at 10% of the scan or even at 91%.
    Surely the problem cannot be with Windows 8.1 since the device was only released last year. What could be the issue? I called their support line and was advised to clear the drivers of previous scanners used by my system, I did this and there still is no change. Could somebody please help me! 

  • JMSException: hosts (hostname:port) cannot be accessed

    Hi...all
    My scenaro is  connecting to the JMS server through the(Servelet) Java Client proxy i am able to connect to local JMS Server but when i tried to connect to the Remote JMS server it's giving error.And also i checked through the Stand alone program in that also giving the same error.stand alone progaram also able to connect to the localserver that is NWDW server
    javax.jms.JMSException: The following hosts (hostname:port) cannot be accessed: . Check host names and ports.(host:50110)
         at com.sap.jms.client.connection.ConnectionFactory.getSocket(ConnectionFactory.java:447)
         at com.sap.jms.client.connection.ConnectionFactory.createConnection(ConnectionFactory.java:300)
         at com.sap.jms.client.connection.ConnectionFactory.createConnection(ConnectionFactory.java:244)
         at com.sap.jms.client.connection.QueueConnectionFactory.createQueueConnection(QueueConnectionFactory.java:70)
         at com.yambay.mach.gatewayjmsbridge.JMSTestClient.initialiseServer(JMSTestClient.java:98)
         at com.yambay.mach.gatewayjmsbridge.JMSTestClient.<init>(JMSTestClient.java:66)
         at com.yambay.mach.gatewayjmsbridge.JMSTestClient.main(JMSTestClient.java:75)
    and my program is
    Properties m_JNDIProperties = new Properties();
    m_JNDIProperties.put(Context.INITIAL_CONTEXT_FACTORY,"com.sap.engine.services.jndi.InitialContextFactoryImpl");
    m_JNDIProperties.put (Context.PROVIDER_URL,"localhost:50004");
    m_JNDIProperties.put(Context.SECURITY_PRINCIPAL,"Administrator");
    m_JNDIProperties.put(Context.SECURITY_CREDENTIALS,"*****");
    /*    Create a JNDI API InitialContext object.    */
    m_Context = new InitialContext(m_JNDIProperties);     
    queueConnectionFactory = (QueueConnectionFactory) m_Context.lookup("jmsfactory/default/QueueConnectionFactory");
    queueConnection = queueConnectionFactory.createQueueConnection();

    Refer this..hope it may help u:)
    JMS Exception: hosts (hostname:port) cannot be accessed!
    Hosts not set in QueueConnectionFactory
    Regards,
    Farooq.

  • I upgraded from Dreamweaver CS4 to CS6. but now "an TFP error occured - cannot make connection to host". I spent hours with the host technician and we cant find the error. I reinstalled DW4 and it connects to host perfectly. Anyone else seen this problem?

    I upgraded from Dreamweaver CS4 to CS6. but now when I want to upload I get "an TFP error occured - cannot make connection to host". I spent hours with the host technician and we cant find the error. I reinstalled DW4 and it connects to host perfectly. Anyone else seen this problem?
    Mac OS 10.8.5
    None of these issues are causing the error in DW CS6. We have double checked all of them and we have everything exactly right. Also I have exactly the same SiteSetup in DW CS4 and that works perfectly well. Could there must be factor in 6 that didn't exist in 4? Something that isnt in the SiteSetup but in some hidden dialog box ?
    I can also upload to my host using Fetch, a third party FTP. And as I said DW CS4 works fine. So the problem is not with my host, its with DW CS6 in particular.

    Thank you Jon, that fixed it perfectly. You have saved me from going crazy. The only difference I see now is in "Server Name" it changed what I had entered (my ftp address) to "Remote Server"; which seems odd -- but it works!   Although I know there maybe also some other dialog box I have never seen
    Of course I saw that menu item "Import"  and but I thought thats obviously not for me: "Why would I want to import an entire website?". I did not however see "Export the selected site" for thats only a tiny icon in the footer. However I would have thought the same:  "Why would I want to export my entire website?".
    An observation: I've seen this problem in a lot of Adobe software, the menu-names of items are  obscure, non descriptive. What would be better would be for the menu names or popups to say "Export Site Setup settings" and "Import Site Setup settings"

  • An FTP Error occured - cannot make connection to host. No response from the server

    "An FTP Error occured - cannot make connection to host. No response from the server".
    As of today this is all i get when trying to connect to every single ftp account i have. It's not the server cause it's every one and there is several different. Tried passive and non-passive same result. I've connected fine with other FTP clients. So this must be another dreamweaver bug. Anyone know what to do?

    Very hard to diagnose these problems, particularly as you can connect using a 3rd party program.
    See if the 'timeout' issue could be at play here:
    http://forums.adobe.com/message/708941#708941

Maybe you are looking for

  • Help in Creation of a Function Module.

    Hi Abapers,                 I am new to ABAP and hardly have knowledge abt it. I need to create a Function Module which is of the type RFC. Pls provide me information and steps to create the same. Many thanks in Advance.

  • How do I use Dictation with an iTunes file?

    I'm trying to produce typed text from an .mp4 file that I have in iTunes.  I read about Dictation but noted that: Enhanced Dictation automatically stops listening when you switch to another window, or if you press the Fn key again, or when you click

  • Error: itab is a table without a header....

    Hi everybody, i get the following error after activation: "ITAB" is a table without a header line and therefore has no component called "NUM".. How can i solve this problem?   TYPES: BEGIN OF i_itab,            NUM TYPE I,          END OF i_itab.   D

  • Can't get Airport Express to work with Windows

    I got a used Airport Express to use as a wireless print server. I got only the Airport Express; no manuals or CD's or anything. I have been reading through the manuals and everything online, but I can't get anything to work. It seems like I need to g

  • NO AUDIO even though it's worked before!

    I just made a onestep dvd like ive done many times in the past but this time there is NO audio! I made 5 copies the same way i always do and the sound encoding went fine according to the computer but theres no audio. there was even audio playing when