search for: empid

Displaying 18 results from an estimated 18 matches for "empid".

Did you mean: mpid
2009 Jan 20
1
problem with applying where condition
Hi all, I am a biggener in R-Project I got one problem with applying *where condition* like if 2 tables like table1: empid name dep 101 kiran solutions 102 ram testing 103 pavan database table2: empid month sal 101 Dec 9500 102 Dec 9800 103 Dec 8500 in first table i have to take *empid* with using the *name(kiran)* a...
2011 May 04
3
Regexp question
I have a string like this st <- "SELECT COUNT(empid), COUNT(mgrid), COUNT(empname), COUNT(salary), FROM Employees" How can I remove the last comma before the FROM statement? -J
2003 Dec 31
1
AGI - IVR - Time Clock
...customer has requested a automated way of handling these request. AGI Script ------------ #!/usr/bin/perl use Asterisk::AGI; use DBI; $AGI = new Asterisk::AGI; my %input = $AGI->ReadParse(); my $callerid = $input{'callerid'}; ############# Time Clock Questions ################ my $empid = $AGI->get_data('employee',-1,5); # Asks for Employee ID $AGI->stream_file(entered); $AGI->say_digits($empid); my $optemp = $AGI->get_data('correct',-1,1); # Asks if what was entered is correct otherwise ask question again if (...
2003 Nov 27
1
AGI (IF/ELSE)
I need some help with some statements..... #!/usr/bin/perl use Asterisk::AGI; $AGI = new Asterisk::AGI; my %input = $AGI->ReadParse(); my $callerid = $input{'callerid'}; if ($optemp != 1) { my $empid = $AGI->get_data('employee',-1,5); $AGI->stream_file(entered); $AGI->say_digits($empid); my $optemp = $AGI->get_data('correct',-1,1); }else{ my $strid = $AGI->get_data('store',-1,5); $AGI->stream_file(enter...
2006 Mar 07
1
Ajax.Responders- how to get responseText?
Hi All. In my site I have situation that I always want to execute some piece of code when AJAX call happen. I am using function onCreate and onComplete from tutorial:http://www.sergiopereira.com/articles/prototype.js.html but I don''k how to manipulate Ajax responseText in this function. Does anyone know how to do it? Gregor ---------------------------------------------------- Zagraj o
2011 May 04
4
Syntax Help on a Bash Script
...ould like feedback on this script I'm trying to understand from an example I'm working on.. Oh, running Centos 5.6 Anyhow, I run this bash script: #!/bin/bash # send data to the table in the MySQL database MYSQL='which mysql' if [ $# -ne 4 ] then echo "Usage: mtest4 empid lastname firstname salary" else statement="insert into employees values ($1, '$2','$3', $4)" $MYSQL test << EOF $statement EOF If [ $? -eq 0 ] then echo "Data successfully added" else echo &quot...
2008 Apr 06
1
lme cant get parameter estimated correctly
...hanks Toby set.seed(76589437887) fph = 0.4 Sigh = sqrt(0.0002) Sigi = sqrt(0.04) ci = 1 fpi = matrix(,7200,3) for (i in 1:90) { fph = rnorm(1, fph, Sigh) for (k in 1:80) { fpi[ci,1:3] = matrix(c(i, k, rnorm(1, fph, Sigi)),1) ci = ci+1 } } colnames(fpi) = c("hospid", "empid", "fpi1") dta = as.data.frame(fpi) lme = lme(fpi1 ~ 1, dta, ~1|hospid) summary(lme) lme = lme(fpi1 ~ 1, dta, ~1|hospid) summary(lme) Linear mixed-effects model fit by REML Data: dta AIC BIC logLik -2555.416 -2534.771 1280.708 Random effects: Formula: ~1...
2016 Nov 07
1
samba with customized ldap backend
...ser's emp id" and it is very well working with all the services like nagios anonymous authentication, ssh, smtp, imap authentication, rdesktop means all the possible services but I am very badly stuck with samba authentication. For example I have created below ldif uid='user's empid' dn: uid=102220,ou=People,dc=pn,ou=User,dc=cdac,dc=in empID: 102220 username: micki cn: Demo Account centre: PN objectClass: inetOrgPerson objectClass: posixAccount objectClass: top objectClass: shadowAccount objectClass: sambaSamAccount oldempid: 2220 mail: micki at cdac.in givenName: Demo Ac...
2016 Oct 24
1
password sync issues
Hi, I have configured 2 ldap tree, one for unix account (ou=User) (below is sample ldif) dn: uid=2011150,ou=User,dc=acer,dc=in empID: 2011150 username: test1 cn: test1 centre: PN objectClass: inetOrgPerson objectClass: posixAccount objectClass: top objectClass: shadowAccount oldempid: 1150 mail: test1 at acer.in givenName: test1 uid: 2011150 shadowLastChange: 15590 loginShell: /bin/bash uidNumber: 11150 gidNumber: 11150 homeDire...
2016 Nov 08
3
samba with customized ldap backend (fwd)
...user's emp id" and it is very well working with all the services like nagios anonymous authentication, ssh, smtp, imap authentication, rdesktop means all the possible services but I am very badly stuck with samba authentication. For example I have created below ldif uid='user's empid' dn: uid=102220,ou=People,dc=pn,ou=User,dc=cdac,dc=in empID: 102220 username: micki cn: Demo Account centre: PN objectClass: inetOrgPerson objectClass: posixAccount objectClass: top objectClass: shadowAccount objectClass: sambaSamAccount oldempid: 2220 mail: micki at cdac.in givenName: Demo Ac...
2016 Nov 08
0
samba with customized ldap backend (fwd)
...and > it is very well working with all the services like nagios anonymous > authentication, ssh, smtp, imap authentication, rdesktop means all the > possible services but I am very badly stuck with samba authentication. > > For example I have created below ldif uid='user's empid' > > dn: uid=102220,ou=People,dc=pn,ou=User,dc=cdac,dc=in > empID: 102220 > username: micki > cn: Demo Account > centre: PN > objectClass: inetOrgPerson > objectClass: posixAccount > objectClass: top > objectClass: shadowAccount > objectClass: sambaSamAccount &g...
2016 Nov 09
3
samba with customized ldap backend (fwd)
...nd > it is very well working with all the services like nagios anonymous > authentication, ssh, smtp, imap authentication, rdesktop means all the > possible services but I am very badly stuck with samba authentication. > > For example I have created below ldif uid='user's empid' > > dn: uid=102220,ou=People,dc=pn,ou=User,dc=cdac,dc=in > empID: 102220 > username: micki > cn: Demo Account > centre: PN > objectClass: inetOrgPerson > objectClass: posixAccount > objectClass: top > objectClass: shadowAccount > objectClass: sambaSamAccount &...
2016 Nov 10
0
samba with customized ldap backend (fwd)
...ery well working with all the services like nagios anonymous >> authentication, ssh, smtp, imap authentication, rdesktop means all the >> possible services but I am very badly stuck with samba authentication. >> >> For example I have created below ldif uid='user's empid' >> >> dn: uid=102220,ou=People,dc=pn,ou=User,dc=cdac,dc=in >> empID: 102220 >> username: micki >> cn: Demo Account >> centre: PN >> objectClass: inetOrgPerson >> objectClass: posixAccount >> objectClass: top >> objectClass: shadowAcc...
2011 Aug 24
2
regarding changing of title of decompose graph
Hi All, I am new to this forum. I have just started learning R. When i use plot(decompose(x)), i am getting the title " Additive time series decomposition". How to make this title off and change to some other title. Any help regarding this is highly appreciated. With sincerer regards, Upananda -- View this message in context:
2008 Jan 19
1
Set Return Type XML in Prototype
...but in FF it does not working. My code sample are given below If any one already done this kinds of job Please help me as soon as possible. var xmlDoc; function Claulate() { var url = ''http://localhost/jibon/jlab/ajaxDirectPrototype/ calculateAjaxFunction.php''; var a = { empID: 100, amountTK: 200, third: 30 }; var pars = new Hash(a).toQueryString(); var myAjax = new Ajax.Request( url, { method: ''get'', parameters: pars, onComplete: loadXML }); } function loadXML(xmlHttpRequest) { // code for IE if (window.ActiveXO...
2004 Jan 20
3
Enter Pin followed by Pound key
Im trying to create a custom application via the AGI. I want to authenticate the users that dial in with a userid and pin. However, the number of digits in the PIN and userid are variable, and therefore I need to allow the user to "press enter" by hitting the pound key. How would I accomplish this in the AGI? stream_file doesnt seem to work, since it only allows one digit to be
2016 Oct 12
6
samba with customized ldap backend
I have to assume much, I'll try. So... - No AD, that's some NT4 domain. - No Winbind because Winbind is using samacccountname as user login and not UID. - Issue happens on Linux or UNIX clients. The question is what tool (SSSD, pam_ldap / nss_ldap, nslcd...) are you using to retrieve information from LDAP to forge users on system side. Once you get an answer to this previous question
2008 Dec 19
5
Authorize & Microsoft SQL
Hello Everyone, I have an installation where the client has a Microsoft SQL database that holds all of their case information. They would like the asterisk system to require users to enter a valid case number when making an outgoing call. I?m seeing some documentation regarding people using Microsoft SQL for CDR storage, however nothing regarding validating authentication using a Microsoft SQL