Need to Change Package

Hi,
I have to collect a Process chain in Tranport Request.
When am trying to collect, the object 0FISCPER is in $TMP Package. when i try to change the $TMP Package, the option to change the package is disabled. so i cant change this. i have to change this, if i need to transport my PC to production.
Kinldy any one suggest me what to do
Regards,
Jackie

Hi Jackie,
Go to transaction SE03 and change the package for 0FISCPER using "Change Object Directory Entries".
Hope it helps.
BR
Stefan

Similar Messages

  • I don't need the full package. Is there an easy way to change from the full to photographer's package?

    I'm trying to save money and realize that I don't need the full package. I wanted to just change over to photographer's pack with just Lightroom and Photoshop but I seem to be missing the way to do that through my account. Is there an easier way?

    http://helpx.adobe.com/x-productkb/policy-pricing/return-cancel-or-change-order.html

  • I'm trying to buy CC Photoshop/Lightroom packages. In order to complete payment, I need to change the country from the default options (United States) to Brazil, But I'm not allowed to do it. I've already changed my origin country in my account informatio

    I'm trying to buy CC Photoshop/Lightroom packages. In order to complete payment, I need to change the country from the default options (United States) to Brazil, But I'm not allowed to do it. I've already changed my origin country in my account information.How do I change the country in order to complete payment?

    These are the two links I have
    Change/Verify Account https://forums.adobe.com/thread/1465499 may help
    -http://helpx.adobe.com/x-productkb/policy-pricing/change-country-associated-with-adobe-id. html
    If the above doesn't help, you will have to contact Adobe (this is an open forum, not Adobe support)
    Adobe contact information - http://helpx.adobe.com/contact.html
    -Select your product and what you need help with
    -Click on the blue box "Still need help? Contact us"

  • Changing Package Name of an AIR apk

    Hi. I have created an AIR app that is currently in the market. To update the app, obviously I must keep the same package name. My first version's were packaged using Eclipse with the ADT plugin.
    Now to use AIR 3.0 Native Extensions (ANE) which were not available when I first developed the app, I currently must create my APK using AIR's command line tools. Unfortunately, these command line tools force you to have a package name that starts with the word "air". For example, I need the package name "com.example". AIR creates the package name as "air.com.example".
    So now, I cannot update my app in the market since the package name has changed. Adobe has this horrific article to help you rename and remove the "air" in the package. I'm not a great programmer so this has really stumped me.
    http://kb2.adobe.com/cps/875/cpsid_87562.html
    Apparently this info is out of date or incorrect in a few areas.
    I have completely stumbled at step 12 which uses apkbuilder:
    apkbuilder final.apk -u -z resources.arsc -f classes.dex
    I am getting this error message:
    THIS TOOL IS DEPRECATED. See --help for more information.
    java.io.FileNotFoundException: resources.arsc does not exist
    I have used step 10 to create the new resources.arsc file. It clearly DOES exist and in the correct location. I tried using apkbuilder with other resources.arsc files taken from other projects. I still get the same error message.
    Maybe there is another way to do this using another tool like like apkTool. http://code.google.com/p/android-apktool/
    I tried this but then couldn't get jarsigner to sign the apk properly.
    Is there a chance in hell of this working? There doesn't seem to be much about this topic on the internet. If anyone is interested in this, I have a zip file with a sample AIR apk, windows bat files for all the command line work, and all the needed utilities so they don't need to be downloaded. To get started you just need to change my path.bat to fit your system. And you need notepad++ (or an equivalent) to batch automate renaming the package name across several files.
    http://bradwallacedesign.com/dktimer/renameApkProject.zip
    Thanks so much!

    If the DisplayObject is on the timeline then its name cannot
    be modified, but the name property of dynamically created
    DisplayObjects can be changed. (DisplayObject.name:String
    read/write).

  • TitleBorder - Default Font Title = Blue - Need to change to BLACK.

    Hello,
    I have a menu with several Title Borders, The titles however area appearing in Blue, which i have not set,
    I need to change this back to black but i am unable to do so.
    Has anyone else had this problem or know how to solve it?
    I am using Borland Jbuilder, not sure if that is relevant.
    package rmitest;
    import java.awt.Dimension;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    import com.borland.jbcl.layout.XYLayout;
    import com.borland.jbcl.layout.*;
    import java.awt.*;
    import javax.swing.*;
    import javax.swing.border.Border;
    import DateTimeBean.DateTimeBean;
    import javax.swing.border.TitledBorder;
    import javax.swing.border.EtchedBorder;
    import java.rmi.*;
    import java.rmi.Naming;
    import java.net.MalformedURLException;
    import java.rmi.NotBoundException;
    import java.awt.event.*;
    import javax.swing.*;
    import java.util.Calendar;
    import java.util.Date;
    import java.sql.SQLException;
    import java.util.Vector;
    public class Menu extends JFrame implements ActionListener {
        JPanel contentPane;
        JTextArea jTextAreaTime = new JTextArea(3,10);
        Border border1 = BorderFactory.createEtchedBorder(EtchedBorder.RAISED,
          Color.white, new Color(156, 156, 158));
        private final int DELAY = 1000;
        static DateTimeBean dateTimeBean;
        JPanel jPanel1 = new JPanel();
       // TitledBorder titledBorder1 = new TitledBorder("");
        Border border2 = new TitledBorder(border1, "");
        Border border3 = new TitledBorder(border2, "Buttons");
        JPanel jPanel2 = new JPanel();
        TitledBorder titledBorder2 = new TitledBorder("");
        Border border4 = BorderFactory.createEtchedBorder(Color.white,
                new Color(156, 156, 158));
        Border border5 = new TitledBorder(border4, "Info");
        JPanel jPanel3 = new JPanel();
        Border border6 = BorderFactory.createEtchedBorder(Color.white,
                new Color(156, 156, 158));
        Border border7 = new TitledBorder(border6, "More Buttons");
        Border border8 = BorderFactory.createMatteBorder(6, 6, 6, 6, Color.black);
        Border border9 = BorderFactory.createLineBorder(Color.black, 2);
        JTextArea jTextArea1 = new JTextArea();
        Border border10 = BorderFactory.createLineBorder(Color.black, 2);
        JPanel jPanel4 = new JPanel();
        Border border11 = BorderFactory.createLineBorder(SystemColor.controlText, 2);
        Border border12 = new TitledBorder(border11, "Shit");
        Border border13 = BorderFactory.createLineBorder(SystemColor.controlText, 2);
        Border border14 = new TitledBorder(border13, "Other Shit");
        Border border15 = BorderFactory.createEtchedBorder(EtchedBorder.RAISED,
                Color.white, new Color(156, 156, 158));
        Border border16 = new TitledBorder(border15, "Other Shit");
        Border border17 = BorderFactory.createEtchedBorder(EtchedBorder.RAISED,
                Color.white, new Color(156, 156, 158));
        Border border18 = new TitledBorder(border17, "Shit");
        Border border19 = BorderFactory.createLineBorder(Color.BLACK, 1);
        TitledBorder titledBorder3 = new TitledBorder("");
        Border border20 = BorderFactory.createEtchedBorder(Color.white,
                new Color(156, 156, 158));
        Border border21 = new TitledBorder(border20, "TEXT");
        XYLayout xYLayout1 = new XYLayout();
        JScrollPane jScrollPane1 = new JScrollPane();
        Border border22 = BorderFactory.createEtchedBorder(EtchedBorder.RAISED,
                Color.white, new Color(156, 156, 158));
        Border border23 = new TitledBorder(border22, "Action Log");
        JScrollPane jScrollPane2 = new JScrollPane();
        Border border24 = BorderFactory.createEtchedBorder(EtchedBorder.RAISED,
                Color.white, new Color(156, 156, 158));
        Border border25 = new TitledBorder(border24, "Data");
        JButton jButton1 = new JButton();
        Icon exitButton = new ImageIcon("exit.JPG");
        Calendar clientCal = Calendar.getInstance();
        Iserver s;
        JButton jButton2 = new JButton();
        JButton jButton3 = new JButton();
        JButton jButton4 = new JButton();
        JButton jButton5 = new JButton();
        javax.swing.JTextArea jTextArea3 = new JTextArea();
        javax.swing.JTextArea jTextArea2 = new JTextArea();
        public Vector<Object> contents;
        javax.swing.JRadioButton jRadioButton1 = new JRadioButton();
        javax.swing.JRadioButton jRadioButton2 = new JRadioButton();
        XYLayout xYLayout2 = new XYLayout();
        Border border26 = javax.swing.BorderFactory.createEtchedBorder(Color.white,
          new Color(156, 156, 158));
        Border border27 = new TitledBorder(border26, "View Auctions");
        XYLayout xYLayout3 = new XYLayout();
      XYLayout xYLayout4 = new XYLayout();
      javax.swing.JLabel jLabel1 = new JLabel();
      Border border28 = javax.swing.BorderFactory.createEtchedBorder(Color.white,
          new Color(156, 156, 158));
      Border border29 = new TitledBorder(border28, "Create Auction");
      javax.swing.JRadioButton jRadioButton3 = new JRadioButton();
      javax.swing.JRadioButton jRadioButton4 = new JRadioButton();
      javax.swing.JLabel jLabel2 = new JLabel();
      javax.swing.JTextField jTextField1 = new JTextField();
      javax.swing.JTextArea jTextArea4 = new JTextArea();
      javax.swing.JLabel jLabel3 = new JLabel();
      javax.swing.JTextField jTextField2 = new JTextField();
      javax.swing.JTextField jTextField3 = new JTextField();
      javax.swing.JTextField jTextField4 = new JTextField();
      javax.swing.JLabel jLabel4 = new JLabel();
      javax.swing.JLabel jLabel5 = new JLabel();
      javax.swing.JLabel jLabel6 = new JLabel();
      javax.swing.JButton jButton6 = new JButton();
      Border border30 = javax.swing.BorderFactory.createLineBorder(Color.white, 2);
      Border border31 = javax.swing.BorderFactory.createLineBorder(Color.lightGray,
          2);
      Border border32 = javax.swing.BorderFactory.createLineBorder(SystemColor.
          inactiveCaptionText, 2);
      Border border33 = javax.swing.BorderFactory.createLineBorder(new Color(156, 156, 158), 2);
      Border border34 = javax.swing.BorderFactory.createLineBorder(new Color(156, 156, 158), 2);
      Border border35 = javax.swing.BorderFactory.createLineBorder(new Color(156, 156, 158), 2);
      Border border36 = javax.swing.BorderFactory.createEtchedBorder(EtchedBorder.
          RAISED, Color.white, new Color(156, 156, 158));
      Border border37 = new TitledBorder(border36, "Action Log");
      Border border38 = javax.swing.BorderFactory.createEtchedBorder(Color.white,
          new Color(156, 156, 158));
      Border border39 = new TitledBorder(border38, "Info");
      Border border40 = javax.swing.BorderFactory.createEtchedBorder(Color.white,
          new Color(156, 156, 158));
      Border border41 = javax.swing.BorderFactory.createEtchedBorder(Color.white,
          new Color(156, 156, 158));
      Border border43 = javax.swing.BorderFactory.createEtchedBorder(Color.white,
          new Color(156, 156, 158));
      Border border44 = new TitledBorder(border43, "Bid On An Auction");
      Border border42 = javax.swing.BorderFactory.createEtchedBorder(EtchedBorder.
          RAISED, Color.white, new Color(156, 156, 158));
      Border border45 = new TitledBorder(border42, "tyeryry");
      public Menu()
            super() ;
            enableEvents(AWTEvent.WINDOW_EVENT_MASK);
            dateTimeBean = new DateTimeBean();
            Timer timer = new Timer(DELAY, this);
            timer.start();
            try {
                setDefaultCloseOperation(EXIT_ON_CLOSE);
                setContentPane( new MyPanel() ) ;
                setSize( 1000 , 700 );
                setVisible( true );
                jbInit();
              } catch (Exception exception)
                exception.printStackTrace();
        private void jbInit() throws Exception {
            this.setForeground(Color.lightGray);
            this.setResizable(false);
            setTitle("Assignment - Bidding System");
            jTextAreaTime.setFont(new java.awt.Font("Dialog", Font.BOLD, 12));
            jTextAreaTime.setBorder(border1);
            jTextAreaTime.setOpaque(true);
            jTextAreaTime.setEditable(false);
            contentPane = (JPanel) getContentPane();
            contentPane.setSize(new Dimension(1000, 700));
            contentPane.setLayout(xYLayout1);
            contentPane.setBackground(Color.white);
            contentPane.setEnabled(true);
            contentPane.setDoubleBuffered(false);
            contentPane.setMinimumSize(new Dimension(1000, 700));
            contentPane.setOpaque(true);
            contentPane.setPreferredSize(new Dimension(1000, 700));
            jPanel1.setBorder(border29);
        jPanel1.setLayout(xYLayout4);
        jPanel2.setFont(new java.awt.Font("Arial Black", Font.PLAIN, 11));
        jPanel2.setBorder(border44);
            jPanel2.setLayout(xYLayout3);
        jPanel3.setFont(new java.awt.Font("Dialog", Font.BOLD, 12));
        jPanel3.setBorder(border27);
            jPanel3.setLayout(xYLayout2);
            jTextArea1.setBorder(BorderFactory.createLineBorder(Color.black));
            jTextArea1.setText("");
            jTextArea1.setEditable(false);
        jScrollPane1.setBorder(border37);
        jScrollPane1.setOpaque(false);
            jScrollPane2.setBorder(border25);
            jScrollPane2.setOpaque(false);
            jButton1.setForeground(Color.black);
            jButton1.setRolloverIcon(null);
            jButton1.setIcon(exitButton);
            jButton1.setText("Exit");
            jButton1.addActionListener(new Menu_jButton1_actionAdapter(this));
            jButton2.setText("jButton2");
            jButton3.setText("jButton3");
            jButton4.setText("jButton4");
            jTextArea3.setEditable(false);
            jTextArea3.setText("");
            jTextArea2.setToolTipText("");
        jTextArea2.setEditable(false);
        jTextArea2.setText("");
            jButton5.setText("Go");
            jButton5.setVisible(true);
            ButtonGroup RadioGroupView = new ButtonGroup();
            ButtonGroup RadioGroupCreate = new ButtonGroup();
        jLabel1.setText("Auction Type:");
        jRadioButton3.setText("English");
        jRadioButton4.setText("Vickrey");
        jRadioButton3.setOpaque(false);
        jRadioButton4.setOpaque(false);
        jTextArea4.setBorder(border35);
        jButton6.addActionListener(new Menu_jButton6_actionAdapter(this));
        RadioGroupCreate.add(jRadioButton3);
        RadioGroupCreate.add(jRadioButton4);
        jLabel2.setText("Item Name:");
        jTextField1.addActionListener(new Menu_jTextField1_actionAdapter(this));
        jLabel3.setText("Description:");
        jLabel4.setText("Reserve Price");
        jLabel5.setText("Buy Out");
        jLabel6.setText("Start Price");
        jButton6.setText("Create");
        RadioGroupView.add(jRadioButton1);
            RadioGroupView.add(jRadioButton2);
            jButton5.setToolTipText("");
            jRadioButton1.setOpaque(false);
            jRadioButton1.setToolTipText("");
            jRadioButton1.setText("View All Auctions");
            jRadioButton1.addActionListener(new Menu_jRadioButton1_actionAdapter(this));
            jRadioButton2.setOpaque(false);
            jRadioButton2.setText("View Auction");
        jPanel1.setOpaque(false);
            jPanel2.setOpaque(false);
            jPanel3.setOpaque(false);
        jPanel1.add(jLabel1, new XYConstraints(9, 6, -1, -1));
        jPanel1.add(jLabel2, new XYConstraints(9, 26, -1, -1));
        contentPane.add(jTextAreaTime, new XYConstraints(23, 599, 82, 56));
            contentPane.add(jButton1, new XYConstraints(820, 606, 96, 39));
            contentPane.add(jButton2, new XYConstraints(168, 606, 89, 40));
            contentPane.add(jButton3, new XYConstraints(275, 606, 96, 42));
            contentPane.add(jButton4, new XYConstraints(396, 606, 94, 45));
            jPanel3.add(jRadioButton2, new XYConstraints(9, 24, -1, -1));
            jPanel3.add(jButton5, new XYConstraints(177, 110, -1, -1));
            jPanel3.add(jRadioButton1, new XYConstraints(9, 0, -1, -1));
        jPanel1.add(jTextField1, new XYConstraints(85, 26, 118, -1));
        jPanel1.add(jRadioButton3, new XYConstraints(81, 0, -1, -1));
        jPanel1.add(jRadioButton4, new XYConstraints(144, 0, -1, -1));
        jPanel1.add(jLabel3, new XYConstraints(9, 50, -1, -1));
        jPanel1.add(jTextArea4, new XYConstraints(86, 53, 116, 50));
        jPanel1.add(jButton6, new XYConstraints(308, 107, 102, 22));
        jPanel1.add(jTextField2, new XYConstraints(361, 30, 50, 15));
        jPanel1.add(jTextField3, new XYConstraints(361, 55, 50, 15));
        jPanel1.add(jTextField4, new XYConstraints(361, 79, 50, 15));
        jPanel1.add(jLabel6, new XYConstraints(284, 80, -1, -1));
        jPanel1.add(jLabel4, new XYConstraints(266, 29, -1, -1));
        jPanel1.add(jLabel5, new XYConstraints(296, 56, -1, -1));
        contentPane.add(jPanel1, new XYConstraints(15, 85, 451, 161));
        contentPane.add(jPanel3, new XYConstraints(735, 86, 241, 161));
        contentPane.add(jScrollPane1, new XYConstraints(24, 465, 950, 122));
        jScrollPane1.getViewport().add(jTextArea2);
        contentPane.add(jScrollPane2, new XYConstraints(22, 256, 951, 196));
        jScrollPane2.getViewport().add(jTextArea3);
        contentPane.add(jPanel2, new XYConstraints(478, 88, 245, 161));
        jButton2.setText("Client");
                    jButton2.addActionListener(new java.awt.event.ActionListener() {
             public void actionPerformed(ActionEvent e) {
                jButton2_actionPerformed(e);
          jButton3.setText("From");
                    jButton3.addActionListener(new java.awt.event.ActionListener() {
             public void actionPerformed(ActionEvent e) {
                jButton3_actionPerformed(e);
          jButton4.setText("Server");
                    jButton4.addActionListener(new java.awt.event.ActionListener() {
             public void actionPerformed(ActionEvent e) {
                jButton4_actionPerformed(e);
            jButton5.addActionListener(new java.awt.event.ActionListener() {
             public void actionPerformed(ActionEvent e) {
                try {
                  jButton5_actionPerformed(e);
                catch (ClassNotFoundException ex) {
                catch (RemoteException ex) {
                catch (SQLException ex) {
          try {
             s = (Iserver)Naming.lookup("rmi://192.168.0.3:1099/AuctionService");
          } catch(Exception ex) {
        protected void processWindowEvent(WindowEvent e) {
          super.processWindowEvent(e);
          if (e.getID() == WindowEvent.WINDOW_CLOSING) {
             System.exit(0);
        public void actionPerformed(ActionEvent e) {
           jTextAreaTime.setText("  "+dateTimeBean.getDayName()+"\n"+"  "+dateTimeBean.getDate()+"\n"+ "  "+dateTimeBean.getTime());
           repaint();
        public void jTextField1_actionPerformed(ActionEvent e) {
        public void jButton1_actionPerformed(ActionEvent e) {
            System.exit(0);
        public void jButton2_actionPerformed(ActionEvent e) {
            clientCal.setTime(new Date());
          int hour = clientCal.get(Calendar.HOUR_OF_DAY);
          int minute = clientCal.get(Calendar.MINUTE);
          int secs = clientCal.get(Calendar.SECOND);
          String time = hour + ":" + minute + "." + secs;
                    try {
                            s.setClientTime(time);
                    } catch(java.rmi.RemoteException re) {
        public void jButton3_actionPerformed(ActionEvent e) {
            try {jTextArea2.append(s.getTime() + "\n");
            } catch(java.rmi.RemoteException re) {
        public void jButton4_actionPerformed(ActionEvent e) {
            try {
                            s.setServerTime();
                    } catch(java.rmi.RemoteException re) {
      //Set Image as Background
    public class MyPanel extends JPanel {
                  private Image img ;
                  public MyPanel() {
                          //setLayout( new BorderLayout() ) ;
                          setSize(1000, 700);
                          img = new ImageIcon("test.jpg" ).getImage() ;
                  public void drawBackground( Graphics g ) {
                          int w = getWidth() ;
                          int h = getHeight() ;
                          int iw = img.getWidth( this ) ;
                          int ih = img.getHeight( this ) ;
                          for( int i = 0 ; i < w ; i+=iw ) {
                                  for( int j = 0 ; j < h ; j+= ih ) {
                                          g.drawImage( img , i , j , this ) ;
                  protected void paintComponent(Graphics g) {
                          super.paintComponent(g);
                          drawBackground( g ) ;
    }

    esistsehrkalt wrote:
    Hello,
    I have a menu with several Title Borders, The titles however area appearing in Blue, which i have not set,
    I need to change this back to black but i am unable to do so.
    Has anyone else had this problem or know how to solve it?
    I am using Borland Jbuilder, not sure if that is relevant.
    package rmitest;
    import java.awt.Dimension;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    import com.borland.jbcl.layout.XYLayout;
    import com.borland.jbcl.layout.*;
    import java.awt.*;
    import javax.swing.*;
    import javax.swing.border.Border;
    import DateTimeBean.DateTimeBean;
    import javax.swing.border.TitledBorder;
    import javax.swing.border.EtchedBorder;
    import java.rmi.*;
    import java.rmi.Naming;
    import java.net.MalformedURLException;
    import java.rmi.NotBoundException;
    import java.awt.event.*;
    import javax.swing.*;
    import java.util.Calendar;
    import java.util.Date;
    import java.sql.SQLException;
    import java.util.Vector;
    public class Menu extends JFrame implements ActionListener {
    JPanel contentPane;
    JTextArea jTextAreaTime = new JTextArea(3,10);
    Border border1 = BorderFactory.createEtchedBorder(EtchedBorder.RAISED,
    Color.white, new Color(156, 156, 158));
    private final int DELAY = 1000;
    static DateTimeBean dateTimeBean;
    JPanel jPanel1 = new JPanel();
    // TitledBorder titledBorder1 = new TitledBorder("");
    Border border2 = new TitledBorder(border1, "");
    Border border3 = new TitledBorder(border2, "Buttons");
    JPanel jPanel2 = new JPanel();
    TitledBorder titledBorder2 = new TitledBorder("");
    Border border4 = BorderFactory.createEtchedBorder(Color.white,
    new Color(156, 156, 158));
    Border border5 = new TitledBorder(border4, "Info");
    JPanel jPanel3 = new JPanel();
    Border border6 = BorderFactory.createEtchedBorder(Color.white,
    new Color(156, 156, 158));
    Border border7 = new TitledBorder(border6, "More Buttons");
    Border border8 = BorderFactory.createMatteBorder(6, 6, 6, 6, Color.black);
    Border border9 = BorderFactory.createLineBorder(Color.black, 2);
    JTextArea jTextArea1 = new JTextArea();
    Border border10 = BorderFactory.createLineBorder(Color.black, 2);
    JPanel jPanel4 = new JPanel();
    Border border11 = BorderFactory.createLineBorder(SystemColor.controlText, 2);
    Border border12 = new TitledBorder(border11, "Shit");
    Border border13 = BorderFactory.createLineBorder(SystemColor.controlText, 2);
    Border border14 = new TitledBorder(border13, "Other Shit");
    Border border15 = BorderFactory.createEtchedBorder(EtchedBorder.RAISED,
    Color.white, new Color(156, 156, 158));
    Border border16 = new TitledBorder(border15, "Other Shit");
    Border border17 = BorderFactory.createEtchedBorder(EtchedBorder.RAISED,
    Color.white, new Color(156, 156, 158));
    Border border18 = new TitledBorder(border17, "Shit");
    Border border19 = BorderFactory.createLineBorder(Color.BLACK, 1);
    TitledBorder titledBorder3 = new TitledBorder("");
    Border border20 = BorderFactory.createEtchedBorder(Color.white,
    new Color(156, 156, 158));
    Border border21 = new TitledBorder(border20, "TEXT");
    XYLayout xYLayout1 = new XYLayout();
    JScrollPane jScrollPane1 = new JScrollPane();
    Border border22 = BorderFactory.createEtchedBorder(EtchedBorder.RAISED,
    Color.white, new Color(156, 156, 158));
    Border border23 = new TitledBorder(border22, "Action Log");
    JScrollPane jScrollPane2 = new JScrollPane();
    Border border24 = BorderFactory.createEtchedBorder(EtchedBorder.RAISED,
    Color.white, new Color(156, 156, 158));
    Border border25 = new TitledBorder(border24, "Data");
    JButton jButton1 = new JButton();
    Icon exitButton = new ImageIcon("exit.JPG");
    Calendar clientCal = Calendar.getInstance();
    Iserver s;
    JButton jButton2 = new JButton();
    JButton jButton3 = new JButton();
    JButton jButton4 = new JButton();
    JButton jButton5 = new JButton();
    javax.swing.JTextArea jTextArea3 = new JTextArea();
    javax.swing.JTextArea jTextArea2 = new JTextArea();
    public Vector<Object> contents;
    javax.swing.JRadioButton jRadioButton1 = new JRadioButton();
    javax.swing.JRadioButton jRadioButton2 = new JRadioButton();
    XYLayout xYLayout2 = new XYLayout();
    Border border26 = javax.swing.BorderFactory.createEtchedBorder(Color.white,
    new Color(156, 156, 158));
    Border border27 = new TitledBorder(border26, "View Auctions");
    XYLayout xYLayout3 = new XYLayout();
    XYLayout xYLayout4 = new XYLayout();
    javax.swing.JLabel jLabel1 = new JLabel();
    Border border28 = javax.swing.BorderFactory.createEtchedBorder(Color.white,
    new Color(156, 156, 158));
    Border border29 = new TitledBorder(border28, "Create Auction");
    javax.swing.JRadioButton jRadioButton3 = new JRadioButton();
    javax.swing.JRadioButton jRadioButton4 = new JRadioButton();
    javax.swing.JLabel jLabel2 = new JLabel();
    javax.swing.JTextField jTextField1 = new JTextField();
    javax.swing.JTextArea jTextArea4 = new JTextArea();
    javax.swing.JLabel jLabel3 = new JLabel();
    javax.swing.JTextField jTextField2 = new JTextField();
    javax.swing.JTextField jTextField3 = new JTextField();
    javax.swing.JTextField jTextField4 = new JTextField();
    javax.swing.JLabel jLabel4 = new JLabel();
    javax.swing.JLabel jLabel5 = new JLabel();
    javax.swing.JLabel jLabel6 = new JLabel();
    javax.swing.JButton jButton6 = new JButton();
    Border border30 = javax.swing.BorderFactory.createLineBorder(Color.white, 2);
    Border border31 = javax.swing.BorderFactory.createLineBorder(Color.lightGray,
    2);
    Border border32 = javax.swing.BorderFactory.createLineBorder(SystemColor.
    inactiveCaptionText, 2);
    Border border33 = javax.swing.BorderFactory.createLineBorder(new Color(156, 156, 158), 2);
    Border border34 = javax.swing.BorderFactory.createLineBorder(new Color(156, 156, 158), 2);
    Border border35 = javax.swing.BorderFactory.createLineBorder(new Color(156, 156, 158), 2);
    Border border36 = javax.swing.BorderFactory.createEtchedBorder(EtchedBorder.
    RAISED, Color.white, new Color(156, 156, 158));
    Border border37 = new TitledBorder(border36, "Action Log");
    Border border38 = javax.swing.BorderFactory.createEtchedBorder(Color.white,
    new Color(156, 156, 158));
    Border border39 = new TitledBorder(border38, "Info");
    Border border40 = javax.swing.BorderFactory.createEtchedBorder(Color.white,
    new Color(156, 156, 158));
    Border border41 = javax.swing.BorderFactory.createEtchedBorder(Color.white,
    new Color(156, 156, 158));
    Border border43 = javax.swing.BorderFactory.createEtchedBorder(Color.white,
    new Color(156, 156, 158));
    Border border44 = new TitledBorder(border43, "Bid On An Auction");
    Border border42 = javax.swing.BorderFactory.createEtchedBorder(EtchedBorder.
    RAISED, Color.white, new Color(156, 156, 158));
    Border border45 = new TitledBorder(border42, "tyeryry");
    public Menu()
    super() ;
    enableEvents(AWTEvent.WINDOW_EVENT_MASK);
    dateTimeBean = new DateTimeBean();
    Timer timer = new Timer(DELAY, this);
    timer.start();
    try {
    setDefaultCloseOperation(EXIT_ON_CLOSE);
    setContentPane( new MyPanel() ) ;
    setSize( 1000 , 700 );
    setVisible( true );
    jbInit();
    } catch (Exception exception)
    exception.printStackTrace();
    private void jbInit() throws Exception {
    this.setForeground(Color.lightGray);
    this.setResizable(false);
    setTitle("Assignment - Bidding System");
    jTextAreaTime.setFont(new java.awt.Font("Dialog", Font.BOLD, 12));
    jTextAreaTime.setBorder(border1);
    jTextAreaTime.setOpaque(true);
    jTextAreaTime.setEditable(false);
    contentPane = (JPanel) getContentPane();
    contentPane.setSize(new Dimension(1000, 700));
    contentPane.setLayout(xYLayout1);
    contentPane.setBackground(Color.white);
    contentPane.setEnabled(true);
    contentPane.setDoubleBuffered(false);
    contentPane.setMinimumSize(new Dimension(1000, 700));
    contentPane.setOpaque(true);
    contentPane.setPreferredSize(new Dimension(1000, 700));
    jPanel1.setBorder(border29);
    jPanel1.setLayout(xYLayout4);
    jPanel2.setFont(new java.awt.Font("Arial Black", Font.PLAIN, 11));
    jPanel2.setBorder(border44);
    jPanel2.setLayout(xYLayout3);
    jPanel3.setFont(new java.awt.Font("Dialog", Font.BOLD, 12));
    jPanel3.setBorder(border27);
    jPanel3.setLayout(xYLayout2);
    jTextArea1.setBorder(BorderFactory.createLineBorder(Color.black));
    jTextArea1.setText("");
    jTextArea1.setEditable(false);
    jScrollPane1.setBorder(border37);
    jScrollPane1.setOpaque(false);
    jScrollPane2.setBorder(border25);
    jScrollPane2.setOpaque(false);
    jButton1.setForeground(Color.black);
    jButton1.setRolloverIcon(null);
    jButton1.setIcon(exitButton);
    jButton1.setText("Exit");
    jButton1.addActionListener(new Menu_jButton1_actionAdapter(this));
    jButton2.setText("jButton2");
    jButton3.setText("jButton3");
    jButton4.setText("jButton4");
    jTextArea3.setEditable(false);
    jTextArea3.setText("");
    jTextArea2.setToolTipText("");
    jTextArea2.setEditable(false);
    jTextArea2.setText("");
    jButton5.setText("Go");
    jButton5.setVisible(true);
    ButtonGroup RadioGroupView = new ButtonGroup();
    ButtonGroup RadioGroupCreate = new ButtonGroup();
    jLabel1.setText("Auction Type:");
    jRadioButton3.setText("English");
    jRadioButton4.setText("Vickrey");
    jRadioButton3.setOpaque(false);
    jRadioButton4.setOpaque(false);
    jTextArea4.setBorder(border35);
    jButton6.addActionListener(new Menu_jButton6_actionAdapter(this));
    RadioGroupCreate.add(jRadioButton3);
    RadioGroupCreate.add(jRadioButton4);
    jLabel2.setText("Item Name:");
    jTextField1.addActionListener(new Menu_jTextField1_actionAdapter(this));
    jLabel3.setText("Description:");
    jLabel4.setText("Reserve Price");
    jLabel5.setText("Buy Out");
    jLabel6.setText("Start Price");
    jButton6.setText("Create");
    RadioGroupView.add(jRadioButton1);
    RadioGroupView.add(jRadioButton2);
    jButton5.setToolTipText("");
    jRadioButton1.setOpaque(false);
    jRadioButton1.setToolTipText("");
    jRadioButton1.setText("View All Auctions");
    jRadioButton1.addActionListener(new Menu_jRadioButton1_actionAdapter(this));
    jRadioButton2.setOpaque(false);
    jRadioButton2.setText("View Auction");
    jPanel1.setOpaque(false);
    jPanel2.setOpaque(false);
    jPanel3.setOpaque(false);
    jPanel1.add(jLabel1, new XYConstraints(9, 6, -1, -1));
    jPanel1.add(jLabel2, new XYConstraints(9, 26, -1, -1));
    contentPane.add(jTextAreaTime, new XYConstraints(23, 599, 82, 56));
    contentPane.add(jButton1, new XYConstraints(820, 606, 96, 39));
    contentPane.add(jButton2, new XYConstraints(168, 606, 89, 40));
    contentPane.add(jButton3, new XYConstraints(275, 606, 96, 42));
    contentPane.add(jButton4, new XYConstraints(396, 606, 94, 45));
    jPanel3.add(jRadioButton2, new XYConstraints(9, 24, -1, -1));
    jPanel3.add(jButton5, new XYConstraints(177, 110, -1, -1));
    jPanel3.add(jRadioButton1, new XYConstraints(9, 0, -1, -1));
    jPanel1.add(jTextField1, new XYConstraints(85, 26, 118, -1));
    jPanel1.add(jRadioButton3, new XYConstraints(81, 0, -1, -1));
    jPanel1.add(jRadioButton4, new XYConstraints(144, 0, -1, -1));
    jPanel1.add(jLabel3, new XYConstraints(9, 50, -1, -1));
    jPanel1.add(jTextArea4, new XYConstraints(86, 53, 116, 50));
    jPanel1.add(jButton6, new XYConstraints(308, 107, 102, 22));
    jPanel1.add(jTextField2, new XYConstraints(361, 30, 50, 15));
    jPanel1.add(jTextField3, new XYConstraints(361, 55, 50, 15));
    jPanel1.add(jTextField4, new XYConstraints(361, 79, 50, 15));
    jPanel1.add(jLabel6, new XYConstraints(284, 80, -1, -1));
    jPanel1.add(jLabel4, new XYConstraints(266, 29, -1, -1));
    jPanel1.add(jLabel5, new XYConstraints(296, 56, -1, -1));
    contentPane.add(jPanel1, new XYConstraints(15, 85, 451, 161));
    contentPane.add(jPanel3, new XYConstraints(735, 86, 241, 161));
    contentPane.add(jScrollPane1, new XYConstraints(24, 465, 950, 122));
    jScrollPane1.getViewport().add(jTextArea2);
    contentPane.add(jScrollPane2, new XYConstraints(22, 256, 951, 196));
    jScrollPane2.getViewport().add(jTextArea3);
    contentPane.add(jPanel2, new XYConstraints(478, 88, 245, 161));
    jButton2.setText("Client");
    jButton2.addActionListener(new java.awt.event.ActionListener() {
    public void actionPerformed(ActionEvent e) {
    jButton2_actionPerformed(e);
    jButton3.setText("From");
    jButton3.addActionListener(new java.awt.event.ActionListener() {
    public void actionPerformed(ActionEvent e) {
    jButton3_actionPerformed(e);
    jButton4.setText("Server");
    jButton4.addActionListener(new java.awt.event.ActionListener() {
    public void actionPerformed(ActionEvent e) {
    jButton4_actionPerformed(e);
    jButton5.addActionListener(new java.awt.event.ActionListener() {
    public void actionPerformed(ActionEvent e) {
    try {
    jButton5_actionPerformed(e);
    catch (ClassNotFoundException ex) {
    catch (RemoteException ex) {
    catch (SQLException ex) {
    try {
    s = (Iserver)Naming.lookup("rmi://192.168.0.3:1099/AuctionService");
    } catch(Exception ex) {
    protected void processWindowEvent(WindowEvent e) {
    super.processWindowEvent(e);
    if (e.getID() == WindowEvent.WINDOW_CLOSING) {
    System.exit(0);
    public void actionPerformed(ActionEvent e) {
    jTextAreaTime.setText("  "+dateTimeBean.getDayName()+"\n"+"  "+dateTimeBean.getDate()+"\n"+ "  "+dateTimeBean.getTime());
    repaint();
    public void jTextField1_actionPerformed(ActionEvent e) {
    public void jButton1_actionPerformed(ActionEvent e) {
    System.exit(0);
    public void jButton2_actionPerformed(ActionEvent e) {
    clientCal.setTime(new Date());
    int hour = clientCal.get(Calendar.HOUR_OF_DAY);
    int minute = clientCal.get(Calendar.MINUTE);
    int secs = clientCal.get(Calendar.SECOND);
    String time = hour + ":" + minute + "." + secs;
    try {
    s.setClientTime(time);
    } catch(java.rmi.RemoteException re) {
    public void jButton3_actionPerformed(ActionEvent e) {
    try {jTextArea2.append(s.getTime() + "\n");
    } catch(java.rmi.RemoteException re) {
    public void jButton4_actionPerformed(ActionEvent e) {
    try {
    s.setServerTime();
    } catch(java.rmi.RemoteException re) {
    //Set Image as Background
    public class MyPanel extends JPanel {
    private Image img ;
    public MyPanel() {
    //setLayout( new BorderLayout() ) ;
    setSize(1000, 700);
    img = new ImageIcon("test.jpg" ).getImage() ;
    public void drawBackground( Graphics g ) {
    int w = getWidth() ;
    int h = getHeight() ;
    int iw = img.getWidth( this ) ;
    int ih = img.getHeight( this ) ;
    for( int i = 0 ; i < w ; i+=iw ) {
    for( int j = 0 ; j < h ; j+= ih ) {
    g.drawImage( img , i , j , this ) ;
    protected void paintComponent(Graphics g) {
    super.paintComponent(g);
    drawBackground( g ) ;
    Aiyo! Would it have killed you to post a short example rather than that whole thing? Anyhowdy, have you checked to see if TitleBorder has a constructor that takes a color? Alternately, you can play with UIManager defaults:
    import java.awt.*;
    import javax.swing.*;
    import javax.swing.border.*;
    public class BorderDefaults {
        public static void main(String[] args) {
            EventQueue.invokeLater(new Runnable(){
                public void run() {
                    UIManager.put("TitledBorder.border",new LineBorder(Color.ORANGE));
                    UIManager.put("TitledBorder.titleColor", Color.RED);
                    JLabel label = new JLabel("I am a label");
                    label.setBorder(BorderFactory.createTitledBorder("border title"));
                    JFrame f = new JFrame();
                    f.getContentPane().add(label);
                    f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
                    f.pack();
                    f.setLocationRelativeTo(null);
                    f.setVisible(true);
    }

  • Changing project protection doesn't change package protection

    I'm struggling with the concept of package protection. 
    I'm using datatools bids 2012 and security defaults to encryptwithuserkey.
    When I change this to don't save sensitive, or even to use a password, it can't build because the package doesn't match.  So some googling found the article on changing package levels using dtutil, which then seems to corrupt the dtsx file and the project
    can't load any longer. 
    What am I missing?
    Ideally I don't want it to save sensitive info at all as I'll be handing this off to an operations team.
    I've done this before with 2008r2 but I was able to simply change the property and be done with it.
    EDIT: specifically this is the error when I try to build:
    Error    1    Project consistency check failed. The following inconsistencies were detected:     filename.dtsx has a different ProtectionLevel than the project.         0  
     0    
    changing this back to encryptwithuserkey allows me to build, but obviously isn't acceptable with team environment.

    Hi Nathanferguson,
    Glad to hear that you have resolved the issue by yourself. In Project Deployment Model in SSIS 2012, you're right that we need to change the protection level for each package manually after we change the protection level of the IS project, so as to
    sync the protection level settings before the deployment.
    Regards,
    Mike Yin
    If you have any feedback on our support, please click
    here
    Mike Yin
    TechNet Community Support

  • How to Change Package of  project and BC4J package

    I need to change the package of existing project and BC4J, before it was oracle.apps.xxcm.cms new package is oracle.apps.xxdl.cms, is there any way to change so that the entire BC4J packages Vo's EO's and java class files should change.
    Thanks
    Babu

    Babu, what Tapash said is correct the only option remains is to chaging package name in all files using grep and then manually changing the directory structure.
    --Mukul                                                                                                                                                                                                                                                                                                                                                       

  • ECH - ECM -- Change leaders and change packages using alternative dates

    Our company is an engineer to order business.  The Engineering Managers would like to be able to see all the work/changes to objects that occurred for a customer project.  So, the use of a change leader and change packages seems to make sense to allow the managers to see all the objects related to a project, but at the same time allow various sub-assemblies be released at different dates. 
    I was planning to set the change leader with the date of the final erection of the piece of equipment and then use the change packages with alternative dates to release the drawings and sub-assemblies as needed to ensure the appropriate delivery time. 
    However, even though I can use alternative dates in the change package, I don't get a pop-up window when assigning the change package to the document or BOM for selecting the appropriate date for the object. 
    Is there a setting I need to enable for this to work? 
    Thanks!
    -J

    I didnt understand what your requirement exactly is....
    but if you are trying to shift all BOM data from 4.6 C to some higher version of SAP , to my knowledge ...
    SAP does not support upward compatibility......

  • Need help creating package

    Table A
    column1 column2
    1 A
    2 A
    3 A
    4 B
    Table B (aggregate of Table A)
    column1 column2
    A 3
    B 1
    Table C is new data for Table A and Table A.column1 = Table B.column1
    column1 column2
    1 C
    2 C
    3 C
    4 D
    I need to make a package that will aggregate the data in Table C, update the existing records in Table B, and insert records into Table B. The result should look like this:
    Table A
    column1 column2
    A 0 (3-3)
    B 0 (1-1)
    C 3
    D 1

    Hi,
    Assuming that the same id (like 'A', 'B', ...) never occurs in both table_b and table_c (which is the case in your test data):
    WITH     a_summary     AS
         SELECT       column2     AS id
         ,       COUNT (*)     AS cnt
         FROM       table_a
         GROUP BY  column2
    ,     b_c_summary     as
         SELECT     column1          AS id
         ,     COLUMN2          AS cnt
         FROM     table_b
        UNION ALL
         SELECT    column2     AS id
         ,       COUNT (*)     AS cnt
         FROM       table_c
         GROUP BY  column2
    SELECT     bc.id               AS column1
    ,     bc.cnt - NVL (a,cnt, 0)     AS column2
    FROM              b_c_summary  bc
    LEFT OUTER JOIN      a_summary    a          ON     bc.id     = a.id
    ;If there is some overlap between b and c, you'll have to change b_c_summary; it may involve a FULL OUTER JOIN instead of UNION ALL. If so, post a new set of sample data (CREATE TABLE and INSERT statements) and the results you want from that data.
    Like Anurag said, you don't need a package or any kind of PL/SQL to get these results, but you can use a query like this in a package if you want to.
    Edited by: Frank Kulash on Dec 10, 2009 10:46 AM
    If you need to change table_b, you can use a query like this as a sub-query in a MERGE statement, as Beijing said.

  • Change package for a table

    Hi friends,
               I need to change the package of a custom table that has maintenance generated for it. Can i copy the table to a new package using se80 or do i have to create a new table again.
    Thanks.

    Hi,
    check this :
    you can change the table or any object package from SE80 , no need to create new table or copying the table from one package to other. follow below steps to change the package of the table.
    Open the package in SE80 and right click on the tablename from database tables folder and select 'Object directory entry' and click on the change button to change the package .
    or from SE11 , select object directory entry from goto menu and change it.
    Regards
    Appana

  • Need a UPS package [solved]

    I've got a APC backup ES 650 which connects via usb and I would like to find something to work with it to turn it off durning power outages. I've looked into openupsmart but I believe that is meant for serial type backups, says /dev/ttyS0 - thats serial right?. Anyways, I looked into apc's website for a linux version and they had a UNIX compatitble. I did a package build and tried to build but kept running into compile errors. I edited the source code about 5 or 6 times getting past the humps until I ran into an error that I couldn't solve. Any suggestions what to do?

    ## apcupsd.conf v1.1 ##
    # for apcupsd release 3.10.15 (04 August 2004) - unknown
    # "apcupsd" POSIX config file
    # ========= General configuration parameters ============
    # UPSNAME xxx
    # Use this to give your UPS a name in log files and such. This
    # is particulary useful if you have multiple UPSes. This does not
    # set the EEPROM.
    UPSNAME emperor
    # UPSCABLE [ simple | smart | ether | usb |
    # 940-0119A | 940-0127A | 940-0128A | 940-0020B |
    # 940-0020C | 940-0023A | 940-0024B | 940-0024C |
    # 940-1524C | 940-0024G | 940-0095A | 940-0095B |
    # 940-0095C | M-04-02-2000 ]
    # defines the type of cable that you have.
    UPSCABLE usb
    # Old types, still valid, are mapped to the new drivers
    # keyword driver used
    # UPSTYPE [ backups dumb
    # | sharebasic dumb
    # | netups dumb
    # | backupspro apcsmart
    # | smartvsups apcsmart
    # | newbackupspro apcsmart
    # | backupspropnp apcsmart
    # | smartups apcsmart
    # | matrixups apcsmart
    # | sharesmart apcsmart
    # *** New driver names. They can be used directly
    # rather than using one of the above aliases.
    # UPSTYPE [ dumb | apcsmart | net | usb | snmp | test]
    # defines the type of UPS you have.
    UPSTYPE usb
    #DEVICE <string> /dev/<serial port>
    # name of your UPS device
    # Here a table of the possible devices related with the UPS drivers.
    # NOTE!!! for USB devices, please use a form indicated below
    # including the [0-15] as written!
    # Driver Device Description
    # dumb /dev/tty** Serial character device
    # apcsmart /dev/tty** Serial character device
    # usb /dev/usb/hiddev[0-15] On most systems
    # net hostname:port Network link to a master apcupsd
    # through NIS
    # snmp hostname:port:vendor:community
    # SNMP Network link to an SNMP-enabled
    # UPS device. Vendor is the MIB used by
    # the UPS device: can be "APC" or "RFC"
    # where APC is the powernet MIB and RFC
    # is the IETF's rfc1628 UPS-MIB.
    # Port is usually 161.
    DEVICE /dev/usb/hiddev0
    #LOCKFILE <path to lockfile>
    # path for serial port lock file
    #LOCKFILE /var/lock
    # ======== configuration parameters used during power failures ==========
    # The ONBATTERYDELAY is the time in seconds from when a power failure
    # is detected until we react to it with an onbattery event.
    # This means that, apccontrol will be called with the powerout argument
    # immediately when a power failure is detected. However, the
    # onbattery argument is passed to apccontrol only after the
    # ONBATTERYDELAY time. If you don't want to be annoyed by short
    # powerfailures, make sure that apccontrol powerout does nothing
    # i.e. comment out the wall.
    ONBATTERYDELAY 6
    # Note: BATTERYLEVEL, MINUTES, and TIMEOUT work in conjunction, so
    # the first that occurs will cause the initation of a shutdown.
    # If during a power failure, the remaining battery percentage
    # (as reported by the UPS) is below or equal to BATTERYLEVEL,
    # apcupsd will initiate a system shutdown.
    BATTERYLEVEL 5
    # If during a power failure, the remaining runtime in minutes
    # (as calculated internally by the UPS) is below or equal to MINUTES,
    # apcupsd, will initiate a system shutdown.
    MINUTES 3
    # If during a power failure, the UPS has run on batteries for TIMEOUT
    # many seconds or longer, apcupsd will initiate a system shutdown.
    # A value of 0 disables this timer.
    # Note, if you have a Smart UPS, you will most likely want to disable
    # this timer by setting it to zero. That way, you UPS will continue
    # on batteries until either the % charge remaing drops to or below BATTERYLEVEL,
    # or the remaining battery runtime drops to or below MINUTES. Of course,
    # if you are testing, setting this to 60 causes a quick system shutdown
    # if you pull the power plug.
    # If you have an older dumb UPS, you will want to set this to less than
    # the time you know you can run on batteries.
    TIMEOUT 480
    # Time in seconds between annoying users to signoff prior to
    # system shutdown. 0 disables.
    ANNOY 300
    # Initial delay after power failure before warning users to get
    # off the system.
    ANNOYDELAY 60
    # The condition which determines when users are prevented from
    # logging in during a power failure.
    # NOLOGON <string> [ disable | timeout | percent | minutes | always ]
    NOLOGON disable
    # If killdelay is set, apcupsd will continue running after a
    # shutdown has been requested, and after the specified time in
    # seconds attempt to kill the power. This is for use on systems
    # where apcupsd cannot regain control after a shutdown.
    # KILLDELAY <seconds> 0 disables
    KILLDELAY 0
    # ==== Configuration statements the network information server =========
    # NETSERVER [ on | off ] on enables, off disables the network
    # information server. If netstatus is on, a network information
    # server process will be started for serving the STATUS and
    # EVENT data over the network (used by CGI programs).
    NETSERVER off
    # NISIP <dotted notation ip address>
    # IP address on which NIS server will listen for incoming connections.
    # Default value is 0.0.0.0 that means any incoming request will be
    # serviced but if you want it to listen to a single subnet you can
    # set it up to that subnet address, for example 192.168.10.0
    # Additionally you can listen for a single IP like 192.168.10.1
    NISIP 0.0.0.0
    # NISPORT <port> default is 3551 as registered with the IANA
    # port to use for sending STATUS and EVENTS data over the network.
    # It is not used unless NETSERVER is on. If you change this port,
    # you will need to change the corresponding value in the cgi directory
    # and rebuild the cgi programs.
    NISPORT 3551
    # If you want the last few EVENTS to be available over the network
    # by the network information server, you must define an EVENTSFILE.
    EVENTSFILE /var/log/apcupsd.events
    # EVENTSFILEMAX <kilobytes>
    # By default, the size of the EVENTSFILE will be not be allowed to exceed
    # 10 kilobytes. When the file grows beyond this limit, older EVENTS will
    # be removed from the beginning of the file (first in first out). The
    # parameter EVENTSFILEMAX can be set to a different kilobyte value, or set
    # to zero to allow the EVENTSFILE to grow without limit.
    EVENTSFILEMAX 10
    # ========== Configuration statements used if sharing =============
    # a UPS and controlling it via the network
    # The configuration statements below are used if you
    # want to share one UPS to power multiple machines and have them
    # communicate by the network. Obviously, the master is connected
    # to the UPS via the serial cable, and it communicates to the
    # "slaves" via the network -- i.e. the slaves get their info
    # concerning the UPS via the ethernet.
    # UPSCLASS [ standalone | shareslave | sharemaster | netslave | netmaster ]
    # normally standalone unless you share a UPS with multiple machines.
    UPSCLASS standalone
    # Unless you want to share the UPS (power multiple machines).
    # this should be disable
    # UPSMODE [ disable | share | net | sharenet ]
    UPSMODE disable
    # NETTIME <int>
    #NETTIME 100
    # NETPORT <int>
    #NETPORT 6666
    # MASTER <machine-name>
    #MASTER
    # SLAVE <machine-name>
    #SLAVE slave1
    #SLAVE slave2
    # USERMAGIC <string>
    #USERMAGIC
    # ===== Configuration statements to control apcupsd system logging ========
    # Time interval in seconds between writing the STATUS file; 0 disables
    STATTIME 5
    # Location of STATUS file (written to only if STATTIME is non-zero)
    STATFILE /var/log/apcupsd.status
    # LOGSTATS [ on | off ] on enables, off disables
    # Note! This generates a lot of output, so if
    # you turn this on, be sure that the
    # file defined in syslog.conf for LOG_NOTICE is a named pipe.
    # You probably do not want this on.
    LOGSTATS off
    # Time interval in seconds between writing the DATA records to
    # the log file. 0 disables.
    DATATIME 0
    # FACILITY defines the logging facility (class) for logging to syslog.
    # If not specified, it defaults to "daemon". This is useful
    # if you want to separate the data logged by apcupsd from other
    # programs.
    #FACILITY DAEMON
    # ========== Configuration statements used in updating the UPS EPROM =========
    # UPS name, max 8 characters -- used only during -n or --rename-ups
    #UPSNAME UPS_IDEN
    # Battery date - 8 characters -- used only during -u or --update-battery-date
    #BATTDATE mm/dd/yy
    # The following items are set during -c or --configure
    # Sensitivity to line voltage quality (H cause faster transfer to batteries)
    # SENSITIVITY H M L (default = H)
    #SENSITIVITY H
    # UPS delay after power return (seconds)
    # WAKEUP 000 060 180 300 (default = 0)
    #WAKEUP 60
    # UPS Grace period after request to power off (seconds)
    # SLEEP 020 180 300 600 (default = 20)
    #SLEEP 180
    # Low line voltage causing transfer to batteries
    # The permitted values depend on your model as defined by last letter
    # of FIRMWARE or APCMODEL. Some representative values are:
    # D 106 103 100 097
    # M 177 172 168 182
    # A 092 090 088 086
    # I 208 204 200 196 (default = 0 => not valid)
    LOTRANSFER 106
    # High line voltage causing transfer to batteries
    # The permitted values depend on your model as defined by last letter
    # of FIRMWARE or APCMODEL. Some representative values are:
    # D 127 130 133 136
    # M 229 234 239 224
    # A 108 110 112 114
    # I 253 257 261 265 (default = 0 => not valid)
    HITRANSFER 130
    # Battery change needed to restore power
    # RETURNCHARGE 00 15 50 90 (default = 15)
    #RETURNCHARGE 15
    # Alarm delay
    # 0 = zero delay after pwr fail, T = power fail + 30 sec, L = low battery, N = never
    # BEEPSTATE 0 T L N (default = 0)
    #BEEPSTATE T
    # Low battery warning delay in minutes
    # LOWBATT 02 05 07 10 (default = 02)
    #LOWBATT 2
    # UPS Output voltage when running on batteries
    # The permitted values depend on your model as defined by last letter
    # of FIRMWARE or APCMODEL. Some representative values are:
    # D 115
    # M 208
    # A 100
    # I 230 240 220 225 (default = 0 => not valid)
    OUTPUTVOLTS 115
    # Self test interval in hours 336=2 weeks, 168=1 week, ON=at power on
    # SELFTEST 336 168 ON OFF (default = 336)
    #SELFTEST 336
    I made alot of changes to the config file, but only that one. Yes I am using the 2.6 kernel with udev.  Everything with (default = 0 => not valid) I set, and stuck with the 'D' settings throughout (has D,M,A,I). Like I said, looking back at my data sheet helped as well as reading through every single setting and adjusting accordingly. My APC is a Back-UPS ES 650 via USB, so I'm sure your settings will vary slightly. I Hope this helps.
    P.S.  still no freezing!   

  • Change package  assignment

    hi
       i create a report and saved under a local package(temporary) but now i need to change the package i have to transport this report to testing server.
    so pls help me.
    thanks
    pardeep kumar
    Edited by: pardeep kumar on Feb 7, 2008 3:46 PM

    Hi,
    goto t_code se80->type program ->program name->right click other funcation->assizn package
    Also:
    follow these steps
    goto your program or script
    GOTO -> OBJECT DIRECTRY ENTRY
    click on change button
    there you can change the package name very easily
    Also:
    use report
    RSWBO052
    to change package of scripts
    This program can be used to edit the package and the persons responsible in the object directory:
    On the selection screen, you can restrict the object set according to various criteria:
    Object type and object name
    Development class
    Person responsible
    Original system
    Package
    Generation flag
    Original language
    Objects with repair flag
    If you do not make any restrictions on object type and object name, then the selection will be made according to all object types and object names.
    Also:
    Goto the Tcode SE03 and select the option "change object directory entry" and execute.
    You will get a list of standard ABAP objects. Now select an empty row and give "R3TR" and "FORM" and give your SAP script name in the text box and execute.
    Here you can change the Package or Development class.
    Reward Points if found helpfull..
    Cheers,
    Chandra Sekhar.

  • Need to change snmp string for a solaris server

    Hi Everyone ,
    i am new to solaris and i need to change a snmp string for solaris server and we need to add this server into the monitoring system.
    Please tell me the PKG which need to installed in the client ( solaris box ) .
    As of now , i can find these PKGs installed in the machine .
    # pkginfo -i |grep -i snmp
    system SUNWjsnmp Java SNMP API
    system SUNWmibii Solstice Enterprise Agents 1.0.3 SN MP daemon
    Do i need to install any package for setting the snmp string and please tell me the configuration file where i need to
    change the snmp string file ?
    Regards
    Chenthil

    Hi Bhanu,
    I am fine, thanks. Hope you are fine too.
    will this step not required
    $sqlplus apps/appspass
    SQL>exec fnd_conc_clone.setup_clean
    before running autoconfig?If you have the latest AutoConfig patch applied, then I believe it is not required. However, it should be OK to run this command to purge FND_NODES table before running AutoConfig.
    Regards,
    Hussein

  • Install wine to /opt instead of /usr; needed PKGBUILD changes

    I have the latest wine installed via multilib with no modifications (installed simply by pacman -S wine). However, this wine does not work with a program I need to have. Wine 1.2 does, and luckily there is a wine-stable in the AUR that is in the 1.2 range. However, one other app I need only works with 1.3, so I have to have both.
    The wine-stable package is found here: http://aur.archlinux.org/packages.php?ID=35486
    What would I need to change in the PKGBUILD to get it to install wine to /opt instead of /usr? Taking a look, I think in this portion:
    msg2 "Building Wine..."
    cd "$srcdir/$pkgname_real-32-build"
    ../$pkgname_real/configure \
    --prefix=/usr \
    --sysconfdir=/etc \
    --with-x
    make
    I would need to change --prefix=/usr \   to --prefix=/opt \ and in this section:
    msg2 "Packaging Wine..."
    cd "$srcdir/$pkgname_real-32-build"
    make prefix="$pkgdir/usr" install
    mkdir -p "$pkgdir/etc/wine"
    I would need to change the make prefix to $pkgdir/opt
    Does this seem right or am I missing something?
    Last edited by GSF1200S (2011-09-01 15:28:00)

    Sounds about right, although normally in opt you'd have
    /opt/package_name/...
    I think you should also skip the sysconfdir bit.

  • Help! Does the Motorola Rival now need a data package- being told it does by cust. service

    Last week I called Verizon and confirmed that I could activate a Rival on a prepay acct, so I purchased one for my dd and did it. My dh liked the phone and wanted one for himself so I purchased another one. I was just trying to activate it and with his current Verizon pre-pay number and the customer service rep is saying that it can't be activated on pre-pay because it needs a data package. I tell her that I have already confirmed that it did not need the data pkg, and that my dd is using a Rival on pre-pay as we speak so she tries to manually program it and it wouldn't work. She told me to call tele-sales since they activated my dd's phone, but when I call them they say only customer service can change an ESN (or whatever its called).
    Does anyone know whats going on?  

    Solved my own problem. My acct only had $6 left so I added money and then it worked. I'm not sure why the rep told me it needed a data plan.

Maybe you are looking for

  • ALV editing problem(+)

    Hello, I'm using 'REUSE_ALV_GRID_DISPLAY' to display and edit table represented in ALV format. I also use custom 'USER_COMMAND' routine, with my own GUI-status. When I edit some value in ALV, and then press one of my custom buttons (without pressing

  • File Manager & Bluetooth?

    Hallo. I have searched for a File Manager and a Bluetooth app but cant find any good one. When i hade a undroid phone, there was very good file managers who showed the root of the phone and the bluetooth was great. The only file managers i found for

  • Handling Error messages

    When errors occur in my application, I have them displaying in both inline with field and in notification. The notification appears like this 2 errors have occurred *Error 1 *Error 2 Is there any way to have just the 2 errors have occurred appear and

  • Funstion urgent

    hi all, i am having a requirement for a function in oracle.If i pass a number to function if it s decimal (ex 12345.12345 it should give rounded to 2 decimals ie., 12345.12) and thousand seperator with comma ie., 12,345.12.for this number $ should be

  • Error 1316 Installing Blackberry Desktop

    HI, I have tried for days to install Blackberry Desktop7 but I keep getting this error Error 1316 Installing Blackberry DesktopA network error occurred while attempting to read from the file C:\Windows\Installer\BlackBerry Desktop Software.msi" when