Synchronising HR and WF User Tables !

Dear All
I am facing a workflow issue, whereby a valid and active HR employee (also linked to an active FND User) record is not registered within the WF User and Role tables.
How do I ensure that the WF User/Role/Directory tables are synched with the HR/FND Tables.
I am told that under the 11.5.10 (which is the environment I am working on), this should be automatic, but clearly, this is not the case.
I even tried updating the HR record through the form, just to check if it fires an update to the WF table, but no luck there.
I tried running the various Workflow Synchronization and Validation Concurrent Programs under the SysAdmin, but again, none of them did anything.
Has anyone faced this issue and how do you get the WF User tables updated ?
Any help and suggestion is appreciated.

Hi,
I am also getting this exact error message. Is this problem occurring often in SSM to 7.5 SP04 .
I was on SP3 but did not get this problem.
The error says
"Error message 'error' is undefined
URL http://<servername>:<port>/strategy/pipadmin/pa_settings.htm
Line #547 "
Carlos and Vijay also have the same error on SSM 7.5 SP4.
In my case I have checked the trace file also. It seems to be saying that it cannot connect to SAPCEDDB at a lot many places.
But my CE database is already being accessed when I log on the SSM Admin UI.
Anybody's got a hold on this one?
Milan.
Edited by: Milan Gupta on Dec 24, 2009 2:55 PM

