AME with Comp work bench?

Hi all,
We are implementing comp work bench and our heirarchy is not based on supervisor and Position. We have a custom table based on Assignment level EIT that derives the heirarchy.
We are trying to use the AME and integrate it to CWB. Should we create a custom transaction type or are there any existing transaction types that we could use?
Can some one please guide us.
Thank you

Hi,
create a new user id with the following roles and then you will be able to use  End to End Monitoring, Alert Configuration and Alert Inbox.
SAP_XI_MONITOR
SAP_XI_DISPLAY_USER
SAP_XI_DEVELOPER
cheers,
Naveen

Similar Messages

  • Problems with Oracle Migration Work Bench (OMWB)

    Hi
    I am asking all "migration experts" here to give me a hand.
    I'm trying to convert an Access DB with loads of tables to Oracle 10g (Expresss Edition, actually) with OMWB version 10.1.0.4.0 (newest available version) and have some serious problems:
    1) The migration creates the complete Oracle data model and database, but does NOT migrate the data to the new DB. This is a pain somewhere, as I have about 80 tables, and the only way which would be working in most cases, but far from all, is to export the data to .csv files and load it on the other side with the "load text data" function of the XE DB.
    The first "bad sign" is that the Access application which comes with the work bench and which is supposed to export the data model AND the data (2 separate functions), does the export of the model OK, but the data export only lasts a second, and does not append anything to the xml file created by the data model export
    The message I invariably get at the point where the data should be migrated is "Unable to migrate data from source <Access DB table name> to destination table <Oracle table name>;[Microsoft][ODBC Microsoft Access Driver] File "unknown" not found ! Very helpful... What is that ?
    2) The "Modify the Access application" phase that comes after the migration only worked once, and now comes up also with an error: java.sql..SQLException: [Microsoft][ODBC Driver Manager] The data source name was not found, and no standard driver was indicated
    So, with these 2 things, but especially point 1), most of the use of the tool is gone.
    Can someone tell me what I do wrong, or where the problems are ?
    Thanks
    BAlex

    Please contact [email protected] with the following information.
    1. Workbench version
    2. ODBC driver information
    3. Problems encountered
    If possible, could you attach the error.log file produced by the Migration Workbench (located within %ORACLE_HOME%/Omwb/Log).
    Thanks in advance.

  • Error in Starting Migration Work Bench

    I have installed Oracle Enterprise 8.1.7 with Migration work bench installed as well. When starting the migration work bench from start menu, I run into the following error. I would appreciate any insight regarding the problem.
    ** Oracle Migration Workbench
    ** Release 1.3.0.0.0 Production
    ** ( Build 18072000 )
    ** ORACLE_HOME: C:\oracle\ora81
    ** user language: en
    ** user region: US
    ** user timezone: CST
    ** file encoding: Cp1252
    ** java version: 1.1.7.30o
    ** java vendor: Oracle Corporation
    ** o.s. arch: x86
    ** o.s. name: Windows NT
    ** o.s. version: 5.0
    ** Classpath:
    C:\oracle\ora81\Omwb\olite\Oljdk11.jar;C:\oracle\ora81\Omwb\olite\Olite40.jar;C:\Program Files\Oracle\jre\1.1.7\lib\rt.jar;C:\Program Files\Oracle\jre\1.1.7\lib\i18n.jar;C:\oracle\ora81\Omwb\jlib;C:\oracle\ora81\Omwb\plugins\SQLServer6.jar;C:\oracle\ora81\Omwb\plugins\Sybase.jar;C:\oracle\ora81\Omwb\plugins\MSAccess.jar;C:\oracle\ora81\Omwb\plugins\SQLAnywhere.jar;C:\oracle\ora81\Omwb\plugins\SQLServer7.jar;C:\oracle\ora81\Omwb\jlib\omwb-1_3_0_0_0.jar;C:\oracle\ora81\jdbc\lib\classes111.zip;C:\oracle\ora81\lib\vbjorb.jar;C:\oracle\ora81\jlib\ewt-swingaccess-1_1_1.jar;C:\oracle\ora81\jlib\ewt-3_3_6.jar;C:\oracle\ora81\jlib\ewtcompat-opt-3_3_6.zip;C:\oracle\ora81\jlib\share-1_0_8.jar;C:\oracle\ora81\jlib\help-3_1_8.jar;C:\oracle\ora81\jlib\ice-4_06_6.jar;C:\oracle\ora81\jlib\kodiak-1_1_3.jar
    ** Started : Mon Jun 30 11:06:10 CDT 2003
    Exiting
    java.lang.NullPointerException: cannot add null item to LWChoice
         at oracle.ewt.lwAWT.LWChoice.addItem(Unknown Source)
         at oracle.mtg.migrationUI.LoginDialog._run8iLiteEnabledDialog(LoginDialog.java:509)
         at oracle.mtg.migrationUI.LoginDialog.run(LoginDialog.java:358)
         at oracle.mtg.migrationUI.MigrationApp.init(MigrationApp.java:272)
         at oracle.sysman.emSDK.client.appContainer.WebApplication.main(WebApplication.java:2876)

    Please post your qeustion in the Migration Workbench forum. The URL is:
    Database and Application Migrations
    You may also be interested in OTN's Migration Center.
    The URL is:
    http://otn.oracle.com/tech/migration/

  • Regarding Favorites in Administrative Work Bench

    Hi All,
    I am having an issue with Administrative Work Bench.
    I am having Favorites displayed in RSA1.
    But I selected Favorites option from the Toolbar and clicked on Upload From PC option. Next all the favorites are displayed some different Font that I cannot understand. What happened to the Favorites? How to get those Favorites back????
    Please help me in this regard
    Regards
    YJ

    Hi,
    In the Open Dialog box, I clicked on Open and the File Name is default (.) and I clicked on Open Button. Then all the Favs converted to some different font.
    Regards
    YJ

  • Oracle Work Bench - MS SQL to Oracle

    Hi,
    I am using oracle work bench for migrating MS SQL database to Oracle 8i. When i am trying to migrate the Stored procedures with cursors, i am get expections. I am able to migrate tables and SPs (which don't have any cursors in it). I will cite an example for better understanding. Assuming the following is SP in MS SQL
    create or replace procedure test1
    @id varchar(20)
    as
    declare @cur1 cursor
    if @id = '1' then
    begin
    set @cur1 = cursor scroll KeySet for
    select test1 from table_test
    end
    else
    begin
    set @cur1 = cursor scroll keyset for
    select test3 from table_test2
    end
    open @cur1
    close @cur1
    deallocate @cur1
    /* END OF PROCEDURE */
    When i try to parse it using Oracle Workbench, i am getting the following exception in log.
    "Error occured at line 4: OracleWorkBench.sa.test1; oracle.mtg.sqlserver7.parser.ParseException: Parse error at line 4. Encountered: Declare"
    Any help is greatly appreciated.

    Sadigue,
    The Workbench uses an underlying repository, so all the choices you make are saved. However the primary usage of the tool, is one off migration, not continous migration. If you want to rerun multiple times, you should probably generate the offline schema and data migration scripts.
    Donal

  • Changes made to the database are not being affected in Toplink work bench..

    Hi,
    Im recently encountering the following problem with Toplink mapping work bench.
    The cchanges are not visible when I make any changes to the underlying database tables and retrieve that tables into mapping work bench .
    The retrived table information still contains old information and the new fields added are not seen and the old fields which were deleted are not deleted.
    Is there any cache associated with TOplink..if so How can I flush that cache so that i always end up with the latest DDL s in my Toplink
    Thanx in advance...
    Regards
    Mahi

    You need to explicitly refresh the tables. In the Mapping Workbench, select or multi-select the tables you'd like to refresh, right click on them and choose "refresh".
    IF you are doing that, and not seeing the changes, then the most likely issue is that you are connecting to a different database and/or using a different JDBC login.
    - Don

  • POET vs GL Account in AP Invoice Work Bench

    Dear Members,
    We are on 11.5.10 version of e-business suite.
    If a User enters an Invoice manually through AP Invoice Work Bench form, he has two methods to enter a GL string at the distribution level.
    There are two cases here :
    1. when we go to the distributions form and enter a POET with Account field blank and when we save , then auto accounting automatically derives a GL string(Account).
    2. We can also enter GL String manually in the distributions, then auto accounting does not come in to picture since user already entered a GL string.(Assumption is that POET is not entered).
    My question is there any flag at the distribution level which says about whether a GL string is entered manually or its derived from POET combination.
    Thanks
    Sandeep

    Only on a Service type invoice would you be able to select a GL at the transaction level.
    In your case if you want to see the values going to different GL's this has to be addressed through GL determination.  If you are using Item Groups bases GL then the items has to be segregated by item group.  If this is more of a virtual segragation then just for reporting purposes you could use Projects
    Create a project for each type of transaction
    Purchases---
    Purchases Local
    Purchases Outside
    Purchases Readymades
    Suda

  • Difference - Predictive Work Bench & Predictive Analysis

    Hi all,
    Pls help by providing information difference between Predictive Work Bench & Predictive Analysis

    Hi,
    We are in our 2nd year of eAM Implementation and I'm very keen to explore the full functionality of this module.
    Yes, I would like to participate in a proof of concept (working closely with the Product Strategy team) to determine the potential benefits of predictive analytics Please initiate contact.
    Thanks & Regards,
    Rubeel (Saad)
    CMMS/Oracle eAM Administrator
    QAFAC
    Direct: +974 4773423
    Cell: +974 5546289
    [email protected]

  • Installation of Oracle Work Bench

    We are migrating sybase database to Oracle database. We are just in hang state to know if we should install oracle work bench on sybase database server or oracle database server and then go ahead with the migration. Also there any specifc way Oracle recommedns to install Oracle work bench on the same box when Oracle database resides.
    It is a sunsolaris unix server.
    [email protected]

    Venu,
    It is not necessary to have the migration workbench on the same machine as your source server [in your case the sybase server] or the destination server [oracle].
    All you must have is proper plugin.jar in the plugins directory, its dns connection so that its connection to the source server is safe and the should have the system previliges on the oracle database.
    Please let me know how it went.
    Thank you
    Srinivas Nandavanam

  • ON Deman Payroll Run through off-cycle work bench

    Dear Gurus,
    I am using Off-cycle payroll On DEMAND REGULAR payroll run through off-cycle work bench with the help of T-Code PU0C_99. Now i have given payments in IT0267 (OFF CYCLE INFOTYPE) but i am observing that P0267 function is removing all the components in the output table. If i see the INPUT table of the function then I can able to see my components but in the OUTPUT table function is removing the components.
    My doubts are
    1. Is it because it is ONDEMAND Regular payroll run function is reading the payroll type (A)and removing it from OUTPUT table?
    2. If I processed the is ONDEMAND Regular LIVE payroll run then for posting to accounting program do I need to enter anything in the selection screen?
    3. Presently I am not entering anything system is picking the latest payroll results and posting the corresponding entries?
    Thanks & Regards
    Priya Latha

    Hi Priya,
    I feel you have got answer of this query.... as it was processed through another thread. I will request you to close this thread as for a question 2 threads are there. And if moderator will see it then they may block the thread.
    - Praveen

  • Migrate from Access 97 to Oracle using Migration Work Bench to mi

    When I try to use Migration work bench to migrate an Access 97 database to Oracle using OWB I get "failed to truncate Source Model ORA-00942 tables or view does not exist" error message and I could not go further.
    This happens during clearing the Source Model. Doe any one know what is this error means or any one had this problem before.
    Thanks
    Myl

    Hi Njha,
    Did you create the Source Model using OMWB and then delete the tables in the OMWB repository manually ? Or is there a chance that the tables in your repository could have been corrupted in some way ? The OMWB is simply trying to truncate the tables it filled when a previous attempt was made to capture the source model before it re-populates the tables with data from your subsequent attempt at a capture. If the tables it is trying to truncate have been deleted or are corrupt, this error will be displayed.
    A workaround to your problem would be to drop the schema you are using for the OMWB repository and create a new one.
    I hope this helps,
    Tom.

  • Migration Work Bench Offline Approach

    Hi,
    Iam using migration workbench offline approach from sql server to oracle.
    I connected to sql server and get the dat files and control files for sql loader.
    The control files are generated from the work bench tool where as by default its giving DECODE function for all non numeric data type fields for ex:
    EMPNO "DECODE(:EMPNO, CHR(00), ' ', :EMPNO)"
    Can i do modification in the tool so that the control file generated with some more functions appended.
    I want to convert all non numeric fields to uppercase before inserting to oracle db i.e. iam expecting my control file something like this -
    EMPNO "DECODE(:EMPNO, CHR(00), ' ', upper(:EMPNO))"
    Please let me know how can i achieve this instead of editing each control file and modifying the same manually.
    Regards,
    BAIG.

    Baig,
    I'm afraid, i think this is not possible with the present version of the tool. If there were some intermediate steps between creation of sql loader scripts and generastion of the sql loader scripts, what you asked mite have been possible.
    Thank you.
    Srinivas Nandavanam

  • Can we develop EP(enterprise portals) using sap work bench?

    hi,
    i know that we can develop portals using NWDS. But i want to know  can we develop EP using sap work bench or any other transaction.

    Hi Arafat,
    I was trying to post few links from SAP Technical website. But, it is not allowing me post that links on here. You can have a look on their website as well. They have got some really good  tutorials on EP and Webdynpro ABAP/JAVA.
    Meanwhile, if you have access to SE80 only, then you can only develop Webdynpro ABAP Applications. The step by step procedure to create a WD ABAP Application go through the below links for detailed explanations and step by step procedures.
    Check this blog for Basics :
    Practical tips for developing with ABAP WebDynpro
    Web Dynpro ABAP Demonstration Videos
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/28113de9-0601-0010-71a3-c87806865f26?rid=/webcontent/uuid/fed073e5-0901-0010-4eb4-c9882aac7b11
    Developing ABAP Applications Using Web Dynpro
    http://help.sap.com/saphelp_nw2004s/helpdata/en/42/d41b25d2216babe10000000a1553f6/frameset.htm
    Web Dynpro ABAP: Development in Detail
    http://help.sap.com/saphelp_nw2004s/helpdata/en/03/0048413e466e24e10000000a155106/frameset.htm
    WDA Sample programs
    https://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d
    I hope this links will help you and clear all your issues.
    Regards,
    Gopal.

  • Work bench request vs Customized request

    Hi,
    what is the difference between work bench request and customized request and also let me know types of requsts.
    Thanks,
    Sreedhar.V.

    Hi Sreedhar,
            Have a look at this
    http://help.sap.com/saphelp_erp2005/helpdata/en/4b/b155e40c3e11d3959a00a0c930dcc1/frameset.htm
    Transporting Customizing Settings
    All system setting changes are put in project-specific change requests. You can transport the system settings into other SAP Systems with the change requests. The change requests are managed in the Transport Organizer.
    There are two types of Customizing change requests:
    Customizing request
    Customizing requests contain changes to client-dependent tables.
    Workbench request
    Workbench requests contain changes to client-independent tables.
    You can monitor the change requests by project in the project management. The Transport requests tab contains the following functions for the current client:
    Activate CTS functionality
    As prerequisite for creating change requests. When the CTS functionality is active, the pushbutton label changes to Display CTS project data. When the CTS project is finished, the pushbutton label changes to Reactivate CTS functionality.
    Assigned CTS requests
    Go to Transport Organizer request overview, where you can create requests for a project.
    CTS project object list
    The project object list is unchanged. When the customizing project is finished, the complete object list can be exported.
    CTS project status switch
    Sets the project status switch.
    End CTS project…
    End your customizing project. You can reactivate it later.
    See transport control by project for further information about the Change and Transport System (CTS) for customizing projects.
    http://help.sap.com/saphelp_erp2005/helpdata/en/09/88f330db9911d2b41a00609419f767/frameset.htm
    Reward if it helps
    Regards,
    Deepu.K

  • AME does not work

    CS4 Windows 7 and today AME does not work
    From Premiere to AME (from fullHD to Mpg2) it start codering but stops.
    I can see that AME trys to make a.mpg file but at the same time AME makes also a .w2m and a .mpa file.
    I can use AME for codering to een AVI file. Till now never had a problem with AME.
    What could be the problem?

    What version of Premiere Pro and AME are you using?  When was the last time there was no problem?  Do you remember what you were doing before this problem started?
    Does clearing the app prefs solve this?
    To clear the app preference,
    CS6: Hold Cmd+Alt+Shift (Mac)/Ctrl+Alt+Shift (Win) and launch AME.
    CC 7.0 or later: Hold Shift and launch AME.

Maybe you are looking for

  • Trying to get Xgl working following Wiki docs

    Hi all, I downloaded Xgl stuff from shadowhand's repo and am trying to get it work now with Gnome or KDE. I can run startxgl 1 gnome nvidia and play with jelly windows, so Xgl is in principle running. Next I tried to follow the suggestions given in A

  • Tabs fail and address bar is glitched

    Hi, I just downloaded safari 3 now, and when I try to open new tabs, it shows a loading symbol on the side (where the tabs is supposed to open up) but then it just disappears. In addition to that there seems to be a problem with the address bar; when

  • Services in ESS

    Dear All, In ESS in the Carrer & Development Area there is 2 service links for Appraisals on is for completed appraisals and the other is for Starting Appraisals, yet both the service when clicked an empty page with no errors is displayed. Do i have

  • Alert Messages on backup/restore in db6cockpit

    Hi All, When i executed t code db6cockpit, it shows me an alert in backup/restore tree. 1. Database Backup            database backup                  last succesful backup - the last database backup is too far back in time          log files        

  • No access to NAS, same Windows-account from Windows 8.1 works

    I have a Buffalo Terastation TS4800D and want to add a network drive in Windows 10 to one of the shares on the NAS. I use the same Windows-account ([email protected]) from both my Windows 8.1 and Windows 10 PC. It works fine from the PC running Windo