Default Author

Hi, I am encountering a strange issue with the Author field in Site Studio. I have a user trying to create a new content item in a Dynamic List but the author field is getting the default value of sysadmin, rather than the user creating the content. Obviously, the user in question does not have sysadmin rights and is being prevented from doing so. This was working up until a while ago. It started happening after I applied the latest patches on UCM. Strangely enough, when the user tries to check in content directly from UCM, rather than SS, the author field has the proper user. This seems to only happen when through SS. We cannot use the workaround as content is HTML driven and needs to be checked in through SS. Any pointers as I cannot remember, if any, the options to change this in SS. When I set the defaults of the contributor region, the author field is not available. Any type of help is much appreciated.

a) OK, in 10g it could be Set Default Project Document Information Page (see http://docs.oracle.com/cd/E10316_01/SiteStudio/10gr4/Pdf/Site_Studio_10gR4_Administrator_and_Manager_Guide.pdf , chapter A.6)
b) you should first find out where the sysadmin comes from. I still believe that it is from the default values, but it can be as well from a profile.
Without this information it is not possible to move on.
c) if you allow to insert a CDF, not a native file, why is it so important that the correct author is used? In your first message you wrote that
Obviously, the user in question does not have sysadmin rights and is being prevented from doing so (i.e. trying to create a new content item).Do I get it right that when a user tries to check-in a content, an error appears - if so, could you please share this error? Or, anything else happens?
d) if my assumptions are true, you could most likely override the default author by a profile, or a global rule - the idocScript command <$UserName$> could be used here.
However, like yourself, I am surprised why this behaviour started to appear just now, after applying a patch - maybe, the functionality of default values was not present in your previous version?
Could you mention on what version you were before update?
Overall, this is probably a question for MetaLink (first check, if anything relevant cannot be found).

