Problems using "open items" command in ARD

Hi,
Having problems while using the "open items" command from ARD. The "Copy" function works well but when trying to open the file I get the message "Failed".
I suppose I am doing something wrong, any help is appreciated!

...  having problems ...
We don't know what problems you are having

Similar Messages

  • Permissions on /Applications folder after using copy items command in ARD

    Hello!
    I've used ARD to copy Applications on client machines. Copying works fine, but I've discovered permissions are wrong even I checked the Set item ownership to: Inherit from destination folder.
    For example I copied the Google's Adnroid SDK bundle to client machines:
    drwxr-x---   4 admin  admin    136 20 Mar 00:48 adt-bundle-mac-x86_64-20130219
    So, no others have no access at all to the folder. I tried to fix it using the Get Info in Finder, but now the application won't even launch on standard user privileges - this may be caused by Gatekeeper.
    How do I give the correct access rights?
    I assume using the Get Info on Applications folder to Apply to enclosed items is not a good idea?

    Hi Lisa!
    You must be very specific with your paths: users/teachers/sites does not equal /Users/teachers/sites does not equal /Users/teachers/Sites. Pay attention to capitalization and prefex your paths with a slash to specify the startup disk.
    If you must specify a path with a space in the name then escape characters won't be necessary. You can simply use _*/Applications/Folder with spaces in name*_.
    Hope this helps!
    bill

  • Using Sent Unix Command in ARD 3 with proxy authentication

    I'd like to use Unix commands to update Apple software through ARD thus allowing me to lock the computer screen before the process using the ARD command to do so, thus keeping the users from interfering with the process .
    Our network utilizes password protected firewall proxy that hangs ARD when using the softwareupdate command through ARD's "Send Unix Command..." at the point in which it would ask for authentication if using the same command in the terminal.
    Is there a Unix/terminal script or a series of script commands that could be modified to wait and enter the appropriate authentication at the previous mentioned prompt?
    I've researched this topic on this forum and discover a few post that states it is not possible but they are fairly old posts so I am hoping ARD 3 has some scripts or commands that can pass thru a username and password

    Welcome,
    I use the "System Events" handler, e.g.:
              tell application "System Events" to delay 5.5
              tell application "System Events" to keystroke "K"
              tell application "System Events" to delay 0.5
              tell application "System Events" to keystroke return
    Regards,
    Shawn

  • F-32 : Problem with Open Item selection

    Hi,
    We have a strange problem with open Item selection for customer clearing in t-code F-32
    In My QA system
    if I input spl GL indicator ="*" and uncheck Normal OI tick,
    the system selects all open items,
    (those with spl GL indicator and those without spl GL indicator)
    In My Dev system
    If I input spl GL indicator ="*" and uncheck Normal OI tick
    the system does not select any open items,
    Please let me know which setting controls this behaviour ?
    Regards
    Sachin

    Hello,
    Check your data in FBL5N for the option "Special GL Transactions". There could be that there is no data in the system with SPECIAL GL TRANSACTIONS.
    In F-32, there is no value like *
    You need to input right Special GL Indicator. "*" will not work here.
    I am sure in both the systems if you put "*" and UNTICK your normal transaction, you will NOT get any items to clear.
    Please DOUBLE CHECK whether you have unticked normal transaction.
    Regards,
    Ravi

  • How to use "Open Stream" command?

    How to use "Open Stream" command in the iTunes application.

    File > Open Stream > Enter a URL > Click OK > Listen. Obviously the URL needs be a valid media source like an mp3 file or a streaming radio station.
    tt2

  • Create an Excel File Using OPEN DATASET Command

    Hey, everyone.
    How can I create an Excel file by using OPEN DATASET command ??
    The file is created but the columns are no seperated like thay should.
    I need to seperate the internal table's fields with a comma - How can I do it ?
    Here's my code:
    OPEN DATASET filename1 FOR OUTPUT IN TEXT MODE.
    IF SY-SUBRC = 0.
       LOOP AT gt_vend_info into gwa_vend_info.
         TRANSFER gwa_vend_info TO filename1.
         IF SY-SUBRC <> 0.
           EXIT.
         ENDIF.
       ENDLOOP.
    ENDIF.
    Thanks in advance.

    Hi Beki,
    REPORT  ZTESTAA.
    TYPE-POOLS:TRUXS.
    DATA: BEGIN OF ITAB OCCURS 0,
          VBELN LIKE VBAP-VBELN,
          POSNR LIKE VBAP-POSNR,
          END OF ITAB.
    DATA:
    ITAB1 TYPE TRUXS_T_TEXT_DATA.
    SELECT  VBELN
            POSNR
         UP TO 10 ROWS
         FROM VBAP
         INTO TABLE ITAB.
    CALL FUNCTION 'SAP_CONVERT_TO_CSV_FORMAT'
      EXPORTING
        I_FIELD_SEPERATOR    = ';'
      TABLES
        I_TAB_SAP_DATA       = ITAB
      CHANGING
        I_TAB_CONVERTED_DATA = ITAB1
      EXCEPTIONS
        CONVERSION_FAILED    = 1
        OTHERS               = 2.
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO         WITH SY-MSGV1
    SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    OPEN DATASET filename1 FOR OUTPUT IN TEXT MODE.
    IF SY-SUBRC = 0.
    LOOP AT gt_vend_info into gwa_vend_info.
    TRANSFER gwa_vend_info TO filename1.
    IF SY-SUBRC <> 0.
    EXIT.
    ENDIF.
    ENDLOOP.
    ENDIF.
    the above code give CSV format file, all fields will be separated by ';'
    Regards
    vijay

  • LR V1.2 Having problems using the find Command

    Have just recently started using lightroom and so far managing most applications imported a series of photos and after import added keywords to them using the find function I cannot get images to appear. What seems to happen is that in the keyword tag and the folders any of the headings that contain the keyword become active the remainder show a zero no in number of images held in that folder but no images on screen
    can anyone assist me
    Peter

    thanks for the reply
    have switched of global filters, made sure that using the Find command have set keywords in "text box" and in the "rule box "contains". When I then enter a key word as soon as a type the first two or three letters
    a message appears on the screen no "No photos in the selected keyword Tag" Also when you look at the folders which have a series of numbers indicating the photos in the directory the first number in each set turns to 0 with the exception of the folder and sub folder were the images are
    So have not managed to make any progress
    Peter

  • Problems using 488.2 commands with Agilent 82357 interface

    Hi, I need to send a large file to an instrument in chunks using the 488.2 commands sendsetup and senddatabytes. When I try to use these commands I just get an error saying 'NI-488: Error connecting to driver or device'. The interface works fine using visa. I’ve tried the obvious in checking that the bus address is correct and I believe it to be.
    Anybody know what I may be doing wrong or if its possible to do it another way? I’m starting to wonder if its an issue with it being a non NI interface.
    Thanks

    Hi,
      We have done trade-ins in the past with 3rd party hardware, and this may be an easy solution for you since we do have a USB-GPIB interface available that does Standard and HS gpib (you didn't say if you were using the A or B variant of the Agilent 82357.
    http://sine.ni.com/nips/cds/view/p/lang/en/nid/201586
    I'd suggest contacting your local sales office (+44 1635 572400 for the UK) to find out if this is acheivable in your case, or to arrange a loan to see if that in fact fixes the issue and makes the option more practical.
    Thanks
    Sacha Emery
    National Instruments (UK)
    // it takes almost no time to rate an answer

  • Problem using Page items in trigger

    Hello all,
    I have a requirement in my application in which I need to use a page item in my trigger..
    My basic requiremtn is I have 2 forms to enter data..I need the name entered int he first form to be displayed in the second form, since am associating the data entered in the 2nd form to the name entered in the 1st form..
    In my 2nd form where I need this, am setting the Source of Server_Name to P105_DEVICE_NAME. But I need this info to enter the details to the table..So I ve created the folowwing trigger.
    create or replace TRIGGER "cts_apps_temp_insert"
    BEFORE INSERT ON CTS_APPS_TEMP
    FOR EACH ROW
    DECLARE
    vComputer_ID NUMBER;
    vTemp varchar(200);
    BEGIN
    vTemp := :P105_DEVICE_NAME;
    select computer_id into vComputer_ID from cts_hardware_info where computer_name = vtemp;
    INSERT INTO CTS_SERVER_APP_CUSTOMER(SERVER_ID,DEPT_APP_REL_ID,TECHNICAL_MANAGER,FUNCTIONAL,APPLICATION_COORDINATOR,MODIFYUSERID,DATEOFMODIFICATION)
    VALUES (vComputer_ID,:NEW.DEP_APP_REL_ID,:NEW.TECHNICAL_MANAGER,:NEW.FUCNTIONAL_MANAGER,:NEW.APPLICATION_COORDINATOR,v('APP_USER'),sysdate);
    END;
    But am getting an error executing this
    Compilation failed, line 5 (10:44:08) The line numbers associated with compilation errors are relative to the first BEGIN statement. This only affects the compilation of database triggers.
    PLS-00049: bad bind variable 'P105_DEVICE_NAME'
    Is there any other way to access the Page Items from the trigger?
    Thanks,
    Nehal

    Thanks Tyson. I have changed it but I still get the same error.
    For some reason, The value of P105_DEVICE_NAME is becoming null.
    I tried executing the following in SQL workshop.
    begin
    dbms_output.put_line('skdjaldjakdjalkdj');
    dbms_output.put_line(v('P105_DEVICE_NAME'));
    end;
    and got the following output
    skdjaldjakdjalkdj
    Statement processed.
    0.00 seconds
    It doesnt print anything for v('P105_DEVICE_NAME').
    Any idea why this is happening?
    Thanks,
    Nehal

  • Problem using open dataset

    Hi All,
      I am trying to upload flat file data into appl server.but it is uploading some unwanted characters at the end.The code and data is given below.plz let me know the solution.
    DATA : file type rlgrap-filename.
    data : begin of itab occurs 0,
             rec(500) type c,
           end of itab.
    file = '/lz01/fin/in/bop_Checkrecon1.txt'.
    clear : itab.
    refresh : itab.
    CALL FUNCTION 'GUI_UPLOAD'
      EXPORTING
        FILENAME                      = 'C:\bop3.txt'
       FILETYPE                      = 'ASC'
      HAS_FIELD_SEPARATOR           = ' '
       HEADER_LENGTH                 = 0
       READ_BY_LINE                  = 'X'
      DAT_MODE                      = ' '
      CODEPAGE                      = ' '
      IGNORE_CERR                   = ABAP_TRUE
      REPLACEMENT                   = '#'
      CHECK_BOM                     = ' '
      VIRUS_SCAN_PROFILE            =
    IMPORTING
      FILELENGTH                    =
      HEADER                        =
      TABLES
        DATA_TAB                      = itab
    EXCEPTIONS
       FILE_OPEN_ERROR               = 1
       FILE_READ_ERROR               = 2
       NO_BATCH                      = 3
       GUI_REFUSE_FILETRANSFER       = 4
       INVALID_TYPE                  = 5
       NO_AUTHORITY                  = 6
       UNKNOWN_ERROR                 = 7
       BAD_DATA_FORMAT               = 8
       HEADER_NOT_ALLOWED            = 9
       SEPARATOR_NOT_ALLOWED         = 10
       HEADER_TOO_LONG               = 11
       UNKNOWN_DP_ERROR              = 12
       ACCESS_DENIED                 = 13
       DP_OUT_OF_MEMORY              = 14
       DISK_FULL                     = 15
       DP_TIMEOUT                    = 16
       OTHERS                        = 17
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    open dataset file for input in text mode encoding default.
    clear itab.
    loop at itab.
       transfer itab-rec to file.
       clear itab.
    endloop.
    close dataset file.
    The exact structure and the data present in the flat file is as follows:
      078041953      0000000001000000052507       0000070000                   R   
      078041953      0000000003000000052507       0000199500                   R   
      078041953      0000000005000000052507       0000530000                   R   
      078041953      0000000007000000052507       0000005000                   R   
      078041953      0000000008000000052507       0000004000                   R   
      078041953      0001000000000000052507       0000058250                   R   
      029005582      0001000000000000052507       0000012300                   R   
      029005582      0001000001000000052507       0009438200                   R   
      030404975      0001000000000000052507       0000056700                   R   
      030404975      0001000001000000052507       0000004500                   R   
      314018577      0001000002000000052507       0000001500                   R   
      314018577      0001000003000000052507       0000435300                   R   
      314018577      0001000007000000052507       0000066600                   R   
    Thanks,
    Rakesh.

    Hello Rakesh
    If you display your flat file using an editor (like Notepad) then the file may look ok. However, there may be special characters at the end of every line that are not displayed.
    Use the following approach to analyze your flat file:
    (1) Start Microsoft Excel
    (2) Open your flat file from with Excel. Be careful to choose the right <b>Codepage</b> in the <i>Text Converter Assistent</i>. For example, located in Switzerland I would most like choose Codepage = Windows(ANSI) or  1250 Middle European (Windows)
    (3) Scroll to the end of lines and check if there are special characters
    Regards
      Uwe

  • Problem using/opening Aperture 3.0 Library in Aperture 3.5.1

    I have Aperture 3.0 Library that I opened in Aperture 3.5.1 and got this:
    I did all repairs and rebuilds, but noting works. I can't access any PS file that I have, and the exports from the library looks like this:
    Any suggestions how to save my images?
    Thank you!

    I accessed the raw files from the library , .psd and .nef, and tried to open, fail. I sent the files to a friend to try from his computer, fail again.
    Marie,
    to save the embedded jpegs from your RAW images, as Frank Caggiano recommended,  try the following in Aperture:
    Save the original RAW files to a separate folder.
    Set Aperture's Preference in the "Preferences > Import" panel to "Post Import Processing > Camera Previews".
    Set Aperture to show the Browser, and not the Viewer or Split view. That is important. The idea is to prevent Aperture from opening the image after importing.
    Now import your folder with the saved RAW files by dragging it onto the "Projects" in the Library panel.
    You should be seeing perfect thumbnails without any corruption. Drag the thumbnails from the Aperture window to a folder on your Desktop. This should give you high quality JPEGs.
    Your test image gave me a 4928x3264 high resolution JPEG.

  • ARD 3.2.2: Open Items doesn't work for share point application

    I am using open items to open a Mackiev Kidpix network document on an ARD client. It used to work but suddenly it just failed, where it seemed that the client was not able to find the application to open the document.
    Being a network version of KidPix, the application it self is located on a sharepoint instead of the application folder. I also tried to copy the KidPix to the application folder, but to no avail.
    Other documents from from other applications work without a hitch. So I am sure it is not the ARD. I also called Apple and the software vendor, neither can give a solution to the issue.
    If anybody can provide me with any help, I would really be grateful. At this point I do not know where to go about this.

    i'm sorry. I wanted to say 3.1.1.21 version.

  • Problem in accessing application server file using open dataset

    Hi All,
    I am trying to access application server file using open dataset command, its working fine for normal path which imention. But when i am giving path of XI server file, its not working. How to access XI server file using open dataset. Please let me know.
    Thanks in advance.
    Regards,
    Vishal

    Hi Vishal,
    You need to verify if the location where you are trying to save the file is in the same server of SAP. In case that the location is in other server you need to map that directy into the same server of SAP.
    You need to point always to a location in the same server of SAP, in order that the open dataset could work.
    Regards,
    Eric

  • Open Item List - Filter

    Dear Experts,
    We are facing a problem in Open Item List Report. When we execute the report and try to give the filter for customer name it is listing only customer starting with "A" eventhough we have open item for other customers also.
    How to solve this issue? How to list all the customer/vendor names in filter

    Hi,
    Here the content of the note:1012827
    Filter table function displays up to 499 values
    Symptom
    Using the filter table causes only 499 values to be displayed under the
    Value and Value To drop-down menus.
    Other terms
    Performance, limitation, 499, 500, values, filter, table, combo box.
    Reason and Prerequisites
    This behavior is to prevent a performance problem. A combo box that holds more than 499 values may cause poor performance. In addition, it is not convenient for the user.
    Solution
    This behavior conforms to the SAP Business One definition.
    As a workaround export the result to excel then apply filter.
    Hope this helpful

  • Provision for Amortisation  as open item management account??

    Hi Friends,
    related to previous question ..what about the Provisions accounts
    for ex Provision for amortisation ..Pro.Gratuty ..Prov.Leave salary.
    Provision for Interest Tax
    Provision for Staff Remuneration A/c
    Provision for Taxation
    Provision for Wealth Tax
    Deferred Tax Liability A/c.
    Provision for DIVIDEND PAYABLE
    Provision for DIVIDEND TAX PAYABLE
    Provision for Interim Dividend A/c
    Provision for Other Financial Liabilities
    Provision for Other Payables
    Provision for Proposed Dividend
    Provision for Tax (MAT)
    For all above accounts can we manage as OPEN ITEM managed accounts???
    pls clarify me
    regards,
    shashi.

    Hi,
    Provision is expenses account, means it's P&L. so it's not advisable to use open item management due to:
    Accounts that are managed on an open item basis:
    Clearing accounts:
    Bank clearing account
    Payroll clearing account
    Cash discount clearing account
    GR/IR clearing account
    Hope this will solve ur problem.
    TQ
    Regards,
    Nazrul

Maybe you are looking for

  • How to enter line item in delivery document?

    Dear All I am confused is there any standard in SAP SD that we can enter one line item directly in delivery document? I have a scenario for which i want to do this. I am using material type DIEN and item category TAX for freigh billing. We want to cr

  • Time capsule and Power book G4 10.4.11 help

    I have an old powerbook G4 running 10.4.11. I recently purchased a new time capsule. I am trying to figure out if it is possible to copy my old iphoto and itunes library to the time capsule. I tried plugging the time capsule into the computer via eth

  • User exit in Z program

    Hello all, I have copied a standard program to a Z program. The standard program as a user-exit, but in the Z program this user-exit won't work. Does anyone know what i have to do so it will work? Thanks in advance, Nuno Silva

  • My app purchases aren't going through.

    My app purchases aren't working

  • REPORTS LAYOUT

    Hi Experts, I have exported a sales order layout to PDF but the layout get saved in a DAT format. Any Help?