Unable To Load NIS Map (printers and printers.conf)

Hello;
I am trying to migrate my NIS maps for "printers" and "printers.conf" into my newly built DSEE 11.1.1.7 (Solaris/Sparc) server, and I am getting this error (same for each):
# ldapaddent -a simple -D "cn=Directory Manager" -f /tmp/printers printers
Enter password:
database printers not supported; supported databases are:
        hosts
        ipnodes
        rpc
        protocols
        networks
        services
        group
        netmasks
        ethers
        netgroup
        bootparams
        publickey
        passwd
        shadow
        aliases
        auto_
        user_attr
        prof_attr
        exec_attr
        auth_attr
        audit_user
        tnrhdb
        tnrhtp
        project
From my DCC, I am able to see an OU named printers, but it is empty, and not showing up in the output above.
Any help greatly appreciated.

Update:
I've found that you must use the lpset command to populate/install UNIX printers.
As an example, an entry in my printers.conf looked like this:
hplj1001:\
        :bsdaddr=printserver1.example.com,hp30ps:\
        :description=Semi-Retired HPLJ:
I added it using the following command:
lpset -n ldap -h ldapserver -D "cn=Directory Manager" -a hplj001:bsdaddr=printserver1,hp30ps hplj001
I hope this is right, I have no way of testing at the moment, am I doing this right, is there a faster, more foolproof way to do this?
Lastly, how do I assign "default" printers for users?
TIA!

