EP Administration Project

hi all,
      I want to know the sites where i can get the EP-Admin Projects for testing my skills in this domain.If anybody knows plz help me.
bye
pradeep

Sathish,
First of all welcome to EP Administrators world.
Enterprise Portal Administration contains the below tasks:
1.SAP Enterprise Portal installation.
2. Database Installation for EP.
3. SAP WebAs installation.
4. EP upgradation (versions 5.0 ->6.0 -> 7.0)
5. IIS Configuration.
6. SPNego Configuration.
7. Windows Kerberos Authentication.
8. Service Pack upgradation (SP10->SP11 etc..)
9. UME Configuration settings.
10. Active Directory Configuration
11. Visual Admin/Config tool Configurations
12. JVM Parameter settings
13. Solution Manager Settings/Configurations.
14. Wiley tool Installation/Configuration.
15. Portal performance management.
16. iView Creation for BW report
17. Role Assigning/Creation
18. Creating Groups/Worksets/Pages/iViews/roles/layouts and maintenence
19. Knowledge management and Collaboration installation/upgradation
20.Optimizing Network traffic
21. load balancer setup
22. DNS configuration
23.Installation of MSCS Clustering Portals
24.Secure Socket layer Management like turn off ssl between IISproxy and sap j2ee engine.
25.Configuration of Universal Worklist.
and so on...
I think I have given almost 75% of the job that EP Administrators do.
If you need more clarification please let me know.
Regards,
Karthick Eswaran

