Set order in dscl statment in Leopard

I'm having trouble getting info culled from my OD to sort the way I want it now that I have upgraded my machine to Leopard. The server is still running on Tiger.
Back when my laptop was on Tiger and I read a User record using dscl it would order the attributes in the order that I entered them. Example:
dscl /LDAPv3/10.x.x.x -read Users/jsmith UniqueID FirstName LastName Department OrganizationName
Would return the result:
UniqueID: 2023
FirstName: John
LastName: Smith
Department: RJF
OrganizationName: Office
Now that I have upgraded to Tiger and I issue the same statement the attributes are listed alphabetically by attribute title! Example
dscl /LDAPv3/10.x.x.x -read Users/jsmith UniqueID Department FirstName LastName OrganizationName
Gives me the result:
Department: RJF
FirstName: John
LastName: Smith
OrganizationName: Office
UniqueID: 2023
This is a frustration to me. I want the attributes listed the way I want. Any help would be appreciated.

I am trying to auto sort podcasts in a smart playlist.
Click in tethe h very first column and drag the podcasts in the order you want.
Right click on the playlist name and *Copy to play order*.

Similar Messages

  • Setting Order Consolidation flag in Sales Order

    Dear All,
    I need to set order consolidation flag in sales order. I have already set order combination in customer master.
    When i was creating the sales order i set the order combination flag in header and item level and i saved the order, the sales order is saved without showing error. But i display that sales order the order confirmation flag is reset in both header and item level.
    Help me regarding this.
    Thanks all
    Raghu

    Hi Raghu,
    Please check the SAP note [447872|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=447872]
    In your configuration, if you are using any reference sales org, check the order combination indication in the customer master of the reference sales area.
    Also you can get in touch with an ABAPer who can debug in your program SAPMF02D for the logic of knvv-kzazu
    Thanks & Regards,
    P Gomatheeswaran

  • Setting up icloud mail on snow leopard - what are the settings?

    I have converted my mobileme account to iCloud - but due to the hardware on my desktop must remain with Snow Leopard.  How do I set up the mail application to use my new iCloud email account.

    To properly set up iCloud mail on Snow Leopard 10.6.8 (Which is not supported).  You can do the following steps to manually set  up the account. (TRIED & TESTED)  ***Please know this may not work on all Macs running 10.6.8.
    If you have moved your MobileMe account to iCloud or have a straight iCloud account here are the steps for mail  There are no work arounds for Calendars, Bookmarks, or Contacts.
    There are 15 Steps total.
    If you are adding the account from mail preferences you will need these steps.
    Remove their previous account (after making sure anything important is backed up).
    Open the Mail application (On the desktop.  Looks like a Stamp w/Eagle) up on the Mac.
    Once you are there, click on "Mail" from the top menu bar and go to "Preference".
    Then go to "Accounts".
    Let me know once you are there. Do you see your MobileMe account on the left pane?
    Click on your MobileMe / iCloud account and then the to delete it.
    Then click the ( + ) sign:
    1) In the Add Account pane, enter in the full iCloud email address and password
    2) DONOT click 'Create' or it will try to automatically set up the account. Hold down Option and the 'Create' button will switch to 'Continue'. Click Continue
    3) For Account Type, change the drop down menu to IMAP
    4) Change the Incoming Mail server to imap.mail.me.com
    5) Enter the full email address for User Name.
    6) Hold down Option again and the 'Create' button will switch to 'Continue'. Click Continue
    7) Check the box to use SSL and make sure Authentication is set to Password
    8) Hold down Option again and the 'Create' button will switch to 'Continue'. Click Continue
    9) Change the Outgoing Mail server to smtp.mail.me.com
    10) Make sure the 'Use Authentication' box is checked.
    11) Enter the full email address for User Name and then enter the password
    12) Hold down Option again and the 'Create' button will switch to 'Continue'. Click Continue
    13) Check the box to use SSL and make sure Authentication is set to Password
    14) Click Create and Click Create again on the final pane.
    15) Done

  • Set order block for new business partner

    Hi experts,
    I have the requirement to set the order block for a business partner (based on some attributes) at the moment when it will be created or changed.
    I tried to use the BAdI BUPA_GENERAL_UPDATE where I am using the FM CRM_BUPA_FRG0050_READ/ CRM_BUPA_FRG0050_GET_DETAIL to retrieve the already existing status data and the FM CRM_BUPA_FRG0050_CREATE/ CRM_BUPA_FRG0050_CHANGE to add or change this data.
    In the SAPGUI at least the update scenario (CRM_BUPA_FRG0050_CHANGE) is working.
    In the WebUI application none of the both is working: In the create scenario the application is even dumping (SAPSQL_ARRAY_INSERT_DUPREC) but this dump happens in an other implementation of this BAdI!
    In the BP update scenario nothing happens though the UI will be refreshed by some coding like
    lr_bol_core = cl_crm_bol_core=>get_instance( ).
    lr_bol_core->modify( ).
    Is there something wrong or missing or is there a better BAdI to achieve this requirement?
    Thanks for any help!
    Regards,
    Wolfhard
    PS: I found another post which covers exactly my requirements but unfortunately without a solution...
    [Re: Update of BP General Data during creation of BP]

    Hi Bruce,
    I propose to select the right value programmatically and then hide the original combo box (use the FromPane / ToPane properties - better don't disable it or make it invisble) and display a disabled EditText item which displays the pricelist which should be applied to new customers when the Form is switched to - or launched in "Add" mode.
    When the form is switched to other modes than "Add" reactivate the original ComboBox...
    HTH,
    Frank

  • How to set Screen Sharing to greyscale on Leopard 10.5

    The new screen sharing feature (just a built in VNC client) is decent, although I would've liked it better if it gave an option to view the connected computer in greyscale (like Apple Remote Desktop can), so as to make the screen redrawing much quicker. This is how you do that:
    To change this setting manually, open up the Terminal and type in the following command:
    defaults write com.apple.ScreenSharing controlObserveQuality 2
    This changes the controlObserveQuality setting within this plist file: “~/Library/Preferences/com.apple.ScreenSharing.plist” file to 2, which is grey scale. To change it to a different resolution, substitute the number 2 with one of the following numbers:
    1 = black and white
    2 = grey scale
    3 = 8 bit color
    4 = 16 bit color
    5 = full color
    However, when you've connected and you're all happy that you have greyscale, if you then choose Adaptive Quality from the View menu in Screen Sharing, this will set the default back to 3 (8 bit color), and you'll have to run the Terminal command or edit the .plist file again - so, just leave it when you initially set it and all will be well!
    ----

    I tried the malisphoto.com solution it but it didn't work for me.
    I even tried the one at entropy.com but that also didn't work.
    I was very careful and successful in the command line (bash) and afterwards, phpInfo() showed that the GD library was installed, however, my localhost GD (gif draw) scripts still kept showing the same old error messages on my localhost (and not online): "Fatal error: Call to undefined function imagecreatefromgif()"
    Perhaps I'm just wrong to think PHP GD will work on my localhost pages after performing these installations - perhaps I'm misunderstanding something? Am I'm trying to change a light-bulb with a jack-hammer?
    I should also point out that both solutions made my localhost run extremely slow. After restoring my system, it's all working fine (but without php GD).
    My system is a Power Mac 10.5.8 Leopard
    This is really lame. Is Apple trying to shut out PHP now? Is PHP the new "Flash"?

  • Unable to upload book order in iPhoto 08 w/Leopard

    My situation is similar to others I have seen on these boards, but since none of the possible solutions mentioned have worked for me, I thought I would post my problem and see if anyone can help.
    I have a MacBook running Leopard 10.5.1 with iPhoto 7.1.1 (part of iLife '08), as well as an iMac G5 running Leopard 10.5.1 with a copy of iPhoto 6.0.6
    I created a photo book on the MacBook with one of the new templates in iPhoto 7, made sure that no text or photo boxes were blank, hit Buy Book, typed in the coupon code "NAWinterBook08" to get the discount they are offering, and waited while the book was assembled. Once assembly was complete, the upload would begin and then hang either at 0 of 20.3MB or at 20.3MB of 20.3 MB uploaded. After a few seconds, an window would open stating "An error occurred while uploading one of your files. Please check your network connection and click retry to resend your file". No amount of resending would work, nor would using a wired network connection. I tried rebuilding the iPhoto library without success.
    I went to the Genius bar at the local Apple store where they replicated the problem on their own wireless network, tried deleting the cache & plist files, replaced the iPhoto application with a copy from their own computers, tried using target disk mode to open my project on another computer, and finally suggested that I reinstall the iLife 08 suite. I came home, backed up my library, deleted iLife, the cache and plist files again, and reinstalled iLife 08. I copied over the iPhoto library that I saved, rebuilt it again, and still cannot order a photo book.
    Next, I copied my project photos onto my iMac and used iPhoto 6 to create a new photo book. Two hours later it was ready to go, but had exactly the same problem as my MacBook. The same problem on two different computers running two different versions of iPhoto. Aaargh!
    So now I am wondering if there is some network permissions/firewall/preferences issue with OS 10.5.1 that is preventing iPhoto from making a connection to the photo server at Apple. I have ordered photo books before without a problem, but this is the first time I have tried since upgrading from Tiger to Leopard. I would greatly appreciate your help!

    Chris:
    I don't think it's the firewall but you can determine that by turning if off and trying to order the book.
    Go to your account site online and reenter all of the information including the credit card number, expiration date, shipping address, etc. Then try again.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • IPod Shuffle does not play podcasts in set order

    I see others have been having this trouble and have tried the recommendations but they are not working.
    I have tried to set the play order of podcasts and am only successful when I sort them by time. If I download a number of podcasts on the same day (someone said that they play by download date) I cannot set the play order. Someone said to drag the podcast to the desired order and that does not work with podcasts. It might with albums but not with podcasts.
    In addition, someone said to drag each podcast to the iPod in the order you want each one played. That does not work, either. Finally, if I do settle for the order displayed in the iPod play list and I haven't sorted by time, the Shuffle will not play them in the order played in iTunes.
    I have Shuffle set in iTunes to repeat all play; not shuffle. I don't use autofill. I'm sure I'm setting the button on the back of the Shuffle to play in order. Is there something I'm overlooking?
    I'm running the latest of both iTunes and iPod Shuffle on Windows XP Pro. I just re-loaded this software on a new computer and had the same problem with XP Pro on the old computer.
    Am I asking too much from iTunes? I don't use it for music. Do I actually need a more sophisticated program other then iTunes if I use Shuffle only for podcasts?

    That is in fact how podacsts work in the iTunes/iPod system. The only sorting is based on release date (time) which is set and sortable only in iTunes. You aren't missing anything,and nothing you do subsequently will affect that order; podcasts are and are treated differently.

  • Setting up Time Machine with Snow Leopard and MyBook World Edition II NAS

    I have just successfully set up Time Machine on my MyBook World Edition II NAS. It's not so straightforward, and the information on the Western Digital support site is either unhelpful or flat-out wrong, so here's a post that will hopefully save people in a similar position a lot of time and frustration.
    Here are the key facts:
    1. The MyBook World Edition II NAS does support Time Machine -- if you upgrade to at least firmware Release 1.01.14 (9/29/09). See http://www.wdc.com/wdproducts/updates/?family=mbworld. Amazingly, the Level I support people at Western Digital told me that Time Machine is not supported! I had to point him to this link.
    2. MyBook World Edition II comes with a built-in user, WD_Backup, which appears to be the only user that can be used for the backup.
    3. Follow the instructions here: http://www.wdc.com/wdproducts/updates/docs/en/appletimemachine.pdf. BUT, what the instructions don't tell you is the password for that user, which Mac OS will ask you for during the Time Machine setup. On my device, it was "admin" but other posts say the password can be "backup" or "wd_backup."
    4. Ignore some of the misleading statements in the Western Digital "knowledge base." For example, it says Time Machine is not supported. That used to be true but with the firmware update, is no longer true. Also, some instructions direct you to make a partition on your drive for Time Machine using Disk Utility. This is not possible, as far as I can tell, because the MyBook World Edition II shows up as a "share," not a "device" in the system, and therefore Disk Utility does not see it.
    5. The reason I wanted to set up a partition, where I could limit the disk space, is that I read that Time Machine creates daily backups, with incremental versions of documents. Thus, the Time Machine backup will eventually fill up whatever space is given to it. Since I could not partition the MyBook World Edition II, what I did instead was to enable the "Quota" functionality and then put a disk quota on the WD_Backup user. I hope this will do the trick. (I have the further issue of having two Time Machine backups, one for me, one for my wife. How our Time Machines will battle it out for the disk space, I have no idea.)
    I hope that the Western Digital people will create greater flexibility for Time Machine users in future firmware updates.
    Anyway, hope this helped.

    You do need to know that Apple may not support this: Here's the official word: http://support.apple.com/kb/HT1733 (Leopard) or http://docs.info.apple.com/article.html?path=Mac/10.6/en/15139.html (Snow Leopard).
    You may be able to get it to work successfully, but there's no guarantee it will work well, or in the future.
    From a post in another forum (found by V.K.):
    The technical reason why Apple limits Time Machine to 10.5 AFP volumes appears to be to prevent disk image corruption. There were additional features added to AFP in 10.5 to support Time Machine. These presumably allow the disk image engine to force disk image journal data to write out all the way to the disk. Without such features, a network interruption can result in a corrupted filesystem on the disk image despite journaling. Remember, journaling relies on the journal being written all the way to disk before the changes take place. If you can't guarantee that (e.g., because of network/NAS buffering) then the journal is useless. Time Machine appears to rely heavily on disk journaling to deal with network drop-outs, interrupted backups, and the like. Take this away and your data is at risk.
    If the NAS you are using supports these features it should report them to the OS and you should natively be able to choose that volume. If you have to trick the OS to use the volume it means the NAS does not support it.
    To summarize: if you care about your backup data you should avoid using non-natively supported AFP servers.
    That post obviously applies to Leopard; Snow Leopard appears to have added some requirements, that are also not supported by all NAS devices: some that were working with Leopard no longer work with Snow Leopard.
    As long as you understand the risks, it's your call. But do yourself a favor and maintain some sort of secondary backup, such as a "clone" via CarbonCopyCloner or SuperDuper, or some other backup app. (Many of us do that with any backup app: no app is perfect, and all hardware fails, sooner or later.)

  • Editing (Setting and Removing) CLASSPATH on Snow Leopard

    I am trying to learn XSLT, and so I am installing Xerces and Xalan - but I have to add certain .jar's to the classpath. This is extremely easy on the PC, but how do I change this on the Mac? I would like to set it into an environment variable if possible? I have looked through so many similar questions on the Web but have yet to find a single solid answer. Your help is much appreciated. Thanks, in advance.
    ~CR

    ChrisPuentes wrote:
    HI, all-
    I have an older MacBook Air running Snow Leopard that won't support Lion.  I've seen two or three posts out there telling me how to set up my iCloud emial on my non-Lion machine, but none of them are working.  Besides multilpe password issues, which I'm not getting anymore, I'm now getting "the server returned the error: The connection to the server p02-imap.mail.me.com on port 143 timed out".  Any ideas???
    Also-the directions for setting up my IMAP iCloud email in Outlook 2007 are very simple and clear, yet it does not work.  During 'test account settings' in the account setup, I'm getting two errors:
    1.  Log onto incoming mail server (IMAP)-the connection to the server failed
    2.  Send test email message: None of the authentication methods supported by this client are supported by your sever. 
    Any help would be appreciated!  PS- on my MBAir I'm running OSX 10.6.8
    Thanks,
    Chris
    Port 143 is incorrect, read the instructions contained in the link Julian posted

  • Select query result set order

    Hi,
    Can I know the order in which Oracle outputs the result set of a simple SELECT query ? Will the output always be same as the order in which rows got inserted ?
    Please advise,
    Thanks,
    Smitha

    If you include an ORDER BY than the order of the result set is known.
    It will not always be the same as the order in which rows got inserted.

  • Set order hold based on Item Text.

    Hi All,
    I am receiving an IDoc (ORDERS05) which uses CALL TRANSACTION for order creation. I need to read the Item text (Goto -> Item -> Texts) and set holds based on the text.
    I am trying to use the userexit USEREXIT_SAVE_DOCUMENT_PREPARE since it already contains some logic for holds, but can't find the internal table which might be having the text.
    Any suggestions on how to go about it?

    Hi Gaurav,
    READ_TEXT will not work because the order has not yet been created.
    I found the solution myself and its working fine. Texts are stored in memory id SAPLSTXD. Just imported everything from there.

  • Set order status to completed if subsequent document is a proforma invoice

    Dear Experts,
    I created a debit memo request to create as subsequent document a proforma invoice only. This special business case has to do with customs purposes and should stop after the creation of the proforma..
    Now the debit memo request is still open and the next batch run is picking up the DMR again and create another proforma invoice.
    What I have to do to set the order status to completed after the first proforma invoice is issued?
    Thanks for your help.
    Kind regards
    Frank

    Hello,
    Check for the possiblilies of the following.
    In VOV8, slect the debit memo request order type, make the Order related billing type as F5 (Proforma - Order related).
    Check the item category for the Debit memo request item, standard is L2N. Maintian the billing relevency field as
    D-Proforma , maintain the completion as Colpleted after the first reference , if required.
    Prase

  • Using prepared statements to set order by

    I just wanting to confirm and see how people handle this. I have and java String sql statement that I have added an order by.
    String sql = ".... order by ?"
    ps = con.prepareStatement(sql);
    ps.setString(1,sortBy);
    This would allow me to have one sort method in my DAO and just pass in what column I want to sort by. But I can't seem to get this to work. I'm guess it has something to do with how the setString works.

    james, once you click on a column heading to do a user defined sort (e.g. click on column 3) you have set a 'user preference' for the sort order on that report. As long as your 'user preference' persists in the system, you will not get your default sort order back. You can click on col1, but that will only sort on column 1.<br><br>You can remove the user preference by creating a process that does session state management and selecting 'Reset Preferences (remove all preferences for current user)'....but -be carefull-, this resets all user preferences, not just for the report you are working with.<br><br>You could also have 2 report regions that are on oposit conditions (default sort vs. user sort) and not make the columns in the default sort user selectable.<br><br>"You could call APEX_UTIL.SET_PREFERENCE and set the preference value to null. The preference name would be of the form: 'FSP'|| <application_id> ||'_P' || <page_id> || '_R' || <region_id> || '_SORT' Just keep in mind that the application ID and region ID can change when you import into a different application ID." <-- credited to Joel Kallman (thanks Joel)

  • Query result set ordered incorrectly

    Hallo,
    I have this problem.
    I have a table (lisitab) with a list of codes, for example:
    A0001
    A0002
    AD063
    AY064
    In my java class I run a query (select lisi_codi from lisitab order by lisi_codi) and I expect the following order:
    A0001
    A0002
    AD063
    AY064
    but I have this result:
    AD063
    AD064
    A0001
    A0002
    What is strange it's that if I execute the query in SQL*Plus or other tools (PLSQLDeveloper for example) it works fine! When run my JDeveloper application I have the bad ordered result set.
    My DB is Oracle 8.1.7 on Windows2000(SP2). The DB language is set as AMERICAN_AMERICA.WE8DEC.
    The client is set with NLS_LANG AMERICAN_AMERICA.WE8DEC and I'm using Oracle OCI JDBC Drivers 8.1.7 deployed with JDeveloper 3.2.
    I presume there's a bug (a BIG BUG!!!) into JDBC Drivers.
    How can I work without trusting in order by ?
    Could anyone help me?
    Thanks
    G.Grimoldi
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Joaquin Sanchez Jimenez ([email protected]):
    Hi:
    Could you send table description and complete query?. What version of JDBC and database ...
    J.<HR></BLOCKQUOTE>
    The table (lisitab) is very simple:
    lisi_codi varchar2(16) not null (PK)
    lisi_desc varchar2(40)
    The select is:
    select lisi_codi from lisitab order by lisi_codi
    I'm working on Oracle 8.1.7 on Windows 2000 and JDBC drivers are Oracle JDBC 8.1.7 deployed with Jdeveloper 3.2.
    I also tried with an Oracle 8.1.7 DB with charset WE8ISO8859P1 and a client with the same charset, but the result is same: bad ordered result set!
    Is there anybody at Oracle who could tell me why and how to resolve (or workaround) this tedious and dangerous problem?
    Thanks
    null

  • Set order of photo stream photos

    is there ay way of setting the order of appearence of photos in photo stream or in camera folder.

    No. The default is time/date order.
    The easiest thing to do would be to look for a third party photos app that gives you more control.
    Theoretically you can use a computer and file properties changer to make all the files the exact same time, and if they are then the photos app defaults to alphabetical order....but it's a bit tedious and if your photos folder is a constantly changing thing, likely more trouble than it's worth.

Maybe you are looking for