Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: TurboIMAGE


  
  Transforming TurboIMAGE Data to Oracle
Although TurboIMAGE does not place any restrictions on the reasonableness of item datatypes (i.e., you can define J25 if you wish) and does not validate values before inserting them into the database, most TurboIMAGE databases use only the data types that can be processed by the programming languages on the HP 3000.
ITEM-NUMBER is P8 in TurboIMAGE, which converts to Number as the Oracle internal datatype, with Packed-decimal as the external datatype.
In TurboIMAGE, this would be a J4, which converts to Number as the Oracle internal datatype.
www.robelle.com /tips/oracle-datatypes.html   (1543 words)

  
 TurboIMAGE Scalability II
Because of the serialization, TurboIMAGE may not be able to scale up well with the system growth.
In addition to Put/Del semaphore, another potential bottleneck is when adding or deleting a record to a detail data set, TurboIMAGE needs to update information in the data set user label, which includes the high water mark, delete chain head and number of free records in the data set.
TurboIMAGE returns the record to the delete chain head and increases the number of free records by one.
docs.hp.com /en/30216-90336/ch05s19.html   (469 words)

  
 Understanding Prefetch in IMAGE
With prefetch enabled, TurboIMAGE reads all the data blocks that are needed for the complete transaction before the PUT/DELETE semaphore is locked.
It is the holding of the semaphore lock for a shorter period of time which could improve the throughput of data on your system, but this is not guaranteed.
There was a problem with prefetch under TurboIMAGE versions C.04.06 through C.04.08, when DBPUTs to a detail dataset were failing because this flag was set and there were some uninitialized variables which caused problems.
www.adager.com /TechnicalPapersHTML/Prefetch.html   (818 words)

  
 Robelle Tech: Migrating Empty Date Values From TurboIMAGE
Unlike TurboIMAGE, where date values are stored in generic data types such as X (character) or I (integer), SQL databases have a DATE type specifically for date values.
Since TurboIMAGE does not have a DATE type (and doesn’t enforce data types anyway), many IMAGE-based applications have some invalid date values, and use blanks/zero to mean that the date is not yet known.
SQL has the concept of a specific NULL value that can exist and be detected (the internal implementation may actually use zeroes or blanks or a special flag, but that is normally not exposed to the user).
www.3000newswire.com /subscribers/RobelleTechMPE-03Sept.html   (711 words)

  
 Eloquence TurboIMAGE compatibility
The Eloquence TurboIMAGE compatibility extension is an optional Eloquence component which provides a HP e3000 TurboIMAGE compatible programming interface ("intrinsics") for the Eloquence database.
While not 100% compatible it is close so applications originating on the HP e3000 can be ported to the Eloquence database with no or only minor changes.
The Eloquence TurboIMAGE compatibility extension is a library of functions that translates the TurboIMAGE intrinsic calls into the native Eloquence API.
www.hp-eloquence.com /support/B0710/doc/image3k/index.html   (2617 words)

  
 TurboIMAGE database intrinsics
For each TurboIMAGE intrinsic call a short description is provided along with notes which describe possible Eloquence specific behavior or limitations.
The item types J and R are not supported natively and are only visible to the TurboIMAGE emulation.
The 'R' item type is supported in TurboIMAGE compatibility only, values are expected to be encoded in IEEE format.
www.hp-eloquence.com /support/B0710/doc/image3k/intrinsics/index.html   (521 words)

  
 Re:RE: No DBAs needed on AS400
In the "What is TurboImage" section they do acknowledge the background in Image, though there is no mention of TOTAL or that the predecessors where network based.
SQL is a foreign language to them, their all use to TurboImage intrinsics and a SQL*Plus look alike tool called Quiz.
Problem with TurboImage is that to "modify a database" you have to rebuild it using an HP utility and then you have to rebuild all of your application programs, or else they crash.
www.mail-archive.com /oracle-l@fatcity.com/msg41402.html   (888 words)

  
 5.2 Mode 1 TurboIMAGE Locking
