MIRO ERROR WITH DEBIT NOTE

Dear all,
pls kindly look into the issue
As the vendor invoice qty & value is higher than the PO qty & value so the user is using Correction
Indicator and adjusting the amount accordingly as in vendor invoice for all line item : Qty 12 and Amt 420.60
and Tax Code : G5
After the simulation the Balance is Zero and the simulate entry is correct, but end-up with error.
     ITEM          AMOUNT    QUANTITY
EX      1          350        10
        2          315.45         9               
     3          350.50        10
     4          385.55        11
     5          315.45         9     
TOTAL  49 QUANTITY IN PO
BUT RECEIVED 60
THEN HE IS RAILSING DEBIT NOTE FOR EXCESS QUANTITY.     
AT THE TIME OF MIRO HE IS GIVING 420.60 IN  INVOICE AMOUNT COLUMN AS A VENDOR ERROR IN CORRECTION ID COLMUN
ERROR IS COMING AS FOLLOWS
Balance in transaction currency
Message no. F5702
Diagnosis
A balance has occurred in transaction currency 'INR' with the following details:
Exchange rate '00', amount '0.01' and currency key 'INR'.
The data in the transaction currency were transferred from the calling application.
System response
Your data cannot be processed in FI.
Procedure
The error is probably in the calling application.
sumathi

DEAR ALL, PLS
ACTUALLY PROBLEM IS COMING ONLY FOR THAT PO.
I AM GIVING EXAMPLE
I HAVE CRATED 1 PO, WITH 5 LINE ITEMS AND 17 MATERIAs for allLINE ITEMS.
WHILE POSTING MIRO I GOT SAME ERROR I.E BALANCE IN TRANSACTION CURRENCE AS 0.01
BUT I HAVE DEDUCTED 0.01 FROM ONE OF LINE ITEM AMOUNT EX 70.1-0.01=70.9I HAVE
ENTED AND I WAS POSTED MIRO FOR ALL LINE ITEMS
BUT I HAVE USER PO AND GR IS THERE.THAT IS 49 MATERIALS WITH 5LINE ITEMS,I AM RAISING
DEBIT NOTE FOR 60 MATERIALS BUT NOW ALSO SAME ERROR,BUT I HAVE APPLIED SAME
PRINCIPLE.HERE ITS NOT WORKING
I HAVE CREATED MANY MORE PO"S WITH SAME MATERIALS AND SAME VENDOR.
EVERY 1 IS READY TO POST MIRO WITH OUT ERROR.EVEN AFETR ARROE ALSO I AM APPLYING
AND ADJUSTING SAME AMOUNT THAT IS 0.01,THEN PROBLEM IS SOLVING.
BUT ERROR IS COMING THAT PARTICUAL MATERIAL SIZE ONLY.
LET ME KNOW
NOTE: IN THAT PO TO MIRO DIFFERENCE IS COING THAT IS IN PO 1751.75 AND MIGO AMOUNT
IS 1751.80
IN PRINT PREVIEW FORMAT I AM ABLE TO SEE 1751.75 BUT IF I CALCULATE MANUALLY
FOR ALL 5 LINE ITEMS AMOUNT IS COMING AS 1751.80.
WHT IS THE REASON

