Inventory inward problem

Dear Sir,
                  i am opening query manager icon and choose the inventory inward pending report then click ok button the error will be display
1) [Microsoft][sql native client][sql server]conversion failed when converting the nvarchar value '31/05/2014' to data type int. 'Queries'(OUQR) 

Thanks for ur valuble support.....
Thats query also working fine sir.....
but the user told the drawback is lot of times repeated the doc number for every item.so pls combine  single document no and display total quantity  need not display item description ......
i want display these colums only:
1.inventory transfer no
2.from where house
3.To where house
4.Posting date
so can you please tell  another query sir .........................

Similar Messages

  • Inventory inward pending query report problem

    Dear Sir,
                      we are using sap b1 2005 version     7.40.253
                 i am opening query manager icon and choose theinventory inward pending report then click ok button the error will be display
    1) [Microsoft][sql native client][sql server]conversion failed when converting the nvarchar value '31/05/2014' to data type int. 'Queries'(OUQR) 
    and i use the query like this:
    select distinct t0.docnum as 'Inventory Transfer Number', t0.filler as 'From Warehouse', t0.u_towhcode as 'To Warehouse',T0.DocDate from owtr t0 inner join wtr1 t1 on t0.docentry = t1.docentry inner join owhs t2 on t1.whscode = t2.whscode where t2.u_whty = 'IT' and t0.docnum not in(select distinct z0.u_bd from owtr z0 inner join owhs z1 on z0.filler = z1.whscode where z1.u_whty = 'IT' and isnull(z0.u_bd,0) != 0)

    Thanks for ur valuble support.....
    Thats query also working fine sir.....
    but the user told the drawback is lot of times repeated the doc number for every item.so pls combine  single document no and display total quantity  need not display item description ......
    i want display these colums only:
    1.inventory transfer no
    2.from where house
    3.To where house
    4.Posting date
    so can you please tell  another query sir .........................

  • Inventory management problem with WS-C2950-24 on CWLMS 4.0

    Hi Joe,
    I have a problem with inventory management wiht 2950- 24 switches on which I am not able to capture inventory as well as the configurations. The IOS version is 121-22.EA13 and featureset is i6k2l2q4-mz. However, when I troubleshoot it, all the transport protocols (Telnet, ssh, tftp etc) shows success.
    Thanks,
    Best Regards // Rajiv

    Inventory uses snmp to communicate to device. Please check you device has snmp configured and LMS has correct SNMP RO credentials added to it.
    Please try to do a manual snmpwalk from LMS server (using device centre > tools) and see the walk succeeds.
    Then again try to run the inventory from LMS server on this perticular device and if it fails, share the failure result/screenshot etc details. NMSROOT/log/ic_server.log as well.
    -Thanks

  • OPM Inventory Responsibility Problem

    Hello everybody !! I´m new in the forum.
    Here is my problem i´m working on a company rollup, with the next situation
    Company A: already working with OPM for a couple of years ago.
    Company B: setting up to go online in a few month
    I have to create a new master item organization, new process organization, new cia, etc.
    I´ve done this, with the guide of the white paper about OPM System Setup. (New SOB, New ORG, New CIA, New OU, Fiscal Policy, Item Master, New Warehouse, New User Organization assigment) Everything fine.
    The problem is that when i created a new responsability for Company B Opm Inventory, i configure the GMI Default Organization: Company B, MO Operating Unit: Company B, BUT: i´m stil seeing the Master Item Organization of the Company A.
    I have to setup another system profile ? I tried adding the Master Item Organization for the Company B in the Organization Item in the Opm Inventory responsability, but it was also added to the Company A.
    So when i add a new item from CIA B OPM Inventory it is created in both organizations.
    Something is missing, but i couldn´t find out.
    Thanks in advance,
    Gustavo

    Hi,
    Please Check the User Organizations...
    System Adminisrtation > User Organizations
    Please check then and reply which organizations u have selected there.
    Regards
    Srinivas

  • Inventory Collection problem for RME 4.3.1 LMS 3.2

    I recently upgraded from LMS 3.1 to LMS 3.2 and RME v 4.3.1. I have problems with the inventory collection. It will start scanning, but stops after approximately 10 devices. The rest of them will have a pending state. If I stop the collection job and start it again none (0) devices will be scanned. If I restart the ICServer it will result in the first option. That is, it will scan only 10 devices and then stop. I have extended the SNMP timeout to 30 secs and zero retries. Any suggestion would be appreciated

    I have read through the dump and cant find anything in particular. Another discovery I've made is that the SNMP walk of an unsuccessful device takes 10 times longer than a successful device. An inventory job on a unsuccessful device only goes into pending and the job never starts.

  • Inventory cleanup problems

    Ive been working at adding some inventory classes to SCCM 2012 and ran into some housekeeping problems.  I had added a few classes, then decided to change their names a little bit.  Now, I am left with some extra 'SCCM_Ext' tables and views of
    the deleted data.
    When I delete an SCCM Inventory class from the Hardware inventory, the main 'dbo' tables and views are deleted correctly, but the 'SCCM_Ext' tables and views are never deleted. 
    Is there a cleanup process avaialbe to get rid of those tables and views?  When I try to open them in SQL I get errors because the underlying 'dbo' tables and views aren't there anymore.  It seems like there could be a garbage cleanup problem with
    these 'SCCM_Ext' objects.  Can I just drop the tables and views manually?

    Hi Todd,
    Could you please let me know how you delete the sql DB tables? It is not supported to deleted the DB table directly.
    Try to use the Delgrp.exe utility to remove it and see how it goes.
    http://technet.microsoft.com/en-us/library/cc180212.aspx
    https://social.technet.microsoft.com/Forums/systemcenter/en-US/d8c658a1-fce8-4591-8bf8-2c60223c7504/sccm-custom-ddr-created-classes-cannot-be-deleted-completely?forum=configmgrgeneral
    Note: This is also not support officially. Backup any data first before you make the change.
    We recommend you disable inventory classes if not used.
    http://technet.microsoft.com/en-us/library/gg712290.aspx#BKMK_Enable
    Thanks.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Total Inventory Line Problem...Help Please

    I am creating a Inventory Program for my Java class. I have gotten all of the program to pull to the GUI I created but one. For some reason my total inventory calculation will not pull to the GUI. Can anyone help me find the problem within my code. Here is both the main program and my buttonframe. If the other two parts are needed just let me know. It will all compile, just the label were the total inventory goes is still at zero it will not put the number in the box. I will be forever grateful for any help or tips in fixing the problem. Thanks
    // Inventory4.java
    // Program will track total inventory items in stock.
    import java.io.*;
    import javax.swing.JFrame;
    public class Inventory4 {
         // shared BufferedReader for keyboard input
         private static BufferedReader stdin = new BufferedReader( new InputStreamReader( System.in ) );
         // shared BufferedReader for keyboard input
         private static int totalCount = 5;
              /** Create a new instance of Main */
              public Inventory4() {
                   double unitPrice; // Unit price of each item
                   double quantityStock; // Number of items in stock
                   double inventoryValue; // Place holder for calculated inventory value
                   double totalInventory; // Place holder for calculated total inventory value
                   int itemNumber; // Item Number
                   String itemName = ""; // Name of each item
              //Main Method begins execution of program
              public static void main(String[] args)throws IOException {
                   // Declare an array of classes
                   SubItem myItem[];
                   // Declare number of arrays
                   myItem = new SubItem[5];
                   // Declare an array of my item classes
                   // Create a new instance of the class Item
                   myItem = new SubItem[5];
                   // Create an instance of my item classes
                   myItem[0] = new SubItem(1.79,24,4,1,"Breads");
                   myItem[1] = new SubItem(3.49,15,3,2,"Dairy");
                   myItem[2] = new SubItem(6.49,20,9,3,"Meats");
                   myItem[3] = new SubItem(0.25,31,12,4,"Can Goods");
                   myItem[4] = new SubItem(2.59,37,7,5,"Produce");
                   // Call print method
                   printArray(myItem);
                   // Call sort array
                   myItem = sortArray(myItem);
                   System.out.println(" Inventory List Sorted by Items \n\n");
                   printArray(myItem);
              // Call the GUI constructor and pass array and totalcount
                   ItemButton itemButton = new ItemButton(myItem,totalCount); // Make ItemButton
                   itemButton.setDefaultCloseOperation( JFrame.EXIT_ON_CLOSE );
                   itemButton.setSize( 350,390 ); // Window size
                   itemButton.setVisible( true ); // display window
         } // End Main Method
                                  /// Start PrintArray Method ///
              private static SubItem[] printArray(SubItem[] myItem) {
                   double totalInventory = 0;
                   double restockingFee = 0;
              // Start Loop
         for (int i = 0; i<5;++i) {
              System.out.println("\n The Item Number is " + i + myItem.getItemNumber() );
              System.out.println("\n Item Name is " + myItem[i].getItemName() );
              System.out.println("\n Quantity in Stock is " + myItem[i].getQuantityStock() );
              System.out.println("\n Inventory Write-off is " + myItem[i].getInventoryWriteoffs() );
              System.out.println("\n Inventory Value is $" + myItem[i].computeinventoryValue());
              totalInventory = totalInventory + myItem[i].computeinventoryValue();
              restockingFee = totalInventory + myItem[i].computeRestockingFee();
         } // End For Loop
              System.out.println("\n Total Value of all inventory is " + totalInventory);
              System.out.println("\n Total Value of all inventory with restock fee $" + restockingFee);
              return myItem;
    } // End PrintArray Method
                                  /*** Bubble Sort Algorithm ***/
              private static SubItem[] sortArray(SubItem[] myItem) {
                   // Create temporary place holder
                   SubItem temp = new SubItem();
                   // Counters for Sort are I and J
              int i, j;
                   int array_size = 5;
              for (i = (array_size - 1); i >= 0; i--) {
                   for (j = 1; j <= i; j++) {
                        if (myItem[j-1].getItemName().compareTo(myItem[j].getItemName()) > 1) {
                        temp = myItem[j-1];
                             myItem[j-1] = myItem[j];
                                  myItem[j] = temp;
                                  } // End if
              } // End inner for loop
         } // End outer for loop
         return myItem;
    } // End Method
    } // End Class
    // ItemButton.java
    // This will create GUI buttons.
    // Display the Items.
         import java.awt.FlowLayout;
         import java.awt.event.ActionListener;
         import java.awt.event.ActionEvent;
         import javax.swing.JFrame;
         import javax.swing.JButton;
         import javax.swing.JLabel;
         import javax.swing.JTextField;
         import javax.swing.Icon;
         import javax.swing.ImageIcon;
         import javax.swing.JOptionPane;
         import javax.swing.SwingConstants;
    public class ItemButton extends JFrame {
         private JButton nextJButton; // text button
         private JButton prevJButton; // icon button
         private JLabel lblItemName; // text field with set size
         private JTextField txtItemName; // text field constructed with text
         private JTextField textField3; // text field with text and size
         private JLabel lblItemNumber; // text field with set size
         private JTextField txtItemNumber; // text field constructed with text
         private JLabel lblUnitPrice; // text field with set size
         private JTextField txtUnitPrice; // text field constructed with text
         private JLabel lblQuantityStock; // text field with set size
         private JTextField txtQuantityStock; // text field constructed with text
         private JLabel lblInventoryWriteoffs; // text field with set size
         private JTextField txtInventoryWriteoffs; // text field constructed with text
         private JLabel lblcomputeRestockingFee; // text field with set size
         private JTextField txtcomputeRestockingFee; // text field constructed with text
         private JLabel lblcomputeinventoryValue; // text field with set size
         private JTextField txtcomputeinventoryValue; // text field constructed with text
    private JLabel lblcomputetotalInventory; // text field with set size
    private JTextField txtcomputetotalInventory; // text field constructed with text
    // Class variable of the SubItem array I passed
    SubItem[] arraySubItem;
    private int currentArrayCounter;
    private int arrayCount;
    // ItemButton adds JButtons to JFrame
    public ItemButton(SubItem[] myItem, int totalArrayCount) {
              super ( "Inventory" );
              arraySubItem = myItem;
    // Setting variable totalArrayCount
    // to class arrayCounter
         arrayCount = totalArrayCount;
         currentArrayCounter = 0;
    // Current array position 0
         setLayout( new FlowLayout() ); // set frame layout
    // Load the next and previous icons
         Icon iconNext = new ImageIcon( getClass().getResource( "" ) );
         Icon iconPrev = new ImageIcon( getClass().getResource( "" ) );
    // Construct textfield with default text and 15 columns
         lblItemName = new JLabel( "Item Name ");
         add( lblItemName ); // textField3 to JFrame
         txtItemName = new JTextField( "", 15 );
         add( txtItemName ); // add textField3 to JFrame
         lblItemNumber = new JLabel( "Item Number ");
         add( lblItemNumber ); // textField3 to JFrame
    txtItemNumber = new JTextField( "", 15 );
         add( txtItemNumber ); // add textField3 to JFrame
         lblUnitPrice = new JLabel( "Unit Price ");
         add( lblUnitPrice ); // textField3 to JFrame
    txtUnitPrice = new JTextField( "", 15 );
         add( txtUnitPrice ); // add textField3 to JFrame
         lblQuantityStock = new JLabel( "Quantity Stock " );
         add( lblQuantityStock ); // textField3 to JFrame
         txtQuantityStock = new JTextField( "", 15 );
         add( txtQuantityStock ); // add textField3 to JFrame
         lblInventoryWriteoffs = new JLabel( "Inventory Write-Offs " );
         add( lblInventoryWriteoffs ); // textField3 to JFrame
         txtInventoryWriteoffs = new JTextField( "", 15 );
         add( txtInventoryWriteoffs ); // add textField3 to JFrame
         lblcomputeRestockingFee = new JLabel( "Restocking Fee ");
         add( lblcomputeRestockingFee ); // textField3 to JFrame
         txtcomputeRestockingFee = new JTextField( "", 15 );
         add( txtcomputeRestockingFee ); // add textField3 to JFrame
         lblcomputeinventoryValue = new JLabel( "Inventory Value " );
         add( lblcomputeinventoryValue ); // textField3 to JFrame
         txtcomputeinventoryValue = new JTextField( "", 15 );
         add( txtcomputeinventoryValue ); // add textField3 to JFrame
         lblcomputetotalInventory = new JLabel( "Total Inventory ");
         add( lblcomputetotalInventory ); // textField3 to JFrame
         txtcomputetotalInventory = new JTextField( "", 15 );
         add( txtcomputetotalInventory ); // add textField3 to JFrame
    // Create the buttons
         nextJButton = new JButton( "Next" ); // button with Next
         prevJButton = new JButton( "Previous"); // button with Prev
         add(prevJButton);
         add(nextJButton); // add plainJButton to JFrame
    // Create new ButtonHandler for button event handling
         ButtonHandler handler = new ButtonHandler();
         nextJButton.addActionListener( handler );
         prevJButton.addActionListener( handler );
    // SetTextFields to set the text fields
         setTextFields();
    } // End ButtonFrame constructor
    // inner class for button event handling
         private class ButtonHandler implements ActionListener
              // handle button event
              public void actionPerformed( ActionEvent event )
                   // Which button was pressed
                   if (event.getActionCommand()== "prevJButton") {
                        currentArrayCounter++;
                   else {
                        currentArrayCounter++;
                   setTextFields();
              } // End Method ActionPerformed
         } // End Private inner class ButtonHandler
         private void setTextFields()
              // Check to see if the end of array was past
              if (currentArrayCounter == arrayCount)
                   currentArrayCounter = 0;
              // Check to see if the first was past
              if (currentArrayCounter < 0)
                   currentArrayCounter = arrayCount;
              txtItemName.setText(arraySubItem[currentArrayCounter].getItemName());
              txtItemNumber.setText(arraySubItem[currentArrayCounter].getItemNumber()+"");
              txtUnitPrice.setText(arraySubItem[currentArrayCounter].getUnitPrice()+"");
              txtQuantityStock.setText(arraySubItem[currentArrayCounter].getQuantityStock()+"");
              txtInventoryWriteoffs.setText(arraySubItem[currentArrayCounter].getInventoryWriteoffs()+"");
              txtcomputeRestockingFee.setText(arraySubItem[currentArrayCounter].computeRestockingFee()+"");
              txtcomputeinventoryValue.setText(arraySubItem[currentArrayCounter].computeinventoryValue()+"");
              txtcomputetotalInventory.setText(arraySubItem[currentArrayCounter].computetotalInventory()+"");
    } // End class ItemButton

    I am sorry guys,
    When I run the program all labels are in place and data appears where it is suppose to be...but the total inventory line. The label for the total inventory is there, but where the data is suppose to be all it will put there is 0.0. It will not put in the dollar amount. I know the problem is with the GUI, because before I started with the buttonFrame and it was compiled it would give me me the dollar amount for the Total Inventory. Here is the rest of the code.
    // Item.java
    // Program Starts Item Class
    public class Item {
         private double unitPrice;
         private double quantityStock;
         private int inventoryWriteoffs;
         private double inventoryValue;
         private double totalInventory;
         private int itemNumber;
         private String itemName;
         /** Create a new instance of Item Name */
         public Item(double UnitPrice,double QuantityStock,int InventoryWriteoffs,int ItemNumber,String ItemName) {
              itemName = ItemName;
              itemNumber = itemNumber;
              unitPrice = UnitPrice;
              quantityStock = QuantityStock;
              inventoryWriteoffs = InventoryWriteoffs;
         } public Item() {  }
         // Set for Name
         public void setItemName(String ItemName) {
              itemName = ItemName;
         // Set for Item Number
         public void setItemNumber(int ItemNumber) {
              itemNumber = ItemNumber;
         // Set for Unit Price
         public void setUnitPrice(double UnitPrice) {
              unitPrice = UnitPrice;
         // Set for Quanity Stock
         public void setQuantityStock(double QuantityStock) {
              quantityStock = QuantityStock;
         // Set for Inventory Write-Offs
         public void setInventoryWriteoffs(int InventoryWriteoffs) {
              inventoryWriteoffs = InventoryWriteoffs;
         // Get for Name
         public String getItemName() {
              return itemName;
         // Get for Item Number
         public int getItemNumber() {
              return itemNumber;
         // Get for Unit Price
         public double getUnitPrice() {
              return unitPrice;
         // Get for Quantity Stock
         public double getQuantityStock() {
              return quantityStock;
         // Get for Inventory Write-offs
         public int getInventoryWriteoffs() {
              return inventoryWriteoffs;
         // Compute Inventory Value Method
         public double computeinventoryValue() {
              return quantityStock * unitPrice;
         // Compute Total Inventory Method
         public double computetotalInventory() {
              return totalInventory = totalInventory + inventoryValue;
         public String toString() {
              return (itemName);
    // SubItem.java
    // Sub class to main program
    public class SubItem extends Item {
         private int inventoryWriteoffs;
         private double restockingFee = .05;
         public SubItem(double UnitPrice,double QuantityStock,int InventoryWriteoffs,int ItemNumber,String ItemName) {
              setUnitPrice(UnitPrice);
              setQuantityStock(QuantityStock);
              setItemNumber(ItemNumber);
              setItemName(ItemName);
              inventoryWriteoffs = InventoryWriteoffs;
         // Empty
         public SubItem() {
         // Set for Inventory Write-offs
              public void setInventoryWriteoffs(int InventoryWriteoffs) {
                   inventoryWriteoffs = InventoryWriteoffs;
         // Get for Inventory Write-offs
              public int getInventoryWriteoffs() {
                   return inventoryWriteoffs;
         // Method to compute Restocking Fee
              public double computeRestockingFee() {
                   return ((getUnitPrice() * getQuantityStock()) * restockingFee);
    Thanks again for any help.

  • Inventory Report Problem

    Hi all,
    There is problem in inventory report.
    When i run as report as on date (31.12.2008) total is coming correct its matching with R/3.
    But if i add stock of all the material then its not matching.
    eg..
    Material        qty    val
    m01              10     100
    e01               20     200
    total            50      700
    my total is matching with R/3. but if add stock of material then it is showing as 30 while total is showing 50 which exactly same as R/3. now when i changed the date range (01.01.2008 to 31.12.2008) it shows me follwoing result...
    Material        qty    val
    m01              10     100
    e01               20     200
    f01               [20]   [400]
    total            50      700
    I am not able to understand why its showing result like this ??? So i have to ask my users to run this report large date range ... which is not logical .. .inventory report should be as on date...
    Regards,
    Viren.

    Hi,
    Create a new Calculated Key-Figure For Value with Exception Aggregation as 'Total' and Reference Characteristic as 'Quantity'.
    Please allot points if you find it useful.
    Thanks and Regards,
    Kuntal.

  • LMS 3.1 inventory discovering problem

    Hello everyone
    I have LMS 3.1 and we are facing issue in inentory as the job we creating was fail everytime to get inventory
    Any recommendation for this issue

    Surprisingly i have noticed ciscoworks is exceeding stdout.log file size about 28GB. within a 10 - 15 minutes Ciscoworks has started shutting off its processes. My drive has 0 bytes free
    Can move this file somewhere on external storage just for back up & crate a blank stdout.log file ??
    I suppose i should follow :
    1. Stop crmdmgtd services
    2. move stdout.log to external storage
    3. Create new stdout.log blank file
    4. Start crmdmgtd again.
    Can you pl reply fast

  • Inventory Init Problem

    Hello
          I have some problem for Init request,there is very much data while data schedule in BI side.and i have only 3 to 4 hours to take init and data fill from setup table to bi(Schedule).so what i do.kindly provide solution for that problem

    Hi,
           Generally, you need to parallelize your init ranges first in R/3.   You can follow the same in BW Infopackages by doing multiple init with different ranges, so that the jobs can parallely run.  There is one more scenario wherein you can do Init without data transfer in BW (given that you have done your Init with some ranges in R/3 Side to fill setup tables) and continue your deltas.  Then perform your full loads with some ranges to run in parallel when there is smaller load on servers.  Finally do the repair full request and continue your deltas.  Hope it should provide you some answers of minimizing your down time.
    Thanks
    Kishore

  • Accounting problem in Make to order cofiguration

    Dear friends
    we have implemented make-to-order scenario on one of our product. We have successfully gone through the following steps....
    sales order -> converting to planed order [md50] -> converting planed order to process order -> confirmation of process order -> transfer cost from process order to sales order[KO88] > delivery> PGI. But *we did not found any accounting document generated after PGI, and all the pricing conditions are yellow except EK01 and DIFF in sales order and billing document.* Is there any thing missing in the above steps or any other problem ?
    regrads
    Kaushik

    Dear Friend
    Inventory accnt problem is solved as per ur guide line. But I am getting problem with the Pricing procedure. I have used KOFk as accnt cond type, and EK02 as cost cond type. At the time of creation of sales order all cond type is green and EK02 is 0 with red color. But after saving the order when i open the order find all cond type is yellow and EK02 is green with calculated value and NET VaLUE of the order is equal to EK02 value. Kindly gide me where is the problem
    Regards
    Kaushik

  • How can i get the price by joining StockIn and StockOut inventory (FIFO)

    I have 2 example table 
    First StockIn table
    declare @StockIn table (StockID int ,qty decimal(16,2),Price decimal(16,2), tranDate Date , running int)
    insert into @StockIn(StockID , qty ,  Price, tranDate  , running) values
    (1 , 5 , 430 , '2014-10-09' , 1),
    (1 , 10 , 431 , '2014-12-09' , 2),
    (1 , 15 , 432 , '2015-02-02' , 3),
    (2 , 8 , 450 , '2014-08-05' , 1),
    (2 , 6 , 451 , '2014-10-09' , 2),
    (2 , 15 , 452 , '2015-02-02' , 3)
    Represent item which go into the stock order by date (running column is , run number in stockID  order by date )
    Second StockOut table
    declare @StockOut table (StockID int ,qty decimal(16,2), lineid int)
    insert into @StockOut(StockID  ,qty , lineid ) values
    (1 , 10 , 2),
    (1 , 10 , 4),
    (2 , 12 , 8),
    Represent item which go out the stock . But this table doesn't have price of each item , I want to join this 2 table (join stockID) for getting the price from
    @StockIn table  by FIFO  , into @StockOut table  row by row .
    I can do this if I dont care about  lineid  but  i need to get the total price (qty * price) of any lineid .
    How Can i do this ?
    Thanks
    This is the  Result i expect 

    Thanks Jason
    A Long
    >>  https://www.simple-talk.com/sql/performance/set-based-speed-phreakery-the-fifo-stock-inventory-sql-problem/
    I have try this links but the result give me total stock left in inventory .
    But I want a price of each out transaction . So i have no idea to do with this.
    Could you give me some example of this logic
    >>  https://www.simple-talk.com/sql/performance/set-based-speed-phreakery-the-fifo-stock-inventory-sql-problem/ relate
    to this example .
    IF OBJECT_ID('tempdb..#StockIn') IS NOT NULL
    DROP TABLE #StockIn
    GO
    CREATE TABLE #StockIn (
    InID INT,
    StockID INT,
    InQty INT,
    Price DECIMAL(16, 2),
    tranDate DATE,
    running INT
    IF OBJECT_ID('tempdb..#StockOut') IS NOT NULL
    DROP TABLE #StockOut
    GO
    CREATE TABLE #StockOut (
    OutID INT,
    StockID INT,
    OutQty INT,
    lineid INT,
    tranDate DATE
    INSERT #StockIn ( InID, StockID, InQty, Price, tranDate, running )
    VALUES ( 1, 1, 15, 430, '2014-10-09', 1 ),
    ( 2, 1, 10, 431, '2014-10-10', 2 ),
    ( 3, 1, 15, 432, '2015-02-02', 3 ),
    ( 4, 2, 15, 450, '2014-08-05', 1 ),
    ( 5, 2, 6, 450, '2014-10-01', 2 ),
    ( 6, 2, 15, 452, '2015-10-02', 3 )
    INSERT #StockOut ( OutID, StockID, OutQty, lineid, tranDate )
    VALUES ( 1, 1, 20, 2, '2014-10-11' ),
    ( 2, 1, 10, 4, '2014-10-12' ),
    ( 3, 2, 12, 8, '2014-11-01' ),
    ( 4, 2, 3, 8, '2014-11-02' );

  • Probable BUG found in Sybase Inventory database

    Hi All,
    (Sure is quiet around here - must be because ZDM 7 is so stable...)
    So I have been having inventory database issues. Random but inevitable
    database failures - eg "assertion failed 201425" (and other numbers that I
    cannot locate at the moment), "mgmtdbs.db is not a valid database file" on
    starting the sybase database. Etc.
    Long troubleshooting story short: it appears that the sybase.nlm application
    cannot handle nss volumes that are large. In my case it fails if I try to
    run it on a 3.6TB or 5TB volume, but succeeds if I run it on small volumes -
    20GB to 65GB. Also the database was running fine on a 1.8TB volume - the
    problems began when I virtualized the server (on ESX 3.5u4) and moved the
    volume from direct-attached scsi storage to network-attached CoRAID (AoE)
    storage AND expanded the volume to 3.6TB.
    To test my theory I ran the database on two other servers and 3 other
    volumes. In all cases success came when the hosting volume was small -
    didn't matter if the host volume was direct attached or on a physical server
    as opposed to a virtual server.
    So if you are having inventory database problems, try moving the database to
    volume that is small - I suspect the magic breaking point is 2TB which just
    happens to be the maximum size of an NSS partition...and wasn't that also
    the max size of an NSS volume sometime in the past? Maybe the sysbase
    engineers were working in such an environment when they wrote the
    nlm...after all it has been 4 years since it was last modified (I am running
    v8.00.03, Nov 30 2005) and even longer since it was originally written.
    Anyways, the reason it fails is not so important. There is a workaround and
    a long term solution as well - move to ZCM 10.whatever-is-good ;-)
    Cheers,
    Ron Neilly
    UBC Okanagan
    PS If you have any evidence to back me up - or to disprove me - please
    share!

    Isn't it funny how once unfathomable disk sizes are now not that unusual?
    My guess is you are correct and if an SR was created on the issue Novell
    would likey raise the matter to Sybase for investigation.
    (Clearly this sounds as if its a bug and would be refunded.)
    But I think it's unlikely that it would be fixed even if verified since the
    NLM is already so old.
    While you have simple work-arounds, It is possible that the Windows and
    Linux versions of Sybase that come with ZDM don't have this issue.
    Craig Wilson - MCNE, MCSE, CCNA
    Novell Support Forums Volunteer Sysop
    Novell does not officially monitor these forums.
    Suggestions/Opinions/Statements made by me are solely my own.
    These thoughts may not be shared by either Novell or any rational human.
    "Ron Neilly" <[email protected]> wrote in message
    news:[email protected]...
    > Hi All,
    > (Sure is quiet around here - must be because ZDM 7 is so stable...)
    >
    > So I have been having inventory database issues. Random but inevitable
    > database failures - eg "assertion failed 201425" (and other numbers that I
    > cannot locate at the moment), "mgmtdbs.db is not a valid database file" on
    > starting the sybase database. Etc.
    >
    > Long troubleshooting story short: it appears that the sybase.nlm
    > application
    > cannot handle nss volumes that are large. In my case it fails if I try to
    > run it on a 3.6TB or 5TB volume, but succeeds if I run it on small
    > volumes -
    > 20GB to 65GB. Also the database was running fine on a 1.8TB volume - the
    > problems began when I virtualized the server (on ESX 3.5u4) and moved the
    > volume from direct-attached scsi storage to network-attached CoRAID (AoE)
    > storage AND expanded the volume to 3.6TB.
    >
    > To test my theory I ran the database on two other servers and 3 other
    > volumes. In all cases success came when the hosting volume was small -
    > didn't matter if the host volume was direct attached or on a physical
    > server
    > as opposed to a virtual server.
    >
    > So if you are having inventory database problems, try moving the database
    > to
    > volume that is small - I suspect the magic breaking point is 2TB which
    > just
    > happens to be the maximum size of an NSS partition...and wasn't that also
    > the max size of an NSS volume sometime in the past? Maybe the sysbase
    > engineers were working in such an environment when they wrote the
    > nlm...after all it has been 4 years since it was last modified (I am
    > running
    > v8.00.03, Nov 30 2005) and even longer since it was originally written.
    >
    > Anyways, the reason it fails is not so important. There is a workaround
    > and
    > a long term solution as well - move to ZCM 10.whatever-is-good ;-)
    >
    > Cheers,
    >
    > Ron Neilly
    > UBC Okanagan
    >
    > PS If you have any evidence to back me up - or to disprove me - please
    > share!
    >

  • Exception Aggregation or Avg Inventory

    Hi,
    While I am doing Inventory Development, got some issues in reporting. Below is my reporting info.
    Chars in rowsr:  CompCode, Sector(Nav attribute to plan), Calmonth.
    1. We get Closing Inventory in runtime ( 0valstockval )
    2. Turnover (Just a KF)
    3. Avg Inventory is a moving avg of Closing Inventory
    4. Ratio = Turnover / Avg Inventory.
    Problem in getting Moving avg in Sector Level. If I use moving avg option in Calculation tab, It is working till the end of the report not breaking at Sector level.  If I use exception aggregation, its not working and also that will calculate only Avg not a moving avg.
    So how to get avg inventory and Ratio values.
    If you give me solution in workbook also ..it ll be fine ..
    Thanks,
    _R

    Create one original query
    and another view of the original query with the navigation state for sector level.
    If you embed both in workbook, will it be OK?
    The roundabout is bit cumbersome. You need to go for table interface or macros.

  • ERR  Agent Clone Failed SEVERE:OUI-10053:Unable to generate temporary script: {0}. Unable to continue install

    ==============>deploy log information:
    2015-04-27_14-50-42:INFO:Install Args AGENT_PORT=3872
    2015-04-27_14-50-42:INFO:Action description 在主机 expquery03 上执行命令 /bin/sh -c '/u01/app/agent_12c/ADATMP_2015-04-27_14-18-30-PM/agentDeploy.sh -ignorePrereqs ORACLE_HOSTNAME=expquery03 AGENT_BASE_DIR=/u01/app/agent_12c OMS_HOST=oragc12c.yto.net.cn EM_UPLOAD_PORT=4903 AGENT_INSTANCE_HOME=/u01/app/agent_12c/agent_inst b_doDiscovery=false b_startAgent=false b_forceInstCheck=true AGENT_PORT=3872'
    2015-04-27_14-50-42:INFO:Attempt :1 pty required false  with no inputs
    2015-04-27_15-11-47:INFO:/bin/sh -c '/u01/app/agent_12c/ADATMP_2015-04-27_14-18-30-PM/agentDeploy.sh -ignorePrereqs ORACLE_HOSTNAME=expquery03 AGENT_BASE_DIR=/u01/app/agent_12c OMS_HOST=oragc12c.yto.net.cn EM_UPLOAD_PORT=4903 AGENT_INSTANCE_HOME=/u01/app/agent_12c/agent_inst b_doDiscovery=false b_startAgent=false b_forceInstCheck=true AGENT_PORT=3872' execution failed on host expquery03
    2015-04-27_15-11-47:INFO:Pattern ERROR: found in file /opt/app/oem12c/gc_inst/em/EMGC_OMS1/sysman/agentpush/2015-04-27_14-18-30-PM/logs/expquery03/install.log Line ERROR: Agent Clone Failed SEVERE:OUI-10053:Unable to generate temporary script: {0}. Unable to continue install.
    2015-04-27_15-11-47:INFO:Error Message found  Agent Clone Failed SEVERE:OUI-10053:Unable to generate temporary script: {0}. Unable to continue install.
    2015-04-27_15-11-47:INFO: ACTION 在主机 expquery03 上执行命令 /u01/app/agent_12c/ADATMP_2015-04-27_14-18-30-PM/agentDeploy.sh -ignorePrereqs ORACLE_HOSTNAME=expquery03 AGENT_BASE_DIR=/u01/app/agent_12c OMS_HOST=oragc12c.yto.net.cn EM_UPLOAD_PORT=4903 AGENT_INSTANCE_HOME=/u01/app/agent_12c/agent_inst b_doDiscovery=false b_startAgent=false b_forceInstCheck=true AGENT_PORT=3872
    2015-04-27_15-11-47:INFO: OUT null
    2015-04-27_15-11-47:INFO: ERR  Agent Clone Failed SEVERE:OUI-10053:Unable to generate temporary script: {0}. Unable to continue install.
    2015-04-27_15-11-47:INFO: EXIT CODE1
    2015-04-27_15-11-47:INFO:InvocationTargetException Exception
    2015-04-27_15-11-47:INFO:Printing Exception :java.lang.reflect.InvocationTargetException
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at oracle.sysman.core.agentpush.ui.deployer.BaseDeployerOps.executeActions(BaseDeployerOps.java:1924)
            at oracle.sysman.core.agentpush.ui.deployer.NewAgentDeployer.deploy(NewAgentDeployer.java:59)
            at oracle.sysman.core.agentpush.ui.deployfwk.DeploymentWorker.run(DeploymentWorker.java:26)
            at oracle.sysman.util.threadPoolManager.WorkerThread.run(Worker.java:311)
    Caused by: CommandException: err:  Agent Clone Failed SEVERE:OUI-10053:Unable to generate temporary script: {0}. Unable to continue install. out: null exitcode: 1
    stacktrace:
    null
            at oracle.sysman.core.agentpush.ui.deployer.DeployerOps.executeCommandOnNodeInteractive(DeployerOps.java:1204)
            at oracle.sysman.core.agentpush.ui.deployer.DeployerOps.executeCommandOnNodeInteractive(DeployerOps.java:1050)
            at oracle.sysman.core.agentpush.ui.deployer.DeployerOps.executeCmdOnNode(DeployerOps.java:644)
            at oracle.sysman.core.agentpush.ui.deployer.DeployerOps.executeCmdOnNode(DeployerOps.java:593)
            at oracle.sysman.core.agentpush.ui.deployer.BaseDeployerOps.doInstall(BaseDeployerOps.java:484)
    oem@oragc12c bin]$ more /u01/app/agent_12c/core/12.1.0.4.0/cfgtoollogs/agentDeploy/agentDeploy_2015-04-27_15-10-25-PM.log
    /u01/app/agent_12c/core/12.1.0.4.0/cfgtoollogs/agentDeploy/agentDeploy_2015-04-27_15-10-25-PM.log: No such file or directory
    [oem@oragc12c bin]$ more /opt/app/oem12c/gc_inst/em/EMGC_OMS1/sysman/agentpush/2015-04-27_14-18-30-PM/logs/expquery03/install.log
    -e Validating the OMS_HOST & EM_UPLOAD_PORT
    Executing command : /u01/app/agent_12c/core/12.1.0.4.0/jdk/bin/java -classpath /u01/app/agent_12c/core/12.1.0.4.0/jlib/agentInstaller.jar:/u01/app/agent_12c/core/12.1.0.4.0/oui/jlib/OraInstaller.jar oracle.s
    ysman.agent.installer.AgentInstaller /u01/app/agent_12c/core/12.1.0.4.0 /u01/app/agent_12c/ADATMP_2015-04-27_14-18-30-PM /u01/app/agent_12c -prereq
    Validating oms host & port with url: http://oragc12c.yto.net.cn:4903/empbs/genwallet
    Validating oms host & port with url: https://oragc12c.yto.net.cn:4903/empbs/genwalletReturn status:3-oms https port is passedUnzipping the agentcoreimage.zip to /u01/app/agent_12c ....12.1.0.4.0_PluginsOneof
    fs_197.zip
    Executing command : /u01/app/agent_12c/ADATMP_2015-04-27_14-18-30-PM/unzip -o /u01/app/agent_12c/ADATMP_2015-04-27_14-18-30-PM/12.1.0.4.0_PluginsOneoffs_197.zip -d /u01/app/agent_12cExecuting command : /u01/
    app/agent_12c/core/12.1.0.4.0/jdk/bin/java  -d64 -classpath /u01/app/agent_12c/core/12.1.0.4.0/oui/jlib/OraInstaller.jar:/u01/app/agent_12c/core/12.1.0.4.0/oui/jlib/xmlparserv2.jar:/u01/app/agent_12c/core/12
    .1.0.4.0/oui/jlib/srvm.jar:/u01/app/agent_12c/core/12.1.0.4.0/oui/jlib/emCfg.jar:/u01/app/agent_12c/core/12.1.0.4.0/jlib/agentInstaller.jar:/u01/app/agent_12c/core/12.1.0.4.0/oui/jlib/share.jar oracle.sysman
    .agent.installer.AgentInstaller /u01/app/agent_12c/core/12.1.0.4.0 /u01/app/agent_12c/ADATMP_2015-04-27_14-18-30-PM /u01/app/agent_12c /u01/app/agent_12c/agent_inst AGENT_BASE_DIR=/u01/app/agent_12c
    Failed to read the inventory
    Failed to read the inventory=====================>but the inventory no problem
    Cloning the agent home...
    Executing command: /u01/app/agent_12c/core/12.1.0.4.0/oui/bin/runInstaller -debug -ignoreSysPrereqs   -clone -forceClone -silent -waitForCompletion -nowait ORACLE_HOME=/u01/app/agent_12c/core/12.1.0.4.0   AG
    ENT_BASE_DIR=/u01/app/agent_12c ORACLE_HOSTNAME=expquery03 AGENT_BASE_DIR=/u01/app/agent_12c OMS_HOST=oragc12c.yto.net.cn EM_UPLOAD_PORT=4903 AGENT_INSTANCE_HOME=/u01/app/agent_12c/agent_inst b_doDiscovery=f
    alse b_startAgent=false b_forceInstCheck=true AGENT_PORT=3872 -noconfig  ORACLE_HOME_NAME=agent12c1 -force b_noUpgrade=true
    ERROR: Agent Clone Failed SEVERE:OUI-10053:Unable to generate temporary script: {0}. Unable to continue install.
    Agent Deploy Log Location:/u01/app/agent_12c/core/12.1.0.4.0/cfgtoollogs/agentDeploy/agentDeploy_2015-04-27_15-10-25-PM.log
    ============>agent client privage and "/tmp" information  at hp-unix
    $ bdf
    Filesystem          kbytes    used   avail %used Mounted on
    /dev/vg00/lvol3    5242880  384784 4820160    7% /
    /dev/vg00/lvol1    1835008  376272 1447400   21% /stand
    /dev/vg00/lvol7    20971520 8977200 11902024   43% /var
    /dev/vg00/lvol9    7864320 3213136 4614904   41% /usr
    /dev/vg00/lvol6    85983232 63055260 21527575   75% /u01
    /dev/vg00/lvol5    10485760 2268216 8153768   22% /tmp===============>
    /dev/vg00/lvol8    10354688 6536024 3788952   63% /opt
    /dev/vg00/lvol4    52428800 13319488 38803816   26% /home
    $ ls -lt
    total 6
    drwxr-xr-x   2 oem        oinstall      1024 Apr 27 15:14 agent_12c
    drwxrwx---   5 grid       oinstall      1024 Apr 27 15:11 oraInventory
    drwxr-xr-x   3 oem        oinstall        96 Apr 22 16:16 agent
    drwxrwxr-x   8 grid       oinstall      1024 Apr 21 14:58 grid
    drwxrwxr-x   6 grid       oinstall        96 Aug  7  2013 oracle
    drwxr-xr-x   3 root       oinstall        96 Aug  2  2013 11.2.0
    $ cd oraInventory
    $ ls -lt
    total 44
    drwxrwx---   2 grid       oinstall     16384 Apr 27 15:10 logs
    drwxrwx---   3 grid       oinstall      2048 Apr 22 10:36 backup
    drwxrwx---   2 grid       oinstall      1024 Apr  3  2014 ContentsXML
    -rwxrwx---   1 grid       oinstall      1686 Aug  6  2013 orainstRoot.sh
    -rw-rw----   1 grid       oinstall        56 Aug  6  2013 oraInst.loc
    $ cd ContentsXML
    $ ls
    comps.xml      inventory.xml  libs.xml
    $ ls -lt
    total 6
    -rw-rw----   1 grid       oinstall       842 Apr 21 10:31 inventory.xml
    -rw-rw----   1 grid       oinstall       329 Apr 20 17:32 comps.xml
    -rw-rw----   1 grid       oinstall       292 Apr 20 17:32 libs.xml
    I view some oms document ,don't know the case

    agent client's apeloy log:
    $ more /u01/app/agent_12c/core/12.1.0.4.0/cfgtoollogs/agentDeploy/agentDeploy_2015-04-27_16-22-23-PM.log
    INFO: /u01/app/agent_12c/core/12.1.0.4.0
    INFO: /u01/app/agent_12c/ADATMP_2015-04-27_15-33-29-PM
    INFO: /u01/app/agent_12c
    INFO: /u01/app/agent_12c/agent_inst
    INFO: AGENT_BASE_DIR=/u01/app/agent_12c
    INFO: -ignorePrereqs
    INFO: ORACLE_HOSTNAME=expquery03
    INFO: AGENT_BASE_DIR=/u01/app/agent_12c
    INFO: OMS_HOST=oragc12c.yto.net.cn
    INFO: EM_UPLOAD_PORT=4903
    INFO: AGENT_INSTANCE_HOME=/u01/app/agent_12c/agent_inst
    INFO: b_doDiscovery=false
    INFO: b_startAgent=false
    INFO: b_forceInstCheck=true
    INFO: AGENT_PORT=3872
    INFO: AGENT_BASE_DIR=/u01/app/agent_12c
    INFO: ORACLE_HOSTNAME=expquery03
    INFO: AGENT_BASE_DIR=/u01/app/agent_12c
    INFO: OMS_HOST=oragc12c.yto.net.cn
    INFO: EM_UPLOAD_PORT=4903
    INFO: AGENT_INSTANCE_HOME=/u01/app/agent_12c/agent_inst
    INFO: b_doDiscovery=false
    INFO: b_startAgent=false
    INFO: b_forceInstCheck=true
    INFO: AGENT_PORT=3872
    INFO:  Setting the system property ORACLE_HOSTNAME to:expquery03
    INFO:  Setting the system property oracle.installer.oui_loc to:/u01/app/agent_12c/core/12.1.0.4.0/oui
    INFO: Agent Base Directory is : /u01/app/agent_12c
    INFO: Agent Home is : /u01/app/agent_12c/core/12.1.0.4.0
    INFO: Sbin Home is : /u01/app/agent_12c/sbin
    INFO: Logs Location is : /u01/app/agent_12c/core/12.1.0.4.0/cfgtoollogs/agentDeploy
    SEVERE: User has specified -ignorePrereqs when invoking the installer.  All pre-requisite checks will be ignored for this installation session.  Configuration failures may result if proper pre-requisites are
    not satisfied.
    INFO:
    Setting system property CUSTOM_INVENTORY to /u01/app/oraInventory
    INFO: Clone start time:2015-04-27_16-22-24-PM
    INFO: Executing command: /u01/app/agent_12c/core/12.1.0.4.0/oui/bin/runInstaller -debug -ignoreSysPrereqs   -clone -forceClone -silent -waitForCompletion -nowait ORACLE_HOME=/u01/app/agent_12c/core/12.1.0.4.
    0   -noconfig  ORACLE_HOME_NAME=agent12c1 -force
    INFO: Starting Oracle Universal Installer...
    INFO:
    INFO: Checking swap space: must be greater than 500 MB.   Actual 61440 MB    Passed
    INFO: Preparing to launch Oracle Universal Installer from /tmp/OraInstall2015-04-27_04-22-24PM. Please wait ...Oracle Universal Installer, Version 11.1.0.12.0 Production
    INFO: Copyright (C) 1999, 2014, Oracle. All rights reserved.
    INFO:
    INFO: org.xml.sax.SAXParseException: <Line 1, Column 38>: XML-20100: (Fatal Error) Expected '?>'.
    INFO:   at oracle.xml.parser.v2.XMLError.flushErrorHandler(XMLError.java:422)
    INFO:   at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:287)
    INFO:   at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:345)
    INFO:   at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:307)
    INFO:   at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:212)
    INFO:   at oracle.sysman.oii.oiii.OiiiInstallXMLReader.readHomes(OiiiInstallXMLReader.java:150)
    INFO:   at oracle.sysman.oii.oiii.OiiiInstallXMLReader.readHomes(OiiiInstallXMLReader.java:88)
    INFO:   at oracle.sysman.oii.oiii.OiiiInstallInventory.readHomes(OiiiInstallInventory.java:708)
    INFO:   at oracle.sysman.oii.oiii.OiiiInstallAreaControl.loadPartialInstallInv(OiiiInstallAreaControl.java:766)
    INFO:   at oracle.sysman.oii.oiii.OiiiInstallAreaControl.initInstallInv(OiiiInstallAreaControl.java:811)
    INFO:   at oracle.sysman.oii.oiii.OiiiInstallAreaControl.loadInstallInventory(OiiiInstallAreaControl.java:582)
    INFO:   at oracle.sysman.oii.oiii.OiiiInstallAreaControl.initAreaControl(OiiiInstallAreaControl.java:1965)
    INFO:   at oracle.sysman.oii.oiii.OiiiInstallAreaControl.initAreaControl(OiiiInstallAreaControl.java:1929)
    INFO:   at oracle.sysman.oii.oiic.OiicCloneSession.setAreaControls(OiicCloneSession.java:1309)
    INFO:   at oracle.sysman.oii.oiic.OiicCloneSession.<init>(OiicCloneSession.java:932)
    INFO:   at oracle.sysman.oii.oiic.OiicSessionWrapper.createNewSession(OiicSessionWrapper.java:878)
    INFO:   at oracle.sysman.oii.oiic.OiicSessionWrapper.<init>(OiicSessionWrapper.java:189)
    INFO:   at oracle.sysman.oii.oiic.OiicInstaller.init(OiicInstaller.java:511)
    INFO:   at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:967)
    INFO:   at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:905)
    INFO: org.xml.sax.SAXParseException: <Line 1, Column 38>: XML-20100: (Fatal Error) Expected '?>'.
    INFO:   at oracle.xml.parser.v2.XMLError.flushErrorHandler(XMLError.java:422)
    INFO:   at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:287)
    INFO:   at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:345)
    INFO:   at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:307)
    INFO:   at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:212)
    INFO:   at oracle.sysman.oii.oiii.OiiiInstallXMLReader.readHomes(OiiiInstallXMLReader.java:150)
    INFO:   at oracle.sysman.oii.oiii.OiiiInstallXMLReader.readHomes(OiiiInstallXMLReader.java:88)
    INFO:   at oracle.sysman.oii.oiii.OiiiInstallInventory.readHomes(OiiiInstallInventory.java:708)
    INFO:   at oracle.sysman.oii.oiii.OiiiInstallAreaControl.loadPartialInstallInv(OiiiInstallAreaControl.java:766)
    INFO:   at oracle.sysman.oii.oiii.OiiiInstallAreaControl.initInstallInv(OiiiInstallAreaControl.java:811)
    INFO:   at oracle.sysman.oii.oiii.OiiiInstallAreaControl.loadInstallInventory(OiiiInstallAreaControl.java:582)
    INFO:   at oracle.sysman.oii.oiii.OiiiInstallAreaControl.initAreaControl(OiiiInstallAreaControl.java:1965)
    INFO:   at oracle.sysman.oii.oiii.OiiiInstallAreaControl.initAreaControl(OiiiInstallAreaControl.java:1929)
    INFO:   at oracle.sysman.oii.oiic.OiicCloneSession.setAreaControls(OiicCloneSession.java:1309)
    INFO:   at oracle.sysman.oii.oiic.OiicCloneSession.<init>(OiicCloneSession.java:932)
    INFO:   at oracle.sysman.oii.oiic.OiicSessionWrapper.createNewSession(OiicSessionWrapper.java:878)
    INFO:   at oracle.sysman.oii.oiic.OiicSessionWrapper.<init>(OiicSessionWrapper.java:189)
    INFO:   at oracle.sysman.oii.oiic.OiicInstaller.init(OiicInstaller.java:511)
    INFO:   at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:967)
    INFO:   at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:905)
    INFO: OUI-10053:Unable to generate temporary script: /tmp/orainstRoot.sh. Unable to continue install.
    INFO: SEVERE:OUI-10053:Unable to generate temporary script: {0}. Unable to continue install.
    INFO: Plugin homes:
    INFO:
    INFO: LD_LIBRARY_PATH environment variable :
    INFO: -------------------------------------------------------
    INFO: Total args: 42
    INFO: Command line argument array elements ...
    INFO: Arg:0:/tmp/OraInstall2015-04-27_04-22-24PM/jre/bin/java:
    INFO: Arg:1:-Doracle.installer.library_loc=/tmp/OraInstall2015-04-27_04-22-24PM/oui/lib/hpia64:
    INFO: Arg:2:-Doracle.installer.oui_loc=/tmp/OraInstall2015-04-27_04-22-24PM/oui:
    INFO: Arg:3:-Doracle.installer.bootstrap=TRUE:
    INFO: Arg:4:-Doracle.installer.startup_location=/u01/app/agent_12c/core/12.1.0.4.0/oui/bin:
    INFO: Arg:5:-Doracle.installer.jre_loc=../../jre:
    INFO: Arg:6:-Doracle.installer.nlsEnabled="TRUE":
    INFO: Arg:7:-Doracle.installer.prereqConfigLoc= :
    INFO: Arg:8:-Doracle.installer.unixVersion=B.11.31:
    INFO: Arg:9:-d64:
    INFO: Arg:10:-mx96m:

Maybe you are looking for

  • Is there any way to use a late 2009 21.5 inch iMac as an external screen for an early 2011 MacBook Pro?

    Hi there, I'm trying to work out if there is any way that I can use my late 2009 21.5 inch iMac (running OS X 10.6.8; mindisplay port) as an external or second monitor when connected to my early 2011 13" MacBook Pro (OS X 10.6.8; thunderbolt). From w

  • Dropped my husbnads MacBook Pro with months of work on it.

    In The SF Bay Area, I need to know where I can Lease a cross-over Mac Book Pro while his is being repaired, and by the way where should i send it for superfast repair? This is a mega corp and a very delicate issue.

  • Cost Element column not appearing in IW31/ IW32 transaction

    Hi, In transaction IW32, in Operations Tab --> click on External Button (below shown on IW32 screen). Now under External, click on Services tab (1st option), here Cost Estimate column not appearing. We tried to add through configuration option on thi

  • 0COMPANY mapping issue - Eugene pls advice

    Hi, We are doing a consolidation project. Now during the mapping, we are mapping 0COMPANY to 0COMP_CODE on BCS side, the system gives a error saying that the object lengths dont match. Where company is 6 and comp_code is 4. Now we want to truncate co

  • C.O.D option in eCommerce cart

    Hi all, I have a feeling this may have been asked here before. I have a C.O.D option on my shopping cart which works fine. But the invoice shows the "Total amount" as already paid. Does anyone know how to set this to amount outstanding = "Total amoun