Hi,
I tried to use a replicated datastore on a new ESX, but after rescan, I can’t re label the LUN without having a Format.
My steps :
1 – Replicate LUN – ESX A
2 – Stop Replication
3 - Enable LVM Resignaturing on ESX B
4 – Rescan
5 - Re label LUN replicated
………LVM ask me for Format ...
Hi,
When i run my sql Query, i have no problem, i try to execute in a vba code and it doesn't work :
My code :
SQL = " SELECT Extraction.Date FROM Extraction WHERE (((Extraction.Date) > #6/1/2006 0:0:1#))"
MsgBox SQL
DoCmd.RunSQL SQL
Thanks for your help.
Freddy
Hello,
I need to create a component to forward mail, that included :
- object modify
- message text modify
Like an Agent in Lotus Notes.
Thanks for your help.
Fcail
Hi,
i restore a mksysb from station A to station B, during the reboot i saw the msg : portmap unable to bind adress already in use...
I am not able to ping the others station but i can ping station B.
PS : the station A is offline...
Fcail.
My station is a 43P 150, i want to install 4.1.5 to restore a mksysb done with 4.1.5 OS, then i want to upgrade to version 5.
First, did 4.1.5 work on 43P 150 ???
If there are some unsupported adapters, does the install let me restore the mksysb ???
thanks by advance.....
i have to install Aix 4.1.5 on a 43P which is already install in 4.3, i try to boot on the Cd but it does not work.
I start in maintenance mode with the cd and the installation not begin.
I try with System management Services to install from cd, but it does not find my cd 4.1.
Thanks for your...
Hi,
I want to have two print servers. One primary and one backup of the first.
How I can declare my clients so that they use alias for the print queue.
thank you by advance for your assistance
Fcail
Hi,
i need to back up many database, i want to back up database on line.
Could i do a full back up whithout shutting down the database and let the users go on working.
Fcail.
Hi,
I want to delete a persistent key, i have administrator rigths but when i try to delete the key, i obtain this msg:
Cannot delete : LEGACY_CENTURA : error while deleting key.
I have uninstall the application, reboot the server, and it changes nothing.
Fcail
Hi,
I want to autologon administrator on a NT workstation.
I modify the registry :
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
AutoAdminLogon = 1
But it do not work.
Regards.
Fcail
Hi,
you can try this awk script :
BEGIN{i=0}
$0 ~ /[0-9]/ { tab[i]=$0+1}
$0 !~ /[0-9]/ {tab[i]=$0}{i++ }
END{for(j=0;j<i+1;j++) print tab[j] >FILENAME}
make a file which contains this script, then execute
awk -f yourfile.awk filetomodify
if think there is an easy way to do, but this one...
Hi,
to search two patterns use :
grep -E "pattern1|pattern2" file, the pipe is like an "OR condition".
To test string use " " :
"$STRING" -eq "$STRING2"
You should go in the man of KSH to get more information, all tests are explained...
Hi,
During the execution of an END action, the variable FILENAME contain the name of the last input file processed.
You can use it to modify the file like this :
awk 'END{ print "END OF FILE" > FILENAME}' file
Regards.
Fcail
Hi,
try this :
SELECT a.Clientnumber
FROM Table_client a
WHERE a.weeknubmer=26
and a.mmsescore > ( select b.mmsescore from Table_client b where b.weeknumber=0 and a.clientnumber=b.clientnumber);
Regards
Fcail
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.