Displaying 20 results from an estimated 1300 matches similar to: "junction table question"
2018 Feb 06
1
Warning from Sys.junction when using network drive.
I am running 3.4.3 on a windows server and I ran the code in a new session.
I get a warning when running packrat::init() on a project that is located on a windows network drive.
The warning I get is
Warning message:
cannot set reparse point 'U:/packrat5/packrat/lib-R/base', reason 'Access is denied'
The error is created based inside the function .Internal(mkjunction(fr,
2005 Mar 14
1
Ruby code to create junctions on NTFS volumes.
Here is some Ruby code for creating junctions on NTFS volumes.
These are the main routines:
Dir.junction?(dir) => true if dir is a junction
Dir.reparse_target(dir) => returns the target of a junction, or dir
Dir.create_junction(junctName, existingTarget) => creates a junctName
junction pointing to existingTarget
(also used (Dan''s?) GetLastError code and did some simple
2005 Jul 22
0
Samba, DFS and Junction Points
Hi Samba List,
I believe I need to create a "Junction Point" on a Windows XP Pro machine
that will seamlessly link up to a Samba Share on a Linux Server.
>From my understanding, the creation of a "Junction Point" will hide from an
application the fact that the "space referenced by that junction point" is
actually located someplace else.
While it is
2005 May 23
3
Junction Networks
Anyone have experience with these guys? If so, good, bad, average?
http://www.junctionnetworks.com
Thanks,
Wiley
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050523/4222e3e7/attachment.htm
2007 Apr 06
0
RSync / Vista / Junction Points issue
I'm running DeltaCopy (essentially a Windows friendly GUI wrapper around
RSync 2.6.6) on Microsoft Vista. I'm trying to make a backup of a user's
profile directory. One big difference between Vista and earlier Windows
versions is that Vista makes extensive use of Junction Points (sort of like
Unix symlinks) for compatibility. For instance, in a profile directory there
are 16
2009 Mar 26
1
Vista Junctions
I?m trying to use rsync with windows vista. Vista?s odd form of ?links?
confuses rsync and I get a recursive infinite loop at every such junction
(until failure when the filename size limit is exceeded) .
Could someone please point me to the solution or is there one? The std
don?t follow links switch doesn?t seem to work.
Eric
-------------- next part --------------
HTML attachment scrubbed
2009 Jun 27
0
1.6.1: unable to create channel IAX2 to Junction
Trying to set up Junction Networks for outgoing on 1.6.1:
extensions.conf:
exten => _99X.,n,Dial(IAX2/jnctn_out/${called-num})
iax.conf
[jnctn_out]
type=peer
host=iax.jnctn.net
username=
secret=
qualify=yes
I'm not using realtime.
But CLI:
-- Executing [99xxxyyyy at internal:3] Dial("DAHDI/1-1",
"IAX2/jnctn_out/1wwwxxxzzzz") in new stack
[2009-06-27
2019 Dec 11
1
Windows check problems.
The thread starting with this message:
https://stat.ethz.ch/pipermail/r-package-devel/2019q4/004745.html
described problems Rich Heiberger was having with package checking on
Windows. It appeared that during the tests of examples, an old version
of the package was loaded but the new tests were being run, causing lots
of confusion and trouble.
I reproduced the error, and I think I've
2006 Apr 14
3
Many to Many
Hi, I have three tables, a domain of Sites, a domain of Users, and a
junction of Sites_Users with the tables named as such.
My RoR application has a model and controller both User and Site. I
tried to add a controller and model named Site_User but I can''t
reference any functions in the controller, I get an Uninitialized
Constant error.
I''m very new to RoR, but not to
2010 Dec 29
1
Script Output Format
Hi all!
i'm just did a script that the output must be comma separated to be imported into a spreadsheet.
the output that i obteined was
Date/Time,We. Active Threads,W. Total Threads,W. Worker Threads,Name
29-12-10/11:43:01,0,250,0,/FIM
,0,/mytest
,0,/mockofprod/financing/customercentre
,0,/mockofprod/financing/commercial/amt
,0,/account/orderstatus
,0,/activities
as you can see, the first
2005 Sep 16
1
Delay to join a domain successfully
Hi team,
I'm running samba 3.0.4 on AIX 4.3.3 and HP-UX 11.00 without any problems
except the following :
On HP-UX 11.00, when I try to join a machine to a domain, it first insert
all POSIX entries in the LDAP backend but rejects the junction. The
machine account could not be found. Waiting for a while and relaunching
the join command, the junction just works fine.
Having exactly the same
2006 Jan 17
3
experiences with teliax, voipjet or junction networks?
We are looking for SIP trunks for our * pbx for our business. Being able
to port our numbers is an absolute requirement. teliax can do it, but I am
unsure of the others.
Anyone have experiences (good, bad) with the above mentioned providers to
share? Eg reliability, quality, etc.
-Dan
2007 Oct 17
2
sorta OT: Bounty for Click to Call plugin for IE
I'm in process of transitioning a number of offices to a hosted virtual
pbx from Junction Networks. It's a combination of OpenSER and Asterisk.
They have a nice click-to-call extension for Firefox, but I need the
equivalent for IE so that it can work with our CRM system. Junction
told me that they have a bounty on offer for this if someone's
interested in doing the work.
Would the
2001 Mar 28
1
MSDFS extensions
Hello,
I'm setting up MSDFS feature in samba-2.2.0-alpha3. It works very great!
But I'm would wish an extension to the MSDFS functionality:
Is it possible to implement a feature, so I could group junction points
within directories?
E.g.:
[pub]
path = /export/publicsmb
msdfs root = yes
PUB
|
+- dir1 <- directory manually created in /export/publicsmb
| |
|
2005 Feb 26
7
Symlinks for Windows
Hi all,
Dave Burt mentioned the possibility of adding symlinks
to the Dir class.
http://www.sysinternals.com/ntw2k/source/misc.shtml#junction
There is also Autrijus Tang''s symlink Perl module at
http://search.cpan.org/~autrijus/Win32-Symlink-0.04/
Looks easy enough, but it only seems to work for
directories, not regular files. Should we add this to
the Directory class, or simply
2005 May 06
0
Ruby code to create junctions on NTFS volumes.
> -----Original Message-----
> From: win32utils-devel-bounces@rubyforge.org
> [mailto:win32utils-devel-bounces@rubyforge.org] On Behalf Of
> Zach Dennis
> Sent: Thursday, May 05, 2005 4:25 PM
> To: Development and ideas for win32utils projects
> Subject: Re: [Win32utils-devel] Ruby code to create junctions
> on NTFS volumes.
>
>
> Timothy Byrd wrote:
> >
2008 Sep 30
3
Maybe OT - routing calls in PSTN
I have a Vitelity DID which generally works, but calls from a particular
caller do not reach it. Vitelity has thus far disavowed any
responsibility for working through this problem. I recognize that some
action might be required by another provider which is outside Vitelity's
control, but it seems that they should at least be trying to help
resolve the problem by helping me determine
2012 Jun 22
2
a2billing
hello,
I just installed a2billing, I did all the config, at least I guess ..
but I still can not integrate sip accounts that I had created (with sip.conf
) in a2billing to apply their billing ..
could someone tell me how to make the junction between asterisk and
a2billing??
I also noticed that the file
additional_a2billing_sip.conf : was always empty ...
-------------- next part --------------
2010 Oct 17
1
unbalanced repeated measurements Anova with mixed effects
Dear R-list members,
I've been struggling with the proper setup for analysing my data. I've
performed a route choice experiment, in which participants had to make a
choice at each junction for the next road. During the experiment they
received traffic information, but also encountered two different
accidents. They also made trips without accidents.
What I'm interested in is to
2005 Jul 30
2
Premature termination of script
I am fairly new to R and I am writing a script that would take a file, as an
input, and generates a bunch of graphs out of it. My first task is to be
sure that the file is of the right type by looking if there is a valid
barcode in it as in (the barcode is beetween a double and single
underscore):
library(tkWidgets)
##############
#Loading a file
#testing if valid if not kill the execution