Similar Messages

  • Import errors with numbers, not enough memory

    Import errors with numbers, not enough memory

    Hi heiko,
    From your system profile line, it appears you should be asking this question in the iWork For iOS forum, not this one, which deals with Numbers for Mac OS X. I'd also suggest being a bit less cryptic in writing your question.
    The link will take you to the iWork for iOS forum.
    Regards,
    Barry

  • MIRO. Automatic Debit Note difference in price or quantity.

    Good morning.
    My question is this, when we account for MIRO vendor invoices, debit memos are generated automatically from trading and / or quantities. When generating automatically debit note, it takes the document and posting date of the original invoice, this causes the legal numbering is automatic in our system, do not be correlative with the date of the document Debit Note.
    SAP generates automatic debit note, the document date and posting of the original invoice.
    We need the Auto Debit Note dated generate accounting document the day.
    I would appreciate comment on possible solutions, user exits, enhancement, etc.., That allows me to automatically debit memo generated to date and accounting documents of the day.
    Best regards, Gustavo Souza.

    Dear Sandesh,
    Thanks for your response. I did it, posted one is credit memo and another  invoice. But the problem is on "credit memo" and document/posted dates . I need document date an post date diferent that invoice, I need on "credit memo" document date and post date are current date (the date of the moment that I posting "memo credit"). In the case that I can do, "credit memo" posted with the same date that invoice, in the case the invoice have date on the past.
    I need change dates on "credit/debit memo", with current date and not take invoice dates.
    ¿Could you give me help with this issue?
    Best regards.
    Gustavo Souza.

  • MIRO error-qty & amount not display

    Dear gurus,
    While doing miro,after entering deliver note no. & calculated taxes,
    no qty & amout display. we have verify the Migo document it is ok, What will be the possible causes,
    Regards,
    Deven

    Hi,
    Since you are doing MIRO WRT to the delivery note.
    the Delivery note is a Text feild in GRN and it is enered Maually.
    Some times cope controls are maintained to fill it by Date.
    It is Updated in MSEG table as reference Number.
    Know in your case Either you are entering the delivery note number Wrong with some blanks.
    or second reason could be the GRN against the delivery note could have got reversed.
    Check the GRN document and reversl Document if any in MSEG Against the Delivery note.
    Hope so it could be the reason for the same.
    Regards
    Anjanna

  • Re: Rebate Process with Debit Note

    Hello friends,
    Normally at the end of the rebate settlement process, we end up creating a Credit note for the customer.
    I would like to know the process/settings in the rebate processing in which , if we have to issue the debit note to the customer, what would be steps involved.
    What impact would be on accounting documents? Pl.Help with detail information.
    Thanks
    Julie

    Hi
    I feel in real time this process may not applicable, rebate process nothing but a kind of discount, which avail to the customer in the future.
    Discount can account as accural in SAP and will be given the at the end of the contract period either by credit or by material.
    Reward if it helps
    Regards
    Prasanna R

  • Logical error with Sockets, not closing properly

    Hi again everybody, I am still in need of help it seems. I have been working on a way to transfer files from computer a to computer b but I cannot get the Sockets/Streams to work properly!
    The problem I keep getting is "IOException: java.net.SocketException: Software caused connection abort: socket write error"
    According to some threads in this forum its either because of a firewall blocking or because of an error such as the client trying to write to a stream that is closed in the other end ( or something like that, I cannot remember 100%).
    The thing is: I am only getting this the second time I try to send the file, the first time it works just fine.
    I can solve the problem by restarting the server (resetting the socket) after every time I send the file but that is not a solution, but merely a confirmation that I indeed have a bug.
    Can you please have a look at my code and point out where I missed something? I have been staring blindly at the code on and off for over a day now.
    CLIENT:
    import java.io.*;
    import java.net.*;
    * This is the FileSender class
    * Final version will take a File and Socket pointer
    * and send the file over the socket using the according handshake-protocol.
    * Current version opens it's own socket and can only send one File.
    * parameters:
    *  // File myFile, Socket mySocket <-- Final version goal
    *  String[] args  ()
    * @author Glader
    *     @version 1.2
    public class FileSender {
         private static Socket clientSocket = null;
    //     private static DataOutputStream output; <-- ver 1.0
         private static ObjectOutputStream output = null;
         private static FileInputStream file;
         private static BufferedReader input = null;
         private static final boolean DEBUG = true;
          * @param args
         public static void main(String[] args) {  // NOTE: REBUILD BEFORE FINAL!!!
              if(args.length != 1){
    //               throw new IllegalArgumentException("Error in FileSender: recieved " + args.length + " arguments, expected 2.");
                   System.err.println("Usage: Provide the method with ONE valid filepath/filename");
              else{
                   try{
                        if(DEBUG){ // <--- DEBUG BLOCK
                             if(input != null)
                                  System.out.println("input was not null at beginning of runtime!");
                             if(output != null)
                                  System.out.println("output was not null at beginning of runtime!");
                             if(clientSocket != null)
                                  System.out.println("clientSocket was not null at beginning of runtime!");
                   file = new FileInputStream(args[0]);
                   if(DEBUG){ // <---- DEBUG BLOCK
                        System.out.println("The following argument was entered: " + args[0]);
                             File myFile = new File(args[0]);
                             String sizeString = "";
                             long fileLength = myFile.length();
                             if(fileLength == 0){ // The file does not exist
                                  sizeString = "File does not exist";
                             }else if((fileLength / 1048576) != 0){ // The file is larger than 1Mb
                                  sizeString = "Filesize: " + (fileLength / 1048576) + " Mb";
                             }else if((fileLength / 1024) != 0){ // The file is larger than 1Kb
                                  sizeString = "Filesize: " + (fileLength / 1024) + " Kb";
                             }else{ // The file is larger than 1b
                                  sizeString = "Filesize: " + fileLength + " b";
                             System.out.println(sizeString);
                   send(file);
                   try{
                   input.close();
                   output.close();
                   clientSocket.close();
                   file.close();
                   }catch(IOException e){
                   catch(FileNotFoundException ex){
                        System.err.println("Error: No file was found at " + args[0] + " Double-check and try again.");
                   }finally{
                        try{
                        file.close();
                        }catch(IOException e){
                             //Nothing we can do
               * Send method
              private static void send(FileInputStream inFile){
              try{
                   clientSocket = new Socket("192.168.0.167", 2345);  //open a socket
                   input = new BufferedReader(new InputStreamReader(clientSocket.getInputStream())); // read what the server is saying
                   output = new ObjectOutputStream(clientSocket.getOutputStream());
                   if(DEBUG){  // <----- DEBUG BLOCK
                        String debugString = "";
                        if(input == null)
                             debugString += "input is null";
                        if(debugString.length() != 0)
                             debugString += ", ";
                        if(output == null)
                             debugString += "output is null";
                        if(debugString.length() == 0)
                             debugString += "input & output are OK";
                        System.out.println("status at start of 'send'-method: " + debugString);
                   if(clientSocket != null && inFile != null){
                        try{
                             long currentTime = System.currentTimeMillis();
                             boolean finished = false;
                             int flushTicker = 0;
                             int packetTicker = 0;
                             if(DEBUG){ // <--- DEBUG BLOCK
                                  System.out.println("packet-counter at " + packetTicker + " before sending data");
                             while(!finished){
                                  byte[] buffer = new byte[1024];
                                       if(flushTicker % 100 == 0) // clear cache, prevents OutOfMemory error
                                            output.reset();
                                       flushTicker++;
                                       packetTicker++;
                                       int bytesRead = inFile.read(buffer);
                                       if(bytesRead == -1){
                                            output.writeObject(new Packet(null, "finished", false, bytesRead));
                                            finished = true;
                                            output.flush();
                                       output.writeObject(new Packet(buffer, "", true, bytesRead));
                                       output.flush();
                             if(DEBUG) // <--- DEBUG BLOCK
                                  System.out.println("Number of packets sent: " + packetTicker);
                                  if(DEBUG){ // <---- DEBUG BLOCK
                                       // System.out.println("buffer contains: " + buffer.length + " bytes");
                                  long time = 0;
                                       if(DEBUG){
                                            time = ((System.currentTimeMillis() - currentTime)/1000);
                                       if(time == 0){// The operation took a very short time, cannot measure in seconds
                                            System.out.println("The operation took ~" + (System.currentTimeMillis() - currentTime) + " ms");
                                       }else{
                                       System.out.println( "The operation took " + time + " Seconds");
                             catch(UnknownHostException e){
                                  System.err.println("Trying to connect to unknown host: " + e);
                             catch(IOException e){
                                  System.err.println("IOException: " + e);
                   else{ // SOCKET OR FILE WERE NULL!
                        String result = "";
                        if(clientSocket == null){
                             result += "socket";
                        }else if(output == null){
                             result += "output";
                        }else if(input == null){
                             result += "input";
                        System.out.println("Error occured, " + result + " was null.");
              catch(UnknownHostException e){
                   System.err.println("Couldn't find the host");
                   try{
                   clientSocket.close();
                   }catch(IOException io){
                        //Nothing left to do
              catch(IOException e){
                   System.err.println("Couldn't get I/O from the connection");
              finally{
                   try{
                        if(clientSocket != null)
                             clientSocket.close();
                   }catch(IOException e){
                        //Nothing we can do
    }SERVER:
    import java.io.*;
    import java.net.ServerSocket;
    import java.net.Socket;
    * This is the main class for listening to incoming connections
    * It listens to an incoming ObjectInputStream and is able to
    * follow user-specified commands to execute various methods.
    * @author Glader
    * @version 1.1
    public class FileListener {
         static Socket incoming = null; // Socket connection with the client
         static ServerSocket ss = null;
         static ObjectInputStream is; // Data recieved from the connection
         static OutputStream out = null; // talk back to the client
         static FileOutputStream fout;
         static String response;
         private static final boolean DEBUG = true;
          * @param args
         public static void main(String[] args) {
              int port = 2345;
              boolean finished = false;
              while(true){
                   try{ // Establish server socket
                        ss = new ServerSocket(port);
                        }catch(IOException e){
              try{ // Wait for a client to connect
                   incoming = ss.accept();
                   if(DEBUG){ // <--- DEBUG BLOCK
                        if(ss != null)
                             System.out.println("ObjectInputStream initialized");
                   try{ // Read Objects from the incoming Stream
                   is = new ObjectInputStream(incoming.getInputStream());
                   fout = new FileOutputStream(new File("min fil.avi"));
                   int packetTicker = 0;
                   while(!finished){ // read until there are no more packets incoming
                   Packet currentPacket = (Packet) is.readObject();
                   packetTicker++;               
                   String command = currentPacket.getCommand();
                   if(command.length() != 0){ // The client is telling us something
                        // Insert a checking loop for all possible commands from the client here
                        if(command.equals("initiating")){
                             OutputStream out = incoming.getOutputStream();
                             out.write(10); // 10 signals that the client is cleared to send.
                        if(command.equals("finished")){
                             finished = true;
                             if(DEBUG){ // <--- DEBUG BLOCK
                             System.out.println("Connection terminated, client said \"" + command + "\"");
                             System.out.println("Total amount of packets recieved: " + packetTicker);
                   if(currentPacket.containsFileData()){
                        if(currentPacket.amountOfData() == -1)
                             finished = true;
                        if(currentPacket.amountOfData() != 1024){ // Special handling for not entirely full packets
                                  fout.write(currentPacket.getFileData(), 0, currentPacket.amountOfData());
                        }else{
                        fout.write(currentPacket.getFileData());
                   fout.close();
                   is.close();
                   incoming.close();
                   catch(ClassNotFoundException ex){
                        System.err.println("Error when reading Packet: " + ex);
                   finally{
                        if(fout != null){
                             fout.close();
                        }if(is != null){
                             is.close();
                        }if(incoming != null){
                             incoming.close();
                        }if(out != null)
                             out.close();
              catch (IOException ex){
                   System.err.println("Error getting inputStream");
         

    Follow-up question, need more information to solve the problem:
    My server now uses a ObjectOutputStream to send packets to the client, which successfully reads them BUT:
    the problem still remains! I am still getting a "SocketException socket write error" the second time I use the sender!
    Right now this is what the send-method in FileSender looks like.
    (Look at "// Connection Loop" for the biggest change.)
    What am I doing wrong here?
              private static void send(FileInputStream inFile){
                   if(DEBUG) // <--- DEBUG BLOCK
                        System.out.println("Flag reached: Beginning of \"send\"");
              try{
                   clientSocket = new Socket("192.168.0.167", 2345);  //open a socket
                   output = new ObjectOutputStream(clientSocket.getOutputStream()); // Outgoing Packets to the server
                   if(DEBUG){  // <----- DEBUG BLOCK
                        String debugString = "";
                        if(input == null)
                             debugString += "input is null";  // Expected with current code
                        if(debugString.length() != 0)
                             debugString += ", ";
                        if(output == null)
                             debugString += "output is null";
                        if(debugString.length() == 0)
                             debugString += "input & output are OK";
                        System.out.println("status at start of 'send'-method: " + debugString);
                   if(clientSocket != null && inFile != null){
                        try{
                             long currentTime = System.currentTimeMillis();
                             boolean finished = false;
                             boolean accepted = false;
                             int flushTicker = 0;
                             int packetTicker = 0;
                             // Connection loop with 500ms timeout
                             input = new ObjectInputStream(clientSocket.getInputStream()); // Incoming Packets from the server
                             while((System.currentTimeMillis() - currentTime) <= 500){ // try connecting for 500ms
                                  output.writeObject(new Packet(null, "initiating", false, 0)); // send the first request Packet
                                  try{
                                  Packet currentPacket = (Packet) input.readObject();
                                  String command = currentPacket.getCommand();
                                  if(DEBUG) // <--- DEBUG BLOCK
                                       System.out.println("Command sent from Server: " + command);
                                  if(command.equals("ready")){
                                       accepted = true;
                                  if(accepted){
                             while(!finished){
                                  byte[] buffer = new byte[1024];
                                       if(flushTicker % 100 == 0) // clear cache, prevents OutOfMemory error
                                            output.reset();
                                       flushTicker++;
                                       packetTicker++;
                                       int bytesRead = inFile.read(buffer);
                                       if(bytesRead == -1){
                                            output.writeObject(new Packet(null, "finished", false, bytesRead));
                                            finished = true;
                                            output.flush();
                                       output.writeObject(new Packet(buffer, "", true, bytesRead));
                                       output.flush();
                             catch(ClassNotFoundException e){
                                  System.err.println("ClassNotFoundException: " + e);
                                  while(bytesRead != -1){
                                  if(DEBUG) // <--- DEBUG BLOCK
                                       System.out.println("bytesRead: " + bytesRead);
                                  else{
                                  output.writeObject(new Packet(buffer, "", true));
                                  flushTicker++;
                                  if(bytesRead == -1){ // no more bytes to be read from the file
                                  long time = 0;
                                       if(DEBUG){
                                            System.out.println("Number of packets sent: " + packetTicker);
                                            time = ((System.currentTimeMillis() - currentTime)/1000);
                                       if(time == 0){// The operation took a very short time, cannot measure in seconds
                                            System.out.println("The operation took ~" + (System.currentTimeMillis() - currentTime) + " ms");
                                       }else{
                                       System.out.println( "The operation took " + time + " Seconds");
                             catch(UnknownHostException e){
                                  System.err.println("Trying to connect to unknown host: " + e);
                             catch(IOException e){
                                  System.err.println("IOException: " + e);
                   else{ // SOCKET OR FILE WERE NULL!
                        String result = "";
                        if(clientSocket == null){
                             result += "socket";
                        }else if(output == null){
                             result += "output";
                        }else if(input == null){
                             result += "input";
                        System.out.println("Error occured, " + result + " was null.");
              catch(UnknownHostException e){
                   System.err.println("Couldn't find the host");
                   try{
                   clientSocket.close();
                   }catch(IOException io){
                        //Nothing left to do
              catch(IOException e){
                   System.err.println("Couldn't get I/O from the connection");
              finally{
                   try{
                        if(clientSocket != null)
                             clientSocket.close();
                   }catch(IOException e){
                        //Nothing we can do
              }

  • Error with Do Not use SOAP envelope

    All,
    I used the do not send SOAP envelope option in the SOAP receiver adapter.
    Instead of XSLT, I used JAVA mapping to create the entire SOAP message ( Am more comfortable with Java and this is just a trial) , and this is the output of my java mapping with the SOAP envelope created,
    <i><?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:soap="http://www.w3.org/2001/12/soap-envelope"soap:encodingStyle="http://www.w3.org/2001/12/soap-encoding"><soap:Header></soap:Header><soap:Body><ns1:GetQuote xmlns:ns1="http://www.webserviceX.NET/"><ns1:symbol>SAP</ns1:symbol></ns1:GetQuote></soap:Body></soap:Envelope></i>
    Am using the STOCK Quote for testing purposes and this is the error I am getting when testing my interface,
    <i><faultstring>System.Web.Services.Protocols.SoapException: Server found request content type to be '', but expected 'text/xml'. at System.Web.Services.Protocols.SoapServerProtocol.ReadParameters() at System.Web.Services.Protocols.WebServiceHandler.Invoke() at System.Web.Services.Protocols.WebServiceHandler.CoreProcessRequest()</faultstring></i>
    Any directions  / inputs on how to resolve this issue?
    Regards,
    Bhavesh

    Henrique,
    Tried various permutations~~ The only new error / progress seems to be for this,
    SOAPAction    "http://www.webserviceX.NET/GetQuote" 
    This is giving me an error ,
    <i>HTTP server code 400 reason Bad Request explanation <h1>Bad Request (Invalid Header Name)</h1></i>
    Also, tried by adding the Colon after SOAPAction,
    SOAPAction: "http://www.webserviceX.NET/GetQuote"
    Same error
    Final thing i guess is to make SOAPAction all small as soapaction and check if it works. Will let you know.
    Regards,
    Bhavesh

  • At the time of doing miro error coming material not released from qvm3

    Dear All,
    At the time of doing miro i am facing an error saying that material not relased from QVM3. But when i amtrying to populate the result i acnnot find aby relevant data in the report from QVM3.
    Message no:Message no. M8280

    Dear Krishna;
    But when i amtrying to populate the result i acnnot find aby relevant data in the report from QVM3.
    i am assuming that you have cleared the inspection lot by giving UD, Ensure that stock posting has been done.
    if Not, then, post the stock using QA12.
    if stock is already posted, then get the Material Document for 321 movement.
    Cancel that Document.
    and Repost using QA12.
    Regards,
    Amol

  • Script errors with Weatherbug, not related to "unresponsive" problem

    This script problem with Weatherbug has been going on forever. It is not the "unresponsive" script error problem. I get repeated messages asking me if I want to continue running scripts. ( followed buy the error message {invalid etc}) Responding "yes" or "no" results in nothing, just another script error message I changed the "dom.max_script_run_time" to "0" as recommended from a WWW support site, this had no effect.

    http://www.msi.com.tw/program/support/cpu_support/cpu/spt_cpu_detail.php?UID=22%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20&NAME=MS-6378
    what pcb revision
    will be with name between pci slots

  • Okay Error with program not having valid installation.

    Okay so whenever I try to open iTunes a message pops up saying "This action is only valid for products currently installed. So when I go to the uninstall/change a program it provides me with another error or problem. That the installation source for this product is not available.
    I also have another problem I own an iPod touch and I got the plug your iPod into iTunes symbol and when I tried doing that it started the first problem... are they related?

    Okay so whenever I try to open iTunes a message pops up saying "This action is only valid for products currently installed. So when I go to the uninstall/change a program it provides me with another error or problem. That the installation source for this product is not available.
    Let's try Googling. (Best not to use Bing, I think.) Look for a working download site for at least version 3.0 of the Windows Installer CleanUp utility. After downloading the utility installer file (msicuu2.exe), scan the file for malware, just in case. (I use the free version of Malwarebytes AntiMalware to do single-file scans for that.)
    If the file is clean, to install the utility, doubleclick the msicuu2.exe file you've downloaded.
    Now run the utility ("Start > All Programs > Windows Install CleanUp"). In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove".
    Quit out of CleanUp, restart the PC and reinstall iTunes. Does it go through properly this time?
    (If you do find a clean download site for the correct version of CleanUp, please don't tell me where it is. Without wishing to sound paranoid (although I grant it does sound paranoid), there is a non-zero chance that posting links to download locations for the utility here at Discussions leads to that download location being shut down.)

  • Error with credit note

    hiiiii experts
         still i am unable to solve my prob
         error msg    G/L account is missing IN A/R CREDIT NOTE
         i have checked all the determinations under administration
         do i need to give exact account for each determination,will that makes any diff
    plz help me out in solving this error                                                                               
    regards RIYAZ
    Edited by: Mohammed Riyaz on Dec 29, 2008 12:02 PM

    Goto  Administration ->Setup ->Financials -> G/L Account Determination-> Sales Tab -> General Tab.
    Check if 'Sales Credit Account' is set
    Also Check for the Expert Empowerment Session on 'G/L Accounts Missing' in the following URL:
    [https://websmp201.sap-ag.de/~sapidb/011000358700000894772007E/FIN_CW39_ErrorGLAccMissing.wrf]
    Also check for the PDF of the same at
    [https://websmp201.sap-ag.de/~sapidb/011000358700000894762007E/FIN_CW39_ErrorGLAccMissing.pdf]

  • Odd Error with Fireworks not seeing some folders or files

    I have just updated to OS X 10.5.1 running on a Mac Pro 2x
    2.66Ghz dual-core Intel Xeon with 5gb of memory.
    I have been using CS3 for some time now on OS X 10.4 with no
    problems. After the upgrade I now can't see some folders and files
    via Fireworks. Even files I have just worked on in Fireworks and
    saved to a folder. I then try and re-open them by looking in the
    folder I just saved the file to but it's not there. If I look with
    Finder or any other Adobe program I can see it without any
    problems.
    Has anyone come across this problem before?

    Tom,
    It appears that in the past few days you have not received a response to your posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at http://support.novell.com in both the "free product support" and "paid product support" drop down boxes.
    - You could also try posting your message again. Make sure it is posted in the correct newsgroup. (http://support.novell.com/forums)
    If this is a reply to a duplicate posting, please ignore and accept our apologies and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Errors in the /users/unison/log/das.log file with  "xitemid not unique".

    When reviewing /users/unison/log/das.log it is showing errors with
    "xitemid not unique":
    <P>
    DATE = Current date
    PID = 12492
    DEXOTEK ERRCODE Ox1800B -> ctldap_ItemGetById: ctldap_LDAPEntryGetById
    DATE = Current date
    PID = 12743
    DEXOTEK ERRCODE Ox1800B -> ctldap_LDAPEntryGetById: xItemId not unique
    <P>
    Also, when comparing the das.log to the directory server access log matching
    the timestamp from the error above, you may see errors such as the
    following:
    [23/Jun/1998:15:45:28 -0700] conn=37 op=66 SRCH base="o=Ace Industries,c=US" scope=2
    filter="(nscalxitemid=10000:00257)"
    [23/Jun/1998:15:45:28 -0700] conn=37 op=66 RESULT err=0 tag=101 nentries=1
    [23/Jun/1998:15:45:28 -0700] conn=37 op=67 BIND dn="uid=nuser1,o=Ace Industries,c=US"
    method=128 version=3
    [23/Jun/1998:15:45:28 -0700] conn=37 op=67 RESULT err=0 tag=97 nentries=0
    [23/Jun/1998:15:45:28 -0700] conn=37 op=68 SRCH base="o=Ace Industries,c=US" scope=2
    filter="(nscalxitemid=10000:*)"
    [23/Jun/1998:15:45:28 -0700] conn=37 op=68 RESULT err=4 tag=101 nentries=2
    in which an err= 4 is LDAP SIZELIMIT EXCEEDED. This means that the search
    resulted in multiple entries with the same ID, so the server does not
    know which value to return.
    <P>
    These log entries might be due to duplicate or multiple nscalxitemid attributes
    in a replicated directory server, i.e., each calendar enabled user and resource
    is suppose to have a single, unique nscalxitemid attribute.
    <P>
    An example attribute entry in the LDAP database of user 00257 on
    node 10000 would be:
    <P>
    nscalxitemid: 10000:00257
    <P>
    To identify these duplicate or multiple nscalxitemid attributes, use the new calendar
    server tool, unidsdiff, which can be downloaded from
    http://help.netscape.com/business/filelib.html#caltools.

    amaltsev1,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Raising debit note

    hi,
    pl guide me on the following: -
    after posting invoice in miro,  debit note to be raised for rejected / balance quantities.  how to track these quantities in miro and raise debit note on vendor?
    thanks
    mohan

    Hi Mohan
    In MM we raise credit memo to debit vendor account for wrong supply or faulty supply etc.
    Which will debit vendors account by amount entered in Credit memo
    Steps are as follows
    Trnx Code MIRO
    Enter invoice date
    Select Credit memo from Transaction dropdown
    Give PO number in PO reference
    Enter Amount and Qty for credit memo
    Select tax code if required
    Rest same like miro
    Save MIRO
    system will pass credit memo of given amount
    which in turn create -ve entry in vendor payble amount i.e. vendor will be debited
    Vishal...

  • MIRO error Posting with trans.type 159 not possible (No acquisition posted)

    Hi,
    I have the following probem while doing MIRO.  Would appreciate if someone could help.
    Error in Purchase invoice posting MIRO  :-
    The user has created a PO for asset in  FY2010 and has performed a MIGO in FY2010.
    Now in FY2011 the user tries to  invoice against the  above asset and wants to post it thru Trans MIRO.
    System gives an  error during MIRO  "Posting with trans.type 159 not possible (No acquisition posted)"  Message no AA 324
    Trans type 159 has trans type group 12 attached to it.
    MIGO can not be reversed  because it belongs to the closed FY.
    Please help

    Hi
    refer notes 1526247 and 1507808... Though it relates to Japan, but the issue is same
    Br, Ajay M

Maybe you are looking for

  • Different passwords for different share points on 1 server?

    On a lion server I have two share points. A 'general' is accessible for all users, a 'confidential' is for a select group of users. The permissions are set and the select group have their server access password in their key chain. The server password

  • Dispute Case attachments: CMS, DMS, RMS, ArchiveLink... Confused!

    Hi, We're starting to implement SAP Collections & Dispute Mgmt. One of the things that excited our business users on the SAP solution was the ability to attach unlimited (word, pdf, jpg, email, etc) files directly to the Dispute case. However, we hav

  • Adding Global Search function in Webhelp

    I have been asked to add global search functionality to my website. As far as i understand, the only way of doing this using Webhelp is to use merged projects? As i have 40 separate XPJ files (some very large), this merged projects method didn't work

  • Without Info record whether we cant make transactions ME56 & ME58?

    Hi, Im my scenario, MRP will be running and planned orders will come. It will be converted to PR,s. Then after going to ME56 , we will assign vendor . Then in ME58 , we will create the PR to PO. If for some materials info records are  not there , it

  • Running flash on gpu?

    Hi there, Is it possible to get flash to run on the graphics card? I currently can't play online flash videos like youtube at high res as it maxes out my puny processor, fps drops to around 2. A completely buffered flash video at full screen will jus