Error code 10 at create folder

i am developing a vi in which i have to create a folder in any drive(e.g D:\dataacquisition) than in data acquisition folder, i have to create date folder and name folder and then we need to create some files e.g patient's information, and like this different files in the name folder, i have shown this in attached vi, now the problem is this that when i run the vi for the first time when no folder has been made it runs ok with no error, but when i again run the vi with different patient name it shows Error code 10 at create folder, i know this error is because the same folder is already present, but the problem is this that when an error comes the new patient's folder is not created, i have tried several things but not able to avoid or remove this error, is there any way to remove this error or if there is any other option of creating folder in LabVIEW.
I am attaching the vi.
Solved!
Go to Solution.
Attachments:
create folder.vi ‏14 KB

Thanks to every one, your suggestions helped me in solving my problem, although my problem is solved but i am having some more question
To P Anand
There is two ways you can do.
You can create the folder along with a time stamp including seconds so that your folders will be new always otherwise before creating the folder check whether it is already created or not. If already created skip the create folder function else create it.
Answer-Thankyou,for your suggestion, I tried Creating folder with timestamp including seconds, but it then shows error 1 which i think is formatting error, and yes the other option works well, by using the check if folder function vi works well.
FreeLance V
Thanks your vi works well, but now i am having 1 more question 
I have also found 1 more other than check if folder exists by which error 10 is avoided but in that case name should be different, now what i want is when suppose i enter the same name in the suppose i want folder with name 'a' to be created and that folder is already present than what i am trying is that labview should ask weather you want to replace existing folder,or you want to delete,or you want to keep both files, delete and replace is easy to implement but although i am trying but if anyone knows the way that how we can keep both the files than that would be great help.
i am attaching the vi which is not complete yet, i am trying to implement some more extra points like keeping both the same files or if i want to replace.
Attachments:
create folder.vi ‏42 KB

