Hello Everyone, I am having a very odd thing happening I can't recall I have ever had this happen. I need to copy data from one Linux server to another from several different mount points. (i.e /0c, /0d, /0e). I wanted to set up a bash script to copy a fresh copy each day and run the script off...
I wrote a vbscript to list all the websites on our web server I was asked to add the connection string information to my output. I have been searching now for 2 days and can't find anything does anyone know where that information is stored. In the IIS Manager under the icon labled "connection...
Hello
I need some help. I requested to give my manager a list of all Linux users that have sudo access in our environment. I generated a text file for him containing 2 columns one column with the group name and the other column with the user in that group I set up a cron to run the script a...
Thank you Chris for your help. I am not sure where to put the "if" statement I tried putting it around all the code in the "foreach" loop but I get the same results without the "if" statement as I originally got. I then tried to put the "if" statement around the "printf" statement but then I get...
Hello Everyone
I wrote a Perl script to gather NIS and Active directory info. The issue I am having is the only way I have been able to enumerate AD is with this snippet. The $sNisInfo contains the "userID:GrpName:UserRealName:" from NIS.
$result = $ldap->search(
base...
Hello Everyone
I am try to write a script that will change all the passwords in the passwd file to the same password. I have the script doing everything it needs until I encounter a password that has a "/" in it the SED substitution command fails because it gets to many slashes.
I can get a...
Hello
I checked and I am running the same cc bundled compiler as you are I am running a different version of Perl maybe that is causing my issue. My perl version is v5.10.1 (*) built for IA64.ARCHREV_0 .
Thanks Randy
Hello Well I tried the "cc" compiler I get a whole new set of error's. I am not sure if my problem is the Itanium platform or the "cc_bundle" compiler" Here are the error's I get when I use the "cc" compiler.
cc -c -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings -I/usr/local/include...
Yes, I confirmed that I am running the "gcc" compliler. Before I started the DBI/DBD install I changed the link under "/usr/bin/cc -> /usr/ccs/bin/cc" to
"/usr/bin/cc -> /opt/hp-gcc-4.4.0/bin/gcc"
I did it that way because I noticed that the Makefile.PL creates the Makefile calling "cc" not...
Hello Everyone
I hope this is in the correct forum. I have a Itanium machine running HP-UX 11.23 that I am trying to load the DBI and the DBD::mysql modules on I keep getting what seems to be syntax error's when I run the "make" command trying to install the DBI module. Here is the error I get...
Hello tsuji
I tried both of your suggestions and neither of them worked suggestion (1) returns an error that no person was found by that name that is my error message but, it goes there if the search was unsucessful, and sugesstion (2) returns the same result as my code where the value is...
For some reason it never gets inside the loop it must think all the values are null. Here is what I was testing.
if not isnull(objRecordSet.fields ("destinationIndicator").value) then
MsgBox "Inside loop"
end if
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.