Get answers.  Share knowledge.  Collaborate with peers.




Static Route for VLAN
Anyone can help me. I setup 2 VLAN in HP v1910-24g switch. VLAN 1 – 192.168.1.1 & VLAN 2 192.168.8.1. My switch should be gateway for this 2 VLANs. My problem, VLAN 2 unable to access internet which is on vlan1. I can ping router (192,168,1,254) from VLAN 2. Also added a static route in [...]

Answer Question   |  November 5, 2012  2:15 PM
VLAN, VLAN management
asked by:
5 pts.

How do I set it up: Do I use my login or hers
How do i set it up: From my wife’s work to view her computer on our home computer. How do I log into mine or hers.

Answer Question   |  November 5, 2012  11:47 AM
computer, Computer login
asked by:
10 pts.

How to make two routes in a single PC by two NIC’s ?
Hi, I am trying to connect to ISP connection on my PC using two LAN cards. I want to use both connection simultaneously. I want to load balance between these two connections. Is there any way ? I have heard about > netsh , command help line but don’t know configure process. 2. Also please [...]

Answer Question   |  November 5, 2012  11:25 AM
ISP connection, LAN cards
asked by:
5 pts.

BlackBerry 8830 cannot access internet
My blackberry8830 is data locked, how can I unlock it? I Have BlackBerry8830, I can’t access the Internet because it’s data locked.

Answer Question   |  November 5, 2012  10:07 AM
BlackBerry 8830, BlackBerry Errors
asked by:
10 pts.

Problem while writing data in a text file
I am trying to write data from one stream file to a text file. Stream file is a big file of 5000 pages and i am generating 5 text files with 1000 pages . Now when i write first 1000 pages to file1.txt it writes perfectly well . Now when 1000 pages are reached i [...]

Answer Question   |  November 5, 2012  3:58 PM
AS/400, AS/400 Text File
asked by:
420 pts.

Key Listener is not working for another object of the JPanel ?
Hi I am writing a game, I have a JMenu and in that i have a JMenuitem ‘play’. Now i want to add replay option in the game so that when i click on ‘play’ my game board should be replaced by another one of the same kind.. I have implemented key listeners for my [...]

Answer Question   |  November 5, 2012  2:51 PM
Java, Java development
asked by:
425 pts.

Wireless Access List
My wireless access list was enabled and no MAC addresses were listed on it, thus no devices can connect to the network. Can I forcefully connect or reset all settings without connecting? I would have to go through a great deal of effort to physically access the router so if that is unnecessary I would [...]

Answer Question   |  November 5, 2012  2:41 PM
MAC address, Wireless
asked by:
60 pts.

xxVLLSP – COndition list :SYNON
Hi, Does any one know How to 1) add a condition to Synon defaul condiotion list .. 2)And how to Promote this condition list (xxVLLSR ) to Production Box.. we are using – MKS Chain Managmnt tool.. Regards Adi

Answer Question   |  November 5, 2012  2:41 PM
AS/400, Synon
asked by:
10 pts.

ICFGNT.DLL is missing
Hi friends, Need help after I install I found this error message” window cannot load the internet configuration library(icfgnt.dll) the following error occur the specific module could not be found thank you. regards, William

Answer Question   |  November 5, 2012  8:42 AM
icfgnt.dll
asked by:
60 pts.

Standard SAP Report to track changes
Is there a transaction that will show order changes similar to table CDPOS but for users that do not have access to SE16 or SQ01?

Answer Question   |  November 5, 2012  10:48 PM
SAP, SAP Reports
asked by:
5 pts.

Submitting the same Job from multiple users to a single threaded jobq. Output from one job going to another jobs printer?
We have a Work Order Create program that gets invoked by multiple users multiple times throughout the day. The jobs are submitted to a jobq that is single threaded. Within the calling CL there is a SBMJOB of a secondary job that also gets submitted to the same single threaded jobq. The problem is somehow [...]

Answer Question   |  November 5, 2012  10:18 PM
AS/400, JOBQ, OVRPRTF, SBMJOB
asked by:
10 pts.

Label Image storage
Where are label images stored for printing – locally or server?

Answer Question   |  November 5, 2012  8:35 PM
Label images
asked by:
15 pts.

Subnetting
Given an IP address range, select the correct subnet mask for the scenario. IP address: 200.4.82.0/24 You need to create 6 networks with a minimum of 28 hosts per network. What is the correct subnet mask and the 3rd subnet range?

Answer Question   |  November 2, 2012  7:58 PM
Subnetting
asked by:
40 pts.

FTP subcommads
Hi All, Can anyone provide list of file/object extension .XXX, downloading data to PC and PC to iseries box we need this extensions. 2) I faced an issue have taken one of savf data to PC. But when I tried to transfer to iseries the file is saved in PF type. Can anyone help me [...]

Answer Question   |  November 2, 2012  7:23 PM
AS/400 FTP
asked by:
55 pts.

Copied Names.nsf, but it’s empty
I copied the whole data folder to a user’s laptop to set up Lotus Notes, but her contacts don’t show up. Do you have a fix for that?

Answer Question   |  November 2, 2012  4:40 PM
Lotus Notes, Lotus Notes 8.5.3, Names.nsf
asked by:
10 pts.

QAD Question
I need to find a way to transfer the latest level of a part in QAD and import it into an excel spreadsheet. I need to do this with about 1,500 parts. Please help!

Answer Question   |  November 2, 2012  2:40 PM
QAD levels
asked by:
10 pts.

Tech Support: Horror Stories from the Trenches
Going into the IT field, we all had to start somewhere. Helping out at school on the website, fixing a friends computer, joining the schools computer club, but that was before you graduated to the job field. You now have your A+ and you have just been hired as a member of the help desk [...]

Answer Question   |  November 2, 2012  2:39 PM
Customer support, Help Desk, Help desk services, Tech support
asked by:
5,475 pts.

MQ user profile
HI, I need to create an MQ integration profile which the client would be using to fetch the data from the MQ server which is installed in IBM i server….Now i need to know what are the important parameters for creating that profile.

Answer Question   |  November 2, 2012  10:19 AM
IBM iSeries, WebSphere MQ
asked by:
35 pts.

Getting the number of records from CL
I want to get the number of records from the CL program.I used the following code however I am getting the error. Please suggest the solution PGM DCL VAR(&RCDCOUNT) TYPE(*CHAR) LEN(10) VALUE(’0′) RTVMBRD FILE(ATANEJA/SAME1) NBRCURRCD(&RCDCOUNT) SNDMSG MSG(&RCDCOUNT) TOUSR(ATANEJA) ENDPGM Error code is : CPD0783

Answer Question   |  November 2, 2012  7:06 AM
AS/400
asked by:
670 pts.

Getting the error CPF5257 when trying to write record in Logical File
RPGLE Program crashing with the error CPF5257 (Failure for device or member &4 file &2 in library &3) when trying to write record in Logical File.

Answer Question   |  November 2, 2012  3:54 AM
AS400 RPGLE, Logical File
asked by:
55 pts.