How to add an Addressbook Entry to Messenger Express with bind needed

Hallo,
I wan't to add a User defined Directory Lookup to the Messenger Express as described in the
"Messenger Express Customization Guide" on Page 60 and up.
An Anonymouse Search over a LDAP-Server is no problem, but i need to bind first.
In the documentation is a note:
Code Example 3-21 will work only if anonymous reads are allowed
on the DN ou=People,o=florizel.com. Otherwise to bind to the
host florizel.com, you need to provide the values for binddn and
bindpwd in the ldap.msc file.
The mentioned file "ldap.msc" doesn't exists.
(The installed Version is Sun ONE Messaging Server 6.0)
Thanks for your Help

Hmmm,
ok. I try to explain.
- I wan't to add an Addressbook in Messenger Express.
(Addresses -> Search)
- Search request can only be done when bind to that
LDAP-Server. (No anonymous)
- The Documentation gives a hint -> add binddn & bindpw
to ldap.msc , but does not explain that ! (p.60 ff)
Best Regards
Axel Apitz

Similar Messages

  • How to add an Addressbook Entry to Communications Express ?

    Hi,
    i have searches the Documentation, but there is no explantion about this ... only for the Messanger Express.
    Greetings,
    Axel Apitz

    Comms Express PAB is not well documented, I'm sorry.
    There is a migration script to move Messanger Express PAB to Comms Express, but that's all I really have.

  • How to add in new language for Messenger Express

    Guys, i need help on adding in new language for Messenger Express. My customer is asking for "Malay" language which is not come with default language pack. The information from Customization PDF is too little for me, wondering is there any template just like i18n.properties in UWC.
    Version : Sun Java(tm) System Messaging Server 6.2-3.04

    Hi,
    Guys, i need help on adding in new language for
    Messenger Express. My customer is asking for "Malay"
    language which is not come with default language
    pack. The information from Customization PDF is too
    little for me, wondering is there any template just
    like i18n.properties in UWC.There was an RFE (request for enhancement) to do just this implemented in the very latest hotfix (not out quite yet):
    6455821 - Admin should be able to add new language support for MS other than predefined languages/locales
    Suggest you log a Sun support case to get a copy of the MS6.2 patch which contains this RFE (scheduled to be in 125813-01) - and instructions on how to implement the new language.
    Regards,
    Shane.

  • How to add/modify host entry in iPad

    How to add/modify host entry in the iPad Mini.
    Is there anyway to achieve this in the iPad Mini, like any equivalent DNS configuration.

    Point your DNS configuration to a local one in which you can add all tue IP aliases that you dream of.

  • I want to add image in column is it possible then how to add image in data base what data type we need to do

    I want to add image in column is it possible then how to add image in data base  what data type we need to give we required any casting  please show me one example
    jitendra

    Hi again,
    Several points that can help more:
    1. If you are working with Dot.Net, then I highly recommend read the first link that you got! This is nice and simple coding. Another option is this link which is even better in my opinion:
    http://www.dotnetgallery.com/kb/resource21-How-to-store-and-retrieve-images-from-SQL-server-database-using-aspnet.aspx
    2. As i mention above both link use the column's type image. There are several other option of working with Files. In most of my applications architecture I find that it is better to use a column which let us use any type of file and not an image column.
    In choosing the right column's type for your needs basically your fist question should be if if you want to store your data inside relational database environment or outside relational environment. It is a good idea to look for blogs on this issue. Next
    if you chose to store your data inside then you need to chose the right column type according to your server version. I highly recommend to look for blogs on the differences between those column's types: IMAGE, 
    Check those links:
    To BLOB or Not To BLOB: Large Object Storage in a Database or a Filesystem
    http://research.microsoft.com/apps/pubs/default.aspx?id=64525
    FILESTREAM feature of SQL Server 2008
    http://msdn.microsoft.com/library/hh461480
    FileTables feature of SQL Server 2012
    http://technet.microsoft.com/en-us/library/ff929144.aspx
    Compare Options for Storing Blobs (SQL Server)
    http://technet.microsoft.com/en-us/library/hh403405.aspx
    Binary Large Object (Blob) Data (SQL Server)
    http://technet.microsoft.com/en-us/library/bb895234.aspx
    Managing BLOBs using SQL Server FileStream via EF and WCF streaming
    * Very nice tutorial!
    http://petermeinl.wordpress.com/2012/02/20/managing-blobs-using-sql-server-filestream-via-ef-and-wcf-streaming/
    [Personal Site] [Blog] [Facebook]

  • How do add .mov files in Premiere Elements 11 with Windows 8? I get a generic error message.

    How do add .mov files in Premiere Elements 11 with Windows 8? I get a generic error message.

    Hi Steve,
    Thanks for your quick response. The original movies were taken on a Canon ES970 (1990's). I don't know the resolution but things were not as high tech back then.,.. I used a Roxio software to convert them on my MacBook Air. I didn't realize that I could use Adobe Premiere Elements to do that or I would have. However my old camera did not have a cable to attach it to a computer and the Roxio software came with it.
    I then saved the recordings on an external hard drive. I did not make movies from them using iMovie or edit them in any way. They are simply .MOV files and they can be played on my Mac. Upon realizing how much memory it takes to work on videos, I decided it might be easier to burn DVD's on my husband's  new Dell desktop that came with Windows 8. I downloaded Quicktime as suggested and still the movies can't be added to Premiere.

  • How do I control a first generation airport express with 10.8.2?

    How do I control a first generation airport express with 10.8.2?
    I have an old airport express that one of my machines running mountain lion will not support.  If I upgrade all of my systems to mountain lion, is there any way I can still control and configure the airport express?

    You may need Airport Utility v. 5.6
    http://support.apple.com/kb/DL1482
    It does work with Mountain Lion.

  • How to add Purchase Order entry using B1WS?

    Hi,
    I have implemented B1WS in DI server, I am trying to add purchase order entry, but after adding it via B1WS, I am not able to find entry in SAP;
    My code using B1WS:
    public void SAPPurchaseOrder(string _SID)
                _PIService = new PurchaseInvoicesService();
                Document doc = new Document();
                doc.Address ="ab";
                doc.AgentCode = "ab";
                doc.BaseAmountSCSpecified = false;
                doc.CardCode = "VEND7";
                doc.CardName = "Baker & Taylor";
                doc.DocDate = DateTime.Now.Date;
                doc.CreationDate = DateTime.Now.Date;
                doc.DocType = DocumentDocType.dDocument_Items;
                doc.DocumentStatus = DocumentDocumentStatus.bost_Open;
                doc.BaseAmount = 100000;
                doc.DocCurrency = "USD";
                MsgHeader msgHeader = new MsgHeader();
                msgHeader.SessionID = _SID;
                msgHeader.ServiceName = MsgHeaderServiceName.PurchaseInvoicesService;
                msgHeader.ServiceNameSpecified = true;
                _PIService.MsgHeaderValue = msgHeader;
                _PIService.Add(doc);
    Also, I found error while I have use "ADD FUNCTION" as;
    can not empty list of tables, doc1, doc3 and doc10
    Please suggest me a proper entry flow or code to implement.
    Thank you.
    Piyush
    (Rob IT team - Parabox Media Group)

    Hello,
    Just like DI API, you need add doc lines to purcahse order, here is a sample to add a purchase order.
    Public Function Add() As DocumentParams
                Dim myPOParams As DocumentParams = Nothing
                Try               
                    ' Create Input parameters
                    Dim poDoc As Document = New Document
                    poDoc.DocDueDate = Date.Now
                    poDoc.CardCode = "V10000"
                    Dim docLine1 As DocumentDocumentLine = New DocumentDocumentLine
                    docLine1.ItemCode = "A00001"
                    docLine1.Quantity = 1
                    docLine1.TaxCode = "NY"
                    poDoc.DocumentLines = Array.CreateInstance(docLine1.GetType(), 2)
                    poDoc.DocumentLines.SetValue(docLine1, 0)
                    Dim docLine2 As DocumentDocumentLine = New DocumentDocumentLine
                    docLine2.ItemCode = "A00002"
                    docLine2.Quantity = 1
                    docLine2.TaxCode = "NY"
                    poDoc.DocumentLines.SetValue(docLine2, 1)
                    ' Create Service
                    myPOService = New PurchaseOrdersService
                    ' Create Header
                    Dim msgHeader As MsgHeader = New MsgHeader()
                    msgHeader.SessionID = GlbData.sessionID
                    msgHeader.ServiceName = MsgHeaderServiceName.PurchaseOrdersService
                    msgHeader.ServiceNameSpecified = True
                    myPOService.MsgHeaderValue = msgHeader
                    ' Call command with output return
                    myPOParams = myPOService.Add(poDoc)
                    MsgBox("Purhcase Order added: " + myPOParams.DocEntry.ToString(), MsgBoxStyle.DefaultButton2)
                Catch ex As System.Exception
                    MsgBox(ex.Message, MsgBoxStyle.DefaultButton2)
                End Try
                Return myPOParams
            End Function
    Kind Regards
    -Yatsea

  • How to add a value/entry in a exisiting search help

    Hello,
    I want to insert bank name and account number in a search help of a SAP field, how can i make an entry in the exisiting search help ?
    Thanks
    Shehryar

    That is a search help exit, u cannot use that if it is a standard search help (unless ofcourse u have the access key)
    Search help exits are coded to define own path to retrieve the values.. suppose u need to have some logical retrieval ..say data is in some other system..or simply if u want to restrict the output programatically in a search help, then we use search help exits.
    bad luck ..in your case u cannot

  • How to add a DNS entry

    Hi all,
    I would like to know if there exists any API method to add a DNS entry from an authorized client on a DNS server in the network. The DNs server supports dynamic updation.
    thanks in advance
    Sudheesh

    Do you get any solution ?

  • How to add new group entry in Cisco Vpn using powershell

    I am working on a powershell script to connect cisco vpn using powershell, I am able to connect to vpn but not sure how to add new group to vpn. I am using the following script$vpn_profile = 'Test'
    $username = 'TestUser'
    $userPassword = ConvertTo-SecureString -String "Password" -AsPlainText -Force
    $credentials = new-object -typename System.Management.Automation.PSCredential -argumentlist
    $username,$userPassword
    $password = $credentials.GetNetworkCredential().Password
    Set-Location 'c:\Program Files (x86)\Cisco Systems\VPN Client'
    .\vpnclient.exe connect $vpn_profile user $username pwd $password
    Write-Host "You Are Connected"
    cd "C:\"

    Have you entered .\vpnclient.exe /? to see if it will return information about other switches you can use with this executable? Other than connect, I was able to track down a few without actually having the executable (http://www.scribd.com/doc/40108893/Cisco-VPN-Client-Command-Line).
    That said, I do not believe that there is a switch that will help you create a connection. These are either done manually through the GUI, or can be likely be added by supplying a properly formatted file in the proper place.
    If you're using the version of the Cisco VPN client I think you are, then your connection settings, or profiles, are stored in individual .pcf files somewhere on your computer (likely in the Cisco directory). These are simple, text-based files. Find one
    on your computer, save it with another name, and then modify it manually. If you really want to use PowerShell, then use this opportunity to learn how to create and edit basic text files using PowerShell. If you have a standard connection file, then you can
    put that file onto remote computers any number of ways. If a .pcf file exists in the proper place when the VPN client is opened, then it likely will not prompt for a new connection.
    Update: Added more info; clarified

  • How to add Two Interface Mappings to One Receiver(BPM) Help needed urgently

    I have a requirement where i get a flat file and split into multiple files and send to BPM.
    For each split file I created Interface Mapping using Java Mapping Program.
    In the Configuration how to add more Interface Mappings?
    Thanks for your help in advance.
    Regards
    Sudha

    You can use Enhanced Interface Determination to split one message to Multiple hence to multiple Interfaces.
    You have to change the Occurance of Messages in Message Mapping and their Corresponding Interfaces in Interface Mapping. That would create Multiple Files with Multiple Interfaces to Receiver (BPM)
    1) You need not to use Multilpe Interface Mapping
    2) You will use Extended Interface Determination for this.
    regards.
    Jeet.

  • How to add two X Axis in the Column chart?Need Help

    Hi,
    I have a requirement to add two X axis in the SSRS column chart.Can someone please help how to add two X axis. I tried the secondary axis for horizontal axis but current x axis is shifting to other side, second X axis is not coming.
    Regards
    Jon

    Hi Jon,
    According to your description, you want to add secondary X axis for one series in a column chart, right?
    The secondary axis is useful when comparing two value sets with two distinct data ranges that share a common category. In Reporting Services, it’s not supported to create two X axis for one series. We can create secondary X axis when there are two series
    in a column chart. As we tested in our local environment, we can add secondary X axis for specific series. Please refer to the screenshots below:
    So I would like to know what’s your exact needs about creating two X axis for one series. If possible please share some detail information about your data and expected looking of the chart.
    Reference: Plot Data on a Secondary Axis (Report Builder and SSRS)
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu

  • How to add audio track to Final Cut Express

    Does anyone know how to add a audio track to Final Cut Express? My default is four available tracks. What if I want to have 6? How can I add a additional two to the timeline?

    Move your cursor into the gray area below the A4 audio track, then control click and select Add Track.

  • How to Add a Miscellaneous expenses On an Invoice With Match ?

    hi,
    I Want To Add a Miscellaneous expenses On an Invoice With Match By a Different currency ,
    an example :- When Enter An Invoice With Match " 100$ " and Pay It Then I Want To Add a Miscellaneous expenses On This Invoice By Different currency " 100 eur "
    How to Process This Case ??
    Thanks,
    Mohamed Gamal

    one line is 100 us
    the other is 100cu
    is it ok ?

Maybe you are looking for

  • Intra Company Stock transfer issue

    Hi: Our client is having transportation management module for dealing with the costs related to freights based on defined routes,rates etc. I would explain my scenario as under Transportation management is in use. Two plants,Plant A and Plant B Mat 1

  • Email address as a User in ADF application (part 2)

    It is fairly normal these days to sign into into public-facing applications using an email address and password. However, people change email address periodically so you really want some sort of long-lived "users" entity of which the email address is

  • Change of payment details

    I have recently changed my bank and have tried to change my payment method on iTunes, there is money in my new account but when I enter my new card details I keep getting payment declined ?? Anyone got any ideas ?? Thanks L

  • Sql Developer and Kerberos authentication

    Hallo, IHAC interested by implementing SQL Developer in his IT environment, but, for the moment, the authentication to the Databases is done via Kerberos. The latest version of SQL Developer allows OS Authentication, but it seems that Kerberos is sti

  • Installing Windows 7 Without Using The Boot Camp Installer (MacBook Pro)

    I don't know if anyone knows this or not, but I was able to install Windows 7 on my MacBook Pro just using the Windows 7 install disk. I restarted with the windows CD in, and when the screen said press any key to boot from CD, I pressed the space bar