Massive registration of services Please help!

Hi all
I have like 8000 users in my Portal, they were copied to the Portal LDAP from another LDAP via an LDIF file.
Those users have only the basic info, they have no services registered. I need to register the desktop service and access list service for all of them.
��How can i do this massive registration so that i don't have to register the service one by one ????
any help would be appreciated
thanks

Hello,
I'm using a LDIF-Template and replace some values with a script,
which do the bulk-import:
<--------->8------------------>8--------------------->
dn: uid=<REPLACEMELOGIN>,ou=People,o=portal,dc=ts,dc=siemens,dc=de
sn: <REPLACEMESURNAME>
cn: <REPLACEMEGIVENNAME> <REPLACEMESURNAME>
iplanet-am-modifiable-by: cn=Top-level Admin Role,dc=ts,dc=siemens,dc=de
givenName: <REPLACEMEGIVENNAME>
inetUserStatus: Active
uid: <REPLACEMELOGIN>
objectClass: iplanet-am-user-service
objectClass: top
objectClass: iplanet-am-managed-person
objectClass: organizationalperson
objectClass: inetadmin
objectClass: person
objectClass: inetuser
objectClass: iplanet-am-session-service
objectClass: sunssoadapterperson
objectClass: sunportalpksubscriptionsperson
objectClass: sunportalnetletservice
objectClass: iplanetpreferences
objectClass: sunportalproxyletservice
objectClass: inetorgperson
objectClass: iplanet-am-auth-configuration-service
objectClass: sunportaldesktopperson
objectClass: sunportalgatewayaccessservice
objectClass: sunportalnetfileservice
preferredTimeZone: Europe/Berlin
mail: <REPLACEMEEMAIL>
userPassword: <REPLACEMEPASSWORD>
<--------->8------------------>8--------------------->
I created a full-functional user using the admin-console and exported
the LDIF to create the template.
The relevant values are the objectClasses - I believe, in your case,
you have to add the "sunportaldesktopperson" class.
A simple script should allow you to add it to your accounts.
Regards,
Juergen Maihoefner

