Second PAB created for user

Sun Java(tm) System Messaging Server 6.2-7.05 (built Sep 5 2006)
libimta.so 6.2-7.05 (built 12:18:44, Sep 5 2006)
We have two frontend MEM's to one backend store (all using the above versions). We're still using Mess Express (not UWC). We had a customer report that his address book had disappeared. Upon searching the LDAP logs in o=PAB we found that indeed a new address book was created, however his older one still existed:
Entry of the additional PAB:
dn: un=AddressBookcf9c80a,ou=UID, ou=people, dc=yyy,dc=xx,o=pab
changetype: add
un: AddressBookcf9c80a
objectClass: top
objectClass: pab
cn: Address Book
However the true (original) address book is:
dn: un=AddressBook41f0c69,ou=UID, ou=people, dc=yyy, dc=xx,o=pab
un: AddressBook41f0c69
objectClass: top
objectClass: pab
cn: Address Book
When he logged into ME, he could only see the newer one (the first one in the above) even tho the original one with many entries in it was still in LDAP. The newer one was created by the messaging user that is configured, but why? Has anyone else seen this? We deleted the newer one (had only two addressbook entries) and then they were able to see the original again once they logged in.

Hi,
When he logged into ME, he could only see the newer
one (the first one in the above) even tho the
original one with many entries in it was still in
LDAP. The newer one was created by the messaging
user that is configured, but why? If I had to guess, I would say that for some reason the PAB was not accessible (when the LDAP search was performed there were no results) so ME created a fresh addressbook.
Do you have a replicated master/slave ldap environment? Have you had any directory issues recently, modified ACI's etc?
Has anyone else
seen this? I haven't heard of a case like this.
The most common issue with PAB's in ME is that the dn: of a user is changed, so the paburi which uses the dn: as a key into the o=pab tree doesn't correspond so you get an error when accessing the PAB.
Regards,
Shane.