Similar Messages

  • Project Server 2010 Web services access with Client Certificate Authentication

    We switched our SharePoint/Project Server 2010 farm to use client certificate authentication with Active Directory Federation Services (AD FS) 2.0, which is working without issue. We have some administrative Project Server Interface (PSI)
    web service applications that no longer connect to server with the new authentication configuration.  Our custom applications are using the WCF interface to access the public web services.
    Please let us know if it is possible to authenticate with AD FS 2.0 and then call
    Project Server web services. Any help or coding examples would be greatly appreciated.

    what is the error occurred when the custom PSI app connects?
    can you upload the ULS logs here for research?
    What is the user account format you specified in the code for authentication?
    For proper authorization, the “user logon account” in PWA for the user needs to be changed from domain\username to the claims token (e.g.
    'I:0#.w|mybusinessdomain\ewmccarty').
    It requires you to manually call the UpnLogon method of
    “Claims to Windows Token Service”. if (Thread.CurrentPrincipal.Identity is ClaimsIdentity)  
    {  var identity = (ClaimsIdentity)Thread.CurrentPrincipal.Identity;  }  
    if (Thread.CurrentPrincipal.Identity is ClaimsIdentity)
    var identity = (ClaimsIdentity)Thread.CurrentPrincipal.Identity;
    Than you need to extract UPN-Claim from the identity.
    Upload the verbose log if possible.
    Did you see this?
    http://msdn.microsoft.com/en-us/library/ff181538(v=office.14).aspx
    Cheers. Happy troubleshooting !!! Sriram E - MSFT Enterprise Project Management

  • Difference in Project Types and Solution Directory

    Hi -
    We are in the process of deploying solution manager within our organiation.  We have a made good progress in designing the end to end processes for an implementation project.  I am now looking for guidance on after the project is in production how to make changes - bugs and enhancements.  Should this be done directly in the solution directory or a specific project type?  We are not using CHaRM.  If it is a project type, when should changes be made directly within the solution directory?
    Also, what are the difference in the project types - implementation, upgrade, maintenance, safeguarding, template, and upgrade.  When should each be used?
    Thanks in advance!

    Hi Janice,
    you have two options to do changes in operations:
    Directly in Solution Directory. However, there are some limitation since not all tabs can be changed (e. g. configuration tab is only available in display mode).
    Via a maintenance project. This functionality is available since Solution Manager 4.0 FP 1. You have to assign a maintenance project to your solution and activate the check-out/check-in functionality (in the "solution settings"). It will the be possible to check-out objects into the maintenance project and perform your changes in the maintenance project. These changes will become visible in Solution Directory as soon as you check-in the objects. This functionality is currently independent of CHaRM.
    An overview of the project types is available in the Solution Manager Application help. Follow the path "Projects--> Project Administration -->  Project types".
    Best regards,
    Michael

  • Project have resource which is not in enterprise resource pool

    I am getting notification on project that the following assignments have been updated.
    The assignments you own below have changed.
      Assigned to:
      Task Name: 
      Start: Remaining Work:  Completion: etc
    I am not a project manager of the project neither owner. I m administrator.

    Project Help --
    It sounds like you are the Default Assignment Owner for the resource in question.  First of all, navigate to the Tasks page in PWA and locate the assignments in question.  Look in the Resource Name column for the resource who is actually assigned
    to the tasks.
    Next, I would recommend that you navigate to the Resource Center page, select the checkbox for only this resource, and then click the Edit Resource button to check out this resource for editing using the PWA interface.  In the Assignment Attributes
    section of the page, locate the Default Assignment Owner field.  My guess is that you will see your name there, or perhaps no name at all.  Click the Browse button and select the name of this resource in the Pick Resource dialog, and then click the
    Save button to save these changes.
    Finally, the PM of this project will need to open the project or projects containing the tasks that you are seeing.  He/she will need to apply the Resource Usage view and then temporarily insert the Assignment Owner column to the right of the Resource
    Name column.  He/she will need to set the Assignment Owner to the name of the resource for all tasks assigned to that particular resource, then save and publish the project.
    Please let us know if this helps.
    Dale A. Howard [MVP]

  • Project Server 2013: Synchronization of AD with security groups - missing from list of timer jobs

    I have same problem in:
    http://social.msdn.microsoft.com/Forums/en-US/2b916bb9-2277-4c53-8b97-271a912414ba/ps2013-timer-job-missing-quotproject-server-synchronization-of-ad-with-security-groups-forquot
    "I cannot find timer job in SPS central administration "Project Server: Synchronization of AD with security groups for <PWAIntanceName>" to schedule synchronization. Enterprise Resource Pool synchronization working fine and timer job
    "Project Web App: Synchronization of AD with the Enterprise Resource Pool job for <PWA site name>" exist on server."
    Don't offer solution for "Schedule Enterprise Resource Pool synchronization".
    Only "Timer job in SPS central administration "Project Server: Synchronization of AD with security groups".
    Have a solution?

    Project Server timer job "Synchronization of AD with security groups" don't exist.
    So I created job in Task Scheduler of Project Server OS, that every day start PowerShell-script:
    if ((Get-PSSnapin | where {$_.Name -eq "Microsoft.SharePoint.PowerShell"}) -eq $null)
    Add-PSSnapin Microsoft.SharePoint.PowerShell
    Invoke-SPProjectActiveDirectoryGroupSync –Url http://project/pwa
    Security groups of Project Server automatically synchronize with groups from AD!
    http://technet.microsoft.com/en-us/library/jj219472.aspx

  • Oracle Project Analytics - Project Manager Security Implementation

    Has anyone implemented a security scenario for Project Managers, such that they can only see the information associated to their projects when using EBS as the source? If so,
    - How did you identify the relationship between project managers and their projects? Did you use an initialization block and pull this information in from EBS?
    - Where did you define the security/filtering configuration so that they were limited on what they could see?
    - Did you create a custom responsibility for 'Project Managers' and have them access a set of Project Manager dashboard/reports that followed the Project Manager security model?
    Thanks in advance.
    k
    Please note that I have posted this same question/thread in the BI Apps forum. I didn't want to duplicate effort, but I know different users may only come to this forum. The link to the original thread is below:
    BI Apps Forum Thread
    Oracle Project Analytics - Project Manager Security Implementation

    Coolmesh84,
    Thanks for the great info and reply. This makes complete sense to me, but I just want to make sure I am clear on a couple points:
    +1. Use an initialization box to filter the user's emp id+
    You mean use an init block to pull the users employee id and store it in a session variable correct? The session variable will then be used later as part of the filter criteria.
    *2. and add a filter to the required dimension table in business layer to filter based on the project_manager_id column for the project manager group.+*
    To implement the step above, would you follow theses steps:
    1. Go to Manage->Security
    2. Under Groups, select the group planned to be utilized for this filter (in this case I double clicked the Project Manager group).
    3. I then Click permissions button for this group
    4. Go to the Filters tab of the window that pops up
    5. Add a filter, go to BMM tab and select the Project dimension and then define a filter for Proj Mgr Id = nqsession.employeeid
    +3. Ideally you should be able to use the OOTB project manager group for this security.+
    This is a good point, but a few more questions here - There are a number of Project related groups (see below) in the out of box Oracle BI Apps RPD and all of them essentially roll up to the super group 'Operating Unit Org-based Security'. Is there a best practice or preferred approach for utilizing these groups as they related to Oracle EBS v12? Is there any good documentation out there to see what the intended use and setup is for these groups? Do all of these groups relate back to an EBS Responsibility? I have read through the OBIA Security Configuration document and basically all it says is to enable the operating unit org initilization block and thats all .. not really all that helpful.
    Thanks again - k
    Project Executives
    - Project Billing Super User
    - Project Costing Super User
    - Project Super User
    - Projects Implementation Super User
    Project Managers
    - Projects Implementation Super User
    - Project Administrator
    - Project Manager
    - Staffing Manager
    - Operations Manager
    - Project Super User
    - Resource Manager
    Project Team Member
    Edited by: user_K on Nov 22, 2010 5:10 PM

  • Apparent kompare bug(s)

    I apologise in advance for the length of this 1st-Arch-post-in-years. I value context more than brevity, I guess. Hopefully this is the longest post I'll throw at Arch for a long, long time.
    I looked around (quite) a bit before filing this post.  I've used Arch off-n-on since 0.4, know the Arch site, the basics about Arch, and most of the "gotcha's" farly well - but I'm no sysop, either.
    I have a project I've been needing and meaning to work on for years (and which continues to compound itself while I don't); a huge set of backups on CD/DVD of all my data (my *life*, really) for well over a decade - letters, graphics, email, the first 40 pages of my book, you name it. Over the years this 'little' library has grown to over 10 GB compressed (30,000 files, *most* of them ARCHIVES). My guess is that 2-4 GB (compressed) of the data is important, some very much so.
    My archive collection consists of many recursed archives themselves, and they're in about 8 or 10 different formats, to boot (even *.ice, LMAO). Many are further embedded several levels into the main archives (yes, I know that's a bad idea, but I didn't know that when I created them...). I BADLY need to unpack all this stuff, find and toss the duplicates, and truly organise (and efficiently backup) the remainder. This effort will obviously require a lot of automation (or else my heirs will either do it, or not).
    I'd found a couple of useful tools in the Windows world years ago, but I don't buy software and the key piece of my suite was shareware that disabled itself after 30 days - not nearly enough time to plow through this boatload of bits.
    A few months back I built a system with an Athlon XP 3500+ on an Asus A8N-E mobo w/512MB and 120 GB and 250 GB HD's. I'm hoping to go the RAID route soon - Linux software RAID, in fact. The 250 GB HD is running off an add-in PCI ATA card; both HD's have a UDMA channel all to themselves. The machine's got 4 extra fans, a nicely oversized 485W P/S, and the on-board sensors consistently show it running cool. I'm quite sure this isn't a H/W problem (I'm having no others; I built it myself...). This machine has been absolutely rock-solid in every other regard. I LOVE the system; now if I can simply use it for this one basically administrative project.
    I finally have both the speed and the space required to tackle this now-monster project. When I "came home" to Arch a few months ago, I wanted to try several WMs/DMs; GNOME, KDE, E17, fluxbox and ratpoison (at least) are all loaded on my system, and I've booted most at least once. I'd assumed I'd have a LOT of options as to the tools to use.
    I've been man-paging and googling and pacman -Q'ing (followed by more googling) for a couple of weeks through the course of my testing thus far, while trying various wrappers in various WMs. My concluson: Houston, we have a problem! <S>Maybe</S> Several.
    In the past I've been partial to KDE (that's quickly changing), and it's what I started with this time around. As such, kompare seemed the obvious route to go, and had MOST (NOT all) of the functionality I needed (I also very much like it's GUI). Of course, kompare is simply a wrapper for diff (several diff variants, in fact, potentially). It's possible that diff is the problem. Hopefully further testing (and/or comments here) will make that determination more clearly.
    Subsequent googling has revealed that the diff version shipped with Arch likely hasn't been completely functional at all levels in almost *5 YEARS* now. Diff's codefile timestamp is Sept. 3, *2002*! Version 2.8.1 (3.4 is current - just like *kompare*'s current version is 3.4). Additionally, directly below diff in that listing is diff3. Diff's codefile size is about 60K; diff3's is about 20K. *However*, they both have the same timestamp AND version # !!!
    A *completely cosmetic* bug (http://bugs.kde.org/show_bug.cgi?id=138347) is fairly clearly the same bug as (https://bugs.launchpad.net/ubuntu/+source/kdesdk/+bug/45466 - 3-1/2 *YEARS* earlier!), and seemingly a trivial patch for a competent maintainer to create, at that. I've verified (w/o even trying) that this bug is resident in my system as we speak. Of course it is - the version of diff Arch is currently shipping was compiled almost a YEAR before the FIRST of the 2 bug reports above were filed! My Arch desktop O/S was installed less than a month ago using the 0.7.2 base ISO (kompare's timestamp is Jan. 20, 2007; version 3.4 - and it's a wrapper for a piece of code last compiled in 2002? What, the 2.0 kernel?). I've aggressively maintained my system current since my very recent install. See how well kompare/diff work on YOUR system...
    Indeed, from the kompare bug page, it's hard to believe it's EVER been stable - or even used (see http://bugs.kde.org/simple_search.cgi?i … &offset=20 and just keep on clicking "View More Results" - or get yourself an energiser bunny to do it for you, maybe).
    I copied the backups from CD's/DVD's to a clean, freshly-showered 64 GB (62.8, actually) ext3 partition (4K blocksize, defaults otherwise, journal included). I set up a top-level directory in this partition with 15 directories beneath it, one for each of my backup discs (whose contents range in size from 50 MB to 4.36 GB). I copied one archive to each directory, then unpacked them one at a time from the command line, removing the archive copy as I went. I ended up with about 15 GB of active data (25%).
    I first configured kompare to use diff (w/no C/L options) running under KDE. As kdiff3 is kompare's preference, however, why is kdiff3 not already in the repos?
    I'd not used it before, so I wasn't familiar with kompare's UI. I started out working with a few smaller subsets of the data I knew were near-perfect copies of each other and that wouldn't overload the filesystem. It seemed to act strangely; while I expected it to be well-optimised, both HD activity and CPU utilisation seemed extremely low for extended periods (and note my setup doesn't allow for a HDD LED for the HD on the controller card, where ALL the disk activity is going on).
    After 3 runs in a row w/o a single errant file being found, I made a 2-byte mod to a small, non-critical text file that was part of the archive I was currently komparing, rebooting to make DAMNED sure cache was cleared, and reran kompare; identical results. The change STILL wasn't detected (the changed file still showed as being an exact copy of the original). The output I was getting was quite weird: usually, the 'kompare' would run at what seemed a rational speed; after a while a response screen would then open, *completely* devoid of data or messages. Immediately after that an odd dialogue box popped up; the title bar said "Error!", but the *message* was, basically, "No Duplicates Encountered." (or some such), or, more commonly, the same one I encountered repeatedly while searching the internet: "Could not parse diff output." (presumably because kompare still wasn't passing the proper parameters to diff). The program crashed about 1/2 the time (actually, give it a big enough block of data, and it'll crash every time). I was stunned 4 days later when ONE run (an exact duplicate of one I'd already attempted several times) resulted in "proper" output - *PERFECT*, with a complete and correct analysis - and completely unreproduceable, even after rebooting. It's ("It's" = proper analysis/output has) happened 3 times since, twice while working with data sets I would term 'trivial'.
    So, in 2 weeks I got 3 runs w/o errors. I assure you I was trying at least 2 runs most days; a 1/2-dozen some days. By then, I also knew that kompare under KDE wasn't my only option - and I knew a bit more.
    I use the "usual" repositories. When I finally checked diff's compile date, my jaw dropped: Sept. 3, *2002* !!!  It's version 2.8.1; the current stable release is 3.4, and 3.5 is currently available for D/L (albeit not released). V. 2.8.1 works with the 2.6 kernel about as well as the original GWBasic compiler ('interpreter') does in WinXP...and may have been this way for a long time.
    More research (difficult, given the age of what little kompare documentation is available on the web). The primary maintainer apparently got removed from maintaining the package in 2003 (and, I presume, other packages, as well) for what appeared to be 'apathy' (MY words). He 'forgot' to include an update after saying he would do so (a patch to pass the appropriate parameters to diff, hopefully fixing the "Could not parse diff output." message, and maybe even straighten out my anomolies, as well).
    Kompare hasn't been updated since. Diff3 IS currently being maintained. Actually, even though diff3 has apparently replaced diff, *kompare* prefers kdiff3. For that matter, from my reading thus far, diff, diff3, vimdiff and cmp ALL may possibly be useable (the latter would require some scripting). Further, ALL the following may possibly be made able to work as wrappers (in decreasing order of likelihood, IMNSHO): kompare, krusader, meld, and emelFM2.
    So, diff is broken, and it doesn't appear that it's going to be fixed...I personally was a bit consternated when I realised just how off-the-rails kompare was. I see a function such as that provided by kompare as both *critical* AND as a 'black box' function - it HAS to work. Just like the ALU MUST compute 2+2 = 4, or the 'computer' becomes a boat anchor...
    So, I D/L'ed meld (for GNOME; it runs under KDE but no help is avalable), then emelFM2 (written for E17, I believe). I've spent the past week trying various combinations of (a) kompare, krusader, meld and emelFM2 as wrappers for diff under (b) KDE, GNOME, and E17. The results have been SO inconsistent it's scary. This includes both giving apparently proper results with a big job on rare occasion (but not consistently reproduceable), and VERY bizarrely, on one occasion, wiping a brand new, 64 *GB* ext3 partition CLEAN. I assure you the remainder of my testing will be on a dedicated partition! This HD is almost braad-new and has given me ZERO other trouble.
    Meld was the most consistently performing diff setup I used (on any WM; it worked on them all).
    I plan to spend the next 1-2 weeks doing some detailed and structured testing of all possible combos of wrapper/driver/WM, rather than just diff. I also plan to see if it's possible to pass command-line parameters to diff from kompare (if I have the time to spend ANY more w/kompare; kompare clearly isn't what I need - even though it had the . Yes, I *do* know how many combos of 4 wrappers, 4 drivers, and 3 WM's there are (48); my college major was statistics, LOL. And 48 test runs is adequate to test each combo, ONCE...
    To me, this task is like big sort jobs were on mainframes a (human, not computer!) generation ago: potentially very large, critical tasks, the results of which aren't always easy to manually double-check. Surely many, if not most, users have a manner of doing this. Diff has apparently been broken for maybe 5 years and THAT wouldn't have gone unnoticed - am I one of the VERY few to even try to use kompare? What do the rest of you use?
    Note that after locating and reading as much kompare documentation as possible (I read more BUG reports than anything), I made several important discoveries:
    (a) kompare isn't really set up for binary files; it's intended for use with text files. You can specify an option to force a text-mode search, but you apparently canNOT do the reverse.
    (b) It err'ed out comparing two M$ 'Word' files, stating they "were binary"...
    (c) Worst of all, for me: These files have been archived to CD or DVD, usually repeatedly, and then copied back to disk (I've lost 3 good-sized archives this way - which does serve to somewhat justify my apparently obsessive need to backup files). Kompare does do individual file comparisons (ie, if you specify both files on the command line) byte-by-byte (block-by-block, whatever), but if you request that it compare *directories*, filename and size are all it considers (it appears from the sparse documentation I've seen that this is corrected in the *current* version, . The duplicate-file tool suite I used in Windows did an MD5 hash on *every* file, no matter the size; I *knew* when a bit error had creeped in, and usually knew fairly quickly. Not finding out you have a bad backup until it's the only copy of your data you have left is no good!
    Anyone have any suggestions on doing this task efficiently and reliably in Arch?
    Again, I believe this to be an upstream problem in a way, but my guess is that if we were using the *current* diffutils to match the KDE version (and a maintainer had done his job in a timely fashion) this bug would NOT exist. My advice, at least until Arch can get diff3 (or, preferably, kdiff3) packaged, STAY AWAY FROM kompare !!!  At least with anything critical, at least until this issue is better understood.
    Kompare (and diffutils, as well, IMO) needs to be removed from the 'public' repo's until it's close to fixed, at least. Just pkgbuild'ing the current diffutils version (or kdiff3!) is likely the easiest way out. Who knows, MAYBE I'll take a stab at that myself. No promises.
    For ANYONE still reading, WOW! TIA. Really. Sorry for the tome.
    Blue Skies...g
    "It's a lot easier to throw grenades than it is to catch them!"  -- Tim Russert

    [intro, backups, bla...]I BADLY need to unpack all this stuff, find and toss the duplicates, and truly organise (and efficiently backup) the remainder.
    Ok, that's what it's all about.
    I'd found a couple of useful tools in the Windows world years ago, but I don't buy software and the key piece of my suite was shareware that disabled itself after 30 days - not nearly enough time to plow through this boatload of bits.
    Total Commander rocks.
    [killed half a dozen paragrahps or so] It's possible that diff is the problem.
    Contratulations. You managed to post 3K of text but still failed to mention what the problem is.
    Subsequent googling has revealed that the diff version shipped with Arch likely hasn't been completely functional at all levels in almost *5 YEARS* now. Diff's codefile timestamp is Sept. 3, *2002*! Version 2.8.1 (3.4 is current - just like *kompare*'s current version is 3.4).
    http://www.archlinux.org/packages/search/?q=diffutils
    You will notice that package isn't flagged out-of-date. That's because the (still current) upstream version is (tadaa!) 2.8.1. Please tell us where you found that 3.4 version.
    Additionally, directly below diff in that listing is diff3. Diff's codefile size is about 60K; diff3's is about 20K. *However*, they both have the same timestamp AND version # !!!
    WTF??? What listing? You know that diff and diff3 are different programs but still part of the same upstream sources, don't you?
    [non-relevant nonsense...] See how well kompare/diff work on YOUR system...
    They work fine.
    [kompare bashing]
    Take a look at the URL, bugs.kde.org, not bugs.archlinux.org. Got it?
    I copied the backups from CD's/DVD's to a clean, freshly-showered 64 GB (62.8, actually) ext3 partition (4K blocksize, defaults otherwise, journal included). I set up a top-level directory in this partition with 15 directories beneath it, one for each of my backup discs (whose contents range in size from 50 MB to 4.36 GB). I copied one archive to each directory, then unpacked them one at a time from the command line, removing the archive copy as I went. I ended up with about 15 GB of active data (25%).
    I think I could rest my case already at this point.
    I first configured kompare to use diff (w/no C/L options) running under KDE. As kdiff3 is kompare's preference, however, why is kdiff3 not already in the repos?
    It is: community/kdiff3 0.9.91-1
    (I will skip some paragraphs about the actual kompare usage and come back to that at the very end.)
    I use the "usual" repositories. When I finally checked diff's compile date, my jaw dropped: Sept. 3, *2002* !!!  It's version 2.8.1; the current stable release is 3.4, and 3.5 is currently available for D/L (albeit not released). V. 2.8.1 works with the 2.6 kernel about as well as the original GWBasic compiler ('interpreter') does in WinXP...and may have been this way for a long time.
    Please quit that bullshit and show us version 3.4 of the GNU diffutils.
    Kompare hasn't been updated since. Diff3 IS currently being maintained. Actually, even though diff3 has apparently replaced diff, *kompare* prefers kdiff3. For that matter, from my reading thus far, diff, diff3, vimdiff and cmp ALL may possibly be useable (the latter would require some scripting). Further, ALL the following may possibly be made able to work as wrappers (in decreasing order of likelihood, IMNSHO): kompare, krusader, meld, and emelFM2.
    Check http://websvn.kde.org/ to follow the development progress of kompare, it's part of kdesdk. diff3 is from diffutils 2.8.1 and I wouldn't call that "maintained", but you already know that. It is obviously not a replacement for diff, did you ever read the manpages? And wow, a KDE program prefers to use another KDE program!
    [killed quite a bit]Diff has apparently been broken for maybe 5 years and THAT wouldn't have gone unnoticed - am I one of the VERY few to even try to use kompare? What do the rest of you use?
    Again, diff is fine and I'm using kompare (or kdiff3?) almost daily, in krusader.
    (a) kompare isn't really set up for binary files; it's intended for use with text files. You can specify an option to force a text-mode search, but you apparently canNOT do the reverse.
    (b) It err'ed out comparing two M$ 'Word' files, stating they "were binary"...
    Genius. Comparing binary files is useless. If you used MS Office you're hosed, that simple. More useful advice at the end.
    Anyone have any suggestions on doing this task efficiently and reliably in Arch?
    Yep.
    Again, I believe this to be an upstream problem in a way, but my guess is that if we were using the *current* diffutils to match the KDE version (and a maintainer had done his job in a timely fashion) this bug would NOT exist. My advice, at least until Arch can get diff3 (or, preferably, kdiff3) packaged, STAY AWAY FROM kompare !!!  At least with anything critical, at least until this issue is better understood.
    Upstream, right... diffutils have nothing to do with KDE at all... Arch has diff3 and kdiff3 packaged ... it's no 'issue' at all.
    Okay, I apologize for that 'tone' of mine but I get pissed easily when wasting so much time on something as this.
    I know your problem very well as I'm constantly backing up stuff, comparing directories and hunting duplicates.
    After unpacking everything the first step to take is to run a comprehensive check for binary duplicates. My tool of choice for that task is Total Commander (Win32 shareware, no timeout, just a minor nag screen on start, works fine with Wine). Just a few random keyboard shortcuts you might find handy (see the help file for explanations): ctrl-b, ctrl-f1(-f6), ctrl-c,y, alt-f7
    After killing them, go on to compare ("synchronize") similar directories, either with Total Commander, Krusader, rsync, diff -R, whatever.
    If you encounter similar named files, check the dates and kill the older ones, or compare them if they're not binary.
    And so on... you know best what kind of data you got and how to split it up.
    Throwing plain diff on a set of thousands of files, possibly gigabytes is a huge waste of time and computing/power resources. Adding a frontend will make it crash most of the time, especially with binary files. I think using kdiff3 to compare the Arch Linux 0.8 base beta1 iso to the beta2 one alone should suffice. A few more gigabytes of RAM might help though.

  • Mapping Problem while creating the DP through utils (dpcreate.bat)

    I am exploring on the command line and utils to create build and deploy the project in jcaps 5.1.3.
    Used dpcreate.bat (from the repository utils) to create the deployment profile and automapping the components.
    In a particular scenario when i have two web service invocation in a single project,I have two SOAP webservice external system clients in the environment.
    when i use the dpcreate util, the two web services are getting mapped into a single SOAP webservice external system client.
    However, I want them to be getting mapped into two different SOAP webservice external system clients.
    ------------------------------------------------THE OUTPUT OF THE COMMAND LINE--------------------------------------------
    C:\JCAPS\repository\util>dpcreate.bat Administrator STC "test1" "envTest1" "dpTe
    st1" "test1/cmTest1"
    URL: http://127.0.0.1:12000/RepositoryName
    User Name: Administrator
    Project Path: test1
    Environment Path: envTest1
    Deployment Name: dpTest1
    CME List: test1/cmTest1
    CME Exclude List: none
    Mapping File Name: C:/JCAPS/repository/util/dpmapping.properties
    Recreate DP if found: false
    Trying to connect to http://127.0.0.1:12000/RepositoryName ...
    Total time to load resource is : 8845
    Connected to http://127.0.0.1:12000/RepositoryName
    Deployment Profile dpTest1 has been created
    Deployment Profile dpTest1 has been added to project named test1
    Processing mappings for 4 deployables ...
    Deployable name CMap1_BusinessProcess11 mapped to system IntegrationSvr1
    Deployable name CMap1_BusinessProcess11_outq mapped to system SBJMSIQMgr1
    Deployable name CMap1_BusinessProcess11_Web Service Application1 mapped to system
    CLIENT1
    Deployable name CMap1_BusinessProcess11_Web Service Application2 mapped to system
    CLIENT1
    Saving changes to workspace
    Result:
    Successful. Deployed: 4, Undeployed: 0
    Disconnecting from http://127.0.0.1:12000/RepositoryName
    Can someone please guide me how to map these into different clients ? Is there any property file which I can modify ?
    Thanks in Advance
    Sushant

    You will have dpmapping.properties file which can tell you this. Again in dpcreate you need to have one more option "recreate" which can help re-creating the Deployment profile.
    Change your dpcreate.bat adding the recreate option and try.

  • What is the concept of External sites

    Hi All,
    I am working on a SharePoint 2010 administration project where  few web applications are available externally.  For example. I checked with few external users. They are not the employee of this company. they are from a different company all together
    but still using my company's sharePoint which is available externally.
    Search is not functioning for those external employees. There is no error in crawl log for this web application. Also it is working for me and others in my organization.  Please help me , i am totalty new to this externaly available SharePoint sites

    Hi Aditya,
    This issue can be caused by many reasons that the external users cannot search in SharePoint.
    I need to know more information about the configuration of your SharePoint:
    How do the external users to access the SharePoint sites? As Mike asked, which authentication method is used to allow the external users to access the sites?
    Did you configure the AAM setting for the SharePoint sites?
    Could you please provide more details about your environment for further research?
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Business Rules are not imported in deployment process

    Dear friends:
    I am deploying a project. The project has 23 business rules.
    In the Oracle BPM Process Administrator,--> Projects --> In the column Business Rules --> Details , There are not one business rule imported which was created in Oracle BPM Studio.
    What is happening? Something is wrong in the deployment process?
    Or what is the correct way to write business rule for a project?
    I hope your answers.
    Best Regards,
    Danny

    Hi Danny,
    If you're using Oracle BPM Enterprise running on WebLogic you're ok. I know it's disconcerting, but your business rules were really created and deployed. It's a cosmetic bug that prevents them from being able to be viewed in the Process Administrator tool.
    Hope this helps,
    Dan

  • In Bcc CA Task tab, actions are not shown

    Hi all,
    In BCC show this content,
    Content Administration
    Project : Master_Style
    In History (tab)
    Author: admin
    Date: Mar 23, 2013 12:14 PM
    Action: create
    Author: admin
    Date: Mar 23, 2013 12:20 PM
    Action: Ready for Review
    Assets are ready for approval
    Author: admin
    Date: Mar 23, 2013 12:27 PM
    Action: Approve Content
    The content has been reviewed and appears good to proceed
    Author: admin
    Date: Mar 23, 2013 12:30 PM
    Action: Approve and Deploy to Production
    Approve for immediate deployment to Production target.
    Content Administration Project Tasks, action list box as not showing any things. now what can i do to show than actions.
    Thanks Advance.

    It looks the project is stuck in project deployment.
    No task actions will be shown during project deployment.
    Go to Content Administration>Admin Console in BCC and check in different tabs in project is hanging there.
    Peace
    Shaik

  • Urgent-Oracle Express Batch Manager

    Dear all,
    I have created a Relational Access Administrator project and mapped an Express Datamodel with RDBMS lookup and fact tables and created a Maintenance Procedure Using "Express Database Maintenance" from "Relational Access Administrator". After that when I tried to run that "Procedure" using "Batch Manager", it creates a Command definition file "~5848371.cmd" and nothing is showing in the "Job Monitor" tab of "Batch Manager". At the same time since it could not run the procedure, no Express database have been created to the specified path.
    Please help me out, as I am in need for this very badly. I have gone through the document "Relational Access Administrator(User Guide)" from otn.oracle.com, but nowhere such type of problem have been addressed.
    Thanking you in advance,
    regards,
    Manoj Ghosh,
    Mail ID: [email protected]

    Problem:
    I cant change properties for existing job.
    Proceeding:
    If I click on Properties-Button in Monitor Batch Window, I get a visual basic error number 0 in procedure frmBTBatchList: cmdInfo_Click.
    Please let me know how to fix this problem.
    Thanks in advance,
    Igor
    null

  • ATG 10 Migration Issue

    Hi All,
    we are working on ATG9.1 to ATG 10 migration. we are getting the issue regarding the BCC.
    Generate the standalone ear file in ATG 10 environment and Deployed in jboss-eap-5.0.
    After creating new merchandising project we are not able to see the assets to change instead we are navigating to BCC home page and when we click on other tabs like SearchAdministration again we are navigating to BCC home page. No errors shown in the log.
    Thanks in Advance
    Rams

    Hi,
    Thanks for the reply.
    When i try to open the Content Administration project from BCC(logged in as admin),i am getting the below warning and returned to the same page.
    WARN [ProjectServlet] Ignoring project parameter "prj646001" because user does not have permission at access processes and/or projects.
    when i create my publihsing.ear from cim and run the server, i am not getting this issue.when i use the migration ear (compiled and assembled as stand alone on ATG 10.0.2), i am getting this issue.
    Where can i set this permission?
    Thanks,
    Rams
    Edited by: Rams on Nov 2, 2011 1:01 AM
    Edited by: Rams on Nov 2, 2011 1:02 AM

  • Oracle Express Batch Manager-Please Help me out-urgent

    Dear all,
    I have created a Relational Access Administrator project and mapped an Express Datamodel with RDBMS lookup and fact tables and created a Maintenance Procedure Using "Express Database Maintenance" from "Relational Access Administrator". After that when I tried to run that "Procedure" using "Batch Manager", it creates a Command definition file "~5848371.cmd" and nothing is showing in the "Job Monitor" tab of "Batch Manager". At the same time since it could not run the procedure, no Express database have been created to the specified path.
    Please help me out, as I am in need for this very badly. I have gone through the document "Relational Access Administrator(User Guide)" from otn.oracle.com, but nowhere such type of problem have been addressed.
    Thanking you in advance,
    regards,
    Manoj Ghosh,
    Mail ID: [email protected]

    There is a tutorial on building a chat application (or applet) on the ibm site.
    http://www-105.ibm.com/developerworks/education.nsf/dw/java-onlinecourse-bytitle
    You need to register to use it, but it is free.
    Hope this helps
    Peter

  • Collab API - Security Settings

    Im working with the Collab API, and the following code errors if the user is not an administrator.. Does anyone know what group the users need access to to execute the API? Ive tried the Collab Administrator and Administrator Projects.. no go?
    collabFactory = portalSession.GetCollaborationFactory();
    Error Details:
    Call into WS Portal to authorize login token 211|1095616892|b6Dlb3uG8UWPmEeBJtgppjCvxGI= failed. Details: java.lang.NullPointerException

    Hello,
    We had a database crash (plumtree & collaboration), so we need to install again the database. And since this time when we want to use the Ptapi
    (SOAP Api with http://xxxxx/ptapi/QueryInterfaceAPI.asmx) it fails. Here is the generated exception :
    com.plumtree.remote.prc.collaboration.CollaborationException: Call into WS Portal to authorize login token 200|1147356166|azCsIXBIKkrzbZ3Yx4opkHaT33I= failed. Details: com.plumtree.remote.prc.PortalException:null; nested exception is:
         Server was unable to process request. --> Invalid pointer
    Parent cause: Call into WS Portal to authorize login token 200|1147356166|azCsIXBIKkrzbZ3Yx4opkHaT33I= failed. Details: com.plumtree.remote.prc.PortalException:null; nested exception is:
         Server was unable to process request. --> Invalid pointer
         at com.airbus.collaboration.pcs.api.AirbusProjectManager.getProjectForName(AirbusProjectManager.java:106)
         at com.airbus.collaboration.application.fair.batch.BatchGroupManager.searchOrCreateProjectFromName(BatchGroupManager.java:430)
         at com.airbus.collaboration.application.fair.batch.BatchGroupManager.createAnnoucementProjects(BatchGroupManager.java:313)
         at com.airbus.collaboration.application.fair.batch.BatchGroupManager.run(BatchGroupManager.java:191)
         at com.airbus.collaboration.application.fair.batch.BatchGroupManager.main(BatchGroupManager.java:106)
    Caused by: com.plumtree.remote.prc.collaboration.CollaborationException: Call into WS Portal to authorize login token 200|1147356166|azCsIXBIKkrzbZ3Yx4opkHaT33I= failed. Details: com.plumtree.remote.prc.PortalException:null; nested exception is:
         Server was unable to process request. --> Invalid pointer
         at com.plumtree.remote.prc.collaboration.project.ProjectManagerWrapper.queryProjects(ProjectManagerWrapper.java:169)
         at com.airbus.collaboration.pcs.api.AirbusProjectManager.queryNativeProjects(AirbusProjectManager.java:202)
         at com.airbus.collaboration.pcs.api.AirbusProjectManager.queryProjects(AirbusProjectManager.java:207)
         at com.airbus.collaboration.pcs.api.AirbusProjectManager.getProjectForName(AirbusProjectManager.java:101)
         ... 4 more
    To open the SOAP connection i use an administrator account.
    So i don't think there's no folder right involved...
    I don't know how to check this issue.
    Someone can help me? experienced the same issue?
    Many thanks!!

Maybe you are looking for

  • How to dismiss messageDialog programaticaly in Windows Phone 8.1..?

    How can I dismiss a Message dialog programmatically in Windows Phone 8.1. I created the dialog using showAsync(). If this is not possible which is the best method to create a custom message dialog with the following properties: 1. It can show test an

  • Can I run 64 bit LabVIEW and 32 bit LabVIEW on the same machine?

    If I have a 64 bit OS (Windows 7 64 bit or Server 2008 64 bit) can I install and run 32 and 64 bit LabVIEW on the same machine? John

  • In JNI how to call Java methods from native language methods

    I just build the example of java tutorial on http://java.sun.com/docs/books/tutorial/native1.1/implementing/method.html but when I excute, it says: Callbacks.c:1:syntax error before 'void' Callbacks.c:2:parse error before '*' Callbacks.c:In function

  • Function module creation for IDOC processing...

    hi Experts,              i want to create a function module for idoc processing.. message type: zashpmnt idoc type : shpmnt05 plz tell me which standard FM is used... and tell me what changes i want to do in it.... Tnx in Advance..

  • Copying my ipod mini info to the library.

    For the life of me, I can't get my ipod songs into my library. I looked over a few of these posts and tried some things and they didn't work. I have it set to manually manage songs and Enable Disk Use is checked, but I can't drag any songs from my ip