The most efficient way to lock all rows is to lock the entire data set.
Today, TurboIMAGE only has one type of lock, which is equivalent to an X lock in ALLBASE/SQL.
The only way for TurboIMAGE to guarantee that the data read by an RR transaction will not change is to lock it exclusively.
jazz.external.hp.com /training/sqltables/c5s2.html   (488 words)

  
 Leetech Website
These stand-alone systems range in size from the 918 through the 987 and all are running the full suite of electric utility billing and accounting applications developed, maintained and supported by SEDC on behalf of its member companies.
It also means, however, that our underlying TurboIMAGE database structure cannot be replaced for the duration of the migration effort (a process we estimate will take between 3 and 5 years to fully complete).
Used exclusively in our interactive module rewrite and soon to be used in phase 2 of our batch job redesign, SDK has proven to be a high-speed, reliable, industrial-strength SQL database interface, portable across a variety of popular industry platforms and relational database products.
www.leetech.com /SuccessStories/southEasternData.html   (2801 words)

  
 HP3000 FAQ Topic 13.7 - Database Logging
This logging facility is utilized by TurboImage on the HP3000 to record transaction information and to facilitate reporting and recovery of database transactions.
Though there is no built-in facility to generate "audit" reports from an Image log file, there are several third party packages which will do this.
The ability to recover transactions from an Image log file on the other hand is "built in" to TurboImage.
www.3k.com /faq/hpfaq13-07.html   (998 words)

  
 5.1 Mode 5 TurboIMAGE Locking   (Site not responding. Last check: 2007-11-06)
Answer: Locks on TurboIMAGE data are never acquired by a MODE 5 user.
If a predicate evaluates to TRUE for a row, the row qualifies; otherwise, the row is not operated on.
Locks on TurboIMAGE data are never acquired by a MODE 5 user, whether or not a predicate is used.
www.runet.edu /~itr-cs/sqltables/c5s1.html   (169 words)

  
 Robelle Tech: SQL Server and TurboIMAGE Data
Last month we explored the process of transforming TurboIMAGE data into formats that are acceptable to Oracle.
This was introduced in SQL Server 2000 and is the same as I4 in TurboIMAGE.
The CUST-ACCOUNT number field in TurboIMAGE was a Z8 field to enforce better hashing of the values, but Z indicates that it always contains numeric values.
www.3000newswire.com /subscribers/RobTechRobelle-02Jul.html   (1159 words)

  
 Cobol To Java, COBOL to C# Transformation, Business Rule Extraction and Documentation
The main differences is the VPLUS Screens definitions, TurboImage database Access, and extentions to COBOL langauge.
TurboImage is a hierarchical database - consisting of only 2 levels : master and detail.
TurboImage is Positional: After closing the a program - the cursor position will not be lost.
www.softwaremining.com /platforms/hp_platform.jsp   (693 words)

  
 OGSE Custom Software
With our in-depth knowledge of TurboIMAGE and MPE/iX, Orion Group can offer a gradual conversion process of applications and data avoiding the typical pitfalls that come with a "big bang" type conversion.
Using a combination of different techniques and technologies, including code migration and application re-engineering, custom applications can be migrated over time, reducing training costs and extending the cost of the migration project over a period of time.
Our "EasyStep Approach" to migration allows for new GUI or web-based screens to be functional with current HP e3000 data as well as the target relational database, making the screens functional both now as well as later when your organization moves off the HP e3000.
www.ogse.com /ogse.php/customsoftware/hp3000_migration   (230 words)

  
 Welcome to the Roger Fairchild Inc. Website
I have been working as a contracting professional for the last 15 years.
My deep experience specialty is COBOL development, on the HP3000 MPEiX platform using the TurboImage DBMS.
Over 23 years work has occurred in that environment, and I am thoroughly competent in that arena.
www.rogerfairchildinc.com   (168 words)

  
 Burke Consulting and Technology Solutions   (Site not responding. Last check: 2007-11-06)
On November 14, 2001, the IT world changed dramatically for everyone using the HP e3000, MPE/iX and TurboIMAGE.
Whether it wants to or not, each organization with at least one HP e3000 is embarking on a transition, a transition that will make or break careers, and a transition that if handled poorly could bring down the organization.
We fully intend to continue to support MPE/iX, TurboIMAGE and HP e3000 users for as long as there are any left.
burke-consulting.com   (369 words)

  
 Hidden Value - October 2003   (Site not responding. Last check: 2007-11-06)
