NOT SELECT command error

Hi all,
Kindly find out error in the follwing query
thank you
SELECT DISTINCT v1.terminalid AS terminalid, v1.jobrefno AS jobno,
v1.jobdate AS jobdate, v1.sec AS section, v1.vessel AS vessel,
TO_CHAR (v1.etd, 'DD/MM/YYYY') AS etd,
TO_CHAR (v1.eta, 'DD/MM/YYYY') AS ETA , v1.consignee AS consignee,
v1.billto AS billto, v1.containernumber AS containerno,
v2.sales AS containersales, v3.sales AS jobsales,
TO_CHAR (v1.dateofclereance,
'DD/MM/YYYY') AS customsclearance,
v1.deliverydate AS dlydate
FROM view_uijobs_bd v1, container_sales_bd v2, job_sales_bd v3
WHERE v1.jobrefno = v2.jobrefno
+v1.CONTAINERNUMBER=v2.CONTAINERNO
AND v1.jobrefno = v3.jobrefno
AND TO_CHAR (v1.eta, 'dd-mon-yyyy') BETWEEN TO_DATE
('01-dec-2010',
'dd-mon-yyyy'
AND TO_DATE
('10-dec-2010',
'dd-mon-yyyy'
ORDER BY V1.ETA DESC
errorno:
ORA-01791 :NOT A SELECT EXPRESSION
regards
P Prakash

If you are using DISTINCT you must order by one of the columns in the select list, you can't just order on a column from a table.
So your order by should be...
ORDER BY ETAso that it uses the resultant column, rather than the source.
Also, your code is wrong...
AND TO_CHAR (v1.eta, 'dd-mon-yyyy') BETWEEN TO_DATE
('01-dec-2010',
'dd-mon-yyyy'
AND TO_DATE
('10-dec-2010',
'dd-mon-yyyy'
)Should be...
             AND TRUNC(v1.eta, 'dd') BETWEEN TO_DATE
                                                                ('01-dec-2010',
                                                                 'dd-mon-yyyy'
                                                     AND TO_DATE
                                                                ('10-dec-2010',
                                                                 'dd-mon-yyyy'
                                                                )

Similar Messages

  • TS1398 Hello, my iPod touch is not working right. It says its connected but if I select App Store, safari and other apps that require wifi pops out a note saying either"error loading" or "cannot connect to iTunes Store" and would exit the app automaticall

    Hello, my iPod touch is not working right. It says its connected but if I select App Store, safari and other apps that require wifi pops out a note saying either"error loading" or "cannot connect to iTunes Store" and would exit the app automatically. Please help.
    Thank You.

    See:
    Can't connect to the iTunes Store

  • ERROR: (_app_set_slice) Disk is not selected

    I get the following error when jump-starting a domain on an E6900:
    ERROR: (_app_set_slice) Disk is not selected
    Disk layout for selected disks
        Disk c3t0d0
                                 Solaris Slice Table
              Slice     Start  Cylinder         MB  Preserve  Directory
                  0      1649      2061      20482        no  /
                  1         0      1649      16387        no  swap
                  2         0     14087     139990        no  overlap
                  7      3710         4         40        no
              Usable space: 139990 MB (14087 cylinders)   Free space: 103082 MB
    Verifying disk configuration
            - ERROR: Slice is less than one cylinder (c3t0d0s5)
    Verifying space allocation
            - Total software size:  2129.45 Mbytes
    ERROR: System installation failed
    Solaris installation program exited.I can't see why, as the slice is definately more than one cylinder, the error message is misleading, Excerpts from the profile:
    install_type    initial_install
    system_type     server
    cluster         SUNWCuser
    partitioning    explicit
    # Disk layouts
    filesys         rootdisk.s0     20480   /
    filesys         rootdisk.s1     16384   swap
    filesys         rootdisk.s5     free
    <snip>
    filesys c3t0d0s7 32 unnamed
    filesys c3t1d0s7 32 unnamedJust as a test, I decided to remove all partitions apart from 2, and label. The jumpstart fails to modify the vtoc. Help please!

    Found the cause:
    AVAILABLE DISK SELECTIONS:
    0. c1t0d0 <SUN146G cyl 14087 alt 2 hd 24 sec 848>
    /pci@400/pci@0/pci@8/scsi@0/sd@0,0
    1. c1t1d0 <SUN146G cyl 14087 alt 2 hd 24 sec 848>
    /pci@400/pci@0/pci@8/scsi@0/sd@1,0
    2. c1t2d0 <SUN146G cyl 14087 alt 2 hd 24 sec 848>
    /pci@400/pci@0/pci@8/scsi@0/sd@2,0
    3. c1t3d0 <SUN146G cyl 14087 alt 2 hd 24 sec 848>
    /pci@400/pci@0/pci@8/scsi@0/sd@3,0
    Specify disk (enter its number): ^D
    # prtvtoc /dev/rdsk/c1t2d0s0
    prtvtoc: /dev/rdsk/c1t2d0s0: Unable to read Disk geometry errno = 0x5
    # prtvtoc /dev/rdsk/c1t3d0s0
    prtvtoc: /dev/rdsk/c1t3d0s0: Unable to read Disk geometry errno = 0x5
    So if I run format and label the disks:
    2. c1t2d0 <SUN146G cyl 14087 alt 2 hd 24 sec 848>
    /pci@400/pci@0/pci@8/scsi@0/sd@2,0
    3. c1t3d0 <SUN146G cyl 14087 alt 2 hd 24 sec 848>
    /pci@400/pci@0/pci@8/scsi@0/sd@3,0
    Specify disk (enter its number): 2
    selecting c1t2d0
    [disk formatted]
    Disk not labeled. Label it now? yes
    2. c1t2d0 <SUN146G cyl 14087 alt 2 hd 24 sec 848>
    /pci@400/pci@0/pci@8/scsi@0/sd@2,0
    3. c1t3d0 <SUN146G cyl 14087 alt 2 hd 24 sec 848>
    /pci@400/pci@0/pci@8/scsi@0/sd@3,0
    Specify disk (enter its number)[2]: 3
    selecting c1t3d0
    [disk formatted]
    Disk not labeled. Label it now? yes
    It then starts to work:
    - Selecting all disks
    - Configuring boot device
    - Using disk (c1t0d0) for "rootdisk"
    - Configuring / (c1t0d0s0)
    - Configuring swap (c1t0d0s1)
    - Configuring /var (c1t0d0s4)
    - Configuring (c1t2d0s0)
    - Configuring (c1t2d0s1)
    - Configuring (c1t3d0s0)
    - Configuring (c1t3d0s1)
    - Configuring (c1t0d0s7)
    - Configuring /data (c1t0d0s5)
    - Configuring (c1t2d0s2)
    - Configuring (c1t3d0s2)
    Will see if there is a way of automatically getting JET to do this in the future.
    # format -s -f /tmp/format.cmd
    # cat /tmp/format.cmd
    disk
    2
    label
    disk
    3
    label

  • Gerring Error -"Could not open command file"

    Hi All,
    I'm using Business Object Data services XI 4.0 .When I executes the job it given an error -"Could not open command file "
    so if anyone know the solution then please let me know.
    Thanks
    Rajeev kumar
    SAP-BODI Developer

    The -compat=4 (and the default -compat=5) compilation modes are not related to the compiler version. All compiler versions from 5.0 (1998) through 5.10 (2009) have these options. The C++ Migration Guide
    [http://docs.sun.com/app/docs/doc/819-5266]
    explains the differences in detail between -compat=4 and -compat=5, with examples of how to make old code compatible with standard C++.
    There is no compiler version 7. Perhaps you are thinking of the Sun Studio release. There is a Sun Studio 7 (containing C++ 5.4), but it is End Of Life, no longer available for purchase, and is not supported on Solaris 10. The recent releases are these:
    Sun Studio 11, C++ 5.8, supports Solaris 8, 9, 10
    Sun Studio 12, C++ 5.9, supports Solaris 9, 10, Open Solaris, Linux
    Sun Studio 12 update 1, C++ 5.10, supports Solaris 10, Open Solaris, Linux
    (Sun Studio 12 update 1 should be released next week. Watch this forum for an announcement.)
    Please run the command
    CC -V
    to find out your compiler version.
    When compiling on Solaris, 32-bit compilation is the default. You don't get 64-bit compilation unless you ask for it, via the -xarch option on older compilers, or the -m64 option on current compilers.

  • Populate error message if not selected any of the check box in select scren

    hi,
               I am working on a bdc program to upload selected fields, I have populated my 10 fields on selection screen. Given one check box for test run. If I have selected test run check box and not selected any of the field check boxes, it has to populate one error message message 'select atleast one field checkbox' and should stay on selection screen itself.  I used 'S' and used message leave list-processing, but i need error message 'E' and populate message select on check box and do not go for process.
    thanks & regards,
       Sekhar.

    Hi,
    as you don't want to process further and also want to stay on the same screen,then use this at
    AT SELECTION-SCREEN.
    if p_test_run = 'X' AND.......   " conditions for which msg is to be raised
        MESSAGE Ixxx(xyz).    " *use msg type 'I' Information message*
        LEAVE LIST-PROCESSING.
        LEAVE SCREEN.
    endif
    regards,
    neha
    Edited by: Neha Shukla on Mar 6, 2009 11:22 AM

  • Problem with MySQL - WLS61:General error: select command denied to user: 'foo@lion.e-pmsi.fr' for table 'finess'

    Hi
    I've been trying to adapt and deploy an enterprise appliaction developped and deployed
    before under JBoss.
    My database is MySQL and I use Together Control Center for development and hot deployment.
    After having modified a lot of things (the seamless protability seems always sor
    far :), now I get some strange error when deploying from withing Together Control
    Center 6.0:
    WLS61:General error: select command denied to user: '[email protected]' for table
    'finess'
    Off course the user foo has all possible and imaginable rights.
    Does anybody have an idea on how to get around it ?
    Thanks
    Alireza

    Found the answer... email that went to junk mail. Hope this helps others!
    Hello Subscription User,
     Thanks for choosing ClearDB for your database needs. We appreciate your business and 
     your interest in our services. Our commitment to all of our customers is that we 
     provide a high quality of service on all of our database systems. Part of that 
     commitment includes the enforcement of database size quotas in order to ensure 
     the highest quality of service for our customers.
     As such, we're sending you this automated message regarding one of your databases:
     Database: wp____
     Tier/Plan: Mercury
     Tier size quota: 20 MB
     This database has either reached or has exceeded its maximum allowed size for the 
     'Mercury' plan/tier that it currently belongs to. As such, our systems were forced to 
     place a read-only lock on it. We kindly encourage you to upgrade your database 
     to a larger tier/plan so that we can restore write privileges and enable complete 
     access to it from your account.
     If you feel that you have received this notification in error, please feel free 
     to contact us by replying to this email along with information that you feel may 
     assist us in assessing the situation with your database.
     Thanks again for choosing ClearDB,
     The ClearDB Team

  • ALV Filter Selection w/ error "WBS element 0000000000000000 does not exist"

    Hello,
    In a few ALV reports, we have WBS Element column showed in ALV list and WBS Element defined as type BSEG-PROJK, which has conversion routine ABPSP.
    When WBS Element is used for ALV list Filter, in Selection screen, error message "WBS element 0000000000000000 does not exist" is pop up as we hit Enter key or click on u201CSelection optionsu201D button with no value entered in Input fields.
    We get same error even after we enter an existing WBS Element in Low selection input field and hit Enter key.
    Itu2019s ok if we enter existing WBS Element value in both Low and High selection input fields.
    We know we have workaround by entering both Low and High input field, and we can fix ALV reports by using character based WBS Element, such as PRPS-POSKI.
    BUT, as users told me, they donu2019t have this problem before and it just happened. We checked the recent Transports and couldnu2019t see anything relevant.
    Could any of you let me know if you have any clue or if thereu2019s any other way to fix it besides changing report by report.
    Thank you.
    SL

    Hello,
    In a few ALV reports, we have WBS Element column showed in ALV list and WBS Element defined as type BSEG-PROJK, which has conversion routine ABPSP.
    When WBS Element is used for ALV list Filter, in Selection screen, error message "WBS element 0000000000000000 does not exist" is pop up as we hit Enter key or click on u201CSelection optionsu201D button with no value entered in Input fields.
    We get same error even after we enter an existing WBS Element in Low selection input field and hit Enter key.
    Itu2019s ok if we enter existing WBS Element value in both Low and High selection input fields.
    We know we have workaround by entering both Low and High input field, and we can fix ALV reports by using character based WBS Element, such as PRPS-POSKI.
    BUT, as users told me, they donu2019t have this problem before and it just happened. We checked the recent Transports and couldnu2019t see anything relevant.
    Could any of you let me know if you have any clue or if thereu2019s any other way to fix it besides changing report by report.
    Thank you.
    SL

  • Command-clicking a layer does not select it in the Layer panel

    In earler version of PS, command clicking a layer in the artboard would select the layer in the layer pallet so it could be manipulated. This does not seem to be the case in CS6 (I'm getting the highest level group selected)

    Command key brings up the move tool. And you have different settings for auto-select in CS6 than in your previous version.
    Go check the settings for the move tool.

  • Getting 'variable not in select list' error after extending VO

    Hi,
    My page is based on two VO. one VO has all transient attribute(LearnerSearchCritVO) and used to capture Search Criteria, The other VO is used for query(LearnerSearchVO).
    I have exteneded LearnerSearchCritVO to add 4 new additional Transient attributes
    and LearnerSerachVO and its IMPL class to add additional where clause.
    After substitution and personalization when I am querying through page I am getting the following error -
    ## Detail 0 ##
    java.sql.SQLException: ORA-01007: variable not in select list
    The query is working fine at backend and the same thing was working fine before instance is refreshed.
    I am not able to find why this error is coming.
    please help me out to sort this issue.

    Hi All
    Sorry to bring this one up again, but I've had a bit of a look around and done as much as I can based on the information given in this and other threads on the subject.
    I'm getting the java.sql.SQLException: ORA-01007: variable not in select list error from my extended VO/substitution.
    The query is based on a view for easy editing after deployment, so could that have anything to do with it?
    Here's the query from the error message:
    oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: JBO-27122: SQL error during statement preparation. Statement:
    SELECT * FROM (SELECT
    SSH.FULL_NAME,
    SSH.ASSIGNMENT_NUMBER,
    SSH.JOB,
    SSH.GRADE,
    SSH.ANNUALIZED_SALARY,
    SSH.CURRENCY,
    SSH.CHANGE_DATE,
    SSH.SALARY_BASIS,
    SSH.PERSON_ID,
    SSH.ASSIGNMENT_ID,
    SSH.SUPERVISOR_ID,
    SSH.LAST_CHANGE_DATE,
    SSH.PAYROLL_NAME,
    SSH.NEXT_CHANGE_DATE,
    SSH.EMPLOYEE_NUMBER,
    SSH.CWK_NUMBER,
    SSH.PERSON_TYPE,
    SSH.EFFECTIVE_DATE,
    SSH.SUPERVISOR_ASSIGNMENT_ID,
    SSH.LEGISLATIONCODE,
    SSH.MANAGER_ENABLED
    FROM XX_SAL_SUP_HRCHY_VO_V SSH) QRSLT
    WHERE (((:1 = SUPERVISOR_ID)
    AND (:2 = EFFECTIVE_DATE)
    AND (:3 = SUPERVISOR_ASSIGNMENT_ID
    OR hr_general2.supervisor_assignments_in_use = 'FALSE')))
    ORDER BY FULL_NAME
    So... What's missing?
    Any help appreciated.
    CK

  • I upgraded to yosemite and iOS 8 in order to record with quicktime. But when I select Record a new movies I immediately get an Operation Could not be completed error.

    I upgraded to yosemite and iOS 8 in order to record with quicktime. But when I select Record a new movies I immediately get an Operation Could not be completed error. When I choose record audio or screenshots, I get a little further, but as soon as I select my ipad as the source I get the same error message.

    You don't need to be a developer for this to work. I get the same error. Just one more thing on the list that make me upset more and more with Apple. Things just don't work out of the box like they used to.
    This new feature was to be included with iOS 8 and Yosemite.

  • "Not enough storage is available to process this command" error in RDP login

    I agree with disabling SSL3 but the TLS ciphers are unaffected and may be causing you issues.

    Out of the blue I got the error message in the rdp connection like "server not found" The server is windows server 2012. It was also not working properly, Although the server hosting became right after half a day,before there was only the main domain was working, sub domains were not accessible. The problem is solved by removing the registry entries i.e TSL1.0, TSL1.1, TSL1.2, SSL3.0 both client and server, It was added before because of poodle vulnerability (mentioned in https://technet.microsoft.com/en-us/library/security/3009008.aspx) . Now when everything looks fine got another problem “Not enough storage is available to process this command” error in RDP login screen after i gave the credentials. When I got in to the server through kvm console of the softlayer, In the event log there were 3 repeated errors of SChannel with the...
    This topic first appeared in the Spiceworks Community

  • Can not select from SAPTOOLS.DB6PMCF

    We use third-party tool to monitor our SAP systems. We receive an error
    Can not select from SAPTOOLS.DB6PMCF
    when we monitor DB2 database.
    Function DB6PMCF is registered in SAPSID schema. Can I register it also in SAPTOOLS schema? What is a correct procedure for this?

    Hi Milan,
    I think you have to issue the following command for the affected user.
    db2 "grant execute on function saptools.db6pmcf to <user>"
    regards, Javier Rocha

  • SELECT command denied

    Hi guys,
    We have an issue about toplink. We have two enviroments, a developer enviroment glassfish 2.1, windows xp and java 1.6. Our application have toplink essentials, JPA and some entities mapped. In developer enviroment it all works done but in test enviroment we cant execute any query! And we cant understand why, we talk with our DBA and he got all grants to user but we have allways same problem:
    [#|2009-12-30T12:31:03.562-0300|WARNING|sun-appserver2.1|oracle.toplink.essentials.session.file:/opt/glassfish/domains/domain1/applications/j2ee-apps/kmonitor-EAR/KMonitor-ejb_jar/-KMonitor|_ThreadID=225;_ThreadName=p: thread-pool-1; w: 196;_RequestID=fda25a98-2c3a-43d0-ae4e-4a1c1cd3167f;|
    Local Exception Stack:
    Exception [TOPLINK-4002] (Oracle TopLink Essentials - 2.1 (Build b31g-fcs (10/19/2009))): oracle.toplink.essentials.exceptions.DatabaseException
    Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: SELECT command denied to user 'km_dsv'@'cassini' for table 'fontestatus'
    Error Code: 1142
    Call: SELECT id_fontestatus, criacao, usuario_criacao, nome, alteracao, codigo, usuario_alteracao, descricao FROM kmonitor.fontestatus WHERE (id_fontestatus = ?)
         bind => [1]
    Query: ReadObjectQuery(com.knowtec.suiteic.kmonitor.informacao.entity.Fontestatus)
    Its the first query and its executed from JPA... we use mysql database.
    Here persistence.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <persistence version="1.0" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd">
    <persistence-unit name="KMonitor" transaction-type="JTA">
    <jta-data-source>jdbc/kmonitor</jta-data-source>
    <exclude-unlisted-classes>false</exclude-unlisted-classes>
    <properties/>
    </persistence-unit>
    <persistence-unit name="KMonitor-standalone" transaction-type="RESOURCE_LOCAL">
    <non-jta-data-source>jdbc/kmonitor</non-jta-data-source>
    <exclude-unlisted-classes>false</exclude-unlisted-classes>
    <properties>
    </properties>
    </persistence-unit>
    </persistence>
    We use KMonitor in glassfish, stand-alone unit is not used and ignore it.
    Thanks!

    Hi I discovered problem. Top link doesnt have correct message for this problem!
    My entity had this annotation:
    @Entity
    @Table(name = "fontestatus", catalog = "databasename", schema = "")
    But catalog doesn´t exist in test enviroment, only development! solution is delete this:
    @Entity
    @Table(name = "fontestatus")

  • Adobe Creative Cloud CC Update is not being installed - error code 50

    Hi,
    I'm trying to update my Adobe Creative cloud client to the current version
    At exactly 50% the installation stops and the message "Creative cloud could not be updated, error code 50" appears.
    What can I do?

    The above solution should work ,
    However , if still face issue ,
    Try below steps  (Windows)
    1) Uninstall Adobe Creative Cloud  from Control panel.
    2)Open C:drive and navigate to C:\Program Files (x86)\Common Files\Adobe.
    Open Adobe folder and delete folders named Adobe Application Manager and OOBE.
    3)
    Navigate to C:\Program Files (x86)\Adobe.
    Open Adobe folder and if present delete Adobe Creative Cloud folder.
    4)
    Press Windows button (located between Ctrl and Alt buttons) along with R button together at a time , you will get a run command window.
    Type in below command and hit 'Enter' key.
    appdata
    Then navigate to Local>Adobe.
    Open Adobe folder and delete folders named AAMUpdater and OOBE.
    5)Run the Adobe Cleaner tool , if present remove Creative Cloud Desktop or Adobe Application manager.
    https://helpx.adobe.com/content/help/en/creative-suite/kb/cs5-cleaner-tool-installation-pr oblems/_jcr_content/main-pars/…
    6)
    Click on the below link and download Creative Cloud setup and then right click on it and select " Run as Administrator" .
    https://creative.adobe.com/products/creative-cloud

  • Using a VARCHAR2 in a SELECT command

    I'm trying to query for a given path in a hierarchy of products. However, I want to be able to have it return multiple values. So, I created a string in my function below that returns identifiers like "(34, 43, 54)" to be used in a SELECT IN. The function works fine, but the select command fails. How can I get the SELECT to work?
    CREATE TABLE PRODUCT (
      PRODID NUMBER,
      PARENTID NUMBER,
      CATID NUMBER,
      ALIAS VARCHAR2(128)
    CREATE OR REPLACE FUNCTION FIND_PRODS_BY_PATH
    (CAT_ID IN NUMBER, IN_PATH IN VARCHAR2) RETURN VARCHAR2 IS
      PROD_IDS VARCHAR2(1024);
    BEGIN
      PROD_IDS := '(';
      FOR PROD IN (SELECT PRODID, SYS_CONNECT_BY_PATH(ALIAS, '/') AS PATH FROM PRODUCT
        WHERE CATID=CAT_ID CONNECT BY PRIOR PRODID=PARENTID)
      LOOP
        IF REGEXP_LIKE(PROD.PATH, IN_PATH) THEN
          IF LENGTH(PROD_IDS) > 1 THEN
            PROD_IDS := PROD_IDS || ', ';
          END IF;
          PROD_IDS := PROD_IDS || PROD.PRODID;
        END IF;
      END LOOP;
      PROD_IDS := PROD_IDS || ')';
      RETURN PROD_IDS;
    END FIND_PRODS_BY_PATH;
    *** Doesn't like the varchar2 returned from the function ***
    SELECT * FROM PRODUCT WHERE PRODID IN FIND_PROD_BY_PATH(5, '/my/product/path/*');
    Error report:
    SQL Error: ORA-01722: invalid number
    *** Function works ***
    SELECT FIND_PROD_BY_PATH(5, '/my/product/path/*') FROM DUAL;
    FIND_PRODS_BY_PATH(5, '/my/product/path/*')                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
    (301152, 301202, 301252, 301302, 301403)

    Your function is effectively returning a single string, which is not automatically devived into individual tokens for using in the IN clause.
    How to circumvent this is best described here:
    http://www.oracle.com/technology/oramag/oracle/07-mar/o27asktom.html
    (search for "Varying IN Lists")

Maybe you are looking for

  • My website no longer works in Safari

    Recently, my website stopped working correctly in Safari (http://www.LauraZarrin.com). It still works fine in Firefox. It's not just on my computer, either. I reloaded the pages, even reworked or recreated & relinked them. Still no luck. I am at a lo

  • From where i can get the info about javazoom package

    From where i can get the info about javazoom package

  • How to list all the files in a FTP site?

    I am now using LV7.1 and trying to list all the files (with file name, file size and modified date) on both a local drive and a remote FTP site. I can manage to do on a local drive, but is it possible to list the files on a FTP site? Thanks, Cola

  • Unable to install Adobe Download Assistant due to the installer being mis-configured

    Download Assistant offers the upgrade from 1.0.6 to 1.2.5, so I "download now" but it won't install because "This application cannot be installed because this installer has been mis-configured. Please contact the application author for assistance." I

  • New Requirement Price List

    Dear Sap gurus, I posted yesterday the same queries, but i c the comment from sap gurus that my requirement is not very clear. My Requirement is to create a new pricing list type ( Field: PLTYP) FOR A particular sales organisation. Pls let me know th