A note in the Notes application generates multiple copies of itself

A note in the Notes application spontaneously generates multiple copies of itself. This is the second time. This also happened with Mountain Lion. It makes Notes unusable. Any ideas on why this is happening and how to solve it?

Hi,
I had this problem where the app is showing you drafts of your notes you are making which means multiple copies are showing up in the list.  I did the following and it fixed my notes on the machine having the issue which is my MacBook Air.  I have an iPhone, iPad, and a MacPro which all were acting normal.
1.  Open Notes on the machine having the issue and compare to other devices.
2.  Make sure to copy and paste any notes on the problematic machine to a text edit document because you are going to delete all notes on the problematic machine.
3.  Open the sidebar on the Notes app so you can see all accounts to sync with notes (iCloud Account).
4.  If you select the iCloud account does the redundant notes dissapear?  For me they did but I went farther with troubleshooting because some of the notes I made on my MacBook Air were not syncing properly.
5.  Open System Preferences/iCloud and selct the account you are using to sync notes (iCloud for me).
6.  Uncheck Notes from the list
7.  Go to the notes app and confirm all notes are gone and you can also erase any stored on your Mac (if you have backed the up or if there are on the iCloud server)
8.  Recheck the Notes box in System Preferences/iCloud  and confirm that notes sync back to your machine.
9.  Operation should be back to normal
Good luck,
R

