An Applescript error appending to list objects - I believe this is a bug?

Try this on your machine....
Step 1: Paste this script into your Script Editor and Save it to any file name you want to give it.
Step 2: Run the script and hit Command-S to save the script.
set xLimit to 8144
set aList to {}
repeat with I from 1 to xLimit
set end of aList to I
end repeat
This should work just fine.
Step 3: Now change the value of 8144 to 8145 and run the script
-- no problem either ... UNTIL you TRY TO SAVE THE FILE.
Control-S, File/Save and File/Save as ...don't work.
Script Editor says "The document xxxx.scpt could not be saved"
I also tried this on a different computer with the same result.
Both machines are up on the latest version of Leopard and I am running
on my Imac which is configured as follows:
Model Name: iMac
Model Identifier: iMac8,1
Processor Name: Intel Core 2 Duo
Processor Speed: 3.06 GHz
Number Of Processors: 1
Total Number Of Cores: 2
L2 Cache: 6 MB
Memory: 4 GB
Bus Speed: 1.07 GHz
Boot ROM Version: IM81.00C1.B00
SMC Version: 1.30f1
Now I also tried this with Script Debugger 4.5.2 (Latest release)
Here the error on saving is more precise:
" Cannot Save Document
Signaled when the runtime stack overflows
(errOSAStackOverflow:-2706)"
The error is in CocoaSpeak but a Stack Overflow is potentially dangerous to
execution stability. I dont feel comfortable with just trying to ignore this.
Page 233 (appendix B) of the Applescript language guide is not more descriptive
than the above.
Anybody else know about this? Am I doing something wrong in trying
to append to an existing list? I've tried other variations before posting
this note. Some of them are:
1) Initializing aList with 1 or 2 elements first -- same result but xLimit
has to be set to 8146 (for 1 element) or 8147 for (2 elements) to fail.
2) Using a reference to aList such as
set refaList to a reference to aList
No luck here either --- Same result.
3) Putting ()'s around aList or using my I or my alist constructs
all yield the same result.
4) Just for completeness I tried the following dreadfully slow technique
inside of the loop.... ah yes, you can go above 8150 but somewhere on or
before 8190 it results the same as all the other ways.
set aList to aList & {I}
Even the sledgehammer failed.
You will not notice this error if you make a change to the script and then save it.
It will only be obvious if you run the script and try saving immediately
afterward -- without making any changes.
Ken Higgins

Hi Red...
Good call.
I tried this script. When I commented out "bb" it showed the error as
as I indicated. However, when I UNCOMMENTED the bb line, as suggested, it worked.
I also tried this inline (outside of a handler) and replicated the same result.
So the idea is -- we have to make sure that we close out these
lists prior to terminating the script. That's not great but its a valid workaround.
thanks so much.
Ken Higgins
set bb to myHandler()
set bb to {} <------
on myHandler()
local aList
set xLimit to 9000
set aList to {}
repeat with I from 1 to xLimit
set end of aList to I
end repeat
return aList
end myHandler