Similar Messages

  • Last execution query and last user

    Hello,
    I'd like to know last execution time of a query and last user - table RSZCOMPDIR provides the "Owner" and "Last changed by" only.
    I don't want to install the technical content.
    Have you any idea, which table contains this information (BW 3.1 used)?
    Besides, Can I have same information about a query executed by WebTemplate (therefor via WEB)?
    Regards,
    Claudia

    Hi,
    You can find this information in RSDDSTAT_OLAP table.
    Enter the query's technical name in OBJNAME field and a date in CALDAY one. It will be returned a list of all users (UNAME field) that executed the query in that day (sort the list by UTIME field to get to know who was the last user).
    The logs in this table are generated regardless the way through which the queries are executed - WAD, Analyser etc.
    Regards,
    Tiago
    Edited by: Tiago Santos on Feb 8, 2010 2:00 PM

  • Custom user table

    Hello,
    I'm a newbie to Oracle Portal and I'm currently working on a conference project. We already have database from last year. There we have user table and other tables. I have already created custom login portlet for users to login but I used portal SSO package. Here comes the tricky part: How can I link portal user table and my user table, so I would know the details of a user when he logs in.
    The best solution would be if I could use my table instead of PORTAL30_SSO.WWSEC_PERSON table.
    Can anybody help me please !?!
    Tnx in advance.
    Mitja.

    To handle using DIP, refer to the Oracle Identity Manager, Application Developers Guide. That gives recommendations on the ldap-ntfy package.
    Handling the operation using OID plug-in will have performance impact on the ldap operations performed on OID.

  • Synchronising User Tables not Happening

    Hello All ,
    I am using SSM 7.5 SP 04. We configured SSM to connect to the BusinessObjects User store.(BOE). I am able to login as the "cmstechnicaluser" who is  an admin on the BOE side.
    I created a new user called "VJ" and added him to the strategy_users group in the BOE user groups. If I login into the administration UI ,using the credentials of "VJ" , it is logging in , but displaying a message that "you have no access to this application. Contact your system administrator".
    I tried adding this user "VJ" to the application groups. But this user is not coming in the user list in the Admin UI. I went to the system defaults and clicked the Synchronise User Tables. It is throwing up an error saying "  SM Script error"
    Error message 'error' is undefined
    URL http://sgpsrv011:50000/strategy/pipadmin/pa_settings.htm
    Line #547
    Even after restarting the listeners and the NW CE , this error is persisting. Moreover , the clear cache link is not appearing . Is there any other way to clear the cache ?
    Thanks and Regards,
    Vijay

    Hi,
    I am also getting this exact error message. Is this problem occurring often in SSM to 7.5 SP04 .
    I was on SP3 but did not get this problem.
    The error says
    "Error message 'error' is undefined
    URL http://<servername>:<port>/strategy/pipadmin/pa_settings.htm
    Line #547 "
    Carlos and Vijay also have the same error on SSM 7.5 SP4.
    In my case I have checked the trace file also. It seems to be saying that it cannot connect to SAPCEDDB at a lot many places.
    But my CE database is already being accessed when I log on the SSM Admin UI.
    Anybody's got a hold on this one?
    Milan.
    Edited by: Milan Gupta on Dec 24, 2009 2:55 PM

  • How do I create new user table in program and then access it?

    I am writing an application where I check for the existence of user objects when the add on starts and run the setup if the objects do not exist. I can create the user tables and fields but after the setup completes these objects still are not visible.
    If the user objects exist when the add on is first run everything is detected correctly.
    When a user object is added in SAP the user is eventually prompted to restart so I suspect something needs to happen prior to the add on being able to use the new fields.
    Does the add on need to wait for the DI Server to perform some action? Do I need to just quit the add on's class and rerun it, disconnect and reconnect to the company, or get a new Application and/or company object?
    What I want to do is figure out a way for the add on to automatically run the configuration if the user tables and fields do not exist yet and then kick off the regular add on code. I haven't seen anyone else's code so I don't know what is recommended or required here.
    Thanks for any assistance!

    I found that the add on can validate the existance of the user fields if I disconnect from the company object, set the SAPbouiCOM.Application and SAPbobsCOM.Company objects to null, set the new application, context, and company objects, and reconnect once more.
    HOWEVER...
    I still have to wait for the client to be restarted manually before I can run any of the form I added to the menu.
    So, I'd still like to know what the best practice is here. Should I just exit after setting up the tables and tell the user to restart SAP?

  • DBMS_FGA.add_policy .. How to handle multiple tables and multiple users

    Dear All,
    My database is 11gR1 and Linux is the platform.
    I have more then 50 very important tables and around 15 database users.
    I want to implement fine grained auditing on these important tables.
    This is how I am going to implement it:
    SQL>BEGIN
    DBMS_FGA.add_policy(
    object_schema     =>     'Scott',
    object_name     =>     'SAL',
    policy_name     =>     'SALARY_CHK_AUDIT',
    audit_condition     =>     NULL,
    handler_schema     =>     'imran',
    statement_types     =>     'SELECT,INSERT,UPDATE,DELETE',
    audit_column     =>     NULL);
    END;
    what is i have to pass multiple tables in object_schema and multiple users in handler_schema.
    I hope i am able to clear my question, any doubts please let me know.
    Regards, Imran

    Hi,
    object_schema - The schema of the object to be audited. (If NULL, the current log-on user schema is assumed.)
    in case if you like to audit for multiple users - then try to test by holding a null value and test access the important tables -where the relevant auditing records are generated as per your requirement or not. i have not tested.. try it
    - Pavan Kumar N

  • TSQL for capture and insert to a user table when blcoking is happening on a SQL server

    Hi,
    I am searching for a TSQL which will capture the blocking script to a table with execution plan and all other necessaryu details. I tried with below script but its not giving the text for blocked statement
    I t will be nice if i get RequestingText and  BlockingTest
    SELECT @@servername as Instancename,getdate() as [date],session_id,start_time,status,command,database_id,blocking_session_id,
    wait_type,wait_time,last_wait_type,ST.TEXT AS SQL,
    wait_resource,open_transaction_count,cpu_time,total_elapsed_time,reads,writes,logical_reads,text_size from sys.dm_exec_requests SR
    CROSS APPLY SYS.DM_EXEC_SQL_TEXT(SR.SQL_HANDLE) AS ST 
    where blocking_session_id >0
    I tried the below link also, this this script also got blocked
    http://blog.sqlauthority.com/2010/10/06/sql-server-quickest-way-to-identify-blocking-query-and-resolution-dirty-solution/

    But when you run select * from sys.sysprocesses where blocked >0 
    i can see blocking
    and it will be nice if I get RequestingText and BlockingTest
    in the user table
    You can get the requesting text for the spid that is blocked, plus all the other information you get from sys.sysprocesses by
    select SUBSTRING(st1.text, (p.stmt_start/2)+1,
    ((CASE p.stmt_end
    WHEN -1 THEN DATALENGTH(st1.text)
    ELSE p.stmt_end
    END - p.stmt_start)/2) + 1) AS RequestingText,
    p.*
    from sys.sysprocesses p
    CROSS APPLY sys.dm_exec_sql_text(p.sql_handle) AS st1
    where p.blocked <> 0;
    But you will not bee able to get the command that caused the lock that is causing the blocking.  SQL does not keep that information.  For a lock, it only keeps the spid that owns it, what is locked, and the kind of lock.  It does not keep
    the command that caused the lock.  And while you can, at least sometimes get the last command the blocking spid has issued, but that may well not be the command that caused the lock.  The command that caused the lock might be anything the blocking
    spid ran since it entered transaction state.  And since that could be the last command or many, many commands ago, you won't be able to get that information with a query into the system tables and/or views.
    Tom

  • DTW 2005 and User table

    Hi all,
    I just want to know if DTW can be used to import data in user table. I think it's possible as you can choose the table in the list of objec to import.
    But I have an error when I try to import data.
    For example, a simple user table with the fields Code, Name and one userfield
    I want to import the following file
    Code, Name, U_C_OITB
    Code, Name, U_C_OITB
    A1,MyData1,100
    A2, MyData2,100
    When I try to insert it, it inserts only one row, and the data in the fields Code and name are 172480,172480, not my data (A1,MyData1). the field U_C_OITB is ok
    Am I missing something somewhere ?
    Thanks for your help
    Sebastien

    For information, it's a bug on the 2005 version of DTW and SAP should fix it in a new release.
    Sebastien

  • DTW, UDF and User Tables

    I always see posts about DTW, so I tried looking to see if i could find what I need, but I couldn't...
    The thing is, I've created a UDF called IsExclusive to Item Master Data, and I've set Valid Values for it (Yes and No)
    Now, I'm trying to import the items via DTW, and I needed it to use one of the valid values i've set before.
    In other words, I need it to work like the Ship Type field. While importing I choose a number in my spreadsheet and DTW automatically reads that number in the correct table and shows me the shipping type.
    The IsExclusive field is one example, I'm also going to need to link DTW to an UDF that's linked to an user table.
    Is any of it possible?
    Thanks in advance,
    Dan Souza

    Danilo,
    If I understand this correctly, you UDF in the Item Mater ( U_IsExclusive ) has been definied with Valid Values for Field.  I presume they look like
    Code - Name
    Y - Yes
    N - No
    I think you would know that in your DTW template, you simply have to enter 'Y' or 'N' in the U_IsExclusive column.  SAP will automatically link this to Yes or No and display in the same in OITM.  I am not sure how better you want to handle this.
    What is your thought on the UDT. Can you show an example of how your values are defined in your UDT.
    Suda

  • How to reset All users and delete their table?

    Hi,
    i want to know How to reset All users and delete their tables with username- system and password-manager.
    thanks

    Hi
    Here delete means truncate or drop?????
    If drop use the following statement to generate the script:
    select 'drop table ' || Owner || '.' || Table_Name || ';' from Dba_tables
    where owner in (<All_the_users_you_want_to_reset>);
    But before firing the above statement extract the DDL's to create all the users and put it in a file and just run that file to re-create the users.
    if its truncate then:
    select 'truncate table ' || Owner || '.' || Table_Name || ';' from Dba_tables
    where owner in (<All_the_users_you_want_to_reset>);
    Hope this Helps
    Regards

  • Link between User Name in user table and Personla number in HR

    Hi
    Could any one let me know the link between the User Name field in User table and Personal number in HR table. Pls let me know the table name which shows the relation between these two fields.
    Regards,
    Ram

    HI Ram
      The table which contains this data is PA0105. The value of field USRTY should be '0001'. For example if u want to get the UNAME related to an employee.
    SELECT usrid
      FROM pa0105
    WHERE pernr EQ p_pernr
          AND usrty EQ '0001'.
    Please award points if u found this helpful

  • Error while creating a workspace and workspace user

    Hi Everyone
    I have installed oracle 11.1.0.7 on our server and the os is windows server 2008. I tried creating a new workspace and workspace user using the repository assistant on the server itself i mean i am using OWB which comes along with the 11g database. It is installing 60% and at the end it gives me this error:
    The warehouse builder workspace installation failed Java.Sql.SQLexception ora -00942 table or view does not exist
    How can i deal with this error? any suggestions ?
    Thanks & Regards
    Subhasree

    Hi everyone,
    I got the same problem. It is very urgent to get an answer.
    Thanks
    Siegwin

  • MSI CX61 2PC multimedia notebook, the choice of students and office users

    Slim and slight, MSI's CX61 presents good performance of the latest laptops for casual and online gaming competitions. Under the hood, these NBs meet your need for machines that with good performance with better user experience. In addition, unique Audio Boost for headsets sound enhancement solution. Easy to take and good mobility, CX61 will give you the smooth experience in HD gaming competitions.
    Taipei—MSI has received high marks for its high-end gaming laptops, the good performance but compact gaming design in new gaming notebooks. They featured Intel's 4th Generation Quad Core processor and new Generation NVIDIA GeForce GT820M discrete graphics. CX61 2PC was designed to meet the demands of business usage and casual gamers around the world.
    [TABLE=width: 151, align: center]
    [TR]
    [TD][/TD]
    [/TR]
    [/TABLE]
    Best of casual gaming — MSI's newest GP gaming laptop
    Eric Kuo, vice president for global sales & marketing, MSI Notebook, points out the CX61 2PC featured with GT820M graphics and audio boost for better headset experience, while weighting in at only 2.5 kilograms under. CX61 is the trimmest and most popular classic laptops and are the best choice of casual games players around the world. Not only do they feature the processor using 22nm production technology, CX61 also packed NVIDIA 's latest GT820M 2GB discrete graphics card. Comes with the innovative Audio boost solution — a world first developed by MSI, AMP (Audio amplifier), and gold jacks, bringing the new Generation cinema-grade quality sound to an all-new level.
    Performance nVIDIA GeForce GT820M discrete graphics
    MSI CX61 2PC came locked and loaded with the nVIDIA GeForce GT820M discrete graphics card which boasts 2GB DDR3 of display memory. The GT820M over P5200 scores on 3D Mark Vantage, and 3D Mark 11 got P1500 scores. That coupled with the fact that it supports DirectX 11 effects and nVida PhysX technologies. You will be amazed by good casual gaming experience of your favor online games on HD resolutions, CX61 is your easy to take and best companion anywhere.
    Sharp and slight design with quick launch keys
    The design of CX61 2PC comes with sharp and business style, this makes CX61 looks low-profile but high efficiency on both business and casual gaming. The quick launch keys was designed on the up side of the keyboard, it’s easier for users to enable WiFi, to disable the touch pad when you installed a USB mouse, enable turbo battery mode when you are in battery mode to save more battery life. The gray color covers the whole CX61 with business shape and style.
    [TABLE=width: 221, align: center]
    [TR]
    [TD][/TD]
    [/TR]
    [/TABLE]
    Know more about gaming laptop features at MSI Dragoon Army!
    In addition to pushing the envelope in terms of notebook computer performance, MSI continues to work in cooperation with well-known gaming teams around the world, including FNATIC from Europe and teams from Asia. MSI actively participates in a variety of gaming activities to increase name exposure, to improve on product functions, and to enhance user experience. What's more, for its new platform, this year, MSI set up the Dragoon Army website and forum for MSI gaming laptop users and competition gamers around the world. For more on gaming products and gaming info, please go to http://dragoonarmy.msi.com.

    hello i have first model and look so old msi CR410.....and the problem is...my lappy running to slow...i have upgrade the RAM 2GB TO 6GB...and done format it...so got a BIT faster only....what should i do???.....should i upgrade a prcessor? help i work on editing video and photo use ADOBE PHOTOSHOP and many more...help me......
    MY SPECS NOW......:-
    -PROCESSOR AMD V160 2.4GHz
    -GRAPHIC ATI MOBILITY RADEON HD4270
    -RAM DDR3
    -WINDOWS 7 ULTIMATE (ORIGINAL)

  • Active Directory, single sign-on and  SRM Users

    We are in the process of installing SRM 7.0. using the Classic Scenario. I am seeking clarification around the creation of users in that system given the following:
    - My Basis colleagues are in the process of implementing single sign-on using Active Directory for our SAP Portal, SAP Business Warehouse and SRM systems.
    - Single sign-on will not  at this point be used for our SAP ECC 6.0 system
    My questions are:
    1. If active directory is being used do we need to create actual users within the SRM system?
    2. If actual users in the SRM system are not required, does this have any impact on the creation of the Organizational structure in SRM from the SAP ECC HR hierarchy?
    Many Thanks

    Hi Claire,
    The Single Sign On work only if user exist on every systemes.
    For example :
    If you connect trough portal to access ECC and SRM, your user id must exist in ECC and SRM.
    For Active Directory you can synchronize your user table to AD by using LDAP option.
    The best way is to configure a CUA for ECC and SRM, use the UME of Portal on ECC and synchronize the CUA to Active Directory.
    Finally use the SSO certificate between Portal ECC and SRM.
    Regards,
    Gilles SEBBAG
    Sap Technical Consultant.

  • Crystal Report error trying to retrieve data from a user table

    Hi,
    I'm making crystal report application with VS 2005 and I need to retrieve data form a user table. I'm using Pull method, I configure the connection and parameters by code.
    I think that the problem could be the @ that is used to identify these tables. Please, if some body had this problem before and have a solution, please let me know asap.
    Thanks

    Hi Andrea,
    I had the same problem today. I upgraded from Crystal Version 8 to 11 and the problem was solved. Maybe it is too late for you, but I wanted to post the solution if anybody else has the same problem.
    Regards
    Guillermo

Maybe you are looking for

  • Crystal Report Viewer Error Handling

    Dear All Thank you for your attention. I wrote a C# program for user to print out an order using WPF and crystal report viewer. Computer A is connected directly to the printer through USB. Computer B and C are connected to the printer through printer

  • Wrong period selection for date entered

    Dear Friends, In payslip program, I have used HR report category (X_M00002) that shows two options (radiobutton) for period selection: 1. Current Period 2. Other Period Problem is that when I enter other period as 01.2007 it displays salary slip of F

  • What are the consultant roles in Upgradation or migration project

    Hello , Would you please any dody help me to provide the role & responsibilities of consultant in SAP upgradation or migration project.Thanks. Regards, Sampally

  • External number ranges in asset accounting

    Hi All Why we need to select external number range for asset accounting number ranges why not other sub modules? useful answers will be rewarded with points Regards Prasad

  • How can I choose the path where I want my workers be compiled into ?

    Hi, I didn't found where to set that, it seems FB follows the package structure to create sub directories inside workerswfs, I want to be able to choose where the compiled worker will stand. Can someone help on it ? -Fred