Get answers.  Share knowledge.  Collaborate with peers.




DDL

i want to create an index for a view so the the the individual record can be assessed faster.

You can create an index with no concern about any view.

It doesn’t have to be “for a view”. SQL will use the index the same way. It wouldn’t be any faster if it was “for a view”.

Tom



View Discussion   |  April 5, 2012  4:45 AM
Data Definition Language, DDL, DDL Index
discussed by:
tomliotta
108,240 pts.

Windows 7 Pro PCs are not pinging to 2003 DC

Physical checking is necessary as my opinion like nic, lan cable etc etc…. as u mentioned only one has this kind of probs ! Is it possible to test with a cross cable that happens only two pcs connecting a wire with this cable’s both ends and then ping each of them with their IP. I am not sure but u can do a try.



View Discussion   |  April 5, 2012  4:08 AM
2003 DC, Windows 7 Client
discussed by:
rechil
22,035 pts.

AS400 File transfer from AS400

I transfered the database output into excel file using CPYTOIMP command…

The CPYTOIMPF command cannot create Excel files. It can create .CSV files that can be imported into Excel; and then Excel can put its output into an Excel file.

But SNDDST cannot send Excel files through e-mail unless you have properly encoded them first. If you are really sending Excel files, what did you use for the encoding?

Tom



View Discussion   |  April 5, 2012  1:02 AM
AS/400 File Transfer, CPYTOIMPF, SNDDST
discussed by:
tomliotta
108,240 pts.

What is QSSP/PRTBAR and how do I call it?

PRBAR is called with four parameters. It’s called multiple times to pass different key pieces of information like height, position, data, etc. The bar code prints on the open document of the callling program.
Parameters:
1. printfile name 10a
2 key word such as “position” 10a
3 information pertaining to keyword 10a or 80a I forget
4. 2 position code. blanks 2a

I can call it from a command line with the 4 parameters and get the same error msg.

I resolved the issue. The program did have an internally described printfile like qsysprt. I referred to the cobol manuals and changed the code to use an externally defined printfile. Once you told me it was s/36, I understood and I decided to get away from that type of programming.
Thanks again for your response.



View Discussion   |  April 4, 2012  11:56 PM
AS/400 v6.1, iSeries v6.1
discussed by:
modiyooch
540 pts.

Deleting the physical files without deleting logical files

You can not delete a PF while there is a LF over it. You can delete the object FL code then delete the PF. The LF can be recomplied later.



View Discussion   |  April 4, 2012  7:53 PM
AS400 file changes, Logical Files, MIMIX on iSeries, Physical Files, V5R3
discussed by:
rrbond07
135 pts.

How do I split archive file ?

This question is about Lotus Notes Archiving, but the answer refers to MS Outlook Archives!!!

In Notes 8, you can Open your existing Archive, go to Actions, Archive, Create Criteria. In this dialog, you can set the name of the file and location of your new archive, create a selection criteria and enable it. Then you go to Actions, Archive, Archive Now to use the recently created criteria. This will preserve your old archive’s folder structure.
From there, you can select further documents that you’d like to archive (and were not included in your Criteria), and drag them to your new archive.



View Discussion   |  April 4, 2012  6:23 PM
Domino 7.0.3, Lotus archiving, Lotus Domino Mail Archives, Lotus Notes Domino archiving
discussed by:
ricso
25 pts.

discussed by:
shiva3322
655 pts.

DDL

NANAK, you can’t create indexes on views.

Your best bet would be to create appropriate indexes on the underlying tables, to make sure your view’s query runs fast.



View Discussion   |  April 4, 2012  3:30 PM
Data Definition Language, DDL, DDL Index
discussed by:
carlosdl
63,535 pts.

Can we rename QSECOFR user id.(Auditors requirement)

As a matter of fact, you cannot rename any User profiles. I agree with the rest of the comments. best way to satisy Audit requirements for QSECOFR is to not use and have diabled with password secured in a secure environment with only Security officer having access. Use a duplicate of QSECOFR as a different profile with same authorities for the Security officer to Use on a daily basis if needed.



View Discussion   |  April 4, 2012  3:10 PM
AS/400, OS/400
discussed by:
rickmcd
1,480 pts.

what is the difference between window server 2003 and window server 2008

what is the Difference between windows server 2003 server & windows server 2008 . highlight the point



View Discussion   |  April 4, 2012  3:08 PM
Windows Server 2003, Windows Server 2008
discussed by:
naveenandrew
10 pts.

Windows 7 Pro PCs are not pinging to 2003 DC

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.



View Discussion   |  April 4, 2012  3:03 PM
2003 DC, Windows 7 Client
discussed by:
gupthanpg
60 pts.

DDL

please i am using an oracle database



View Discussion   |  April 4, 2012  2:59 PM
Data Definition Language, DDL, DDL Index
discussed by:
nanak
25 pts.

DDL

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



View Discussion   |  April 4, 2012  2:58 PM
Data Definition Language, DDL, DDL Index
discussed by:
nanak
25 pts.

Archiving Calenadar in Lotus Notes

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!!!



View Discussion   |  April 4, 2012  2:56 PM
Calendar, Lotus Notes, Lotus Notes 6.5.1, Lotus Notes 6.x, Lotus Notes Calendar, XP Professional
discussed by:
heccccc
10 pts.

discussed by:
arpon
70 pts.

How to duplicate AD on server 2008 R2

If you make the second server a DC (domain controller) the AD is automatically replicated to it.



View Discussion   |  April 4, 2012  2:31 PM
Active Directory File Replication, Windows Server 2008 R2
discussed by:
btempleton
145 pts.

AS400 report issue

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



View Discussion   |  April 4, 2012  1:09 PM
AS/400 reporting, AS/400 Reports, RPG36
discussed by:
charliebrowne
32,905 pts.

AS400 report issue

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.



View Discussion   |  April 4, 2012  10:18 AM
AS/400 reporting, AS/400 Reports, RPG36
discussed by:
barathr11
45 pts.

i forgotten my user name and password of oracle 10g express edition.

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.



View Discussion   |  April 4, 2012  10:12 AM
Oracle 10g Express, Windows 7 Ultimate
discussed by:
rechil
22,035 pts.

MS-DOS code to delete old Files

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



View Discussion   |  April 4, 2012  7:28 AM
Batch files, DOS, Software, Windows, Windows Batch Files
discussed by:
durgaprasad72
10 pts.