To use "addindex" your system need to be at least on TurboIMAGE version C.07.xx.
Q: I have inherited a HP3000, and I was trying to clean off an old TurboImage database.
You can purge TurboImage databases using the utility DBUTIL.PUB.SYS and the command PURGE (database name).
www.burke-consulting.com /hidden_value/HV_2003_10.htm   (1818 words)

  
 Transformix Computer Corporation - VB Source Code - Examples
If one wants to access data that exists in an HP 3000 TurboIMAGE database from a Windows application there are several choices.
Another alternative is to purchase a commercial ODBC software package in order to have ODBC access to TurboIMAGE databases in their native form.
Still other client server approaches exist that usually involve the developer writing a server program on the HP 3000 and a client for the Windows computer.
www.xformix.com /vbexample/vb/vb3k/vb3k-3.htm   (1568 words)

  
 [No title]
Vulnerability in TurboIMAGE DBUTIL -------------------------------------------------------- ----------------- HEWLETT-PACKARD COMPANY SECURITY ADVISORY: #0007, 26 June 2000 -------------------------------------------------------- ----------------- The information in the following Security Advisory should be acted upon as soon as possible.
A temporary fix in the DBUTIL program is also available for download on the JAZZ web server at: http://jazz.external.hp.com/src/ It is under the DBUTIL.PUB.SYS program.
You will need to save the your system's old DBUTIL program and later on swap it back when you install TurboIMAGE patch, to avoid PATCH/iX from complaining about the checksum mismatch.
www.up.univ-mrs.fr /wcri/d_serv/d_reseau/d_cert/2000/certmsgVULN143   (758 words)

  
 Transformix Computer Corporation - Visual Basic Source Code
