Journaling a Physical File on IBM iSeries Using STRJRNPF

We have a system that needs to interface directly with some Files.  This system is written in Java and seems to be very difficult to change any JDBC settings to not use commitment control.

Anyway, to get around this issue, we started journaling the physical file that the JDBC command was trying to update using the following command:

STRJRNPF FILE(PRODDTA/F0911) JRN(OWJRNL/OW_JRNL)
Tags: , , , , , , , , , ,

EnterpriseOne Tools Release Upgrade From 8.96 to 8.97 Rough Outline

  1. IBM /AS400/System i
    1. Backup libraries and IFS directories
    2. Register Pristine Environment in Server Manager
    3. Create Server Manager Server Group for Pristine
    4. Upgrade Pristine
  2. Web Server
    1. Create IBM Application Server in Server Manager
    2. Create IBM HTTP Server in Server Manager
  3. General
    1. HTML landing page: update links and info
    2. Change DNS entries
    3. Copy the code used to restrict access to specified environment
    4. Copy images and code for custom backgrounds
    5. Modify the .INI file to specify the correct logon logo
    6. Set web server to restart nightly and cleanup logs
    7. Verify that the server is being backed up and replicated to DR hot site
Tags: , , , , , , , , , , , , , , , ,

Clean Up Your Web-Only Versions

image

We have been having some issues lately where users create web-only and expect to use them after a full package has been built and deployed.

We have processes in place for them to submit new to our development teams, but sometimes things don’t happen the way they are designed.

Anyway, I was doing some checking and noticed that there were quite a few in the F983051 that were web-only and were older than the last full build.

So, I created an that we are going to run immediately after the deployment of a new full package.

 

DELETE FROM <>/F983051
WHERE VRVCC2='1'  

***NOTE: the syntax used in the statement is for the IBM System i (as400, )

Tags: , , , , , , , , , , ,

Egen Process JDBJ Gotcha

When setting up a workstation to perform the eGen process, once in a while there is a step that I seem to forget.  It has to do with two settings in the JDBJ.INI file that need to be changed from their default values and JDBJ driver files:

  • [JDBj-SPEC DATA SOURCE] – This whole stanza needs to be commented out.  If you don’t, the eGen application will here for the location to which you want to generate your serialized objects, which is defaulted to the local MSDE database.
  • [JDBj-JDBC DRIVERS] – The values in this stanza are commented out by default.  You will need to uncomment the drivers that are appropriate to your installation.  For me, that is:
    • AS400=com.ibm.as400.access.AS400JDBCDriver
    • SQLSERVER=com.microsoft.jdbc.sqlserver.SQLServerDriver
  • JDBJ Driver Files – The four files below need to be copied to the C:\e811\MISC directory. 
    • jt400.jar
    • msbase.jar
    • mssqlserver.jar
    • msutil.jar

NOTE: This information is for Tools Release 8.97 and may be different for other .

Tags: , , , , , , , , , , , ,

The EnterpriseOne Session Timeout Two-Step…Ok, Three Step

We have several work areas that require a longer inactive timeout setting than the default 20 minutes (Payroll Time-entry, Fixed Asset Accounting, etc.).

Unfortunately, ’s architecture does not make the process of configuring a session timeout very easy.  There are three separate separate settings that need to configured correctly.  Depending on your architecture that could mean three separate machines using three separate platforms.  Whatever your architecture looks like there are at least three.

  1. The Java Application Server ().  No matter what flavor of you are running (IBM , , BEA, etc.) you will need to configure the application’s user session timeout setting.  The screenshots for IBM 6.0.2.13 are below:

    IBM Websphere 
    IBM Websphere

  2. The HTML Server.  This setting is in the .INI under the [CACHE] stanza.  The setting is in milliseconds (3600000 = 1 hour).  If you are running the Oracle Server Manager for , you can find it in the “Cache Configuration section under the “Web Runtime” configuration.
    Oracle Server Manager
     
    Oracle Server Manager
  3. The HTTP server.  The instructions for both Microsoft IIS and IBM HTTP Server follows:
    • Microsoft IIS:
      • Display the properties of the website that is configured to host
      • On the “Website” tab, modify the “Connection Timeout” setting.  Please note that this value is in seconds, not milliseconds.
    • IBM HTTP Server:
      • Edit the “Timeout” setting in the HTTPD.CONF file.  Please note that this value is in seconds, not milliseconds.

