my user account is in the Domain Admin Group, and I also tryed to use the local Administrator account of the machine, but I still cant change the permission
Hello,
i have a problem:
Whenever I create a new folder, it is automatically write protected. I can do everything I want with the folder, EXCEPT, Im trying to install Oracle 9i and cant do so because it says that a folder is write protected.
When I clear the write protect check box, it is...
Just for information of others:
The solution of the problem was, that the table had to be in the nvarchar2 format, and the insert had to be done using the unistr() funktion, then it worked
cheers
Hello hoinz,
- I am using Apache Phoenix for the insert.
- I looked on the table with PL/SQL Developer, which should be able to read the character
Also, I have written a small java application, that inserts the same character into the table, I dont get a reverse question mark this time, but...
Hello,
I have a problem inserting unicode characters into my database. The database uses the UTF8 character set and the character I want to insert is:
‚
Now, instead of this, a reverse question mark gets inserted. I searched google, but couldnt find a solution for my problem.
Hi,
I've setup a linux cluster useing this: http://www.linux-ha.org/
The cluster has 2 nodes in an Active-Active configuration. I've pretty much accomplished everything but have two open questions that I didnt find an awnser for:
- how do I move a single resource from one node to the other?
-...
I have a problem setting up Windows Server 2003 on a mirrored drive. First, heres my configuration:
40GB HD as Primary Master
CD-Rom Drive as Primary Slave
40GB HD as Secoundary Master (Same drive as the Primary Master)
now, I have installed Windows Server 2003 Standard Edition on the Primary...
Hello,
I have a Problem with my FTP Server. The MSFTPSVC Service just doesnt want to start anymore. I dont really know where to look or what to check. I tryed starting it manually over the command prompt and services.msc but that didnt help any. Any suggestions?
Regards,
Max
it has to be done with a script. the script is a generic cluster script, it implements the isAlive and looksAlive function. those check if the program is still running, looksAlive can not take longer then 300ms. I could probably just set looksAlive to TRUE and put the code in the isAlive...
Hi,
I have a problem: I have a script that needs to check if a tcp port is used. if its not used it shall start a program, if the port is used it should do nothing.
The tcp port I want to check is 5555.
I read something about winsock but didnt really get anywhere :S.
I could do it by using...
Hello,
I have written a vb6 program and want to check every minute or so if a different programm is still running. I just did an endless loop and inserted a sleep statement in the loop. Is there a better way of doing this?
cheers
Hi,
is there an easy way to check if an TCP Port is open? I searched the forum and someone suggested redirecting the output of the netstat command to a textfile but format of the textfile is pretty shitty so I was just wondering if there was an easier way.
cheers
In the cluster administrator, I created a new Generic Resource, as Dependencies I added:
-IP Address
-Physical Disk
and I supplyed the path to the script.
Heres the complete Script:
Function Open( )
End Function
Function Online( )
dim ShellWSH
dim CommandToExecute
Set ShellWSH =...
yes, my vbs file structure looks like this:
Dim oShell
Set oShell = CreateObject("Wscript.Shell")
forceUseWScript
Sub forceUseWScript()
If Not WScript.FullName = WScript.Path & "\wscript.exe" Then
oShell.Popup "Launched using cscript. Relaunching...",3,"CSCRIPT"
oShell.Run...
You want me to add this at the very top where the variable decleration is, right?
If I try to turn the resource online, I get an error. In the cluster.log it say:
Runtimeerror in VBScript on Line6, Character 6
Object required: 'WScript'
thx
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.