Starting with any HP e3000 TurboIMAGE database, create a DBE for it and connect it to Windows as an ODBC data source.
Generate a Visual Basic program to perform file maintenance on any TurboIMAGE set (ODBC table) of your choice.
Use Visual Basic to access a TurboIMAGE database using native IMAGE calls (i.e.
www.xformix.com /vbexample/vb/vb3k.html   (308 words)

  
 PHP for MPE/iX & Image
Through the MPE/iX and TurboImage extension, PHP supports the generation of web pages directly from an Image database.
The intention is to create higher level functions that shield the script writer from some of the intricacies of Image intrinsics, while hopefully enhancing performance under most conditions.
The resource_id returned by this functions is needed by the other TurboImage functions.
invent3k.external.hp.com /~MGR.FETHERS/functions.html   (2946 words)

  
 TurboIMAGE - Wikipedia, the free encyclopedia (via CobWeb/3.1 planetlab2.cs.unc.edu)   (Site not responding. Last check: 2007-11-06)
IMAGE is the primary reason that the HP3000 was a success.
After about a decade of enhancements it was renamed TurboIMAGE, then TurboIMAGE/XL after the PA-RISC migration.
Programs can access and update records using IMAGE intrinsics.
en.wikipedia.org.cob-web.org:8888 /wiki/TurboIMAGE   (125 words)

  
 5.3 Mode 1 TurboIMAGE Locking (continued)
Answer: The isolation level of the transaction and the data set type affect the locks that are acquired:
Answer: The data set type determines whether data set locking or predicate locking is performed.
As described previously, the isolation level of the transaction affects whether or not locks are obtained:
jazz.external.hp.com /training/sqltables/c5s3.html   (617 words)

  
 Cognos PowerHouse Web: Overview
This forces the developer to treat these databases and file systems as though they were relational databases — often with severe performance implications.
Non-relational data, such as C-ISAM files on UNIX, RMS files on OpenVMS, TurboIMAGE datasets on MPE/iX or DISAM on Windows, can be fully described within the PowerHouse data dictionary.
And your existing relational databases can be used by PowerHouse as sub-dictionaries, so definitions don't have to be duplicated in multiple places.
www.cognos.com /products/powerhouse/phweb.html   (1193 words)

  
 ORBiT Software - Quest - NetBase Client
NetBase Client provides a critical link between MPE environments and other platforms, a link that allows newer technologies to be deployed, and cooperate with existing applications and data repositories.
Provides API access to TurboIMAGE databases using same interface and functionality as the TurboIMAGE intrinsics residing on the HP 3000.
Supports QUERY/UX enabling UNIX users to access HP 3000 TurboIMAGE databases in the same way as HP 3000âs QUERY.
www.orbitsw.co.uk /q_client.html   (283 words)

  
 ISS X-Force Database: hp-turboimage-dbutil(4943): HP TurboIMAGE DBUTIL elevate privileges   (Site not responding. Last check: 2007-11-06)
The DBUTIL program for TurboIMAGE could allow an attacker to gain elevated privileges on the database.
Due to a vulnerability in the DBUTIL.PUB.SYS file, a user with only READ access could perform tasks that should be restricted to the database creator only.
CVE-2000-0616: Vulnerability in HP TurboIMAGE DBUTIL allows local users to gain additional privileges via DBUTIL.PUB.SYS.
xforce.iss.net /xforce/xfdb/4943   (255 words)

  
 Minisoft JDBC
The one-tier solution allows a Java™ application written on an HP 3000 to access TurboIMAGE databases on that HP 3000 using standard SQL syntax.
Using the two-tier approach, applications written in Java™, but running as an applet or an application on another machine (HP, PC, Mac, etc.), are also able to access TurboIMAGE databases using standard SQL syntax.
This provides a single entry point for your applets or applications without limiting access to databases that might reside on any number of HP 3000s.
www.minisoft.com /pages/middleware/jdbc/jdbc.html   (242 words)

  
 Eloquence for HP 3000 Users
Although it does not run on the HP 3000 (MPE), it does run on the HP 9000 (HP-UX).
But for many sites, using Eloquence on HP-UX to retain the years of corporate brainpower invested in their existing applications makes a lot of sense.
Eloquence B.07.00 Official Release: The Eloquence B.07.00 database includes a fully integrated and improved TurboIMAGE compatibility extension which delivers outstanding compatibility to the TurboIMAGE database used with the HP e3000 applications.
beachtech.ai   (701 words)

  
 Minisoft ODBC/32 - SQL Server 7
SQL Server linked servers are especially useful for new client/server applications that will use SQL Server as the main database, but need some access to legacy data on an HP e3000.
The application could be make use of two connections, one to the SQL Server database and one through ODBC to the TurboIMAGE database.
The connection information for both databases would have to be configured on each client machine.
www.minisoft.com /pages/middleware/odbc32/pages/odbcar.htm   (1239 words)

  
 Gupta, Hewlett-Packard enter pact to market new ODBC interface. | Technology > Computer Software from AllBusiness.com
Gupta Technologies and Hewlett-Packard Co. have entered into a strategic alliance to develop and market an ODBC interface to HP ALLBASE/SQL and TurboIMAGE databases.
With the new interface, HP users will be able to use any ODBC-compliant Windows application on their PCs to transparently access HP ALLBASE/SQL and HP TurboIMAGE data on HP 3000 and HP 9000 business computers.
The new jointly developed ODBC driver for HP is expected to become available in the fall of 1993.
www.allbusiness.com /technology/computer-software/320123-1.html   (601 words)

  
 The InterNet Agency - ADBC and Web/iX 2-tier and n-tier J2EE software
ADBC and ADBC-UX are Java-based API's that provide direct real-time access to TURBOIMAGE and HP-ELOQUENCE databases from client applications, without the overhead of ODBC.
The ADBC api is platform and Operating System neutral and can be used on NT/2000, Linux, Unix, HPe3000, HP-UX, to dynamically integrate with and manage TurboImage or Eloquence data in Internet, Intranet, and n-tier applications and designs.
Dynamically integrate and present TURBOIMAGE data in Internet and Intranet web sites.
www.the-internet-agency.com /adbcwebix/ansi-adbc.htm   (335 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.