Get answers.  Share knowledge.  Collaborate with peers.




IBM 5250 XP Driver
Where can I find an Windows/XP driver to use my IBM PCI 5250 card?

Answer Question   |  September 5, 2012  2:05 PM
IBM, Microsoft
asked by:
15 pts.

What’s your biggest data problem? (Answer to win a free book)
Data management is of growing concern now, and there are lots of ways to tame the beast.  What issues has your organization had with managing or analyzing data? Have you come up with any solutions yet? We’ll give a free copy of Making Sense of NoSQL (read an excerpt here) to the member who offers [...]

Answer Question   |  September 5, 2012  1:45 PM
Big Data, Data management, Database administration, NoSQL
asked by:
2,070 pts.

Logon failed. User ‘UserName’ was rejected by “Connect:Direct” node ‘PSserver’.
Following is the Technical Message – PSserver: LCOA004I The comm thread was unable to create the user profile. CCOD=8 FDBK=0

Answer Question   |  September 5, 2012  12:09 PM
connect direct
asked by:
5 pts.

Error in start EX console; initialization failed
I’m trying to start Microsoft exchange console but it initialization failed because of the following error : Connecting to remote server failed with the following error message: The WinRM client cannot process the request. It cannot determine the content type of the HTTP response from the destination computer. The content type is absent or invalid

Answer Question   |  September 5, 2012  12:04 PM
Microsoft Exchange 2010, Microsoft Exchange errors
asked by:
5 pts.

How can I block Tor Browser?
Dear all . How can I block Tor Browser through ISA server 2006 or Websense 7.1? Does anyone have any ideas? Thanks

Answer Question   |  September 5, 2012  8:14 AM
ISA Server 2006, Websense 7.1
asked by:
5 pts.

SASprint unable to print pdf in japanese characters
Hi, We are unable to to print pdf with japanese character through SAP. We are able to preview Japanese character in SAP. Any advise?

Answer Question   |  September 5, 2012  3:18 AM
PDF, SAP printing
asked by:
5 pts.

Select from different email address
Hi! We currently have multiple domains( a.com, b.com, c.com ) on 1 domino server. On the lotus notes side, if a user wants to send an email to each domain, he/she needs to change to the assigned locations. My question, is there a script or ways on how to change the “FROM” and have a [...]

Answer Question   |  September 5, 2012  1:43 AM
Lotus Domino, Lotus Notes
asked by:
10 pts.

Blackberry playbook charging problem
Both the USB and wall mounted charger not working. Any suggestions?

Answer Question   |  September 4, 2012  11:11 PM
BlackBerry, charging, Playbook
asked by:
10 pts.

Active Directory Disappeared
I went to reset a user password, and my Active Directory disappeared from the Administrative Tools menu. When I tried to open it, a message box told me that the disk was full. When I clicked OK, the Active Directory disappeared. I since restarted the server twice, to no avail. I need to add new [...]

Answer Question   |  September 4, 2012  9:05 PM
Active Directory 2000
asked by:
35 pts.

Having 1 scan program except data from multiple scanners
Not only want to be able to hook up multiple scanners to one workstation/PC but also want the green screen program that is accepting the input to be able to tell which scanner sent the data. That is I need to be able to tell that data came from scanner 1 or scanner x.

Answer Question   |  September 4, 2012  8:37 PM
AS/400
asked by:
90 pts.

How to send a meeting invitation
How can I send an invitation for a meeting

Answer Question   |  September 4, 2012  7:58 PM
Meeting invitation
asked by:
5 pts.

Printing without opening attachments in Lotus Notes 8.5.3
I cannot find an answer to this problem. Is there a way to print attachments without opening them in Louts Notes 8.5.3 If not then fine, I wil jsut let the users know that but I do not get an answer either way.

Answer Question   |  September 4, 2012  4:18 PM
attachments, Lotus 8.5, Printing
asked by:
25 pts.

V7R1 Qryslt in CLP
We are having issues with qryslt in clp on V7R1. The code does this: CHGVAR VAR(&QRYSLT) VALUE(‘T1ORDR *NE ” ”’) CHGVAR VAR(&QRYSLT) VALUE(&QRYSLT *TCAT ‘ *AND + %CHAR(T1DATE “*ISO”) *GE ‘ *CAT ”” *CAT + &SDATE *CAT ”” *CAT ‘ *AND %CHAR(T1DATE + “*ISO”) *LE ‘ *CAT ”” *CAT &EDATE *CAT + ””) OPNQRYF FILE((QTEMP/POE79WS)) [...]

Answer Question   |  September 4, 2012  2:43 PM
as/400 clp V7R1
asked by:
1,380 pts.

conversion MAtrix for Digital Avaya phones to Cisco IP phones
Does anyone have a conversion matrix to convert legacy Avaya digital phones to new Cisco VoIP phones?

Answer Question   |  September 4, 2012  2:11 PM
Avaya digital to Cisco VoIP phones
asked by:
5 pts.

Avamar EMC Configuration
Hello all, I was wondering if someone could point me in the right direction for downloading the necessary software so that I can configure an Avamar unit in my lab that I was fortunate in getting. Thanks

Answer Question   |  September 4, 2012  2:00 PM
Avamar, Datacenter Server, Netwokring
asked by:
120 pts.

Mime type for .dxb files
Hi, Does anyone know the mime type for an autodesk .dxb file? That is the miedia type for a drawing Interchange Binary Format version 1.0 file? Many thanks.

Answer Question   |  September 4, 2012  1:40 PM
MIME TYPE
asked by:
5 pts.

Accessing Lotus notes forms with prompt using Lotus notes script
I need a help in opening form and filling fields through Lotus Script for forms with Prompt. Able to do with no issues for form where no prompts are involved using below lines of code: Dim workspace As Object = CreateObject(“Notes.NotesUIWorkspace”)Dim uidoc As ObjectDim doc As Object uidoc = workspace.ComposeDocument(Server, database, strFormname) uidoc.FieldSetText(“CUSTNAME_TX”, “Testing”)...….. I [...]

Answer Question   |  September 4, 2012  1:25 PM
Lotus Notes 8.5, NotesDocument, NotesForm
asked by:
5 pts.

How to compare PS file data with current date?
Hi, I have PS file, I need to sort the record whose vale match with current date and one more field in JCL

Answer Question   |  September 4, 2012  1:19 PM
Mainframe jobs( JCL
asked by:
v10
20 pts.

cant view emails from last two weeks
I can view “today” and “last two weeks” but anything in between has disappeared

Answer Question   |  September 4, 2012  1:18 PM
Disappearing email
asked by:
10 pts.

Multiple variables into one variable where multiple variables could be active
I am attempting to recode about eight variables into one variable. As it stands I have a syntax that is as follows: IF VAR1=1 NewVar=1. IF VAR2=1 NewVar=2. IF VAR3=1 NewVar=3. IF VAR4=1 NewVar=4. IF VAR5=1 NewVar=5. IF VAR6=1 NewVar=6. IF VAR7=1 NewVar=7. IF VAR8=1 NewVar=8. ADD VALUE LABELS NewVar 1 ’1Label’ 2 ’2Label’ 3 [...]

Answer Question   |  September 4, 2012  11:56 AM
Multiple, recode, syntax, variable
asked by:
15 pts.