Get answers.  Share knowledge.  Collaborate with peers.




BPCS 4.05 issue
this does not sound like a program issue … it sounds like a data issue, where some old order lines still exist in the new order range … start by double checking that all your order and invoice logicals point to the correct physical files and libraries, and that the new order number range is [...]

View Answer   |  April 15, 2010  9:28 PM
BPCS, BPCS 4.05
answered by:
405 pts.

ENDING QINTER
If you end qinter with *IMMED parameter, then It should go down. If you’re using *CNTRLD, then it will not go down.

View Answer   |  April 15, 2010  7:35 PM
ENDSBS, iSeries, QINTER
answered by:
315 pts.

How does profile limit for PASSWORD_REUSE_MAX works
Any system that uses a Password Maximum Reuse limit maintains a history of previously used passwords (generally it is a hashed copy, not the password itself). When you try to create a new password, it is run against the history list – if the new password matches one of the previous ones, it will be [...]

View Answer   |  April 15, 2010  6:45 PM
Oracle 9i, Oracle 9i Configuration, Oracle Database, Oracle Enterprise Database 9i
answered by:
3,830 pts.

multiple forms
If you Google “vb mdi sdi” you will find many resources with examples of how to work with multiple forms. I am guessing your default forms interface in your development environment is SDI (or Single Document Interface). In this mode, the application opens one main form window, and all other form windows open within the [...]

View Answer   |  April 15, 2010  6:31 PM
VB 2008
answered by:
3,830 pts.

Autocad 2010 issue
the question is?are you trying install the said software on a network or on your personal laptop/desktop..it sounded that like you dont have the privileges to run/execute the said software if your hooked up to network need to contact system admin for that but if its not hooked to anything like network, you need to [...]

View Answer   |  April 15, 2010  5:08 PM
autocad 2010, AutoCAD Errors, Windows XP Home
answered by:
1,205 pts.

Who is possibly logging in to domain Admin and from where?
It’s not open source but it’s free and works on Windows and integrates nicely with Active Directory. You may want to look at ManageEngine’s ADManager product. http://www.manageengine.com/products/ad-manager/active-directory-management.html?ADMPID=504&kw=admanager%20plus&adId=3781730532&gclid=CLWxz8T1iKECFQwWswodhWrvNg *************** I would suggest the first thing you do if you think your domain admin pw is compromised is to immediately change it and only give out the [...]

View Answer   |  April 15, 2010  4:44 PM
Administrator, Administrator password, Domain Administration, Eventlogs, Reporting
answered by:
105 pts.

Access 2007 filters
If you created the filter using the “Filter” button, then that option will be disabled. In the Advanced Filter Options you have to click on ‘Advanced Filter/Sort…” to enable the “Save as Query” option. -CarlosDL

View Answer   |  April 15, 2010  3:24 PM
Access 2007, Access 2007 functions
answered by:
63,535 pts.

iSeries – Job Queues and Subsystems
You can use the <a href=”http://publib.boulder.ibm.com/infocenter/iseries/v5r4/topic/apis/qsprjobq.htm”>Retrieve Job Queue Information (QSPRJOBQ) API</a> to access that information from a program. The following CL program will display the subsystem currently receiving jobs from MYLIB/STX400 or, if the job queue is not associated with an active subsystem, the message ‘Job queue is not active’. <pre> Pgm Dcl Var(&Rcv) Type(*Char) [...]

View Answer   |  April 15, 2010  2:30 PM
AS/400 commands
answered by:
6,055 pts.

Why IPS?
IPS is one the best security controls available but ONLY after you’ve done everything else to shore up the basics. Don’t let it serve as a band-aid to cover up otherwise poor security practices.

View Answer   |  April 15, 2010  1:03 PM
Intrusion detection, Intrusion detection and prevention, Intrusion prevention systems, Midmarket security
answered by:
10,860 pts.

Finding the IP Address of a switch
I believe the default IP is 192.168.2.1, but you may have to console in. Other option is to use Angry IP scanner to find the IP that doesn’t match your network segment…

View Answer   |  April 15, 2010  12:23 PM
Auto Obtain IP address, IP address, Switches
answered by:
105 pts.

