Get answers.  Share knowledge.  Collaborate with peers.




Distorted PDF when open from Lotus Notes attachment

the fonts tab is not the source of the cause because attachment can be opened from desktop or pdf direct.



View Discussion   |  May 16, 2013  8:35 AM
Lotus Notes, Lotus Nots 8.5.3, PDF
discussed by:
s7240063a
40 pts.

Distorted PDF when open from Lotus Notes attachment

Hi both

Reinstall lotus notes wont work also and Adobe Technical Support pushed the problem away to lotus notes faulty softwares….

Desperate and need help. tks



View Discussion   |  May 16, 2013  8:33 AM
Lotus Notes, Lotus Nots 8.5.3, PDF
discussed by:
s7240063a
40 pts.

Dynamic operator on WHERE statement

Five static SQL statements won’t do it unless there is only ever a single column to compare. If that’s the case, then there’s no need to have the column name be variable.
.
The number of static statements would be the number of operators (5) times the number of columns. If there are three columns, then 15 static statements are needed.
.
I almost posted essentially the same advice except with a single static SQL statement with a basic :hostvariable, but I re-read the question and remembered the variable columns. So I posted this comment instead.
.
Tom



View Discussion   |  May 16, 2013  3:54 AM
iSeries, SQLRPGLE
discussed by:
TomLiotta
110,035 pts.

Information systems security

its too wide to elaborate on best practices. why not check things from iso, pci dss or sas 70?



View Discussion   |  May 16, 2013  3:46 AM
Security, Security systems
discussed by:
jinteik
15,610 pts.

Wireless printer internet

because it is connected to a wireless router / switch. if you dont want it to connect to the internet, then unplug your internet connection.



View Discussion   |  May 16, 2013  3:46 AM
Printers, Wireless printers
discussed by:
jinteik
15,610 pts.

Any need of MS Office for Samsung Chromebook?
…whether M.S.Office is available in it /should I install it by buying this software from the market.
.
MS Office doesn’t run on Chromebook. Microsoft has not made it available, and it seems unlikely that they will.
.
There are alternatives such as MS Office 365, Office Web Apps; but Office itself does not run on Chromebooks natively. I think it’s possible through Wine, though I haven’t seen it done.
.
No matter what, you’d need to buy a license to install it if it would ever be installed on a Chromebook. It isn’t free, unlike some similar products.
.
Tom


View Discussion   |  May 16, 2013  3:38 AM
Chromebook, Microsoft Office
discussed by:
TomLiotta
110,035 pts.

Dynamic operator on WHERE statement

Dynamic sql would work but it takes a chunk of run-time processing.
Alternative, in this case, would be a select statement with 5 static SQL statements.

Since this could return more than one row it needs to create a cursor.

Phil



View Discussion   |  May 16, 2013  2:52 AM
iSeries, SQLRPGLE
discussed by:
philpl1jb
44,610 pts.

How to run JSP with Tomcat on OS/400 V6R1

BTW, note in the article that it does include a mention of equivalent i 6.1 support even though it was apparently written for i 7.1. — Tom



View Discussion   |  May 16, 2013  2:14 AM
iSeries, OS/400, Tomcat
discussed by:
TomLiotta
110,035 pts.

How to run JSP with Tomcat on OS/400 V6R1
Before anything else, read the Running your IBM i web solution on ASF Tomcat article on IBM developerWorks.
.
Tom


View Discussion   |  May 16, 2013  2:11 AM
iSeries, OS/400, Tomcat
discussed by:
TomLiotta
110,035 pts.

Wireless printer internet

You would connect it to the internet so that it can be printed on through the internet.
.
Tom



View Discussion   |  May 16, 2013  1:56 AM
Printers, Wireless printers
discussed by:
TomLiotta
110,035 pts.

Batch File

how do i find out if someone has put a chip in my cell phone?

This doesn’t seem related at all to this thread. You should open a question of your own if you want attention to be given to it.
.
However, there isn’t much point in opening a question because the chances are effectively zero that anyone has put a “chip” in your phone unless it was the phone manufacturer. And in that case cast, the chip is supposed to be there.
.
Tom



View Discussion   |  May 16, 2013  1:53 AM
Programming Languages
discussed by:
TomLiotta
110,035 pts.

3812 printer fonts

The appropriate font ID for a 3812 printer device description is 11 (Courier). What is the actual printer device?
.
Tom



View Discussion   |  May 16, 2013  1:48 AM
OS/400, OS/400 printers
discussed by:
TomLiotta
110,035 pts.

Sessions disconnecting from AS/400
You listed a number of things as being “OK”, yet one or more of those may NOT be “OK”.
.
Go through the Telnet Session Drop Checklist before any next steps.
.
Are there other remote sites? Are any experiencing the same problem? If the problem exists with similar frequency across remote sites, or if you are the only remote site, the cause becomes more likely to be outside your part of the connection.
.
Tom


View Discussion   |  May 16, 2013  1:28 AM
AS/400, AS/400 Client Access, AS/400 sessions
discussed by:
TomLiotta
110,035 pts.

iSeries logs

Hi Niketan,

Is this RSA envision is an SIEM solution? if yes, Maybe your RSA envision was able to get the logs but was not able to read it. log management solution can usually give you the output once the logs they gathered are properly normalized and correlated. have you tried to check if it captures raw logs?

-Jez



View Discussion   |  May 16, 2013  1:27 AM
AS/400 logs, iSeries AS/400, RSA envision
discussed by:
jezz341
195 pts.

Web archive attachment

How do you know that it’s a “web archive file” without knowing how to open it?
.
Tom



View Discussion   |  May 16, 2013  1:15 AM
Archive file, Web files
discussed by:
TomLiotta
110,035 pts.

What is the best way to print from an Android device?

What Android version? What kind of device? What is the connectivity between device and printer?
.
Tom



View Discussion   |  May 16, 2013  1:09 AM
Android, Mobile
discussed by:
TomLiotta
110,035 pts.

WRKOBJPDM license?

AFAIK, option 5103 is the “Application Development ToolSet” feature. I don’t have 7.1 available, so I don’t know the Product Option number. It’s “21″ in 6.1.
.
If you run WRKLICINF and take option 5=Display detail, what shows for “Date grace period expires”? If you run this command:
.
== > DSPLICKEY PRDID(5761WDS) LICTRM(V6R1M0) FEATURE(5103)
.
What happens? Most likely you’ll find that a 7.1 license hasn’t been entered for the option or that an incorrect parameter was used when the license key was added. (Is the option licensed for your system?)
.
Tom



View Discussion   |  May 16, 2013  1:08 AM
AS/400, WRKOBJPDM
discussed by:
TomLiotta
110,035 pts.

Dynamic operator on WHERE statement

Yes, dynamic.
.
It doesn’t seem like worth doing though.
.
Tom



View Discussion   |  May 16, 2013  12:43 AM
iSeries, SQLRPGLE
discussed by:
TomLiotta
110,035 pts.

Batch File

how do i find out if someone has put a chip in my cell phone? im a a single mom & my child & i may be in danger.



View Discussion   |  May 15, 2013  10:37 PM
Programming Languages
discussed by:
huntersladekirk
10 pts.

Teacher’s salaries

Go into design mode on the Query.
If the old calculation is used in the query then update it.



View Discussion   |  May 15, 2013  8:12 PM
Microsoft Access 2003, Microsoft Access query
discussed by:
philpl1jb
44,610 pts.