"Error: The specified port is unknown" when installing PDFG network printer

When Launching the installation of PDFG network printer I'm getting the following error:
Anyone encountered with such a problem ?
Thanks, Yan

Same here.
Nobody with this kind of error?
Thanks,
G.O.

Similar Messages

  • How to solve the error "The specified resource is reserved" when running with DAQmx And LabVIEW?

    How to solve the error "The specified resource is reserved" when running with DAQmx And LabVIEW?

    I hate "J term"
    OK I love the learning the students get.   And, I like helping them out!  But, as a former man who's got the varicose viens to prove he's spent time "behind the podium" (yeah, "behind the podium" puts 'em to sleep- songs and dances for the young'uns) come on! USE the tools you teach!
    Instructors invited to engage in the forums
    Jeff

  • File error: The specified file i locked. when i am trying to render a clip on the time lin e

    WHen i want to render a clip on the timeline it tells me this message"file error: The specified file i locked."drive and file and they are not locked.
    What setting do i check for this
    because up till now the program was rendering all clips on the time lne
    I have checked the the drives and files and they are unlocked.
    please advise
    i have to render the clip from the timeline as n export then bring it back in
    annoying !

    Before I ask you to check permissions on the drive you save your material and output files, try creating a new project, copy everything from the old one in it (highlight-copy-paste in new project) and save as with a new name. Does this work?

  • How to deal with "Error 1001. The specified service already exists" when install a service using installer package?

    Hi everybody,
    I wrote a "Class Library" project which is a service using Visual Stodio 2008 recently, then tried to use a Visual Studio 2008
    Setup Project to install it.
    Here is what I did for the "Class Library":
    1. Finish the program.cs, Service.cs
    2. Add Installer
    3. Change the serviceInstaller so that "StartType" to be Aotumatic
    4. Change the ServiceProcessInstaller2 so that "Account" to be LocalSystem
    5.
    6. Click in F5 (Start Debugging)
    Here is what I did for the Setup Project:
    1. Add the exe file built from the "Class Library" project to the Application Folder
    2. On the Custom Action Editor, add the exe file from 1 to Install and Commit
    3. Change the property of the project so that "RemovePreviousVersion" to be true
    4. Click on F6(Build Solution)
    Then I tried to run the msi file from the built of the Setup Project. Because I modified the two projects serveral times, I uninstalled the Class Library using "Control Panel->Add or Remove Programs" before I reinstall. Two things I notived:
    1. After unstall, the registry was not cleaned up about the installed program
    2. After several rounds install/uninstall, I got "Error 1001. The specified service already exists"
    My questions are:
    1. How to cleanup the registry when uninstall a program?
    2. How to deal with the "Error 1001. The specified service already exists"?
    3. Did I do anytbing wrong with the "Class Library" or the "Setup Project"?
    Thanks a lot!
    Helen

    Hi Simon, not a problem!
    I spent some more time on this and here are few more notes:
    it is called Major Upgrade, when you are installing new version of the product upon a previous one and
    MSI supports 2 strategies:
    Strategy 1. Install a new version and uninstall previous one. (Install a new version right upon previously installed version (file merging is performed based on dll version number) and the delete previously
    installed files)
    Strategy 2. Uninstall previous version and install a new one (Delete all previous files and install from scratch new files.)
    From the first look it seems that 1st strategy is weird and buggy. But, remember, MSI is great because it's transactional!!! That means that if once some of the phases (Installation, Uninstallation, Rollback, Comit) fails, your machine
    will be reverted to the previous state and it'll be still functional. 
    Let's consider both strategies:
    Consider you have installed product_v1.msi and you want to install product_v2.msi.
    Strategy 1
    1. MSI engine copies files from Product_v1 directory to TEMP directory
    2. MSI engine merges files based on the assembly version (between v1 and v2)
    3. Once merging is completed successfully it removes files in TEMP (RemoveExistingProducts  action triggers it) and you got product_v2 installed, otherwise if it fails MSI engine revert machine to V1 and copies previous files from TEMP.
    Strategy 2
    1. MSI engine tottaly removes all files from v1.
    2. MSI engine installs v2 files and if something goes wrong you cannot revert back, because RemoveExistingProducts  allready worked out and MSI doesn't have files to revert machine back
    I recommend to everybody to use Strategy 1 and leverage MSI transaction functionality. And you can set this strategies by defining sequence of RemoveExistingProducts action. See more info
    here.  So, I think it's not even a bug in VS as I said in the upper post it is default recommened behaviour.
    AND, you got "Error 1001. The specified service already exists"
    because if we follow Strategy 1 MSI engine tries to install Windows Service on top of the existing service and OF COURSE it fails MSI engine (StopServices, DeleteServices actions are executed before actual
    installation and  they look at ServiceControl table). In order to stop service first and delete them you have to fill ServiceContol table of the MSI (and then StopServices, DeleteServices actions will recognize what to they have to stop
    and delete), like this:
    *clip*clip*clip*
    ' see http://msdn.microsoft.com/en-us/library/windows/desktop/aa371634(v=vs.85).aspx for more info
    ' Update the Service Entry to stop and delete service while uninstalling
    query = "INSERT INTO ServiceControl (ServiceControl, Name, Event, Arguments, Wait, Component_) VALUES ('MAD_Service', 'Service name', '160', '', '1', '"
    + componentName + "')"
    Set view = database.OpenView(query)
    : CheckError
    view.Execute : CheckError
    ' Update the Service Entry to stop and delete service while installing
    query = "INSERT INTO ServiceControl (ServiceControl, Name, Event, Arguments, Wait, Component_) VALUES ('MAD2_Service', 'Service name', '10', '', '1', '"
    + componentName + "')"
    Set view = database.OpenView(query)
    : CheckError
    view.Execute : CheckError
    *clip*clip*clip*
    We can uninstall service first by following Strategy 2, but then we lose transactional support.
    So, Simon did I encourage you to change your code a bit?:)
    And, btw, if you don't want to change the strategy, please don't rely on SequenceID in MSI table, it can be change, you have to get the at the runtime.
    Hope it will help to everybody!
    See also more advanced explanation of how MSI works
    here.
    Truly yours, Marat

  • "The system cannot find the path specified" error when installing a network printer running Win 7

    Some of the end users are having issues when trying to install network printers. We have created a portal where they can locate the printer they want to connect to, click connect, and the printer will download with the correct drivers on their PC's. The
    entire company is running Win 7 for their operating system. One end user in particular has had issues installing multiple printers from the portal, when I go to test installing these same printers on my PC, they all install successfully. trying to figure out
    why some end users hav issues with installation and others do not. They will get the error, The system cannot find the specified path. Any help would be great

    Hi JeffWilko,
    What is your current situation?
    To receive better analyzation, please provide more details?
    1. Could you explain a bit about the sentence ‘installing multiple printers from the portal’ ?
    2. Check the event viewer and share us the related error log.
    Please take the following steps for troubleshooting:
    1. Ping the printers
    2. Check if there are network firewall to block the access
    Best regards,
    Fangzhou CHEN
    Fangzhou CHEN
    TechNet Community Support

  • Deskjet 2542 all in one error: 'the specified module could not be found' when installing to USB

    Installation proceeds OK until the USB cable is connected, when the error message is displayed and installation ceases.
    I have successfully istalled and run the printer on another XP PC of a similar age - ie old.
    I have upgraded the XP OS to SP3 with numerous updates;
    Checked that the USB ports read Data sticks OK;
    run a/v and malware programs, including Microsoft Safety Scanner;
    checked that USB drivers are up to date;
    uninstalled driver software and re-installed with software downloaded from HP;
    carried out the procedures detailed in HP Support Forum 4022116
    Error message the same.  
    This is for my elderly neighbour - help please!
    This question was solved.
    View Solution.

    Hi @bodger50,
    Welcome to the HP Forums! 
    I understand that your HP Deskjet 2542 gives you the error: 'the specified module could not be found' when installing to USB, on Windows XP.
    I would recommend going through the steps in this post, Re: Install Error "The system cannot find the file specified" (hpzprl40.exe). When you get to the printer install wizard section, just use the full feature software and drivers found at this website, HP Deskjet 2540 All-in-One Printer series Full Feature Software and Drivers. As the printer install wizard is only for Windows 7 and up.
    Hope this is helpful, and thank you for posting!
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

  • Tethering blackberry Pearl 9105 to PC running Windows 7 - error message that " the specified port is not open "

    I am trying to tether my Blackberry Pearl to my PC using Blackberry Desktop Manager.  The phone is recognised and connected. I choose the Vodaphone Contract connection profile but keep getting a message that "the specified port is not open".  The RIM virtual modem ports used are COM3 and COM4 and my modem is configurred as COM 3 ,
    Is there a port conflict with something on my PC ? or something that I can do to force a port open ?

    Hi Don,
    I have seen this issue fixed for some users by modifying the following registry key:
    The key is "HKLM\System\CurrentControlSet\Control\Session Manager\Memory Management" MoveImages
    Set the key to 1 instead of 0 then reboot the machine.
    In case you still face the issue try the following registry key change:
    The only thing you have to do is rename the following key at the REGEDIT, and everything will be fine !!
    BEFORE:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\iexplore.exe
    AFTER:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\iexplore.old
    Note: Please take a backup of the registry before attempting this change.
    Regards,
    Rave

  • ERROR: The pthread library is unknown.

    I know redhat 8.0 is not a supported platform for JRockit 8.1. Indeed, when I try
    to start JRockit I get an "ERROR: The pthread library is unknown."
    Setting and unsetting LD_ASSUME_KERNEL doesn't help.
    Anyone know how to run JRockit 8.1 on a redhat 8.0 linux box (kernel 2.4.18, glibc
    2.3.2) ?

    I found a work-around:
    Download glibc-2.2.5-40.i686.rpm from Redhat 7.3 updates.
    The file is available at any redhat mirror:
    ftp://ftp.funet.fi/pub/Linux/mirrors/redhat/redhat/linux/updates/7.3/en/os/i686/glibc-2.2.5-40.i686.rpm
    Then extract the contents of the rpm (don't install it!) to a separate
    directory.
    directions:
    cd /usr/local
    mkdir glibc-2.2.5-40
    cd glibc-2.2.5-40
    rpm2cpio ~/glibc-2.2.5-40.i686.rpm | cpio -iumdv
    Now glibc-2.2.5-40 is installed in /usr/local/glibc-2.2.5-40 directory
    then before using JRockit (in a script etc.)
    export LD_LIBRARY_PATH=/usr/local/glibc-2.2.5-40/lib:\
    /usr/local/glibc-2.2.5-40/lib/i686:/usr/local/glibc-2.2.5-40/usr/lib/gconv
    export PATH=/usr/jrockit/7.0/1.4.0/bin:$PATH
    After this jrockit should work on Redhat 8.0!
    BR
    Lari

  • Under heavy load the server fails to listen on the specified port

              Hi,
              I am running Weblogic 6.1 SP4 on a solaris. There are 2 machines in the cluster.
              My weblogic server is listening on port 10001.The server started fine and is able
              to service requests. When there are large number of requests
              coming to the server I get this error on the server log file.
              "Failed to listen on port 10001, failure count: 2, failing for 1,046,226,062 seconds,
              java.net.SocketException: Too many open files"
              The log here shows ultimately the server has succeded to listen on port 10001
              "After having failed to listen, the server is now listening on port 10001" but
              sometimes it keeps on giving the message
              "Failed to listen on port 10001, failure count: 2, failing for 1,046,226,062 seconds,
              java.net.SocketException: Too many open files"
              and never successfully listens on the specified port.
              The relevant log entry is shown below.
              ####<Feb 25, 2003 9:21:03 PM EST> <Critical> <WebLogicServer> <devbea1> <BEA1Ser
              ver> <ListenThread> <system> <> <000204> <Failed to listen on port 10001, failur
              e count: 2, failing for 1,046,226,062 seconds, java.net.SocketException: Too man
              y open files>
              ####<Feb 25, 2003 9:21:05 PM EST> <Critical> <WebLogicServer> <devbea1> <BEA1Ser
              ver> <ListenThread> <system> <> <000204> <Failed to listen on port 10001, failur
              e count: 3, failing for 1,046,226,062 seconds, java.net.SocketException: Too man
              y open files>
              ####<Feb 25, 2003 9:21:08 PM EST> <Notice> <WebLogicServer> <devbea1> <BEA1Serve
              r> <ListenThread> <system> <> <000205> <After having failed to listen, the serve
              r is now listening on port 10001>
              Thanks
              Sudipta
              

              In /etc/system, set 'rlim_fd_max' the following property to a high level and reboot
              box.
              example: set rlim_fd_max=10240 in /etc/system.
              After this check the weblogic start up log messages for the number of file descriptors
              used and also run the solaris 'pfiles' on the weblogic pid to check the fd.
              -Mallik
              "Frank Leopold" <[email protected]> wrote:
              >
              >Would that be a good idea to rebounce the server as a cron job in a certain
              >of
              >time regularly?
              >
              >Simon Evans <[email protected]> wrote:
              >>this could be the OS running out of files handles, a files handle is
              >>
              >>used for each socket as well as files. i am not too familiar with
              >>solaris, but on linux you could use ulimit to increase the number in
              >>the
              >>startweblogic script.
              >>you could also limit the load to the server using the properties maximum
              >>
              >>open sockets, socket readers, etc from the admin console.
              >>
              >>
              >>Sudipta Sarkar wrote:
              >>> Hi,
              >>> I am running Weblogic 6.1 SP4 on a solaris. There are 2 machines
              >>in the cluster.
              >>> My weblogic server is listening on port 10001.The server started fine
              >>and is able
              >>> to service requests. When there are large number of requests
              >>> coming to the server I get this error on the server log file.
              >>> "Failed to listen on port 10001, failure count: 2, failing for 1,046,226,062
              >>seconds,
              >>> java.net.SocketException: Too many open files"
              >>>
              >>> The log here shows ultimately the server has succeded to listen on
              >>port 10001
              >>> "After having failed to listen, the server is now listening on port
              >>10001" but
              >>> sometimes it keeps on giving the message
              >>> "Failed to listen on port 10001, failure count: 2, failing for 1,046,226,062
              >>seconds,
              >>> java.net.SocketException: Too many open files"
              >>> and never successfully listens on the specified port.
              >>> The relevant log entry is shown below.
              >>>
              >>> ####<Feb 25, 2003 9:21:03 PM EST> <Critical> <WebLogicServer> <devbea1>
              >><BEA1Ser
              >>> ver> <ListenThread> <system> <> <000204> <Failed to listen on port
              >>10001, failur
              >>> e count: 2, failing for 1,046,226,062 seconds, java.net.SocketException:
              >>Too man
              >>> y open files>
              >>> ####<Feb 25, 2003 9:21:05 PM EST> <Critical> <WebLogicServer> <devbea1>
              >><BEA1Ser
              >>> ver> <ListenThread> <system> <> <000204> <Failed to listen on port
              >>10001, failur
              >>> e count: 3, failing for 1,046,226,062 seconds, java.net.SocketException:
              >>Too man
              >>> y open files>
              >>> ####<Feb 25, 2003 9:21:08 PM EST> <Notice> <WebLogicServer> <devbea1>
              >><BEA1Serve
              >>> r> <ListenThread> <system> <> <000205> <After having failed to listen,
              >>the serve
              >>> r is now listening on port 10001>
              >>>
              >>> Thanks
              >>> Sudipta
              >>
              >
              

  • TS3212 I receive a massage that a new version of ITunes was available (11.1.4). I proceeded to update, the download went ok but when installing the Message "Service 'Apple Mobile Device' failed to start, verify that you have sufficient Privileges to start

    I receive a massage that a new version of ITunes was available (11.1.4). I proceeded to update, the download went ok but when installing the Message “Service ’Apple Mobile Device’ failed to start, verify that you have sufficient Privileges to start system Services”
    On pressing retry I got the same message.
    On pressing Ignore, I got the message “ITunes was not installed correctly, please reinstall ITunes – Error 7 – (windows error 126)
    I reinstalled with the same error messages and the same results.
    I uninstalled existing and reinstalled from scratch and the same error messages again.
    I try to repair and at the end it said it had installed correctly – but when it tried to start I got the message “This application has failed to start because MSVCR80.dll was not found. Reinstalling the application may fix the problem” I now get the same message when I first start the computer but when I press ok I receive ““ITunes was not installed correctly; please reinstall ITunes – Error 7 – (windows error 126)” again.
    It appears the update has not only corrupted the operating system (Xp Pro SP3) of my computer but I have no backups to my IPhone, my wife’s IPhone or the three others phones that use my computer.
    I hope you can advise me how to recover my backups

    Hi Iss9243,
    Welcome to the Support Communities!
    You've already tried some great troubleshooting steps, but the article below gives you quite a few more for this issue.  Hope it helps ....
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Cheers,
    - Judy

  • BMR-SS backup fails with error "the specified network name is no longer available"

    We are running DPM 2012 SP1 on a Windows Server 2008 R2 system, backing up a Windows Server 2012 system that is a DC.  The agent version is 4.1.3417.0.  Both the DPM server and the DC are physical systems - brand new HP Proliant 360's.
    When creating the replicas for the 2012 server the first time, the backups work fine, and then for a day or so after that.  After a couple of days, the BMR-SS backups fail with the error "the specified network name is no longer available".  
    I can watch the backup happening in the Windows Server Backup console on the protected server - the BMR backup goes up to 99% and then fails.  BMR backups on all the other servers are working - we have a mix of Win2008R2 and Win2012. 
    Here is what I have tried:
    I can connect to the UNC path on the backup server without a problem during and after the backup is happening. 
    Tried reinstalling the DPM agent.
    Tried backing up directly from the protected server to another server's network share, which worked.
    I can copy multiple gigabyte files directly from the protected server to the DPM file share without a problem (the same one that DPM uses for the replica)
    Tried turning off the SCEP real-time protection during the backup.
    Any help would be appreciated - thanks.
    KW

    llo Boudewijn
    I followed Boudewijn's suggestion. 
    The Windows 2012R2 servers had no recovery partition in disk C. I created one (400MB) following http://support.microsoft.com/kb/2930294/en-us and
     DPM system restore worked. But just once. 
    So this is not the solution to the problem......
    Is no one else having issues with DPM bare metal protection of Windows 2012R2 servers? 

  • Error: The specified procedure could not be found

    Apparently the password expired on my Windows 7 BETA installation. Upon restart the system notifies me and asks for a new password. After confirming the password I get the error:
    "The specified procedure could not be found"
    I cannot log in at this point. The old password won't let me in and I can't change it. The administrator account I found is disabled by default.
    Is there any way to log in?

    Okay, here is your dilemma.
    You cannot login to your only account and the local administrator account is in its default disabled mode.
    There is a solution, albeit totally unsupported.  Go to http://www.sysresccd.org/Main_Page and download the latest SystemRescueCd.  Burn a CD from the ISO.  When you boot with the SystemRescue CD, you will type ntpass and hit <enter>.  From there, make sure you read the screens.  You will have make selections depending on how you loaded Windows 7 (clean vs. upgrade vs. dual boot, etc).  Using this disk, you CAN enable the local administrator’s account and login in.
    I just did the procedure using Windows 7, build 7000 with SystemRescueCd 1.1.6.
    Good luck.

  • FILE ERROR: The Specified file is open and in use...

    FILE ERROR: The Specified file is open and in use by this or another application.
    I get this error when I import a .MOV created by Live Type. All applications, except FCP, are closed. I can reboot the computer and get the same thing. It happens when I try and "render all". Thanks.

    It's probably either spotlight looking at the files, or some anti-virus program thinking your render is a virus.

  • DBD: Error while trying to load the transport provider for odbc. Failed to load the library. System error: The specified module could not be found.

    Hello Everyone,
    We are getting an error while trying to create an Universe via Microsoft -> MS Analysis Services 2014 -> OLEDB for OLAP Provider under Connection in UDT -"DBD: Error while trying to load the transport provider for odbc. Failed to load the library. System error: The specified module could not be found."  We have installed BI 4.1 SP05 in our system. As per earlier posts in scn in BO XI 3.x this issue used to be for improper installation of Integration KIT but in our scenarion Integration KIT is within the BO 4.1 package so no seperate installation is required. Moreover I have checked whether all the driver is present under file: "C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\dataAccess\connectionServer\drivers" and seems everything is fine. But still I am getting this error. One important point is we could use IDT because in IDT still we don't have option to connect with 'Microsoft Analysis Services - 2014 (XMLA)' as we are using Microsoft Analysis Services 2014 version.
    Kindly help if anyone has faced the same problem with SAP BO 4.1.
    Thanks and Best Regards,
    Ghosal

    Hello Everybody,
    The problem is solved now after installing "OLEDB drivers from SQL Server 2012 Feature Pack". We had OLEDB drivers that comes directly from SQL Server but that did not worked out in our case.
    Thanks for your support.
    Best Regards,
    Ghosal

  • File error - the specified file is locked, Final cut pro

    file error - the specified file is locked, Final cut pro

    I usually get this when I try to save a project and it isn't stored on my HD(usually external HD or RAID). Sometimes I can do a save as and save it to the desktop.
    Sometimes everything is cleared up with a restart. It seems like it is a FCP7/OS developmental need which is mute because 7 is no longer supported by Apple.

Maybe you are looking for

  • Since upgrade from 22 to 23, FF says all my addons are disabled, but they (all) seem to function, so in fact they are 'enabled' .

    I cannot 'officially' enable any of them. I also notice that none of the addons in the list ( using All-in-One Sidebar) show their own icon, they all have the green puzzle -icon. I run Mac 10.6.8. What can I do to resolve this problem ? I already tri

  • FM SXPG_COMMAND_EXECUTE and parameters

    Dear all ! I tried to execute the FM SXPG_COMMAND_EXECUTE (SM49, SM69) in order to execute SAPCAR on a couple of file on the server with the parameter <i>-cvf /usr/sap/SBD/interfaces//SP2/CH/BACKUP/comp.car .</i>. Unfortunately the FM changes the par

  • How to animate a Video in a fixed mask

    Hello, My goal is to animate a video into a fixed matte. I want to be able to rezise my video and move it inside the fixed matte. So, I have one video on pist 1, and one matte on pist 2. Using track matte key, I attribuate the mate on pist 2. But whe

  • How to Reduce size of photos

    Good day, I have taken photos with a Pentax digital camera and each photo have at leat 1,5 MO size. I have Internet intermediate and I have test to send and email wiht 3 attached photos JPEG and it has take 8 Min. 15 sec.. How can I reduce the size o

  • Using my iMac to its fullest

    I know the title is mainly towards my iMac, but i have OS 9 installed on it. So I was wondering, what kind of programs bring out the best of an older computer like this? Is there a list of programs somewhere that is updated that I could look at?