Does anyone have an idea on how to convert a SQL Server function to work in DB2? I do really appreciate any assistance, thanks.
The function I want to convert is in the link below, thanks you so much.
http://aspadvice.com/blogs/plitwin/archive/2005/12/23/14445.aspx
Does anyone have an idea or tools that can be used to access a Linux server remotely, that is to see the KDE or Gnome desktop?
VNC is not allowed in my organization, go figure...any help will be highly appreciated.
Does anyone know why rdp will not paint when it connects to MSTSC? I have it installed and configured, it starts up fine on hte server, I can connect to it from my desktop running Windows Vista, but it will not paint the remote desktop, does anyone have any ideas why? Any help would be highly...
Could anyone tell me any reason why the following does not work, please:
\#!/usr/local/bin/expect -f
set PASSWORD "xxxxxxx"
print "spawn sftp $user@rnode"
print "expect \"password:\r\""
print "send \"$PASSWORD\r\"
...
expect eof
It this expect script is embedded into a ksh script, but seems...
Does anyone know why the following variable will not work if used on remote node, I have grappled with it for hours without any success, thanks.
MAKE_LIST=`ssh –t $USER@$RNODE “for files in cat $the_files do; cp $files $GET_DIR done”`
Echo “$MAKE_LIST”
I am having an issue that I know does have a simple solution, but I cannot seem to get it resolved, this is it; I have a script that I have written which works perfectly well, it calls a script on a remote server to find files depending on certain file mask, but what I want to do is to make both...
I have a working script which I have written, but I want to make an adjustment to call a function after invoking sftp, it is something like this
sftp user$node
prompt
lcd $LOCAL_DIR
do_this # that is the function
bye
sftp eof
it is ot calling the function, any ideas?
I was wondering if anyone can tell me how I can catch and use the return of a command, if I run a command and the return says SUCCESS, how can I catch that and say something like :
If the result is success do something if not exit, I know how to do the conditional statement, but I do not know...
I have a script made and I am trying ot move the variable to separate file and parse it to the script, but it does not work as expected, is there any suggestion on how to get this done?
Does anyone have a suggestion about how I can go about a pressing issue; I wrote a script to gather some files and send it via scp, it works fine with my own account, but it does not work on an application account, in this case DB2.
Is there a way to have the script work with Db2 account...
How can you use find and not have it traverse sub directories, I tried using -prune to no success, any suggesions?
I have searched the forum's database without success at finding solution to my question.
I am having a big problem with a script I am trying to do to check file space usage; I have in my script the following:
if [[ "$usage -gt max_range || $usage -eq "100"" ]]
then
send_eamil
fi
I can see the value in usage and max_range, but the difference does not come out properly, it...
Can I use find to look for multiple file types in a single line command, e.g, it is possible to run something like
find . -name '*.txt, *.doc and so on in a single line?
I tried it but it did not work, thanks for your assistance.
Can anyone help me at solving the following riddle, I am trying to do a simple script to:
Create a password file on server A
How can I extract certain file names from a sub directory of server A?
For example the files may be of type *.txt or *.123
Send the found files a new list and sort...
I am trying to do a not too long and clean sftp script, to read a password file and from my research, I gathered that expect is a wonderful way to solve this.
I am trying to understand where would you put the password for expect to read if you use expect as used in the link below, I am rather...
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.