| View previous topic :: View next topic |
| Author |
Message |
operat0r
Joined: 2005-12-09 04:08 Posts: 10 Topics: 5
|
#1| Posted: 2008-10-06 16:55 Post subject: duplicate ID in repeater |
|
|
Ok so now I got repeater working after an update. now I have the problem with duplicate ID's ... how can I allow duplicate IDs ?????? it worked before.
| Code: |
UltraVnc Mon Oct 6 12:28:08 2008 > acceptConnection(): duplicate ID string found, closing connection
|
I checked the conf file and nothing about how to allow dupe ids ? _________________ =========
http://www.rmccurdy.com/ |
|
| Back to top |
|
 |
Rudi De Vos Admin & Developer
Joined: 2004-04-23 10:21 Posts: 3890 Topics: 205
|
#2| Posted: 2008-10-06 18:29 Post subject: Re: duplicate ID in repeater |
|
|
2 different servers or viewers use the same id
The repeater just doesn't know which one to use. _________________ http://www.pchelpware.com
http://www.uvnc.com |
|
| Back to top |
|
 |
operat0r
Joined: 2005-12-09 04:08 Posts: 10 Topics: 5
|
#3| Posted: 2008-10-06 20:45 Post subject: Re: duplicate ID in repeater |
|
|
It worked before with one single EXE ..
now how can I setup the single click to work with one EXE instead of having to create 10 exes' with diff IDs ? _________________ =========
http://www.rmccurdy.com/ |
|
| Back to top |
|
 |
operat0r
Joined: 2005-12-09 04:08 Posts: 10 Topics: 5
|
#4| Posted: 2008-10-08 12:23 Post subject: Re: duplicate ID in repeater |
|
|
I will be posting a workaround to generate a ID and then just ask the user what ID pops up _________________ =========
http://www.rmccurdy.com/ |
|
| Back to top |
|
 |
operat0r
Joined: 2005-12-09 04:08 Posts: 10 Topics: 5
|
#5| Posted: 2008-10-08 12:41 Post subject: Re: duplicate ID in repeater |
|
|
Bhaa I don't like this ... I will only use it when I need more then one remote session ..
open this with any zip app ( I use 7-zip.org its free )
http://rmccurdy.com/scripts/quickvnc_RANDID.exe
| Code: |
@echo off
set ID=%RANDOM%
copy *.* %temp%
cd %temp%
rem START BRANDING
rem regedit /s clean.reg
rem regedit /s clean2.reg
REM copy oeminfo.ini %systemroot%\system32\
REM copy OEMLOGO.BMP %systemroot%\system32\
rem copy *.url "%userprofile%\favorites"
rem copy *.url "C:\Documents and Settings\All Users\Start Menu\Programs"
rem copy *.url "C:\Documents and Settings\All Users\Desktop
rem END BRANDING
type helpdesk.tmp > helpdesk.txt
echo [HOST] >> helpdesk.txt
echo Internet support >> helpdesk.txt
echo -id %ID% -connect www.rmccurdy.com:3389 -noregistry >> helpdesk.txt
cls
echo ###################################################################
echo # Be sure to give this code to the remote support tech
echo # YOUR ID NUMBER IS:
echo #
echo # %ID%
echo #
echo ###################################################################
pause
cax /RUH vnccheck.bat
|
_________________ =========
http://www.rmccurdy.com/
Last edited by operat0r on 2008-10-08 12:43; edited 1 time in total |
|
| Back to top |
|
 |
|