Similar Messages

  • Hi! I lost all the programs on my mac book's hard-drive. I reinstalled Mac os x snow Leopard Disc, the computer, now works well.But, I am unable to load my address book and transfer some pictures for a CD (I used to have) back to the Mac Book. Can you hel

    I am trying to reinstall my programs (which I lost when my hard-drive crashed) on my Mac Book.
    The unit works well, having used my mac os x Leopard Cd.
    I am however, unable to load my Address Book (from a stick) and some pictures from a Cd which used to work previously on the unit.
    Can you help?

    I am trying to reinstall my programs (which I lost when my hard-drive crashed) on my Mac Book.
    The unit works well, having used my mac os x Leopard Cd.
    I am however, unable to load my Address Book (from a stick) and some pictures from a Cd which used to work previously on the unit.
    Can you help?

  • Uccx 8,5 outbound IVR unable to load contact list intermittently and other ?

    Good morning
    on our outbound IVR we seem to have problems importing the contacts page and sometimes when it does load it show the calls were successful, yet none of the numbers were dialed. when we import the contacts it will usually show the remaining contacts but on several, more than should be, it imports and shows 0 for remaining contacts and also sometimes it will load and we enable the campaign it will show 0 remaining on the report yet no phones ever rang?
    has anyone had any issue with import, we are using the same file over and over so it is not a formatting issue.
    Thank you

    Were you able to figure out how to pass the accountNumber or the First name from the import file to the IVR script?
    I'm trying to do the same thing.

  • Unable to load the pof configuration

    Hi all,
    Im trying with pof serialization but unable to load the pof configuration and im getting the following error:
    2013-06-12 14:41:49,582 [catalina-exec-1] ERROR com.distcachedemo.KnCacheDemoServlet - doPost(HttpServletRequest, HttpServletResponse)::
    (Wrapped) java.io.NotSerializableException: com.distcachedemo.dto.KnMasterListResponse
        at com.tangosol.util.ExternalizableHelper.toBinary(ExternalizableHelper.java:215)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$ConverterValueToBinary.convert(PartitionedCache.CDB:3)
        at com.tangosol.util.ConverterCollections$ConverterMap.put(ConverterCollections.java:1674)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$ViewMap.put(PartitionedCache.CDB:1)
        at com.tangosol.coherence.component.util.SafeNamedCache.put(SafeNamedCache.CDB:1)
        at com.distcachedemo.KnCorpContactInfoControllerDemo.getMasterList(KnCorpContactInfoControllerDemo.java:183)
        at com.distcachedemo.KnCacheDemoServlet.doPost(KnCacheDemoServlet.java:60)
    Please let me know what is that i need to correct in the below:
    NOTE: I have also tried Proxy Scheme with serializer and it too did not work
              From the coherence logs i havent found the log of POF configuration being loaded.
    Configuration used:
    ============
    cache-config.xml::
    <?xml version="1.0"?>
    <cache-config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xmlns="http://xmlns.oracle.com/coherence/coherence-cache-config"
       xsi:schemaLocation="http://xmlns.oracle.com/coherence/coherence-cache-config coherence-cache-config.xsd">
       <caching-scheme-mapping>
          <cache-mapping>
             <cache-name>nspoc*</cache-name>
             <scheme-name>distributed-ns</scheme-name>
          </cache-mapping>
         <cache-mapping>
             <cache-name>poc*</cache-name>
             <scheme-name>distributed</scheme-name>
          </cache-mapping>
       </caching-scheme-mapping>
    <caching-schemes>
          <distributed-scheme>
             <scheme-name>distributed-ns</scheme-name>
             <service-name>DistributedCache-ns</service-name>
             <thread-count>4</thread-count>
             <request-timeout>60s</request-timeout>
             <backing-map-scheme>
                        <external-scheme>
                            <nio-memory-manager>
                                <initial-size>1MB</initial-size>
                                <maximum-size>100MB</maximum-size>
                            </nio-memory-manager>
                            <high-units>100</high-units>
                            <unit-calculator>BINARY</unit-calculator>
                            <unit-factor>1048576</unit-factor>
                        </external-scheme>
             </backing-map-scheme>
             <autostart>true</autostart>
          </distributed-scheme>
          <distributed-scheme>
             <scheme-name>distributed</scheme-name>
             <service-name>DistributedCache</service-name>
             <thread-count>4</thread-count>
             <request-timeout>60s</request-timeout>
             <backing-map-scheme>
                <read-write-backing-map-scheme>
                    <internal-cache-scheme>
                        <external-scheme>
                            <nio-memory-manager>
                                <initial-size>1MB</initial-size>
                                <maximum-size>100MB</maximum-size>
                            </nio-memory-manager>
                            <high-units>100</high-units>
                            <unit-calculator>BINARY</unit-calculator>
                            <unit-factor>1048576</unit-factor>
                        </external-scheme>
                  </internal-cache-scheme>
                  <cachestore-scheme>
                    <class-scheme>
                        <class-factory-name>com.distcachedemo.KnPocCacheStoreFactory</class-factory-name>
                        <method-name>loadCacheStore</method-name>
                        <init-params>
                          <init-param>
                            <param-type>java.lang.String</param-type>
                            <param-value>{cache-name}</param-value>
                          </init-param>
                        </init-params>
                    </class-scheme>
                   </cachestore-scheme>
                </read-write-backing-map-scheme>
             </backing-map-scheme>
             <autostart>true</autostart>
          </distributed-scheme>
          <local-scheme>
             <scheme-name>LocalSizeLimited</scheme-name>
             <eviction-policy>LRU</eviction-policy>
             <high-units>5000</high-units>
             <expiry-delay>1h</expiry-delay>
          </local-scheme>
       </caching-schemes>
    </cache-config>
    =================
    tangosol-coherence-override.xml:
    <?xml version='1.0'?>
    <coherence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xmlns="http://xmlns.oracle.com/coherence/coherence-operational-config"
       xsi:schemaLocation="http://xmlns.oracle.com/coherence/coherence-operational-config coherence-operational-config.xsd">
       <cluster-config>
          <member-identity>
             <cluster-name system-property="tangosol.coherence.cluster">kn_test</cluster-name>
          </member-identity>
          <unicast-listener>
             <well-known-addresses>
                <socket-address id="719">
                   <address>192.168.7.19</address>
                   <port>8088</port>
                </socket-address>
                <socket-address id="3246">
                   <address>192.168.3.246</address>
                   <port>8088</port>
                </socket-address>
                <socket-address id="77">
                   <address>192.168.7.7</address>
                   <port>8088</port>
                </socket-address>
             </well-known-addresses>
             <address system-property="tangosol.coherence.localhost">192.168.7.7</address>
             <port system-property="tangosol.coherence.localport">8088</port>
             <port-auto-adjust system-property="tangosol.coherence.localport.adjust">true</port-auto-adjust> 
          </unicast-listener>
    <serializers>
          <serializer id="java">
             <class-name>com.tangosol.io.DefaultSerializer</class-name>
          </serializer>
          <serializer id="pof">
             <class-name>com.tangosol.io.pof.ConfigurablePofContext</class-name>
            <init-params>
                <init-param>
                   <param-type>String</param-type>
                   <param-value>pof-config.xml</param-value>
                </init-param>
             </init-params>
          </serializer>
       </serializers>
       </cluster-config>
       <configurable-cache-factory-config>
          <init-params>
             <init-param>
                <param-type>java.lang.String</param-type>
                <param-value system-property="tangosol.coherence.cacheconfig">cache-config.xml</param-value>
             </init-param>
          </init-params>
       </configurable-cache-factory-config>
    </coherence>
    ======================
    pof-config.xml:
    <?xml version='1.0'?>
    <pof-config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xmlns="http://xmlns.oracle.com/coherence/coherence-pof-config"
       xsi:schemaLocation="http://xmlns.oracle.com/coherence/coherence-pof-config
       coherence-pof-config.xsd">
       <user-type-list>
          <include>coherence-pof-config.xml</include>
          <user-type>
            <type-id>1001</type-id>
            <class-name>com.distcachedemo.dto.KnMasterListResponse</class-name>
          </user-type>
       </user-type-list>
    </pof-config>
    ============
    Java Code:
    package com.distcachedemo.dto;
    import com.tangosol.io.pof.PofReader;
    import com.tangosol.io.pof.PofWriter;
    import com.tangosol.io.pof.PortableObject;
    import java.io.IOException;
    import java.io.Serializable;
    import java.util.ArrayList;
    import java.util.HashMap;
    import java.util.Map;
    public class KnMasterListResponse implements PortableObject {
      private static final long serialVersionUID = -9114918011531875153L;
      private KnHierarchyListDTO hierarchyListDTO;
      private Map subsMap;
      public KnHierarchyListDTO getHierarchyListDTO() {
      return hierarchyListDTO;
      public void setHierarchyListDTO(KnHierarchyListDTO hierarchyListDTO) {
      this.hierarchyListDTO = hierarchyListDTO;
      public Map getSubsMap() {
      return subsMap;
      public void setSubsMap(Map subsMap) {
      this.subsMap = subsMap;
      public String toString() {
      StringBuilder strBuffer = new StringBuilder(100);
      if (hierarchyListDTO.getHierachyDTOs() != null) {
      strBuffer.append(" hierarchyListDTO - ").append(hierarchyListDTO.getHierachyDTOs().size());
      if (subsMap != null) {
      strBuffer.append(" subsMap - ").append(subsMap.size());
      return strBuffer.toString();
      @Override
      public void readExternal(PofReader pofReader) throws IOException {
      subsMap = pofReader.readMap(0, new HashMap<>());
      hierarchyListDTO = (KnHierarchyListDTO) pofReader.readObject(1);
      @Override
      public void writeExternal(PofWriter pofWriter) throws IOException {
      pofWriter.writeMap(0, subsMap);
      pofWriter.writeObject(1, hierarchyListDTO);
    Thanks,
    Ravi Shanker

    Hi Ravi,
    it is generally recommended that all new classes support POF in this or that way. This or that means either implementing PortableObject or to provide a PofSerializer implementation to be able to optimally serialize their state. Obviously it is not always possible but you should try to achieve that.
    If it is not possible, then you can still convert them to byte[] or String by some other means. If that other means is Java serialization, then Coherence provides a different PofContext implementation (SafeConfigurablePofContext) which you can use instead of ConfigurablePofContext and which is able to fall back to Java serialization for Serializable classes (and also for types not registered in POF configuration but which implement PortableObject). However it is recommended that SafeConfigurablePofContext is not used in production, typically because Java serialization is generally inferior to POF serialization when looking at performance and serialized size, and SafeConfigurablePofContext does not force you to do the right thing, and finally because Java serialization is not platform-independent whereas POF is.
    Best regards,
    Rob

  • Database, Dataset, Table Adaptors Error "Unable to load, Update requires a valid DeleteCommand when passed DataRow collection with deleted row"

    Microsoft Visual Basic 2010 Express.
    I am new to Visual Basic programing and i am trying to understand the relationships between Datasets, database, table Adaptors. I have to following code that is is giving me the following error" Unable to load, Update requires a valid DeleteCommand
    when passed DataRow collection with deleted rows". 
    I can track the error and its located in "OffsetTableTableAdapter.Update(MaterionOffsetDataSet.OffsetTable)" code. What am i missing?
    It seems that i can delete the data on the DataGridView Table and it only displays the correct data. but my database is not updating, even though the data grid displays differently.I can determine this because, when i save the offset database, i have all
    the previous uploads and all the rows that i wanted to delete are still there.
    My final goal is to be able to import offset data from a CSV file, save this data on the pc, send a copy of this data to a NuermicUpDown so the customer can modify certain numbers. From here they download all the date to a controller.  IF the customer
    needs to modify the imported data, they can go to a tab with a data grid view and modify the table. They will also have to option to save the modified data into a csv file.  
    Im not sure if i am making this overcomplicated or if there is a easier way to program this.
    CODE:
    Private Function LoadOffSetData()
            Dim LoadOffsetDialog As New OpenFileDialog 'create a new open file dialog and setup its parameters
            LoadOffsetDialog.DefaultExt = "csv"
            LoadOffsetDialog.Filter = "csv|*.csv"
            LoadOffsetDialog.Title = "Load Offset Data"
            LoadOffsetDialog.FileName = "RollCoaterOffset.csv"
            If LoadOffsetDialog.ShowDialog() = Windows.Forms.DialogResult.OK Then  'show the dialog and if the result is ok then
                Try
                    Dim myStream As New System.IO.StreamReader(LoadOffsetDialog.OpenFile) 'try to open the file with a stream reader
                    If (myStream IsNot Nothing) Then 'if the file is valid
                        For Each oldRow As MaterionOffsetDataSet.OffsetTableRow In MaterionOffsetDataSet.OffsetTable.Rows
                            oldRow.Delete()                       
    'delete all of the existing rows
                        Next
                        'OffsetTableTableAdapter.Update(MaterionOffsetDataSet.OffsetTable)
                        Dim rowvalue As String
                        Dim cellvalue(25) As String
                        'Reading CSV file content
                        While myStream.Peek() <> -1
                            Dim NRow As MaterionOffsetDataSet.OffsetTableRow
                            rowvalue = myStream.ReadLine()
                            cellvalue = rowvalue.Split(","c) 'check what is ur separator
                            NRow = MaterionOffsetDataSet.OffsetTable.Rows.Add(cellvalue)
                            Me.OffsetTableTableAdapter.Update(NRow)
                        End While
                        Me.OffsetTableTableAdapter.Update(MaterionOffsetDataSet.OffsetTable)
                        MainOffset.Value = OffsetTableTableAdapter.MainOffsetValue          'saves all the table offsets
    to the offset numericUpDown registers in the main window
                        StationOffset01.Value = OffsetTableTableAdapter.Station01Value
                        StationOffset02.Value = OffsetTableTableAdapter.Station02Value
                       myStream.Close() 'close the stream
                        Return True
                    Else 'if we were not able to open the file then
                        MsgBox("Unable to load, check file name and location") 'let the operator know that the file wasn't able to open
                        Return False
                    End If
                Catch ex As Exception
                    MsgBox("Unable to load, " + ex.Message)
                    Return False
                End Try
            Else
                Return False
            End If
        End Function

    Hello SaulMTZ,
    >>I can track the error and its located in "OffsetTableTableAdapter.Update(MaterionOffsetDataSet.OffsetTable)" code. What am i missing?
    This error usually shows that you do not initialize the
    DeleteCommand object, you could check this
    article to see if you get a workaround.
    >> Im not sure if i am making this overcomplicated or if there is a easier way to program this.
    If you are working CSV file, you could use OleDB to read it which would treat the CSV file as a Table:
    http://www.codeproject.com/Articles/27802/Using-OleDb-to-Import-Text-Files-tab-CSV-custom
    which seems to be easier (in my opinion).
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Adobe Acrobat 8 unable to load plug-in in Window Vista

    I have developed a plug in for Adobe Acrobat, but Abode Acrobat unable to load the plug in. I try to troubleshoot the problem by putting a messagebox in the PIHandshake function.
    Noticed that, the function is not being called by Adobe Acrobat when Acrobat app is launched.
    When Adobe Acrobat is launching, I able to see the my plug in's name is display on the splash screen.
    Below is the environment info:
    a. Adobe Acrobat 8 Standard Version 8.1.3
    b. Window Vista Business
    I try to put a messagebox in function ACCB1 ASBool ACCB2 PIHandshake(Uns32 handshakeVersion, void *handshakeData), the Adobe Acrobat application didn't call this function.
    ACCB1 ASBool ACCB2 PIHandshake(Uns32 handshakeVersion, void *handshakeData)
    AVAlertNote(" PIHandshake");
    I have reinstalled Adobe Acrobat software, but the problem still happend. Is there anyone can guide me what is wrong, what possible things that may cause the application unable to load the plug in
    and what steps should i need to do next?

    Your guidance did help me a lot in troubleshooting the problem. Thanks all of you.
    Findings:
    I use a sample plug-in, the acrobat is able to load it out. Then, I use depend.exe to compare the sample plug-in with my plug-in, I noticed that my plug-in does not have PlugInMain entry point function.
    The reason is I compile my plug-in as release version and did not put a command line /EXPORT:PlugInMain under [AppProject]->Properties->Linker->Command line.
    The second reason is my plugin - the one with the problem has been cached in VirtualStore directory, and i didn't realize it. Therefore, everytime i run acrobat app, it always load the old api (no PlugInMain) from the VirturalStore directory. After delete the old file. Then, Acrobat is able to load my new api from c:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins.
    VirtualStore Directory:
    C:\Users\[User Name]\AppData\Local\VirtualStore\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins

  • INSTALLED ITUNES AND THE ERROR-MAPI WAS UNABLE TO LOAD THE INFORMATION SERVICE APLZOD-OCCURS. WHAT DO I DO.

    INSTALLED ITUNES AND THE ERROR-MAPI WAS UNABLE TO LOAD THE INFORMATION SERVICE APLZOD-OCCURS. WHAT DO I DO.

    Is this on a Windows XP, Vista or 7 system?

  • Devices and Printers Menu takes forever to load

    Devices and Printers Menu takes forever to load in WIndows 8.1.
    For some reason the green bar goes all the way across the top of the screen before the devices and printers
    menu will load. It then loads without an issue after waiting for almost two full minutes.
    This is a core I7 Win 8.1 PC with 16GB of ram and an SSD so it screams otherwise. 
    I do have a lot of devices on my home network but my windows 7 PC which is on the same network loads the devices
    and printers menu almost instantly. If it were a device hanging up you would think that the Windows 7 PC would also be affected but it isn't. I will say that Windows 8.1 does identify a whole lot more devices that fall into the category of "multimedia
    devices" on the network than does windows 7.
    I have tried accessing the menu from safe mode both with and without networking and it takes just as long
    to load.
    I have noticed that most of the devices in Devices and Printers also show up in file explorer under network.
     There is however no delay accessing that menu.
    I don't really have a good feeling as to how to go about troubleshooting from here?

    Hi,
    For the issue, it seems one of services related to device stopped.
    I suggest you check the services to see if they start.
    Please refer to the following link:
    http://techietalkz.com/2009/10/02/how-to-solve-windows-7-devices-and-printers-forever-loading-and-blank/
    Note: Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.
    We can try testing if the method in Windows 7 can work on Windows 8.1 computer.
    If it doesn't work, I suggest you remove all device to test it.
    Meanwhile, let us try SFC tool to check the result.
    Use the System File Checker tool to repair missing or corrupted system files:
    http://support.microsoft.com/kb/929833
    Regards,
    Kelvin hsu
    TechNet Community Support

  • How do I resolve error message "mapi was unable to load aplzod.dll"? Outlook2010 on Win7

    Attempts to open Outlook calendar files (apparently located) on iCloud result in the error message "MAPI was unable to load the information service C:\PROGRA~2\COMMON~1\Apple\Internet Services\APLZOD.dll". Be sure the service is correctly installed and configured."
    I am running Outlook 2010 on Windows 7. I have uninstalled and reinstalled iTunes with no apparent effect. Is this a problem with iTunes or Outlook, how do I resolve it?

    That's part of my problem - I was getting the error message when I tried to click on iCloud in the Calendar portion of Outlook 2010. I don't know where it was generated (iCloud, iTunes, or as an add-in to Outlook).
    After my original post I tried restoring my computer to a date when I knew this worked, the restoration worked, and I can access my calendar. So that problem resolved itself.
    I do have another question, but I'll post it separately. Thanks for your response.

  • Windows 8.1 Devices and Printers Issues

    We have deployed a brand new Active Directory domain for a customer. ALL the servers without exception are Windows 2012 R2 and all clients are Windows 8.1 32bit VDI clients.
    The issue that we have is around network printers. 
    We are deploying 4 printers  from a Windows 2012 R2 Server via the print management/Deploy Printer and assigning that to a GPO. The printers are deployed to the Computers which should mean that the users get all 4 printers which they then should be
    allowed to set their default and personal settings for that printer.
    Our printers are deployed like this:
    1. Created security group
    2. Assigned VDI computers to the security group
    3. Created GPO to reflect security group
    4. Modify GPO to do security filtering based on computer group membership
    5. Deployed 4 x printers through Print Management to the GPO on a per machine basis
    However, on the users Devices and Printers screen we are not seeing the 4 printers. For some users they see duplicates of all 4 printers so e.g they can have upwards of 8 or more. Other users have no printers
    displayed whatsoever. The next time they log off or restart they then have a different amount of printers displayed.
    If they try and set the default then it will set and the next time they check the default may have moved to another printer even without logging off or back on.
    Now, where this gets strange is within an application such as MS Word 2013 or Notepad if they use the file and print menu the printers will be listed, even if the user has no printers displayed in Devices and Printers. If the users selects a printer then
    they can then print OK.
    If we check HKCU\Printers||Connections then the CORRECT 4 printers are showing as to what is being deployed via the GPO so I know that the Windows 8.1 terminals are receiving the correct printers from the GPO.
    To try and correct this over the course of the week we have deployed the printers via Group Policy Preferences to the user and then the PC to no avail. Currently we are using the Print management\Deployed Printers to deploy all 4 printers to the computer
    via the Computer GPO.
    I believe that this issue is related to the display somehow in Devices and Printers rather than a GPO or print server issue as we can see via the registry the clients are receiving the 4 correct mentioned printers as shown in the registry. 
    FYI: We only have around 30 users and all users are getting this problem. All users are receiving the same GPO's and have the same few apps installed, Office 2013, Adobe Reader etc.
    What we want is for the computers to receive all 4 printers. All users should be able to use all 4 printers but the user should be able to select their particular default, depending where they are located or what they are printing that particular day. Their
    particular default should persist after reboot. (We have 2 x Copiers and 2 x HP Laserjets) All users have redirected documents and desktop but the rest of the profile is on the VDI and persists after their reboot. The profile is not roaming as the user is
    assigned a particular VDI.
    After a week of scratching our heads with this we are open to suggestions and any would be appreciated. We have tried following the issues on this thread to no avail either as they still return.
     http://social.technet.microsoft.com/Forums/windowsserver/en-US/71d06204-3735-4473-8bc9-20be9e19090e/problem-with-multiple-instances-of-shared-printers-being-installed-on-client-computers-when-the?forum=winserverprint
    many thanks

    Hi,
    It's strange thing on your client PC. You may ask the GP support engineer to know more.
    Support link for GPO:
    http://social.technet.microsoft.com/Forums/en-US/home?forum=winserverGP
    On my side, I would like you to try following alternative suggestions:
    Try Net use command to map the network printer
    Use GPO to deploy the map script
    How Can I Add a Network Printer at Logon and, Optionally, Make That the Default Printer?
    http://blogs.technet.com/b/heyscriptingguy/archive/2006/12/12/how-can-i-add-a-network-printer-at-logon-and-optionally-make-that-the-default-printer.aspx
    Hope it could be helpful.
    Kate Li
    TechNet Community Support

  • Can't access printers and scanners

    Using Mavericks 10.9.5.
    When I go to SYSTEM PREFERENCES and click on PRINTERS AND SCANNERS, it hangs up saying "loading printers and scanners". Checking ACTIVITY MONITOR shows system preferences using 100% of the CPU.
    Help!

    Do a backup.
    Quit the application System Preferences.
    Go to Finder and select your user/home folder. With that Finder window as the front window, either select Finder/View/Show View options or go command - J.  When the View options opens, check ’Show Library Folder’. That should make your user library folder visible in your user/home folder.  Select Library. Then go to Preferences/com.apple.systempreferences.plist. Move the .plist to your desktop.
    Restart the computer, open the application and test. If it works okay, delete the plist from the desktop.
    If the application is the same, return the .plist to where you got it from, overwriting the newer one.
    Thanks to leonie for some information contained in this.

  • Unable to load mapping - Integration Repository

    Hi,
         I created a Message Mapping and saved it, then when I close it and try to open it again I can't see it and this message appears:
    "Unable to load mapping"
    Any ideas why? I'm on XI 3.0 SP17

    Hi,
    Problems may be because of some java patches.
    Is this error is repeatable/reproducable in the different namespace/SWCV. Check this
    Have a look into this -
    Unable to load mapping
    hope this helps
    Regards,
    moorthy

  • Workgroup network printers and sales persons needing access to them

    I have a site with multiple sales people that come and go like the wind (about 50). We have a small office workgroup in which we have 4 network printers on
    it plus the wireless network. All of their work is done on the internet through their various Windows and Mac based laptops. 
    The problem is, is that each time we retire a printer and put in a new one, we need to run around to each laptop and load drivers. Scheduling this is a nightmare
    and sometimes takes weeks to get everyone done.
    There must be an easier way to do this.
    Any suggestions?

    Hi,
    There are two basic ways to make a printer available to the computers on your small network:
    Attach it directly to one computer and share it with all the others on a network.
    Connect the printer as a stand-alone device on the network itself.
    We could follow the suggestions by rj01, install the printer on one special workstation and then share it out, or we could enable homegroup in Windows. When a network is set up as a homegroup, printers and certain files are automatically shared. To
    learn more about what homegroups do and how to use them, see 
    HomeGroup: recommended links.
    For more information about install a printer on a small network, we may check the similar article below:
    Install a printer on a home network
    Or we may consider to deploy printers through group policy:
    Reference:
    Deploying Printers and Print Servers
    Best regards
    Michael Shao
    TechNet Community Support

  • My iCloud Contacts will not load in Microsoft Office. error is MAP[ was unable to load the information service C:\PROGRA~2\COMMON~1\Apple\INTERN~1\APLZOD.dll

    My iCloud Contacts will not load in Microsoft Office. error is MAP[ was unable to load the information service C:\PROGRA~2\COMMON~1\Apple\INTERN~1\APLZOD.dll.  How do I correc t this problem?

    Hey PCSISTAH,
    Thanks for the question. I understand that you are experiencing issues with iCloud Contacts and Microsoft Outlook. The following resource may provide a solution:
    iCloud: Troubleshooting iCloud Contacts
    http://support.apple.com/kb/TS3998
    Thanks,
    Matt M.

  • Drives and printers can be connected manually when needed logon script is aborted

    Hi All,
    Could anyone help me with the issue "the computer is not in the location network (Domain) drives and printers can be connected manually when needed logon script is aborted"
    Thanks
    Atul Srivastava

    Hi Atul,
    >>the computer is not in the location network (Domain) drives and printers can be connected manually when needed logon script is aborted
    How did this happen? Did you use logon script to map drives or printers to users? If yes, did the computer have network connection to the domain controllers? You can ping the IP addresses of your domain controllers to check network connectivity.
    Besides, you can check event logs in Event Viewer to see if some related events were logged.
    Best regards,
    Frank Shen

Maybe you are looking for

  • Follow up on Installing OS 9 on a Beige G3

    Hello again, Thanks to XPF, I now have Panther running on my Beige G3. It works fine and it will let me boot to 9.2.2, but when I try to reboot back into Panther it freezes and I'm stuck in 9 Any ideas? Jer

  • How to set up a homepage in safari, Lion OS

    For days I've been trying to set up my safari to always open with a specific page, however everytime I clear the history it also wipes my home page. I've tried the preference tab, homepage, etc. but no luck. Am I suppose to check other boxes? Any ass

  • Setup Initialization Error

    Mar 14, 2010 Setup Initialization Error My computer recently crashed. I got it repaired but in the process, most of my programs were lost including Adobe PhotoShop 7.0. I tried re-installing from the CD but got an error message which read: Setup Init

  • Ofcom wants to ban misleading broadband speed ads

    Ofcom is seeking to stop internet service providers from advertising unrealistic broadband speeds. Currently most ISPs advertise services as 'up to' a certain speed - for instance, 20Mbps (megabits per second). But Ofcom's latest research finds that

  • Colored and white lines across iPad screen

    Ok so I got home from work and I pulled my iPad out of my laptop bag and I noticed that when I turn it on there are like these colored lines and also this big white bar across the screen. Why are those things there? http://www.flickr.com/photos/53513