List of Manual Setup required for iSetup to work

Hi All,
This is Mugunthan from iSetup development. Based on my interaction with customers and Oracle functional experts, I had documented list of manual setups that are required for smooth loading of selection sets. I am sharing the same. Please let me know if I anyone had to enter some manual setup while using iSetup.
Understanding iSetup
iSetup is a tool to migrate and report on your configuration data. Various engineering teams from Oracle develop the APIs/Programs, which migrates the data across EBS instances. Hence all your data is validated for all business cases and data consistency is guarantied. It requires good amount of setup functional knowledge and bit of technical knowledge to use this tool.
Prerequisite setup for Instance Mapping to work
·     ATG patch set level should be same across all EBS instances.
·     Copy DBC files of each other EBS instances participating in migration under $FND_SECURE directory (refer note below for details).
·     Edit sqlnet.ora to allow connection between DB instacnes(tcp.invited_nodes=(<source>,<central>))
·     Make sure that same user name with iSetup responsibility exists in all EBS instances participating in migration.
Note:- iSetup tool is capable of connecting to multiple EBS instances. To do so, it uses dbc file information available under $FND_SECURE directory. Let us consider three instances A, B & C, where A is central instance, B is source instance and C is target instances. After copying the dbc file on all nodes, $FND_SECURE directory would look like this on each machine.
A => A.dbc, B.dbc, C.dbc
B => A.dbc, B.dbc
C => A.dbc, C.dbc
Prerequisite for registering Interface and creating Custom Selection Set
iSetup super role is mandatory to register and create custom selection set. It is not sufficient if you register API on central/source instance alone. You must register the API on all instances participating in migration/reporting.
Understanding how to access/share extracts across instances
Sharing iSetup artifacts
·     Only the exact same user can access extracts, transforms, or reports across different instances.
·     The “Download” capability offers a way to share extracts, transforms, and loads.
Implications for Extract/Load Management
·     Option 1: Same owner across all instances
·     Option 2: Same owner in Dev, Test, UAT, etc – but not Production
o     Extract/Load operations in non-Production instances
o     Once thoroughly tested and ready to load into Production, download to desktop and upload into Production
·     Option 3: Download and upload into each instance
Security Considerations
·     iSetup does not use SSH to connect between instances. It uses Concurrent Manager framework to lunch concurrent programs on source and target instances.
·     iSetup does not write password to any files or tables.
·     It uses JDBC connectivity obtained through standard AOL security layer
Common Incorrect Setups
·     Failure to complete/verify all of the steps in “Mapping instances”
·     DBC file should be copied again if EBS instance has been refreshed or autoconfig is run.
·     Custom interfaces should be registered in all EBS instances. Registering it on Central/Source is not sufficient.
·     Standard Concurrent Manager should up for picking up iSetup concurrent requests.
·     iSetup financial and SCM modules are supported from 12.0.4 onwards.
·     iSetup is not certified on RAC. However, you may still work with iSetup if you could copy the DBC file on all nodes with the same name as it had been registered through Instance Mapping screen.
Installed Languages
iSetup has limitations where it cannot Load or Report if the number and type of installed languages and DB Charset are different between Central, Source and Target instances. If your case is so, there is a workaround. Download the extract zip file to desktop and unzip it. Edit AZ_Prevalidator_1.xml to match your target instance language and DB Charset. Zip it back and upload to iSetup repository. Now, you would be able to load to target instance. You must ensure that this would not corrupt data in DB. This is considered as customization and any data issue coming out this modification is not supported.
Custom Applications
Application data is the prerequisite for the most of the Application Object Library setups such as Menus, Responsibility, and Concurrent programs. iSetup does not migrate Custom Applications as of now. So, if you have created any custom application on source instance, please manually create them on the target instance before moving Application Object Library (AOL) data.
General Foundation Selection Set
Setup objects in General foundation selection set supports filtering i.e. ability to extract specific setups. Since most of the AOL setup data such as Menus, Responsibilities and Request Groups are shipped by Oracle itself, it does not make sense to migrate all of them to target instance since they would be available on target instance. Hence, it is strongly recommended to extract only those setup objects, which are edited/added, by you to target instance. This improves the performance. iSetup uses FNDLOAD (seed data loader) to migrate most of the AOL Setups. The default behavior of FNDLOAD is given below.
Case 1 – Shipped by Oracle (Seed Data)
FNDLOAD checks last_update_date and last_updated_by columns to update a record. If it is shipped by Oracle, the default owner of the record would be Oracle and it would skip these records, which are identical. So, it won’t change last_update_by or last_updated_date columns.
Case 2 – Shipped by Oracle and customized by you
If a record were customized in source instance, then it would update the record based on last_update_date column. If the last_update_date in the target were more recent, then FNDLOAD would not update the record. So, it won’t change last_update_by column. Otherwise, it would update the records with user who customized the records in source instance.
Case 3 – Created and maintained by customers
If a record were newly added/edited in source instance by you, then it would update the record based on last_update_date column. If the last_update_date of the record in the target were more recent, then FNDLOAD would not update the record. So, it won’t change last_update_by column. Otherwise, it would update the records with user who customized the records in source instance.
Profiles
HR: Business Group => Set the name of the Business Group for which you would like to extract data from source instance. After loading Business Group onto the target instance, make sure that this profile option is set appropriately.
HR: Security Profile => Set the name of the Business Group for which you would like to extract data from source instance. After loading Business Group onto the target instance, make sure that this profile option is set appropriately.
MO: Operating Unit => Set the Operating Unit name for which you would like to extract data from source instance. After loading Operating Unit onto the target instance, make sure that this profile option is set if required.
Navigation path to do the above setup:
System Administrator -> Profile -> System.
Query for the above profiles and set the values accordingly.
Descriptive & Key Flex Fields
You must compile and freeze the flex field values before extracting using iSetup.
Otherwise, it would result in partial migration of data. Please verify that all the data been extracted by reporting on your extract before loading to ensure data consistency.
You can load the KFF/DFF data to target instance even the structures in both source as well as target instances are different only in the below cases.
Case 1:
Source => Loc1 (Mandate), Loc2 (Mandate), Loc3, and Loc4
Target=> Loc1, Loc2, Loc3 (Mandate), Loc4, Loc5 and Loc6
If you provide values for Loc1 (Mandate), Loc2 (Mandate), Loc3, Loc4, then locations will be loaded to target instance without any issue. If you do not provide value for Loc3, then API will fail, as Loc3 is a mandatory field.
Case 2:
Source => Loc1 (Mandate), Loc2 (Mandate), Loc3, and Loc4
Target=> Loc1 (Mandate), Loc2
If you provide values for Loc1 (Mandate), Loc2 (Mandate), Loc3 and Loc4 and load data to target instance, API will fail as Loc3 and Loc4 are not there in target instance.
It is always recommended that KFF/DFF structure should be same for both source as well as target instances.
Concurrent Programs and Request Groups
Concurrent program API migrates the program definition(Definition + Parameters + Executable) only. It does not migrate physical executable files under APPL_TOP. Please use custom solution to migrate executable files. Load Concurrent Programs prior to loading Request Groups. Otherwise, associated concurrent program meta-data will not be moved even through the Request Group extract contains associated Concurrent Program definition.
Locations - Geographies
If you have any custom Geographies, iSetup does not have any API to migrate this setup. Enter them manually before loading Locations API.
Currencies Types
iSetup does not have API to migrate Currency types. Enter them manually on target instance after loading Currency API.
GL Fiscal Super user--> setup--> Currencies --> rates -- > types
Associating an Employee details to an User
The extract process does not capture employee details associated with users. So, after loading the employee data successfully on the target instance, you have to configure them again on target instance.
Accounting Setup
Make sure that all Accounting Setups that you wish to migrate are in status “Complete”. In progress or not-completed Accounting Setups would not be migrated successfully.
Note: Currently iSetup does not migrate Sub-Ledger Accounting methods (SLA). Oracle supports some default SLA methods such as Standard Accrual and Standard Cash. You may make use of these two. If you want to use your own SLA method then you need to manually create it on target instances because iSetup does not have API to migrate SLA. If a Primary Ledger associated with Secondary Ledgers using different Chart of Accounts, then mapping rules should be defined in the target instance manually. Mapping rule name should match with XML tag “SlCoaMappingName”. After that you would be able to load Accounting Setup to target instance.
Organization API - Product Foundation Selection Set
All Organizations which are defined in HR module will be extracted by this API. This API will not extract Inventory Organization, Business Group. To migrate Inventory Organization, you have to use Inventory Organization API under Discrete Mfg. and Distribution Selection Set. To extract Business Group, you should use Business Group API.
Inventory Organization API - Discrete Mfg & Distribution Selection Set
Inventory Organization API will extract Inventory Organization information only. You should use Inventory Parameters API to move parameters such as Accounting Information. Inventory Organization API Supports Update which means that you can update existing header level attributes of Inventory Organization on the target instance. Inventory Parameters API does not support update. To update Inventory Parameters, use Inventory Parameters Update API.
We have a known issue where Inventory Organization API migrates non process enabled organization only. If your inventory organization is process enabled, then you can migrate them by a simple workaround. Download the extract zip file to desktop and unzip it. Navigate to Organization XML and edit the XML tag <ProcessEnabledFlag>Y</ProcessEnabledFlag> to <ProcessEnabledFlag>N</ProcessEnabledFlag>. Zip it back the extract and upload to target instance. You can load the extract now. After successful completion of load, you can manually enable the flag through Form UI. We are working on this issue and update you once patch is released to metalink.
Freight Carriers API - Product Foundation Selection Set
Freight Carriers API in Product Foundation selection set requires Inventory Organization and Organization Parameters as prerequisite setup. These two APIs are available under Discrete Mfg. and Distribution Selection Set. Also,Freight Carriers API is available under Discrete Mfg and Distribution Selection Set with name Carriers, Methods, Carrier-ModeServ,Carrier-Org. So, use Discrete Mfg selection set to load Freight Carriers. In next rollup release Freight Carriers API would be removed from Product Foundation Selection Set.
Organization Structure Selection Set
It is highly recommended to set filter and extract and load data related to one Business Group at a time. For example, setup objects such as Locations, Legal Entities,Operating Units,Organizations and Organization Structure Versions support filter by Business Group. So, set the filter for a specific Business Group and then extract and load the data to target instance.
List of mandatory iSetup Fwk patches*
8352532:R12.AZ.A - 1OFF:12.0.6: Ignore invalid Java identifier or Unicode identifier characters from the extracted data
8424285:R12.AZ.A - 1OFF:12.0.6:Framework Support to validate records from details to master during load
7608712:R12.AZ.A - 1OFF:12.0.4:ISETUP DOES NOT MIGRATE SYSTEM PROFILE VALUES
List of mandatory API/functional patches*
8441573:R12.FND.A - 1OFF:12.0.4: FNDLOAD DOWNLOAD COMMAND IS INSERTING EXTRA SPACE AFTER A NEWLINE CHARACTER
7413966:R12.PER.A - MIGRATION ISSUES
8445446:R12.GL.A - Consolidated Patch for iSetup Fixes
7502698:R12.GL.A - Not able to Load Accounting Setup API Data to target instance.
Appendix_
How to read logs
·     Logs are very important to diagnose and troubleshoot iSetup issues. Logs contain both functional and technical errors.
·     To find the log, navigate to View Detail screens of Extracts/ Transforms/Loads/Standard/Comparison Reports and click on View Log button to view the log.
·     Generic Loader (FNDLOAD or Seed data loader) logs are not printed as a part of main log. To view actual log, you have to take the request_id specified in the concurrent log and search for the same in Forms Request Search Window in the instance where the request was launched.
·     Functional errors are mainly due to
o     Missing prerequisite data – You did not load one more perquisite API before loading the current API. Example, trying to load “Accounting Setup” without loading “Chart of Accounts” would result in this kind of error.
o     Business validation failure – Setup is incorrect as per business rule. Example, Start data cannot be greater than end date.
o     API does not support Update Records – If the there is a matching record in the target instance and If the API does not support update, then you would get this kind of errors.
o     You unselected Update Records while launching load - If the there is a matching record in the target instance and If you do not select Update Records, then you would get this kind of errors.
Example – business validation failure
o     VONAME = Branches PLSQL; KEY = BANKNAME = 'AIBC‘
o     BRANCHNAME = 'AIBC'
o     EXCEPTION = Please provide a unique combination of bank number, bank branch number, and country combination. The 020, 26042, KA combination already exists.
Example – business validation failure
o     Tokens: VONAME = Banks PLSQL
o     BANKNAME = 'OLD_ROYAL BANK OF MY INDIA'
o     EXCEPTION = End date cannot be earlier than the start date
Example – missing prerequisite data.
o     VONAME = Operating Unit; KEY = Name = 'CAN OU'
o     Group Name = 'Setup Business Group'
o     ; EXCEPTION = Message not found. Application: PER, Message Name: HR_ORG_SOB_NOT_FOUND (Set of books not found for ‘Setup Business Group’)
Example – technical or fwk error
o     OAException: System Error: Procedure at Step 40
o     Cause: The procedure has created an error at Step 40.
o     Action: Contact your system administrator quoting the procedure and Step 40.
Example – technical or fwk error
o     Number of installed languages on source and target does not match.
Edited by: Mugunthan on Apr 24, 2009 2:45 PM
Edited by: Mugunthan on Apr 29, 2009 10:31 AM
Edited by: Mugunthan on Apr 30, 2009 10:15 AM
Edited by: Mugunthan on Apr 30, 2009 1:22 PM
Edited by: Mugunthan on Apr 30, 2009 1:28 PM
Edited by: Mugunthan on May 13, 2009 1:01 PM