Similar Messages

  • Command to execute the jheadstart application generator ?

    Hi,
    I would like to use Ant scripts to call a command to execute the jheadstart application generator. Just Wonder what is the command and parameters to do so.
    Our project has multiple app defs, It may be useful to re-generate them all at some times.
    Thanks,
    Yongwen
    Edited by: user2898674 on Jul 13, 2009 8:00 PM

    Is it possible to run a java command to generate outside of Jdeveloper? There must be a java class to do the gen, I guess the question is if the gen relies on any of the jdeveloper design time objects.
    It will be very helpful to integrate the generation in the build process. Our project is 100% jheadstart generatable (with a lot of customization templates) and includes about 10 application definition files.
    Thanks,
    Yongwen

  • Help needed in running the RMI application with multiple clients

    Hi
    I have my RMI application with one server and 6 clients. I keep all the server and client programs in the same directory. When i run the clients, the first 2 clients work properly but when the third or the fourth client starts, it works normally in getting the data and after a while it crashes. If teh third crashes the 4th works and if the 4th crashes the 3rd, 4th and 5th works ...randomly atleast one or 2 clients crash always.
    following is the error message generated for a client named controller:
    [ code ]
    Exception in thread "main" java.lang.NullPointerException
    at PostOfficeImpl.isinputAvail(PostOfficeImpl.Java:315)
    at PostOfficeImpl_Skel.dispatch(Unknown Source)
    at sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:375)
    at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:240)
    at sun,rmi.transport.Transport$1.run(Transport.java:153)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun,rmi.transport.Transport.serviceCall(Transport.java:149)
    at sun,rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
    at sun,rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
    at java.lang.Thread.run(Thread.java:595)
    at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
    at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
    at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:343)
    at PostOfficeImpl_Stub.isinputAvail(Unknown Source)
    at CONTROLLER.main(CONTROLLER.java:167)
    my ser ver program is as follows:
    class PostOfficeServer extends java.rmi.server.UnicastRemoteObject implements java.rmi.Remote {
    // Instance of ourselves
    public static String name;
    private static PostOfficeServer rmi;
    // public No-argument constructor
    public PostOfficeServer() throws RemoteException {
         super();
    public static void main(String[] args){
    if(System.getSecurityManager() == null) {
         System.setSecurityManager(new RMISecurityManager());
    try {
         new PostOfficeServer();
         PostOffice postOfficeserver = new PostOfficeImpl();
    try {
         getIP ipAdd1 = new getIP();
         String ip1 = ipAdd1.getIP();
         name = "//" + ip1 + "/PostOffice";
    catch (Exception e){
         System.out.println();
    Naming.rebind(name, postOfficeserver);
    System.out.println("RemoteServer bound");
    System.out.println("initialise Data Structure");
    postOfficeserver.initDatastructure();
    System.out.println("initilised");
    catch (java.rmi.RemoteException e) {
         System.out.println("Cannot create remote server object");
    catch (java.net.MalformedURLException e) {
         System.out.println("Cannot look up server object");
    System.out.println("Server started.");
    System.out.println("Enter <CR> to end.");
    try {
         int serve2end = System.in.read();
    }catch (IOException ioException) {
    System.exit(0);
    //endoffilePlease advise as this is very urgent

    Hi
    the following is the code for PostOfficeImpl...its a long code but i include it so that I get your help please...
    import java.io.*;
    import java.net.*;
    import java.lang.*;
    import java.rmi.*;
    import java.rmi.server.*;
    import java.rmi.RemoteException;
    import java.util.HashMap;
    import java.util.*;
    public class PostOfficeImpl extends java.rmi.server.UnicastRemoteObject implements PostOffice {
    //Implementations must have an explicit constructor in order to declare the
    //RemoteException exception
    public PostOfficeImpl() throws java.rmi.RemoteException {
         super();
    public static LinkedListImpl list = new LinkedListImpl();
    public static oListImpl ovarList  = new oListImpl();
    public static iListImpl ivarList =new iListImpl();
    public static lipsList llfirst;
    public static oList opchannel, ofirst, onext;
    public static iList ipchannel, ichan, ifirst;
    public static  String[] variNumber= new String[100];
    public static String[] inoutChan, inChan, outChan,inVAR, invarLIST,outVAR, outvarLIST ;
    public static String[][] driveMat;
    DriverMatrix_mthds drive = new DriverMatrix_mthds();
    private static  Boolean All_Vacant;
    private static  Boolean tAll_Vacant;
    public void sendAll_Vacant(Boolean All_Vacant) throws RemoteException {
         tAll_Vacant = All_Vacant;
    public Boolean getAll_Vacant() throws RemoteException{
          return tAll_Vacant;
    public  void initDatastructure() throws RemoteException{
    ifirst = null;
    ofirst=null;
    int i=0, j=0, k=0, ind1=0, ind2=0;
    try{/// initialise list
         drive = new DriverMatrix_mthds();
         drive.VarTypeArray();
         drive.nodeHeadVarType();
         String[] variablel = drive.Variablelist();
         drive.lipsvariablist();
         drive.NodeOrigin();
    drive.nodeInput();
         drive.numOfnodes();
         drive.noOfVariables();
         drive.Assignlist();
         drive.novarType();
         drive.varNameType();
         drive.nodeNumName();
         drive.driverMat();
         String[][] lookupvar = drive.varNameType();
         //tempdrive = drive.driverMat();
         long leng1 = variablel.length;
         int varlistlength = (int) leng1;
         int counter;
         String s1="";
         String s2="";
         String s3 = "";
         String s4 = "";
         String s6 = "";
         int s5=0, c=0;
         while(variablel[k] !=null){
              k=k+1;
         int i1, j1;
         String  varname, varnumber;
         varnumber = "";
    while(i<=variablel.length-1){
         if(variablel!=null){
         c=c+1;
         i=i+1;
    try{
         ind1=0; ind2 = 0;i=0;
    while(!(variablel[i].equals("end of file"))){
         s1 = variablel[i];
         i=i+1;
         s2 = variablel[i];
         i=i+1;
         System.out.println("     " + s1+"     "+s2);
    while(!(variablel[i].equals("end of input variable"))){
         s4 = variablel[i];
         i1=0;
         Brkwhile:while(i1<=lookupvar.length-1){
         j1=1;
         if(lookupvar[i1][j1] != null){
         if(lookupvar[i1][j1].equals(s4)){
              s3 = lookupvar[i1][0];
              break Brkwhile;
         i1=i1+1;
    //ifirst.varNum = varnumber;
    s5 = 0;
    s6 = null;
    ifirst= new iList(s3,s4, s5, s6);
    ivarList.add(ifirst);
    System.out.println(s3+"     "+s4+"     "+s5+"     "+s6);
    i=i+1;
    i = i + 1;
    System.out.println("input list finished ");
    while(!(variablel[i].equals("end of output variable"))){
         s4 = variablel[i];
         i1=0;
         j1=1;
         Brkwhile:while(lookupvar[i1][j1] != null){
              if(lookupvar[i1][j1].equals(s4)){
              s3 = lookupvar[i1][0];
              break Brkwhile;
         i1=i1+1;
         s5 = 0;
         s6 = null;
         ofirst= new oList(s3,s4, s5, s6);
         ovarList.add(ofirst);
         System.out.println(s3+"     "+s4+"     "+s5+"     "+s6);
         i=i+1;
         llfirst = new lipsList(s1, s2, ivarList, ovarList);
         list.add(llfirst);
         System.out.println("output list finished ");
         i=i+1;
         catch (NullPointerException ne){
         catch (Exception d){}
    public int isitOK(reqPacket sndNodetail)
         throws RemoteException{
         String nodnum = sndNodetail.srcNum;
         String varnum = sndNodetail.varNum;
         int status = 0;
         llfirst = list.getFirst();
         try{mainbegin:while (llfirst != null){
              if((llfirst.nodeNum).equals(nodnum)){
              ofirst = ovarList.getFirst();
              while(ofirst != null){
                   if((ofirst.varNum).equals(varnum)){
                   if(ofirst.varVal==null){
                   status = 1;
                   break mainbegin;
         ofirst = ofirst.next;
         llfirst = llfirst.next;
         catch (NullPointerException nl){}
         return status;
    public int senData(dataPacket sendToRTS)
         throws RemoteException{
    dataPacket datDetail = sendToRTS;
    String nnum, vnum,typename, dval;
    String dtype = "";
    nnum = datDetail.nodeNum;
    vnum = datDetail.varNum;
    typename = datDetail.dataType;
    dval = String.valueOf(datDetail.dataVal);
    String [][] tempdrive, varnametype;
    int status =0;
    System.out.println("data received is from node " nnum " is "+ dval+"var num " +vnum);
    status =0;
    try{
    //DriverMatrix_mthds drive = new DriverMatrix_mthds();
    drive.VarTypeArray();
    drive.Variablelist();
    drive.NodeOrigin();
    drive.nodeInput();
    drive.numOfnodes();
    drive.noOfVariables();
    String[][] lookupvar = drive.novarType();
    drive.varNameType();
    drive.nodeNumName();
    drive.driverMat();
    tempdrive = drive.driverMat();
    String varname="";
    int i,j;
    //with the recived var name get the var num
    for(i=0; i<=lookupvar.length-1; i++){
         j=0;
         if(lookupvar[i][j] != null){
              if(lookupvar[i][j].equals(typename)){
                   dtype = lookupvar[i][1];
         }//varname is moved to dtype n used for checking
         for(i=0; i<=tempdrive.length-1; i++){j=0;
         if (tempdrive[i][j] != null){
         if (tempdrive[i][0].equals(vnum)){
              if (tempdrive[i][1].equals(nnum)){
              if(tempdrive[i][2].equals(dtype)){
              status = 1;
         }//System.out.println("received data " vnum " "+ nnum +" " + dtype +" "+dval);// after checking status if the status is 1 then set the counter n olist// to no of times the value has to be ditributed
    int Ccount =0;
    //opchannel = llfirst.olist;
    try{
         System.out.println("status"+status);
         if (status == 1){
              llfirst = list.getFirst();
         mainWhile: while (llfirst != null){
              if((llfirst.nodeNum).equals(nnum)){
                   ofirst = ovarList.getFirst();
                   while(ofirst != null){
                   if((ofirst.varNum).equals(vnum)){
                        ofirst.varVal =dval;
                        //setting the counter for the varname
                        //check driver matrix fr the no of occurances
                   for(i=0; i<=tempdrive.length-1; i++){
                   j=0;
                   if (tempdrive[i][j] != null){
                        if (tempdrive[i][0].equals(vnum)){
                        for(j= j+3;j<=tempdrive.length-1;j++){
                        if(tempdrive[i][j] != null){
                        if(tempdrive[i][j].equals("1")){
                        Ccount = Ccount + 1;
    System.out.println("count"+Ccount);
    ofirst.counter = Ccount;
    ofirst.varNum = vnum;for(i=0; i<=lookupvar.length-1; i++){
    for(j=0; j<=2; j++){
         if(lookupvar[i][j] != null){
         if(lookupvar[i][j].equals(vnum)){
              varname = lookupvar[i][1];
         ofirst.varName = varname;
         Ccount=0;
         break mainWhile;
         ofirst = ofirst.next;
         llfirst = llfirst.next;
         catch(NullPointerException s){}
    /*use the vnum in the driver matrix and find out the nodes to which this variable
    *has been sent as input , i mean destination nodes..
    *find the node numbers ..knowing the node numbers parse through data structure
    and set the input values to value and status 1./
    llfirst = list.getFirst();
    while(llfirst != null){
         ifirst = llfirst.ilist.getFirst();
         while(ifirst != null){
              if (ifirst.varNum.equals(vnum)){
              ifirst.varStat = 1;
              ifirst.varVal = dval;
              //     System.out.println("nodenum "+llfirst.nodeNum+" varval     " + ifirst.varVal +"     stat "+ifirst.varStat+" vnum " + ifirst.varNum);
         ifirst=ifirst.next;
         llfirst=llfirst.next;
         catch (Exception e){};
         return status;
    public int isinputAvail(reqPacket inputReq)
         throws RemoteException{
         String srcnum = inputReq.srcNum;
         String varnum = inputReq.varNum;
         int availstatus =0;
         llfirst = list.getFirst();
         //System.out.println("llfirst.nodeNum     "+ llfirst.nodeNum);
         whileloop:while (llfirst != null){
              if((llfirst.nodeNum).equals(srcnum)){
              ifirst = llfirst.ilist.getFirst();
              breakloop: while(ifirst != null){
              //System.out.println("var num " + varnum + "     " + "status outside" + ifirst.varStat);
              if((ifirst.varNum).equals(varnum)){
              if (ifirst.varStat == 1){
                   availstatus = 1;
                   ifirst.varStat = 0;
                   // System.out.println("var num " + varnum + "     " + "status" + availstatus);
                   break whileloop;
         ifirst = ifirst.next;
         llfirst = llfirst.next;
         //System.out.println("var num " + varnum + "     " + "status" + availstatus);
         return availstatus;
    public dataPacket senDatatoNode(reqPacket sendFromRTS)
         throws RemoteException {
         String nnum, vnum, dtype, dval;
         //nnum = "";
         dtype="";
         //opchannel = llfirst.olist;
         //     ipchannel = llfirst.ilist;
         reqPacket sendfromrts = sendFromRTS;
         nnum = sendfromrts.srcNum;
         vnum = sendfromrts.varNum;
         //     dtype = sendFromRTS.dataType;
         dval = "";
         int ctrchk=0;
         try{
         //send data to process node n reduce the counter by 1
         llfirst = list.getFirst();
              mainWhile: while (llfirst != null){
              if((llfirst.nodeNum).equals(nnum)){
              ofirst = llfirst.olist.getFirst();
         whileofirst: while(ofirst != null){
              if((ofirst.varNum).equals(vnum)){
              dval = ofirst.varVal;
              ofirst.counter = ofirst.counter - 1;
              //     System.out.println(ofirst.counter);
              ctrchk=ofirst.counter;
              break whileofirst;
         ofirst = ofirst.next;
    //set the status of respective input channel to 0 as data has been sent
         ifirst = llfirst.ilist.getFirst();
         if(ctrchk == 0){
         whileifirst: while(ifirst != null){
              if((ifirst.varNum).equals(vnum)){
              //ifirst.varVal = dval;
              ifirst.varStat =0;
              break whileifirst;
         llfirst = llfirst.next;
         //System.out.println(llfirst);
         catch(NullPointerException s){}
    //find type
    try{
         DriverMatrix_mthds driver = new DriverMatrix_mthds();
         driver.VarTypeArray();
         driver.Variablelist();
         driver.NodeOrigin();
         driver.nodeInput();
         driver.numOfnodes();
         driver.noOfVariables();
         driver.novarType()     ;
         String[][] lookupvar = driver.varNameType();
         int i, j;
         String varNum = vnum;
         for(i=0; i<=lookupvar.length-1; i++){
              j=0;
              if(lookupvar[i][j] != null){
              if(lookupvar[i][j].equals(vnum)){
              dtype = lookupvar[i][2];
         catch (Exception d){}
         dataPacket retpac = new dataPacket(nnum, vnum, dtype, dval);
         System.out.println("msg sent "+ nnum +"     " + vnum+" "+ dtype+"     "+ dval);
         return retpac;
    public String findnodeName(String nodeNum)
         throws RemoteException{
    String nnum = nodeNum;
    llfirst = list.getFirst();
    while (llfirst != null){
         if((llfirst.nodeNum).equals(nnum)){
         return llfirst.nodeName;
         llfirst = llfirst.next;
         System.out.println("node Number does not match with the list of node numbers generated..try again");
         return null;
    //find the nodenum given the node name
    public String findnodenum(String nodename)
         throws RemoteException{
         String nodenumber ="";
         String nodname = nodename;
         try{DriverMatrix_mthds driver = new DriverMatrix_mthds();
         driver.VarTypeArray();
         driver.Variablelist();
         driver.NodeOrigin();
         driver.nodeInput();
         driver.numOfnodes();
         driver.noOfVariables();
         driver.novarType()     ;
         driver.varNameType();
         String[][] lookupnode = driver.nodeNumName();
         int i, j;
         for(i=0; i<=lookupnode.length-1; i++){
         for(j=0; j<=2; j++){
              if(lookupnode[i][j] != null){
              if(lookupnode[i][j].equals(nodname)){
                   nodenumber = lookupnode[i][2];
         catch (Exception d){}
         return nodenumber;
    public String findvarnum(String variablename)
         throws RemoteException{
         String varnumber = "";
         try{
         DriverMatrix_mthds driver = new DriverMatrix_mthds();
         driver.VarTypeArray();
         driver.Variablelist();
         driver.NodeOrigin();
         driver.nodeInput();
         driver.numOfnodes();
         driver.noOfVariables();
         driver.novarType()     ;
         String[][] lookupvar = driver.varNameType();
         int i, j;
         String varname = variablename;
         for(i=0; i<=lookupvar.length-1; i++){
         for(j=0; j<=2; j++){
              if(lookupvar[i][j] != null){
              if(lookupvar[i][j].equals(varname)){
                   varnumber = lookupvar[i][0];
    catch (Exception d){}
    return varnumber;
    public String findvartype(String varname)
         throws RemoteException{
         String vartype = "";
         try{
         DriverMatrix_mthds driver = new DriverMatrix_mthds();
         driver.VarTypeArray();
         driver.Variablelist();
         driver.NodeOrigin();
         driver.nodeInput();
         driver.numOfnodes();
         driver.noOfVariables();
         driver.novarType();
         String[][] lookupvar = driver.varNameType();
         int i, j;
         String varName = varname;
         for(i=0; i<=lookupvar.length-1; i++){
         for(j=0; j<=2; j++){
              if(lookupvar[i][j] != null){
              if(lookupvar[i][j].equals(varName)){
                   vartype = lookupvar[i][2];
    catch (Exception d){}
    return vartype;
    public String findtypenum(String vartype){
    String varnum = "";int i;
    try{
         DriverMatrix_mthds driver = new DriverMatrix_mthds();
         driver.VarTypeArray();
         driver.Variablelist();
         driver.NodeOrigin();
         driver.nodeInput();
         driver.numOfnodes();
         driver.noOfVariables();
         String varNum[][] =      driver.novarType()     ;
         String varType = vartype;
         for(i=0; i<=9-1; i++){
              if(varNum[i][0] != null){
              if(varNum[i][0].equals(varType)){
                   varnum = varNum[i][1];
    catch (Exception d){}
    return vartype;
    //return input variable list
    public String[] inoutchanlist(String nodenum, String nodenam)
         throws RemoteException{
    try{
         DriverMatrix_mthds drive = new DriverMatrix_mthds();
         String[] varLIST = drive.Variablelist();
         int i=0;int j;
         while(varLIST[i]!=null){
              i=i+1;
         int arrlength = i;
         inoutChan = new String[arrlength];
         i=0; j=0;
         WHILELOOP:
         while(!(varLIST[i].equals("end of file"))){
         while(varLIST[i].equals(nodenum)){
              i=i+1;
              while(varLIST[i].equals(nodenam)){
                   i=i+1;
                   while(!(varLIST[i].equals("end of input variable"))){
                        inoutChan[j] = varLIST[i];
                        i=i+1;
                        j=j+1;
              System.out.println("endofinput");
              inoutChan[j]="endofinchan";
              j=j+1;
              i=i+1;
              while(!(varLIST[i].equals("end of output variable"))){
         inoutChan[j] = varLIST[i];
         i=i+1;
         j=j+1;
         System.out.println("endofoutput");
         inoutChan[j]="endofoutchan";
         break WHILELOOP;
         i=i+1;
         arrlength =j;
         for(j=0; j<=arrlength-1; j++){
         System.out.println(inoutChan[j]);
         catch (Exception e){}
         return inoutChan;
    public String[] inchannel(String[] inoutChan) throws RemoteException{
    int count=0;int i=0, j=0;
    System.out.println("entered");
    while(inoutChan[count]!=null){
         System.out.println(count + " " +inoutChan[count]);
         count=count+1;
         inChan = new String[count];
         while(!(inoutChan[i].equals("endofinchan"))){
         inChan[j] =inoutChan[i];
         j=j+1; i=i+1;
    return inChan;
    public String[] outchannel(String[] inoutChan) throws RemoteException{
    int count=0;int i=0, j=0;
    System.out.println("entered");
    while(inoutChan[count]!=null){
         System.out.println(count + " " +inoutChan[count]);
         count=count+1;
         outChan = new String[count+1];
         while(!(inoutChan[i].equals("endofinchan"))){
              i=i+1;
         i=i+1;
         while(!(inoutChan[i].equals("endofoutchan"))){
              outChan[j] =inoutChan[i];
              j=j+1; i=i+1;
         return outChan;
    public String[] invarChan(String nodename, int guardno)throws RemoteException{
    try{
    DriverMatrix_mthds drive = new DriverMatrix_mthds();
    invarLIST = drive.invarlist();
    int i=0;int j;
    while(invarLIST[i]!=null){
         i=i+1;
         int arrlength = i;
         inVAR = new String[arrlength];
         i=0; j=0;
              WHILELOOP: while(!(invarLIST[i].equals("end of file"))){
                   if (invarLIST[i].equals(nodename)){
         i=i+1;
         while(!(invarLIST[i].equals(nodename+String.valueOf(guardno)))){
         i=i+1;}
         i=i+1;
         while(!(invarLIST[i].equals("endofguard"))){
         System.out.println(invarLIST[i]);inVAR[j]=invarLIST[i]; i=i+1; j=j+1;}
         break WHILELOOP;}
         i=i+1;}
    }catch (Exception d){}
    return inVAR;
    public String[] outvarChan(String nodename, int guardcount)throws RemoteException{
         try{
         DriverMatrix_mthds drive = new DriverMatrix_mthds();
         outvarLIST = drive.outvarlist();
         int i=0;int j;
         while(outvarLIST[i]!=null){
              i=i+1;
         int arrlength = i;
         outVAR = new String[arrlength];
         i=0; j=0;
         WHILELOOP: while(!(outvarLIST[i].equals("end of file"))){
              if (outvarLIST[i].equals(nodename)){
                   i=i+1;
                   while(!(outvarLIST[i].equals(nodename+String.valueOf(guardcount)+"guard"))){
                        i=i+1;}
              i=i+1;
              while(!(outvarLIST[i].equals("end guard"))){
              System.out.println(outvarLIST[i]);outVAR[j]=outvarLIST[i]; i=i+1; j=j+1;}
              break WHILELOOP;}
         i=i+1;}
    }catch (Exception d){}
    return outVAR;
    private static Boolean start;
    private static Boolean tstart;
    public void sendstart(Boolean start) throws RemoteException {
         tstart = start;
    public Boolean getstart() throws RemoteException{
         return tstart;
    private static Boolean done;
    private static Boolean tdone;
    public void senddone(Boolean done) throws RemoteException {
         tdone = done;
    public Boolean getdone() throws RemoteException{
         return tdone;
    private static Boolean vac_busy1;
    private static Boolean tvac_busy1;
    public void sendvac_busy1(Boolean vac_busy1) throws RemoteException {
         tvac_busy1 = vac_busy1;
    public Boolean getvac_busy1() throws RemoteException{
         return tvac_busy1;
    private static int cus1_rit1;
    private static int tcus1_rit1;
    public void sendcus1_rit1(int cus1_rit1) throws RemoteException {
         tcus1_rit1 = cus1_rit1;
    public int getcus1_rit1() throws RemoteException{
         return tcus1_rit1;
    private static int cus1_rit2;
    private static int tcus1_rit2;
    public void sendcus1_rit2(int cus1_rit2) throws RemoteException {
         tcus1_rit2 = cus1_rit2;
    public int getcus1_rit2() throws RemoteException{
         return tcus1_rit2;
    private static int cus1_rit3;
    private static int tcus1_rit3;
    public void sendcus1_rit3(int cus1_rit3) throws RemoteException {
         tcus1_rit3 = cus1_rit3;
    public int getcus1_rit3() throws RemoteException{
         return tcus1_rit3;
    private static int cus1_it1;
    private static int tcus1_it1;
    public void sendcus1_it1(int cus1_it1) throws RemoteException {
         tcus1_it1 = cus1_it1;
    public int getcus1_it1() throws RemoteException{
         return tcus1_it1;
    private static int cus1_it2;
    private static int tcus1_it2;
    public void sendcus1_it2(int cus1_it2) throws RemoteException {
         tcus1_it2 = cus1_it2;
    public int getcus1_it2() throws RemoteException{
         return tcus1_it2;
    private static int cus1_it3;
    private static int tcus1_it3;
    public void sendcus1_it3(int cus1_it3) throws RemoteException {
         tcus1_it3 = cus1_it3;
    public int getcus1_it3() throws RemoteException{
         return tcus1_it3;
    private static int stkit_11;
    private static int tstkit_11;
    public void sendstkit_11(int stkit_11) throws RemoteException {
         tstkit_11 = stkit_11;
    public int getstkit_11() throws RemoteException{
         return tstkit_11;
    private static int stkit_12;
    private static int tstkit_12;
    public void sendstkit_12(int stkit_12) throws RemoteException {
         tstkit_12 = stkit_12;
    public int getstkit_12() throws RemoteException{
         return tstkit_12;
    private static int stkit_13;
    private static int tstkit_13;
    public void sendstkit_13(int stkit_13) throws RemoteException {
         tstkit_13 = stkit_13;
    public int getstkit_13() throws RemoteException{
         return tstkit_13;
    private static int c1_it1;
    private static int tc1_it1;
    public void sendc1_it1(int c1_it1) throws RemoteException {
         tc1_it1 = c1_it1;
    public int getc1_it1() throws RemoteException{
         return tc1_it1;
    private static int c1_it2;
    private static int tc1_it2;
    public void sendc1_it2(int c1_it2) throws RemoteException {
         tc1_it2 = c1_it2;
    public int getc1_it2() throws RemoteException{
         return tc1_it2;
    private static int c1_it3;
    private static int tc1_it3;
    public void sendc1_it3(int c1_it3) throws RemoteException {
         tc1_it3 = c1_it3;
    public int getc1_it3() throws RemoteException{
         return tc1_it3;
    //endoffile

  • How to generate multiple copies of a label based on a field?

    Post Author: lgayosso
    CA Forum: Crystal Reports
    Hello all,
    I have a report that prints labels where each label is contained in a detail line. I have a field on such label (Number Of Copies), on the same detail line, that specifies the number of copies to generate of such label, how can I generate such multiple copies of the label?
    I have tried adding multiple detail lines (all identical so that they reproduce the label) but I do not know in advance how many copies will be needed; that is, some detail lines include a Number Of Copies = 3, therefore I would need details A, B, and C sections to print the three copies but other labels might have a value of Number Of Copies = 10 therefore I would need detail sections A, B, through J to generate the 10 labels.
    How can I solve this issue?
    Any help is appreciated,
    Lucio Gayosso
    [email protected]

    There is a sample report I retrieved from Business Objects website several months ago.  It's called "Creating Duplicate Labels".  I must confess that I couldn't implement it as I failed to make the counter work.  I can e-mail you the report.  You might make better use of it.
    This is the general description of the report: "This report will demonstrate how to create a report to print duplicate mailing labels depending on a parameter.
    Two methods will be shown to output the number of labels created. The first method is shown in this sample report. Please see the @Label Suppression formula for details.
    In the first method, the user determines how many labels to print depending on a number parameter where by the user controls the number of labels printed.
    The second method uses conditional if-then-else statements. This way, the report writer can determine pre-hand how many labels to print depending if certain conditions are met.
    The report is set up using a main report and a sub report.
    Create a group; you can group by a common id field. This group will be suppressed and is used to run though each record.
    The customer's address and pertinent information are setup in the group header with the formula @Label Values.
    The @Label Suppression formula outputs how many labels to print. Both methods outlined in the preceding paragraph are shown in the @Label Suppression formula.
    The labels are then printed down then across.  The steps are: Format | section | click Details | Under the Common Tab | check "Format with Multiple Columns" | the "Layout" tab appears | Set the appropriate detail size for the label width | Printing direction = "Down then Across"| click "OK"
    If you're using the first method, create a parameter: Insert | Field Object | Parameter Fields | click the New icon | Name the parameter | Enter in prompting text | Value = Number | check the discrete value radio button | Click "OK".
    Create a sub report, and insert a field into the details section.  In this sample report, {Customer.id} is entered. This field will be suppressed and is used to run though each record.
    Create a @reset counter formula and place it in the report header."

  • Generate Multiple copies of same Invoice using XML Publisher

    Hello All
    I have a requirement wherein the existing XML report Output should print the same Invoice twice one orginal and one a Customer Copy.
    i.e say Earlier the Invoice was INVOICE-ABC Customer and ran into 3 pages with Page 1 of 3, Page 2 of 3, Page 3 of 3.
    Then now the requirement is to print same once more with a new Heading Invoice Copy- ABC Customer Page 1 of 3, Page 2 of 3 Page 3 of 3.
    Has any one of you faced a similar requirment.
    Suggestions/Inputs would help a lot.
    Thanks!!

    as idea
    create main concurrent and run INVOICE-ABC Customer and Invoice Copy- ABC Customer by
    fnd_request.submit_requestso if you want to use one template and changing Heading for 'COPY' then you can add parameter for invoice concurrent for identify type (copy or not)
    so in parameter not 'COPY' then Heading is 'INVOICE-ABC Customer' else 'Invoice Copy- ABC Customer'
    if you can't change template then copy and change Heading and in main run two concurrents

  • When started up, FF4 is opening multiple copies of itself for no reason.

    I installed FF 4 today (4/03/11). First thing I noticed was that clicking in a bookmarks folder caused all the links in the folder to open instead of just getting a dropdown to pick from. Then I closed it and reopened, and the taskbar filled up with Firefox icons
    I'm using an Eee PC, XP Home Edition, SP3. Everything is up to date. Been using FF3 without problems (in fact I have reinstalled FF 3.6.16).

    Did you try running the computer from a copy/clone backup of the system?
    How about a testing with second Admin user account? Or, secure erase &
    a complete reinstall of the system from scratch? (With full backup in archive.)
    Check to see if there is a weak or dead PRAM battery on logic board?
    In your other similar thread, there were issues in replying to there based on
    problems with this site. A different reply was botched, and lost, so there it
    is. Then a followup didn't appear. But it may still, though not what I wanted.
    There still can be a hardware problem, not matter what someone else may
    have done with the settings while using the computer. Several builds of the
    early 20-24" Intel-based iMac had various graphic issues. Hardware failure.
    So that is unfortunate that even after significant time attempting to resolve
    the issue or the symptom, you haven't gained much traction. The time may
    have arrived to consider my suggestion to seek Apple trained specialists
    in an AASP, to look into this matter from a diagnostic standpoint. And be
    sure you have complete backup (clone, plus timemachine, etc) beforehand.
    Good luck & happy computing!

  • BIG Problem with generating multiple pdfs

    Hi,
    I have an application for which the final output is a pdf report about an applicant from a database of applicants.
    If I print the form just once, all the stylesheet formatting is applied correctly.
    If I try to loop through the database and generate multiple reports of multiple applicants, the styles and formatting get applied ONLY to the first report, and then the subsequent reports do not have any styles applied which of course makes them unacceptable.
    I've tried loading the stylesheet before the loop and inside the loop, no difference.
    The styles being lost are for divs and tables and cells.  Fonts are handled separately by calling functions within the report which apply them on the fly.to text based on the section and type of output.
    Is anyone familiar with this problem?  Is there a workaround? I really really really need this to work.
    Thanks,
    RIchard

    I do not know the cause, but if all else fails you could move the cfdocument code to a separate template.  Then the styles seem to work as expected.
        <!--- loop code --->
        <cfloop from="1" to="5" index="x">
              <!--- call separate script cfinclude, cfmodule, etcetera ... --->
              <cfinclude template="test.cfm?x=#x#">
         </cfloop>
         <!--- test.cfm --->
        <cfdocument format="pdf" filename="testpdf-#url.x#.pdf" overwrite="true">
            <div style="background-color: #ff0000;">Test div</div>
        </cfdocument>

  • JHeadstart Application Generator in batch mode?

    Hello,
    We working in an environment based upon Continous Integration. Each night we re-create our application in a separate environment in order to validate the application.
    Is there a way to start the JHeadstart Application Generator in batch mode?
    Regards Leon Smiers

    Hi Smiers,
    I am trying to setup something similar with Continuous Integration. Did you find a solution to this? How can the java classes only be within the scope of JDev?
    I have multiple app def files in JHS and would like to be able to do two things:
    1: Create a batch file that will generate all apps, one after another, so developers do not have to monitor all the generations to start the next one.
    2: Setup continuous Integration so that it will try generate all app defs to make sure they are valid and also to run tests.
    We are trying to do this in ANT so a java API or custom ANT task to do this would be ideal.
    Regards
    Bar
    JDev: 10.1.3.2
    JHS: 10.1.2.26

  • EDI Output type generating multiple IDOCs

    Hi All,
    For one of the Business requirement we have created a Delivery EDI output type and output type is processed via Report RSNAST00 in a batch job.
    The delivery document shows only one output type prcossed still, mutiple idocs are being sent out for this Delivery.
    RSEOUT00 is being used to process outbound IDOC.
    Any pointers toward this abnormal behavior shall be helpful.
    BR,
    Anshul
    PS - We havent implemented change Pointers

    Okay, so you have one output record in the delivery document generating multiple IDocs. 
    Compare the control records of the generated IDocs.  Do they have the same Basic Type, Message Type and recipient Partner Number? 
    If yes,
    1.     Check for multiple background jobs running RSEOUT00 at the same time.  Seems unlikely, but this is easy to check and eliminate as a possible cause.
    2.     Step through the program RSEOUT00 as it generates the output type for one delivery document.  Perhaps something is happening in a user exit that inadvertently results in replication of the IDoc.
    Otherwise, the process code that gets executed by the output type in the delivery document is, for some reason, generating additional output.  I donu2019t know of any standard output process code that does this, but it could be deliberate (by design).  If you are sure that it should NOT happen, then step through the code and look for a mis-behaving user exit.
    Regards,
    zKen

  • Purchase order generating multiple outputs

    Hi All,
    We are facing this unusal problem where the PO is generating multiple messages .The most tricky part is its doing only in the morning at 9.30 am when the goods movement file is run.
    During this time the PO close goes crazy and it generates multiple outputs per line item.
    Please advice.
    Regards,
    Jinen

    Hi,
    What does the goods movement file run do ? Based on this you can do the same manually to a PO and check why the output is triggered.
    Cheers !

  • Help! iMovie isn't importing still photos properly. I get multiple copies of the same photo!

    Hello all. iMovie is acting very ornery, and I need help -- or I'll never get my 2011 slideshow completed in time!
    I am trying to import several still photos into my movie project. In the past, I have simply dragged and dropped the appropriate photos from the iMovie photo browser into my project. Everything works — the way it should be with Apple products.
    Suddenly, iMovie doesn't want to play nice. No matter what photos I drag into the timeline, iMovie inserts multiple copies of one of the video clips that's already in my movie. The photos don't show up. If I play the movie, I get a blank screen where the photo/video should be.
    Is anyone else experiencing this probem? Is there an easy way to fix it?
    The following picture and text should help explain what I'm doing:
    Here are the steps I'm taking:
    1. I select one or several photos from the iMovie photo viewer (on the bottom right-hand side of the window.) -- In this case, I've selected 10 very different photos.
    2. I drag the photos into the project.
    3. iMovie appears to import the photos.
    4. I see 10 identical thumbnails in my project. They appear to be the same as the very last video clip in the project. However, when I scrub these thumbnails, or play the movie, I see a black screen.
    I've tried dragging the photos directly from iPhoto, or from the desktop, and still the same thing happens.
    HELP!
    Dave

    Thanks wesehrt. I had one jpeg such as "ALL_CAPS.jpeg" --- straight from my iPhone, imported/tweaked in Aperture no less ... and renamed it without the underscore and it worked.
    But I wasn't getting multiple copies or black screens. The image would import and I'd see the thumbnail in the project timeline, but what actually rendered was the last frame of the preceding video clip.
    Bizarre bugs with photos importation here.

  • Problem with 4250dtn printing multiple copies Windows 7 64 bit

    We can't print multiple copies from within some, but not all, applications to a Laserjet 4250dtn from Windows 7 64-bit workstaitons.  Windows 7 32-bit ones work fine.  The printer is served from a Server 2003 printer queue, but even when we print direclty to the port we only get one copy. Setting copy count from the printer dialog works fine, but we need to have the applications invoke multiple copies. We are using the UPD 64-bit driver;  could not find a legacy driver for this printer for Win 7 64 bit. I've tried various tricks found elsewhere on this forum, including turning off mopier mode, printing directly to the printer, disabling advanced features, etc. to no avail. Help, anyone! Thanks. Jerry TurnbowUSBO

    Thanks very much for the feedback. I was getting worried!
    The command window opens when I double-click on the Developer Day VM and I get a few lines that scroll off the window about loading Linux .... These lines never come back and I can't scroll in the command window.
    As soon as the above messages come into the command window the whole process stops. The window stays open but I get no response from it. I get no login prompt or anything.
    Do you think it could be a VirtualBox setup issue? I downloaded and installed the product along with the extension pack with no apparent problems and when I start VirtualBox I see the Developer Day VM listed in the left panel. All I do at that point is double-click it like the download web site said but I don't get the same results, i.e. no chance to login. It seems all I can do at that point is close the window by clicking the 'X' and it asks me 3 things about what to do with the VM and I usually say to shut it down. None of the other options look any better either.
    Any other suggestions are most welcome!!
    Thanks again!
    -gary

  • Lost ability to add multiple copies of a song to Shuffle

    I lost the ability to add multiple copies of the same song to my iPod Shuffle since updating my software.
    Since updating my software, I lost the ability to add multiple copies of a song to the shuffle. Before the updates, I could add as many copies as I wanted. I liked having multiple copies of my favorite songs, so that I could hear certain songs over and over again when I was in the linear play mode.
    I also don't have a manual update option on my shuffle. I actually don’t know if I ever had this option. I just noticed others were talking about it and that your site mentioned the option, so I was trying to use the function to avoid the automatic updating and inadvertent loss of songs that may no longer be in my library. I guess I have to live with the auto-update feature, since I think the Shuffle is simply lacking this feature that is found in the more expensive iPODs.
    I just updated to iTunes 6.0, hoping that this latest update would fix my problems, but there was no change. I still have the problem with not being able to ad multiple copies of the same song.
    Any ideas?

    Thank you for the tip about renaming the song. I will try it, although I think it may not help since I don't have any way to uncheck the autofill option. As it turns out, the Shuffles don't have the option for a manual update. If I change the name of the songs, it will simply erase the original song, since it will no longer be in the library. I think there is a chance it will work, until I reinsert the Shuffle to make changes. That would be OK, if it worked temporarily, so I am hopeful that it might work. I may also be able to trick the Shuffle by adding the song from a playlist, in which I have renamed the song only on the list, not in the library.
    This just bugs me, since I could add multiple copies before the updates.
    I just tried to change the name of a song on a playlist, but shuffle changed the name everywhere in the iTunes application. It looks like iTunes may be a little like Microsoft Word, in that it starts making “corrections” all by itself. In general, I don’t like it when things start changing all by themselves.
    I may try to ditch the updates and go back to the original software.

  • Create multiple copies of a position- HCM Processes and Forms

    Hi Experts,
    Hope all are doing well.
    In my current project we using HCM PnF to create positions and copy positions. We are using the FPM interface.
    One of the requirements is to for copy position and the user can create multiple copies(max upto 30) of a position.
    How can this be achieved in HCM PnF?
    One answer will be advanced generic service. Do we have any other way of achieving this? If not, do we have any sample code where we use advance generic service to call SAP_PD/ or any code which might be helpful?
    Waiting for you answers.
    Thanks very much in advance.
    Regards,
    Saikat

    Hi Kalyan,
    Thanks for your reply.
    Yes, I understand that we will have to achieve that through advanced generic service.
    To be honest I haven't used advanced generic service for PD before and it will be helpful if you can give me some code(may be the one inside do operations and flush). With some sample code it will be easier for me.
    Many thanks.
    Saikat

  • Laserjet 1020 Won't Print Multiple Copies

    I have a Laserjet 1020.  OS is Windows 7, 64x.  If I give a command to print any document multiple times, it will only print it once.  So, if the document is 1 page and I need 5 copies, it will print that one page one time.  If the document is 4 pages and I need 5 copies, it will print the four pages of the document, but only once.  So, the issue is with multiple *copies*, not multiple *pages*.  I have tried the simple stuff (turning the computer on and off; checking for updates; removing the printer and completely reinstalling it; etc.).  Nothing works.  I did see elsewhere somebody say that if you go to start; devices/printers; right click printer; and hit DEVICE SETTINGS tab, then you can change this "MOPIER" mode thing.  But that is the problem... THERE IS NO DEVICE SETTINGS TAB.  No, I am not crazy.  It isn't there.   So, the problem with that fix, which appeared to work for others in the HP Forum, won't work for me because there is NO DEVICE SETTINGS TAB.  So... How do I fix this?  Why don't I have a device settings tab?  Help!  :-)  

    Hi jnickelsen,
    I understand the printer won't print multiple copies.
    Thank you for your reply.
    I will be happy to help you with this.
    This printer doesn't have the Mopier settings.
    What drivers are you using?
    Did you download the drivers or are you using the Windows preinstalled drivers?
    If you are using the Windows preinstalled drivers then I would download the latest drivers. Here is the URL for the HP LaserJet Full Feature Software and Driver.
    I would download and run the Print and Scan Doctor since it might resolve the issue automatically.
    Find and Fix Common Printer Problems Using HP Diagnostic Tools for Windows.
    Hope this helps.
    Thank you for posting on the HP Forums. Have a great day!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

Maybe you are looking for

  • Can I access Infoset variable from Crystal Reports

    Hi, In order to connect Crystal Reports 2008 to the SAP environment I have the Integration kit. I have learnt that Crystal also offers InfoSet driver to connect to SAP. If I need to access SAP BI- Infoset variables inside Crystal Reports is it possib

  • Duplicating DB with RMAN,DB mode:NOARCHIVE LOG?

    Hello, I want to get a duplicate database on a remote server machine with same file structure by using internet of VPN(virtual private network). My question is ... can we duplicate the database to remote server if the Database is in NOARCHIVELOG MODE

  • ABAP - INTERFACE_REGISTRATION_ERROR for outboud sync ABAP proxy

    Hi, I have created ABAP sync client proxy in R/3 and trying to test using abap report. I am facing following error in XI sxmb_moni. I have created client proxy for outbound sync interface, however the error is pointing inbound sync interface  (ie QAC

  • How many times are permitted to swap phones in a billing cycle?

    I found this: https://community.verizonwireless.com/message/825488#825488 explaining that there is a limit, but I am not finding what that cap is. I'm considering purchasing a new phone outright to replace my functioning but damaged phone, but plan t

  • Using Loader class

    i have used the following code: var myLoader:Loader = new Loader(); addChild(myLoader); var url:URLRequest = new URLRequest("upload.swf"); myLoader.load(url); by doing so it has loaded the file upload.swf at the left top corner of the player. But wha