Where are imported tables

hi
i have exported 38 tables using exp in oracle 8i. then i imported these tables using "imp system/manager full = y ....". imported successfully without any warnings. then i login using system/manager to sql plus and used the query "select * from tab". but there are no tables that i just imported. where the tables gone?

As Pravin states, because the import was performed with the "full=y" option, the objects will go into the same schema they were exported from.
If you want these objects to be in the system schema (but why would you?), then you would need to perform the import without the "full=y", but with the "fromuser=<<original_schema_name>> touser=SYSTEM" options instead.
HTH,
Jason

Similar Messages

  • ODBC - where are the tables

    Newbie installation of Oracle XE on Windows.
    Created tables A,B and view C as user SYSTEM.
    Created user readonly and granted select to readonly for A,B,C.
    Created ODBC link for user readonly.
    When I try to link to these table in MS Access,
    I get a list of about 1000 tables to choose from,
    none of which is SYSTEM.A, SYSTEM.B, or SYSTEM.C.
    Similar thing happens with ODBC link for user SYSTEM,
    except that there are even more tables accessible from Access
    (still, not A,B, or C).
    Where are the tables?
    Thanks,
    Peter Kopke
    [email protected]

    1) You should never, ever create tables owned by SYSTEM or SYS. Those schemas should be used only for Oracle-owned objects.
    2) If you create an APP_OWNER schema and create tables there, are you able to see them through ODBC?
    3) Which ODBC driver are you using?
    Justin

  • Where are  tablespace, table structure, package physically stored?

    Running Oracle 11g on Linux.
    My disk settings are:
    /dev/sda1 (boot)
    /dev/sda2 (/)
    /dev/sda3 (/u01) for Oracle software. Base: /u01/app/oracle
    /dev/sda4 (swap)
    /dev/sdb1 ASM disk for DATA
    /dev/sdc1 ASM disk for DATA
    /dev/sdd1 ASM disk for FRA
    1. Where are the tablespace, table structure (such as table name, column name, column type, primarykey key, and index), package, procedure, trigger, and function PHYSICALLY stored? I want to know the common directory path and disk location?
    2. When the Fast Recovery Area (FRA) does the backup job, will the tablespace, table structure (column, type, key, index), package, procedure, trigger, and function also be backed up to the Fast Recovery Area (FRA), in addition to the data files, control files, redo logs and archived logs?
    Thanks

    You need understand the difference and concept about Physical Storage Structures and Logical Storage Structures.
    http://docs.oracle.com/cd/E11882_01/server.112/e16508/physical.htm
    http://docs.oracle.com/cd/E11882_01/server.112/e16508/logical.htm
    /dev/sdb1 ASM disk for DATA
    /dev/sdc1 ASM disk for DATA
    /dev/sdd1 ASM disk for FRA
    1. Where are the tablespace, table structure (such as table name, column name, column type, primarykey key, and index), package, procedure, trigger, and function PHYSICALLY stored? I want to know the common directory path and disk location?Probably your database is stored on ASM Filesystem, wich are using the /dev/sdb1 and /dev/sdc1. So if your database files is on ASM "DATA" diskgroup then all objects is there.
    Query V$DATAFILE, V$CONTROLFILE, V$LOGFILE, V$TEMPFILE
    2. When the Fast Recovery Area (FRA) does the backup job, will the tablespace, table structure (column, type, key, index), package, procedure, trigger, and function also be backed up to the Fast Recovery Area (FRA), in addition to the data files, control files, redo logs and archived logs?FRA is used to hold backups of database then your objects are backed up there too.
    Use RMAN to check it:
    LIST BACKUP;
    LIST ARCHIVELOG ALL;
    Edited by: Levi Pereira on Oct 8, 2012 12:05 PM
    Edited by: Levi Pereira on Oct 8, 2012 12:09 PM

  • Where are imported shared libraries defined

    in system-application.xml, the imported-shared-libraries are defined as :
    <imported-shared-libraries>
    <import-shared-library name="oracle.dms"/>
    <import-shared-library name="oracle.jdbc"/>
    and these are used in server.xml like:
    <import-shared-library name="oracle.jdbc"/>
    my questions is where does the imported libraries name and actual jar files defined. for ex. for the name oracle.jdbc, where are the jar libraries location defined?
    I got a problem looks like application server not able to find these jars unless I copy them to the applib folder.
    Thanks

    Additional shared libraries may be configured to override the default shared libaries, including the oracle.jdbc library.
    http://www.oracle.com/technology/tech/java/oc4j/1013/how_to/how-to-swapjdbclib/doc/readme.html

  • Where are imported DV clips stored?

    Hello all!
    I just imported a tape from my JVC GR-DV4000E and saved my project. Now I'm a bit interested, where are the clips stored? I seem not to be able to find them.
    My thought was to burn to DVD one of the movie clips as RAW file format, so it can be imported for another individual.
    Thankful for any kind of help!
    Sincerely,
    Andreas
    MacBook Intel C2D   Mac OS X (10.4.8)  

    They are in the iMovie project package (which looks like a file). In the Finder, Ctrl-click (or right-click) on the project and select "Show Package Contents" from the context menu. The DV clips are in the Media folder.

  • Where are imported emails stored on verizon email account

    Recently switched over from Comcast to Verizon and used True Switch to import old emails to new verizon account.  Email indicates everything was imported however only contacts show available.  Where are the imported emails.  Can't find them in inbox. Please help!

    they should have created a folder in your webmail inbox.  
    so you sign in at http://webmail.verizon.net
    you will have inbox, sent trash etc..
    there should be another folder there.

  • Where are the tables stored in Portal?

    I am trying to find where the tables are typically located in portal so I can generate the following reports on our portal website.
    1) Report on all pages of the portal website, having the following information about each page:
    * Web page url
    * last revised by whom
    * date of last revision
    * content owner/contact of that page
    2) Group-wise list of all current publishers and approvers of the portal website, segregated on the basis of groups.
    Can anyone let me know where the tables are typically stored?
    Thanks,

    I dont think there is any single table that would have information that you are looking for, but you may check wwv_pages$ for some info on the pages.
    Better, however, would be to query the wwsbr_ views. Please see this [link for content management|http://download.oracle.com/docs/cd/B14099_19/portal.1014/b14135/pdg_cm_api.htm#CHDDGEIF] to get details of these views. These views are based on several portal tables and have a lot of info based on user privileges. So you may wanna set your context as portal user if you are querying from toad or sql-plus, etc. Again, the chapters around the link I mentioned above, should help you setup the context if you wonder how to do it.
    i think you can query most of the info that you are looking for through these.
    thanks!
    AMN

  • WAS640&SAPDB: Where are the tables stored?

    Hello,
    I've deployed an SDA file from a dictionary project. Now I try to find the tables of this dictionary using SQL Studio. Can somebody tell me where to find the tables?
    Thanks,
    Christian

    Hi Christian,
    well, the tables normally have the same name(s) you defined in the dictionary project (starting with TMP_ by default).
    The properties you use for connecting to the DB is critical, since you have to login with the user who "owns" the tables:
    Server: Your hostname
    Database: J2E
    User: SAPJ2EDB
    Password: ?? You defined it during installation.
    Database name and User are default, if you defined other names, you must of course use these.
    Hope that helps.
    Regards
    Stefan

  • Where are the tables?

    I have looked everywhere so I assume tables are not an option in iWeb. That seems like such an obvious tool to include and would provide such nice integration with spreadsheets from Numbers and tables from Pages. ...or am I missing something.

    I'm in the same boat. I think it's ridiculous to have to open another program to add tables. I'm experimenting with creating a row of text boxes, for example, if there are 5 columns, then I'd have 5 text boxes in a row, tight to each other, then I'd just duplicate the row. This works fine. However, on my site, midwestbikerides.com, the entire row needs to be highlighted.
    Using the above method seems to leave a spot between each text box, without any background coloring.
    I'm still working on it. If I figure it out, I'll post some info.
    In the mean time, do a Google search for "iWeb tables". There is a table generator there that we can use with html snippets. I'm not to happy with that one though.

  • Where are imported photos saved, during a iTunes sync with IOS devices?

    When i sync my iPhone/iPad, on one of the steps it says importing photos.
    Are these photos being transfered form my iPad to my PC, or the other way around?

    They are being synced from your computer to your iPad - you can specify which photos that you want to sync to your iPad via the Photos tab : syncing photos.
    If you want to copy photos taken with the iPad, copied onto it via the camera connection kit, or saved from emails/websites to your computer then it's done outside of iTunes : photos to computer.

  • IMPORTANT TABLES OF HR

    Hello X'perts:
    I want to know ...........What are important Tables in HR and do I need to remember each of them????

    Master Data
    PA10 - Personnel file
    PA20 - Display HR Master Data
    PA30 - Maintain HR Master Data
    PA40 - Personnel Events
    PA41 - Change Hiring Data
    PA42 - Fast Data Entry for Events
    PRMD - Maintain HR Master Data
    PRMF - Travel Expenses : Feature TRVFD
    PRML - Set Country Grouping via Popup
    PRMM - Personnel Events
    PRMO - Travel Expenses : Feature TRVCO
    PRMP - Travel Expenses : Feature TRVPA
    PRMS - Display HR Master Data
    PRMT - Update Match code
    PS03 - Info type Overview
    PS04 - Individual Maintenance of Info types Time Management
    PA51 - Display Time Data
    PA53 - Display Time Data
    PA61 - Maintain Time Data
    PA62 - List Entry of Additional Data
    PA63 - Maintain Time Data
    PA64 - Calendar Entry
    PA70 - Fast Data Entry
    PA71 - Fast Entry of Time Data
    PBAB - Maintain Vacancy assignments
    PT01 - Create Work Schedule
    PT02 - Change Work Schedule
    PT03 - Display Work Schedule
    Payroll
    PC00 - Run Payroll
    PC10 - Payroll menu USA
    PE00 - Starts Transactions PE01 PE02 PE03
    PE01 - Schemas
    PE02 - Calculation Rules
    PE03 - Features
    PE04 - Create functions and Operations
    PE51 - HR form editor
    PRCA - Payroll Calendar
    PRCT - Current Settings
    PRCU - Printing checks USA
    PRD1 - Create DME
    SM31 - Maintain Table
    SM12 - Locked Secessions
    TSTC - Table Look up
    SPRO - IMG
    SE16 - Data Browser (Table Reports)
    PP03 - PD Tables
    PPOM - Change Org Unit
    PO13 - Maintain Positions
    PO03 - Maintain Jobs Benefits
    PA85 - Benefits - Call RPLBEN11
    PA86 - Benefits - Call RPLBEN07
    PA87 - Benefits - Call RPLBEN09
    PA89 - COBRA Administration
    PA90 - Benefits Enrollment
    PA91 - Benefits - Forms
    PA92 - Benefits Tables - Maintain
    PA93 - Benefits Tables - Display
    PA94 - Benefits - Access Reporting Tree
    PA95 - Benefits IMG - Jump to Views
    PA96 - Benefits reporting
    PA97 - Salary Administration - Matrix
    PA98 - Salary Administration
    PA99 - Compensation Admin - rel. Changes
    PACP - HR-CH : Pension fund, interface
    General Reporting
    PM00 - Menu for HR Reports
    PM01 - Dialogs in HR - Create Custom info types
    PRFO - Standard Form
    PSVT - Dynamic Tools Menu
    PAR1 - Flexible Employee Data
    PAR2 - Employee List Organizational Management
    PPOM - Change org Unit
    PO03 - Maintain Jobs
    P013 - Maintain Position
    PO10 - Maintain Organizational Unit
    PP01 - Maintain Plan Data (menu-guided)
    PP02 - Maintain Plan Data (Open)
    PP03 - Maintain Plan Data (Event-guided)
    PP05 - Number Ranges
    PP06 - Number Ranges Maintenance HR Data
    PP07 - Tasks/Descriptions
    PP69 - Choose Text for Organizational Unit
    PP90 - Setup Organization
    PP01 - Change Cost Center Assignment
    PP02 - Display Cost Center Assignment
    PP03 - Change Reporting Structure
    PP04 - Display Reporting Structure
    PP05 - Change Object indicators (O/S)
    PP06 - Change Object indicators OS
    PPOA - Display Menu Interface (with dyn.)
    PPOC - Create Organizational Unit
    PPOM - Maintain Organizational Plan
    PPOS - Display Organizational Plan
    PQ01 - Events for Work Center
    PQ02 - Events for Training Program
    PQ03 - Events for Job
    PQ04 - Events for Business Event Type
    PQ06 - Local Events
    PQ07 - Resource Events
    PQ08 - Events for External Person
    PQ09 - Events for Business Event Group
    PQ10 - Events for Organizational Unit
    PQ11 - Events for Qualification
    PQ12 - Resource Type Events
    PQ13 - Events for Position
    PQ14 - Events for Task
    PQ15 - Events for Company
    PSO5 - PD : Administration Tool
    PSOA - Work Center Reporting
    PSOC - Job Reporting
    PSOG - Org Mgmt General Reporting
    PSO1 - Tools Integration PA-PD
    PSOO - Organizational Unit Reporting
    PSOS - Position Reporting
    PSOT - Task Reporting
    Recruitment
    PB10 - Initial Entry of applicant master data
    PB20 - Display applicant master data
    PB30 - Maintain applicant master data
    PB40 - Applicant events
    PB50 - Display applicant actions
    PB60 - Maintain Applicant Actions
    PB80 - Evaluate Vacancies
    PBA0 - Evaluate Advertisements
    PBA1 - Applicant Index
    PBA2 - List of applications
    PBA3 - Applicant vacancy assignment list
    PBA4 - Receipt of application
    for infotype 2001/2002.
    The rest of the HR Tables are as follows:
    DD01L Domains
    DD02L SAP tables
    DD03L Table Fields
    DD03T DD: Texts for fields (language dependent)
    DD04L Data elements
    DD04T R/3 DD: Data element texts
    DD05S Foreign key fields
    DD06L Pool/cluster structures
    DD20L Matchcode Ids
    DD24S Fields of a matchcode ID
    T000 Clients
    T001 Company Codes
    T001E Company code-dependent address data
    T001P Personnel Areas/Subareas
    T012 House banks
    T012K House bank accounts
    T012T House bank account names
    T500L Personnel Country Grouping
    T500P Personnel Areas
    T500T Personnel Country Groupings
    T501 Employee Group
    T501T Employee Group Names
    T502T Marital Status Designators
    T503 Employee Groups / Subgroups
    T503K Employee subgroup
    T503T Employee Subgroup Names
    T504A Benefits - Default Values (NA)
    T504B Benefit Option Texts (North America)
    T504C Benefit Type (NA)
    T504D Benefit Credit Group Amount
    T504E Benefit Amount
    T504F Benefit Costs
    T508A Work Schedule Rules
    T508T Texts for Employee Subgroup Groupings for Work Schedules
    T510 Pay Scale Groups
    T510A Pay Scale Types
    T510F Assign Pay Scale > Time Unit, Currency
    T510G Pay Scale Areas
    T510H Payroll Constants with Regard to Time Unit
    T510I Standard Working Hours
    T510J Constant Valuations
    T510L Levels
    T510M Valuation of pay scale groups acc. to hiring date
    T510N Pay Scales for Annual Salaries (NA)
    T510S Time Wage Type Selection Rule
    T510U Pay Scale Groups
    T510Y Special Rules for Wage Type Generation
    T511 Wage Types
    T512R Cumulation Wage Types in Forms
    T512S Texts for Cumulation Wage Types in Forms
    T512T Wage Type Texts
    T512W Wage Type Valuation
    T512Z Permissibility of Wage Types per Infotype
    T513 Jobs
    T514S Table Name Texts
    T514T Field Name Texts
    T51D2 Wage Type Classes
    T51D3 Reduction Rules
    T51D4 Cumulation Rules
    T527X Organizational Units
    T528B Positions - Work Centers
    T528C Wage Type Catalog
    T528T Position Texts
    T529A Personnel Event
    T529F Fast Data Entry for Events
    T529T Personnel Event Texts
    T52BT Texts For HR Objects
    Edited by: Sikindar on Oct 13, 2008 7:04 AM

  • When target DB is down in which table is the data from source is stored, also where are the error messages stored in ODI

    When target DB is down in which table is the data from source is stored, also where are the error messages stored in ODI( I am not getting any error message in E$_TARGET_ANI_TEST).
    When i am running the interface i am getting the below error against the errored step
    "ORA-01045: user ABC lacks CREATE SESSION privilege; logon denied."
    Only E$_TARGET_ANI_TEST  is created with no data. No such tables like C$_0TARGET_ANI_TEST, I$_TARGET_ANI_TEST are created and also data is not inserted in the target table TARGET_ANI_TEST.

    Hi,
    I have checked that only E$ table is created. C$ and I$ table are not created ( I have selected my target schema as the part for the staging table).
    All the parameters for dropping the tables are selected as "<default>:false".
    I am importing the following KMs with the following parameters:
    1) CKM Oracle
    DROP_ERROR_TABLE
    :false
    DROP_CHECK_TABLE
    :false
    CREATE_ERROR_INDEX
    :true
    COMPATIBLE
    :9
    VALIDATE
    :false
    ENABLE_EDITION_SUPPORT
    :false
    UPGRADE_ERROR_TABLE
    :false
    2) LKM SQL to SQL
    DELETE_TEMPORARY_OBJECTS
    :true
    3) IKM SQL Incremental Update
    INSERT
    :true
    UPDATE
    :true
    COMMIT
    :true
    SYNC_JRN_DELETE
    :true
    FLOW_CONTROL
    :true
    RECYCLE_ERRORS
    :false
    STATIC_CONTROL
    :false
    TRUNCATE
    :false
    DELETE_ALL
    :false
    CREATE_TARG_TABLE
    :false
    DELETE_TEMPORARY_OBJECTS
    :true 

  • Where are my important files located in Leopard 10.5?

    I had an old file from apple titled "Where are my important files located?" which applied to 10.3. I could not find this same doc for 10.5. It had the location of all the important files for safari, mail, address book, etc. and was handy when I was mirgrating files or backing up or so forth. Is there now an updated file/doc for this with regards to 10.5 Leopard? Or is every important file's location still located in the same location? Thanks

    Hi Teal,
    I'm a big "foggy" on a lot of the OS X 10.3 "Panther" stuff but I think you'll find OS X 10.5 to be pretty similar in most regards.
    As far as your user information, everything related to your user will be in the /Users/username location. The "Library" folder is probably the most important when it comes to application related data such as Safari, Mail, Address Book, iCal, etc. Some applications will have a folder directly inside the library folder (/Users/Username/Library/ApplicationName) and some will store data in the Application Support folder (/Users/Username/Library/Application Support/ApplicationName)
    The important thing, is that all of your user data is stored in the /Users/Username location that will often be represented by a "House" icon when signed into that user.
    Where it gets a little tricky, is some applications will store data in the /Users/Shared location and the /Library location. So if you ever do a total system migration there's a possibility you'll need to reinstall some applications. A Time Machine backup can assist with system migrations as it does a full and complete backup of your HD, including the User's home folder.

  • Where are my Photos that I imported using IPHOTO?

    I am using IPHOTO 9.  I have about 15,000 pics/videos that I have imported using IPHOTO.  That much stuff takes an enormous amount of my hardrive space on my Macbook Pro, which is only 500GB.  Yesterday I purchased a 2TB Time Capsule.  My intention was to use this as storage for all those pics.  But, I'm reading that isn't a good idea.  I do have a 650 GB external WD HDD that I have moved the Iphoto Library to.  My questions are:  Where are all the original phtos stored that I imported from my camera, and other places into IPHOTO?  How do I access all of those files without stepping through dozens of folders within the Master folder under Iphoto Library?
    I purchased PHOTOSHOP ELEMENTS 11 and Photoshop Elements Organizer.  I wanted to organize all my photos utilizing Photoshop Elements Organizer but I can't seem to find them.  When I go to Import pictures/videos from "Iphoto" under Elements Organizer it takes an extremely long time.  In fact, the dialogue that shows how much time is left and what picture it is on indicates like around picture number 50 of 15,000 after an hour or so.  Just way too long.  So, I don't know what to do?  Anyone that has an idea of how I can better utilize these two programs or just one or the other, would be appreciated.
    Thanks.

    This may be of interest to you:
    Using Photoshop or Photoshop Elements as Your Editor of Choice in iPhoto.
    1 - select Photoshop or Photoshop Elememts as your editor of choice in iPhoto's General Preference Section's under the "Edit photo:" menu.
    2 - double click on the thumbnail in iPhoto to open it in Photoshop.  When you're finished editing click on the Save button. If you immediately get the JPEG Options window make your selection (Baseline standard seems to be the most compatible jpeg format) and click on the OK button. Your done. 
    3 - however, if you get the navigation window
    that indicates that  PS wants to save it as a PS formatted file.  You'll need to either select JPEG from the menu and save (top image) or click on the desktop in the Navigation window (bottom image) and save it to the desktop for importing as a new photo.
    This method will let iPhoto know that the photo has been editied and will update the thumbnail file to reflect the edit..
    NOTE: With Photoshop Elements  the Saving File preferences should be configured as shown:
    I also suggest the Maximize PSD File Compatabilty be set to Always.  In PSE’s General preference pane set the Color Picker to Apple as shown:
    Note:  to switch between iPhoto and PS or PSE as the editor of choice Control (right)-click on the thumbnail and select either Edit in iPhoto or Edit in External Editor from the contextual menu. If you use iPhoto to edit more than PSE re-select iPhoto in the iPhoto General preference pane. Then iPhoto will be the default editor and you can use the contextual menu to select PSE for your editor when desired.
    OT

  • What are the most important tables in SD, MM, PP, FI , CO and QM?

    Hi all,
    What are the most important tables in SD, MM, PP, FI , CO and QM? i.e. most used.
    Thanks,
    Charles.
    +++++++++++++++++

    <b>In FI:</b>
         BKPF               Accounting documents (Header)
         BSEG               Item level
         BSID                   Accounting: Secondary index for customers          
         BSIK                   Accounting: Secondary index for vendors            
         BSIM                   Secondary Index, Documents for Material            
         BSIP                  Index for vendor validation of double documents    
         BSIS                   Accounting: Secondary index for G/L accounts
         BSAD                   Accounting: Index for customers (cleared items)  
         BSAK                   Accounting: Index for vendors (cleared items)    
         BSAS                  Accounting: Index for G/L accounts (cleared items)
    <b>In SD:</b>
         VBAK               Header data
         VBAP               Item data
         VBPA               Partners in sales order
         VBKD               Sales district data
         VBEP               Data related to line items, delivery lines
         VBRK               header data
         VBRP               Item data
         LIKP               Delivery header
         LIPS               Delivery item
         VTTK               Shipment header
         VTTP               Shipment item
         VTTS               Stage in transport
         VTSP               Stage in transport per shipment item
         VTPA               Shipment partners
         VEKP               Handling Unit - Header Table
         VEPO               Packing: Handling Unit Item (Contents)     
    <b>In MM:</b>
         EKKO               Purchase document
         EKPO               Purchase document (item level)
         EKPV               Shipping-Specific Data on Stock Tfr. for Purch. Doc. Item
         EKET               Delivery schedule
         VETVG               Delivery Due Index for Stock Transfer
         EKES               Order Acceptance/Fulfillment Confirmations
         EKKN               Account assignment in purchasing
         EKAN               Vendor address purchasing
         EKPA               Partner functions
         EIPO               Item export / import data
         EINA               Purchase info record (main data)
         EINE               Purchase info record (organisational data)
         EORD               Source list
         EBAN               Purchase requisition
         EBKN               Purchase Requisition Account Assignment
         MKPF               material document
         MSEG               material document (item level)
         MARA               Material master
         MAKT                 Material text
         MARC               Material per plant / stock
         MVKE               Material master, sales data
         MARD               Storage location / stock
         MSKA               Sales order stock
         MSPR               Project stock
         MARM               Units of measure
         MEAN               International article number
         PGMI               Planning material
         PROP               Forecast parameters
         MAPR               Link MARC <=> PROP
         MBEW               Material valuation
         MVER               Material consumption
         MLGN               Material / Warehouse number
         MLGT               Material / Storage type
         MPRP               Forecast profiles
         MDTB               MRP table
         MDKP               Header data for MRP document
         MLAN               Tax data material master
    MTQSS               Material master view: QM
    <b>In QM:</b>
         QALS               Inspection lot record
         QAMB               Link inspection lot - material document
         QAVE               Inspection usage decision
         QDPS               Inspection stages
         QMAT               Inspection type - material parameters
         QINF               Inspection info record (vendor - material)
         QDQL               Quality level
         QDPS               Inspection stages
    <b>In PP:</b>
         AUFK                    Production order headers
         AFIH                    Maintenance order header
         AUFM                    Goods movement for prod. order
         AFKO                    Order header data PP orders
         AFPO                    Order item
         RESB                    Order componenten     
           AFVC                    Order operations
         AFVV                    Quantities/dates/values in the operation
         AFVU                    User fields of the operation
         AFFL                    Work order sequence
         AFFH                    PRT assignment data for the work order(routing)
         JSTO                    Status profile
    JEST                    Object status
         AFRU                    Order completion confirmations

Maybe you are looking for

  • Deskjet 3050 J610

    Hello, I moved recently and have a new router along with a new computer, but can't seem to find my software disc to install the printer to the new network or computer. Is there any way to get a new disc or download the software from the internet?

  • Unable to load treo 90 software after 10.4.5 update

    Hi -- Apple recently replaced the hard drive to my 12in powerbook g4 and I am having trouble loading older software in 10.4, namely Treo 90 software. The install fails after about 95 percent complete, each and every time. According to the handspring

  • How do i get a still image from my home movies in iMovie 09

    On you tube it how's how to do this on iMovie 08, however, I cant find out how to create a still image from my home movie, and possibly export it to iPhoto, any help much appreciated

  • Display jsp files with .html extension

    my problem is very straight forward i want all my jsp pages to be shown with .html extension. like if i have a page test.jsp and I access it through a hyperlink Test then in the browser's address bar i want it test.html .. any ideas ..

  • Is Serverless Chat Possible???

    I have simple question rite moment. that is serverless tcp session possible between computer A to B...while computer A is connected through Proxy at port 8080 and only 8080 is open for connection, and B is connected through modem..................