× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.




Greetings! Couple of things about Access Client Solutions.

First, there is a New update that was released just Friday. There are
several very important updates!!!!

First you NO longer need to use ESS to get the product. Go to the Web site
-
[1]http://www-03.ibm.com/systems/power/software/i/access/solutions.html
Click on the new 'Download..' link. Enter you IBM universal ID (ANYONE
can get one of these) You are taken directly to the official build with
the real license in it!!! We have greatly simplified the process of
getting the product and future updates.

ACS Set up and Deployment - There is a new article out on develoerWorks -
[2]https://ibm.biz/BdHrxs that covers many different ways to role out ACS.
Either by a single user on a local system or if you want to role out a
single copy hosted on a network drive with many people using that single
copy.

Yes, you need to use the .exe programs in the StartPrograms directory when
starting ACS, Otherwise, things are not going to work well.

Thanks

Tim



Tim Rowe, timmr@xxxxxxxxxx
Business Architect Application Development & Systems Management for IBM i
IBM i Development Lab, Rochester, MN
(507) 253-6191 (Tie) 553-6191

http://www-03.ibm.com/systems/power/software/i/are/index.html



----- Original message -----
From: midrange-l-request@xxxxxxxxxxxx
Sent by: "MIDRANGE-L" <midrange-l-bounces@xxxxxxxxxxxx>
To: midrange-l@xxxxxxxxxxxx
Cc:
Subject: MIDRANGE-L Digest, Vol 14, Issue 1499
Date: Wed, Oct 21, 2015 6:19 AM

Send MIDRANGE-L mailing list submissions to
midrange-l@xxxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
[3]http://lists.midrange.com/mailman/listinfo/midrange-l
or, via email, send a message with subject or body 'help' to
midrange-l-request@xxxxxxxxxxxx

You can reach the person managing the list at
midrange-l-owner@xxxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of MIDRANGE-L digest..."

*** NOTE: When replying to this digest message, PLEASE remove all text
unrelated to your reply and change the subject line so it is meaningful.

Today's Topics:

1. RE: SQL Pre-compiler Issue (Roger Harman)
2. RE: SQL Pre-compiler Issue (Jonathan Mason)
3. RE: i Access Solutions - error loading java module
(paultherrien@xxxxxxxxxxxxxxxxxx)
4. Re: i Access Solutions - error loading java module (Jeff Crosby)

----------------------------------------------------------------------

message: 1
date: Tue, 20 Oct 2015 19:41:57 -0700
from: Roger Harman <roger.harman@xxxxxxxxxxx>
subject: RE: SQL Pre-compiler Issue

I'm thinking dynamic SQL is your friend here. Understand that you
typically
avoid but sometimes the correct tool really is a left-handed monkey
wrench.