Similar Messages

  • IWork Pages Default Author Name

    Everytime I create a new document on the Pages app (Ipad 2) and export to .epub file with "open with/Epub", in the Epub information, the author name field is already filled with a name other than mine. How can I change this default name?

    Thank you for replying.  However, the reply is about adding a comment to a PDF, not the author of the PDF document itself. 
    The Author is seen by opening up the PDF file itself, and then File > Properties.  You can see a screen shot below. 
    When this pop-up screen is open, you can manually change the name of that author for that one document.  However, I can't figure out how to change the name that Adobe uses by default (for example, I want the Author to be just my first name, not the entire name I used when I installed the product (which is what I changed it to for this one document)). 
    How do I change the default Author name?
    Thank you
    Jason

  • Change Xcode default document name?

    Hi guys,
    I have a document based Core Data project here and I dislike the fact that that when I go "Save As" it says "Untitled". How can I change this?
    Thanks,
    Ricky.

    Thank you for replying.  However, the reply is about adding a comment to a PDF, not the author of the PDF document itself. 
    The Author is seen by opening up the PDF file itself, and then File > Properties.  You can see a screen shot below. 
    When this pop-up screen is open, you can manually change the name of that author for that one document.  However, I can't figure out how to change the name that Adobe uses by default (for example, I want the Author to be just my first name, not the entire name I used when I installed the product (which is what I changed it to for this one document)). 
    How do I change the default Author name?
    Thank you
    Jason

  • Save as PDF - Change Author Name?

    In any application when you go to Print, Save as PDF is there any way to change the default author name it already has written there?

    Unfortunately, that's not the answer that anyone is looking for. It's not changing the author name that is desired, but changing the author name that comes up by default when you save as PDF so that you don't have to select the author field and change it from your username. The goal is to remove steps, not to add steps.

  • Acrobat 7-how to keep author name in Note Tool permanently blank?

    One of my main uses for Acrobat is to review academic documents, which is meant to be done anonomously. When I use Tools>Commenting>NoteTool, my login name appears in the Note Tool box, even though I have deselected "Always use Log-in name for author name"
    I know I can delete the author name in the properties box of any individual note, but is there any way to make a blank space the default author name?

    You should make your sidebar1 and sidebar2 fixed positioned. Make your content DIV fluid.
    This should help you: http://www.glish.com/css/7.asp

  • How to refresh/apply column value default setting on current files or folders

    Hi All
    I have set-up default column data per folder in my library (via
    Library Settings > Column default settings) and it works great for new documents or folders that are added to the library.
    But what do I do if I have an existing Library with folders and files and need to apply default column data to each? Is there a way of "refreshing" the default columns so that the data is populated through a specific folder and/or its sub-folders?
    (I really hope this is an easy fix or just a setting that I over-looked somewhere!)
    Thank you!

    I had to do this as well recently, and remembered your post.
    Here is the function I wrote , this worked for text, choice, and metadata columns
    It is pretty slow and could be optimized and broken up into more functions, but I had to do several things:
    1. I mass-updated the content types in a library
    2. On Library settings : set default values and also different defaults per folder
    3. For each file I then needed to:
    3.a. either copy the value from a column in the old content type to the new, or
    3.b. set the column to the default
    so this function does step 3, like I said it works for certain types of columns and can be sped up (I used it to update 700 files in a couple minutes), and it makes some assumptions about the environment but this at least is a starting point.
    As Alex said you may want to change SystemUpdate($true) to just Update(), depending on your requirements.
    <#
    .SYNOPSIS
    Resets columns in a document library to defaults for blank columns. Use this
    after changing the content types or adding columns to a doc lib with existing files
    .DESCRIPTION
    Resets columns in a doc lib to their defaults. Will only set them if the columns are blank (unless overridden)
    Will also copy some values from one column to another while you are there.
    Can restrict the update to a subset of columns, or have it look for all columns with defaults.
    Will use the list defaults as well as folder defaults.
    All names of columns passed in should use InternalName.
    This has ONLY been tested on Text, Choice, Metadata, and mult-Choice and Mult-Metadata columns
    Pass in a list and it will recursively travel down the list to update all items with the defaults for the items in that folder.
    If you call it on a folder, it will travel up the tree of folders to find the proper defaults
    Author:
    Chris Buchholz
    [email protected]
    @plutosdad
    .PARAMETER list
    The document library to update. Using this parameter it will update all files in the doc lib
    .PARAMETER folder
    The folder containing files to update. Function will update all files in this folder and subfolders.
    .PARAMETER ParentFolderDefaults
    Hashtable of internal field names as KEY, and value VALUE, summing up all the parent folders or list defaults.
    If not supplied, then the function will travel up the tree of folders to the parent doclib to determine
    the correct defaults to apply.
    If the field is managed metadata, then the value is a string
    Currently only tested for string and metadata values, not lookup or date
    .PARAMETER termstore
    The termstore to use if you are going to update managed metadata columns, this assumes we are only using the one termstore for all columns to update
    If you are using the site collection specific termstore for some columns you want to update, and
    the central termstore for others, then you should call this method twice, once with each termstore,
    and specify the respective columns in fieldsToUpdate
    .PARAMETER fieldsToCopy
    Hashtable of internal field names, where KEY is the "to" field, and VALUE is the "from" field
    Use this to copy values from one field to another for the item.
    These override the defaults, and also cause the "from" (Value) fields to NOT be overwritten with defaults even if
    they are in the fieldsToUpdate array.
    Example: @{"MyNewColumn" = "My_x0020_Old_x0020_Column"}
    .PARAMETER fieldsToUpdate
    If supplied then the method will update only the fields in this array to their default values, if null then it will update
    all fields that have defaults.
    If you pass in an empty array, then this method will only copy fields in the fieldtocopy and not
    apply any defaults
    Example: @() - to only copy and not set any fields to default
    Example2: @('UpdateField1','UpdateField2') will
    .EXAMPLE
    Set-SPListItemValuesToDefaults -list $list -fieldsToCopy @{"MyNewColumn" = "My_x0020_Old_x0020_Column"} -fieldsToUpdate @() -overwrite -termStore $termStore
    This will not set any defaults, but instead only set MyNewColumn to non null values of My_x0020_Old_x0020_Column
    It will overwrite any values of MyNewColumn
    .EXAMPLE
    Set-SPListItemValuesToDefaults -list $list -overwrite
    This will set all columns to their default values even if they are filled in already
    .EXAMPLE
    Set-SPListItemValuesToDefaults -folder $list.RootFolder.SubFolder[3].SubFolder[5]
    This will set all columns to their defaults in the given subfolder of a library
    .EXAMPLE
    Set-SPListItemValuesToDefaults -list $list -fieldsToUpdate @('ColumnOneInternalName','ColumnTwoInternalName')
    This will set columns ColumnOneInternalName and ColumnTwoInternalName to their defaults for all items where they are currently null
    .EXAMPLE
    Set-SPListItemValuesToDefaults -list $list -fieldsToCopy @{"MyNewColumn" = "My_x0020_Old_x0020_Column"} -fieldsToUpdate @("MyNewColumn") -termStore $termStore
    This will set all MyNewColumn values to their default, and then also copy the values of My_x0020_Old_x0020_Column to MyNewColumn where the old column is not null,
    but both of these will only happen for items where MyNewColumn is null
    .EXAMPLE
    Set-SPListItemValuesToDefaults -list $list -fieldsToCopy @{"MyNewColumn" = "My_x0020_Old_x0020_Column"} -termStore $termStore
    This will set ALL columns with defaults to the default value (if the item's value is null),
    except for My_x0020_Old_x0020_Column which will not be modified even if it has a default value, and will also set MyNewColumn to the
    value of My_x0020_Old_x0020_Column if the old value is not null
    #>
    function Set-SPListItemValuesToDefaults {
    [CmdletBinding(SupportsShouldProcess=$true)]
    param(
    [Parameter(Mandatory=$true,ValueFromPipeline=$true,ParameterSetName="List")][Microsoft.SharePoint.SPList]$list,
    [Parameter(Mandatory=$true,ValueFromPipeline=$true,ParameterSetName="Folder")][Microsoft.SharePoint.SPFolder]$folder,
    [Parameter(Mandatory=$false,ParameterSetName="Folder")][HashTable]$ParentFolderDefaults,
    [Parameter(Mandatory=$false)][HashTable]$fieldsToCopy,
    [Parameter(Mandatory=$false)][Array]$fieldsToUpdate,
    [Parameter(Mandatory=$false)][Microsoft.SharePoint.Taxonomy.TermStore]$termStore,
    [Switch]$overwrite,
    [Switch]$overwriteFromFields
    begin {
    #one or both can be null, but if both empty, then nothing to do
    if ($null -ne $fieldsToUpdate -and $fieldsToUpdate.Count -eq 0 -and
    ( $null -eq $fieldsToCopy -or $fieldsToCopy.Count -eq 0)) {
    Write-Warning "No fields to update OR copy"
    return
    if ($PSCmdlet.ParameterSetName -eq "Folder") {
    $list = $folder.DocumentLibrary
    if ($null -eq $termStore ) {
    $taxonomySession = Get-SPTaxonomySession -site $list.ParentWeb.Site
    $termStores = $taxonomySession.TermStores
    $termStore = $termStores[0]
    #if we did not pass in the parent folder defaults then we must go backward up tree
    if ($PSCmdlet.ParameterSetName -eq "Folder" -and $null -eq $ParentFolderDefaults ) {
    $ParentFolderDefaults = @{}
    if ($null -eq $fieldsToUpdate -or $fieldsToUpdate.Count -gt 0) {
    write-Debug "ParentFolderDefaults is null"
    $tempfolder=$folder.ParentFolder
    while ($tempfolder.ParentListId -ne [Guid]::Empty) {
    Write-Debug "at folder $($tempfolder.Url)"
    $pairs = $columnDefaults.GetDefaultMetadata($tempfolder)
    foreach ($pair in $pairs) {
    if (!$ParentFolderDefaults.ContainsKey($pair.First)) {
    Write-Debug "Folder $($tempfolder.Name) default: $($pair.First) = $($pair.Second)"
    $ParentFolderDefaults.Add($pair.First,$pair.Second)
    $tempfolder = $tempfolder.ParentFolder
    #listdefaults
    Write-Debug "at list"
    foreach ($field in $folder.DocumentLibrary.Fields) {
    if ($field.InternalName -eq "_ModerationStatus") { continue }
    #$field = $list.Fields[$name]
    if (![String]::IsNullOrEmpty($field.DefaultValue)) {
    #Write-Verbose "List default found key $($field.InternalName)"
    if (!$ParentFolderDefaults.ContainsKey($field.InternalName)) {
    Write-Debug "List Default $($field.InternalName) = $($field.DefaultValue)"
    $ParentFolderDefaults.Add($field.InternalName,$field.DefaultValue)
    process {
    Write-Debug "Calling with $($PSCmdlet.ParameterSetName)"
    Write-Debug "Parent folder hash has $($ParentFolderDefaults.Count) items"
    if ($PSCmdlet.ParameterSetName -eq "List" ) {
    $folder = $list.RootFolder
    $ParentFolderDefaults=@{}
    if ($null -eq $fieldsToUpdate -or $fieldsToUpdate.Count -gt 0) {
    foreach ($field in $list.Fields) {
    if ($field.InternalName -eq "_ModerationStatus") { continue }
    if (![String]::IsNullOrEmpty($field.DefaultValue)) {
    Write-Debug "List Default $($field.InternalName) = $($field.DefaultValue)"
    $ParentFolderDefaults.Add($field.InternalName,$field.DefaultValue)
    Write-Verbose "At folder $($folder.Url)"
    $FolderDefaults=@{}
    $FolderDefaults += $ParentFolderDefaults
    if ($null -eq $fieldsToUpdate -or $fieldsToUpdate.Count -gt 0) {
    $pairs = $columnDefaults.GetDefaultMetadata($folder)
    foreach ($pair in $pairs) {
    if ($FolderDefaults.ContainsKey($pair.First)) {
    $FolderDefaults.Remove($pair.First)
    Write-Debug "Folder $($folder.Name) default: $($pair.First) = $($pair.Second)"
    $FolderDefaults.Add($pair.First,$pair.Second)
    #set values
    foreach ($file in $folder.Files) {
    if ($file.CheckOutType -ne [Microsoft.SharePoint.SPFile+SPCheckOutType]::None) {
    Write-Warning "File $($file.Url).CheckOutType = $($file.CheckOutType)) ... skipping"
    continue
    $item = $file.Item
    $ItemDefaults=@{}
    $ItemDefaults+= $FolderDefaults
    #if we only want certain fields then remove the others
    #Move this to every time we add values to the defaults
    if ($null -ne $fieldsToUpdate ) {
    $ItemDefaults2=@{}
    foreach ($fieldInternalName in $fieldsToUpdate) {
    try {
    $ItemDefaults2.Add($fieldInternalName,$ItemDefaults[$fieldInternalName])
    } catch { } #who cares if not in list
    $ItemDefaults = $ItemDefaults2
    #do not overwrite already filled in values unless specified
    if (!$overwrite) {
    $keys = $itemDefaults.Keys
    for ($i=$keys.Count - 1; $i -ge 0; $i-- ) {
    $key=$keys[$i]
    try {
    $val =$item[$item.Fields.GetFieldByInternalName($key)]
    if ($val -ne $null) {
    $ItemDefaults.Remove($key)
    } catch {} #if fieldname does not exist then ignore, we should check for this earlier
    #do not overwrite FROM fields in copy list unless specified
    if (!$overwriteFromFields) {
    if ($null -ne $fieldToCopy -and $fieldsToCopy.Count -gt 0) {
    foreach ($value in $fieldsToCopy.Values) {
    try {
    $ItemDefaults.Remove($value)
    } catch {} #who cares if not in list
    #do not overwrite TO fields in copy list if we're going to copy instead
    if (!$overwriteFromFields) {
    if ($null -ne $fieldToCopy -and $fieldsToCopy.Count -gt 0) {
    foreach ($key in $fieldsToCopy.Keys) {
    $fromfield = $item.Fields.GetFieldByInternalName($fieldsToCopy[$key])
    try {
    if ($null -ne $item[$fromfield]) {
    $ItemDefaults.Remove($key)
    } catch {} #who cares if not in list
    Write-Verbose $item.Url
    $namestr = [String]::Empty
    if ($ItemDefaults.Count -eq 0) {
    write-Verbose "No defaults, copy only"
    } else {
    $str = $ItemDefaults | Out-String
    $namestr += $str
    Write-Verbose $str
    if ($null -ne $fieldsToCopy -and $fieldsToCopy.Count -gt 0) {
    $str = $fieldsToCopy | Out-String
    $namestr +=$str
    if ($PSCmdlet.ShouldProcess($item.Url,"Set Values: $namestr"))
    #defaults
    if ($null -ne $ItemDefaults -and $ItemDefaults.Count -gt 0) {
    foreach ($key in $ItemDefaults.Keys) {
    $tofield = $item.Fields.GetFieldByInternalName($key)
    if ($tofield.TypeAsString -like "TaxonomyFieldType*") {
    $taxfield =[Microsoft.SharePoint.Taxonomy.TaxonomyField]$tofield
    $taxfieldValue = New-Object Microsoft.SharePoint.Taxonomy.TaxonomyFieldValue($tofield)
    $lookupval=$ItemDefaults[$key]
    $termval=$lookupval.Substring( $lookupval.IndexOf('#')+1)
    $taxfieldValue.PopulateFromLabelGuidPair($termval)
    if ($tofield.TypeAsString -eq "TaxonomyFieldType") {
    $taxfield.SetFieldValue($item,$taxfieldValue)
    } else {
    #multi
    $taxfieldValues = New-Object Microsoft.SharePoint.Taxonomy.TaxonomyFieldValueCollection $tofield
    $taxfieldValues.Add($taxfieldValue)
    $taxfield.SetFieldValue($item,$taxfieldValues)
    } else {
    $item[$field]=$ItemDefaults[$key]
    #copyfields
    if ($null -ne $fieldsToCopy -and $fieldsToCopy.Count -gt 0) {
    #$fieldsToCopy | Out-String | Write-Verbose
    foreach ($key in $fieldsToCopy.Keys) {
    $tofield = $item.Fields.GetFieldByInternalName($key)
    $fromfield = $item.Fields.GetFieldByInternalName($fieldsToCopy[$key])
    if ($null -eq $item[$fromfield] -or ( !$overwrite -and $null -ne $item[$tofield] )) {
    continue
    if ($tofield.TypeAsString -eq "TaxonomyFieldType" -and
    $fromfield.TypeAsString -notlike "TaxonomyFieldType*" ) {
    #non taxonomy to taxonomy
    $taxfield =[Microsoft.SharePoint.Taxonomy.TaxonomyField]$tofield
    $termSet = $termStore.GetTermSet($taxfield.TermSetId)
    [String]$fromval = $item[$fromfield]
    $vals = $fromval -split ';#' | where {![String]::IsNullOrEmpty($_)}
    if ($null -ne $vals -and $vals.Count -ge 0 ) {
    $val = $vals[0]
    if ($vals.Count -gt 1) {
    write-Warning "$($item.Url) Found more than one value in $($fromfield.InternalName)"
    continue
    $terms =$termSet.GetTerms($val,$true)
    if ($null -ne $terms -and $terms.Count -gt 0) {
    $term = $terms[0]
    $taxfield.SetFieldValue($item,$term)
    Write-Verbose "$($tofield.InternalName) = $($term.Name)"
    } else {
    Write-Warning "Could not determine term for $($fromfield.InternalName) for $($item.Url)"
    continue
    } elseif ($tofield.TypeAsString -eq "TaxonomyFieldTypeMulti" -and
    $fromfield.TypeAsString -notlike "TaxonomyFieldType*" ) {
    Write-Debug "we are here: $($item.Name): $($fromfield.TypeAsString) to $($tofield.TypeAsString )"
    #non taxonomy to taxonomy
    $taxfield =[Microsoft.SharePoint.Taxonomy.TaxonomyField]$tofield
    $termSet = $termStore.GetTermSet($taxfield.TermSetId)
    $taxfieldValues = New-Object Microsoft.SharePoint.Taxonomy.TaxonomyFieldValueCollection $tofield
    [String]$fromval = $item[$fromfield]
    $vals = $fromval -split ';#' | where {![String]::IsNullOrEmpty($_)}
    foreach ($val in $vals){
    $terms =$termSet.GetTerms($val,$true)
    if ($null -ne $terms -and $terms.Count -gt 0) {
    $term=$terms[0]
    $taxfieldValue = New-Object Microsoft.SharePoint.Taxonomy.TaxonomyFieldValue($tofield)
    $taxfieldValue.TermGuid = $term.Id.ToString()
    $taxfieldValue.Label = $term.Name
    $taxfieldValues.Add($taxfieldValue)
    } else {
    Write-Warning "Could not determine term for $($fromfield.InternalName) for $($item.Url)"
    continue
    #,[Microsoft.SharePoint.Taxonomy.StringMatchOption]::ExactMatch,
    $taxfield.SetFieldValue($item,$taxfieldValues)
    $valsAsString = $taxfieldValues | Out-String
    Write-Debug "$($tofield.InternalName) = $valsAsString"
    } elseif ($tofield.TypeAsString -eq "TaxonomyFieldTypeMulti" -and
    $fromfield.TypeAsString -eq "TaxonomyFieldType" ) {
    #single taxonomy to multi
    $taxfieldValues = New-Object Microsoft.SharePoint.Taxonomy.TaxonomyFieldValueCollection $tofield
    $taxfield =[Microsoft.SharePoint.Taxonomy.TaxonomyField]$tofield
    $taxfieldValues.Add($item[$fromfield])
    $taxfield.SetFieldValue($item,$taxFieldValues)
    Write-Verbose "$($tofield.InternalName) = $valsAsString"
    } elseif ($tofield.TypeAsString -eq "TaxonomyFieldType" -and
    $fromfield.TypeAsString -eq "TaxonomyFieldTypeMulti" ) {
    #multi taxonomy to single taxonomy
    Write-Warning "multi to non multi - what to do here"
    continue
    } elseif ($tofield.TypeAsString -eq "Lookup" -and
    $fromfield.TypeAsString -ne "Lookup" ) {
    #non lookup to lookup
    Write-Warning "non lookup to lookup - still todo"
    continue
    } else {
    #straight copy
    $item[$tofield] = $item[$fromfield]
    $item.SystemUpdate($false)
    $folders = $folder.SubFolders | where name -ne "Forms"
    $folders | Set-SPListItemValuesToDefaults -ParentFolderDefaults $FolderDefaults -fieldsToCopy $fieldsToCopy -fieldsToUpdate $fieldsToUpdate -overwrite:$overwrite -overwriteFromFields:$overwriteFromFields -termStore $termStore

  • Exchange 2013 SP1 RU4 Public Folder Permissions

    Hi All,
    Exchange 2013 SP1 RU4 Public Folder Permissions
    We have a weird problem after migrating our PF from Exchange 2010 to 2013.
    Users do not have permission to create or delete in PF even thou they have owner permissions.
    Example:-
    I have created a  '\test1' folder in the root which has the following permissions (this works OK):-
    Myself - Owner
    Default - Author
    Anonymous - None
    I have created another folder '\admin\test2' folder which has the same permissions as above but i get the "cannot create the folder. you don't have appropriate permissions to perform this operation"
    I get this problem across all of the folders that were migrated. clean folders created at the root with the correct  permission function as per expected.
    Regards
    Paul Sheldon

    Hi,
    I recommend you use the Get-PublicFolderClientPermission -Identity publicfolder command to check the client access permissions to a public folder.
    If possible, please remove permission and re-add permission to check the result.
    Best regards,
    Belinda
    Belinda Ma
    TechNet Community Support

  • Displaying user's full name with content

    How would I best set up an attribute to display the user's full name with a published item?
    The default 'author' attribute only displays the login name.
    I have an idea how to set up a custom attribute of the PL/SQL type, but am unsure if there already exists a procedure to fetch the current user's full name.
    Thanks

    For any item type, define an item type procedure. Pass the author attribute to the procedure. The procedure will need to call the WWSEC_API.PERSON_INFO(P_USER_NAME) function, which returns a record containing all the columns in the WWSEC_PERSON table.
    In pseudocode, your procedure will:
    declare a record based on wwsec_person%rowtype
    call wwsec_api.person_info to populate the record
    use htp.p to display the wwsec_person.first_name and wwsec_person.last_nameTo show the results of the item type procedure, display the "Associated Functions" attribute in the region properties.
    Regards,
    Jerry
    PortalPM

  • Error getting license. license server communication problem: e_adept_document_type_unknown

    I began this day with ADE 17.2 and tried every proffered solution to no avail. The last suggestion was to update to ADE 3.0.
    The exact error message is:
    Unable to download. error getting license. license server communication problem: e_adept_document_type_unknown
    I have tried completely disabling the firewall (domain, public, private) and the problem persists. I have tried running ADE as system admin with same results.
    I've read all the posts on this forum and it appears no one has found a solution.
    Please note: I do not have a proxy, currently all firewalls disabled, no anti-virus software used.
    Windows 7 SP 1 32 bit home premium
    Firefox 27.0.1
    Shockwave flash 12.0.0.70
    Network connection is wifi home network
    Content to be downloaded is PDF from Google Play Books
    Is there anyone who can offer a solution ....
    UPDATE:
    My husband figured out how to disable the firewall on the router and we tested again (and simultaneiously with software firewall disabled). Still didn't work.
    I also created a Firewall Rule specifically for this application:
    GENERAL
    Name: Adobe Digital Editions 3.0
    [x] Enabled
    Action: Allow the connection
    PROGRAMS AND SERVICES
    This program: [local path to]\DigitalEditions.exe
    Services: apply to all programs and services
    COMPUTERS
    [nothing selected]
    PROTOCOLS AND PORTS
    Protocol type: any
    local port: all
    remote port: all
    ICMP: [default]
    SCOPE
    local IP: any
    remote IP: any
    ADVANCED
    Profiles: domain, public, private
    interface types: [default]
    Edge traversal: defer to application
    USERS
    [defaults]
    Authorized: [nothing entered]
    Exceptions: [nothing entered]
    UPDATE:
    I was reading other posts on similar topics and one of the suggestions was to try OverDrive. Since I already have it, I tried it and received the following error message:
    The specified OverDrive media file "[local path]\AppData\Local\Temp\Seams-Unlikely-epub-2.acsm" is not valid. (The OverDrive media file root element is not valid.)
    According to OverDrive's help forum that means the ACSM file can ONLY be downloaded with ADE!
    http://help.overdrive.com/article/0644/What-to-do-if-you-get-an-ACSM-The-OverDrive-media-f ile-root-element-is-not-valid-error-when-using-OverDrive-Media-Console-for-Windows-or-Mac
    UPDATE
    Have learned we have a WNDR4500 router with built-in firewall which can not be disabled. On the NetGear forums, there was the uninformative suggestion to "use DMZ in the router settings" to disable the firewall. In looking at the settings for our firewall, the nearest screen I could find to resemble that suggestion contained the following:
    [ ] Disable Port Scan and DoS Protection
    [ ] Default DMZ Server [192.168.1.0]
    [ ] Respond to Ping on Internet Port
    [x] Disable IGMP Proxying
    MTU Size(in bytes) 1500 bytes
    NAT Filtering [x] secured [ ] open
    [ ] Disable SIP ALG
    I'm afraid this is beyond the scope of my understanding and have no idea what I should be doing here so have made no changes.

    Adobe Digital Editions Communications Error When Downloading PDF from Overdrive (and maybe elsewhere too):
    If you get an “error getting license server communication problem” message in Adobe Digital Editions:
    1.  Try downloading any of the PDF files from Adobe here: http://www.adobe.com/products/digital-editions/eBook.html
    2.  Now re-download the book from Overdrive
    3.  Enjoy!!
    I figured this out after many, many hours of frustration . .  hope it helps!!

  • Exchange 2013 - ECP shows wrong public folder permissions

    Hi everybody,
    I just migrated from Exchange 2007 to 2013 SP1 CU7 and we have an issue with the public folder permissions in ECP. ECP doest not show the correct permissions, here an example:
    Get-PublicFolder "\Folder" | Get-PublicFolderClientPermission | ft
    FolderName User AccessRights
    Folder Default {Author}
    Folder Anonymous {None}
    Folder Administrator {Owner}
    Thank you very much and best regards,
    Sebastian

    Hi,
    Based on your description, the public folder permissions you get using command aren't the same with that you view from EAC.
    Please check if you can change the wrong permissions to right in EAC.
    If you have multiple public folder mailbox, please move affected public folders to another public folder mailbox and move back to check result.
    And if you have multiple DCs, please make sure there is no replication issue between DCs or you can force DC replication and then to check result.
    Best regards,
    Belinda Ma
    TechNet Community Support

  • JSP in Apache Lenya

    Hi,
    I am new to Apache Lenya cms. i am having one html file which contains the form field. This has to sumit to jsp or xsp page.
    http://localhost:9090/lenya/default/authoring/CreateAccount.html
    This link has to submit to jsp page. Please let me know how to procede.

    Set the HTML Form action. :)

  • I made the mistake of resetting my iPod to factory defaults. Now it will only partially sync to my music library. I continually get an error message saying that certain songs are not authorized for my computer. Any ideas?

    I made the mistake of resetting my iPod to factory defaults. Now it will only partially sync to my music library. I continually get an error message saying that certain songs are not authorized for my computer, although they are in the iTunes library on the computer and will play. It's these songs that won't transfer to the iPod. I have deauthorized and re-authorized the computer but no joy. Any ideas?

    Hello there DesertRat71,
    I was thinking that some of the songs in your library may have been purchased under a different apple id. You have already done the first thing I would have done by de authorizing and re authorizing. To verify this, highlight one of the songs that will not sync over and use File>Get Info. Here is the help menu link for it if you need it help://bookmark='https://help.apple.com/itunes/mac/11.0/help/index.html?localePa th=English.lproj#itns2937'
    In the Summary section there will be an Apple ID entry. If it shows something different than what you are currently using then I recommend signing into the Apple ID it shows and authorizing the computer for that one as well.
    All the best,
    Sterling

  • How do I change default settings in the author field when I edit or insert a comment in a PDF?

    How do I change default settings in the author field when I edit or insert a comment in a PDF?

    Generally it gets this info from the Identity in the preferences. Unfortunately, I know of no way to change the Login Name that shows up in the comments. I need to look at newer versions of Acrobat on other machines, this is AA8.

  • SharePoint 2013 Add Author image in default view of blog post

    Hi, 
    How to add Author Image in the Default view of SharePoint 2013 blog site. 
    Thanks
    ram

    Hi  Ram,
    According to your description, my understanding is that you want to display author picture in SharePoint blog.
    In my test, we can achieve the demand as following steps:
    Go to the blog site ->Site Actions -> View All Site Content ->Posts.
    In the Posts list, go to List  Settings-> click Created By column  in the Columns section.
    In Additional Column Settings,  select
    Name (with picture) or Name (with picture and details) for Show field.
    Reference:
    https://social.technet.microsoft.com/Forums/en-US/0d2fd27b-c96e-4c24-a1c8-e415969693bd/authors-image-on-blog-posts?forum=sharepointcustomizationpreviou
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • TS1389 I have a new mac, but every time I try to transfer purchases from my iphone to it, it says it is not authorized. And it uses a very old default email. I then authorize it, it tells me it is authorized already. I tried unauthorizing and re-authorizi

    I have a new mac, but every time I try to transfer purchases from my iphone to it, it says it is not authorized. But it IS!~ And it uses a very old default email. I then authorize it, it tells me it is authorized already. I tried unauthorizing and re-authorizing. I have looked up help and done what it says. I tried finding users/shared/sc info  but that file is not on this Mac. My Mac is fully updated.
    please help.

    I should add that it's an HP photosmart 4280.I found it online and it shows the Mac 0SX operating system.

Maybe you are looking for

  • G5 with samsung 52" tv  Mode not supported

    Does anyone know how I can make my Powermac G5(single 1.8 ATI Radeon 9800pro) work with my Samsung 52 inch TV at HD resolution I am attempting to convert my old Powermac G5 into a media computer. At some point I may want to add a blu-ray drive. When

  • How can I get a refund for an app that doesn't work?

    I just purchased "DVDRipper Pro 3.2.19. However, it just doesn't work. I was unable to get contact with the developer website to ask for support. Could anyone tell how can I get refund from App Store. Thanks.

  • Popup message while creating new CRM activities in the Portal

    Hello All,     We are implementing EP 7.0 SPS 12 and have integrated CRM 5.0 with it. We have installed CRM BP 5.0 SPS 01. When we are creating activities through the Portal using the "Business Activity" iview and then save the creation, we get a pop

  • Rd web showing all remoteapps when logging in with an account of a trusted domain

    we have a dmz with a separate domain. there is a one way trust to our local domain In the dmz domain there is a rdweb and rd gateway. When logging in with an account from the dmz domain in the rdweb it's all fine but when logging in with an account f

  • Drop down values from SAP

    Hi, Is it possible to get F4 help in webdynpro input fields. Thanks & Rgds, Atul Sable