Mugunthan
Yes we have applied 11i.AZ.H.2. I am getting several errors still that we trying to resolve
One of them is
===========>>>
Uploading snapshot to central instance failed, with 3 different messages
Error: An invalid status '-1' was passed to fnd_concurrent.set_completion_status. The valid statuses are: 'NORMAL', 'WARNING', 'ERROR'FND     at oracle.apps.az.r12.util.XmlTransmorpher.<init>(XmlTransmorpher.java:301)
     at oracle.apps.az.r12.extractor.cpserver.APIExtractor.insertGenericSelectionSet(APIExtractor.java:231)
please assist.
regards
girish

Similar Messages

  • What are the setup requirements for QTP to recognize objects in Macro Media Flash?

    What are the setup requirements for QTP to recognize objects in Macro Media Flash? I have already installed Flex plug-in 4.6 in QTP 11 but QTP still could reconize any objects in the application.

    Over_Nyquest
    Have you enabled the Remote Panel Server in the Web Server options on the server?
    Kyle B  |  Product Support Engineer  |  ni.com/support

  • List of sql services required for deployment server?

    What are the role of list of sql services in case of BizTalk, like notification service is required for BAM.
    Along with can any one let me know the minimum services of SQL required on production.
    1.Database Engine Services
     SQL Server Replication
      Full-Text Search
    2.Analysis Services
    3.Reporting Services
    4.Shared Features
     Business Intelligence Development Studio
     Client Tools Connectivity
     Integration Services
     Management Tools – Basic
    Is it mandatory to install  analysis, integration services on production server.
    Please suggest!
    Fred

    Sorry, that is not correct.  SQL components beyond Database Services are required in most circumstances.
    It's important you understand what to install based on your application requirements.
    The definitive guides can be found here:
    BizTalk Server 2009:
    http://www.microsoft.com/en-us/download/details.aspx?id=4066
    BizTalk Server 2010:
    http://msdn.microsoft.com/en-us/library/aa561167.aspx
    BizTalk Server 2013:
    http://msdn.microsoft.com/en-us/library/jj248688(v=bts.80).aspx
    As a matter of practice, I always install all BizTalk realted SQL Server features, even if they are not used.  This is for consistency across environments, reliable patching and to accomodate any future BizTalk app features.

  • Setup Requirement for BIS(FI)Implementation

    Hi
    I am trying to implement FI in a new Test instance that has absolutely no data. How much hazard does this fact have to the creation of business views and imports of biseul.eex?
    1.Should i have to necessarily setup oracle financials,general ledger etc BEFORE proceeding with FI implementation?
    2. Should i also ensure that data exists in the Financials modules before setup of FI?
    3.Can I (atleast)perform the Discoverer post installation steps before these modules are set up completely? Isnt the biseul file only a default one that creates the default business views required for standard FI reports?
    4. However when i tried to import the biseul command i get a series of messages or warnings(like:Could not locate the Folder with display name 'Balance Values' in the target End User Layer), but the import was succesful. Can i proceed or have my GL setup complete first?
    regds,
    Sheena.

    Hi,
    Create datasources using KEB0 tcode by taking operating concerns(S_GO, S_CP & customized ). COPA datasources are delta enabled.
    Pls Check this docs.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/fb07ab90-0201-0010-c489-d527d39cc0c6
    COPA Extractions - Steps to follow!
    Copa extraction
    what is the difference between copa  and other extraction
    Regards.
    CSM Reddy

  • Kernel requirements for HPLIP (not working) [SOLVED]

    My printer (connected to the network through my router with a static ip address) used to work fine with HPLIP and CUPS. When I last tested, I was (and am) using a custom-compiled zen kernel; the relevant modules that I compiled (separately, not into the kernel) are plip, ppdev, and parport. I am guessing that it is a combination of package upgrades and my custom kernel that is causing the problem below:
    My printer is detected by CUPS, and I can see it on localhost:631. When I send jobs to it, it begins "processing" them, then hangs on a (to-print) page and I see the message
    /usr/lib/cups/backend/hp failed
    I deleted the printer from CUPS and re-added using
    sudo hp-setup
    The process goes just fine, with hp-setup only throwing a warning about how dbus must be running for the PC to fax (with which I am not concerned).
    When I run hp-testpage, I get this:
    redscare:~> hp-testpage
    warning: python-dbus not installed.
    HP Linux Imaging and Printing System (ver. 3.9.12)
    Testpage Print Utility ver. 6.0
    Copyright (c) 2001-9 Hewlett-Packard Development Company, LP
    This software comes with ABSOLUTELY NO WARRANTY.
    This is free software, and you are welcome to distribute it
    under certain conditions. See COPYING file for more details.
    Using printer: Officejet_6500_E709n
    warning: Qt/PyQt 4 initialization failed.
    error: hp-testpage -u/--gui requires Qt4 GUI support. Entering interactive mode.
    error: Unable to communicate with device (code=12): hp:/net/Officejet_6500_E709n <-- This line is important?
    error: Unable to print to printer. Please check device and try again.
    note: If an error occured, or the test page failed to print, refer to the HPLIP website
    note: at: http://hplip.sourceforge.net for troubleshooting and support.
    Thanks in advance for your help
    Last edited by RedScare (2010-01-08 01:27:28)

    I didn't have python-dbus installed, which I did. hp-check -t still throws some errors, but I don't see how they are related to the printer not working (more scanning-related issues). Here's the new output of hp-check -t:
    Initializing. Please wait... \
    | SYSTEM INFO |
    Basic system information:
    Linux redscare 2.6.32-ZEN #1 ZEN SMP PREEMPT Tue Jan 5 20:30:35 EST 2010 x86_64 Intel(R) Core(TM)2 Duo CPU T9500 @ 2.60GHz GenuineIntel GNU/Linux
    Distribution:
    unknown 0.0
    Checking Python version...
    OK, version 2.6.4 installed
    Checking PyQt 4.x version...
    error: NOT FOUND OR FAILED TO LOAD!
    Checking for CUPS... Status: scheduler is running Version: 1.4.2
    error_log is set to level: warn
    Checking for dbus/python-dbus... dbus daemon is running.
    python-dbus version: 0.83.0
    | COMPILE AND RUNTIME DEPENDENCIES |
    note: To check for compile-time only dependencies, re-run hp-check with the -c parameter (ie, hp-check -c).
    note: To check for run-time only dependencies, re-run hp-check with the -r parameter (ie, hp-check -r).
    Checking for dependency: CUPS - Common Unix Printing System...
    OK, found.
    Checking for dependency: CUPS devel- Common Unix Printing System development files...
    OK, found.
    Checking for dependency: CUPS image - CUPS image development files...
    OK, found.
    Checking for dependency: DBus - Message bus system...
    OK, found.
    Checking for dependency: gcc - GNU Project C and C++ Compiler...
    OK, found.
    Checking for dependency: GhostScript - PostScript and PDF language interpreter and previewer...
    OK, found.
    Checking for dependency: libcrypto - OpenSSL cryptographic library...
    OK, found.
    Checking for dependency: libjpeg - JPEG library...
    OK, found.
    Checking for dependency: libnetsnmp-devel - SNMP networking library development files...
    OK, found.
    Checking for dependency: libpthread - POSIX threads library...
    OK, found.
    Checking for dependency: libtool - Library building support services...
    OK, found.
    Checking for dependency: libusb - USB library...
    OK, found.
    Checking for dependency: make - GNU make utility to maintain groups of programs...
    OK, found.
    Checking for dependency: PIL - Python Imaging Library (required for commandline scanning with hp-scan)...
    warning: NOT FOUND! This is an OPTIONAL/RUNTIME ONLY dependency. Some HPLIP functionality may not function properly.
    Checking for dependency: PolicyKit - Administrative policy framework...
    OK, found.
    Checking for dependency: PyQt 4 DBus - DBus Support for PyQt4...
    error: NOT FOUND! This is a REQUIRED/RUNTIME ONLY dependency. Please make sure that this dependency is installed before installing or running HPLIP.
    Checking for dependency: Python DBus - Python bindings for DBus...
    OK, found.
    Checking for dependency: Python devel - Python development files...
    OK, found.
    Checking for dependency: Python libnotify - Python bindings for the libnotify Desktop notifications...
    warning: NOT FOUND! This is an OPTIONAL/RUNTIME ONLY dependency. Some HPLIP functionality may not function properly.
    Checking for dependency: Python XML libraries...
    OK, found.
    Checking for dependency: Python 2.3 or greater - Required for fax functionality...
    OK, found.
    Checking for dependency: Python 2.2 or greater - Python programming language...
    OK, found.
    Checking for dependency: Reportlab - PDF library for Python...
    warning: NOT FOUND! This is an OPTIONAL/RUNTIME ONLY dependency. Some HPLIP functionality may not function properly.
    Checking for dependency: SANE - Scanning library...
    error: NOT FOUND! This is a REQUIRED/RUNTIME ONLY dependency. Please make sure that this dependency is installed before installing or running HPLIP.
    Checking for dependency: SANE - Scanning library development files...
    error: NOT FOUND! This is a REQUIRED/COMPILE TIME ONLY dependency. Please make sure that this dependency is installed before installing or running HPLIP.
    Checking for dependency: scanimage - Shell scanning program...
    warning: NOT FOUND! This is an OPTIONAL/RUNTIME ONLY dependency. Some HPLIP functionality may not function properly.
    Checking for dependency: xsane - Graphical scanner frontend for SANE...
    warning: NOT FOUND! This is an OPTIONAL/RUNTIME ONLY dependency. Some HPLIP functionality may not function properly.
    | HPLIP INSTALLATION |
    Currently installed HPLIP version...
    HPLIP 3.9.12 currently installed in '/usr/share/hplip'.
    Current contents of '/etc/hp/hplip.conf' file:
    # hplip.conf. Generated from hplip.conf.in by configure.
    [hplip]
    version=3.9.12
    [dirs]
    home=/usr/share/hplip
    run=/var/run
    ppd=/usr/share/ppd/HP
    ppdbase=/usr/share/ppd
    doc=/usr/share/doc/hplip-3.9.12
    icon=/usr/share/applications
    cupsbackend=/usr/lib/cups/backend
    cupsfilter=/usr/lib/cups/filter
    drv=/usr/share/cups/drv/hp
    # Following values are determined at configure time and cannot be changed.
    [configure]
    network-build=yes
    pp-build=no
    gui-build=yes
    scanner-build=yes
    fax-build=yes
    dbus-build=yes
    cups11-build=no
    doc-build=yes
    shadow-build=no
    hpijs-install=yes
    foomatic-drv-install=yes
    foomatic-ppd-install=yes
    foomatic-rip-hplip-install=yes
    hpcups-install=yes
    cups-drv-install=yes
    cups-ppd-install=no
    internal-tag=3.9.12.29
    restricted-build=no
    ui-toolkit=qt4
    qt3=no
    qt4=yes
    policy-kit=no
    hpijs-only-build=no
    lite-build=no
    udev-acl-rules=no
    hpcups-only-build=no
    hpijs-only-build=no
    Current contents of '/var/lib/hp/hplip.state' file:
    # hplip.state - HPLIP runtime persistent variables.
    [plugin]
    installed=0
    eula=0
    Current contents of '~/.hplip/hplip.conf' file:
    [last_used]
    printer_name = BlackPrinter
    device_uri = hp:/net/Officejet_6500_E709n?zc=PRINTER
    [installation]
    version = 3.9.8.36
    date_time = 10/15/09 23:29:55
    | DISCOVERED USB DEVICES |
    No devices found.
    | INSTALLED CUPS PRINTER QUEUES |
    BlackPrinter
    Type: Printer
    Device URI: hp:/net/Officejet_6500_E709n?zc=PRINTER
    PPD: /etc/cups/ppd/BlackPrinter.ppd
    PPD Description: HP Officejet 6500 e709n, hpcups 3.9.12 Printer status: printer BlackPrinter is idle. enabled since Wed 06 Jan 2010 04:26:39 PM EST
    error: Unable to communicate with device (code=12): hp:/net/Officejet_6500_E709n?zc=PRINTER
    error: unable to open channel
    error: Communication status: Failed
    BlackPrinterFax
    Type: Fax
    Device URI: hpfax:/net/Officejet_6500_E709n?zc=PRINTER
    PPD: /etc/cups/ppd/BlackPrinterFax.ppd
    PPD Description: HP Fax hpcups Printer status: printer BlackPrinterFax is idle. enabled since Wed 06 Jan 2010 04:26:57 PM EST
    error: Unable to communicate with device (code=12): hpfax:/net/Officejet_6500_E709n?zc=PRINTER
    error: unable to open channel
    error: Communication status: Failed
    | SANE CONFIGURATION |
    'hpaio' in '/etc/sane.d/dll.conf'...
    error: '/etc/sane.d/dll.conf' not found. Is SANE installed?
    | PYTHON EXTENSIONS |
    Checking 'cupsext' CUPS extension...
    OK, found.
    Checking 'pcardext' Photocard extension...
    OK, found.
    Checking 'hpmudext' I/O extension...
    OK, found.
    Checking 'scanext' SANE scanning extension...
    error: NOT FOUND OR FAILED TO LOAD! Please reinstall HPLIP and check for the proper installation of scanext.
    |
    | USER GROUPS |
    root bin daemon sys adm disk wheel log
    | SUMMARY |
    error: 13 errors and/or warnings.
    Please refer to the installation instructions at:
    http://hplip.sourceforge.net/install/index.html
    Done.

  • ODI installation guide and setup requirement for Linux 64 bit machine

    Hi,
    I need to install ODI on linux 64 bit machine.
    Kindly provide me the steps and the link to software that are required to be downloaded.
    Thanks.

    In OBIEE I have used weblogic server. localhost:7001/em is required to deploy repository.
    On my local machine I have installed ODI weblogic server. It is also taking localhost:7001/em to show the ODI-DOMAIN.
    If I install it for both ODI and OBIEE will I face any conflict issues.
    What should I do???
    Thanks.

  • Minimum requirements for OEM 12c setup in VMware

    All,
    I am planning to setup OEM 12c Grid in my personal laptop vmware workstation for practice purpose.
    Can anybody list me the minimum requirements for the OEM 12c setup i.e. min RAM size required, swap space, disk space etc..
    Thanks in advance,
    Mahipal

    Aman.... wrote:
    It took a minute over Google to get this,
    http://www.oracle.com/technetwork/oem/framework-infra/em12c-sizing-1590739.pdf
    Aman....Ha, I beat you with 48 seconds !!!
    LoL
    Edit: http://docs.oracle.com/cd/E24628_01/install.121/e22624.pdf

  • Requirements for 9iAS Integration

    After days of plugging through the documents, reading manuals and searching google's archives, I am still not sure exactly what is need to get this going. We would like to set up the Integration piece (Interconnect, Workflow, IStudio) within our enterprise. We are trying to get this working on a Windows 2k server. I have formatted the server several times for one reason or another. I am hoping to avoid this in the future.
    I have amassed a bundle of questions:
    1. What parts of 9ias are required for this to work
    2. Does the Metadata Repository have to be on the same box as the Hub?
    3. Can I use an existing 9i database as the Metadata Repository instead of creating a new database?
    4. How do I define the path to the Workflow homepage?
    Thanks for any help,
    Chris

    1.
    For building integration apps you would need InterConnect and Database, preferably the iasdb ie. Infrastructure db, for message hub and hub repository (schema).
    Note that Metadata Repository is another name for the Database included in O9i AS (a 9.0.1 db) loaded with a bunch of "repositories" (schemas) for various AS components like Portal, Discoverer, OEM and Workflow.
    2.
    If you mean the InterConnect install type "Hub"- no.
    (but in the hub and spoke model, Metadata Repository is used as hub)
    In my experience, Oracle has a lot of work left to do on InterConnect. Documentation is useless - and now I'm being nice. Support looks weak and has failed miserably when dealing with basic stuff.
    (Perhaps this has something to do with OAI being hidden in Applications in previous incarnations?).

  • Sytem Requirements for Windows .exe published as aggregator project in CV6 (Windows 7, 64 bit)

    Dear all,
    I am using CV6 for Windows (7, 64 bit, German version) and just published an aggregator .exe consisiting of 13 .swf files. It seems as if it the .exe runs fine in most of the times.
    However, some (international) customers have problems starting the .exe though the FlashPlayer has been installed, and (German!) CV Aggregator info boxes of error messages will come up.
    The box below says that the FlashPlayer version installed is not the latest one. The latest FlashPlayer version has been installed successfully, but without affecting the existing FlashPlayer installation (????). Doubleclick the .exe file again.
    In other words, the .exe cannot be started not even with the latest FlashPlayer installed.
    Could you please list all Windows system requirements for running this .exe.
    Thank you very much!

    The support article on Firefox "hanging" has a few pointer on Firefox failing to fully shut down and clean up after itself. Does anything here help:
    https://support.mozilla.org/en-US/kb/firefox-hangs-or-not-responding#w_firefox-hangs-when-you-quit-it

  • Requirements for VLAN select feature in 5508 WLC

    Hello,
    We implemented WLC 5508 software version 7.3, with 8 Aironet devices, most of them are AIR-LAP1131AG-E-K9, and two AIR-LAP1242AG-E-K9.
    I could really have benefits of VLAN select feature, but I noticed that it's not working like it should. Two interfaces are in Interface group, but from 45 clients only few of them has IP address from one subnet, others have from second sub.
    I see requirements for this to work is 32 MB of flash on LWAP devices..I only have 16 MB..
    Is there a way to work this thing out? upgrade of flash on devices or something ?
    Thank you in advance and kind regards..
    Lovro

    Thx L - as usual, I need to read before speaking
    Interesting topic though.  I would assume that the MAC hashing algorithm used would be similar to how etherchannel maintaines load balancing (src-dst) etc..  What I don't quite understand is the definition of "dirty".  What makes an interface "dirty"?  Given the flow chart depicted in the link you sent, I'm wondering how the interface assignments are kept in te switch.  I'm assuming you create the interfaces, create the interface group, assign the interfaces to the group and finally assign the interface group to the WLAN.  During all this time, how are the stations using that WLAN being handled?  Almost should clear everything out, create the group tied to the wlan, THEN join the stations one at a time and see what interface they get assigned to.  At that point it should be balanced.  Also, it's my understanding that those stations should keep their assigned interface the next time they connect unless there is a "dirty" condition which I don't quite understand yet.
    Anyway - rambling now.  Loking forward to your test results.  Thx again! //art

  • Access sequence requirement for output control

    Hi!
    I would like to get some inputs on how access requirement for output control works. I created a new requirement for a condition table that has key combination billing type/sales org/country because I need to restrict the output for a paticular customer in one country. I think the requirement works fine such that it is not fulfilled for the customer that I want ot restrict, thus no output is created. However, I noticed that other customers in that sales org/country are affected by the requirement. The output is created (sy-subrc=0) but it is not processed (remains in yellow status). The output should be emailed immediately upon creation (medium 5/timing 4). For other sales org/countries the creation of output and sending of email work as expected.
    I hope someone have valuable inputs regarding this.
    Note: I created this discussion under ABAP development but it was rejected, for reason: This does not appear to be an ABAP question. So I hope I have selected the correct one with SD.
    Cholen

    There is Output determination log available in the output screen (see the menu). It tells everything about how the output was proposed.
    If the requirement is not fulfilled, you won't see output created with any color - yellow, red or purple with sparkles. If output has been proposed and has a yellow light it means it has not been processed yet. Output is processed only after the document has been saved, so while creating the document, you'll never see any other color. If after saving the document output is still yellow, it must have a different timing than 'process immediately' and it will be processed according to that setting.
    This is a very simple concept, well documented and discussed gazillion of times on SCN. Requirements and conditions are two different things with different purposes. You might want to read a bit more on the output determination.
    Thank you.

  • Questions on SETSPN syntax and what is required for MANUAL AD auth

    I'll preface this by stating that I don't need to do all the extra stuff for Vintela SSO, SSO to database, etc.  I just need to know precisely what is necessary to do to get AD authentication working.  I managed to get it working in XIr2 previously but it's been so long and I'm not 100% sure that everything I wound up doing was absolutely necessary that I wanted to sort it out for good as we look at going to XI 3.1 SP3.
    In the XI 3.1 SP3 admin guide, page 503, the SETSPN command which is
    used as part of the setup process to establish a service account to
    enable AD authentication is outlined as follows:
    SETSPN.exe -A <ServiceClass>/<DomainName> <Serviceaccount>
    The guide suggests that the <ServiceClass> can be anything you want to
    arbitrarily assign. If I choose something other than the
    suggested "BOBJCentralMS" value, is there anywhere else I have to
    specify this value to allow the service account to function properly?
    The guide suggests that the <DomainName> should be the domain name on
    which the service account exists however I've seen many posts online which seem to
    indicate this <DomainName> should actually be the FQDN of the server
    running the CMS service instead of the general domain name.
    Clarification there would be very helpful if anyone has some insight.

    The CMS account can have an SPN of spaghetti/meatballs, there are no requirements (cept 2 characters on each side of the / I believe). The SPN created should be the value entered in the CMC > Authentication > Windows AD
    The account must run the SIA and it therefore must have AD permissions. Now if you are using IIs or client tools you don't even need an SPN. The SPN is for kerberos only which is required for java app servers.
    The vintela SSO white paper in the this forums sticky post explains the roles of a service account.
    Regards,
    Tim

  • HT1926 when trying to setup itunes on my pc i get the following message: there is a problem with this Windows installer package. A program required for this install to complete could not be run. How could I solve this problem?

    when trying to setup itunes on my pc i get the following message: there is a problem with this Windows installer package. A program required for this install to complete could not be run. How could I solve this problem?

    Repair your Apple software update.
    Go to START/ALL PROGRAMS/Apple Software Update. If it offers you a newer version of Apple Software Update, do it but Deselect any other software offered at the same time. Once done, try another iTunes install
    If you don't find ASU, go to Control Panel:
    START/CONTROL PANEL/Programs n Features/highlight ASU and click REPAIR,

  • Got the following message when trying to install Photoshop CC "You are running an operating system that Photoshop no longer supports. Refer to the system requirements for a full list of supported platforms." I use Windows Vista so not sure what I need to

    Hi there
    I got the following message when trying to install Photoshop CC, "You are running an operating system that Photoshop no longer supports. Refer to the system requirements for a full list of supported platforms."
    I use Windows Vista so not sure what I need to do now! Any help would be much appreciated thanks.

    Photoshop CC only runs on Windows 7 or Windows 8/8.1. Not Vista.
    System requirements | Photoshop

  • What are the versions required for JBOSS,JDK and ORACLE to setup the ATG 10.2.

    Hi Folks,
    Could you please share, What are the versions required for JBOSS, JDK and ORACLE to setup the ATG 10.2.
    Thank you.

    In case you don't have access to MOS :
    JBOSS : 5.1.2 EAP
    JDK : 1.6.0_38
    ORACLE :
    Oracle Exadata5
    Oracle 10gR2 (10.2.0.3)
    Oracle 10gR2 RAC (10.2.0.3)
    Oracle 11gR2 (11.2.0.2.0)
    Oracle 11gR2 RAC (11.2.0.2.0)