Similar Messages

  • Do u know how to write a few line of codes to create folder?

    hi all, I just need a few line of codes to create a folder in my directory. Can someone just write a few lines of codes to create a folder?Thanks!
    This is my unzip codes and I need to put these few lines of codes in the "/* */" part. If I didn't create the folder (using codes)then it would not be unzipped.
    import java.io.*;
    import java.util.*;
    import java.util.zip.*;
    public class Unzip {
      public static final void copyInputStream(InputStream in, OutputStream out)
      throws IOException
        byte[] buffer = new byte[1024];
        int len;
        while((len = in.read(buffer)) >= 0)
          out.write(buffer, 0, len);
        in.close();
        out.close();
      public static final void main(String[] args) {
        Enumeration entries;
        ZipFile zipFile;
        try {
          zipFile = new ZipFile("C:\\Temp\\FolderZiper.zip");
          entries = zipFile.entries();
          while(entries.hasMoreElements()) {
            ZipEntry entry = (ZipEntry)entries.nextElement();
    /*need to have the few lines of codes here*/
            if(entry.isDirectory()) {
              // Assume directories are stored parents first then children.
              System.err.println("Extracting directory: " + entry.getName());
              // This is not robust, just for demonstration purposes.
              (new File(entry.getName())).mkdir();
              continue;
            System.err.println("Extracting file: " + entry.getName());
            copyInputStream(zipFile.getInputStream(entry),
               new BufferedOutputStream(new FileOutputStream(new File("c:\\temp\\unzipping\\"+entry.getName()))));
          zipFile.close();
        } catch (IOException ioe) {
          System.err.println("Unhandled exception:");
          ioe.printStackTrace();
          return;
    }

    Given a file, you can create its parent directory like this:
    File outFile = new File("c:\\temp\\unzipping\\"+entry.getName())
    File parentDir = outFile.getParentFile();
    if (!parentDir.exists()){
      parentDir.makeDirs();
    }Not too hard is it?

  • After backup restores sql server error can't create folder, and can't search into list / library from ribbon

    after having created a portal on a development platform, I made a backup Sql server then restores the production platform with sql server. 
    Two problems : 
    Problem 1: 
    1 in libraries error "An unexpected error" when creating FOLDER from ribbon even with Action page -> Manage content and structure. I could only create a folder with "Open with Explorer" in the ribbon. In the folder I created, i can create
    a subfolder with ribbon, but not a folder in the root of the library. I create a sub sites and in this case it does not have any problem, I created a folder !!! 
    Problem 2: 
    2 The search from the search box in the lists and library does not work. I need it working. I create a search site and it works fine, but I want to do research on lists and libraries.
    aprés avoir créer un portail sur une plateforme de développement, j'ai effectué un backup Sql server puis un restaure sur la plateforme de production avec sql server.
    2 problèmes sont apparus :
    Problème 1 :
    1. dans les bibliothèques de documents  erreur " An unexpected error" lors de la création de DOSSIER du ruban, même avec Action du site -> Gérer le contenu et la structure. j'ai seulement pu créer un dossier avec "Ouvrir avec l'explorateur"
    dans le ruban. Dans le dossier créer j'ai pu créer un sous-dossier avec le ruban, mais pas un dossier dans la racine de la bibliothèque. J'ai créer un sous sites et dans ce cas il n'y as pas de problème, j'ai pu créer un dossier !!!
    Problème 2 :
    2. La recherche à partir de la zone de recherche dans les listes et bibliothèque ne fonctionne pas. J'ai besoin que ca fonctionne. j'ai creer un site de recherche et il fonctionne correctement, mais je veux faire des recherches sur les listes et bibliothèques.

    9c8700ee-9d51-4e5a-9b9d-22bebe9f03a1
    Name=Request (POST:http://tserveur:8080/sites/MEAE/Documents%20partages/Forms/Upload.aspx?RootFolder=%2Fsites%2FMEAE%2FDocuments%20partages&Type=1&IsDlg=1)
    9c8700ee-9d51-4e5a-9b9d-22bebe9f03a1
    10/13/2014 10:54:53.54 w3wp.exe (0x1054)                      
    0x0560
    SharePoint Foundation         Logging Correlation Data      
    xmnv Medium  
    Site=/sites/MEAE 9c8700ee-9d51-4e5a-9b9d-22bebe9f03a1
    10/13/2014 10:54:53.54 w3wp.exe (0x1054)                      
    0x0560
    SharePoint Foundation         Monitoring                    
    b4ly High    
    Leaving Monitored Scope (PostResolveRequestCacheHandler). Temps d’exécution=15,7441122074812
    9c8700ee-9d51-4e5a-9b9d-22bebe9f03a1
    10/13/2014 10:54:53.56 w3wp.exe (0x1054)                      
    0x0560
    Document Management Server    
    Document Management          
    52od Medium  
    MetadataNavigationContext Page_InitComplete: No XsltListViewWebPart was found on this page[/sites/MEAE/Documents%20partages/Forms/Upload.aspx?RootFolder=%2Fsites%2FMEAE%2FDocuments%20partages&Type=1&IsDlg=1].  Hiding key filters and downgrading
    tree functionality to legacy ListViewWebPart(v3) level for this list.
    9c8700ee-9d51-4e5a-9b9d-22bebe9f03a1
    10/13/2014 10:54:53.57 w3wp.exe (0x1054)                      
    0x0560
    Web Content Management        
    Publishing                    
    7fz4 High    
    WARNING: Cannot change FormContext.FormMode to [Invalid] because it is already set to [New]
    9c8700ee-9d51-4e5a-9b9d-22bebe9f03a1
    10/13/2014 10:54:53.57 w3wp.exe (0x1054)                      
    0x0560
    Web Content Management        
    Publishing                    
    7fz4 High    
    WARNING: Cannot change FormContext.FormMode to [Invalid] because it is already set to [New]
    9c8700ee-9d51-4e5a-9b9d-22bebe9f03a1
    10/13/2014 10:54:53.58 w3wp.exe (0x1054)                      
    0x0560
    SharePoint Foundation         Runtime                      
    tkau
    Unexpected System.ArgumentException: Argument de publication ou de rappel non valide. La validation d'événement est activée via <pages enableEventValidation="true"/> dans la
    configuration ou via <%@ Page EnableEventValidation="true" %> dans une page. Pour des raisons de sécurité, cette fonctionnalité vérifie si les arguments des événements de publication ou de rappel proviennent du contrôle serveur qui les a rendus
    à l'origine. Si les données sont valides et attendues, utilisez la méthode ClientScriptManager.RegisterForEventValidation afin d'inscrire les données de publication ou de rappel pour la validation.    à System.Web.UI.ClientScriptManager.ValidateEvent(String
    uniqueId, String argument)     à System.Web.UI.WebControls.Table.RaisePostBackEvent(String argument)     à System.Web.UI.Page.RaisePos...
    9c8700ee-9d51-4e5a-9b9d-22bebe9f03a1
    10/13/2014 10:54:53.58* w3wp.exe (0x1054)                      
    0x0560
    SharePoint Foundation         Runtime                      
    tkau Unexpected
    ...tBackEvent(IPostBackEventHandler sourceControl, String eventArgument)     à System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    9c8700ee-9d51-4e5a-9b9d-22bebe9f03a1
    10/13/2014 10:54:53.58 w3wp.exe (0x1054)                      
    0x0560
    SharePoint Foundation         Monitoring                    
    b4ly Medium  
    Leaving Monitored Scope (Request (POST:http://tserveur:8080/sites/MEAE/Documents%20partages/Forms/Upload.aspx?RootFolder=%2Fsites%2FMEAE%2FDocuments%20partages&Type=1&IsDlg=1)). Temps d’exécution=57,2831164943714
    9c8700ee-9d51-4e5a-9b9d-22bebe9f03a1
    10/13/2014 10:54:56.31 OWSTIMER.EXE (0x0B18)                  
    0x02F4
    SharePoint Foundation         Monitoring                    
    nasq Medium  

  • Blu-ray error device error code "3" create sequence fail to write m25 file

    Continue to get this error message when outputting to blu-ray, can burn to dvd just fine. It seems I have experienced this issue in the past but don't recall how I resolved.
    tried re-saving to new file name.

    I found 3 other discussions... one of them may help
    Re: Blue ray Error -  "Device not ready", Code:"3", Notes -   Any ideas what this means?
    Blu-ray error: "device error", Code "3", Note: "AS_StorageError = -97064
    Blu-ray Error: "divide error", Code: "3", Note: "AS_StorageError = -97060

  • ERROR CODE in CREATING JOB SCHEDULER

    Please,
    I'm having an issue with the below code, does someone can figure out what is not going on?
    BEGIN
    DBMS_SCHEDULER.CREATE_JOB
    JOB_NAME => 'GATHER_DEV_TABLES_STATISTICS',
    JOB_TYPE => 'STORED_PROCEDURE',
    JOB_ACTION => 'DBMS_STATS.GATHER_SCHEMA_STATS("DEV");',
    NUMBER_OF_ARGUMENTS => 0,
    START_DATE => '06-JUN-2007 05:00:00 AM',
    REPEAT_INTERVAL => 'FREQ=DAILY; BYHOUR=5',
    ENABLED => 'TRUE',
    AUTO_DROP => 'FALSE',
    COMMENTS => 'GATHERING_DEV_TABLE_DAILY_AT_5AM'
    * END;
    when try to create the job schrdule I got the followin error, any idea will be helpful
    DBMS_SCHEDULER.CREATE_JOB
    ERROR at line 2:
    ORA-06550: line 2, column 1:
    PLS-00306: wrong number or types of arguments in call to 'CREATE_JOB'
    ORA-06550: line 2, column 1:
    PL/SQL: Statement ignored

    ...or the source:
    http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/d_sched.htm
    Other than the start date, it could be the semi colon shouldn't be there for stored procedure (not like pl block), or missing begin end or that a call to set_job_argument is required. I don't have a server to test on now, so there's a certain lack of precision, sorry... :)

  • Error - Unable to create Folder or unable to create Directory

    Time machine started acting up with the last update. It started having problems creating a new folder when doing an hourly backup. I unmounted and remounted the drive It worked fine for a few backups then the problem returns. Using Disk Utility I ran the repair options and checked the disk for errors and none were found. I changed the backup disk and started again, after a few backups the problem occurs again. I reinstalled the OS and still the problem occurs once the system updates.
    There is no error number listed that I can find.
    Having eliminated it being a disk problem, anyone else having this issue and have you found a resolution? I know there are a few having the issue based on the archived posts I have read.

    Updated Time Capsule OS. 

  • I keep receiving the following error code: 1025 Duplicate Folder Name [Gmail]/Drafts/√ Orders/Books/Books/eBooks (Failure)

    Duplicate folder name [Gmail]/Drafts/√ Orders/Books/Books/eBooks (Failure)
    (/[Gmail]/Drafts/&Iho- Orders/Books/eBooks/)

    Hello,
    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • Error code moving folder

    An error cod moving a folder from one folder to another on the latest

    Well, you'd have to delete the Movies folder before you could replace it, and deleting the Movies folder would also delete its contents, thereby making the replacement impossible. It's not really surprising that the Finder was confused.
    Simple solution: rename the parent folder.

  • Cannot delete file from external hard drive (error code 36) in Finder, but Terminal is ok

    I have a relatively new Macbook Pro Retina 15" and have a Western Digital 1 TB Passport.  I've been using the passport for about a year now without any problems on older Macbooks in my house.  I used to be able to read and write to this drive no problem.  I am using the Paragon NTFS for Mac software in order to read and write to the NTFS drive.  When I navigate through the drive in Finder, if I try to create a new folder, I do not have a problem.  If I try to delete that folder I just created, I get this error:
    The Finder can’t complete the operation because some data in “untitled folder” can’t be read or written.
    (Error code -36)
    The folder has nothing in it whatsoever.  I just created it.  But if I go to Terminal and I run
    rm -rf "untitled folder"
    This works fine.  Why is Terminal acting different than Finder?  This does not happen on my other Macbooks.  Thanks in advance.

    Thanx for such qucik reply!!! The pages were great, it had an answer for my problem, but unfortunately it also involved me dealing with it only on the MacIntosh HD itself, not on mounted external drive I suppose... So it didn't work they say that there is an icon in the left corner indicating locked folder - I don't see any icon on it. It says you can untick the box to unlock the folder - there is no tick to be unticked. Finally, they say that if I don't have permition or rights I cannot delete it. But how do i change permittion which already says that i can read and write in it? So everything appears to be normal only I cannot delete it. there is not even any warnig telling me I don't have enough rights, it just requires the password and after me typing it in it makes the sound of scraping paper but does nothing more. I aslo had some problems with emptying Trash after being seemingly succesful with one file and had got so far to have them appear in the Trash (no clue how this one actully got there though..) I followd the advice and emptied the Trash with Terminal. The Folder is still there but it shows 0 Kb... So far so good BUT: It is still on the external drive, so I obviously only managed to copy it into the Trash!!! Phew, innit a bit too tight to poor owners, this macbook?? I want my rights back!

  • Build error when using custom error codes

    When I try to build my application using custom error codes I receive the following error:
    Error 1 occurred at Copy in AB_Engine_Copy_Error_Files.vi->AB_Application.lvclass:Copy_Error_Files.vi->AB_Application.lvclass:Copy_Files.vi->AB_Build.lvclass:Build.vi->AB_EXE.lvclass:Build.vi->AB_Engine_Build.vi->AB_Build_Invoke.vi->AB_Build_Invoke.vi.ProxyCaller
    Possible reason(s):
    LabVIEW:  An input parameter is invalid. For example if the input is a path, the path might contain a character not allowed by the OS such as ? or @.
    =========================
    NI-488:  Command requires GPIB Controller to be Controller-In-Charge.
    C:\Program Files\National Instruments\LabVIEW 8.5\user.lib\errors\BPMS-errors.txt
    This only occurs the first time I attempt to build my application. If I build again immediately after receiving the error, everything works fine. My custom error codes were created using the provided editor, and I have included the file in my project. I have also checked the "Copy error codes" box in the advanced build specification settings.

    Hi Donovan,
    The attached project is giving me the error previously discussed. Thanks for your help.
    Attachments:
    BuildError.zip ‏10 KB

  • Problem Getting Error Code and Description in Alerts

    We are having trouble getting the Error code and Error description in the Alerts and we're having trouble getting a alert for message mapping exceptions.  I have read through the BLOGs and the help on SAP.  I'm not sure it is something to do with the configuration or SP14.  We did not have these problems with SP12 at our other customer XI implementations.
    Background -
    We have setup an "XI Alert" classification with three Alert categories -"XI_Mapping_Error", "XI_Adapter_Error", "XI_Runtime_Error". 
    For the "XI_Mapping_Error" alert category, we have setup a rule so that any Integration Engine Application Mapping.* Error code will create an alert.  However, when we have a mapping error in XI which we can see in MONI, we do not get an alert.  The checkbox for "Suppress Multiple Alerts of this Rule" is not selected.  I am not sure why we're not getting the alert.
    For the "XI_Adapter_Error" alert category, we have setup a rule so that any Adapter Engine * adapter type will create an alert.  The alert gets created - however, some of the container variables do not get poulated in the email.  We have defined Container variables pointing to the corresponding ABAP data dictionary elements - i have double checked these definitions.
    Here is an alert email - the Error Code (SXMS_ERROR_CODE -  SXMSERRTX) and Error Category (SXMS_ERROR_CAT - SXMSERRCAT) are not being extracted:
    Alert ID: ##23896##
    Error Code =
    Error Category =
    Message ID = 1506eab0-6125-11da-9ba2-00505685 Time = 14:26:12 Date = 29.11.2005
    Sender Party =
    Sender Service = BS_CPI
    Sender Interface = MI_CPI_INV_RFC_REQ_ABS
    Receiver Party =
    Receiver Service = BS_CPI
    Receiver Interface =
    We are not able to figure out why the Alert framework is not working correctly.  We are running XI 3.0 SP 14 on Win2K, SQL 2000.
    Anyone encounter these problems?  Any help would be appreciated.
    Regards,
    Jay Malla

    >> There are some problems with SP 14 and the alert framework.
    Very true! Join the team!
    >> We applied Note 876546 which triggered certain alerts that were not getting triggered. However, we're not getting the Error code and Error Description in some of the alerts.
    Jay, This note is specifically for a situation where the 'where did the error occur' set to No Restriction. I don't think anything else is included in this fix .01 to patch 0.9 of SPS 12 of XI 3.0!!!
    My problem is that even the messageID variable is not getting replaced!!! In SP12 everything was perfect. After SP14, the errors are coming almost instantaneously to the inbox, but without any variable replacement.
    Best of luck,
    Kannan

  • Creation of Error Codes in AIA

    Hi,
    Can you please throw some light on how to create Error Codes and how those are crucial in AIA Error Handling Framework? What happens if an Error Code is not created? Will it effect the Error Handling Mechanism in AIA by any way? (I have gone thru FP guides but couldn't get clarity on this)
    Thanks & Best Regards,
    Chaitanya Chandu

    Hi Rohith, Thanks a lot for the useful information.
    I have created a simple flow with one requestor ABCS, an EBS and a Provider ABCS. the requestor accepts ABM from a custom developed schema, transforms it into EBM and invokes EBS. EBS will route this EBM to the provider ABCS which transforms this EBM into ABM and invokes CreditRatingService to see if the rating is good or not. Now to understand the working of AIA Error Handling Framework, I thought of enabling some error handling on Provider ABCS. At this point I got some doubts looking at Notifications Page in AIA Console:
    1. How and what error code is created in this case?
    2. What is the system code in this case? and
    3. Do we need to pick Role and FYI Role only from the list of roles available in system-jazn-data.xml? What if I want to create some other role and associate it with a particular error, User and group?
    4.Is AIAConfigurationProperties.xml playing any role in this case? And what is the extent to which BSR helps in this case?
    Thanks a lot for giving your valuable time ...
    Best Regards,
    Chandu

  • Adobe_com error code #16820

    my operating system i am using is Windows Vista....My browser i am using is IE9....tried to update Adobe_com update from current version of  2.0.0.0 to 2.3.0.0...instead i rec'd an error message....16820.  please advise thank you.

    o.k....what  free version of adobe acrobat is compatable with window vista basic and IE9?
    Date: Sat, 23 Mar 2013 15:44:04 -0700
    From: [email protected]
    To: [email protected]
    Subject: Adobe_com error code #16820
        Re: Adobe_com error code #16820
        created by Test Screen Name in Acrobat Installation & Update Issues - View the full discussion
    Did you read Reply#2 in the message linked above? It said ...  I'd recommend uninstalling that application from your system.  To access Acrobat.com moving forward, visit http://acrobat.com/signin.html
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5173372#5173372
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5173372#5173372
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5173372#5173372. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Acrobat Installation & Update Issues by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Error Code  37303

    Leider kann ich aus Encore CS 6 wie viele andere Leute keine DVD brennen. Wer kennt einen Trick??

    I tried to download "Imgburn". Unfortunately I only have found a Windows version. Otherwise, on the web site of "aimersoft" you can dowload a OSx verison of "DVD Creator for Mac". Is not for free and works to much.
    Another solution:
    1 Create an ISO file in Encore
    2 Burn with "ISOBurn" from the AppStore the ISO file in 4 clicks on the DVD
    3 finish and works
    It is incredible that Adobe After 20 years still not easily can burn a DVD!
    Am 31.01.2014 um 17:24 schrieb Stan Jones <[email protected]>:
    Re: Error Code 37303
    created by Stan Jones in Encore CS6 & CC - View the full discussion
    Build to a DVD image in Encore; then use ImgBurn to burn the disk.
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/6074510#6074510
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/6074510#6074510
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/6074510#6074510. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Encore CS6 & CC at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.
    Bis bald wieder und herzliche Grüsse
    Mark und Anita
    on Tour
    WEB:     www.bcprod.ch     
    eMail:     [email protected]
    skype:     negikater

  • When I try to create a new folder I get an error code -50

    I am copying files to an external Hard drive.  I want to create a new folder on the external and I get an error code of -50 and no folder is created.  How do I clear the error code so I can create floders?

    The same thing happened to me: https://discussions.apple.com/message/25953748#25953748

Maybe you are looking for

  • A bug and some suggestions to return to old ways of doing things in ical

    hi there when i first started using ical i could double click an event to edit it and press enter when finished now i have to press apple E and click done when finished - with hundreds of events its painful any ideas apart from someone at apple makin

  • Can't open or move file - In use by Mac OS X

    I have a file (movie) I am trying to move to a new external hard drive. I can't move it cause it says it is used by Mac OS X and cannot be moved or if I try to open it says it can't be opened. The permissions are set correctly on this file and it pla

  • New article: Exploring the WebLogic Integration 8.1 RDBMS Event Generator

    Dev2Dev has just published an article that you may be interested in: Exploring the WebLogic Integration 8.1 RDBMS Event Generator http://dev2dev.bea.com/pub/a/2007/02/rdbms-event-generator.html If you'd like to write for Dev2Dev on a WebLogic Integra

  • Compile Error on For All Of Rule

    Here is the rule: The Family Unit is valid if For All of the Application's Family Members, the Family Member's Country of Citizenship = "US". the Application is a singleton entity. the Family Member is a non-singleton entity. A relationship exists be

  • Picking error

    i have made a sales order  suppose 1240 and i m trying to make delivery for that sales order but it is not fetching the quantity from sales order automatically  why? plz help me it is showing the delivery quantity is 0 and piking quantity is 0 in a d