what is the Difference between windows server 2003 server & windows server 2008 . highlight the point
All PCs are in domain..it was working properly. I am facing this issue from last 2 weeks only.one of them i have tried disjointed from domain to test whether it is domain policy issue.
please i am using an oracle database
please i also have a familiar issue.
i want to create an index for a view so the the the individual record can be assessed faster. but i know that the view takes it data from from the author table. please how do i do this
regrettably no one has answered but i’m just happy i just found it
when you are viewing the archived message folders, at the left bar (lotus notes 6.5) below the folders tree, there is a green area with 3 icons: one of them is the (archived) calendar!!!
SpiceWorks has a pretty good one:
http://www.spiceworks.com/free-network-mapping-software/
If you make the second server a DC (domain controller) the AD is automatically replicated to it.
Look at the original program source and find the lines in th eO specs that reference those indicators.
Or in the C specs to see if those indicators are used to condition outpuit.
That should solve your mystery
After changing those identified indicators OFF status in the O specification the printing of BLANK line between each row is stopped. I am just not sure on this fix which was handled by another consultant.
Try out the following….just enter sql command line and do the rest !
conn / as sysdba
alter user system identified by manager; (ucan type as ur desire instead of manager)
it shows like user altered. Next try the same action.
Though I believe u may know the db SYS pass however.
Hi,
I am trying to delete folders which are 3 days old. Folder size is more than 400MB. There are around 6-7 folders in this location. But the script i tried is deleting 1-2 folders.
I have used the below code in my VBS file.
strFolderPath = “C:TestBuilds” ‘Folder Path
strLogFolderPath=”C:TestBuildsLogs”
NumberOfDays = 3 ‘Anything older than this many days will be removed
On Error Resume Next
Dim fso,objFolder,objFile,objSubfolder,objLogFolder
Set fso = CreateObject(“Scripting.FileSystemObject”)
Set objFolder = fso.GetFolder(strFolderPath)
Set objLogFolder = fso.GetFolder(strLogFolderPath)
‘DELETE all subfolders in Folder Path older than Number of days
For Each objSubfolder In objFolder.Subfolders
If objSubFolder.Name = “Logs” Then
‘ Set objSubFolder= Nothing
Else If DateDiff(“d”, objSubfolder.DateCreated,Now) > NumberOfDays Then
objSubfolder.Delete True
Wait 20
End If
End If
Next
‘Delete all the folders in Log folder
For Each objSubfolder In objLogFolder.Subfolders
If DateDiff(“d”, objSubfolder.DateCreated,Now) > NumberOfDays*5 Then
objSubfolder.Delete True
End If
Next
Set fso=Nothing
Set objFolder=Nothing
Set objLogFolder=Nothing
Set objSubfolder=Nothing
Can anyone suggest me on this.
- Durga Prasad
which Operating system you are facing problem?
try this…
IBM Certified Solutions Expert — IBM Content Management – OnDemand
http://www-03.ibm.com/certify/certs/27001002.shtml
IBM Certified System Administrator – IBM i 6.1
http://www-03.ibm.com/certify/certs/04010905.shtml
Test 000-975: IBM i 6.1 Basic Operations
http://www-03.ibm.com/certify/tests/edu975.shtml
kindly anyone please tell me, how to change dynamic FROM email address in the SNDDST command.I have task to change the from address in the SNDDST based on parameter user sent.I checked in the internet with option to configure TCP using WRKDIRE.But i want the dynamic from address for the particular module only.
Mohan, have you got the certification details?
It provides a way for which more than one program in the same job to share same file status information, file pointer positions and storage area.It increase performance, reduce amount of main storage, reduce number of file open or close. We can share the ODP in CRTPF and OVRDBF commands.
A “shadow network” (IPv6 or IPv4) is just two or more devices talking with each other using addresses that you aren’t monitoring.
For IPv6, it’s a lot easier to miss because most networks are currently ignoring IPv6 even though many devices have had it available for the past decade. Windows XP began the wide availability in most networks.
For IPv4, you might have an assigned subnet for a network segment; but that doesn’t prevent devices from using a different subnet.
In both cases, the communication may be isolated if routers/firewalls limit traffic only to your approved address ranges. Such devices might not pass, or might be configured explicitly to block, IPv6 or out-of-range IPv4 communications.
In either case, you stop it primarily by looking for it. If you don’t monitor, you can miss a number of things — not just IPv6.
Tom
Can we rename QSECOFR user id.
No. Nor can you remove any of its authorities.
(Auditors requirement)
You need new auditors. They don’t know how to audit your system if that’s a “requirement”.
Tom
Sorry … “M25″ is probably the hardware model. Never mind that part, though the OS version may still be helpful.
Tom
First, the question is tagged with “OS/400 M25″. Can you explain what that means? What version is your OS?
Second, is there a reason not to use the standard CPYTOIMPF command to create .CSV output? If CPYTOIMPF is out of the question for some reason, it can often be possible to use the Qshell db2 utility to manufacture .CSV output as desired. Do you have a reasonably current version of Qshell installed? (Should be at least V5R2 with decent PTFs.)
Finally, I don’t have source for ZEXECSQL, but a replacement should be fairly easy to create. Can you prompt the command and show its parms?
Tom