-----Original Message-----
From: MIDRANGE-L [[4]mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf
Of
Jonathan Mason
Sent: Tuesday, October 20, 2015 1:19 AM
To: midrange-l@xxxxxxxxxxxx
Subject: SQL Pre-compiler Issue

All

We have a problem with an embedded SQL RPG program that he is writing.
The
program uses an ALTER TABLE to add columns to an existing table and then
uses an UPDATE to populate them. The problem is that the UPDATE
statement
is kicking out an error as the pre-compiler doesn't recognise the new
columns as belonging to the table at the time of the update.

If he can set the GENLVL to 31 to get past the pre-compiler error, but
then
the RPG compiler fails as the generated CLI code is incorrect.

We know that we can code the statement dynamically to get round the
issue,
but as a rule we try to avoid dynamic SQL. My question is, should this
be
something the pre-compiler ought to be able to deal with or should we be
looking at using dynamic SQL or splitting the program into two?

Thanks
Jonathan

________________________________
Proud partner of The Ageas Bowl and the Ageas Salisbury International
Arts
Festival.

Registered Address: Ageas House, Hampshire Corporate Park, Templars Way,
Eastleigh, Hampshire, SO53 3YA Registered Number: 354568 England

Authorised by the Prudential Regulation Authority and regulated by the
Financial Conduct Authority and the Prudential Regulation Authority

This e-mail together with any attachments are intended for the addressee
only and may be private and confidential. If you are not the intended
recipient, or the person responsible for delivering it to the intended
recipient, you must not open any attachments, or copy, disclose,
distribute,
retain or use this e-mail, including any attachments, in any way
whatsoever;
please return it to us immediately using the reply facility on e-mail.

Consider the environment and think before you print this email.
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe,
unsubscribe,
or change list options,
visit: [5]http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a
moment to review the archives at
[6]http://archive.midrange.com/midrange-l.

------------------------------

message: 2
date: Wed, 21 Oct 2015 08:03:40 +0100
from: Jonathan Mason <Jonathan.Mason@xxxxxxxxxxx>
subject: RE: SQL Pre-compiler Issue

Dear All

Thanks for the responses on this, we tried the pre-compiler level of
*LVL2 and that didn't make any difference, however when my colleague
tried deleting the file first so it wasn't in the library list the
program compiled successfully. The file only existed in the first place
as he had tested each individual SQL statement interactively before
coding in the program.

All the best
Jonathan

Proud partner of The Ageas Bowl and the Ageas Salisbury International
Arts Festival.

Registered Address: Ageas House, Hampshire Corporate Park, Templars Way,
Eastleigh, Hampshire, SO53 3YA Registered Number: 354568 England

Authorised by the Prudential Regulation Authority and regulated by the
Financial Conduct Authority and the Prudential Regulation Authority

This e-mail together with any attachments are intended for the addressee
only and may be private and confidential. If you are not the intended
recipient, or the person responsible for delivering it to the intended
recipient, you must not open any attachments, or copy, disclose,
distribute, retain or use this e-mail, including any attachments, in any
way whatsoever; please return it to us immediately using the reply
facility on e-mail.

Consider the environment and think before you print this email.

------------------------------

message: 3
date: Wed, 21 Oct 2015 06:47:57 -0400
from: <paultherrien@xxxxxxxxxxxxxxxxxx>
subject: RE: i Access Solutions - error loading java module

'File Associations' menu option is accessed from program [iAccess
root]/Start_Programs/Windows_i386-32/acslaunch_win-32.exe (or -64, if
that
is your OS). When you run this executable the menu includes 'File
Associations ...'

Paul

-----Original Message-----
From: MIDRANGE-L [[7]mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf
Of Jeff
Crosby
Sent: Tuesday, October 20, 2015 3:39 PM
To: Midrange Systems Technical Discussion
Subject: Re: i Access Solutions - error loading java module

I have 1.1.4 dated April 14, 2015.
Build ID 5161.

On Tue, Oct 20, 2015 at 3:28 PM, Gregory Martin <mr.gamartin@xxxxxxxxx>
wrote:

> You must have a version prior to 1.1.4 (Feb 2015). That is when I
> remember that the option was there in the menu options of the main
program.
>
> What version of the ACS program do you have? Look under Help -->
About.
>
> I have Version 1.1.4.3. Build id: 5410 Oct 5, 2015
>
>
>
>
>
> Thanks,
> Greg Martin
> [8]mailto:mr.gamartin@xxxxxxxxx
>
> On Tue, Oct 20, 2015 at 3:20 PM, Jeff Crosby
> <jlcrosby@xxxxxxxxxxxxxxxx>
> wrote:
>
> > There is no File Associations in the Tools menu . . .
> >
> >
> > On Tue, Oct 20, 2015 at 3:11 PM, Gregory Martin
> > <mr.gamartin@xxxxxxxxx>
> > wrote:
> >
> > > Did you try the menu option Tools --> File Associations... and
> > > reset
> the
> > > file associations? That should help clear up the issue.
> > >
> > > Thanks,
> > > Greg Martin
> > > [9]mailto:mr.gamartin@xxxxxxxxx
> > >
> > > On Tue, Oct 20, 2015 at 3:06 PM, Jeff Crosby <
> jlcrosby@xxxxxxxxxxxxxxxx>
> > > wrote:
> > >
> > > > Reboot no help.
> > > >
> > > >
> > > > On Tue, Oct 20, 2015 at 2:36 PM, Jeff Crosby <
> > jlcrosby@xxxxxxxxxxxxxxxx>
> > > > wrote:
> > > >
> > > > > Well, now I could get mad.
> > > > >
> > > > > I deleted the entire folder c:\iAccess from my desktop. Then
> > > > > I
> > copied
> > > > the
> > > > > folder from my laptop, which has the name
> > c:\IBMiAccessClientSolutions
> > > to
> > > > > my desktop.
> > > > >
> > > > > Now I can run acslaunch_win-64.exe by double-clicking it. But
> > > > > I
> > can't
> > > > > assign acslaunch_win-64.exe as the default for .hod files.
> > > > > .hod
> says
> > > > > "unknown application" and, while I can browse and select
> > > > acslaunch_win-64.exe,
> > > > > it doesn't work. I drill to it, but whether I double-click it
> > > > > or
> > click
> > > > > "Open" it does not work. I must be getting senile. I know.
> > > > > I'll
> > try
> > > a
> > > > > reboot.
> > > > >
> > > > >
> > > > > Grrr.
> > > > >
> > > > >
> > > > >
> > > > > On Tue, Oct 20, 2015 at 1:53 PM, Jeff Crosby <
> > > jlcrosby@xxxxxxxxxxxxxxxx>
> > > > > wrote:
> > > > >
> > > > >> Responses inline.
> > > > >>
> > > > >> On Tue, Oct 20, 2015 at 1:32 PM, Gerald Magnuson <
> > > > >> gmagqcy.midrange@xxxxxxxxx> wrote:
> > > > >>
> > > > >>> is the acsbundle.jar in the same folder as the
acslaunch...exe?
> > > > >>>
> > > > >>
> > > > >> No for both my desktop and laptop
> > > > >>
> > > > >>
> > > > >>> what level is JAVA on the PC? (my win 7 64-bit pc has
> 1.8.0_60b27)
> > > > >>>
> > > > >>> Same on both. Version 8 update 60. No outdated versions
> detected.
> > > > >> Product version 8.0.600.27.
> > > > >>
> > > > >>
> > > > >>> On Tue, Oct 20, 2015 at 12:09 PM, Jeff Crosby <
> > > > jlcrosby@xxxxxxxxxxxxxxxx
> > > > >>> >
> > > > >>> wrote:
> > > > >>>
> > > > >>> > Late September I started a thread regarding a MSGSOCK007
> > > > >>> > on our
> > > CEO's
> > > > >>> > laptop. That issue has been resolved. However I was also
> having
> > > > >>> issues on
> > > > >>> > my desktop that aren't resolved. I was getting ready for
> > vacation
> > > > so I
> > > > >>> > backburnered it till now.
> > > > >>> >
> > > > >>> > Here's the situation. System i 520, V7R1, fairly well
> up-to-date
> > > on
> > > > >>> PTFs.
> > > > >>> > My desktop is Win 7 pro 64-bit, on a domain.
> > > > >>> >
> > > > >>> > The only way I can start I Access is by double-clicking
> > > > >>> > the
> > > > >>> acsbundle.jar
> > > > >>> > file. If I double-click acslaunch_win-64.exe I see a
> > > > >>> > flash of
> a
> > > > black
> > > > >>> > screen blink at me, then nothing. If I try to run
> > > > >>> acslaunch_win-64.exe in
> > > > >>> > a command prompt I get "Error loading java module." Same
> > > > >>> > if I
> > try
> > > as
> > > > >>> > Administrator.
> > > > >>> >
> > > > >>> > File extension .hod is assigned to acslaunch_win-64.exe.
> > > > >>> > When
> I
> > > > >>> > double-click an .hod file, I see a flash of a black screen
> blink
> > at
> > > > me,
> > > > >>> > then nothing. If I try it in a command prompt I get
> > > > >>> > "Error
> > loading
> > > > >>> java
> > > > >>> > module." Same if I try as Administrator.
> > > > >>> >
> > > > >>> > The getting started text has a bunch of trouble-shooting
> > regarding
> > > > >>> this,
> > > > >>> > like setting up a JAVA_HOME environment variable, etc,
> > > > >>> > none of
> > > which
> > > > >>> > worked. Rebooted several times to no avail. All this was
> > > yesterday,
> > > > >>> my
> > > > >>> > first day back from vacation.
> > > > >>> >
> > > > >>> > Since it works just fine on my laptop (also Win 7 Pro
> > > > >>> > 64-bit),
> I
> > > > >>> decided to
> > > > >>> > wait till today, bring my laptop in, and compare settings
> > > > >>> > side
> by
> > > > >>> side. (I
> > > > >>> > initially just copied the entire folder structure from my
> laptop
> > to
> > > > my
> > > > >>> > desktop, so all those files are the same.)
> > > > >>> >
> > > > >>> > The environment variable for javapath is the same on both.
> There
> > > is
> > > > no
> > > > >>> > JAVA_HOME environment variable on either. The java
> > > > >>> > version is
> > the
> > > > >>> same on
> > > > >>> > both. The Help/about shows the exact same java
> > > > >>> > information on
> > > both.
> > > > >>> The
> > > > >>> > only difference I can think of is the laptop is not joined
> > > > >>> > to
> the
> > > > >>> domain.
> > > > >>> >
> > > > >>> > I know Jim Oberholtzer says he just double-clicks the
> > acsbundle.jar
> > > > >>> file,
> > > > >>> > but I want to be able to double-click the .hod files.
> > > > >>> >
> > > > >>> > Suggestions? Hopefully something obvious.
> > > > >>> >
> > > > >>> >
> > > > >>> > --
> > > > >>> >
> > > > >>> >
> > > > >>> > Jeff Crosby
> > > > >>> > VP Information Systems
> > > > >>> > UniPro FoodService/Dilgard P.O. Box 13369 Ft. Wayne, IN
> > > > >>> > 46868-3369
> > > > >>> > 260-422-7531
> > > > >>> > www.dilgardfoods.com
> > > > >>> >
> > > > >>> > The opinions expressed are my own and not necessarily the
> opinion
> > > of
> > > > my
> > > > >>> > company. Unless I say so.
> > > > >>> > --
> > > > >>> > This is the Midrange Systems Technical Discussion
> > > > >>> > (MIDRANGE-L)
> > > > mailing
> > > > >>> list
> > > > >>> > To post a message email: MIDRANGE-L@xxxxxxxxxxxx To
> > > > >>> > subscribe, unsubscribe, or change list options,
> > > > >>> > visit:
> > > > >>> > [10]http://lists.midrange.com/mailman/listinfo/midrange-l
> > > > >>> > or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting,
> > > > >>> > please take a moment to review the archives at
> > > > >>> > [11]http://archive.midrange.com/midrange-l.
> > > > >>> >
> > > > >>> >
> > > > >>> --
> > > > >>> This is the Midrange Systems Technical Discussion
> > > > >>> (MIDRANGE-L)
> > > mailing
> > > > >>> list
> > > > >>> To post a message email: MIDRANGE-L@xxxxxxxxxxxx To
> > > > >>> subscribe, unsubscribe, or change list options,
> > > > >>> visit:
[12]http://lists.midrange.com/mailman/listinfo/midrange-l
> > > > >>> or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting,
> > > > >>> please take a moment to review the archives at
> > > > >>> [13]http://archive.midrange.com/midrange-l.
> > > > >>>
> > > > >>>
> > > > >>
> > > > >>
> > > > >> --
> > > > >>
> > > > >>
> > > > >> Jeff Crosby
> > > > >> VP Information Systems
> > > > >> UniPro FoodService/Dilgard
> > > > >> P.O. Box 13369
> > > > >> Ft. Wayne, IN 46868-3369
> > > > >> 260-422-7531
> > > > >> www.dilgardfoods.com
> > > > >>
> > > > >> The opinions expressed are my own and not necessarily the
> > > > >> opinion
> of
> > > my
> > > > >> company. Unless I say so.
> > > > >>
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > >
> > > > >
> > > > > Jeff Crosby
> > > > > VP Information Systems
> > > > > UniPro FoodService/Dilgard
> > > > > P.O. Box 13369
> > > > > Ft. Wayne, IN 46868-3369
> > > > > 260-422-7531
> > > > > www.dilgardfoods.com
> > > > >
> > > > > The opinions expressed are my own and not necessarily the
> > > > > opinion
> of
> > my
> > > > > company. Unless I say so.
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > >
> > > >
> > > > Jeff Crosby
> > > > VP Information Systems
> > > > UniPro FoodService/Dilgard
> > > > P.O. Box 13369
> > > > Ft. Wayne, IN 46868-3369
> > > > 260-422-7531
> > > > www.dilgardfoods.com
> > > >
> > > > The opinions expressed are my own and not necessarily the
> > > > opinion of
> my
> > > > company. Unless I say so.
> > > > --
> > > > This is the Midrange Systems Technical Discussion (MIDRANGE-L)
> mailing
> > > list
> > > > To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe,
> > > > unsubscribe, or change list options,
> > > > visit: [14]http://lists.midrange.com/mailman/listinfo/midrange-l
> > > > or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please
> > > > take a moment to review the archives at
> > > > [15]http://archive.midrange.com/midrange-l.
> > > >
> > > >
> > > --
> > > This is the Midrange Systems Technical Discussion (MIDRANGE-L)
> > > mailing
> > list
> > > To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe,
> > > unsubscribe, or change list options,
> > > visit: [16]http://lists.midrange.com/mailman/listinfo/midrange-l
> > > or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please
> > > take a moment to review the archives at
> > > [17]http://archive.midrange.com/midrange-l.
> > >
> > >
> >
> >
> > --
> >
> >
> > Jeff Crosby
> > VP Information Systems
> > UniPro FoodService/Dilgard
> > P.O. Box 13369
> > Ft. Wayne, IN 46868-3369
> > 260-422-7531
> > www.dilgardfoods.com
> >
> > The opinions expressed are my own and not necessarily the opinion of
> > my company. Unless I say so.
> > --
> > This is the Midrange Systems Technical Discussion (MIDRANGE-L)
> > mailing
> list
> > To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe,
> > unsubscribe, or change list options,
> > visit: [18]http://lists.midrange.com/mailman/listinfo/midrange-l
> > or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please
> > take a moment to review the archives at
> > [19]http://archive.midrange.com/midrange-l.
> >
> >
> --
> This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
> list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe,
> unsubscribe, or change list options,
> visit: [20]http://lists.midrange.com/mailman/listinfo/midrange-l
> or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take
> a moment to review the archives at
> [21]http://archive.midrange.com/midrange-l.
>
>

--

Jeff Crosby
VP Information Systems
UniPro FoodService/Dilgard
P.O. Box 13369
Ft. Wayne, IN 46868-3369
260-422-7531
www.dilgardfoods.com

The opinions expressed are my own and not necessarily the opinion of my
company. Unless I say so.
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe,
unsubscribe,
or change list options,
visit: [22]http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a
moment to review the archives at
[23]http://archive.midrange.com/midrange-l.

------------------------------

message: 4
date: Wed, 21 Oct 2015 07:19:16 -0400
from: Jeff Crosby <jlcrosby@xxxxxxxxxxxxxxxx>
subject: Re: i Access Solutions - error loading java module

Well I'll be. You're right.

If I start it by running the .jar file, File Associations does not show
up
under the Tools menu.
If I start it by running acslaunch_win-64.exe, File Associations DOES
show
up under the Tools menu.

I had ass-u-med that when the .jar file was run, java determined what OS
you had and ran the appropriate .exe. Apparently it's not that simple.

On Wed, Oct 21, 2015 at 6:47 AM, <paultherrien@xxxxxxxxxxxxxxxxxx>
wrote:

> 'File Associations' menu option is accessed from program [iAccess
> root]/Start_Programs/Windows_i386-32/acslaunch_win-32.exe (or -64, if
that
> is your OS). When you run this executable the menu includes 'File
> Associations ...'
>
> Paul
>
> -----Original Message-----
> From: MIDRANGE-L [[24]mailto:midrange-l-bounces@xxxxxxxxxxxx] On
Behalf Of
> Jeff
> Crosby
> Sent: Tuesday, October 20, 2015 3:39 PM
> To: Midrange Systems Technical Discussion
> Subject: Re: i Access Solutions - error loading java module
>
> I have 1.1.4 dated April 14, 2015.
> Build ID 5161.
>
>
> On Tue, Oct 20, 2015 at 3:28 PM, Gregory Martin
<mr.gamartin@xxxxxxxxx>
> wrote:
>
> > You must have a version prior to 1.1.4 (Feb 2015). That is when I
> > remember that the option was there in the menu options of the main
> program.
> >
> > What version of the ACS program do you have? Look under Help -->
About.
> >
> > I have Version 1.1.4.3. Build id: 5410 Oct 5, 2015
> >
> >
> >
> >
> >
> > Thanks,
> > Greg Martin
> > [25]mailto:mr.gamartin@xxxxxxxxx
> >
> > On Tue, Oct 20, 2015 at 3:20 PM, Jeff Crosby
> > <jlcrosby@xxxxxxxxxxxxxxxx>
> > wrote:
> >
> > > There is no File Associations in the Tools menu . . .
> > >
> > >
> > > On Tue, Oct 20, 2015 at 3:11 PM, Gregory Martin
> > > <mr.gamartin@xxxxxxxxx>
> > > wrote:
> > >
> > > > Did you try the menu option Tools --> File Associations... and
> > > > reset
> > the
> > > > file associations? That should help clear up the issue.
> > > >
> > > > Thanks,
> > > > Greg Martin
> > > > [26]mailto:mr.gamartin@xxxxxxxxx
> > > >
> > > > On Tue, Oct 20, 2015 at 3:06 PM, Jeff Crosby <
> > jlcrosby@xxxxxxxxxxxxxxxx>
> > > > wrote:
> > > >
> > > > > Reboot no help.
> > > > >
> > > > >
> > > > > On Tue, Oct 20, 2015 at 2:36 PM, Jeff Crosby <
> > > jlcrosby@xxxxxxxxxxxxxxxx>
> > > > > wrote:
> > > > >
> > > > > > Well, now I could get mad.
> > > > > >
> > > > > > I deleted the entire folder c:\iAccess from my desktop.
Then
> > > > > > I
> > > copied
> > > > > the
> > > > > > folder from my laptop, which has the name
> > > c:\IBMiAccessClientSolutions
> > > > to
> > > > > > my desktop.
> > > > > >
> > > > > > Now I can run acslaunch_win-64.exe by double-clicking it.
But
> > > > > > I
> > > can't
> > > > > > assign acslaunch_win-64.exe as the default for .hod files.
> > > > > > .hod
> > says
> > > > > > "unknown application" and, while I can browse and select
> > > > > acslaunch_win-64.exe,
> > > > > > it doesn't work. I drill to it, but whether I double-click
it
> > > > > > or
> > > click
> > > > > > "Open" it does not work. I must be getting senile. I know.
> > > > > > I'll
> > > try
> > > > a
> > > > > > reboot.
> > > > > >
> > > > > >
> > > > > > Grrr.
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Tue, Oct 20, 2015 at 1:53 PM, Jeff Crosby <
> > > > jlcrosby@xxxxxxxxxxxxxxxx>
> > > > > > wrote:
> > > > > >
> > > > > >> Responses inline.
> > > > > >>
> > > > > >> On Tue, Oct 20, 2015 at 1:32 PM, Gerald Magnuson <
> > > > > >> gmagqcy.midrange@xxxxxxxxx> wrote:
> > > > > >>
> > > > > >>> is the acsbundle.jar in the same folder as the
acslaunch...exe?
> > > > > >>>
> > > > > >>
> > > > > >> No for both my desktop and laptop
> > > > > >>
> > > > > >>
> > > > > >>> what level is JAVA on the PC? (my win 7 64-bit pc has
> > 1.8.0_60b27)
> > > > > >>>
> > > > > >>> Same on both. Version 8 update 60. No outdated versions
> > detected.
> > > > > >> Product version 8.0.600.27.
> > > > > >>
> > > > > >>
> > > > > >>> On Tue, Oct 20, 2015 at 12:09 PM, Jeff Crosby <
> > > > > jlcrosby@xxxxxxxxxxxxxxxx
> > > > > >>> >
> > > > > >>> wrote:
> > > > > >>>
> > > > > >>> > Late September I started a thread regarding a MSGSOCK007
> > > > > >>> > on our
> > > > CEO's
> > > > > >>> > laptop. That issue has been resolved. However I was
also
> > having
> > > > > >>> issues on
> > > > > >>> > my desktop that aren't resolved. I was getting ready
for
> > > vacation
> > > > > so I
> > > > > >>> > backburnered it till now.
> > > > > >>> >
> > > > > >>> > Here's the situation. System i 520, V7R1, fairly well
> > up-to-date
> > > > on
> > > > > >>> PTFs.
> > > > > >>> > My desktop is Win 7 pro 64-bit, on a domain.
> > > > > >>> >
> > > > > >>> > The only way I can start I Access is by double-clicking
> > > > > >>> > the
> > > > > >>> acsbundle.jar
> > > > > >>> > file. If I double-click acslaunch_win-64.exe I see a
> > > > > >>> > flash of
> > a
> > > > > black
> > > > > >>> > screen blink at me, then nothing. If I try to run
> > > > > >>> acslaunch_win-64.exe in
> > > > > >>> > a command prompt I get "Error loading java module."
Same
> > > > > >>> > if I
> > > try
> > > > as
> > > > > >>> > Administrator.
> > > > > >>> >
> > > > > >>> > File extension .hod is assigned to acslaunch_win-64.exe.
> > > > > >>> > When
> > I
> > > > > >>> > double-click an .hod file, I see a flash of a black
screen
> > blink
> > > at
> > > > > me,
> > > > > >>> > then nothing. If I try it in a command prompt I get
> > > > > >>> > "Error
> > > loading
> > > > > >>> java
> > > > > >>> > module." Same if I try as Administrator.
> > > > > >>> >
> > > > > >>> > The getting started text has a bunch of trouble-shooting
> > > regarding
> > > > > >>> this,
> > > > > >>> > like setting up a JAVA_HOME environment variable, etc,
> > > > > >>> > none of
> > > > which
> > > > > >>> > worked. Rebooted several times to no avail. All this
was
> > > > yesterday,
> > > > > >>> my
> > > > > >>> > first day back from vacation.
> > > > > >>> >
> > > > > >>> > Since it works just fine on my laptop (also Win 7 Pro
> > > > > >>> > 64-bit),
> > I
> > > > > >>> decided to
> > > > > >>> > wait till today, bring my laptop in, and compare
settings
> > > > > >>> > side
> > by
> > > > > >>> side. (I
> > > > > >>> > initially just copied the entire folder structure from
my
> > laptop
> > > to
> > > > > my
> > > > > >>> > desktop, so all those files are the same.)
> > > > > >>> >
> > > > > >>> > The environment variable for javapath is the same on
both.
> > There
> > > > is
> > > > > no
> > > > > >>> > JAVA_HOME environment variable on either. The java
> > > > > >>> > version is
> > > the
> > > > > >>> same on
> > > > > >>> > both. The Help/about shows the exact same java
> > > > > >>> > information on
> > > > both.
> > > > > >>> The
> > > > > >>> > only difference I can think of is the laptop is not
joined
> > > > > >>> > to
> > the
> > > > > >>> domain.
> > > > > >>> >
> > > > > >>> > I know Jim Oberholtzer says he just double-clicks the
> > > acsbundle.jar
> > > > > >>> file,
> > > > > >>> > but I want to be able to double-click the .hod files.
> > > > > >>> >
> > > > > >>> > Suggestions? Hopefully something obvious.
> > > > > >>> >
> > > > > >>> >
> > > > > >>> > --
> > > > > >>> >
> > > > > >>> >
> > > > > >>> > Jeff Crosby
> > > > > >>> > VP Information Systems
> > > > > >>> > UniPro FoodService/Dilgard P.O. Box 13369 Ft. Wayne, IN
> > > > > >>> > 46868-3369
> > > > > >>> > 260-422-7531
> > > > > >>> > www.dilgardfoods.com
> > > > > >>> >
> > > > > >>> > The opinions expressed are my own and not necessarily
the
> > opinion
> > > > of
> > > > > my
> > > > > >>> > company. Unless I say so.
> > > > > >>> > --
> > > > > >>> > This is the Midrange Systems Technical Discussion
> > > > > >>> > (MIDRANGE-L)
> > > > > mailing
> > > > > >>> list
> > > > > >>> > To post a message email: MIDRANGE-L@xxxxxxxxxxxx To
> > > > > >>> > subscribe, unsubscribe, or change list options,
> > > > > >>> > visit:
> > > > > >>> >
[27]http://lists.midrange.com/mailman/listinfo/midrange-l
> > > > > >>> > or email: MIDRANGE-L-request@xxxxxxxxxxxx Before
posting,
> > > > > >>> > please take a moment to review the archives at
> > > > > >>> > [28]http://archive.midrange.com/midrange-l.
> > > > > >>> >
> > > > > >>> >
> > > > > >>> --
> > > > > >>> This is the Midrange Systems Technical Discussion
> > > > > >>> (MIDRANGE-L)
> > > > mailing
> > > > > >>> list
> > > > > >>> To post a message email: MIDRANGE-L@xxxxxxxxxxxx To
> > > > > >>> subscribe, unsubscribe, or change list options,
> > > > > >>> visit:
[29]http://lists.midrange.com/mailman/listinfo/midrange-l
> > > > > >>> or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting,
> > > > > >>> please take a moment to review the archives at
> > > > > >>> [30]http://archive.midrange.com/midrange-l.
> > > > > >>>
> > > > > >>>
> > > > > >>
> > > > > >>
> > > > > >> --
> > > > > >>
> > > > > >>
> > > > > >> Jeff Crosby
> > > > > >> VP Information Systems
> > > > > >> UniPro FoodService/Dilgard
> > > > > >> P.O. Box 13369
> > > > > >> Ft. Wayne, IN 46868-3369
> > > > > >> 260-422-7531
> > > > > >> www.dilgardfoods.com
> > > > > >>
> > > > > >> The opinions expressed are my own and not necessarily the
> > > > > >> opinion
> > of
> > > > my
> > > > > >> company. Unless I say so.
> > > > > >>
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > >
> > > > > >
> > > > > > Jeff Crosby
> > > > > > VP Information Systems
> > > > > > UniPro FoodService/Dilgard
> > > > > > P.O. Box 13369
> > > > > > Ft. Wayne, IN 46868-3369
> > > > > > 260-422-7531
> > > > > > www.dilgardfoods.com
> > > > > >
> > > > > > The opinions expressed are my own and not necessarily the
> > > > > > opinion
> > of
> > > my
> > > > > > company. Unless I say so.
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > >
> > > > >
> > > > > Jeff Crosby
> > > > > VP Information Systems
> > > > > UniPro FoodService/Dilgard
> > > > > P.O. Box 13369
> > > > > Ft. Wayne, IN 46868-3369
> > > > > 260-422-7531
> > > > > www.dilgardfoods.com
> > > > >
> > > > > The opinions expressed are my own and not necessarily the
> > > > > opinion of
> > my
> > > > > company. Unless I say so.
> > > > > --
> > > > > This is the Midrange Systems Technical Discussion (MIDRANGE-L)
> > mailing
> > > > list
> > > > > To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe,
> > > > > unsubscribe, or change list options,
> > > > > visit:
[31]http://lists.midrange.com/mailman/listinfo/midrange-l
> > > > > or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting,
please
> > > > > take a moment to review the archives at
> > > > > [32]http://archive.midrange.com/midrange-l.
> > > > >
> > > > >
> > > > --
> > > > This is the Midrange Systems Technical Discussion (MIDRANGE-L)
> > > > mailing
> > > list
> > > > To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe,
> > > > unsubscribe, or change list options,
> > > > visit: [33]http://lists.midrange.com/mailman/listinfo/midrange-l
> > > > or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please
> > > > take a moment to review the archives at
> > > > [34]http://archive.midrange.com/midrange-l.
> > > >
> > > >
> > >
> > >
> > > --
> > >
> > >
> > > Jeff Crosby
> > > VP Information Systems
> > > UniPro FoodService/Dilgard
> > > P.O. Box 13369
> > > Ft. Wayne, IN 46868-3369
> > > 260-422-7531
> > > www.dilgardfoods.com
> > >
> > > The opinions expressed are my own and not necessarily the opinion
of
> > > my company. Unless I say so.
> > > --
> > > This is the Midrange Systems Technical Discussion (MIDRANGE-L)
> > > mailing
> > list
> > > To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe,
> > > unsubscribe, or change list options,
> > > visit: [35]http://lists.midrange.com/mailman/listinfo/midrange-l
> > > or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please
> > > take a moment to review the archives at
> > > [36]http://archive.midrange.com/midrange-l.
> > >
> > >
> > --
> > This is the Midrange Systems Technical Discussion (MIDRANGE-L)
mailing
> > list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe,
> > unsubscribe, or change list options,
> > visit: [37]http://lists.midrange.com/mailman/listinfo/midrange-l
> > or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please
take
> > a moment to review the archives at
> > [38]http://archive.midrange.com/midrange-l.
> >
> >
>
>
> --
>
>
> Jeff Crosby
> VP Information Systems
> UniPro FoodService/Dilgard
> P.O. Box 13369
> Ft. Wayne, IN 46868-3369
> 260-422-7531
> www.dilgardfoods.com
>
> The opinions expressed are my own and not necessarily the opinion of
my
> company. Unless I say so.
> --
> This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list
> To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe,
> unsubscribe,
> or change list options,
> visit: [39]http://lists.midrange.com/mailman/listinfo/midrange-l
> or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take
a
> moment to review the archives at
[40]http://archive.midrange.com/midrange-l.
>
> --
> This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list
> To post a message email: MIDRANGE-L@xxxxxxxxxxxx
> To subscribe, unsubscribe, or change list options,
> visit: [41]http://lists.midrange.com/mailman/listinfo/midrange-l
> or email: MIDRANGE-L-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the archives
> at [42]http://archive.midrange.com/midrange-l.
>
>

--

Jeff Crosby
VP Information Systems
UniPro FoodService/Dilgard
P.O. Box 13369
Ft. Wayne, IN 46868-3369
260-422-7531
www.dilgardfoods.com

The opinions expressed are my own and not necessarily the opinion of my
company. Unless I say so.

------------------------------

Subject: Digest Footer

--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) digest
list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: [43]http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at [44]http://archive.midrange.com/midrange-l.

------------------------------

End of MIDRANGE-L Digest, Vol 14, Issue 1499
********************************************


References

Visible links
1. http://www-03.ibm.com/systems/power/software/i/access/solutions.html
2. https://ibm.biz/BdHrxs
3. http://lists.midrange.com/mailman/listinfo/midrange-l
4. mailto:midrange-l-bounces@xxxxxxxxxxxx
5. http://lists.midrange.com/mailman/listinfo/midrange-l
6. http://archive.midrange.com/midrange-l
7. mailto:midrange-l-bounces@xxxxxxxxxxxx
8. mailto:mr.gamartin@xxxxxxxxx
9. mailto:mr.gamartin@xxxxxxxxx
10. http://lists.midrange.com/mailman/listinfo/midrange-l
11. http://archive.midrange.com/midrange-l
12. http://lists.midrange.com/mailman/listinfo/midrange-l
13. http://archive.midrange.com/midrange-l
14. http://lists.midrange.com/mailman/listinfo/midrange-l
15. http://archive.midrange.com/midrange-l
16. http://lists.midrange.com/mailman/listinfo/midrange-l
17. http://archive.midrange.com/midrange-l
18. http://lists.midrange.com/mailman/listinfo/midrange-l
19. http://archive.midrange.com/midrange-l
20. http://lists.midrange.com/mailman/listinfo/midrange-l
21. http://archive.midrange.com/midrange-l
22. http://lists.midrange.com/mailman/listinfo/midrange-l
23. http://archive.midrange.com/midrange-l
24. mailto:midrange-l-bounces@xxxxxxxxxxxx
25. mailto:mr.gamartin@xxxxxxxxx
26. mailto:mr.gamartin@xxxxxxxxx
27. http://lists.midrange.com/mailman/listinfo/midrange-l
28. http://archive.midrange.com/midrange-l
29. http://lists.midrange.com/mailman/listinfo/midrange-l
30. http://archive.midrange.com/midrange-l
31. http://lists.midrange.com/mailman/listinfo/midrange-l
32. http://archive.midrange.com/midrange-l
33. http://lists.midrange.com/mailman/listinfo/midrange-l
34. http://archive.midrange.com/midrange-l
35. http://lists.midrange.com/mailman/listinfo/midrange-l
36. http://archive.midrange.com/midrange-l
37. http://lists.midrange.com/mailman/listinfo/midrange-l
38. http://archive.midrange.com/midrange-l
39. http://lists.midrange.com/mailman/listinfo/midrange-l
40. http://archive.midrange.com/midrange-l
41. http://lists.midrange.com/mailman/listinfo/midrange-l
42. http://archive.midrange.com/midrange-l
43. http://lists.midrange.com/mailman/listinfo/midrange-l
44. http://archive.midrange.com/midrange-l

As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.