NOTE:  To avoid record locking Oracle specifies to configure the system so that the server will “timeout” the user’s session.  To do that both the HTML Server and the HTTP server need to be set to great times than the server.  For example:

  • To configure a timeout value of 30 minutes:
Tags: , , , , , , , , , , , , , , ,

The LINKBSFN Command Confusion

November 20, 2008 by Stewart Schatz · Leave a Comment
Filed under: EnterpriseOne - Install/Upgrade 

I don’t know about you, but I can never remember what the correct parameters are for the LINKBSFN command that is required when doing Tools Release updates on an IBM (i, System i, AS400).

So, just to make it easier on myself, here they are:

LINKBSFN PARENT(PACKAGELIB) PATHCODE(PATHCODE)

iSeries LINKBSFN

Tags: , , , , , , ,

How To Throttle The Job Queue

September 3, 2008 by Stewart Schatz · Leave a Comment
Filed under: IBM i/System i/iSeries/AS400 

NOTE: The following is intended for use on the IBM System i (,AS400, etc.)

CHGJOBQE SBSD(QBATCH) JOBQ(JDEOWPACK) MAXACT(2)

Explanation:

CHGJOBQE- Change Job Queue Entry

SBSD- Subsystem Description

JOBQ- Job Queue

MAXACT- Maximum Active Jobs

Tags: , , , , ,

IBM Docs Of Interest

July 24, 2008 by Stewart Schatz · Leave a Comment
Filed under: EnterpriseOne - General 

I received an email today from JDETips.  It provided links to a list of data archiving documents on the IBM Optim web site.

They are as follows:

Thanks JDETips!

Tags: , , , ,

EnterpriseOne Package Build Times

After installing the new IBM hardware, I decided to run a full package build just to get an idea of what the performance improvement was.

So, here are the results:

  Existing Hardware New Hardware
Client ~4 hours ~5.75 hours
Enterprise Server ~4 hours ~2 hours

Ok, I’m a little confused on the client portion of the build process.  I’m not sure if there was some other process running that slowed some things down or what.

However, I am really liking the Enterprise Server portion of the build.  The new hardware essentially chopped the build time in half.

So, although I need to do some checking on the client part I am really satisfied with the new hardware.

Tags: , , , ,

EnterpriseOne IBM i Hardware Upgrade

July 7, 2008 by Stewart Schatz · 1 Comment
Filed under: IBM i/System i/iSeries/AS400 

Hooray! The New Hardware Is In! The New Hardware Is In!

Sorry to mutilate a classic line, but…  Hey, this is exciting news.

Our IBM hardware guys put in a lot of hours last weekend and upgraded our Enterprise Server hardware.  Essentially, we doubled processor CPW, tripled RAM & added 1TB of disk.  See the breakdown below:

Existing Hardware New Hardware
  System LPAR 1 LPAR 2 System LPAR 1 LPAR 2
Chip Set Power5     Power6    
Chip Speed 1.65 GHz     4.7 GHz    
CPUs (Active) 2 1.4 .6 3 2 1
             
CPW System (Active) 6000 4200 1800 13500 9000 4500
CPW Interactive (5250) 3000 2100 900 4500 3000 1500
Memory 20 GB 12 GB 8 GB 64 GB 40 GB 24 GB
DASD – Capacity RAID-5   1848 GB 775 GB   2537 GB 1057 GB
Related Posts with Thumbnails Tags: , ,

Next Page »