Similar Messages

  • Why can not I install iTunes on Win 7 installation appears every time the next sunrise; service, apple mobile device, failed to start verify that you have sufficient privileges to start system services  Please help me

    Why can not I install iTunes on Win 7 installation appears every time the next sunrise;
    service, apple mobile device,
    failed to start verify that you have sufficient privileges
    to start system services
    Please help me

    The most complete instructions for resolving the issues with the new iTunes is in the user tip: https://discussions.apple.com/docs/DOC-6562

  • I'm in syria and they blocked me from using any VPN service please help without VPN i can't open the store help please ( using iphone 5 version 9.1.4 )

    I'm in syria and they blocked me from using any VPN service please help without VPN i can't open the store help please ( using iphone 5 version 9.1.4 )

    There is nothing that anyone here on a user forum can do to help you.  If it is a local issue in Syria, then you need to take it up with your phone company or authorities there who have prevented you from using VPN.
    Nobody here can help you.

  • Blackberry tour 9630: registration problem.. please help me :)

    Hello goood day sir/maam. I am from the Philippines and I need your help.I dont know how to start this matter but ill try my best to give out all the problem details. I have a blackberry tour 9630 and its an openline phone from Verizon US, and my network carrier is talk n' text, during the first months of using it, it was good, i can open my email, do social networking and bbm.. My APN settings is http://m.smart.com.ph by the way. So here's the problem, last sept 12 2011, I inserted a different sim card coz i need to get some contact from my old sim card.. now when i inserted my Talk N' text sim card, i mean when i brought back my original sim card.. my bb messed up,, i cant have my bb registration, i cant use my email, and cant do bbm anymore.. I tried researching from different websites, tried calling the customer service support from my network carrier, did this and that, changed my APN settings from http://m.smart.com.ph to blackberry.net,,, and still nothing happened.. I really need your help guys and girls.. its been like 10 days already since my bb tour is useless. thank you so much.. who ever read this, please help me. your advice is badly needed  

    I don't recall a "download' screen in the Desktop Software.
    It should allow you to INSTALL, if you have the operating system file itself already installed to your PC.
    Do you?
    Also, have you tried using the BlackBerry AppWorld to download BlackBerry Maps?
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • HT201415 iphone 3GS showing no service, please help!!

    My iphone 3gs is showing "no service" tried everything please help!!!

    If doing a reset (hold the sleep/wake and home button until the Apple logo appears) doesn't correct it then try getting a new SIM from your carrier.

  • Web Services -  PLEASE HELP.... EXPERT REQUIRED!!!!!!!

    Hi All....
    I would GREATLY appreciate help on how to connect to a 3rd
    parties web service please!!!! I have never before attempted this.
    I have been given this information which contains example code for
    other languages:
    // C#
    ICEPortal.ICEWebService h = new ICEPortal.ICEWebService();
    ICEPortal.ICEAuthHeader myHeader = new
    ICEPortal.ICEAuthHeader();
    myHeader.Username = "[email protected]";
    myHeader.Password = "password";
    h.ICEAuthHeaderValue = myHeader;
    ICEPortal.Brochure brochure = null;
    string ErrorMsg = "";
    int result = h.GetBrochure("MyMappedID", out ErrorMsg, out
    brochure);
    // VB
    Dim h As New ICEPortal.ICEWebService
    Dim myHeader As New ICEPortal.ICEAuthHeader
    myHeader.Username = "[email protected]"
    myHeader.Password = "password"
    h.ICEAuthHeaderValue = myHeader
    Dim brochure As ICEPortal.Brochure
    Dim result as Integer
    Dim ErrorMsg as String
    result = h.GetBrochure("MyMappedID", ErrorMsg, brochure)
    // JScript
    var h:ICEPortal.ICEWebService = new
    ICEPortal.ICEWebService();
    var myHeader:ICEPortal.ICEAuthHeader = new
    ICEPortal.ICEAuthHeader();
    myHeader.Username = "[email protected]";
    myHeader.Password = "password";
    h.ICEAuthHeaderValue = myHeader;
    var brochure:ICEPortal.Brochure;
    var ErrorMsg;
    var result = h.GetBrochure("MyMappedID", ErrorMsg,
    brochure);
    AND ALSO:
    "The following is a sample SOAP 1.2 request and response. The
    placeholders shown need to be replaced with actual values."
    POST /Service.asmx HTTP/1.1
    Host: services.iceportal.com
    Content-Type: application/soap+xml; charset=utf-8
    Content-Length: length
    <?xml version="1.0" encoding="utf-8"?>
    <soap12:Envelope xmlns:xsi="
    http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsd="
    http://www.w3.org/2001/XMLSchema"
    xmlns:soap12="
    http://www.w3.org/2003/05/soap-envelope">
    <soap12:Header>
    <ICEAuthHeader xmlns="
    http://services.iceportal.com/service">
    <Username>string</Username>
    <Password>string</Password>
    </ICEAuthHeader>
    </soap12:Header>
    <soap12:Body>
    <GetAllBrochureIDs xmlns="
    http://services.iceportal.com/service"
    />
    </soap12:Body>
    </soap12:Envelope>
    HTTP/1.1 200 OK
    Content-Type: application/soap+xml; charset=utf-8
    Content-Length: length
    <?xml version="1.0" encoding="utf-8"?>
    <soap12:Envelope xmlns:xsi="
    http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsd="
    http://www.w3.org/2001/XMLSchema"
    xmlns:soap12="
    http://www.w3.org/2003/05/soap-envelope">
    <soap12:Body>
    <GetAllBrochureIDsResponse xmlns="
    http://services.iceportal.com/service">
    <GetAllBrochureIDsResult>int</GetAllBrochureIDsResult>
    <ErrorMessage>string</ErrorMessage>
    <IDs>
    <string>string</string>
    <string>string</string>
    </IDs>
    </GetAllBrochureIDsResponse>
    </soap12:Body>
    </soap12:Envelope>
    As a start I would like to call a method "GetAllBrochureIDs",
    and thought it might have been something like this:
    <cfinvoke webservice="
    http://services.iceportal.com/service?WSDL"
    method="GetAllBrochureIDs" returnvariable="idList">
    <cfinvokeargument name="username" value="myUsername">
    <cfinvokeargument name="password" value="myPassword">
    </cfinvoke>
    <cfoutput>#idList#</cfoutput>
    But clearly I am lost! Can anyone give me hand here please?
    Cheers,
    Aaron

    this should get you started:
    <cfscript>
    ws=createObject("webservice","
    http://services.iceportal.com/service.asmx?wsdl");
    // are we connected?
    writeoutput("<b>ws port</b>:
    #ws.getPortname().toString()#");
    </cfscript>
    <br><br>
    <cfdump var="#ws#">
    crack open the "parent class" at the bottom of the dump &
    you should see methods
    to set user name & password, etc. --or-- i *think* once
    you get the service
    created ok you can go into cfadmin for webservices & add
    the user name &
    password & then just call the ws (also rename it to
    something less wordy):
    <cfscript>
    // say we renamed the ws 'icePortal'
    ws=createObject("webservice","icePortal");
    </cfscript>
    whether this is a good idea or not depends on your
    environment.
    post back if you get stuck.

  • I dont have any Applecare registration number. I bought my Mac a year before and is still under the warranty. I dnt how to find or purchase applecare registration number. Please help

    I dont have any Applecare registration number. I bought my Mac a year before and is still under the warranty. I dnt how to find or purchase applecare registration number. Please help

    Enter your MBP serial number here and you will then be able to determine the warranty status.
    https://selfsolve.apple.com/agreementWarrantyDynamic.do
    Ciao.

  • Regarding Sending unit in for a service, PLEASE HELP!

    Hello All,
    I just joined this forum, and I need help, if anyone can help I appreciate it greatly. Here's the deal, I just found a neat 20 GB iPod on eBay. Now, I've talked to the seller and I've read his description clearly. He says that he won the unit at the local university I attend through a competition. He has had it for a month, and there seems to be a problem. The unit will not turn on or off sometimes, and he has talked to Apple already. They said that he needs to send the unit in for a repair. He already owns an iPod nano, and doesnt feel like going throught the whole process of getting the iPod fixed, so he's selling it a fair price. Now, my question is, if I buy this unit, will I be able to send it in for repair? I'm meeting the person and i'll find out whether it was misused on purpose. If not, will I be able to send it in for a fix? I got the serial from the seller and checked on-line whether it was still under warrenty, and it is. I have 215 days left of Warranty. So, anyone please help? Sorry for the lengthy explanation

    The warranty follows the iPod, not the user. If you buy it, sned it in for repair. See if you can get a copy of the original receipt.

  • Upgraded my iPad to iOs7, now I got "No Service" please help

    upgraded my iPad to iOs7, now I got "No Service" please help

    Copy the backup folder to another computer that can run the latest version of iTunes and restore on that one, make sure to disable autosync before you connect.
    Where iTunes backups are stored on your computer
    The folder where your backup data are stored varies depending on the computer's operating system. Make sure the backup folder is included in your periodic data-backup routine.
    iTunes places the backup files in the following places:
    Mac: ~/Library/Application Support/MobileSync/Backup/
    Note: The "~" represents your Home folder. If you don't see Library in your home folder, Option-click the Go menu.
    Windows XP: \Documents and Settings\(username)\Application Data\Apple Computer\MobileSync\Backup\
    Note: To quickly access the Application Data folder, click Start, and choose Run. Type %appdata% and click OK.
    Windows Vista, Windows 7, and Windows 8: \Users\(username)\AppData\Roaming\Apple Computer\MobileSync\Backup\
    Note: To quickly access the AppData folder, click Start. In the search bar, type %appdata% and press theReturn key.
    copied from iOS: About backups

  • Netboot Errors when starting Service Please Help

    Hello,
    I'm new to the forums so please let me know if you need additional information.   In Server Admin when I attempt to start Neboot Service I get the following error
    The Service has encountered an error
    Try to refresh the view (servername/netboot)
    (Cannot_start_service_err)
    When I refresh the view it looks to be on.
    I also get another error in the server log which is:
    servermgr_netboot: Failed to start tftpd
    I get that error the same time I try to start netboot any insight would be greatly appreciated.  We don't have DHCP or DNS running on this server and I don't believe that would cause these errors.  I actually setup a test server on a laptop without those services running and was able to successfully netboot, I believe some configuration files got corrupt.
    Thanks for your help in advance

    It sounds like your tftp.plist is missing.
    cat /System/Library/LaunchDaemons/tftp.plist
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
              <key>Disabled</key>
              <true/>
              <key>Label</key>
              <string>com.apple.tftpd</string>
              <key>ProgramArguments</key>
              <array>
                        <string>/usr/libexec/tftpd</string>
                        <string>-i</string>
                        <string>/private/tftpboot</string>
              </array>
              <key>inetdCompatibility</key>
              <dict>
                        <key>Wait</key>
                        <true/>
              </dict>
              <key>InitGroups</key>
              <true/>
              <key>Sockets</key>
              <dict>
                        <key>Listeners</key>
                        <dict>
                                  <key>SockServiceName</key>
                                  <string>tftp</string>
                                  <key>SockType</key>
                                  <string>dgram</string>
                        </dict>
              </dict>
    </dict>
    </plist>

  • Problem with Car Registration Validation Code, Please Help !!

    Hi Folks,
    I'm trying to validate a vehicle registration which can either be in the format A100AAA or AA01AAA ( old and new style registrations ). I know there must be a better way of doing it than in my code as attached but I'm in dire need of enlightenment. Any help would be much appreciated. Cheers.
    if((( reg.charAt(0) >= 'A') && ( reg.charAt(0) <= 'Z' )) &&
               ((( reg.charAt(1) >= 0 ) && ( reg.charAt(1) <= 9 )) ||
               (( reg.charAt(1) >= 'A') && ( reg.charAt(1) <= 'Z' ))))
               (( reg.charAt(2) >= 0 ) && ( reg.charAt(2) <= 9 )))
               (( reg.charAt(3) >= 0 ) && ( reg.charAt(3) <= 9 )))
               (( reg.charAt(4) >= 'A' ) && ( reg.charAt(4) <= 'Z' )) &&
               (( reg.charAt(5) >= 'A' ) && ( reg.charAt(5) <= 'Z' )) &&
               (( reg.charAt(6) >= 'A' ) && ( reg.charAt(6) <= 'Z' )))
               System.out.println("Registration Validation Complete");
               else
               throw new InvalidRecord("Invalid Registration. Please enter " +
                                    "a valid Vehicle Registration");

    Regular expressions -
    import java.util.regex.*;
    public class Fred400
        public static void main(String[] args)
            Pattern numberPlatePattern = Pattern.compile("[A-Z][0-9]{3}[A-Z]{3}|[A-Z]{2}[0-9]{2}[A-Z]{3}");
                Matcher m = numberPlatePattern.matcher("A100AAA");
                System.out.println(m.matches());
                Matcher m = numberPlatePattern.matcher("AA01AAA");
                System.out.println(m.matches());
                // Should fail
                Matcher m = numberPlatePattern.matcher("AA01AAA1");
                System.out.println(m.matches());
    }

  • Missing Plug Ins in Logic X, Cant load External Plug ins on tracks I.E Massive, FM8 ETC. Please Help!!!

    Hi, I'm having problems, i just installed Logic X on my Macbook Pro after working off of 9.5 for a long time, it is kind of different and confusing, Massive doesn't show up in options when i try to skim down to AU Instruments when loading a software track and says it's unavailable in tracks from older projects from Logic 9.5 with Massive already in them, it tells me it' unavailable as part of the project and that i should install it,..But i have already. I have Massive, FM8, Albino & Absynth already installed on my laptop as well, but none show up when i try to load a track from AU Instruments at the bottom in track loading options. i tried bringing up massive from its own app hoping to somehow link the two or maybe the massive plug in would pick up the logic frequency when i play the piano roll kind of like when you bring up Reason or Ableton it automatically lins the two, but nothing, i don't understand what the issue is and Massive is my number one plug in tool for making the body of my projects Leads & Bass and most other synth needs i have for my projects, so it is a real crippling setback interfering with my production in a "Massive" way!:) Please can some one help me out, it is really pulling a raincloud over my head right now that is for sure!

    Hi
    LPX only supports 64bit Audio Unit plugins. Make sure that you are not running 32bit versions. Most 3rd party plugs are now available in 64bit mode, for those that are not, you could use Vienna Ensemble Pro to host them, or get 32Lives to 'wrap' them
    There is also the possibility that some are not supported in Yosemite (yet)
    CCT

  • My Blackberry Torch 9800 PIN cannot Used for Blackberry Internet Service, please help me

    I want to ask about my device can not use the Blackberry Internet Service ( BIS )
    Device : Blackberry Torch 9800
    Removed personal information to comply withCommunity GuidelinesandTerms and Conditions of Use.
    can the RIM resolve this problem?
    Help me Please

    May I know where and how did you buy this phone?
    Ron
    Click "Accept as Solution" if your problem is solved. To give thanks, click thumbs up Blackberry Battery Saving Tips | Follow me on Twitter

  • Terrible service-Please help

    Hi, I live in {edited for privacy} Hackensack, nj, 07601 for the last two years and have fios connection. am moving to {edited for privacy} edison, nj on 1st October 2014. So I called up verizon to move my service. In the new area only high speed internet and phone was available and fios was not available. So I asked them to change my service accordingly. Now lo and behold when I got the email confirmation the date was changed to 1st September 2014 and my current connection from Hackensack was showing to be disconnected on 30th august 2014. I called up verizon immediately on seeing the email and asked the date to be shifted to 30th sep and 1st oct. They confirmed over phone they changed it. But when 30th august came they disconnected mine FIOs service. I called up verizon and was there for 3 hrs over phone. Finally one lady offered me to reconnect my service at Hackensack and said that they will waive off my activation charge. As if they were doing a favor. Then she told that they will again do a credit check. So I have a current connection, I am a current verizon customer the call center person messed me up and now they are saying they will do a credit check!!!!!!
    I am sick and tired of being kept on hold on a verizon customer service. So don't want to waste my phone mins. I am going to disconnect my edison service of verizon and also going to BBB for the terrible inconvinience caused.
    Phone nbr
    {edited for privacy}

    Hi Subhajit4u,
    Your issue has been escalated to a Verizon agent. Before the agent can begin assisting you, they will need to collect further information from you. Please go to your profile page for the forum and look at the top of the middle column where you will find an area titled "My Support Cases". You can reach your profile page by clicking on your name beside your post, or at the top left of this page underneath the title of the board.
    Under "My Support Cases" you will find a link to the private board where you and the agent may exchange information. This should be checked on a frequent basis, as the agent may be waiting for information from you before they can proceed with any actions. To ensure you know when they have responded to you, at the top of your support case there is a drop down menu for support case options. Open that and choose "subscribe". Please keep all correspondence regarding your issue in the private support portal.

  • Something's gone horribly wrong between 4 apple devices in my house and I am desperate for some help! I have a MacBook Air, my iPhone and my mums iPhone. And I'm having massive syncing issues! PLEASE HELP!

    Ok so long story short I have a mac, a MacBook Pro and two iPhones in the house, one is mine one is my mums.
    I only recently bought the MacBook Pro, I turned iCloud on on it and used my iCloud account to sync with my phone and now it has:
    A) deleted all my contacts from my phone and MacBook
    B) replaced them with the contacts from my mums phone
    C) deleted iCal from the main Mac
    The problem is none of these are supposed to be linked, mum and I don't share the same apple id or log in details, so I don't know why/how this is happening.
    Also I went I onto the main mac to try and see if it was an iCloud issue and there doesn't seem to be iCloud installed on the system at all, it just gives and option for "mobile me" and then asks me to install it/activate it.
    Can anyone give me any clues as to why this night be happening? And how I can get my contacts back and keep the two phones and computers completely separate?
    Any help would be much appreciated!
    Thank you :)

    Need to Resume download to complete the ongoing Process.
    Last Resort, put the iPhone in DFU mode (Google How to do that). Connect in iTunes. Follow on-screen prompts to Restore. All Data would be lost, if not backed up earlier.
    To save the photographs you may have to use third party software. Google is your friend.