Maybe you are looking for

  • Parameter form  which generates a report in delimited format

    Hello , I have a parameter form which calls a report in delimited format. In the RUN_REPORT* (Function Body) in program units , I have made the following modifications : SET_REPORT_OBJECT_PROPERTY(v_report_id,REPORT_DESFORMAT,'DELIMITED'); I get a re

  • Firefox crashes everytime I try to open a new tab

    Since today, Firefox crashes every time without fail if I open a new tab (either using keyboard shortcut or the new tab button). This more or less makes firefox unusable. I tried to reinstall but didnt work. I also attempted to disable all addons. I'

  • CSS / Javascript animation not working correctly

    I've been using WOW Slider/CSS Slider for slideshow animations in Muse. I've never had any problems, but have had to avoid the "Rotate" transition because once the HTML/code generated by either program is placed in Muse via "Insert HTML", the results

  • IPhoto assigns Dec. 31, 1969 to all imports.

    Started using iPhoto '11, 9.4.2 around the end of December 2012. I keep having to manually adjust date on all my imports because iPhoto assigns Dec. 31, 1969 to all. Camera date is set correctly. iPhoto Library Manager date is set correctly. I don't

  • Include Applet Within JSPX

    Can anyone explain to me how to include an Applet within a jspx page? Thanks, Tim