Get answers.  Share knowledge.  Collaborate with peers.




oracle 11g – Linux – error – ORA-03114
Hi, i´m having a major instability problem with application servers, since the migration from oracle 10g windows db server to oracle 11g linux cluster. The oracle db sessions keep dying. which causes major instability to the application services , and to application users and i get tons of oracle errors: ORA-03114:  not connected to ORACLE help.thanks.

Answer Question   |  March 13, 2012  9:45 AM
Linux, Oracle 11g, Oracle 11g error messages
asked by:
40 pts.

CL program to CL Command
With the help of CRTCMD…can i create a command which triggers a small program written by me in background?

Answer Question   |  March 17, 2012  9:44 AM
CL Program, iSeries, iSeries V6R1
asked by:
1,635 pts.

iSeries: Restore a file from TAPE to IFS DIR
I’m trying to restore a file (.nsf file) from a backup tape to IFS DIR,the source path name is much longer than command string size…not able to provide the fullname…I tired * at the end of path ,RST command restore coupld of .nsf files..but i need to restore only one. Does anybody experienced this ever? [...]

Answer Question   |  March 17, 2012  6:04 AM
.NSF files, AS400 iseries, iSeries V6R1
asked by:
1,635 pts.

How can I insert or create multiple queries in one workbook in Bex 7.0?
Hi everyone, I have been trying to create a workbook with 4 different queries embedded (in 4 different sheets), as you can in version 3.5, but have followed other answers on the net & have so far got nowhere. Can someone please advise how you can do this in v7.0?  I find it hard to [...]

Answer Question   |  March 13, 2012  1:43 AM
BEx 7.0, Multiple queries
asked by:
5 pts.

What is the problem with my Visual Basic reg license?
Hi to All, I have been using the Microsoft Internet Transfer Control 6 in my software for 1 to 2 years with no issues. I’m using Visual Basic and I attached the control within the form of my program not a problem now for probably 2 years, but my system has been showing signs of register [...]

Answer Question   |  March 13, 2012  11:35 PM
VB codes, Visual Basic
asked by:
1,940 pts.

SQL Server Database Maintenance Performance and Hyperthreading
I have two IBM machines with the same exact hardware 32 cores, 256GB RAM for each machine. One machine has Hyperthreading enabled and the other does not. When I run maintenance jobs (dbcc checkdb, and rebuild index) for the database that is 1TB the maintenance job takes 8 hours on the machine that has hyperthreading [...]

Answer Question   |  March 13, 2012  10:45 PM
microsoft server 2008, SQL Server 2008 64-bit
asked by:
585 pts.

