App-V 5 sp2, Citrix user profile manager and Event IDs 19104

Hi,
the environment:
Full Infrastructure, Appv 5 sp2 Client on server 2008r2, xenapp 6.5 and Citrix user profile manager.
We get the event error 19104 on published packages. But not on all users. %APPDATA%\Microsoft\AppV\Client\VFS and %LOCALAPPDATA%\Microsoft\AppV\Client\VFS are excluded per
http://blogs.technet.com/b/appv/archive/2013/10/01/support-tip-event-ids-19104-and-19105-are-logged-when-publishing-and-unpublishing-app-v-5-0-packages.aspx from my test GPO:
List of directories to exclude:
AppData\Local\Microsoft\AppV
AppData\Roaming\Microsoft\AppV\Client
Appdata\local
appdata\locallow
Still some users get app-v Applications, but some that are copies of the ones working does not get the Applications. I have tried to delete the profile. but still no closer to a solution. Anyone got this working?

Thanks Nicke, I should have tried harder to get you to come and work with me in Oslo earlier this year ;)
That thread does point on the Profile managment, and redirection of %appdata% and %localappdata% . Those to folders are not redirected. But when i run Procmon, i can see that a working user creates the c:\users\<username>\appdata\local\temp but non
working does not even try.Non working users also does not query the registry as much as working. Ofcourse this all work in my lab so the settings should be sound. but i cannot find the smoking environment variable or setting that causes it.