Similar Messages

  • Crazy Metadata Errors Hope system is secure?  Is this a install bug or what

    Jan  3 20:02:01 localhost Install OS X Mavericks[376]: @(#)PROGRAM:Install  PROJECT:Install-846
    Jan  3 20:02:01 localhost Install OS X Mavericks[376]: @(#)PROGRAM:IA  PROJECT:InstallAssistant-469.5
    Jan  3 20:02:01 localhost Install OS X Mavericks[376]: Hardware: MacBookPro8,1 @ 2.30 GHz (x 4), 4096 MB RAM
    Jan  3 20:02:01 localhost Install OS X Mavericks[376]: Running OS Build: Mac OS X 10.9.1 (13B42)
    Jan  3 20:02:01 localhost Install OS X Mavericks[376]: Env: DYLD_NO_FIX_PREBINDING=1
    Jan  3 20:02:01 localhost Install OS X Mavericks[376]: Env: __CF_USER_TEXT_ENCODING=0x0:0:0
    Jan  3 20:02:01 localhost Install OS X Mavericks[376]: Env: PATH=/usr/bin:/bin:/usr/sbin:/sbin
    Jan  3 20:02:01 localhost Install OS X Mavericks[376]: Env: PWD=/
    Jan  3 20:02:01 localhost Install OS X Mavericks[376]: Env: SHLVL=1
    Jan  3 20:02:01 localhost Install OS X Mavericks[376]: Env: __OSINSTALL_ENVIRONMENT=1
    Jan  3 20:02:01 localhost Install OS X Mavericks[376]: Env: CI_DEFAULT_OPENCL_USAGE=0
    Jan  3 20:02:01 localhost Install OS X Mavericks[376]: Env: OS_INSTALL=1
    Jan  3 20:02:01 localhost Install OS X Mavericks[376]: Env: _=/System/Library/CoreServices/Language Chooser.app/Contents/MacOS/Language Chooser
    Jan  3 20:02:01 localhost Install OS X Mavericks[376]: Env: __CHECKFIX1436934=1
    Jan  3 20:02:03 localhost Install OS X Mavericks[376]: OSInstallChunkedDownload loaded...
    Jan  3 20:02:03 localhost Install OS X Mavericks[376]: OSInstallChunkedDownload loaded...
    Jan  3 20:02:04 localhost OSIESpringboard[373]: LSExceptions [0x7ffc58429910] unloaded
    Jan  3 20:02:05 localhost Install OS X Mavericks[376]: Checking Software Update catalog URL https://swscan.apple.com/content/catalogs/others/index-10.9-mountainlion-lion-sn owleopard-leopard.merged-1.sucatalog
    Jan  3 20:02:05 localhost Install OS X Mavericks[376]: Can not connect to /var/run/systemkeychaincheck.socket: No such file or directory
    Jan  3 20:02:06 localhost Install OS X Mavericks[376]: Could not add SWU product
    Jan  3 20:02:13 localhost Install OS X Mavericks[376]: LSExceptions [0x7ffdb3c07e40] unloaded
    Jan  3 20:02:14 localhost Unknown[357]: 2014-01-03 20:02:14.017 Install OS X Mavericks[376:1003] Couldn't find app store version, falling back to hardcoded
    Jan  3 20:02:15 localhost Unknown[357]: 2014-01-03 20:02:15.638 Install OS X Mavericks[376:870f] ERROR: number of bytes written -1 was less than the requested amount 928542.
    Jan  3 20:02:15 localhost Unknown[357]: 2014-01-03 20:02:15.639 Install OS X Mavericks[376:870f] ERROR: failed to write cached response to /var/root/Library/Caches/com.apple.InstallAssistant.Mavericks. Falling back to old persistent store mechanism.
    Jan  3 20:02:15 localhost Install OS X Mavericks[376]: Using product <IAPisaSource: 0x7ffdb3d8c370> at distance 25
    Jan  3 20:02:15 localhost Install OS X Mavericks[376]: Using product <OSInstallESDProduct> based on distribution at /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/OSInstall_AppStore.mpkg at distance 5
    Jan  3 20:02:15 localhost Install OS X Mavericks[376]: JS: installCheckScript threw exception TypeError: 'null' is not an object (evaluating 'my.target.systemVersion')
    Jan  3 20:02:15 localhost Install OS X Mavericks[376]: No available package ref for compatibility update. Ignoring.
    Jan  3 20:02:33 localhost Unknown[357]: 2014-01-03 20:02:33.698 Install OS X Mavericks[376:d46f] NSPersistentUIManager was unable to writev to persistent state file: 28 (No space left on device)
    Jan  3 20:02:33 localhost Unknown[357]: 2014-01-03 20:02:33.701 Install OS X Mavericks[376:d46f] -[NSPersistentUIWindowSnapshotter writeWindowSnapshot:length:width:height:bytesPerRow:toFile:inDirectory:encrypti ngWithKey:uuid:checksum:isUserWaitingImpatientlyForThisThingToFinish:]: 0 == ftruncate(fd, finalFileSize) failed on line 759: No space left on device
    Jan  3 20:02:33 localhost Unknown[357]: 2014-01-03 20:02:33.701 Install OS X Mavericks[376:d46f] -[NSPersistentUIWindowSnapshotter writeWindowSnapshot:length:width:height:bytesPerRow:toFile:inDirectory:encrypti ngWithKey:uuid:checksum:isUserWaitingImpatientlyForThisThingToFinish:]: 0 == ftruncate(fd, fileLength) failed on line 830: No space left on device
    Jan  3 20:02:59 localhost Install OS X Mavericks[376]: Created IATool object:b3e59c50
    Jan  3 20:03:00 localhost Install OS X Mavericks[376]: No available package ref for compatibility update. Ignoring.
    Jan  3 20:03:00 localhost Install OS X Mavericks[376]: Preventing machine sleep.
    Jan  3 20:03:00 localhost Install OS X Mavericks[376]: Using product IA_PKSecureNetEnabledProduct <file:///Volumes/Maxox/OS%20X%20Install%20Data/> at distance 5
    Jan  3 20:03:00 localhost Install OS X Mavericks[376]: Using mutable product path: /Volumes/Maxox/OS X Install Data
    Jan  3 20:03:00 localhost Install OS X Mavericks[376]: No available package ref for compatibility update. Ignoring.
    Jan  3 20:03:00 localhost Install OS X Mavericks[376]: No available package ref for compatibility update. Ignoring.
    Jan  3 20:03:00 localhost Install OS X Mavericks[376]: No available package ref for compatibility update. Ignoring.
    Jan  3 20:03:00 localhost Install OS X Mavericks[376]: Retrieving 1 packages (5.290 GB)
    Jan  3 20:03:27 localhost Unknown[357]: 2014-01-03 20:03 Install OS X Mavericks[376] (CarbonCore.framework) FSEventStreamStart: ERROR: FSEvents_connect() => Unknown service name (1102)
    Jan  3 20:03:27 localhost Install OS X Mavericks[376]: Connection to sharingd became invalid
    Jan  3 20:03:27 localhost Install OS X Mavericks[376]: Connection to sharingd became invalid
    Jan  3 20:03:27 localhost Unknown[357]: 2014-01-03 20:03:27.880 Install OS X Mavericks[376:2003] Metadata.framework [Error]: couldn't get the client port
    Jan  3 20:03:28 localhost Install OS X Mavericks[376]: Folder Manager is being asked to create a folder (docs) while running as uid 0
    Jan  3 20:03:30 localhost Install OS X Mavericks[376]: CoreServices logging is enabled,
    Jan  3 20:03:30 localhost Install OS X Mavericks[376]: SFL Favorites initialized.
    Jan  3 20:03:36 localhost Unknown[357]: 2014-01-03 20:03:36.032 Install OS X Mavericks[376:303] Metadata.framework [Error]: MDPlistContainerRef _MDCopyCompleteFlatSchema(int): couldn't fetch complete schema from server ((ipc/send) invalid destination port)
    Jan  3 20:04:11 localhost Install OS X Mavericks[376]: Sending Installer Log to Apple...
    Jan  3 20:04:11 localhost Install OS X Mavericks[376]: User Contact: [email protected]
    Jan  3 20:04:11 localhost Install OS X Mavericks[376]: User Comment:
    Jan  3 20:04:11 localhost Install OS X Mavericks[376]: Unable to submit Crash Reporter log in OS Install environment!
    Jan  3 20:04:11 localhost Install OS X Mavericks[376]: Sent Installer Log to Apple.
    Jan  3 20:06:15 localhost Unknown[357]: 2014-01-03 20:06 Install OS X Mavericks[376] (CarbonCore.framework) FSEventStreamStart: ERROR: FSEvents_connect() => Unknown service name (1102)
    Jan  3 20:06:15 localhost Install OS X Mavericks[376]: Connection to sharingd became invalid
    Jan  3 20:06:15 localhost Install OS X Mavericks[376]: Connection to sharingd became invalid
    Jan  3 20:06:15 localhost Unknown[357]: 2014-01-03 20:06:15.416 Install OS X Mavericks[376:fdcf] Metadata.framework [Error]: couldn't get the client port
    Jan  3 20:06:15 localhost Install OS X Mavericks[376]: Folder Manager is being asked to create a folder (docs) while running as uid 0
    Jan  3 20:08:01 localhost Unknown[357]: 2014-01-03 20:08 Install OS X Mavericks[376] (CarbonCore.framework) FSEventStreamStart: ERROR: FSEvents_connect() => Unknown service name (1102)
    Jan  3 20:08:01 localhost Install OS X Mavericks[376]: Connection to sharingd became invalid
    Jan  3 20:08:01 localhost Install OS X Mavericks[376]: Connection to sharingd became invalid
    Jan  3 20:08:01 localhost Unknown[357]: 2014-01-03 20:08:01.987 Install OS X Mavericks[376:e327] Metadata.framework [Error]: couldn't get the client port
    Jan  3 20:08:01 localhost Install OS X Mavericks[376]: Folder Manager is being asked to create a folder (docs) while running as uid 0
    Jan  3 20:10:21 localhost configd[113]: FIXME: IOUnserialize has detected a string that is not valid UTF-8, "µàÎ∑".
    Jan  3 20:10:22 localhost OSIESpringboard[373]: FIXME: IOUnserialize has detected a string that is not valid UTF-8, "µàÎ∑".
    Jan  3 20:10:22 localhost OSIESpringboard[373]: FIXME: IOUnserialize has detected a string that is not valid UTF-8, "µàÎ∑".
    Jan  3 20:10:22 localhost OSIESpringboard[373]: FIXME: IOUnserialize has detected a string that is not valid UTF-8, "µàÎ∑".
    Jan  3 20:10:28 localhost configd[113]: FIXME: IOUnserialize has detected a string that is not valid UTF-8, "µàÎ∑".
    Jan  3 20:10:49 localhost Unknown[357]: 2014-01-03 20:10 Install OS X Mavericks[376] (CarbonCore.framework) FSEventStreamStart: ERROR: FSEvents_connect() => Unknown service name (1102)
    Jan  3 20:10:49 localhost Install OS X Mavericks[376]: Connection to sharingd became invalid
    Jan  3 20:10:49 localhost Install OS X Mavericks[376]: Connection to sharingd became invalid
    Jan  3 20:10:49 localhost Unknown[357]: 2014-01-03 20:10:49.177 Install OS X Mavericks[376:8aeb] Metadata.framework [Error]: couldn't get the client port
    Jan  3 20:10:49 localhost Install OS X Mavericks[376]: Folder Manager is being asked to create a folder (docs) while running as uid 0
    Jan  3 20:26:02 localhost Unknown[357]: 2014-01-03 20:26 Install OS X Mavericks[376] (CarbonCore.framework) FSEventStreamStart: ERROR: FSEvents_connect() => Unknown service name (1102)
    Jan  3 20:26:02 localhost Install OS X Mavericks[376]: Connection to sharingd became invalid
    Jan  3 20:26:02 localhost Install OS X Mavericks[376]: Connection to sharingd became invalid
    Jan  3 20:26:02 localhost Unknown[357]: 2014-01-03 20:26:02.760 Install OS X Mavericks[376:8aeb] Metadata.framework [Error]: couldn't get the client port
    Jan  3 20:26:02 localhost Install OS X Mavericks[376]: Folder Manager is being asked to create a folder (docs) while running as uid 0
    Jan  3 20:48:47 localhost Unknown[357]: 2014-01-03 20:48 Install OS X Mavericks[376] (CarbonCore.framework) FSEventStreamStart: ERROR: FSEvents_connect() => Unknown service name (1102)
    Jan  3 20:48:47 localhost Install OS X Mavericks[376]: Connection to sharingd became invalid
    Jan  3 20:48:47 localhost Install OS X Mavericks[376]: Connection to sharingd became invalid
    Jan  3 20:48:47 localhost Unknown[357]: 2014-01-03 20:48:47.833 Install OS X Mavericks[376:f377] Metadata.framework [Error]: couldn't get the client port
    Jan  3 20:48:47 localhost Install OS X Mavericks[376]: Folder Manager is being asked to create a folder (docs) while running as uid 0
    Jan  3 20:50:34 localhost Install OS X Mavericks[376]: Sending Installer Log to Apple...
    Jan  3 20:50:34 localhost Install OS X Mavericks[376]: User Contact: [email protected]
    Jan  3 20:50:34 localhost Install OS X Mavericks[376]: User Comment: apple ID
    Jan  3 20:50:34 localhost Install OS X Mavericks[376]: User Comment: installer log
    Jan  3 20:50:34 localhost Install OS X Mavericks[376]: Unable to submit Crash Reporter log in OS Install environment!
    Jan  3 20:50:34 localhost Install OS X Mavericks[376]: Sent Installer Log to Apple.
    Jan  3 21:03:48 localhost storeagent[377]: SUAppStoreUpdateController: XPC error in __77-[SUAppStoreUpdateController _queryForAvailableUpdatesWithCompletionHandler:]_block_invoke (Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection was invalidated from the other process or the connection name was invalid.) UserInfo=0x7f97d2c611d0 {NSDebugDescription=The connection was invalidated from the other process or the connection name was invalid.})
    Jan  3 21:03:48 localhost storeagent[377]: SUAppStoreUpdateController: Service connection invalidated!
    Jan  3 21:03:48 localhost Install OS X Mavericks[376]: IAPisaDownload: finished
    Jan  3 21:03:48 localhost Install OS X Mavericks[376]: Moved download assets into mutable product... /Volumes/Maxox/OS X Install Data/mzps4946682012419507071.pkg => /Volumes/Maxox/OS X Install Data/InstallESD.dmg.partial
    Jan  3 21:03:53 localhost Unknown[357]: 2014-01-03 21:03 Install OS X Mavericks[376] (CarbonCore.framework) FSEventStreamStart: ERROR: FSEvents_connect() => Unknown service name (1102)
    Jan  3 21:03:53 localhost Install OS X Mavericks[376]: Connection to sharingd became invalid
    Jan  3 21:03:53 localhost Install OS X Mavericks[376]: Connection to sharingd became invalid
    Jan  3 21:03:53 localhost Unknown[357]: 2014-01-03 21:03:53.525 Install OS X Mavericks[376:10e7f] Metadata.framework [Error]: couldn't get the client port
    Jan  3 21:03:53 localhost Install OS X Mavericks[376]: Folder Manager is being asked to create a folder (docs) while running as uid 0

    No gcc bug; it's a bug in your program.  From what I can tell, the char array `C' is designed to hold a string like "01:15:48" which is 8 characters.  Hence, it needs to be declared as `char C[9]' to have room for the terminating \0.  `char C[8]' causes sscanf to smash your stack, as it writes the \0 byte somewhere else.  Making that change fixed the program on my computer.  Too bad valgrind can't detect that sort of error.

  • Error: Number range  for object RESB does not exist

    Hi
    I'm trying to convert a planned order (to purch requisition) partially via trxn code MD04. Upon saving I get the above error msg. The complete text of msg is as  follows. I've maitained the number ranges of all the objects specified in this error msg. Can somebody explain on how to overcome this problem?
    Many thanks
    BE
    Error Msg Text:
    Number range  for object RESB does not exist
         Message no. 61501
    Diagnosis
         The system cannot create a document for an MRP element if no number
         range or interval has been maintained in Customizing of MRP or if t
         number range you have maintained is not allowed.
         Below is a list of MRP elements that are affected:
         Number range object  MRP element
         PLAF                 planned order (operative oder simulative)
         EBAN                 purchase requisition
         RESB                 dependent requirements
         MDSM                 simulative dependent reqmts (long-term plannin
         MDTB                 MRP list
    Procedure
         Check the number ranges in Customizing. If you do not have the necessa
         authorization, please get in touch with your systems administration.

    Hi
    Thanks for the reply. But I have maintained the number ranges for matl. reservations/dependant requirements at OMI2. Here is the screen shot..Do find anything wrong with it? Pl advice.
    NR Object                             MRES/DREQ
    No.                          From Number            To Number          Curr Number          Ext
    01                           0000000001               8999999999           380                    blank
    02                           9000000000               9500000000           blank                  checked
    RB                          9500000001               9999999999           blank                  checked
    Number ranges for the plants are assigned to 01 (0000000001 to 8999999999).
    thanks
    BE
    Edited by: Brian Elfie on Jan 10, 2008 11:27 AM

  • Trying to batch print to postscript and getting AppleScript Error!

    Here is the script as copied from Script Editor:
    -- make a variable for the print settings to use:
    set thPrintSettings to "Publishers PDF standard"
    global thPrintSettings
    -- initially, we'll allow for picking destinations at script start
    set targetFolder to choose folder with prompt "Location for PDF files..."
    global targetFolder
    set varBasename to "CTB"
    tell application "Adobe InDesign CS3"
    -- Environment test: We want 1 book, no documents open:
    try
    get document 1
    display dialog "Please run this script without any documents open (except one Book)" buttons "OK" default button 1
    return
    on error
    -- we must be good to go, no documents open
    end try
    try
    set thBook to book 1
    on error
    display dialog "Please open an InDesign Book to use this script" buttons "OK" default button 1
    end try
    if modified of thBook then
    display dialog "This Book has been modified. Do you want to continue running the script?" buttons {"Cancel", "Yes"} default button 1
    end if
    tell thBook
    set countOfThBook to (count of book contents)
    set thContentsList to (full name of book contents) as list
    end tell
    -- return {countOfThBook, thContentsList}
    set user interaction level of script preferences to never interact -- avoid any dialogs (for printing or saving)
    set n to 0
    repeat with j from 1 to countOfThBook -- loop through book's documents
    set thDoc to item j of thContentsList
    open thDoc
    tell active document
    repeat with c from 1 to (count of every ink)
    tell ink c
    set convert to process to true
    end tell
    end repeat
    set myName to varBasename
    repeat with i from 1 to count of pages -- loop through book's pages
    set y to name of page i
    set n to n + 1
    tell print preferences
    set page range to y --page range sets which page(s) to print
    set active printer preset to thPrintSettings
    set print file to alias ("" & targetFolder & myName & "_" & n & ".ps")
    end tell
    print --without print dialog
    end repeat
    close saving no
    end tell
    end repeat
    end tell
    Every time I try to run it I get the following error:
    AppleScript Error
    Adobe InDesign CS3 got an error: Invalid parameter.
    Help!!!

    On 2/12/08 1:52 AM, "Jaime C. Starkey" <[email protected]> wrote:<br /><br />> I replaced the "set active printer preset" line to "set thPrintSettings to<br />> printer preset "CTB"<br /><br />No -- you should leave the "set active printer preset to thPrintSettings"<br />line as it was. The line you need to change is "set thPrintSettings to<br />"Publishers PDF standard"" -- that's where you need to insert "printer<br />preset".<br /><br />-- <br />Shane Stanley <[email protected]><br />AppleScript Pro Florida, April 2009 <a href=http://scriptingmatters.com/aspro>

  • Call Transaction from Excel VBA macro and download ALV list object results

    I have a situation that must be very common u2013 but I canu2019t find any clear information on how to get it done! 
    We frequently run SAP transactions, download the results (orders or inventory) into Excel, do some calculations and create a spreadsheet report. 
    I would like to automate this process using Excel VBA so that a macro will perform these steps:
    1. Run our custom SAP report "YSD033" that summarizes orders using the previous day as the [From Date] parameter.  (The user already has an active ECC 6 R3 session running.)   If possible, can the TC be run using a specific variant "G111BIZ" ?
    2. Download the list object that appears in an ALV grid as a table to an empty spreadsheet in the active workbook (export XXL list object)
    3. Save the resulting workbook and close Excel.
    Should the solution use u201Ccall transactionu201D or a GuiXT script?
    Any help would be much appreciated, and some sample VBA code would be great!
    Thanks.
    Glenn

    Good suggestion, but
    I get "permission denied" for   SapGuiAuto.GetScriptingEngine
    I also tried the method below, but received this RFC error message:
    User PPPPPPP  has no RFC authorization for function group SYST.
    Sub LoginCheck()
    If login = False Then
        ' Setting the necessary variables for R/3 connection
        Set objBAPICortrol = CreateObject("SAP.Functions")
        Set objConnection = objBAPICortrol.Connection
        ' Establish a connection
    If objConnection.Logon(0, False) Then
        login = True
        MsgBox "Connection Established"
        CommandButton1.Caption = "Disconnect"
    End If
    Else
        CommandButton1.Caption = "Connect 2 SAP"
        login = False
        objConnection.Logoff
        Set objConnection = Nothing
        Set objBAPICortrol = Nothing
    End If
    End Sub
    I was told that these kinds of authority open up too big of a window that can't be monitored adequately...
    I'm considering an approach like what is below if I can't convince security to grant me permissions...
        Application.Wait Now + TimeValue("00:00:01")
        SendKeys EnterKey, False
    Since blocked RFC security settings are preventing the solution from being installed, I am markgin this question as answered. 
    I will post different questions about 1. how to convince the security team that it will be safe to allow the use of RFC calls, and /or 2. how use some windows-level scripting code to run the SAP jobs.
    Thanks.
    Edited by: GlennWebster on Mar 1, 2010 4:34 PM

  • Libmtp error: could not send object info

    I have an HTC One m8, and a laptop running Arch Linux. I installed gvfs-mtp, and my computer detects my phone and the files inside of it. I use the GNOME desktop environment, and it's default file manager.
    If I try to transfer files to my phone, I get an error reading:
    There was an error copying the file into mtp://[usb:003,005]/SD%20card.
    "libmtp error: could not send object info".
    I am not sure how to fix this. i tried reinstalling libmtp and gvfs to no avail.
    I want to be able to connect my phone to my computer, and transfer files through my file manager. Any help would be appreciated..
    Here's some output that may be relevant:
    [saadnajmi@archlaptop ~]$ adb devices
    * daemon not running. starting it now on port 5037 *
    * daemon started successfully *
    List of devices attached
    FA456WM01083 device
    [saadnajmi@archlaptop ~]$ mtp-detect
    Unable to open ~/.mtpz-data for reading, MTPZ disabled.
    libmtp version: 1.1.8
    Listing raw device(s)
    Device 0 (VID=0bb4 and PID=0f63) is a HTC HTC One (MTP+ADB).
    Found 1 device(s):
    HTC: HTC One (MTP+ADB) (0bb4:0f63) @ bus 3, dev 5
    Attempting to connect device(s)
    ignoring libusb_claim_interface() = -6PTP_ERROR_IO: failed to open session, trying again after resetting USB interface
    LIBMTP libusb: Attempt to reset device
    Android device detected, assigning default bug flags
    USB low-level info:
    bcdUSB: 528
    bDeviceClass: 0
    bDeviceSubClass: 0
    bDeviceProtocol: 0
    idVendor: 0bb4
    idProduct: 0f63
    IN endpoint maxpacket: 512 bytes
    OUT endpoint maxpacket: 512 bytes
    Raw device info:
    Bus location: 3
    Device number: 5
    Device entry info:
    Vendor: HTC
    Vendor id: 0x0bb4
    Product: HTC One (MTP+ADB)
    Vendor id: 0x0f63
    Device flags: 0x18008106
    Configuration 0, interface 0, altsetting 0:
    Interface description contains the string "MTP"
    Device recognized as MTP, no further probing.
    Device info:
    Manufacturer: HTC
    Model: HTC One_M8
    Device version: 1.58.502.1
    Serial number: FA456WM01083
    Vendor extension ID: 0x00000006
    Vendor extension description: microsoft.com: 1.0; android.com: 1.0;
    Detected object size: 64 bits
    Extensions:
    microsoft.com: 1.0
    android.com: 1.0
    Supported operations:
    1001: get device info
    1002: Open session
    1003: Close session
    1004: Get storage IDs
    1005: Get storage info
    1006: Get number of objects
    1007: Get object handles
    1008: Get object info
    1009: Get object
    100a: Get thumbnail
    100b: Delete object
    100c: Send object info
    100d: Send object
    1014: Get device property description
    1015: Get device property value
    1016: Set device property value
    1017: Reset device property value
    101b: Get partial object
    9801: Get object properties supported
    9802: Get object property description
    9803: Get object property value
    9804: Set object property value
    9805: Get object property list
    9811: Set object references
    95c1: Get Partial Object (64bit Offset)
    95c2: Send Partial Object
    95c3: Truncate Object
    95c4: Begin Edit Object
    95c5: End Edit Object
    96f0: Unknown (96f0)
    Events supported:
    0x4002
    0x4003
    0x4004
    0x4005
    Device Properties Supported:
    0xd401: Synchronization Partner
    0xd402: Friendly Device Name
    0x5003: Image Size
    Playable File (Object) Types and Object Properties Supported:
    3000: Undefined Type
    dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc04: Object Size UINT64 data type READ ONLY
    dc07: Object File Name STRING data type GET/SET
    dc09: Date Modified STRING data type DATETIME FORM READ ONLY
    dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
    dc44: Name STRING data type READ ONLY
    dc4e: Date Added STRING data type DATETIME FORM READ ONLY
    3001: Association/Directory
    dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc04: Object Size UINT64 data type READ ONLY
    dc07: Object File Name STRING data type GET/SET
    dc09: Date Modified STRING data type DATETIME FORM READ ONLY
    dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
    dc44: Name STRING data type READ ONLY
    dc4e: Date Added STRING data type DATETIME FORM READ ONLY
    3004: Text
    dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc04: Object Size UINT64 data type READ ONLY
    dc07: Object File Name STRING data type GET/SET
    dc09: Date Modified STRING data type DATETIME FORM READ ONLY
    dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
    dc44: Name STRING data type READ ONLY
    dc4e: Date Added STRING data type DATETIME FORM READ ONLY
    3005: HTML
    dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc04: Object Size UINT64 data type READ ONLY
    dc07: Object File Name STRING data type GET/SET
    dc09: Date Modified STRING data type DATETIME FORM READ ONLY
    dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
    dc44: Name STRING data type READ ONLY
    dc4e: Date Added STRING data type DATETIME FORM READ ONLY
    3008: MS Wave
    dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc04: Object Size UINT64 data type READ ONLY
    dc07: Object File Name STRING data type GET/SET
    dc09: Date Modified STRING data type DATETIME FORM READ ONLY
    dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
    dc44: Name STRING data type READ ONLY
    dce0: Display Name STRING data type READ ONLY
    dc4e: Date Added STRING data type DATETIME FORM READ ONLY
    dc46: Artist STRING data type READ ONLY
    dc9a: Album Name STRING data type READ ONLY
    dc9b: Album Artist STRING data type READ ONLY
    dc8b: Track UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc99: Original Release Date STRING data type DATETIME FORM READ ONLY
    dc89: Duration UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc8c: Genre STRING data type READ ONLY
    dc96: Composer STRING data type READ ONLY
    de93: Sample Rate UINT32 data type range: MIN 0, MAX 48000, STEP 50 GET/SET
    de94: Number Of Channels UINT16 data type ANY 16BIT VALUE form READ ONLY
    de99: Audio WAVE Codec UINT32 data type enumeration: 0, 1, 2, 3, 8, 9, 11, 49, 50, 80, 85, 352, 353, 354, 355, 356, 41222, GET/SET
    de9a: Audio Bit Rate UINT32 data type range: MIN 0, MAX 384000, STEP 1 GET/SET
    3009: MP3
    dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc04: Object Size UINT64 data type READ ONLY
    dc07: Object File Name STRING data type GET/SET
    dc09: Date Modified STRING data type DATETIME FORM READ ONLY
    dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
    dc44: Name STRING data type READ ONLY
    dce0: Display Name STRING data type READ ONLY
    dc4e: Date Added STRING data type DATETIME FORM READ ONLY
    dc46: Artist STRING data type READ ONLY
    dc9a: Album Name STRING data type READ ONLY
    dc9b: Album Artist STRING data type READ ONLY
    dc8b: Track UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc99: Original Release Date STRING data type DATETIME FORM READ ONLY
    dc89: Duration UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc8c: Genre STRING data type READ ONLY
    dc96: Composer STRING data type READ ONLY
    de93: Sample Rate UINT32 data type range: MIN 0, MAX 48000, STEP 50 GET/SET
    de94: Number Of Channels UINT16 data type ANY 16BIT VALUE form READ ONLY
    de99: Audio WAVE Codec UINT32 data type enumeration: 0, 1, 2, 3, 8, 9, 11, 49, 50, 80, 85, 352, 353, 354, 355, 356, 41222, GET/SET
    de9a: Audio Bit Rate UINT32 data type range: MIN 0, MAX 384000, STEP 1 GET/SET
    300b: MPEG
    dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc04: Object Size UINT64 data type READ ONLY
    dc07: Object File Name STRING data type GET/SET
    dc09: Date Modified STRING data type DATETIME FORM READ ONLY
    dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
    dc44: Name STRING data type READ ONLY
    dce0: Display Name STRING data type READ ONLY
    dc4e: Date Added STRING data type DATETIME FORM READ ONLY
    dc46: Artist STRING data type READ ONLY
    dc9a: Album Name STRING data type READ ONLY
    dc89: Duration UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc48: Description STRING data type READ ONLY
    de93: Sample Rate UINT32 data type range: MIN 0, MAX 48000, STEP 50 GET/SET
    de94: Number Of Channels UINT16 data type ANY 16BIT VALUE form READ ONLY
    de99: Audio WAVE Codec UINT32 data type enumeration: 0, 1, 2, 3, 8, 9, 11, 49, 50, 80, 85, 352, 353, 354, 355, 356, 41222, GET/SET
    de9a: Audio Bit Rate UINT32 data type range: MIN 0, MAX 384000, STEP 1 GET/SET
    dc8b: Track UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc99: Original Release Date STRING data type DATETIME FORM READ ONLY
    dc8c: Genre STRING data type READ ONLY
    dc87: Width UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc88: Height UINT32 data type ANY 32BIT VALUE form READ ONLY
    de9b: Video Four CC Codec UINT32 data type enumeration: 0, 859189832, 958804552, 1195724877, 827739479, 844516695, 861293911, GET/SET
    de9c: Video Bit Rate UINT32 data type range: MIN 0, MAX 2000000000, STEP 1 GET/SET
    de9d: Frames Per Thousand Seconds UINT32 data type range: MIN 0, MAX 60000, STEP 1 GET/SET
    3801: JPEG
    dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc04: Object Size UINT64 data type READ ONLY
    dc07: Object File Name STRING data type GET/SET
    dc09: Date Modified STRING data type DATETIME FORM READ ONLY
    dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
    dc44: Name STRING data type READ ONLY
    dce0: Display Name STRING data type READ ONLY
    dc4e: Date Added STRING data type DATETIME FORM READ ONLY
    dc48: Description STRING data type READ ONLY
    3802: TIFF EP
    dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc04: Object Size UINT64 data type READ ONLY
    dc07: Object File Name STRING data type GET/SET
    dc09: Date Modified STRING data type DATETIME FORM READ ONLY
    dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
    dc44: Name STRING data type READ ONLY
    dc4e: Date Added STRING data type DATETIME FORM READ ONLY
    3804: BMP
    dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc04: Object Size UINT64 data type READ ONLY
    dc07: Object File Name STRING data type GET/SET
    dc09: Date Modified STRING data type DATETIME FORM READ ONLY
    dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
    dc44: Name STRING data type READ ONLY
    dce0: Display Name STRING data type READ ONLY
    dc4e: Date Added STRING data type DATETIME FORM READ ONLY
    dc48: Description STRING data type READ ONLY
    3807: GIF
    dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc04: Object Size UINT64 data type READ ONLY
    dc07: Object File Name STRING data type GET/SET
    dc09: Date Modified STRING data type DATETIME FORM READ ONLY
    dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
    dc44: Name STRING data type READ ONLY
    dce0: Display Name STRING data type READ ONLY
    dc4e: Date Added STRING data type DATETIME FORM READ ONLY
    dc48: Description STRING data type READ ONLY
    3808: JFIF
    dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc04: Object Size UINT64 data type READ ONLY
    dc07: Object File Name STRING data type GET/SET
    dc09: Date Modified STRING data type DATETIME FORM READ ONLY
    dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
    dc44: Name STRING data type READ ONLY
    dc4e: Date Added STRING data type DATETIME FORM READ ONLY
    380b: PNG
    dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc04: Object Size UINT64 data type READ ONLY
    dc07: Object File Name STRING data type GET/SET
    dc09: Date Modified STRING data type DATETIME FORM READ ONLY
    dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
    dc44: Name STRING data type READ ONLY
    dce0: Display Name STRING data type READ ONLY
    dc4e: Date Added STRING data type DATETIME FORM READ ONLY
    dc48: Description STRING data type READ ONLY
    380d: TIFF
    dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc04: Object Size UINT64 data type READ ONLY
    dc07: Object File Name STRING data type GET/SET
    dc09: Date Modified STRING data type DATETIME FORM READ ONLY
    dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
    dc44: Name STRING data type READ ONLY
    dc4e: Date Added STRING data type DATETIME FORM READ ONLY
    b901: WMA
    dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc04: Object Size UINT64 data type READ ONLY
    dc07: Object File Name STRING data type GET/SET
    dc09: Date Modified STRING data type DATETIME FORM READ ONLY
    dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
    dc44: Name STRING data type READ ONLY
    dce0: Display Name STRING data type READ ONLY
    dc4e: Date Added STRING data type DATETIME FORM READ ONLY
    dc46: Artist STRING data type READ ONLY
    dc9a: Album Name STRING data type READ ONLY
    dc9b: Album Artist STRING data type READ ONLY
    dc8b: Track UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc99: Original Release Date STRING data type DATETIME FORM READ ONLY
    dc89: Duration UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc8c: Genre STRING data type READ ONLY
    dc96: Composer STRING data type READ ONLY
    de93: Sample Rate UINT32 data type range: MIN 0, MAX 48000, STEP 50 GET/SET
    de94: Number Of Channels UINT16 data type ANY 16BIT VALUE form READ ONLY
    de99: Audio WAVE Codec UINT32 data type enumeration: 0, 1, 2, 3, 8, 9, 11, 49, 50, 80, 85, 352, 353, 354, 355, 356, 41222, GET/SET
    de9a: Audio Bit Rate UINT32 data type range: MIN 0, MAX 384000, STEP 1 GET/SET
    b902: OGG
    dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc04: Object Size UINT64 data type READ ONLY
    dc07: Object File Name STRING data type GET/SET
    dc09: Date Modified STRING data type DATETIME FORM READ ONLY
    dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
    dc44: Name STRING data type READ ONLY
    dce0: Display Name STRING data type READ ONLY
    dc4e: Date Added STRING data type DATETIME FORM READ ONLY
    dc46: Artist STRING data type READ ONLY
    dc9a: Album Name STRING data type READ ONLY
    dc9b: Album Artist STRING data type READ ONLY
    dc8b: Track UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc99: Original Release Date STRING data type DATETIME FORM READ ONLY
    dc89: Duration UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc8c: Genre STRING data type READ ONLY
    dc96: Composer STRING data type READ ONLY
    de93: Sample Rate UINT32 data type range: MIN 0, MAX 48000, STEP 50 GET/SET
    de94: Number Of Channels UINT16 data type ANY 16BIT VALUE form READ ONLY
    de99: Audio WAVE Codec UINT32 data type enumeration: 0, 1, 2, 3, 8, 9, 11, 49, 50, 80, 85, 352, 353, 354, 355, 356, 41222, GET/SET
    de9a: Audio Bit Rate UINT32 data type range: MIN 0, MAX 384000, STEP 1 GET/SET
    b903: AAC
    dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc04: Object Size UINT64 data type READ ONLY
    dc07: Object File Name STRING data type GET/SET
    dc09: Date Modified STRING data type DATETIME FORM READ ONLY
    dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
    dc44: Name STRING data type READ ONLY
    dce0: Display Name STRING data type READ ONLY
    dc4e: Date Added STRING data type DATETIME FORM READ ONLY
    dc46: Artist STRING data type READ ONLY
    dc9a: Album Name STRING data type READ ONLY
    dc9b: Album Artist STRING data type READ ONLY
    dc8b: Track UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc99: Original Release Date STRING data type DATETIME FORM READ ONLY
    dc89: Duration UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc8c: Genre STRING data type READ ONLY
    dc96: Composer STRING data type READ ONLY
    de93: Sample Rate UINT32 data type range: MIN 0, MAX 48000, STEP 50 GET/SET
    de94: Number Of Channels UINT16 data type ANY 16BIT VALUE form READ ONLY
    de99: Audio WAVE Codec UINT32 data type enumeration: 0, 1, 2, 3, 8, 9, 11, 49, 50, 80, 85, 352, 353, 354, 355, 356, 41222, GET/SET
    de9a: Audio Bit Rate UINT32 data type range: MIN 0, MAX 384000, STEP 1 GET/SET
    b982: MP4
    dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc04: Object Size UINT64 data type READ ONLY
    dc07: Object File Name STRING data type GET/SET
    dc09: Date Modified STRING data type DATETIME FORM READ ONLY
    dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
    dc44: Name STRING data type READ ONLY
    dc4e: Date Added STRING data type DATETIME FORM READ ONLY
    b983: MP2
    dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc04: Object Size UINT64 data type READ ONLY
    dc07: Object File Name STRING data type GET/SET
    dc09: Date Modified STRING data type DATETIME FORM READ ONLY
    dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
    dc44: Name STRING data type READ ONLY
    dc4e: Date Added STRING data type DATETIME FORM READ ONLY
    b984: 3GP
    dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc04: Object Size UINT64 data type READ ONLY
    dc07: Object File Name STRING data type GET/SET
    dc09: Date Modified STRING data type DATETIME FORM READ ONLY
    dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
    dc44: Name STRING data type READ ONLY
    dce0: Display Name STRING data type READ ONLY
    dc4e: Date Added STRING data type DATETIME FORM READ ONLY
    dc46: Artist STRING data type READ ONLY
    dc9a: Album Name STRING data type READ ONLY
    dc89: Duration UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc48: Description STRING data type READ ONLY
    de93: Sample Rate UINT32 data type range: MIN 0, MAX 48000, STEP 50 GET/SET
    de94: Number Of Channels UINT16 data type ANY 16BIT VALUE form READ ONLY
    de99: Audio WAVE Codec UINT32 data type enumeration: 0, 1, 2, 3, 8, 9, 11, 49, 50, 80, 85, 352, 353, 354, 355, 356, 41222, GET/SET
    de9a: Audio Bit Rate UINT32 data type range: MIN 0, MAX 384000, STEP 1 GET/SET
    dc8b: Track UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc99: Original Release Date STRING data type DATETIME FORM READ ONLY
    dc8c: Genre STRING data type READ ONLY
    dc87: Width UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc88: Height UINT32 data type ANY 32BIT VALUE form READ ONLY
    de9b: Video Four CC Codec UINT32 data type enumeration: 0, 859189832, 958804552, 1195724877, 827739479, 844516695, 861293911, GET/SET
    de9c: Video Bit Rate UINT32 data type range: MIN 0, MAX 2000000000, STEP 1 GET/SET
    de9d: Frames Per Thousand Seconds UINT32 data type range: MIN 0, MAX 60000, STEP 1 GET/SET
    ba05: Abstract Audio Video Playlist
    dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc04: Object Size UINT64 data type READ ONLY
    dc07: Object File Name STRING data type GET/SET
    dc09: Date Modified STRING data type DATETIME FORM READ ONLY
    dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
    dc44: Name STRING data type READ ONLY
    dc4e: Date Added STRING data type DATETIME FORM READ ONLY
    ba10: WPL Playlist
    dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc04: Object Size UINT64 data type READ ONLY
    dc07: Object File Name STRING data type GET/SET
    dc09: Date Modified STRING data type DATETIME FORM READ ONLY
    dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
    dc44: Name STRING data type READ ONLY
    dc4e: Date Added STRING data type DATETIME FORM READ ONLY
    ba11: M3U Playlist
    dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc04: Object Size UINT64 data type READ ONLY
    dc07: Object File Name STRING data type GET/SET
    dc09: Date Modified STRING data type DATETIME FORM READ ONLY
    dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
    dc44: Name STRING data type READ ONLY
    dc4e: Date Added STRING data type DATETIME FORM READ ONLY
    ba14: PLS Playlist
    dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc04: Object Size UINT64 data type READ ONLY
    dc07: Object File Name STRING data type GET/SET
    dc09: Date Modified STRING data type DATETIME FORM READ ONLY
    dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
    dc44: Name STRING data type READ ONLY
    dc4e: Date Added STRING data type DATETIME FORM READ ONLY
    ba82: XMLDocument
    dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc04: Object Size UINT64 data type READ ONLY
    dc07: Object File Name STRING data type GET/SET
    dc09: Date Modified STRING data type DATETIME FORM READ ONLY
    dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
    dc44: Name STRING data type READ ONLY
    dc4e: Date Added STRING data type DATETIME FORM READ ONLY
    b906: FLAC
    dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc04: Object Size UINT64 data type READ ONLY
    dc07: Object File Name STRING data type GET/SET
    dc09: Date Modified STRING data type DATETIME FORM READ ONLY
    dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
    dc44: Name STRING data type READ ONLY
    dc4e: Date Added STRING data type DATETIME FORM READ ONLY
    b981: WMV
    dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc04: Object Size UINT64 data type READ ONLY
    dc07: Object File Name STRING data type GET/SET
    dc09: Date Modified STRING data type DATETIME FORM READ ONLY
    dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
    dc44: Name STRING data type READ ONLY
    dce0: Display Name STRING data type READ ONLY
    dc4e: Date Added STRING data type DATETIME FORM READ ONLY
    dc46: Artist STRING data type READ ONLY
    dc9a: Album Name STRING data type READ ONLY
    dc89: Duration UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc48: Description STRING data type READ ONLY
    de93: Sample Rate UINT32 data type range: MIN 0, MAX 48000, STEP 50 GET/SET
    de94: Number Of Channels UINT16 data type ANY 16BIT VALUE form READ ONLY
    de99: Audio WAVE Codec UINT32 data type enumeration: 0, 1, 2, 3, 8, 9, 11, 49, 50, 80, 85, 352, 353, 354, 355, 356, 41222, GET/SET
    de9a: Audio Bit Rate UINT32 data type range: MIN 0, MAX 384000, STEP 1 GET/SET
    dc8b: Track UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc99: Original Release Date STRING data type DATETIME FORM READ ONLY
    dc8c: Genre STRING data type READ ONLY
    dc87: Width UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc88: Height UINT32 data type ANY 32BIT VALUE form READ ONLY
    de9b: Video Four CC Codec UINT32 data type enumeration: 0, 859189832, 958804552, 1195724877, 827739479, 844516695, 861293911, GET/SET
    de9c: Video Bit Rate UINT32 data type range: MIN 0, MAX 2000000000, STEP 1 GET/SET
    de9d: Frames Per Thousand Seconds UINT32 data type range: MIN 0, MAX 60000, STEP 1 GET/SET
    300a: MS AVI
    dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc04: Object Size UINT64 data type READ ONLY
    dc07: Object File Name STRING data type GET/SET
    dc09: Date Modified STRING data type DATETIME FORM READ ONLY
    dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
    dc44: Name STRING data type READ ONLY
    dc4e: Date Added STRING data type DATETIME FORM READ ONLY
    300c: ASF
    dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc04: Object Size UINT64 data type READ ONLY
    dc07: Object File Name STRING data type GET/SET
    dc09: Date Modified STRING data type DATETIME FORM READ ONLY
    dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
    dc44: Name STRING data type READ ONLY
    dc4e: Date Added STRING data type DATETIME FORM READ ONLY
    ba83: Microsoft Word Document
    dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc04: Object Size UINT64 data type READ ONLY
    dc07: Object File Name STRING data type GET/SET
    dc09: Date Modified STRING data type DATETIME FORM READ ONLY
    dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
    dc44: Name STRING data type READ ONLY
    dc4e: Date Added STRING data type DATETIME FORM READ ONLY
    ba85: Microsoft Excel Spreadsheet (.xls)
    dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc04: Object Size UINT64 data type READ ONLY
    dc07: Object File Name STRING data type GET/SET
    dc09: Date Modified STRING data type DATETIME FORM READ ONLY
    dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
    dc44: Name STRING data type READ ONLY
    dc4e: Date Added STRING data type DATETIME FORM READ ONLY
    ba86: Microsoft Powerpoint (.ppt)
    dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
    dc04: Object Size UINT64 data type READ ONLY
    dc07: Object File Name STRING data type GET/SET
    dc09: Date Modified STRING data type DATETIME FORM READ ONLY
    dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
    dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
    dc44: Name STRING data type READ ONLY
    dc4e: Date Added STRING data type DATETIME FORM READ ONLY
    Storage Devices:
    StorageID: 0x00020001
    StorageType: 0x0004 removable RAM storage
    FilesystemType: 0x0002 generic hierarchical
    AccessCapability: 0x0000 read/write
    MaxCapacity: 31896633344
    FreeSpaceInBytes: 31628312576
    FreeSpaceInObjects: 1073741824
    StorageDescription: SD card
    VolumeIdentifier: ##storage##ext_sd
    StorageID: 0x00010001
    StorageType: 0x0003 fixed RAM storage
    FilesystemType: 0x0002 generic hierarchical
    AccessCapability: 0x0000 read/write
    MaxCapacity: 26667683840
    FreeSpaceInBytes: 9365225472
    FreeSpaceInObjects: 1073741824
    StorageDescription: Internal storage
    VolumeIdentifier: ##storage##emulated##0
    Special directories:
    Default music folder: 0xffffffff
    Default playlist folder: 0xffffffff
    Default picture folder: 0xffffffff
    Default video folder: 0xffffffff
    Default organizer folder: 0xffffffff
    Default zencast folder: 0xffffffff
    Default album folder: 0xffffffff
    Default text folder: 0xffffffff
    MTP-specific device properties:
    Friendly name: (NULL)
    Synchronization partner: (NULL)
    libmtp supported (playable) filetypes:
    Folder
    Text file
    HTML file
    RIFF WAVE file
    ISO MPEG-1 Audio Layer 3
    MPEG video stream
    JPEG file
    BMP bitmap file
    GIF bitmap file
    JFIF file
    Portable Network Graphics
    TIFF bitmap file
    Microsoft Windows Media Audio
    Ogg container format
    Advanced Audio Coding (AAC)/MPEG-2 Part 7/MPEG-4 Part 3
    MPEG-4 Part 14 Container Format (Audio+Video Emphasis)
    ISO MPEG-1 Audio Layer 2
    Abstract Playlist file
    XML file
    Free Lossless Audio Codec (FLAC)
    Microsoft Windows Media Video
    Audio Video Interleave
    Microsoft Advanced Systems Format
    DOC file
    XLS file
    PPT file
    OK.

    i got the solution...........thanks every one

  • Error in the HsvJournalsACM object

    Hi guys,
    I'm having issues with Journals... Could you please help me?
    A certain journal looks like it is posted, though its value is 0 at Entity Currency Adjs in the report. Whe I tried to access journal via hyperlink, it yields this error:
    "The journal no longer exists in the system. The journal you're trying to load has been deleted and cannot be processed. Error in the HsvJournalsACM object".
    But when I see the journal list, it is actually posted.
    could this be a problem with Hyperlink? should I configure it in a certain way?
    Please, advise.
    Thank you!
    Regards,
    Jai

    Hi Jai,
    Please, check in Oracle Support the error "Financial Management Error 'The journal no longer exists in the system' When Opening Journal Details [ID 1087635.1]". It'll be necessary to install a patch.
    Cheers,
    Lu

  • List Object or Just List which is better ?

    Hi Guys,
    List<Object> list1 = new ArrayList<Object>();
    List list2 = new ArrayList();Logically speaking, both looks similiar. But which one is better to use ?
    I can do something like
    list1 = list2; OR
    list2 = list1; but if List<String> list3 = new ArrayList<String>();Why I can not do this list1 = list3; // throws compilation error Thanks,
    javaCrazy

    javaCrazy wrote:
    List<Object> list1 = new ArrayList<Object>(); This is senseless. Inside the braces an appropriate Interface should be used.
    but if List<String> list3 = new ArrayList<String>(); Why I can not do this list1 = list3; // throws compilation error
    If you declare <tt>List<String> list3 = new ArrayList<String>();</tt> you explicity state that the List will only contain Strings (or types that inherit from the declared type, but String cannot be subclassed), list1 is declared to contain objects of a different kind. Usually the interface of the type list1 is declare will not match with the interface declared for the elements in list3. Since Object is the root of all classes this is a weird exception... Thats why the compiler prohibits this assignment. If you really need such assignment look for the use of wildcards.
    bye
    TPD

  • ExternamSystemId identical values error when InsertOrUpdate Campaign Object

    Hello,
    My requirement is want to insert or update the values in Campaign object to linking with List object(its Child object of campaign)
    I'm using CRMOD webservice InsertorUpdate method using proxy class.
    Whenever i try to import the same data with different/same child object. Its throws the following error
    For instance of Integration Component 'Campaign', using user key '[External System Id] = "1-7QH3N"', a record with identical values already exists in the Siebel database.
    Please ensure that the field values in the input message are unique.(SBL-EAI-04381)
    I'm getting this error when i was pass the same value for ExternamSystemId and Campain's SourceCode fields
    eg: (ExternamSystemId = 1-7QH3N and SourceCode = 1-7QH3N )
    is ExternamSystemId and SourceCode values should be different in Campaign object ??? if i pass different values or pass just 2 or 3 records per request then i didn't get any error. if i pass 20 records per request then it throw the above error.
    Please give some advice for this issue
    Thansk in advance
    Best Wishes
    Sathis Kumar P

    Hi All,
    Below is my SOAP Message
    <SOAP-ENV:Envelope>
    <SOAP-ENV:Body>
    <SOAPSDK1:AccountWS_AccountInsertOrUpdate_Input>
    <SOAPSDK2:ListOfAccount>
    <Account>
    <ParentAccountExternalSystemId>990038131</ParentAccountExternalSystemId>
    <stLEID>11207733</stLEID>
    <stSubProfileID>2</stSubProfileID>
    <plGroup_Status>Subsidiary</plGroup_Status>
    *<ExternalSystemId>11207733/2</ExternalSystemId>*
    </Account>
    </SOAPSDK2:ListOfAccount>
    </SOAPSDK1:AccountWS_AccountInsertOrUpdate_Input>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    Here I'm calling Upsert and a Client is already found with this Exact ExternalSystemId.
    I am not updating any Name or location It should go ahead and update the Account based on the ExternalSystemId field is my understanding correct ?
    I wonder why am I getting
    *'For instance of Integration Component 'Account', using user key '[External System Id] = "11207733/2"', a record with identical values already exists in the Siebel database.'* in the response..
    Any reasoning .....

  • Save XXL list object in SAPoffice issue

    Hello,
    One of my user recently got a new laptop and after that, whenever she used KSB1 to do the export to excel as pivot, she is getting the below option "Save XXL list object in SAPoffice". She is not getting the pivot table option. I tried to find her entry in report "SALV_BS_ADMIN_MAINTAIN" to delete, but, I could not find her entry. Also, she tried to test the same on another laptop too, there also she is getting the same error. I am not sure if it a Profile issue or GUI issue. Please suggest. Also, she maintained her profile with parameter "SALV_BS_ADMIN_XXL". I am not sure if it is a problem.
    Thanks.

    It's not an authority issue that SAP_ALL/SAP_NEW would fix either.  That 'error' happens when the XXL code can't find the correct version of Excel that it expects from the registry.  It behaves as if Excel is not installed and pops the SAPOffice document prompt.  Debug the XXL code from the laptop and you'll see what I mean  (or just from your PC to view the logic).

  • Large Database read into a List Object Memory Problem

    Hi,
    Im building a new database, ive just imported over 50,000 rows into the database across a number of tables from existing csv files.
    I want to extract these rows into a List object. Once extracted i want to process them in a specific way. However when i try to read in over 20,000 rows i get an error which indicates the buffer is full
    java.lang.OutOfMemoryError: Java heap space
            at java.nio.ByteBuffer.wrap(ByteBuffer.java:350)Im currently using the DAO design pattern to read in the values. Could anyone provide me with some advise how i might read in so many rows without running out of memory. The current process is not only failing but is also extreamly slow.
    Thanks in advance

    h1400046 wrote:
    Hi,
    Thanks for your reply,
    This database is fully normalised. Five tables, no relations between them at all.
    The DAO design pattern was chosen so that each table may be selected individually. DAO usually means objects to me. What you're describing sounds more like Table Gateway.
    This means that i get the values from each table in turn. (there isnt a single query). No possibility to JOIN? None whatsoever?
    Five tables must be read for each select. Ouch.
    Therefore i am selecting 5 times for each of the 50,000 rows and some of the rows will bring back more than one record for each table. So it's one object that has references to five others.
    This OO object is tread back into a List object. Once i have this i want to then process this list as a whole. However this obejct gets to big and just kills the memoryYes, that's been clear all along.
    I have been told that jdbc supports a cursor type mechanism which enables you to read from a result set in manageable chunks which can then be processed chunk by chunk without killing the memory. But i dont know how to do that or even if that is advisable.Yes, you can process chunk by chunk with JDBC. Check setFetchSize(), or manage the chunk size yourself.
    I currently have primary keys in each table. I have indexs on both the primary and forigen keysSo there are relationships. I'll ask again - why not JOIN?
    Can the database do any of the processing? What about calling a stored proc to create a cursor and iterate through the data on the server? Just bring the result over via JDBC.
    %

  • Error - Unable to move objects.

    During our upgrade process to PT5 we had to move our crawlers into the new admin hierarchy. When moving one crawler I received the following error message:
    Error - Unable to move objects.
    I successfully moved crawlers from the same folder into other folders. Security is set correctly and I cannot see any reason for this error message as such.
    Has anyone else come across this problem? If so - how can I get around/fix it?
    Thanks

    Hi,
    i think currently you have multiple change lists in your userid and the problem is that some objects in one change list which you are trying to activate is also in some other change list..........
    so my suggestion - do a reject change list of all the change lists.........if you are using file transfer mode for transfering ID objects, then in import directory you will be having our import files.........then again import your ID objects by importing one file at a time and changing it to your userid and then activating it.
    if suppose by the above method, it will take a lot of effort to transfer all the config objects, then i will suggest you to again export all the configuration objects by exporting all the configuration scenarios in ID in one attempt by file transfer mechanism in your XI DEV system.........and then import this in your XI QUA system.
    Regards,
    Rajeev Gupta

  • AppleScript Error Codes

    If this isn't a FAQ, it should be (but there doesn't seem to be a FAQ for this topic, and searches fail).
    The question: Where can I find a list of AppleScript Error Codes.
    This simple bit of code
    tell application "Oracle Calendar"
    activate
    end tell
    Started generating a -10660 error, and it took me longer than it should have to discover that the script was pointing at the old version of the application that I had in the trash, and not the new version that replaced it. Easily remedied once I knew what the problem was.
    So, is there a canonical link out there with AppleScript error codes?
    Thank you.

    HD,
    Deeply impressed by your detective work on this error code. Wonder if you can help me with another.
    I am scripting Filemaker using 'do applescript steps'. Once the AS is done i pass back info by using AS to tell FM to set one of its own fields. So for more clarity -
    IN FM
    Call Filemaker script
    Call Applescript script
    tell filemaker to set a field to the value of an AS variable
    end Applescript script
    end Filemaker script
    and sometimes i get a -10011 Error on that Filemaker setting field step. The error message is "Data being accessed by another user,script or transaction". Can you throw any light ? (more details here)
    No one else is using the db or even logged on at the time of these errors.
    Thanks

  • Automator Workflow returns Applescript Error.

    I recently created an automator workflow that will allow me to play an internet radio station without opening a browser. The workflow is…
    • Get Specified URL's (with the radio station's live streaming URL)
    • Website Popup (displays a window that plays the radio station)
    Simple enough. And it worked fine.
    So I thought, let's make this more useful. Let's add a second URL to the "Get Specified URL's" action, and options "Show this action when the workflow runs." Then I can select the radio station I want to listen to from the list.
    Now, when I run the workflow, I get the list of URL's to select from. When I click to select one, I get an "Applescript Error. AppleEvent Handler Failed -10000. That's the whole message. Nothing else.
    Now, this still works. When I click "OK" the workflow continues, brings up my popup window, and plays my radio station. But it's just an annoyance to have that AppleScript Error message pop up. Even more strange, (IMO) is that fact that if I leave both radio stations selected, there is no AppleScript Error, and my workflow defaults to the first radio station.
    BTW, the workflow is only these two automator actions. I did not add any Applescript of my own. And it's definitely the first action that's generating this message. It's the "click" that generates that message.
    Any ideas?

    Actually, I was referring to it's use in this case, since you are only going to select one item from the list - it isn't set up very well for selecting individual items. The resulting list should really be limited to one item, since allowing multiple selections might get interesting, but there isn't a handy way to do that. Using "Open URL" isn't a very good option either, since it leaves the workflow running.
    The error seems to be related to the checkboxes, so you might try an end run by using the *Choose from List* action, which doesn't have the problem:
    1) *Get Specified URLs* -- don't show the action when run
    2) *Choose from List* -- make the selection here
    3) *DIsplay Webpages*

  • FYI - R14 Get Pick List Objects

    This caused me a problem for a bit so I thought I'd post in case anyone runs into it.
    I was trying to pull pick list values for Service Requests and I was using "ServiceRequest" as my RecordType and getting an error. It turns out it actually uses "Service Request".
    It wasn't clear from the documentation, but the RecordType is the plain language version of the object as opposed to the XML-y version of the object.

    I think this is true for even other services like Mapping Services. We ran into similar problem while using mapping services for 'Custom Object 1'
    My assumption is we have to go you see under WSDL object drop down in Web Services Integration -> Web Services Administration and use the same
    regards,
    Venkatesan
    CRMIT