Lotus notes @mailsend as lotusscript
I have a form with the following fields:- Form Name: leasetracemail ltto (text) ltcc (text) ltfbcc (text) ltsubject (text) ltbody (rich text) trailer(text) the rich text field can contain attachments and I am tryinmg to use the @mailsend as follows: @MailSend(ltto;ltcc;ltbcc;ltsubject;”";ltbody:trailer); However @mailsend does not work with rich text fileds for attachments. I beleive that [...]

Answer Question   |  March 13, 2012  10:05 PM
Lotus Domino, Lotus Notes, LotusScript
asked by:
5 pts.

I cant Access web server from our LAN
Dear Experts, we have a 2851 router which interconnect our local network to public network. we recieve our internet on interface e0/1 and e0/0 restricted to our lan as below configs int e0/0 192.168.10.1 255.255.255.0 ip nat inside int e0/1 X.X.X.226 255.255.255.224 ip nat outside ! web server ip nat inside source static x.x.x.245 192.168.10.9 [...]

Answer Question   |  June 22, 2012  8:47 PM
Cisco 2851, Cisco IOS
asked by:
15 pts.

HP Procurve Issue Passing Multiple VLANs over a link
Hey everyone, just to start off with I am a Cisco guy that got placed into an HP project. Basic topology overview from outside in: ASA 5505 with two Ethernet connections to a 2910-24 port switch. This switch is then (Cisco Trunking) to a 2626 switch passing vlan (1 untagged and 100 tagged)between them. I [...]

Answer Question   |  March 18, 2012  8:13 PM
HP, ProCurve Alliance, VLAN, VLAN configuration, VLAN Tagging
asked by:
5 pts.

files in folders
hello need some help about creating files in as400 folders. I want to create an output file.txt from a software runing in a desktop into a folder in AS400, but i get de message: “pathfilename problems to access file” If anyone have any clue, i apreciate. Tkanks in advance Jotta

Answer Question   |  March 17, 2012  5:50 PM
.txt file, AS/400 Folders
asked by:
45 pts.

Changing a logical file, need to recompile the physical?
Hi, I work on a Cobol As400 system. I am changing a lf to make it unique instead on non-unique. Do I need recompile the pf or just the lf and any programs that access it?  I have changed the lf and the i/o module that accesses it, tested it, and so far so good. [...]

Answer Question   |  March 20, 2012  1:19 PM
AS/400, AS400 - COBOL
asked by:
60 pts.

.MSI file in vb6.0
How to create .MSI file in vb6.0 ?

Answer Question   |  March 19, 2012  8:06 AM
.MSI files, Visual Basic 6.0
asked by:
15 pts.

how can i find modified date and created date of a program
Hi, I want to create a program to find any program created date and modified date and also want library name and source file. my input is object name

Answer Question   |  March 17, 2012  6:12 AM
AS/400, AS400 RPGLE
asked by:
1,240 pts.

Ques Regarding Date in Iseries cobol.
Hi Group, I have a date field declared as packed field of 9, and date is declared as mmddyyyy format. My requirement is such that i need to pick the date field and 1 day to it. For example if the date is ’02142012′ i need to add 1 day to it and end result [...]

Answer Question   |  March 17, 2012  9:43 PM
AS400 iseries, COBOL, PGM
asked by:
340 pts.

OLE object
The Access form will not accept olebound .jpg pictures. The form is referencing a table with an OLE Object field definition. The picture frame on the form is created using OLEbound object frame. When using Insert Object’ and finding the file containing the .jpg picture, only the jpg tag and the name of the picture are put into the form, [...]

Answer Question   |  March 22, 2012  9:04 PM
Microsoft Access 2003, Microsoft Office 2003, OLE objects
asked by:
5 pts.

Avoid Dulpicacy while entering Data in SQL db using VB6 as front end
Iam beginner in Vb & SQL. I am entering data like MemberName(txtMemberName.text) in sql database through VB6 front end form. I can enter same data in this field. Can any body help me in avoiding the duplicacy of the data. Following is my code on Save button :- Private Sub btnSave_Click() If (validate()) Then Adodc1.Recordset.Fields(“MembershipID”) [...]

Answer Question   |  April 11, 2012  3:00 PM
SQL, Visual Basic 6.0
asked by:
5 pts.

how to know if item is found in an array or not using lotus script
I want to check if an item exists in the array or not using lotus notes using lotus script. using forall method to find is not a good option if array is too large when several such findings are required.

Answer Question   |  March 12, 2012  7:42 AM
Lotus Notes, Lotus Script
asked by:
1,055 pts.

Shared, private on first use view not working correctly in 8.5.2
Is there any alternate option to use shared, desktop private on first use views. I am not getting correct categories when I use shared,private on first use views.

Answer Question   |  March 12, 2012  7:36 AM
Lotus Notes 8.5.2, Lotus Notes View
asked by:
1,055 pts.

Is it possible to send mail and get out of office reply in lotus notes 8.5.3
I am using lotusscript to send mail and want sender to get out offfice reply when oof is set. how to do this using lotus notes 8.5.*

Answer Question   |  March 12, 2012  7:31 AM
Lotus Notes 8.5, Lotus Script
asked by:
1,055 pts.

VLAN routing cisco 2960
i have 2 vlans in a 2960 switch .my question is that is it possible to use cyberoam firewall to route between the vlans.

Answer Question   |  March 29, 2012  7:08 AM
Cisco 2960, Cisco VLAN, VLAN configuration
asked by:
5 pts.