Can't find iccube $Monitoring Cube - iccube

I understood from icCube release notes that there is a $Monitoring Cube...
I cannot see it anywhere (not in the report designer nor in the MDX IDE...
Where should it be? in a $Monitoring schema?
Is there something to set up to make it available?

The $Monitoring schema is activated via a configuration settings within the file icCube.xml:
<monitoringConfigurations>
<counters>
<activated>true</activated>
...
Then you need to log in with a user with "administrator" role.
Hope that helps.

Related

How do you add a NODE to your database root in the Firebase Realtime Database Console?

The Console ONLY allows you to add a CHILD to the root. You cannot add a NODE in the Windows Console or in the Chrome Console.
So, if I got the question right, the following is desired:
/db-root
/newly-added-node-1
/newly-added-node-2
...
Had the same problem recently. There was also such a warning in the Firebase database console section:
Read-only & non-realtime mode activated to improve browser performance. Select a key with fewer records to edit or view in realtime.
If this is the case, you can simply add a node through the URL string. So, just visit:
http&colon;//console.firebase.google.com/project/${project-id}/database/${db-root}/data/${new-node-name}
And you'll be able to add data to the new node.
Hope this helps. Cheers!

How to set values of alfresco-global.properties programmatically

I was working in a client application with alfresco and in need to capture the changes in docs from user's alfresco account. From further reading I came to know that I need to set some properties in alfresco-global.properties file to enable change log audit. So is there anyway I can do this using an API without requesting user to do this ? Please help
I'm not sure something like that is possible, other then using JMX. I'd be happy is someone would prove me wrong, though.
http://docs.alfresco.com/5.1/concepts/jmx-intro-config.html
For Community there is no direct way to do this other than using addon's or writing your own custom code.
There are some ways you can use when using the JavaScript Api of Alfresco.
There is an Open Source module here using JMX and a paid one here using a custom Share page.

Alfresco - How to log all custom properties in audit

I have created custom type in alfresco and added some properties to it.
Now whenever anyone access file having this custom type, I want to audit all properties of custom type, but alfresco only auditing modified/added/deleted properties.
How to log all properties of custom type in audit?
Thanks, Yogesh
You should probably read the documentation on the Audit Service and then if you get stuck, ask a more specific question including what you've tried and what's not working.
The alfresco audit service has extractors and generators.
Generators can audit information that is not present in the input path.
I think that you should be able to use a generator to audit all your custom properties.

Drupal workflow

I need to implement a workflow in my Drupal website. I have a simple workflow:
contributer: Who create nodes in draft status saves new versions of a node
publisher: Do the same as the contributer and change the state of the draft node to published status.
I'm confused between Maestro, Workbench and Workflow modules.
Does anyone know which one is the most appropriate in my case?
Thank you very much.
Regards.
For this approach no need any Contributor module.Login as admin give the create permission to the normal user(may be fall under some roles) expect "administer nodes".If we disable this permission to the particular role who will not get a option to publish the content.
I usually use Workflow module http://drupal.org/project/workflow.
1) What you need is to create workflow.
2) Create workflow states
3) Give required state change roles to the roles
4) Go to the Permissions, remove all permissions from the Node, for you will give them in the workflow settings page

Drupal 7 User based access control module which provides view, edit and delete access to nodes

I am working in Drupal 7. I am looking for access control module which provides view, edit and delete access to nodes based on user rather than role, which is almost similar to Nodeaccess . Nodeaccess is in alpha stage, not recommended for production site.
Along with add/edit/view permission, two most important permissions like "grant node permissions" and "grant own node permissions" is must, almost similar to Google app sharing feature "Is owner/can view/can edit/can delete".
Could you please suggest some alternative module or hint?
Check out http://drupal.org/project/user_permissions this module should do the trick for you. Here you can give access to the user based on each user and not role.
Also check out http://drupal.org/project/content_access here besides role you can use the author id to set access.
Hope it helps.
Cheers,
vishal

Resources