search for: uat

Displaying 20 results from an estimated 24 matches for "uat".

Did you mean: at
2006 Mar 11
2
Has anyone created a UAT environment to go with test, development and production?
Has anyone tried to add another environment. When developing I develop locally, deploy to a UAT environment for checking that my stuff fits into the organisations infrastucture and user testing and then deploy to production. test and production are fine. The main problem is that development (I currently hack the the database.yml and drop the test branch to loose some local development m...
2010 Mar 24
0
UAT Coordinator with UAT testing/ project coordination skills
Hi Friends, Plz send profiles matching the requirement to murali-oY4F33sQL5bQT0dZR+AlfA@public.gmane.org Title :* UAT Coordinator* Location : *NJ *Duration :* 6m *Client : *Banking UAT testing/ project coordination skills* Thanks and Regards, Murali 571 483 2829 Javaji Systems Solutions Inc., www.javaji.com -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk&...
2012 Sep 05
4
Samba upgrade problem with ADS
hi gurus My samba upgrade woes: - I have to run 2 instances of samba one for dev and one for UAT. both the instances are giving me hard time after the upgrade. One instance keeps giving me following error: - connect_to_domain_password_server: unable to open the domain client session to machine xxxxx.xxxxx.xxxxx.xxxxxxx.COM. Error was : NT_STATUS_CANT_ACCESS_DOMAIN_INFO. [2012/09/04 16:19:3...
2012 Oct 11
1
users map with ADS not working
...US_NO_SUCH_USER! -------------------------------------------------------------------------------------------------------------------------------------------- here is my users.map foo = ABC\bar on the other instance: - [global] socket options = TCP_NODELAY IPTOS_LOWDELAY netbios name = TST-SMB-UAT workgroup = 123 server string = tst-smb-uat Samba Server ver %v security = ADS #map untrusted to domain = Yes log file = /opt/local/samba-3.6.7/uat/logs/log.%m log level = 5 max log size = 50 password server = AD1.123.com encrypt passwords = yes realm = 123.COM local master = no domain master = no...
2008 Jul 22
0
Oracle apps form server issue with Piranha Load balancer
Hi all, First of all sorry for writing such a big mail.I am facing problem while implementing Piranha Load balancer on CENTOS 4 for my two oracle 11i application server running on linux. Oracle Real server details Instance Name - test url's - 1 . dev.xxx.com:8004 2 . uat.xxx.com:8004 Architecture - Services installed on dev are 1. Database Server 2.Concurrent Processing Server 3. Administration Server 4. Forms Server 5. Web server And services installed on uat are 1.Web server 2.Form server Note: Form server running on port 9004 on both hosts. Piranha detail...
2009 Jul 14
2
- OT - VIM - recording
Is it possible in vim to do the following: Search for this block of data: # Catalog Service 2.0 for uat03 <LocationMatch "^/Services/?"> PathPrepend /inquiryservices Cluster 172.21.1.1:999 </LocationMatch> And change Cluster 172.21.1.1:9999 to Cluster 172.21.1.2:7000 It needs to have uat03 (or 02, 01) on the line and this line 'PathPrepend /...
2009 Jan 15
5
real HDD usage of XEN images
Hello, i am creating my XEN VM with virt-install (see below). When I create new images i do first an "df -h" to see if there is still enough space left on the drive. Are the XEN images pre allocated or does XEN only use that space that really is used by the VM inside the image? I know have the Problem that an "du -h" inside my /VM folder gives me nearly a higher number that
2006 Nov 23
3
Conversion from expression to numeric
Dear All I am trying to convert from the type "expression" to the type "numeric". The following works: > x <- expression(6.2) > as.numeric(as.character(x)) [1] 6.2 However, the following does not work: > x <- expression(62/100) > as.numeric(as.character(x)) [1] NA Warning message: NAs introduced by coercion Any idea about how to deal with the second case?
2011 Mar 24
4
{OT] Re: Installing IMA (Integrity Measurement Architecture) on CentOS 5.5
...y significant assistance. I never understood the term "Hig Availability" : does it mean available as in "soliciting" ? What exactly those lusers want? and what exactly we self declared high tech droids / engineers seek? What exactly is "production" use? (I know DEV, UAT, blah, bla, tla etc been there done that and I don't have the T shirt - nobody gave me one) Always with warm regards only, Rajagopal
2012 Sep 26
6
Puppet 2.7, hiera 1.0 and hiera as an ENC
This is the situation I have: All my hosts are the* same OS.* All my host are in the* same puppet environment,* so I cannot use %{environment} I have a module that sets all the *basic* functionality for the OS, resolution, authentication, security, packages, etc I have a module for each application hosted. At th...
2004 Jul 29
0
net ads join fails with "Operations error" ?
...Thu, 29 Jul 2004 02:32:36 GMT ads_join_realm: Operations error [2004/07/28 16:32:36, 2] utils/net.c:main(792) return code = -1 --- Does anybody know what "Operations error" actually means? What have I configured incorrectly? The command I'm running is: # net -d 3 ads join "UAT/WISE/Servers" -U kimjeo ..and my config looks like this: security = ADS netbios name = SAMBA3DWEB workgroup = xxx realm = xxx.xxx.xx.xxx name resolve order = lmhosts host wins wins server = 10.xx.xx.xx winbind separator = + winbind uid = 65534-65534 winbind gid = 65534-65534 winbind enum use...
2008 Aug 21
0
Need Functional SAP APO DP and SNP
...tative in the project team for design, development, testing and implementation activities 2. Ensure that GSCM business processes are reflected accurately in the changed design 3. Keep GSCM group informed about the project status and proactively resolve the issues. 4. Actively manage design Review, UAT, cutover and verification steps of change in company code for APO, R/3 and interfaces thereof. 5. Once the new design is approved, carry out regression test preparations, actual tests in TestDirector and address low doc errors *Comments* As the project has already started, we are looking for a se...
2015 Nov 10
2
Differences from upstream RHEL
...pported platforms list. That is assuming you're using mostly base CentOS or only repositories that are known to not conflict with base. See the CentOS wiki for details. If they sign off on it, get it in writing (or save and print off that email). Even if they do, you should still be using a UAT environment to satisfy yourself and provide due diligence. Devin
2011 Nov 22
4
evaluation question
Dear R People: Hope you're having a nice day. Here is a character vector: > yz [1] "pexp(3.2,rate=1)" > str(yz) chr "pexp(3.2,rate=1)" > And I would like to evaluate that vector. I tried: > eval(as.expression(yz)) [1] "pexp(3.2,rate=1)" > But that doesn't work. Any suggestions would be most welcome. I have a feeling that it's quite simple and that I'm having a forest vs. trees issue. Thanks, Erin -- Erin Hodgess Associate Pr...
2012 Sep 17
4
Using paste to create and evaluate a variable expression
Is it possible to use "paste" to write out an expression and evaluate it? Suppose I want to add two vectors X1 and X2, defined as follows: X1 <- 1:6 X2 <- 6:1 If I write the following it looks like what I want but is a character: noquote(paste(paste("X", 1, sep = ""), paste("X", 2, sep = ""), sep = "+")) Is...
2008 Aug 01
2
Using CentOS 5 as server; best way to setup NFSv4?
I've got a server running CentOS 5.2 and has a working NFSv4 server. I've been looking for some help on this on the net, but haven't come across anything that looks like it would pertain to my situation. Basically, I've got a mixed distro environment (CentOS, Fedora, openSuSE, Ubuntu, Puppy, and yikes possibly a Windows box) on various desktops and laptops that I want to connect to my server. Currently, I've got it setup so that it is only NFSv4 with a host mask. My first concern is...
2008 Feb 22
13
File corruption while serving
Can anyone who''s having this problem please send details? I''m trying to reproduce it -- I''ve got 5 clients concurrently retrieving 200 10k files made of random binary, and I can''t get any corruption or memory growth at all. Is everyone experiencing the problem using Mongrel? Webrick? What versions of ruby? Are only big files affected? Small files?
2016 Jun 28
2
Audio cutting in and out - asterisk 13.1 cert6 / confbridge
...y limit and kicks allocation errors in the log. [Jun 22 10:04:13] WARNING[9095] app_meetme.c: Unable to open DAHDI pseudo channel: Cannot allocate memory In order to support our growing user count we recently upgraded to 13.1-cert6 with pjsip and replaced meetme with confbridge. During all of our UAT and load testing everything seemed to be fine, there were no perceived audio quality issues or any logs that would indicate an issue. Unfortunately now that we're in production I'm getting consistent complaints that the audio from participants is cutting in and out. It only seems to occur w...
2015 Nov 10
6
Differences from upstream RHEL
At work, we use some commercial software, that names RHEL6 as a supported OS, but not Centos6. I would like to know the difference between Centos and RHEL, in order to claim (or not) that we can support our users on Centos instead of RHEL. I see the release notes, that say "Packages modified by CentOS," but it's not clear what the modifications are. I have been browsing around for
2010 Sep 21
9
Packaging for Rails applications
I am working on a Rails app, for deployment I usually checkout the code from git repository to the production servers which are running apache with mod-rails. But checking out the complete code, I am also checking out the spec and tests folder, I would like to avoid having test/specs code on my production servers. Is there a set way of packaging rails application for deployment ? I am using