change URL in peoplesoft - peoplesoft

Can someone please tell me if the URLID in URL Maintenance under
people tools-->utilities-->administration-->url
is updated, will it change the navigation to the updated page?

This URL definitions can be accessed in peoplecode by
GetUrl(URL.MY_URL_ID);
If a definition is updated the version number is increased, see table:
select * from psurldefn
After updating an url definition close existing sessions and logon again because this mechanism doesn't work properly.
Be aware of language dependencies:
select * from psurldefnlang

Related

Maximo Anywhere Status Change Handler Issue

I am working on Maximo Anywhere 7.5.2 (Work Execution app). I have added a new status in existing status domain. I am able to see that in Maximo Asset Management but the same domainwostatus is not showing in Anywhere. It always shows the default status options. How to solve this issue ?
If this is a site-specific or org-specific domain value, this is a known bug that you can request an iFix for.
If not, make sure you Refresh System Data to redownload the newest Status Domain values to your app after adding the new domain value. This option is available under the Settings page in the overflow menu on the right.
Make sure your new status is a synonym of INPRG or COMP as these rules are used to determine which statuses will show in our lookup.

unable to navigate to the updated URL in URL Maintenance in PEOPLESOFT

I have hyperlink properties as static external link . so when updating for URL, I have changed URLID in URL maintenance under below navigation.
peopletools-->administration-->utilities-->URL's
These changes have been migrated from one instance to another. but after navigating to the particular location , its not letting me to the updated page. instead its navigating me to the old page. I was wondering what would be the reason?
Do you have another language installed? If so, the URL table have a lang record, you should check at the Lang record.
Which tools are u?

Wordpress - Best practice for pushing updates to multiple servers using version control

So I am about to add another WP blog, but I'd like to keep it under version control. Then I started thinking, how would that affect my current WP workflow. Based on my limited xp in using WP, when an update is pushed from WP dev team, I see an indication in my admin control panel. From here I can simply click the button, and the changes are implemented behind the scene. This approach is great for a single WP instance outside of version control, but what about more nodes, and in version control?
Some of the WP updates include both code and schema changes, so I can't simply publish the code without also implementing the new schema changes. The best I can figure it is to do the following:
Localize current WP version stored in version control
Download latest (stable) wp files
Extract to local path (created in step 1)
Diff changes (optional)
Commit changes to version control
Log into each server
Put into maintenance mode
Pull latest changes
Implement new schema changes (????)
Test
Take out of maintenance mode
Step 9 is what is tripping me up. Do I do a schema dump from my local (freshly updated) schema, then import that schema for every server (or use provided schema change file if WP included id).
Is there a better approach to this?
---- EDIT 1.20.2014 ----
After further consideration, I wonder if setting up some type of mysql replication would be the way to go? Have one node access with read/write access so it can make changes which are restricted to database only (i.e. de-activating a widget), but have other servers serving up the blog content read from readonly mysql instances which are replicated to. This way only one server is making changes from which the others will pull. During my research I have noticed that some changes like alterations to child theme via functions.php or style.css can be tracked in version control, but other changes like activating/de-activating widgets are purely sql based, which would be impossible to track in version control.
Is there a better approach to this?
Don't touch WP core (do you really need it?)
OR
Hack core only once in order to replace default repository's URL of WP-core with your's and later use system auto-updater with your repository

How do I implement a dynamic role in Plone 3?

I want to allow access to certain content to certain users for a limited time,
using a 'Dynamic Role' in Plone 3 ( http://collective-docs.readthedocs.org/en/latest/security/dynamic_roles.html ).
To this end I've created an add-on with a copy paste of example code - except that for now getDummyRolesOnContext() always returns my role.
But Plone never calls, or instanciates my DummyLocalRoleAdapter, and obviously my users never get the role assigned.
Here's what I know so far:
My dynamic role is defined in a rolemap.xml and get's created upon add-on installation.
My add-on is being imported - an exception on it's first line prevents Zope from starting
None of DummyLocalRoleAdapter are being called - I've spiked all of them with warnings and exceptions.
The adapter does get registered.
How do I continue debugging this - what's the magic part I'm missing?
Thanks!
My guess is that you need to somehow activate borg.localprole PAS plug-in in acl_users:
https://github.com/plone/borg.localrole/blob/master/borg/localrole/utils.py
There might have been borg.localrole add-on installer entry in the past, but now there doesn't seem to be one. My guess is that you need to call the actions from borg.localrole add-on setup code manually in your own add-on.
acl_users when borg.localroles is correctly installed:

AccessDenied in Orchard CMS 1.4.1

I converted one of my solution to Orchard 1.4.1 with proper database.
Q1: Whenever I run or goto any link by clicking menu item then it always hits to AccountController/AccessDenied method of Orchard.Users. why?
Q2: How to resolve this?
Please help
There are two scenarios in which this may happen:
You updated from 1.3 (or older) versions to 1.4.1. If that's the case - check the 1.4 upgrade information. EDIT: Actually this is probably not your case - you would get 404's, not AccessDenied, in this scenario.
You are using the source code from recent 1.x development branch. There is a new module in the works that will allow to restrict visibility of certain pages to specific users. If that's the case - go to admin screen and assign Page "View" permissions to Anonymous role.

Resources