Maybe you are looking for

  • Data in Customer Group Field according to the sales area

    I have two sales area, i.e. 1000,10,10 (area1) and 1000,20,10. (area2) configured in the sap. i want that when user creates a customer for area1, then he get different data in list in "customer group field" in sales area in sales tab i.e. group1, gro

  • What is the future plan for Macbook identification,if we have multiple MacBooks

    we have two MacBooks for me and my husband, by looking at it, cannot find who's is who's, it will be good if the apple on the top has different colors of apple.

  • SA 540 Router - Filtering

    Hello All,   I'm having trouble with the filtering feature on the SA540 router (firmware ver 2.1.71). When I turn filtering on I am not able to access a sharepoint site. There doesn't have to be any restrictions enabled (allowed/blocked sites), I jus

  • Oracle Performance monitoring GUI tools

    hi, We have Oracle 10g / 11g database on which SAP instances are running. Whenever, any bottleneck issue, I used to logon as ora<sid> and look for processes / space/ file system space etc. Wondering, if any Oracle GUI tool available to monitor. I am

  • What is "File's Owner"?

    When I'm "editing" (?) a .xib file in xcode, there's an icon in the bar to the left called "File's Owner".  I've used it several times in tutorials but have no idea what it means. What file?  The .xib file? What does it mean to "own" a file? What kin