Similar Messages

  • I have two iTunes accounts. One was set up for my iPhone; the second was created for my iPad. I just updated my iPhone and it linked my to my second iTunes account instead of y primary. How can I change it back to my primary account?

    I have two iTunes accounts. One was set up for my iPhone; the second was created for my iPad. I just updated my iPhone and it linked my to my second iTunes account instead of my primary account. How can I change it back to my primary account?

    Hey bjboles,
    Welcome to Apple Support Communities.
    The article linked below describes what to do after changing your Apple ID, but you can use it as a guide to resolve the incorrect Apple ID account information entered issue that you described.
    Apple ID: What to do after you change your Apple ID - Apple Support
    Ciao, 
    -Jason

  • I-Expenses Module. Has there been any reports created for users to query?

    hi all.
    Just wondering if anybody has come across any standard i-Expenses reports that have been shipped with related modules that would save us creating some ad-hoc and ORACLE reports. For example, a report that would tell us how many outstanding expense reports that have not yet been approved.
    Ive found you can export data from 'Internet Expenses Auditor' but thats just for us Admin types..
    thanks
    Steven

    Thanks for the suggestions.
    The reports are to remind users of their Expense Reports rather than them remembering themselves and finding out whats to do with any outstanding ones. I think I'm going to just stick with running SQL queries periodically and emailing the users.
    thanks again
    Steven

  • Unable to create a user in Windows AD

    Hi All,
    Firstly, I tried creating a user("newUserName") with Windows AD authentication, Failed. Below is the Error Message
    Update Error:
    There was an error while writing data back to the server: Creation of the user newUserName cannot complete because the user is not a member in any of the mapped groups.
    Secondly, I created a user with Enterprise Authentication. Then I tried assigning a new alias.
    Below is the error message that was thrown:
    Update Error:
    There was an error while writing data back to the server: The secLDAP security plugin is not available. Please contact your system administrator for details
    Please help me understand this error.
    Thanks,
    Vai

    Hi
    if you want to allow a Windows AD user to login into the BOBJ system using her/histials then you have to assign her/him to a Windows AD group (on the WIndows AD server) that has been added to the BOBJ system. You can add a group in the CMC  under Authentication->Windows AD->Mapped AD Member Groups
    Regards,
    Stratos

  • Text Varible for user enter date range

    Hi,
    I need code for text variable,
    the user enters the date range in user entry varible screen
    ex : production for the date range of xxxxx(xxxx= text variable)
    user enters the date range 25-05-2010 -  31-05-2010
    The query description name should be 
    production for the date range of    25-05-2010 -  31-05-2010
    for that  i need code i _step 2  code
    User eners the date range in varaible screen as per that report header has to come
    Please provide the valuble code.
    Thanks & Regards,
    Sathish

    Use Replacement Path Approach instead of Customer Exit.
    Create two Text variables TVAR1 and TVAR2 of type replacement path. Replace them with the Date Characteristic that you are using on which variable is created for user to enter the date range. 
    While creating Text variables, for TVAR1 select From Value and  TVAR2 select To Value.
    Now make the Query description as   Production for the date range of &TVAR1& - &TVAR2&

  • Reasons to use separate temp tablespace for user tablespace

    Hi,
    I know that guideline says is not use system tablespace for user tables. But need i create for user tablespace separate TEMP teblespace or i can use same TEMP tablespace for all tablespaces?

    Hi,
    >>But need i create for user tablespace separate TEMP tablespace or i can use same TEMP tablespace for all tablespaces?
    You can use one temp tablespace for a database , Temp tablespace usage are for sorting the data.
    for more detail you can go with  :Creating Tablespaces
    HTH

  • Create a screen for user input in BI

    Hi Experts,
    I want to know can i creat a screen for user input in BI with module pool programing
    and i want to store the data in ztable in SAP-BI.
    Moderator message: please search for available documentation, these forums are no substitute for ABAP training.
    Edited by: Thomas Zloch on Dec 10, 2010 8:37 PM

    I'm afraid that I cannot get it. I had a look at the docs you suggested before posting, and still, no luck (...)
    JOptionPane.showMessageDialog(dialog, "Please input info");Can you please tell me what I'm doing wrong and I cannot add the JDialog to the JOptionPane?Re-read the API and tutorial. JOptionPane is meant specifically to spare you from instantiating manually a JDialog. The showXxxDialog(...) methods do create a JDialog of their own, based on the contents supplied as arguments.
    In particular, using the 2-arguments variation showMessageDialog(Component parentComponent, Object message):
    - The first argument parentComponent is not be the dialog you want to display, but the component over which you want the dialog to appear. The most typical value are this or null.
    - The second argument is the "message" to display, but as described in the API, it can be a JComponent, that is, even a JPanel with child widgets (in a word, a JPanel containing the specific form you'd display in the dialog if you were writing the dialog manually).
    Again, at the risk of insisting densely, I'm only quoting the API an tutorial, so please read them attentively.
    Edited by: jduprez on Nov 2, 2009 2:29 PM - Sorry Kevin, hadn't seen you latest reply. I completely subscribe to the thought process you recommend.
    Edited by: jduprez on Nov 2, 2009 2:32 PM
    Thinking about it further, I don't completely subscribe... Indeed it looks like a bad idea to make the OP wonder about dialog.setVisible() when JOptionPane enables him to forget about the hand-made dialog. I stand by my own advice ("JDialog" should not even appear in this code extract).

  • Create FTP account for user in Solaris 10

    Hi,
    I am new to Solaris and I need to create a n FTP account so user can have access to certain folder ie /opt/www/docs/newfiles/ (only for upload or download).
    user should not be able to go up the defined folder and have access to upper folders.
    I tried # useradd -d /opt/www/docs/newfiles/ testuser and then # passwd testuser but this user can navigate up and also can telnet to server.
    Please help me to fix the problem. I may not even doing the right thing.
    Thanks

    Hi.
    You can configure the /etc/ftpd/ftpaccess file, to do that, an a lot of things more.
    Check ftpaccess man page.
    Don´t forget restart your ftp service when you made changes to this file.
    For example, modify the following lines, previos backup of the file:
    Declare a guestuser:
    guestuser testuser
    The
    user's home directory must be set up exactly as
    anonymous FTP would be. The home directory field of the
    passwd entry is divided into two directories. The first
    field is the root directory that will be the argument to
    the chroot(2) call. The second field is the user's home
    directory, relative to the root directory. Use a "/./"
    to separate the two fields. For example, the following
    is the real entry in /etc/passwd:
    testuser:x:100:92:Guest FTP:/opt/www/docs/./newfiles:/bin/false
    Check for permission capabilities.
    The following permission capabilities are supported
    chmod yes|no typelist
    delete yes|no typelist
    overwrite yes|no typelist
    rename yes|no typelist
    umask yes|no typelist
    Example:
    delete yes guestusers
    Define a directory with dirglob that permits or denies uploads.
    upload absolute [class=classname]... [-]
    root-dir dirglob yes|no owner group mode
    dirs [d_mode]
    Example:
    upload class=guestuser * /opt/www/docs/newfiles yes testuser nodirs

  • Creating two users for one desktop Address Book

    I apologize for posting this more than once but I haven't received a response and I think perhaps the first post was not in the right place.
    Why is it not easier to create two Groups under the common AB rather than creating two users and exporting/importing files? I read an earlier question from someone who needed two ABs for two users but didn't want to do two Groups yet it seems so easy to do.
    I created a Group called 'Dedo'; highlighted, dragged and dropped, the entire All listing in AB. I then edited out the names I don't need by Remove From Group (under AB, Edit). The Group-edited names still remain in the ALL listing on the desktop AB. I then synced only the selected groups I wanted to my iPhone, including 'Dedo'. It created a new All Contacts and all the groups I selected.
    I can create a second group called 'Speedo' for the other user, drag & drop All from the desktop AB, and they can edit from 'Speedo' the names they don't want, and sync their groups to their iPhone. Again, the All Contacts are still intact on the desktop AB for reference to info we might want occasionally but don't need on our phones.
    So .............. what's the downside to what otherwise seems like an easy fix? What am I not seeing?
    Thanks for any insight I'm missing.

    No one responded. However, dividing the names of interest to each of us into two groups seems to be working well. We sync the particular group we want to our individual iPhone and don't bear the burden of having many, many names we don't want in our own personal contacts.

  • Auto create profile page for users that register? Please help!

    Hi everyone,
    I am building a site along with other people and I am the main web designer. I need to know how to have my site automatically create a users profile page when the said user registers on the site. Something very similar to YouTube or MySpace. Example: If a user where to create an account with the username bob678 the site/code would a page called examplesite.com/userid/bob678 (like I said before very similar to YouTube). I cant seem to find the answer to this anywhere but I know it is possible. Any and all help is very appreciated!
    PS. I already know how to allow people to register, I just need it to create a page for them.

    Ok here it is. How to create the profile page automatic after registering. I'm assuming you have created a "register.php" page and a "login.php" page. Both pages have a relationship with your database tables using PHPMySQL as well. When you created the login.php page a session variable was created. You can find it on the login page only when viewing the page in code view. The session variable will be named "MM_Username"  this is case sensitive. Remember this variable.
    Step 1-
            Create a new blank.php page. and save it as myprofile.php
    Step 2-
            In the bindings menu under applications on the side click the + and choose "Recordset Query". Then stay in the Simple Mode and choose the database connection. Then choose the table containg the columns that you created for your register.php page. Keep the all radio button too. Then choose the database column you designated to be used for storing the username and proceed to:
                                                                                         Filter: "username"              =
                                                                                                   "Session Variable"    "MM_Username"
                                                                                                   "Sort"                       "None"
    Step 3-
           In the Server Behaviors menu click +, User Authentication- Restrict Access to Page. Set "If access denied, go to: login.php". Then click + again, User Authentication- Log Out User.
    Step 4- Insert a table on the page body. Then In the Bindings menu open the + sign of your created recordset. This will display all the columns in your database table. Place the cursur inside the page body table. Then highlight the "username" column from the Bindings menu and click the insert button. This will display the username. Repeat with all columns you wish to be displayed. Save this page.
    (Remeber to edit your login.php page by setting "If login succeeds, go to: myprofile.php)
    Step 5-  "Synchronize Sitewide".
    Step 6- Now test the function you just created by starting from the top:
    Register as a new user. Once you have submitted your user information go to your login page and login with your new username and password. And if login succeeds, you will go to: myprofile.php. Once the myprofile.php page loads, your username and all the columns you inserted will be displayed. Try registering a second user and see the automatic profile page create.
    The secrete in this process is the recordset query being:
                                                      Filter: "username column" = "SESSION VARIABLE" "MM_Username"
    Setting up th recordset to be filtered by username tells the page to only display the records of the username that is logged in. If you were to keep the recordset query filter to "None" then every user records will be displayed on the page creating like a directory/phone book page.
    To sum things up make sure to save the page as a .php first thing. Then create the recordset query. Then restrict access to the page. Then add the log out to the page. This must be done in that order before anything else.

  • I have multiple devices (imacs, lap tops and ipads) all connected to a NAS server.  Can I create a user for myself and one for my wife, and each have our own apple ID, and Itunes accounts, but all share the same media on NAS drives?

    I have multiple devices (iMacs, Lap tops, Ipads) all connected to a Nas Drive.  Can I create a user for myself and one for my wife and we each have our own apple ID's, Itunes etc, but share the same data on the hard drives?  So when she logs in, and sync's her ipads, they will sync with her stuff and when I do the same under my user account, on the same device, my ipads will sync with my stuff?

    You can share the same Apple ID for purchasng form the iTunes and app stores without any problems, but you should all used separate iCloud accounts with separate Apple IDs.  (You are not required to use the same ID for iCloud and other services as you do for the iTunes store.)  This will prevent you from ending up with merged data.  You should also use separate Apple IDs for iMessage and FaceTime or you will end up getting each other's text messages and FaceTime calls.
    This article may be of interest: http://www.macstories.net/stories/ios-5-icloud-tips-sharing-an-apple-id-with-you r-family/, as well as this video: http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l.

  • How to create a user account by mirroring another account in PowerShell (Trying to learn to use Powshell for some daily AD tasks intead of the GUI)

    Hi,
    I am trying to create user accounts via PowerShell instead of the Gui in server 2008 R2 (PowerShell 2.0).
    I know how to create a user account with the following Power Shell command below is one from a dummy domain I created to practice.
    PS C:\Users\Administrator> New-ADUser -SamAccountName "TestOut" -UserPrincipalNa
    me "[email protected]" -GivenName "Test" -Surname "out" -DisplayName "Testou
    t" -Name "Testout" -Enabled $true -Path "CN=users,DC=bwcat,DC=net,DC=int" -Accou
    ntPassword (Read-Host -AsSecureString "Enter Account Password") 
    However when doing day to day tasks where I work normally we have a new hire, they contact IT and ask that a user account is created.   I will ask who they would like to mirror.
    I then would go into the gui pull up the user that they want to mirror right click him and choose copy.  This would create a new user account that I would then fill out.
    I am wondering if its possible to do this same thing via PowerShell, or  if its not an option because it takes more work type up everything than it does to go into the gui and do it.
    Anyway thanks for the help.

    Hi Wilder, hi Mark,
    first of all: The tutorial sources Mark posted - especially the book "Powershell 3 in A month of lunches" - are good to get a baseline start. A really great reference, especially when you try to learn it while still dealing with your daily business.
    On another note, Wilder: While I fully agree that learning things sequentially is usually the best, I too jumped right in instead of learning how to walk first (though it's been some time now. Fewer years than you'd think, but still ...). So I thought I'd
    give you a little aid with that function husk, so you could just stuff interesting bits into an available structure, making use of the fun tools in a useful context (It's fun fiddling around with the commands, but if you have to type in all of them manually
    each time, using the GUI is often just faster. Doing fun things and being efficient with it feels even better though ...). So ... while I
    do agree with yourself, learn it the Correct & Proper Way, I also do
    intend to finish this little explanation about the husk, all the way to the end.
    Everything below this paragraph is part of this.
    function Copy-ADUser
    <#
    .SYNOPSIS
    A brief description of the Copy-ADUser function.
    .DESCRIPTION
    A detailed description of the Copy-ADUser function.
    .PARAMETER GivenName
    A description of the GivenName parameter.
    .PARAMETER Surname
    A description of the Surname parameter.
    .PARAMETER Template
    A description of the Template parameter.
    .EXAMPLE
    PS C:\> Copy-ADUser -GivenName "Max" -Surname "Mustermann" -Template "Jonny.Normal"
    .NOTES
    Additional information about the function.
    #>
    [CmdletBinding()]
    Param (
    [Parameter(Mandatory = $true)]
    [string]
    $Surname,
    [Parameter(Mandatory = $true)]
    [string]
    $GivenName,
    [Parameter(Mandatory = $true)]
    [string]
    $Template
    ) # Create finished Strings
    $JoinedName = $GivenName + "." + $Surname
    # Create new User
    $NewUser = New-ADUser -Surname $Surname -GivenName $GivenName -DisplayName "$Surname, $GivenName" -SamAccountName $JoinedName -Name "$Surename, $GivenName" -PassThru
    # Copy from old User
    $NewUser | Add-ADPrincipalGroupMembership -MemberOf (Get-ADPrincipalGroupMembership $Template | Where { $_.Name -ne 'Domain Users' })
    # Do Whatever else you feel like doing
    This is again the same function husk I posted earlier. Only this time, I filled a little logic (the pieces that were already posted in this thread). This time, I'll not only go over each part again ... I'll do it by reposting the segments and trying to show
    some examples on how to modify the parts. Thus some of it will be repetitive, but this way all the info is in one spot.
    Segment: Comment Based Help
    <#
    .SYNOPSIS
    A brief description of the Copy-ADUser function.
    .DESCRIPTION
    A detailed description of the Copy-ADUser function.
    .PARAMETER GivenName
    A description of the GivenName parameter.
    .PARAMETER Surname
    A description of the Surname parameter.
    .PARAMETER Template
    A description of the Template parameter.
    .EXAMPLE
    PS C:\> Copy-ADUser -GivenName "Max" -Surname "Mustermann" -Template "Jonny.Normal"
    .NOTES
    Additional information about the function.
    #>
    That's the premier documentation part of a function, that teaches a user what the function does and how to use it. It's what's shown when using the Get-Help cmdlet.
    Comment texts are not restricted to single lines however. For example you could replace ...
    .EXAMPLE
    PS C:\> Copy-ADUser -GivenName "Max" -Surname "Mustermann" -Template "Jonny.Normal"
    ... with ...
    .EXAMPLE
    PS C:\> Copy-ADUser -GivenName "Max" -Surname "Mustermann" -Template "Jonny.Normal"
    Creates a new user named Max Mustermann and copies the group memberships of the already existing user Jonny Normal to this new User
    ... and get an explanation on what the example does when using Get-Help with the
    -Detailed parameter (Explaining examples is always a good idea).
    Segment: Parameter
    [CmdletBinding()]
    Param (
    [Parameter(Mandatory = $true)]
    [string]
    $Surname,
    [Parameter(Mandatory = $true)]
    [string]
    $GivenName,
    [Parameter(Mandatory = $true)]
    [string]
    $Template
    This is the segment that tells Powershell what input your function accepts. Each parameter of Copy-ADUser you set will be available in the next segment as a variable of the same name. You can add additional parameters if you need more information for your
    logic. For example, let's add a parameter that allows you to specify what Organization the new user should belong to:
    [CmdletBinding()]
    Param (
    [Parameter(Mandatory = $true)]
    [string]
    $Surname,
    [Parameter(Mandatory = $true)]
    [string]
    $GivenName,
    [string]
    $Organization,
    [Parameter(Mandatory = $true)]
    [string]
    $Template
    That's how that would look like. You may notice that I didn't add the line with
    "[Parameter(Mandatory = $true)] this time. This means you
    may add the Organization parameter when calling Copy-ADUser, but you need not.
    Segment: Logic
    # Create new User
    $NewUser = New-ADUser -Surname $Surname -GivenName $GivenName -DisplayName "$Surname, $GivenName" -SamAccountName "$GivenName.$Surename" -Name "$Surename, $GivenName" -PassThru
    # Copy from old User
    $NewUser | Add-ADPrincipalGroupMembership -MemberOf (Get-ADPrincipalGroupMembership $Template | Where { $_.Name -ne 'Domain Users' })
    # Do Whatever else you feel like doing
    This is the part of the function that does the actual work. Compared to the first husk I posted, this time there are two commands in it (and some comments). First, I create a new user, using the information passed into
    the parameters -Surname and -GivenName. Then I Copy the group memberships of the user identified by the information given by the
    -Template parameter.
    So, let's modify it!
    # Tell the user you are starting
    Write-Host "Starting to create the user account for $GivenName $Surname"
    # Create new User
    $NewUser = New-ADUser -Surname $Surname -GivenName $GivenName -DisplayName "$Surname, $GivenName" -SamAccountName "$GivenName.$Surename" -Name "$Surename, $GivenName" -PassThru
    # Tell the user you are copying Group Memberships
    Write-Host "Copying the group-memberhips of $Template to $GivenName $Surname"
    # Copy from old User
    $NewUser | Add-ADPrincipalGroupMembership -MemberOf (Get-ADPrincipalGroupMembership $Template | Where { $_.Name -ne 'Domain Users' })
    # Do Whatever else you feel like doing
    Now after adding a few lines, the logic will tell us what it's doing (and do so before it
    is taking action)!
    Hm ... didn't we create a change in the Parameter Segment to add an -Organization parameter? Let's use it!
    # If the -Organization parameter was set, the $Organization variable will be longer than 0. Thus do ...
    if ($Organization.Length -gt 0)
    # Tell the user you are starting
    Write-Host "Starting to create the user account for $GivenName $Surname in the Organization $Organization"
    # Create new User
    $NewUser = New-ADUser -Surname $Surname -GivenName $GivenName -DisplayName "$Surname, $GivenName" -SamAccountName "$GivenName.$Surename" -Name "$Surename, $GivenName" -Organization $Organization -PassThru
    # If the -Organization parameter was NOT set, the $Organization variable will have a length of 0. Thus the if-condition does not apply, thus we do the else block
    else
    # Tell the user you are starting
    Write-Host "Starting to create the user account for $GivenName $Surname"
    # Create new User
    $NewUser = New-ADUser -Surname $Surname -GivenName $GivenName -DisplayName "$Surname, $GivenName" -SamAccountName "$GivenName.$Surename" -Name "$Surename, $GivenName" -PassThru
    # Tell the user you are copying Group Memberships
    Write-Host "Copying the group-memberhips of $Template to $GivenName $Surname"
    # Copy from old User
    $NewUser | Add-ADPrincipalGroupMembership -MemberOf (Get-ADPrincipalGroupMembership $Template | Where { $_.Name -ne 'Domain Users' })
    # Do Whatever else you feel like doing
    There! Now we first check whether the -Organization parameter was set (it's not mandatory after all, so you can skip it). If it
    was set, do whatever is in the curly braces after if (...). However, if it wasn't set, do whatever is in the curly braces after
    else.
    And that concludes my "minor" (and hopefully helpful) tutorial on how to use the function husk I posted :)
    With this, whenever you find another cool command that helps you in the user creation process, you can simply add it, similar to what I did in these examples.
    And if it all didn't make much sense, go through the tutorials in proper order and come back - it'll make much more sense then.
    Cheers and good luck with PowerShell,
    Fred
    There's no place like 127.0.0.1

  • I have created separate user accounts for my 2 boys on my macbook. How do i get my itunes library onto their new ipods?

    I have created separate user accounts for my 2 boys on my macbook. How do i get my itunes library onto their new ipods?

    They can't.  Which came first - the chicken or the egg?  Actually, that's a bad comparison but a sync must come first.
    The library is actually part of iTunes and it contains everything.  iTunes is then configured so that you (or they) determine which portion of everything will be synced to each iPod (identified by a unique name, see below for an example of an iPod and an iPad).  iTunes can't make that decision until AFTER it knows which iPods exist.
    By the way, I (you, they) can very easily change the name of each device to whatever I (you, they) wish to call it.

  • Create two users for the same schema

    Hi,
    I want to create 2 users, with different privilleges each, so that they can have access to the same database tables and also to their metadata tables (user_sdo_maps, user_sdo_themes, user_sdo_styles). I have created the tables under the first user and then grant access permission to the second user. The issue is that, at MapBuilder tool, the second user don't have access at the themes and the base maps of the first user, although i grant full access permission at those views.
    PS: i use spatial data, should i post this at the spatial category?

    In every dictionary view user_ always relate to the current user.
    You need to use
    all_sdo...
    where owner=....
    You may need to repost this in the Spatial forum though in an attempt not to convert this forum into a dumpground,
    but I doubt the answer will be different.
    Obviously, the all_sdo etc views are documented.
    Sybrand Bakker
    Senior Oracle DBA

  • How can I create a form for users wherein the text field will expand to accommodate additional text?

    How can I create a form for users wherein the text field will expand to accommodate additional text?

    You need to use LiveCycle (PC Only) to create a dynamic form like that.
    The best you can do with Acrobat to view all of the text in a field is to set the field to multiline, and set the size to "Auto" (If you don't set the size to 'Auto', you can enter as much text as you wish, but the user will need to use the scrollbar to view all of the text.)

Maybe you are looking for

  • New iTunes update, iPod no longer shows up in iTunes

    Got a update request from iTunes today and accepted the upgrade for iTunes and QuickTime.  I ignored the warning from Microsoft that this was not approved for XP (stupid, but I doubted that Apple would trash my connection).  After the install, I no l

  • My iTunes won't update

    My itunes wont update...everytime i try to update it says the file has become corrupted and that it will try to complete on the next update but i have tried redoing the update and still remains the same. I also cant get onto my itunes as it requires

  • Thr_kill on multi-processor

    I have a problem with thr_kill() on 2-CPU machine, the same code is working OK on single processor. I set up SIGUSR1 signal to thr_exit by:      sigemptyset(&act.sa_mask);      act.sa_flags = 0;      act.sa_handler = thr_exit;                act.sa_s

  • Retrieve deleted messages in SXI_MONITOR

    I'm trying to access some old messages from sxi_monitor. i have the message ID for reference. i saw the message in the SXMSPHIST table in se16 but with a REORG status of DEL. Is there a way to retrieve this message to view the audit log? Thank you. I

  • Background images for a portlet

    Hi, Is it possble to have a background image for a portlet only, In particular I need to include the login portlet in a region but have the background of the portlet based on an image file. Thanks in advance, Brandon