ORACLE OFSA home screen - oracle

I would need help with ofsaa application, I would like to change home screen when you login to application, currently it directly goes to "Financial Services Applications", but I would like default home screen where user has a chance to select his own home screen.
I was told that this is under CONFIG_OWNER schema, and that I should only remove one record in table. But I don't know which table.
Thanks in advance.
Br, Aljaž.

You can find the records in cssms_usr_startup_page table of the configuration schema. locate the user id and remove the row.

This table cssms_usr_startup_page doesn't have any record in Version 8110.
However, you can refer to the Oracle support team on this. Kindly update the solution here as well.
I am working on OFSAA around 2+ years but haven't faced such issue.

Related

How to make all Joomla users to be registered

I have moved all users from joomla 2.5.6 to version 3.3.6 via phpmyadmin
every thing is works fine,but the field user groups was empty, just I need to make all users registered.
Kindly check the screenshot.
http://www.creativelinkstudio.com/1.jpg
I find a solution, via phpmyadmin
insert into _user_usergroup_map (user_id,group_id) select id,2 from _users;
Thank you
That's a legacy field from 1.5 and is a red herring, except it indicates that perhaps you had previously had a migration with some unnoticed problems. In 1.6 + users can be in multiple groups and so what matters is the mapping table, as in the linked answer from #lodder. If everything is working fine you probably already have good data in the mapping table.

Joomla User & Reporting manager mapping

I want to implement leave management system in joomla. For every leave i want email notification to be sent to employee's manager (reporting manager). I need to do employee - > reporting manager mapping somewhere in database.
Is there any built in utility in joomla user groups which can help me? OR Do I need to simply create mapping table in database?
Please suggest.
We are looking for something very similar to run within a Joomla Intranet environment.
I have recently found an extension that might be the kind of thing you are looking for - have a look at Intranet Attendance Track by thagatpam in the extensions directory.
The extension can track attendance, leave, and has a manager approval system built-in.
Hope this helps.

phpMyAdmin has two database tables under one heading

I am in the process of moving my local website onto a live webhost and am having some confusion while exporting my database tables from phpMyAdmin.
I attached a screenshot for reference.
It seems as if there are two database tables that are being used for my website, I'm not sure how this happened though. What I am trying to figure out is which database table is the one that I need to export along with all my Joomla files?
I went into my htdocs to check the configuration.php file and it says that the database prefix is xxx (i made this up) BUT when I go look into that database table (on phpMyAdmin) the dates of creation don't match up but are current in the "other database table."
Thank you for your help.
Screenshot for reference
To ascertain which is the correct database, create a new user via the Joomla interface, then have a look at the users Joomla table via phpMyAdmin, in both databases, to see in which database the user got created.
This information can be found in your site's admin at Site => Global Configuration => Server

need to save all the records at once to get url identifier in magento. Any efficient way or script available?

I have started work in magento last week, i have never worked before in magento. Recently i imported more than 8,000 records in it using csv file. Now i can see all that records in magento admin panel so it's done successfully.
Problem: But it is not displaying at frontend.
I found problem in url identifiers, to solve this problem i need to go in each record category and save it then url identifier showing and also displaying in frontend. So i have to do it for each record.
I think it will take more time and also i have to add 31,000 records more.
Do you have any suggestion to do it quickly? any efficient way available for me? can i use any script to save all record at once?
This question may have duplicate but it will pleasure if you give answer or suggestion to me.
Thank you.
Why don't you just re-index all your indexes ?

Session issue in codeigniter for arabic character

I am just stuck with a issue regarding session. I have a multilingual ecommerce site for english and arabic language. In case of arabic language when someone registers with a arabic name, description or such fields s/he can register successfully. But during login the session data being lost.
Actually when setting all the data into a session array its being stored and i tested it by printing the array. But after the valid authentication when user being redirected to index page or profile page then the session array disappears. The full array being lost. and login doesnt working. Its only happening for someone who has arabic fields on their data. for english its perfectly ok.
I have removed the session.php from syatem/libraries directory. Then it works only on localhost, on server it creates problem when ordering or viewing items of a particular org.
Any suggestion will be accepted cordially.
Thanks
Thank u so much all of u for your reply.... and my issue has been solved.
Unfortunately my session table user_data field collation was not utf8_unicode. Thats why the data was being lost when it redirects to home page. Since it is using the ci_session table. Its working now nicely.
Before posting the question i have tried using native session, updated the Session.php file on system/libraries....But haven't got the perfect solution.
But finally could have figured out the silly mistake and done with the issue.
Cheers to all....:D
Thanks
Please try to use Native Session instead of default CI_Session and see if your problem will be solved?
Here is a link for you:
https://github.com/appleboy/CodeIgniter-Native-Session

Resources