PC failure when connected to external hard drive
Check following things 1) IS it working with another system, 2) Check for event viewer 3) remove usb driver and install it once again, then reconnect it once again

View Answer   |  April 15, 2010  10:32 AM
Adding Hard Drive, External hard drive, Hard drive failure, western digital
answered by:
75 pts.

finding parameters in as/400 program objects
Hi TNKR, ts possible, u can get the details aboutthe Parameters using the folllowing command. DSPPGMREF PGM(LIB/OBJ) Thanks

View Answer   |  April 15, 2010  9:30 AM
AS/400 development
answered by:
180 pts.

Sharepoint site List and permission
As long as I know, SharePoint does not provide such feature to assign permission on list columns. The Best way is writing custom code or using web part like <a href=”http://www.sharepointboost.com/columnpermission.html”>SharePoint Column View Permission</a>. Here is another workaround which I have not tries yet. If it is possible to create a new list, then you [...]

View Answer   |  April 15, 2010  6:30 AM
Microsoft SharePoint, SharePoint, SharePoint permissions, SharePoint security
answered by:
45 pts.

Hide items in Announcement list after specific time
In terms of hiding items in a SharePoint list, it is very hard to do unless you write custom code, or web parts. Given the property way to assign permission items, it is easier for you to hide it after specific time. Either workflow or event handler will do that fine. A permission web part [...]

View Answer   |  April 15, 2010  6:09 AM
Announcement list, expiration, SharePoint
answered by:
45 pts.

DLTMSGQ Command Security
It would only affect processes that needed to send messages to those message queues and that didn’t have sufficient private or adopted authority. If you can predict or determine everything that will need access in the future, *PUBLIC *EXCLUDE seems viable. I suspect that that might be difficult. Further, with *PUBLIC *EXCLUDE, then there won’t [...]

View Answer   |  April 15, 2010  3:38 AM
AS/400 security
answered by:
108,175 pts.

How can I change “sent from” using SNDDST
The SNDDST command and the SNADS infrastructure was modified by IBM to allow communication between SNADS and SMTP. However, it is not a SMTP facility. If you use it to send SMTP e-mail, you will have to adjust to the SNA attributes. A far better choice would be the <a href=”http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=/rzair/rzairsendmime.htm”>QtmmSendMail API</a> or one of [...]

View Answer   |  April 15, 2010  1:35 AM
RPG/400
answered by:
108,175 pts.

create a batch file to have a permission to install software
If you are referring to “power users” in windows then you should consider using Group Policy to deploy permission to install software and even windows updates. By giving your users the rights you are considering, it would be impossible to control what software is installed and will create other administrative headaches. depending on your version [...]

View Answer   |  April 14, 2010  11:07 PM
Remote management, Software, Software deployment, Software Deployment Tools
answered by:
435 pts.

Any recommended job posting / job sites for SAP SRM expertise?
There is always Monster, and depending where you are located, many areas will have IT Resource Sites such as Viatech, on Vancouver Island. A simple Google search based on SAP SRM job postings also had many sites listed. Hope this helps.

View Answer   |  April 14, 2010  10:09 PM
SAP jobs, SAP SRM
answered by:
6,150 pts.

Garbled Email
<a href=”http://www.eggheadcafe.com/software/aspnet/30513179/problems-with-messages-fr.aspx”>Here is a thread </a>with information about this issue. You may find the solution there. You did not mention what version of GroupWise in question. It has been a few years since I used GroupWise but I seem to recall that there is a setting about <a href=”http://en.wikipedia.org/wiki/TNEF”>TNEF</a> (transport neutral encapsulated format) that should [...]

View Answer   |  April 14, 2010  9:01 PM
E-mail, Exchange 2003, Exchange 2003 SP2, Microsoft Exchange 2003
answered by:
16,755 pts.

Using App-V and VDI
Yes, they can. The benefits of App-V are just as strong on a PC as it is in a hosted virtual desktop (VDI) scenario. App-V works well in both situations.

View Answer   |  April 14, 2010  8:47 PM
App-V, VDI, Virtualization
answered by:
975 pts.