Similar Messages

  • How to install managed apps to iPads silently OTA using Profile Manager

    Here is my setup.
    100 to 150 Ipads in carts used by their departments in classrooms.
    OSX Mavericks Server running Profile manager
    I use Apple Configurator to push a wifi payload to the ipads as well as an auto enrollment profile to connect to Profile Manager.
    That part works like a dream.
    Now that I have that working. I am having a problem pushing apps to the Ipads. I downloaded some free apps, GDrive for example, using the managed distribution.
    But I cannot figure out how to push the apps to the iPads without having the iPads asking for an Apple ID and password.
    I just want to push VPP apps to the iPads silently.
    Thanks for any help.

    Then you need include the apps when you clone with Configurator.
    Managed Distribution of Apps is flexible because it works for the following scenarios:
    Device
         • Device is owned by the company and distributed to the user
         • Device is BYOD and enrolled in corporate MDM
         • Device is BYOD and unmanaged
    User
         • Device is "assigned' or used by a single individual
         • The individual has an Apple ID (or is capable of getting one)
         • The user is entered into your Profile Manager and has an email address (or device is enrolled and you do a push notify to ask for enrollment - remember, Managed Distro works without MDM)
         • User accepts the invitation to your VPP program with an Apple ID of choice - enterprise does not care what it is
    Apps
         • Apps are assigned to the user account in Profile Manager
         • Apps become visible in the Apple ID's App Store account as available for install
         • If the device is set to autoinstall "purchased" apps, the apps for iPad will just appear
         • Apps can be "revoked" by the enterprise, returning the license to the available pool
         • Apps do not dissapear from devices
    Managed Distro does not really fit education as depending on age your students may not be able to have an Apple ID, may not have email, and the devices may not be deployed in a one-to-one. 
    You are back to master image cloning through Configurator.
    R-
    Apple Consultants Network
    Apple Professional Services
    Author "Mavericks Server – Foundation Services" :: Exclusively available in Apple's iBooks Store

  • User Profile Manager

    Hello:
    Is there anyway to create a User Profile Manager with Apple Mail?
    This would be simular to the same type of User Profile Manager that comes on wwhen launching Thunderbird or Firefox allowing the user to select from multiple user accounts.

    I use this script to use UserProfileManeger in PowerShell to read personal sites.
    #Add SharePoint PowerShell SnapIn if not already added
    if ((Get-PSSnapin "Microsoft.SharePoint.PowerShell" -ErrorAction SilentlyContinue) -eq $null) {
    Add-PSSnapin "Microsoft.SharePoint.PowerShell"
    [Reflection.Assembly]::LoadWithPartialName("Microsoft.Office.Server")
    $mysiteHostUrl = "http://mysite"
    $mysite = Get-SPSite $mysiteHostUrl
    $context = [Microsoft.Office.Server.ServerContext]::GetContext($mysite)
    $upm = New-Object Microsoft.Office.Server.UserProfiles.UserProfileManager($context)
    $AllProfiles = $upm.GetEnumerator()
    foreach($profile in $AllProfiles)
    $DisplayName = $profile.DisplayName
    $AccountName = $profile[[Microsoft.Office.Server.UserProfiles.PropertyConstants]::AccountName].Value
    $Email = $profile[[Microsoft.Office.Server.UserProfiles.PropertyConstants]::WorkEmail].Value
    if($profile.PersonalSite -ne $Null)
    $pweb = $profile.PersonalSite.Rootweb
    $pweb.Dispose();

  • Argh! Profile Manager and Code-Signing of profiles

    I am setting up Profile Manager in Mavericks with Server.app 3.0.1.
    I have DNS correctly setup, I have created an OD Master for Profile Manager, Profile Manager is running and network users can login and I can setup profiles. I also have the https site working properly for clients although that needed some help.
    We have a self-signed root CA and off that we have two intermediate CAs, one for signing server SSL certificates, and one for signing codesigning certificates. On my server I have installed the rootCA, and the intermediate CAs and of course the server SSL certificate itself. As mentioned initially I had a problem with the https site on the server and what was happening was that the server was not sending the intermediate certificate along with the server certificate to clients. (The clients already have our rootCA certificate installed and trusted.)
    As a result the chain was incomplete and clients did not trust the http site. I tracked this down to the files in /etc/certificates it turned out that of the four files for the server certificate i.e. .key.pem, .chain.pem, .concat.pem and .cert.pem that the .chain.pem did not contain the intermediate CA. I replaced it with the intermediate CA pem file and restarted Apache and clients now get the full chain and can therefore trust the https site.
    My problem now is with the codesigning certificate, this also has been selfsigned this time by the intermediate codesigningCA. It is accepted by Profile Manager and it does sign the profiles. However when I download the Trust profile and try installing it, it comes back unverified. (If it was unsigned it would say unsigned instead.) This trust profile contains a copy of the server certificate and the rootCA certificate but does not contain the intermediate codesigningCA certificate.
    I tried the same trick of swapping out the codesigning .chain.pem file in /etc/certificates but this did not help. I am currently stuck, any suggestions from any one?
    Thanks.

    I would really appreciate being walked through these steps. I just upgraded to Yosemite and Server.app 4 and am dealing with all the brokenness.
    Profile Manager does not show a code signing certificate when I ask it to sign configuration profiles.
    I DO NOT have the Code Signing Certificate in my keychain created when OD was created.
    I DO have the four code signing certificate files:
    /etc/certificates/host.domain.tld.Code Signing Certificate.<UUID hash>.cert.pem
    /etc/certificates/host.domain.tld.Code Signing Certificate.<UUID hash>.chain.pem
    /etc/certificates/host.domain.tld.Code Signing Certificate.<UUID hash>.concat.pem
    /etc/certificates/host.domain.tld.Code Signing Certificate.<UUID hash>.key.pem
    Furthermore, when I search my System keychain passwords, for <UUID hash>, I see that have the password that decrypts these pem's, e.g. via the openssl command
    openssl rsa -outform der -in 'host.domain.tld.Code Signing Certificate.<UUID hash>.key.pem' -out 'host.domain.tld.Code Signing Certificate.<UUID hash>.key'
    What's the specific step-by-step to convert these four files into something that Profile Manager can use to sign configuration profiles?
    I am stuck.

  • SharePoint 2010 Enterprise Search for User Profile tags and Notes

    Hi,
    Actually my requirement is, "Sharepoint Enterprise Search for User Profile tags and Notes".
    I would like to use the Tags and Notes in enterprise search.
    Is it possible?
    Thanks & Regards
    Poomani Sankaran

    Check if this helps
    http://blogs.msdn.com/b/spses/archive/2011/02/05/social-computing-part-3-activity-feeds-social-ratings-tags-and-notes.aspx
    If this helped you resolve your issue, please mark it Answered. You can reach me through http://itfreesupport.com/

  • Is there a configuration option to prevent an unprivileged user from accessing the firefox profile manager and/or firefox safe mode?

    I'm designing a locked-down Firefox user profile for use on public computers (common room in an apartment building). I can use existing plugins and add-ons to prevent access to about:config and to lock down the various firefox preferences but this is moot if a user can still access the firefox profile manager or can start firefox in safe mode. Is there any configuration setting that could prevent this?

    Hi...
    Reinstalled 10.7.3 from the Combo Updater from apples website.
    The only way to reinstall the Mac OS X or repair the startup disk running v10.7.3 Lion, is to use Lion Recovery The combo update does not do that.
    How much free space on the startup disk? Not enough free space can account for the problems with your apps.
    Right or control click the MacintoshHD icon. Click Get Info. In the Get Info window you will see Capacity and Available. Make sure there's a minimum of 15% free disk space.
    and no web-pages will load.
    Try using OpenDNS as suggested here >  Safari 5.0.1 or later: Slow or partial webpage loading, or webpage cannot be found
    Use OpenDNS for better speed, more security, includes anti phishing filters, prevents browser redirects, and it's free.
    Open System Preferences / Preferences then select the Network tab. Click the Advanced tab then click the DNS tab.
    Click +
    Enter these addresses exactly as you see them here.
    208.67.222.222
    Click +
    208.67.220.220
    Then click OK.
    edited by:  cs

  • Upgraded my HD and now 99% of my apps wont open in one user profile

    I upgraded my HD yesterday. I cloned my current hard drive using CCC. When I login under my profile 99% of my apps wont open. The ones that do are iTunes, MS Office 2008, & Toast 9 but none of the rest will including all apple iLife programs. However; when my wife logs in under her profile all the apps open fine. I have repaired all permissions but they still wont open in my profile? Any ideas? If I create a new user profile and move all my personal files, music, pictures into the new profile will that work? I am assuming it would since everything opens for my wife. I hope there is a quick fix but I guess creating a new profile would be easier than reinstalling the OS.

    this is very strange. cloning with CCCloner shouldn't affect anything. I suspect you had some problems in your home directory to begin with. Given this I would migrate to a new user. the easiest is to delete your current user and save the home directory as a .dmg (you'll be given that option). then mount that dmg when logged in as a new user as copy what you need there. use [this post|http://discussions.apple.com/message.jspa?messageID=6185507] as a guide.

  • How to find ContentDb Name for any of the service application (e.g. User profile , Managed metadata , etc) programmatically in a farm ?

    Hi,
    I have a application where i need to display Name for all the service application. Specifically i need to get the size of user profile service application and Managed metadata service application name.
    Please guide me. :)
    Thanks and Regards:
    Sanjay

    You can use 
    http://blogs.technet.com/b/tothesharepoint/archive/2011/12/19/find-active-databases-used-by-sharepoint-server-2010.aspx
    Get-SPDatabase | Sort-Object disksizerequired -desc | Format-Table Name”
    http://webcache.googleusercontent.com/search?q=cache:kMHQXNGmjcwJ:sharepointstruggle.blogspot.com/2011/08/programmatically-enumerating-databases.html+&cd=1&hl=en&ct=clnk&gl=in
    using(SPSitesite
    = newSPSite(url))
    using(SPWebweb
    = site.OpenWeb())
    SPFarmf
    = site.WebApplication.Farm;
    foreach(SPDatabaseServices
    inf.Services.OfType<SPDatabaseService>())
    Console.WriteLine(string.Format("Found
    Database service {0} of type {1}",
    s.Name, s.GetType().Name));
    foreach(SPDatabaseServiceInstancespdsi
    ins.Instances)
    Console.WriteLine(string.Format("|-Found
    Database Service Instance {0} ({1})",
    spdsi.DisplayName, spdsi.Name));
    foreach(SPDatabasespdb
    inspdsi.Databases)
    Console.WriteLine(
    string.Format("  |-DB: {0}\r\n    |-TYPE: {1}\r\n   
    |-HOST: {2} ",
    spdb.Name.Length
    > 70? spdb.Name.Substring(0,
    65)
    + "...": spdb.Name,
    spdb.GetType().Name, spdb.Server.Name)
    http://social.msdn.microsoft.com/Forums/en-US/61e4e56e-e373-4167-ba97-e0f411feefe9/how-can-we-programmatically-find-the-names-of-sharepoint-databases

  • User profile management

    
    Hi,
    I need an urgent help. We have a domain with lots of users in it. When each user logs into his profile for the first time, the help desk does some configurations on applications such as IE, Mozilla Firefox and etc. but when the users log in on another computer
    system, the help desk has to make the same configurations again on the new profile created recently! So, i need to know if there is any solution to manage users profile to save time and energy by using any 3rd party applications or setting any group policies
    in active directory for this issue?
    Thanks.

    Hi,
    User profiles contain settings for the network environment, such as desktop configuration and menu options.
    For new user, when the user logs off, a profile is saved to the local hard disk of the computer.
    Please refer to this article for more detail information:
    http://technet.microsoft.com/en-us/library/cc775560(v=ws.10).aspx
    Regards.
    Vivian Wang

  • User Profile Application and Managed Metadata services are missing

    Running SharePoint 2013 servers on a set of 2012 R2 Servers.  One of our farm administrators deleted the Secure Store service account.  They recreated the Secure Store account, but after doing so, the Managed Metadata Service and User Profile Service
    are now unavailable.
    When going to the User Profile Page, there is an error that says "Sorry, something went wrong."
    When going to the Metadata page, there is an error that says "The Managed Metadata Service or Connection is currently not available."
    There is an additional error that says "The Security Token Service is not available."
    How can all three services be brought back online?

    That specific event log error is as follows:
    WebHost failed to process a request.
    Sender Information: System.ServiceModel.ServiceHostingEnvironment+HostingManager/12547953
    Exception: System.ServiceModel.ServiceActivationException: The service '/SecurityTokenServiceApplication/securitytoken.svc' cannot be activated due to an exception during compilation.  The exception message is: Exception has been thrown by the target
    of an invocation.. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentNullException: Value cannot be null.
    Parameter name: certificate
       at System.IdentityModel.Tokens.X509SecurityToken..ctor(X509Certificate2 certificate, String id, Boolean clone, Boolean disposable)
       at System.IdentityModel.Tokens.X509SecurityToken..ctor(X509Certificate2 certificate)
       at Microsoft.SharePoint.Administration.Claims.SPSecurityTokenServiceManager.ConfigureTokenHandlerCollection(SPSecurityTokenServiceManager manager, SecurityTokenHandlerCollectionManager collectionManager, String key, SecurityTokenHandlerCollection&
    tokenHandlerCollection)
       at Microsoft.SharePoint.IdentityModel.SPSecurityTokenServiceConfiguration.ConfigureTokenHandlerCollectionForLocalIssuer(SPSecurityTokenServiceManager manager, SecurityTokenHandlerCollectionManager collectionManager, String key)
       at Microsoft.SharePoint.IdentityModel.SPSecurityTokenServiceConfiguration..ctor()
       --- End of inner exception stack trace ---
       at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
       at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
       at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
       at System.Activator.CreateInstance(Type type, Boolean nonPublic)
       at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark)
       at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
       at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture)
       at Microsoft.IdentityModel.Protocols.WSTrust.WSTrustServiceHostFactory.CreateSecurityTokenServiceConfiguration(String constructorString)
       at Microsoft.IdentityModel.Protocols.WSTrust.WSTrustServiceHostFactory.CreateServiceHost(String constructorString, Uri[] baseAddresses)
       at Microsoft.SharePoint.IdentityModel.SPSecurityTokenServiceHostFactory.CreateServiceHost(String constructorString, Uri[] baseAddresses)
       at System.ServiceModel.ServiceHostingEnvironment.HostingManager.CreateService(String normalizedVirtualPath, EventTraceActivity eventTraceActivity)
       at System.ServiceModel.ServiceHostingEnvironment.HostingManager.ActivateService(ServiceActivationInfo serviceActivationInfo, EventTraceActivity eventTraceActivity)
       at System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath, EventTraceActivity eventTraceActivity)
       --- End of inner exception stack trace ---
       at System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath, EventTraceActivity eventTraceActivity)
       at System.ServiceModel.ServiceHostingEnvironment.EnsureServiceAvailableFast(String relativeVirtualPath, EventTraceActivity eventTraceActivity)
    Process Name: w3wp
    Process ID: 5504

  • Firefox is crashing. It is crashing even when i am opening profile manager and safe mode

    Hello,
    Tomorrow i was trying to upgrade my firmware of my phone. So i installed one samsung app called "Samsung Kies" after installing that app my firefox suddenly got crashed.
    I am a Mac user using OS X 10.8 and firefox 18.
    And when i read article about crashing firefox, i found that making new profile will help me but sadly that also doesn't helped me. When i tried to open the profile manager it got crashed too. now every time when i open firefox it crashes after 2-5 seconds...
    And this is my latest crash report... found in (lib/application support/firefox/crash report/submitted)
    Crash ID: bp-5dd48a7c-2622-4a28-aa0e-92de12130111
    Help me please
    Thanks in advance.

    Hello sanchit77,
    Thank you for posting here on the Mozilla Support Forums! We appreciate you as a user of Firefox!
    I would suggest a clean reinstall to resolve your issue.
    Certain Firefox problems can be solved by performing a ''Clean reinstall''. This means you remove Firefox and any leftover program files and then reinstall Firefox. Please follow these steps one by one:
    #Download the latest Desktop version of Firefox from http://www.mozilla.org and save the setup file to your computer.
    #After the download finishes, close all Firefox windows (click Exit from the Firefox or File menu) and confirm all upcoming messages.
    #Now, uninstall Firefox by following the steps mentioned in the [[Uninstall Firefox from your computer#w_uninstall-firefox|Uninstall Firefox]] article.
    '''IMPORTANT:''' On Windows, the uninstaller has the option to remove your personal data and settings. Make sure that you do '''not''' check this option; otherwise all of your bookmarks, passwords, extensions, user customizations and other Firefox [[Profiles|user profile data]] will be removed from your computer.
    After uninstalling Firefox on Windows, delete the "Mozilla Firefox" program folder, located by default in one of these locations:
    * '''(On 32-bit Windows)''' ''C:\Program Files\Mozilla Firefox''
    * '''(On 64-bit Windows)''' ''C:\Program Files (x86)\Mozilla Firefox''
    #Go to the Windows Start menu and click on "Computer".
    #In the Explorer window that opens, double click Local Disk (C:) to open the C:\ drive.
    #Find the "Program Files (x86)" folder or "Program Files" folder.
    #* On 32-bit Windows, double-click the '''Program Files''' folder to open it.
    #* On 64-bit Windows, you will see a "Program Files (x86)" folder AND a "Program Files" folder. Open the '''Program Files (x86)''' folder.
    #Look for a '''Mozilla Firefox''' folder. If you find one, right-click it and select ''Delete'' and confirm that you want to move the folder to the Recycle Bin.
    Now, go ahead and reinstall Firefox:
    #Double-click the downloaded installation file and go through the steps of the installation wizard.
    #Once the wizard is finished, choose to directly open Firefox after clicking the Finish button.
    Please report back to see if this helped you!

  • User Profile Service and Sync Service

    I will be using Active Directory security groups to manage my SharePoint 2013 internal and external users. These groups will be put into SharePoint Groups. Is User Profile sync required to insure group members stay in sync between our 2 ADs and the SharePoint
    resources or is AD checked whenever a user accesses a resource?
    Love them all...regardless. - Buddha

    The groups that users are a member of will be included in the user's token during authentication.  But SharePoint does use the User profile sync to identify AD groups that are used by the users.  So User Profile Sync is a necessary part of the
    whole process.
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • User Profiles Synchronization Error Event id 5553 - Every hour

    I am getting these 2 events logged in the event viewer when the user profile synch is attempted: 
    First event:
    Second Event: (although we don't always get this error with the one above)
    failure trying to synch site 6c02f82c-2029-4ca0-990b-d14786b95d88 for ContentDB 8185106e-233e-4302-bbc5-d0fb2252c64a WebApp 2b659ceb-e7b4-46d4-b2a1-1a9679a357c3. Exception message was Cannot insert duplicate key row in object 'dbo.UserMemberships' with
    unique index 'CX_UserMemberships_RecordId_MemberGroupId_SID'.
    The statement has been terminated..
    Does anyone know why this is happening and how it can be fixed?
    failure trying to synch site a12d2e6b-8227-45cd-b232-594f70d1abd1 for ContentDB 1fa8ce0f-f219-4f43-af9f-c5dc57257f4d WebApp 54c24445-8543-493c-857b-5a57df27c722. Exception message was Procedure or function profilesynch_MS_DeleteWeb has too many arguments
    specified.
    The 'profilesynch_MS_UpdateWeb' procedure attempted to return a status of NULL, which is not allowed. A status of 0 will be returned instead..

    When I run the stsadm -o sync -deleteolddatabases 5  <- no matter whst number is here I get:
     "A failure occurred during the processing of this command. Check diagnostic logs  for more information."
    There is nothing in the ULS logs
    Same problem here.
    Hoping this will fix a slightly different issue though. My issue is the profile doesn't update with changes in Active Directory and therefore there isn't anything new for the content databases
    to sync with.
    If I delete my personal profile in the UPS Service -> Manage User Profiles and then click on MySite -> MyProfile it recreates my profile with the new Active Directory values
    (without having to do a UPS Sync) and I don't know why these values exist but of cause in doing this I lose all the non AD imported values.
    I've been working on this for nearly a week now. I've learnt a lot about the UPS but still no solution. Great article on how the Sync works by the way if anyone is interested can be found here
    http://blogs.msdn.com/b/spsocial/archive/2010/05/04/conceptual-view-of-how-user-profile-synchronization-works-in-sharepoint-2010.aspx
    I have been recommended to perform stsadm -o sync -deleteolddatabases in the following post but I am unable to do so.
    http://social.technet.microsoft.com/Forums/en-US/sharepointadmin/thread/bc3cd2ff-dc12-4223-a80b-e4cae616e861

  • User Profile Disks and DFS replication

    We're looking to replace a single, heavily used 2003 TS server--for performance, feature, and capacity reasons.  Our users frequently have small amounts of data on their desktops/settings that we'd to persist between sessions, and they tend to have
    long-running sessions (disconnecting and reconnecting while traveling, but not logging off--keeping open apps in the meantime).
    The servers were originally purchased intending for 2008R2 SP1 remote desktops services, with lots of fast internal (RAID 5, 12x300GB 15K) storage.  We're considering the option of using 2012 (virtual sessions, not virtual desktops) so that we can scale
    out as we grow--and use the User Profile Disks.  
    Ideally, we'd like to maximize the usefulness of the purchased servers (and their internal storage), and not have to purchase additional hardware for shared storage--(iSCSI/External array that can be clustered).  We're wondering if it's possible to pair
    the User Profile Disks (UPD) with DFS replication (possibly over a dedicated NIC). Then, a user could log in to server X, connect to her local UPD (with the changes replicating to server Y's copy).  If she disconnected/reconnected, the RD connection broker
    would connect her to back to her existing session, and if she logs off and back on, she could connect to either server X or Y and it would all work.  For maintenance, we'd be able to drainstop one server via the connection broker, perform the maintenance,
    let DFS catch up, and then do the same on the second server.
    Would something like this be possible?  Or is it just asking for major problems?

    Hi,
    Thank you for your question.
    I am trying to involve someone familiar with this topic to further look at this issue. There might be some time delay. Appreciate your patience.
    Thank you for your understanding and support.
    If you have any feedback on our support, please click
    here
    Cataleya Li
    TechNet Community Support

  • User Profiles, Roles and  Permission folder empty

    Hi,
    We installed Peoplesoft 8.49 Apps 9.0, and 10G Oracle on Windows 2003, everything working perfectly except User profiles and Roles and Permission Folders
    I have ran AE scripts well, even then we are not able to browse those sections
    Any help much appreciated
    Thanks

    >
    We installed Peoplesoft 8.49 Apps 9.0, and 10G Oracle on Windows 2003, everything working perfectly except User profiles and Roles and Permission Folders
    >
    What do you mean by this? What is not working? What are you expecting and what is happening?

Maybe you are looking for

  • Sync musc on 1 ipod library and contacts on another computer

    Hi, This one is confusing. Up until today myself and my kids all had ipods and all use one itunes library (mine) for songs etc. This way we all share music. Today I purchased my son a new macbook pro. It is his first computer. I would like him to be

  • Cutting a jpeg into several jpegs

    >> using Illustrator in Creative Suite 2 I have 100 ai files that have 3 pictures in each of them. I exported them to jpg and I have 100 jpegs. Now I want a jped for each of the pictures in each of the 100 files -- so, totally I need 100 files * 3 pi

  • TCP/IP connection not working

    Hi, I have requirement to create RFC destination for external server connection. I have created one with TCP/IP connection by choosing registered server program radio button and specified the Gateway Host as IP address with program ID as IWAYID. It i

  • Tuning Query with IN-Operator

    Hi all, I have to tune the statement below. UPDATE TABLE_A A SET A.FIELD1 = (SELECT B.FIELD1 FROM TABLE_B B WHERE B.IDENTNO IN (A.IDENTNO, A.IDENTNO||'000') There are indexes on identno on TABLE_A and TABLE_A The subquery returns only one row. The qu

  • Problem with the table view's _visibleBounds when used on a scroll view

    I've had numerous problems with getting a table view to work on a scroll view since the table view keeps resizing (http://discussions.apple.com/thread.jspa?threadID=2618816&tstart=0) I have created the views in IB. The scroll view is attached to the