CMS: Unable to set new SP Number or Patch Level at Assembly

Hi!
For one of my development tracks in CMS, I have lost the ability to set a new Support Package Number or Patch Level when I execute Assembly. In the Assembly Options pop-up, I can assign a patch name as usual, but under Support Package Number I only have the option to "Keep Current Support Package Number", and under Patch Level I only the have the option to "Keep Current Patch Level".
Anyone have an idea of what is causing this??
Best regards,
Thorsten

Hi Fabian,
No solution yet, unfortunately. Yours is the first reply to this topic at all
If I manage to solve the issue somehow, I'll be sure to post a reply to this thread.
Regards,
Thorsten

Similar Messages

  • Unable to set asset tag number in bios 1.17 on Thinkpad Yoga S1

    Hi I have a bunch of Thinkpad Yoga Machine Type 20CD002UUS and I've been trying to set the asset tag in the bios.  According to support I can use this tool: http://support.lenovo.com/us/en/products/laptops-a​nd-netbooks/thinkpad-yoga-series-laptops/thinkpad-​...
    It was working great on a bunch of machines and then just stopped.  I realized the only difference was the bios version.
    On the ones that WORKED the bios is 1.16, the ones that DO NOT WORK are bios 1.17.
    Has anyone has this issue?  It doesn't say anything about the BIOS version being an issue, but it's realy annoying.
    Anyone have any pointers?
    Machines are running Windows 8.1 64 bit
    Solved!
    Go to Solution.

    Good day and welcome to the community.
    Sorry you're having difficulties.
    Looking at the v1.17 BIOS readme: http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mob​iles/gquj12ww.txt
    I see one item that may be related, stressing "may":  "(New) Improved the UEFI BIOS security feature."
    Wish I could offer more.
    Regards.
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество
    Community Resources: Participation Rules • Images in posts • Search (Advanced) • Private Messaging
    PM requests for individual support are not answered. If a post solves your issue, please mark it so.
    X1C3 Helix X220 X301 X200T T61p T60p Y3P • T520 T420 T510 T400 R400 T61 Y2P Y13
    I am not a Lenovo employee.

  • Firefox android opens to about.config as home page. unable to set new home page

    firefox android always opens new tab or browser session on about:config page.
    I've restarted browser and tablet(Samsung Galaxy Tab 3), and this behavior still persists.
    All google searches suggest that the firefox android browser home page cannot be changed but this is obviously not true.
    I've tried solutions that suggest navigating to about:home and modifying bookmarks and these paths do not work.
    The awesome bar is far from awesome!!!!!!
    How do I stop the browser from starting at about:config and how can I make the home page be what I want?

    In the about:config page entry on the desktop there is a homepage entry, but does not show up on my android, odd.
    Try this > Settings > Customize > Home
    Change setting here and open a new tab to see if changes are made.
    Also check the about:addons page to see if you have any homepage add ons that has saved the about:config page as the home page.
    Looking forward to your reply!

  • Unable to set new values in Entity

    Hi Experts,
    I am trying to change an entity from readonly to changeable and set property of an attribute. But, i am not successful. In the below "If ME->IS_CHAN......" condition, the second condition is not successful and it doesnot let the entity to change. I am not sure, from where the data is getting filled for "ME->CONTAINER_PROXY->DATA_REF->ATTRIBUTE_REF". Can someone please point me the solution ?
    Thanks in advance.
    method IF_BOL_BO_PROPERTY_ACCESS~SET_PROPERTY .
      data: LV_IDX       type CRMT_IDX,
            LV_PROPS_OBJ type ref to IF_GENIL_OBJ_ATTR_PROPERTIES.
      field-symbols: <DATA>  type any,
                     <VALUE> type any.
      MAKE_VALID_STATE( ).
      assign ME->CONTAINER_PROXY->DATA_REF->ATTRIBUTE_REF->* to <DATA>.
      assign component IV_ATTR_NAME of structure <DATA> to <VALUE>.
      if SY-SUBRC = 0.
    *   check changeability of property
        LV_PROPS_OBJ = ME->CONTAINER_PROXY->GET_ATTR_PROPS_OBJ( ).
        try.
            LV_IDX = OBJECT_MODEL->GET_ATTR_IDX_BY_NAME(
                                 IV_OBJECT_NAME = ME->MY_INSTANCE_KEY->OBJECT_NAME
                                 IV_ATTR_NAME   = IV_ATTR_NAME ).
            if ME->IS_CHANGEABLE( ) = ABAP_TRUE and
               LV_PROPS_OBJ->GET_PROPERTY_BY_IDX( LV_IDX ) ne IF_GENIL_OBJ_ATTR_PROPERTIES=>READ_ONLY.
              if <VALUE> ne IV_VALUE.
                if ME->MY_MANAGER_ENTRY->DELTA_FLAG is initial.
    *             first 'change' -> proof that entity is locked
                  if ME->MY_MANAGER_ENTRY->LOCKED = FALSE.
                    if ME->LOCK( ) = FALSE.
                      return.
                    endif.
                  endif.
    Edited by: Gaurav Subramaniam on Jun 2, 2011 5:30 PM
    Edited by: Gaurav Subramaniam on Jun 2, 2011 5:31 PM

    Hi Gaurav,
    As already mentioned your entity is set to READ-ONLY mode at GenIL level. Hence, the following line returns READ-ONLY :-
    LV_PROPS_OBJ->GET_PROPERTY_BY_IDX( LV_IDX ) ne IF_GENIL_OBJ_ATTR_PROPERTIES=>READ_ONLY.
    This is set at GenIL level in the GenIL class. Hence, you'll have to find the GenIL class and look for method - SET_ATTR_PROPERTIES. Here you will find code that sets mode (changeable / readonly) each attribute.
    Follow below steps :-
    - Create a Zclass and inherit it from the above class.
    - Redefine the above method.
    - Set attributes to changeable mode.
    Here is a sample code :-
      DATA: lv_attr_props       TYPE REF TO if_genil_obj_attr_properties.
    * First get the property object
      lv_attr_props = iv_object->get_attr_props_obj( ).
      lv_attr_props->set_property_by_name( iv_name  = 'Field1'
                                           iv_value = if_genil_obj_attr_properties=>changeable ).
      lv_attr_props->set_property_by_name( iv_name  = 'Field2'
                                           iv_value = if_genil_obj_attr_properties=>changeable ).
    Alternatively you can set attribute properties for all fields at once :-
    * set property 'changeable' for all attributes
      lv_attr_props->set_all_properties( if_genil_obj_attr_properties=>changeable ).
    Thanks,
    Ashish

  • 30EA3: Unable to set new password containing semicolon

    Hello Forum,
    I just encountered an error while trying to change my password on an Oracle 10.2.0.5 Database. I entered the command "password" in the SQL worksheet and pressed F9. I was asked to enter old and new passwords both of them containing a semicolon (";"). I just got the message "password could not be changed" (I hope I translated the message correctly from german).
    SQL*Plus does accept the new password though...
    I'm running SQL Developer on Windows XP SP3 with the bundled jdk (shown as 1.6.0_11) and connecting to Oracle 10.2.0.5 on Windows 2000.
    The normal login does accept my new password after changing it via SQL*Plus.
    Regards,
    dhalek
    Edited by: dhalek on 06.02.2011 23:48

    http://techreport.com/review/26905/ocz-arc-100-solid-state-drive-reviewed
    "However, support for the related IEEE and TCG Opal specifications is missing from the Arc 100's feature list, which rules out compliance with Microsoft's eDrive standard and third-party encryption management software."
    This is probably why.
    W520: i7-2720QM, Q2000M at 1080/688/1376, 21GB RAM, 500GB + 750GB HDD, FHD screen
    X61T: L7500, 3GB RAM, 500GB HDD, XGA screen, Ultrabase
    Y3P: 5Y70, 8GB RAM, 256GB SSD, QHD+ screen

  • Illustrator won't run: "unable to set maximum number of files to be opened"

    I have an intel macbook pro (core duo with 2GB ram) and a copy of purchased adobe creative suite 2. Other applications in the suite like photoshop, acrobat, etc can run on my mac without any problem. But when I try to run illustrator, it just shows an error message "Unable to set maximum number of files to be opened" and quits. I also installed a trial version of illustrator cs3 and got the same problem. Can anyone help? Thanks.
    CC

    Hi, I realize this is an old thread but it was unanswered and the issue has come up again in a newer thread:
    http://forums.adobe.com/message/2534652
    If the original poster sees this, can you reply tin the new thread and let us know if you were ever to solve this problem?
    Thanks!

  • Unable to update new carrier setting

    unable to update new carrier setting for iPhone 3G, it says error occurred (0xE8000001)

    I am having the same problem.
    Bought iPhone 3G on Vodafone AU.
    Paid Voda to unlock it.
    When I plug in to itunes I get a 'your carrier settings can now be updated would you like to proceed' sort of message. The first time I connect it then says 'Carrier Settings Updated' Yet i get no signal.
    NEXT TIME I sync, it tries again, and then i get the same error as listed in this post.
    I've tried this on TWO PC's (in every port!) and on a MacBook Pro (both USB ports).
    I initially thought maybe Vodafone were just being slack in unlocking the phone, but have since found out that APPLE do the unlocking at their end and have basically put my IMEI number on their 'white list', so every time I sync it checks with Apple and lets me have a different version of software that unlocks the phone.
    It's very frustrating, because the restore process takes about 15 mins, so I keep just trying random different things, but no one has any firm instructions.
    Can I please confirm this is what I am meant to be doing.
    1. Swap SIM to NEW sim.
    2. Plug in to iTunes.
    3. Carrier settings will then update.
    4. RESTORE iPhone 3G.
    5. SHOULD BE ALL OK... but after restore it will say 'please insert a compatible SIM that is unlocked. (ie, put the vodafone SIM back in!)
    Am I missing something obvious? or is this an Apple issue.

  • [CUPS] Unable to set my new CUPS server with an HP printer (solved)

    Hello,
    I come from Gentoo and I just installed my new Arch Linux server on a notebook with 2 NIC ... Now, I'm trying to set the CUPS deamon to share printer (HP DESKJET 895Cxi) for 3 workstations in my LAN. Before, it was working (printer and linux ... has never been very good...). But now, I'm not able, and it's about 1 hour I'm looking for a stupid error that I don't know if it's important or not ...
    (all is on my Wiki : http://pix-mania.dyndns.org/mediawiki/index.php/Cups)
    Here are a list of installed package : cups ghostscript gsfonts hplip
    The printer (USB) :
    (lsusb)
    Bus 002 Device 004: ID 03f0:0004 Hewlett-Packard DeskJet 895c
    (dmesg)
    usb 2-2: new full speed USB device using uhci_hcd and address 4
    usblp0: Disabling reads from problematic bidirectional printer
    usblp0: USB Unidirectional printer dev 4 if 0 alt 1 proto 2 vid 0x03F0 pid 0x0004
    Current configuration (only change made to original configuration) :
    Listen <ip_serveur>:631
    <Location />
    Order allow,deny
    Allow From all
    </Location>
    <Location /admin>
    Order allow,deny
    Allow From all
    </Location>
    <Location /admin/conf>
    AuthType Default
    Require user @SYSTEM
    Order allow,deny
    Allow From all
    </Location>
    When starting cups service, all is fine : I can use a workstation to browse the Web Interface ... but printer seems to be not detected since it tells "No printers." when clicking on "Printers" tab. So, I go to "Administration" tab and, under "Printers", I click the "Find New Printers" and again, it says : "No printers found.".
    Not goot ... so, like I was doing with Gentoo, I click on "Add Printer" ... then, I receive a redirection to HTTPS ... click on the link (or wait) and nothing happend (timed out): web interface is broken for HTTPS ... I really got no idea why HTTPS is not working .
    After that, when updating the configuration (with vim) and restarting the service, deamon won't stop and I have to send a "kill -9" to the cupsd pid ...
    I look in log and I can just see this :
    E [09/Jan/2011:18:19:55 +0100] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    I googled for one hour, but is not more working right now ...
    Some questions :
    - the printer is not detected? Is it because of the ACLs errors ?
    - what the hell is "ACLs" for cups ? Never seen that before ...
    So, right now, I got a working HTTP but not working HTTPS, with no printer available ... very useless
    This printer is working "well" with cups, since it's an old model and it's a HP printer, so is "fully?" working on Linux ...
    Any idea on what to do/try now ?
    EDIT: after that message, I just refresh the page (I'm using Chromium) and ... magically, HTTPS was working (after accept untrusted certificate for HTTPS?) ... Then, go back to "Find New Printers" and now, it was working. Printer has been added ... Seems to be OK, but the "Print Self Test Page" doesn't work right now because of this :
    Unsupported format 'application/vnd.cups-command'!
    Current log file :
    E [09/Jan/2011:18:19:55 +0100] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    E [09/Jan/2011:18:24:48 +0100] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    E [09/Jan/2011:18:29:08 +0100] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    E [09/Jan/2011:18:36:28 +0100] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    E [09/Jan/2011:18:36:42 +0100] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    E [09/Jan/2011:18:41:06 +0100] Unknown SystemGroup "sys root lpadmin" on line 13, ignoring!
    E [09/Jan/2011:18:41:06 +0100] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    E [09/Jan/2011:18:42:24 +0100] Unknown SystemGroup "lpadmin" on line 14, ignoring!
    E [09/Jan/2011:18:42:24 +0100] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    E [09/Jan/2011:18:45:12 +0100] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    E [09/Jan/2011:18:47:32 +0100] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    E [09/Jan/2011:18:48:35 +0100] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    E [09/Jan/2011:18:49:35 +0100] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    E [09/Jan/2011:18:59:46 +0100] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    E [09/Jan/2011:19:33:06 +0100] Unable to encrypt connection from <ip_workstation> - A TLS packet with unexpected length was received.
    E [09/Jan/2011:19:33:06 +0100] Unable to encrypt connection from <ip_workstation> - A TLS packet with unexpected length was received.
    E [09/Jan/2011:19:33:06 +0100] Unable to encrypt connection from <ip_workstation> - A TLS packet with unexpected length was received.
    E [09/Jan/2011:19:33:13 +0100] Unable to encrypt connection from <ip_workstation> - A TLS packet with unexpected length was received.
    E [09/Jan/2011:19:33:13 +0100] Unable to encrypt connection from <ip_workstation> - A TLS packet with unexpected length was received.
    E [09/Jan/2011:19:33:13 +0100] Unable to encrypt connection from <ip_workstation> - A TLS packet with unexpected length was received.
    E [09/Jan/2011:19:33:13 +0100] Unable to encrypt connection from <ip_workstation> - A TLS packet with unexpected length was received.
    E [09/Jan/2011:19:33:13 +0100] Unable to encrypt connection from <ip_workstation> - A TLS packet with unexpected length was received.
    E [09/Jan/2011:19:33:37 +0100] [CGI] Unable to create avahi client: No such file or directory
    E [09/Jan/2011:19:33:37 +0100] [cups-deviced] PID 2744 (dnssd) stopped with status 1!
    E [09/Jan/2011:19:33:37 +0100] Unable to encrypt connection from <ip_workstation> - A TLS packet with unexpected length was received.
    E [09/Jan/2011:19:34:09 +0100] [CGI] Unable to create avahi client: No such file or directory
    E [09/Jan/2011:19:34:09 +0100] [cups-deviced] PID 2763 (dnssd) stopped with status 1!
    E [09/Jan/2011:19:39:51 +0100] Unable to encrypt connection from <ip_workstation> - A TLS packet with unexpected length was received.
    E [09/Jan/2011:19:39:52 +0100] [cups-driverd] Bad driver information file "/usr/share/cups/model/foomatic-db-ppds/Kyocera/ReadMe.htm"!
    E [09/Jan/2011:19:41:23 +0100] [cups-driverd] Bad driver information file "/usr/share/cups/model/foomatic-db-ppds/Kyocera/ReadMe.htm"!
    E [09/Jan/2011:19:44:49 +0100] Unable to encrypt connection from <ip_workstation> - A TLS packet with unexpected length was received.
    E [09/Jan/2011:19:47:16 +0100] Returning IPP client-error-document-format-not-supported for Send-Document (ipp://localhost:631/printers/HP_DeskJet_895C_USB_ES89M230MKGO_HPLIP) from localhost
    E [09/Jan/2011:19:49:36 +0100] Returning IPP client-error-document-format-not-supported for Send-Document (ipp://localhost:631/printers/HP_DeskJet_895C_USB_ES89M230MKGO_HPLIP) from localhost
    EDIT2: tried to print "Print Test Page" instead of the above ... and got these errors :
    (web interface)
    "/usr/lib/cups/backend/hp failed"
    (error_log)
    E [09/Jan/2011:20:08:31 +0100] [CGI] Unable to create avahi client: No such file or directory
    E [09/Jan/2011:20:08:31 +0100] [cups-deviced] PID 3126 (dnssd) stopped with status 1!
    D [09/Jan/2011:20:09:16 +0100] [Job 5] perl: warning: Setting locale failed.
    D [09/Jan/2011:20:09:16 +0100] [Job 5] prnt/backend/hp.c 559: dBus Connection Error (Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory)!
    D [09/Jan/2011:20:09:16 +0100] [Job 5] perl: warning: Please check that your locale settings:
    D [09/Jan/2011:20:09:16 +0100] [Job 5] LANGUAGE = (unset),
    D [09/Jan/2011:20:09:16 +0100] [Job 5] LC_ALL = (unset),
    D [09/Jan/2011:20:09:16 +0100] [Job 5] LANG = "fr_FR.UTF-8"
    D [09/Jan/2011:20:09:16 +0100] [Job 5] are supported and installed on your system.
    D [09/Jan/2011:20:09:16 +0100] [Job 5] perl: warning: Falling back to the standard locale ("C").
    D [09/Jan/2011:20:09:16 +0100] [Job 5] GhostScript extra search path ('GS_LIB'): /usr/share/cups/fonts
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Pondering option 'job-uuid=urn:uuid:e4395221-1209-32a9-5add-30f7945eaa6b'
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Unknown option job-uuid=urn:uuid:e4395221-1209-32a9-5add-30f7945eaa6b.
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Pondering option 'job-originating-host-name=localhost'
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Unknown option job-originating-host-name=localhost.
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Pondering option 'time-at-creation=1294600145'
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Unknown option time-at-creation=1294600145.
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Pondering option 'time-at-processing=1294600145'
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Unknown option time-at-processing=1294600145.
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Pondering option 'AP_D_InputSlot='
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Unknown option AP_D_InputSlot=.
    D [09/Jan/2011:20:09:16 +0100] [Job 5] prnt/backend/hp.c 625: ERROR: 5021 device communication error!
    D [09/Jan/2011:20:09:16 +0100] [Job 5] GPL Ghostscript 9.00: Unrecoverable error, exit code 1
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Process 3154 ending: "gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -sDEVICE=ijs -sIjsServer=hpijs -dDEVICEWIDTHPOINTS=5..."
    D [09/Jan/2011:20:09:16 +0100] [Job 5] renderer return value: 1
    D [09/Jan/2011:20:09:16 +0100] [Job 5] renderer received signal: 1
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Process dying with "Possible error on renderer command line or PostScript error. Check options.", exit stat: 3
    D [09/Jan/2011:20:09:16 +0100] [Job 5] error: No such file or directory (2)
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Cleaning up ...
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Killing process 3153 (KID4) with signal 15
    D [09/Jan/2011:20:09:16 +0100] [Job 5] KID3 exited with status 3
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Renderer exit stat: 3
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Killing process 3153 (KID4) with signal 9
    D [09/Jan/2011:20:09:16 +0100] [Job 5]
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Closing foomatic-rip.
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Renderer process finished
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Process dying with "Error closing renderer", exit stat: 3
    D [09/Jan/2011:20:09:16 +0100] [Job 5] error: (0)
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Cleaning up ...
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Killing process 3152 (KID3) with signal 15
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Killing process 3152 (KID3) with signal 9
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Error closing renderer
    D [09/Jan/2011:20:09:16 +0100] [Job 5]
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Closing foomatic-rip.
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Backend returned status 4 (stop printer)
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Printer stopped due to backend errors; please consult the error_log file for details.
    D [09/Jan/2011:20:09:16 +0100] [Job 5] End of messages
    D [09/Jan/2011:20:09:16 +0100] [Job 5] printer-state=5(stopped)
    D [09/Jan/2011:20:09:16 +0100] [Job 5] printer-state-message="/usr/lib/cups/backend/hp failed"
    D [09/Jan/2011:20:09:16 +0100] [Job 5] printer-state-reasons=paused
    E [09/Jan/2011:20:14:21 +0100] [Job 5] Stopping unresponsive job!
    EDIT3: I tested the ppd from cups (and not hpijs) and got the same problem ... The latest idea was to unplug USB and plug to another USB ... and it seams to works ... Now, the test page print "fine" ...
    So, I shared the printer over my LAN, and tried to print from a workstation ... it works fine now ... when looking error_log, I can see than there is no more Ghostscript error .
    But I have a last question .. if somebody can answer ... When choosing a PPD file, I have the choice between 3 version :
    - hpijs, 3.10.9
    - hpijs, 3.10.9.11
    - hpcups, 3.10.9
    Don't know why onlyl the HPIJS got the ".11" and not any others ... I selected this one and here is what Cups say about the printer :
    HP_DeskJet_895C_USB_ES29Z231JKGO_HPLIP HP DeskJet 895C Local Printer HP Deskjet 895c hpijs, 3.10.9.11 Idle - "ready to print"
    I hope when upgrading the system, I will not get error from PPD file not found ... With my current PPD file, I get (really not sure) this error, but print is working so, it doesn't matter :
    E [09/Jan/2011:21:08:04 +0100] [CGI] Unable to create avahi client: No such file or directory
    E [09/Jan/2011:21:08:04 +0100] [cups-deviced] PID 5705 (dnssd) stopped with status 1!
    E [09/Jan/2011:21:08:09 +0100] [cups-driverd] Bad driver information file "/usr/share/cups/model/foomatic-db-ppds/Kyocera/ReadMe.htm"!
    Thanks for all .. hope you don't think I'm crazy ^^
    Last edited by loopx (2011-01-09 20:31:21)

    WD and their lack of support for Mavericks:
    A recent email from WD reads:
    Dear WD Registered Customer,
    UPDATE: November 1st, 2013
    As a valued WD customer we want to make you aware of new reports of Western Digital and other external HDD products experiencing data loss when updating to Apple's OS X Mavericks (10.9). WD is urgently investigating these reports and the possible connection to the WD Drive Manager, WD Raid Manager and WD SmartWare software applications. Until the issue is understood and the cause identified, WD strongly urges our customers to uninstall these software applications before updating to OS X Mavericks (10.9), or delay upgrading. If you have already upgraded to Mavericks, WD recommends that you remove these applications and restart your computer. If you have already upgraded to Mavericks and are experiencing difficulty in accessing your external hard drive, please do not save anything to the drive, disconnect the drive from your computer, and contact Western Digital Customer Service at http://support.wd.com/country/ for further assistance.
    The WD Drive Manager, WD Raid Manager, and WD SmartWare software applications are not new and have been available from WD for many years. However, solely as a precaution WD has removed these applications from our website as we investigate this issue.
    Sincerely,
    Western Digital
    Which is basically Western Digital informing you that their out-of-date utilities don’t support Mavericks.
    In any case those utilities are not the most effective. The moral of the story is: the first thing you should do after buying a WD drive is to format it as HFS Extended (Journaled) and not install ANY of their utilities but instead use reliable applications like CarbonCopyCloner or SuperDuper - or Time Machine.

  • How to set a new SCSI number for a second drive?

    How to set a new SCSI number for a second drive?
    Walter

    Walter,
    This web site gives a good diagram:
    http://www.hitachigst.com/hdd/support/dpes/dpesjum.htm
    On a Quantum hard disk drive - they were the original equipment manufacturer (OEM) hard drive provider for Apple, you will see three or four pairs of pins on the green circuit board. They are labled:
    AO . .
    A1 . .
    A2 . .
    If no pins are connected, you have SCSI ID Zero This was the standard setting from the factory.
    If you short out the pins beside AO .__. , you have designated SCSI ID One.
    If you short out the pins beside A1 .__. , you have designated SCSI ID Two.
    If you short out the pins beside A2 .__. , you have designated SCSI ID Four.
    These values can be added together to get other SCSI IDs. If you have a jumper beside AO AND A1, that will add up to SCSI ID Three.
    Some of the quantum drives used tiny black plastic jumpers with tiny metal contacts. I have yet to find a store that sells the tiny ones. I get my larger jumpers from old PC motherboards that are being thrown away. A small piece of aluminum foil will work as a jumper in a pinch. Just make sure it soed not fall off and short something else out!
    Jim
    PS
    CD-ROM drives are set at the factory as ID 3. Internal drives are set at ID 0. I set my external SCSI drive at SCSI 1 so it does not conflict with the internal drive. Internal Zip drives are set at ID 5 and external Zip drives let you choose between 5 and 6. I set my burners at ID 4. Come up with a master plan for your devices like scanners and burners. Apple System Profiler will give you info on the device ID. If the computer fails to boot, turn off all but one SCSI device and make sure of its ID. Then check each subsequent device by powering up only one device at a time while booting from a CD at ID #3.

  • Unable to set Open Directory master on brand new server

    I have a brand new Mac Mini server running 10.6.2 which I am unable to set as an OD master, receiving the error "There was a configuration error when configuring your server as an Open Directory Master. See the Configuration Log for more information about the failure."
    The log reads as follows...
    2010-01-10 10:34:31 +1100 - slapconfig -createldapmasterandadmin
    2010-01-10 10:34:31 +1100 - Creating password server slot
    2010-01-10 10:34:31 +1100 - command: /usr/sbin/mkpassdb -a -u diradmin -p -q
    2010-01-10 10:34:32 +1100 - command: /usr/sbin/mkpassdb -a -u root -p -q
    2010-01-10 10:34:32 +1100 - command: /usr/sbin/mkpassdb -a -u paisleypark.local$ -p -q
    2010-01-10 10:34:32 +1100 - command: /usr/sbin/mkpassdb -setcomputeraccount 0x4b4912886b8b45670000001b0000001b
    2010-01-10 10:34:32 +1100 - Setting SASL realm to <OpenDirectory.pIxrV9>
    2010-01-10 10:34:32 +1100 - command: /usr/sbin/mkpassdb -setrealm OpenDirectory.pIxrV9
    2010-01-10 10:34:32 +1100 - Copied file from /etc/openldap/slapd.conf to /etc/openldap/slapd.conf.backup.
    2010-01-10 10:34:34 +1100 - command: /usr/bin/net getlocalsid
    2010-01-10 10:34:34 +1100 - Removed file at path /var/db/openldap/openldap-data/DB_CONFIG.
    2010-01-10 10:34:34 +1100 - Starting LDAP server (slapd)
    2010-01-10 10:34:54 +1100 - Error: The slapd process did not start.
    2010-01-10 10:34:54 +1100 - Stopping LDAP server (slapd)
    2010-01-10 10:34:54 +1100 - Removed file at path /var/run/slapconfig.lock.
    ... but I am unable to locate any reference to the specific error in these forums or via my friendly neighbourhood Google.
    Any ideas greatly appreciated.

    Well, like I mentioned, if DNS is not properly configured, all bets are off. And again, if you start services before making it an OD master, you could be asking for trouble. You may be able to fix the installation, but I'd seriously consider starting over.
    You might be able to fix what you have well enough to make it work, but what happens in 6 months when it gets flaky about something. You may end up wondering of there was something wrong to begin with.
    So yes, I'd start over.

  • I renamed my Apple ID with new name but the old password is no more working. What should I do ? After renaming I am getting pop up message regarding icloud on my screen but I am unable to set off the message box now

    I renamed my Apple ID with new name but the old password is no more working. What should I do ? After renaming I am getting pop up message regarding icloud on my screen but I am unable to set off the message box now

    What to do after you change your Apple ID email address or password - Apple Support
    ÇÇÇ

  • "-unable to validate this serial number-" – Moving CS6 software to new employee

    We just had a member of our team leave for a new job who we had upgraded from CS6 to CC a few months ago. We've been trying to install his "old" copy of CS6 on a new employee's machine using their (new) company Adobe ID but when entering the serial number during installation we get the following message:
    "We are unable to validate this serial number for CS6 Design and Web Premium. Please contact Customer Support."
    Trouble is, when going through CS6 CS there doesn't seem to be any direct contact for CS (no phone, no chat). Is the serial number still tied to his work Adobe ID? If so, how can we deactivate that so as to re-open the license for a fresh install?

    As far as I know (I do not work for Adobe) a serial number is "tied" to the person who activated it... so you are going to need to DE-activate by logging in on the old computer with the old ID
    Then, to use that serial number with a new person, I **think** you will need to do a license transfer (you may be able to just activate with a new ID, but I really don't know)
    License Transfer https://forums.adobe.com/thread/1355892

  • Unable to set Skype Number as Caller ID despite su...

    Hi there,
    I have been trying in vein to set my new Skype number as caller ID for all my Skype calls. The reason I purchased a Skype number was for this reason. Depsite following the how to on this page "What is caller identification and how do I set it up?" my Skype number does not appear in the drop down menu when I follow all these steps ONLY my mobile number shows up.  I am a little annoyed by this and I would not have paid for a Skype number had I know you can not actual assign this number to your caller ID.  Maybe I am doing something wrong however, I am tech savvy enough to follow instructions and these don't help. I hope it is possible otherwise I feel I will need to seek my money back.  Thanks in advance

    i am in the same boat
    just spent $24.00 for 3 months..
    and found out that i can not use this number as my caller ID.
    very annoyed

  • HT1918 I am unable to set up an iTunes billing account as I don't have an issue number on my card, I have tried just inputting different numbers such as just putting 1 but its not allowing me further!?

    I am unable to set up an iTunes billing account as I don't have an issue number on my card, I have tried just inputting different numbers such as just putting 1 but its not allowing me further!?

    Sorry, but you can't. You can only use a credit card issued by a French bank and with a French billing address. Your only solution is going to be to purchase prepaid iTunes cards (there should be several places you can buy them; perhaps FNAC) and use prepaid cards to open the account and purchase.
    Regards.

  • How to set a new MEASURE NUMBER in Logic

    Hi guys,
    I can't find this in the manual so hopefully you can help.
    I am trying to SET a measure number 1 in the MIDDLE of my project.
    What I have going on is this: I am trying to score to a video.. The Video quicktime that I was given is LONGER than it needs to be at the head. Like there's an extra minute or so of material before the part of the video at which the director needs music.
    How can I set measure 1 to begin where I want to? I don't want to use the beat map function. I have the beat set at 116.
    I want to make BAR POSITION 11 4 2 1 to be: 1 1 1 1
    Is this possible? Just FYI — when I set the SMPTE for the video to start bar 1 1 1 1, the video doesn't seem to comply. It still butts the front end of the video to 1 1 1 1 no matter what I do (such that the timecode burn-in does not match Logic's SMPTE.)

    Thanks for the quick reply - that's what I've been doing - but that still doesn't solve my problem. I basically want "X" number of "negative numbered" measures and BAR 1 1 1 1 will start like 11 measures into my project for example.
    I found a workaround, which was to snip the video in Final Cut Pro before bringing it into Logic but I can't believe there isn't a better solution.
    Literally every forum out there and every manual - if you type in "measures" or "measure numbering" there is no info.

Maybe you are looking for