Maybe you are looking for

  • Exchange rate gain /loss is not posted in the contract

    Hi Sap People, Exchange rate gain /loss is not posted in the contract(cashflows). This is w.r.t  SAP Banking Module. The open items are posted with a certain exchange rate in the contract at the time of disburesment,while clearing thru FF68(incoming

  • Desktop software keeps crashing when it tries to sync organizer info

    Normally, I use Outlook for all of my emails/calender/whatever it is that I happen to be doing, and aside the occasional duplicates of contacts or appointments (if you happen to know how to avoid this as well, I swear, I will build a temple in your h

  • How to set cureent date as input field in alv

    Hi Experts     I have created an Alv report.In that report i have an input field Created Date.     how to set the current date default in the alv input.Plz guide

  • How to create af:tree   programmatically

    Dear all, I want to create <af:tree> dynamically. all example i found on oracle web site is directly mapping with data controls. I don't want to use data control and i want to map manually. is there any example like that? With Regards, WP

  • Imac 27 i7 with lg m2762d monitor tv major problem please help

    i guys i have just turned to macs and im stuck i have a imac 27" i7 and its beautiful but i wont to connect a second monitor i have its a lg m2762d i bought a dr doc mini display port to hdmi cable and the hdmi cable when i plug it all in it wont giv