I have a Sunfire X4100 M2 with 2 SAS drives installed. what are the options to add external storage instead of using Sun Storagetek?
------------------------------------------
There are 10 kinds of people in this world. One that understands binary and the other one that does not.
Are there any instructions on how to move a project server 2007 databases to another instance?
I have the project server databases on a sql server instance and the content and wss search on the embedded db.
So far I have not been successful trying to move it using the Sharepoint configuration...
why don't you defined the path to the file in a variable?
setup the flat file connection string as an expression, concat the path and filename in the expression.
------------------------------------------
There are 10 kinds of people in this world. One that understands binary and the other one...
the solution i used is to defined the filename as a variable and write a script task to assign the correct filename.
------------------------------------------
There are 10 kinds of people in this world. One that understands binary and the other one that does not.
yes, I'm requesting a restore from backup now. I was hoping I do not have to use that option. Thanks!
------------------------------------------
There are 10 kinds of people in this world. One that understands binary and the other one that does not.
opps! the hand is slow than the brain.
ok. what happens was that the root password expired. someone reset the password and disable the expiration option.
Since the /etc/shadow file had been updated, how can I find out what was the original expiration option set to? As far as I know we never...
how can i find out if the root account is set the expired if the /etc/shadow had been updated so root no longer expires.
are there logs I can check?
------------------------------------------
There are 10 kinds of people in this world. One that understands binary and the other one that does not.
Thanks! the wrapper script works out great!
------------------------------------------
There are 10 kinds of people in this world. One that understands binary and the other one that does not.
We had problem with linking to a library error when trying to run under sudo. ldd confirm the link to the library is fine.
testPeri@slosiv1 {2} sudo tappman -c#mps.1 -p72 stop
Password:
ld.so.1: tappman: fatal: libipcmt.so: open failed: No such file or directory
Killed
testPeri@slosiv1 {3}...
There is a program which runs only under root. I want to allow another group or user permission to execute the program. My ultimate goal is to let certain users execute the program under sudo.
For now, I'm getting "Permission denied" error when using a test account. This account is part of the...
ok. I upgraded to version 4.1.22 without issues.
When I try to upgrade to 5.1.37, the mysql service fails to start during the instance configuration step.
------------------------------------------
There are 10 kinds of people in this world. One that understands binary and the other one that...
The version 4.0.15 came with a prepackage s/w. The vendor does not offer an standalone db upgrade. Its all or nothing.
We want to correct the security issues. Right now, I'm testing the upgrade of 4.1.22. The upgrade went fine. I just need to recreate all the objects.
I hope the client will...
me too.. but i have to work in a windows environment.
------------------------------------------
There are 10 kinds of people in this world. One that understands binary and the other one that does not.
I apologize for not mentioning this is on a Windows machine.
------------------------------------------
There are 10 kinds of people in this world. One that understands binary and the other one that does not.
Is upgrading to version 5.1 the only way to fix vulnerabilities in version 4.0.15? I can't find patches for bugs CVE-2008-4097 and CVE-2008-4098 .
------------------------------------------
There are 10 kinds of people in this world. One that understands binary and the other one that does not.
that works! thanks!
------------------------------------------
There are 10 kinds of people in this world. One that understands binary and the other one that does not.
Here is the code for GetDate.
Public Function GetDate(numofdays As Integer)
Dim ProcessDate
Dim mm, dd, yyyy
ProcessDate = Date + numofdays
mm = month(ProcessDate)
dd = day(ProcessDate)
yyyy = Year(ProcessDate)
GetDate = "#" & mm & "/" & dd & "/" & yyyy & "#"
End Function...
my function accepts an integer. Isn't the GetDate() - 1 function only works in SQL Server?
------------------------------------------
There are 10 kinds of people in this world. One that understands binary and the other one that does not.
Can I use a custom function in a where clause?
what the function does it return a date in the format of #5/7/2009#.
When I tried the below code I get data type mismatch error.
SELECT ProcDate, field1, field2
FROM table
where processdate = GetDate(-1)...
It was set outside the loop. 3 out of 5 files do not have set 2, thus the first 3 files processed fine. Thanks guys for catching it..
------------------------------------------
There are 10 kinds of people in this world. One that understands binary and the other one that does not.
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.