Displaying 3 results from an estimated 3 matches for "securityid".
Did you mean:
securityd
2008 Nov 05
2
How to extract following data
Hi everyone,
I have this kind of raw dataset :
- <Temp diffgr:id="Temp14" msdata:rowOrder="13">
<Date>2005-01-17T00:00:00+05:30</Date>
<SecurityID>10149</SecurityID>
<PriceClose>1288.40002</PriceClose>
</Temp>
- <Temp diffgr:id="Temp15" msdata:rowOrder="14">
<Date>2005-01-18T00:00:00+05:30</Date>
<SecurityID>10149</SecurityID>
<PriceClose>1291.699...
2010 Oct 12
1
append rows to Sybase datatable using RJDBC
...can
successfully write into a new datatable, but have problem appending rows
to existing one. It either complains "Table *** already exists" or
simply overwrite the existing one. Here is the example.
I am trying to append 'data' to the existing datatable 'tmp'
> data
SecurityID Ticker
1 12345 AAPL
> dbWriteTable(conn, "tmp", data, append = T, overwrite = F)
Error in .local(conn, name, value, ...) :
Table 'tmp' already exists
> dbWriteTable(conn, "tmp", data, append = T)
[1] TRUE
The first dbWriteTable failed as it's complaining &q...
2002 Nov 16
0
Samba domain controller problem....
I don't mean to nag... but I must get this problem fixed soon..... and it
seems to be a common one on these mailing lists... I cannot add my Win2K Sp3
machine to my samba PDC... i receive the error message
"No mapping between account names and securityids was done"
I have created the machine account...
the machine account and root are added in smbpasswd.... I
have checked and they DO exist... I am running Samba 2.2.6-1, the build
which many on these lists claim to fix this win2k problem.... but as of
yet... no luck...
here is my smb.conf if...