Exporting Workgroup users as a spreadsheet

I would like to export the workgroup manager user list into a spreadsheet.
Ideally using the comma/tab separated format but I am unsure how to do this.
Any help would be appreciated!
Thanks in advance!

You can export from WGM into MacInMind's Passenger. Here's the first paragraph from their website.
"1. Import Database Text
Passenger takes comma, colon, or tab-delimited text, basic LDIF, Mac OS X Server & ASIP XML, or folder names of a user directory and imports names and other information to prepare for import into a server or other user file management functions."
Passwords will not be exported.

Similar Messages

  • End users not able to export a report to a spreadsheet

    Hi Gurus,
    My end users not able to export a report to a spreadsheet..
    version     : ECC 6.0
    Release    : 7.10
    support Package 14
    Currently the end user has 6 choices for creating spreadsheets if the selecte the "All Available Formats" option when generating a spreadsheet. Those options are:
    Excel (in MHTML format)
    Excel (in MHTML format for 2000/97)
    Excel (in Office 2003 XML format)
    SAP internal XML format
    SAP Standard (internal table)
    Excel (in Existing XXL format)
    When they are trying to use format " Excel (in Existing XXL format) " Below error is coming..
    save XXl list object in SAP Office
    Name for list object            ALVXXL01
    Title for SAPoffice              -
    as per sap Note 1080608 it's support only * Excel (in previous XXL format) format,
    My question is  * Excel (in Existing XXL format) and * Excel (in previous XXL format) are same.
    If yes why its not allowing to Excel (in Existing XXL format)... ? Am waiting for you valuable suggestions..
    Best Regards,
    RK

    Dear, all
    When they are trying to use format " Excel (in Existing XXL format) " Below error is coming..
    save XXl list object in SAP Office
    Name for list object ALVXXL01
    Title for SAPoffice
    Please sujest how to solw this problem
    Mayur Tandel

  • Problem in exporting ALV output to a spreadsheet.

    Hi All,
    We have an existing Aging report in our project where in the output in ALV  there is a row for Header data fields and a row below for Item data fields.Now the user wants that when he export the report to a spreadsheet the headings of Header and Item data should come in a single line without changing the layout in the report.
    The report is calculating some totals which he wants to get in the same way as it is now.
    Please guide me on how to go about this.
    Thanks in Advance,
    Saket.

    Hi Saket Tiwari,
    Your existing program must be storing all the values in an internal table and then displaying it in ALV format.
    Try adding the following code to your existing code.
    data : lv_filename type string,
             lv_filepath type string,
             lv_fullpath type string.
    Add the following code to select the path where the user wants to save the excel sheet
    the following method will take the path where the excel sheet is to be saved & the name of the excel sheet.
    CALL METHOD CL_GUI_FRONTEND_SERVICES=>FILE_SAVE_DIALOG
    EXPORTING
    WINDOW_TITLE         = 'Select The Path Where Error File Should Be Saved'
    DEFAULT_FILE_NAME    = 'ExcelSheetName.xls'
    CHANGING
    FILENAME             = lv_filename
    PATH                 = lv_filepath
    FULLPATH             = lv_fullpath
    EXCEPTIONS
    CNTL_ERROR           = 1
    ERROR_NO_GUI         = 2
    NOT_SUPPORTED_BY_GUI = 3
    OTHERS               = 4.
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    The following function module will take the path as its input and save the contents of internal table in the form of excel sheet at the required place.
    call function 'GUI_DOWNLOAD'
    EXPORTING
    filename  = lv_fullpath
    filetype                = 'ASC'
    append                  = 'X'
    write_field_separator   = 'X'
    TABLES
    data_tab                = itab_name
    EXCEPTIONS
    file_write_error        = 1
    no_batch                = 2
    gui_refuse_filetransfer = 3
    invalid_type            = 4
    no_authority            = 5
    unknown_error           = 6
    header_not_allowed      = 7
    separator_not_allowed   = 8
    filesize_not_allowed    = 9
    header_too_long         = 10
    dp_error_create         = 11
    dp_error_send           = 12
    dp_error_write          = 13
    unknown_dp_error        = 14
    access_denied           = 15
    dp_out_of_memory        = 16
    disk_full               = 17
    dp_timeout              = 18
    file_not_found          = 19
    dataprovider_exception  = 20
    control_flush_error = 21
    others = 22.
    if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    itab_name is the name of internal table where the content is saved.
    hope this piece of code helps you...add it in ur existing code after collecting all the data in an internal table.
    Regards,
    Radhika
    Edited by: RadhikaS on May 29, 2009 9:23 PM

  • Export APEX Users

    All,
    I am building multiple applications using the hosted (internal) solution at apex.oraclecorp.com. As the application will have the same set of users (almost at least) I am wondering if I can export the users from one application and importing them into another application? I know that I can query them using the view APEX_WORKSPACE_APEX_USERS and also download the result into a spreadsheet, but I am pretty sure that this is not as simple as an import. Any ideas?
    I am using APEX 2.2.1.00.44.
    Cheers,
    Andy

    Run the export, the password is there trust me..
    You can look at the export file and see the passwords encoded as well..
    begin
    wwv_flow_fnd_user_api.create_fnd_user (
    p_user_id => '1817626455007730',
    p_user_name => '**',
    p_first_name => '**',
    p_last_name => '**',
    p_description => '',
    p_email_address=> '**',
    p_web_password => '51111294ECDAAAA08BBBB6EED2A6EE69',
    p_web_password_format => 'HEX_ENCODED_DIGEST',
    p_group_ids => '4484104298490825:',
    p_developer_privs=> '',
    p_default_schema=> '**',
    p_allow_access_to_schemas => '');
    end;

  • Error while exporting one user

    Hi all,
    While Exporting on user in Oracle 9.2.0.1 i am getting this error:
    EXP-000008 ORACLE error 600 encountered.
    ORA-00600: internal error code,arguments: [12811], [41965],[]
    ORA-06512: at "SYS.DBMS_EXPORT_EXTENSION", line 248
    ORA-06512 : at line 1
    EXP-00000: Export terminated unsuccssfully
    But this error message comes only for one user not for others.
    Please suggest the solution for this problem.
    Thanks in advance,
    Vipin

    This is a known 9i bug,
    Bug# 2443896, it is documented here --> Metalink Note 2443896.8
    OERI:[12811] from concurrent SELECT and DDL (DROP) with SQL_TRACE=TRUE
    This bug was fixed in 9.2.0.2.0. I strongly suggest you to apply tha last patchset available. Since the terminal patchset available for 9iR2 is 9.2.0.8.0 you will prevent to hit known bugs up to this version.
    This is just my personal recommendation, but Oracle Support Services has the last word on this issue.
    ~ Madrid
    http://hrivera99.blogspot.com/

  • Export of User Master with customer account reference

    Hi,
    We exported the user master record from prod and imported to QA. Users are reporting error " Your user master has not been created correctly. Contact your system administrator" while they connect from PORTAL.
    While checked in SU01D (from ERP QA) the customer account is not exist after importing the User Master in QA.
    Is there anyway to copy the SU01D related tables for the customer accounts while export User master?
    If so, what are the tables related to SU01D?
    How do we include in User Master Export? or how do we copy the tables?
    Pls help.
    RGC

    Any idea in which table the SAP writes the user references in SQL db? writing a query is not a feasible solution to copy/export all the user references.

  • How to export a user and their schema from one 10g database to another?

    Hi,
    I would like to export a user and their entire schema from one 10g database to another one. How do I do this?
    thx
    adam

    If you want to export a user and the schema owned to the user, and import to the same user in a different database, or a different user in the same database, you can use the exp and imp commands as described in the Utilities manual.
    These commands are very versatile and have a lot of options - well worth learning properly. To give you a simplistic shortcut, see below - I create a user 'test_move', create some objects in the schema, export, create a new user in the database 'new_move' and import.
    oracle@fuzzy:~> sqlplus system/?????
    SQL*Plus: Release 10.2.0.1.0 - Production on Sat Mar 11 21:46:54 2006
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    SQL> create user test_move identified by test_move;
    User created.
    SQL> grant create session, resource to test_move;
    Grant succeeded.
    SQL> connect test_move/test_move
    Connected.
    SQL> create table test (x number);
    Table created.
    SQL> insert into test values (1);
    1 row created.
    SQL> exit
    Disconnected from Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    oracle@fuzzy:~> exp system/????? file=exp.dmp owner=test_move
    Export: Release 10.2.0.1.0 - Production on Sat Mar 11 21:48:34 2006
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Connected to: Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    Export done in AL32UTF8 character set and AL16UTF16 NCHAR character set
    About to export specified users ...
    . exporting pre-schema procedural objects and actions
    . exporting foreign function library names for user TEST_MOVE
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions for user TEST_MOVE
    About to export TEST_MOVE's objects ...
    . exporting database links
    . exporting sequence numbers
    . exporting cluster definitions
    . about to export TEST_MOVE's tables via Conventional Path ...
    . . exporting table                           TEST          1 rows exported
    . exporting synonyms
    . exporting views
    . exporting stored procedures
    . exporting operators
    . exporting referential integrity constraints
    . exporting triggers
    . exporting indextypes
    . exporting bitmap, functional and extensible indexes
    . exporting posttables actions
    . exporting materialized views
    . exporting snapshot logs
    . exporting job queues
    . exporting refresh groups and children
    . exporting dimensions
    . exporting post-schema procedural objects and actions
    . exporting statistics
    Export terminated successfully without warnings.
    oracle@fuzzy:~> sqlplus system/?????
    SQL*Plus: Release 10.2.0.1.0 - Production on Sat Mar 11 21:49:23 2006
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    SQL> create user new_move identified by new_move;
    User created.
    SQL> grant create session, resource to new_move;
    Grant succeeded.
    SQL> exit
    Disconnected from Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    oracle@fuzzy:~> imp system/????? file=exp.dmp fromuser=test_move touser=new_move
    Import: Release 10.2.0.1.0 - Production on Sat Mar 11 21:50:12 2006
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Connected to: Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    Export file created by EXPORT:V10.02.01 via conventional path
    import done in AL32UTF8 character set and AL16UTF16 NCHAR character set
    . importing TEST_MOVE's objects into NEW_MOVE
    . . importing table                         "TEST"          1 rows imported
    Import terminated successfully without warnings.
    oracle@fuzzy:~>                                                       If moving between databases, remember to set the SID properly before the import. If keeping the same userid, skip the from/to stuff in the import.
    There are many variations on the theme ...
    You can simplify this. You can select tables individually. You can use a parameter file. You can transport all the constraints and data. You can skip the data and only move the definitions. You can get some help (imp/exp help=yes).
    And, if it's all 10g, there is a new and improved facility called expdp/impdp (dp = data pump) which has a lot more capability as well, including direct transfer (no intermediate file) together with suspend/restart. Also documented in the Utilities manual.

  • Export UPK topics as excel spreadsheets

    Hello
    I am trying to export UPK topics as excel spreadsheets, then import them into another application. I cannot find the function in UPK developer that permits me to export to excel.
    Any advice would be appreciated.
    Thanks
    James

    You can publish topics to a spreadsheet format using the "HP Quality Center" publishing style. There are tips on customizing this style in the product documentation.
    You can also export your current view to a spreadsheet:
    1. File > Print
    -- This brings up the Print window.
    2. File > Save Document... > Excel File
    Hope this helps.
    Best regards,
    Marc
    EDIT: Reordered my answers to better address your question.

  • Export/import (user mode)

    can you help me please,
    1- I exported the SCOTT schema (user mode):
    exp scott/tiger FILE=D:\scott.dat LOG=D:\scott_exp.log OWNER=SCOTT
    then I imported to new created before schema SCOTT_COPY:
    imp scott_copy/tiger FILE=D:\scott.dat LOG=D:\scott_imp.log
    fromuser=scott
    touser=scott_copy
    I got in scott_copy only tables from scott (all existed types were not successful imported) WHY only tables (see log)!!.
    2- What is the best way to export user and import it with all (objects and privilegs granted to origin user).
    thanks
    jamil
    see scott_imp.log
    =================
    import done in WE8ISO8859P1 character set and WE8ISO8859P1 NCHAR character set
    IMP-00017: following statement failed with ORACLE error 2304:
    "CREATE TYPE "ADDRESS_OBJ" TIMESTAMP '2002-02-08:10:15:23' OID '8AB6D00504B0"
    "47A9BDAC02E58E4298A0' as object("
    "pobox varchar2(20),"
    "street varchar2(20),"
    "city varchar2(20),"
    "state varchar2(20),"
    "country varchar2(20))"
    IMP-00003: ORACLE error 2304 encountered
    ORA-02304: invalid object identifier literal
    IMP-00017: following statement failed with ORACLE error 2304:
    "CREATE TYPE "BREAD_LIST" TIMESTAMP '2002-02-08:10:13:03' OID 'D9896A6992394"
    "4F58D608A3ED01791D6' as array(10) of bread_obj;"
    IMP-00003: ORACLE error 2304 encountered
    ORA-02304: invalid object identifier literal
    IMP-00017: following statement failed with ORACLE error 2304:
    "CREATE TYPE "BREAD_OBJ" TIMESTAMP '2002-02-08:10:10:55' OID '24F457B9807C47"
    "B9B753CEC5E88D584A' as object("
    "bread_id number(2),"
    "bread_name varchar2(20),"
    "sale_price number(5,2),"
    "in_stock number(4));"
    IMP-00003: ORACLE error 2304 encountered
    ORA-02304: invalid object identifier literal
    IMP-00017: following statement failed with ORACLE error 2304:
    "CREATE TYPE "INGREDIENT_OBJ" TIMESTAMP '2002-02-08:10:11:39' OID '8A39AD416"
    "8DF411995F0B2B2020BF731' as object("
    "ing_id number(2),"
    "name varchar(20),"
    "price number(5,2),"
    "in_store number (8,3))"
    IMP-00003: ORACLE error 2304 encountered
    ORA-02304: invalid object identifier literal
    . . importing table "A" 13 rows imported
    . . importing table "ACCOUNT" 5 rows imported
    . . importing table "B" 5 rows imported
    . . importing table "BONUS" 0 rows imported
    . . importing table "DEPT" 5 rows imported
    . . importing table "EMP" 13 rows imported
    . . importing table "EMP1" 14 rows imported
    . . importing table "EMP_SNAPSHOT" 14 rows imported
    . . importing table "RECEIPT" 1 rows imported
    . . importing table "SALGRADE" 5 rows imported
    . . importing table "T" 12 rows imported
    . . importing table "TABLE_RESULT" 5 rows imported
    . . importing table "TEMP" 3 rows imported
    . . importing table "XXX" 0 rows imported
    About to enable constraints...
    Import terminated successfully with warnings.

    Hi Basu,
    The source and target database is the same 8.1.7.0.0
    more infot about what do i want?export one user with all his objects,priviliges....... by simple words, I would like to have the same copy of source user with new namw of the user one.
    thanks.

  • Export all user's schema , without One

    Dear Friends ,
    I am running Oracle 10g in my production server . Here I have near about 20 user/schema . Now I want to export data from 19 user without 1 user , i.e., I just take export 19 users only . Is it possible to do ? Is there any script to do this ?

    Hi,
    >>Is it possible to do
    Yes it is. If you want to use a old export version you must use the OWNER clause.
    exp system/password owner=user1,user2,user3,user4,user5... file=test.dmpNow, as you are using Oracle 10g, you can use the SCHEMAS clause in the new expdp (Datapump). So, I advise you to take a look either at [url  http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/dp_overview.htm#i1009203]Overview of Oracle Data Pump or [url http://www.orafaq.com/wiki/Datapump]Datapump Faq
    Cheers
    Legatti

  • Export with users working?

    Hi Gurus!!
    I have a dout, Can I make a Export with users working in my DB?
    Thanks in advance.

    I don't understand your question, please clarify. Also, there is a seperate forum for export/import.
    Here if you want to give a try, use this
    exp username/password and follow the instruction, is this what you are looking for?
    C:>exp username/password
    Export: Release 10.2.0.1.0 - Production on Wed Dec 10 20:28:31 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Producti
    With the Partitioning, Oracle Label Security, OLAP and Data Mining Scoring Engine
    Enter array fetch buffer size: 4096 > 10000
    Export file: EXPDAT.DMP > myexport.dmp
    (2)U(sers), or (3)T(ables): (2)U > U
    Export grants (yes/no): yes > yes
    Export table data (yes/no): yes > no
    Compress extents (yes/no): yes > yes
    Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    Note: table data (rows) will not be exported
    . exporting pre-schema procedural objects and actions
    . exporting foreign function library names for user USERNAME
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    Edited by: OrionNet on Dec 10, 2008 8:35 PM

  • Need help on exporting oracle users

    Hi,
    we currently on oracle ver. 7.3.3 with quite a number of oracle users created. We are in the midst of migrating over to Oracle ver. 8.1.7. We want to preserve the user details, so we don't have to recreate all of them again.
    How do I export the users from ver. 7.3.3 over to ver. 8.1.7, preserving the user passwords, profiles, rights, etc?
    Any help would be appreciated.
    Thanks.

    Hi Mr. Hian,
    Take a Full database export from 7.x by connecting as SYS user (with FULL=Y) and import in the same in 8.1.7. Only thing u need to do here is to create all the required tablespaces(tablespaces used in 7.1.x DB) in 8.1.7 DB before importing the Db.
    Hope this helps,
    regds,
    Suresh.A

  • Keeping track of workgroup users

    Hi
    We are currently looking for an effective way of identify all of our workgroup users.
    With offline sites, it is obviously much easier to identify them as they all have a site in admin console but for workgroup we are finding that people are being missed out on updates etc because install records are sometimes not maintained.
    The best way that I can think of at the moment is by comparing SMOUSERS with SMOHSITEID on our worrkgroup server, but I notice also that there is a table called SMOUSERCATEGORY, which is currently empty in our system.
    Does anyone know what fills this table or does anyone have any better ideas?
    Regards
    James

    Hi Vivek
    Hope you are well
    The issue that we face is keeping track of who has actually got workgroup installed.
    Scenario:
    - We have a new MUP that needs to be applied to all clients
    - We send it via conntrans to all offline clients
    - We send an email with a link to a batch file which triggers the MUP for all workgroup users....
    but we do not necessarily know all of the users that have workgroup client installed! THAT is the problem.
    A manual record of all installs is maintained in a list currrently, but sometimes people get new PC's or someone forgets to update the list (sometimes it is even installed by IT support guys without our knowledge)
    We DO have SMS running on all machines which returns very detailed information about the software loaded onto each machine (including all program files), so I guess I am asking if the workgroup installation has any files that are different (ie recognisably workgroup) from a normal offline installation.
    Alternatively, a way of being able to identify all Mobile Sales users in the gui which can then be compared with SMOHSITEID to remove the offline users.
    Sorry for the wordy response
    James

  • User export does not export all users....

    Hi all,
    EP60 SP2 P4 HF8. Datasource is Database.
    I'm exporting all users via the Export/Import iview in the User Administration role. However, the export file only shows part of all the users, not all. SAP Note 801393 descibes this problem exactly, but the proposed solution does not work either.
    Any ideas?
    Kind regards
    Marcel Rabe

    Hi,
    I've got the same issue.
    When using the export function from the portal, the user list is not complete.
    The stream seems to be cut off when too many users need to be exported(Length/size issue)?
    Did someone find a solution?
    Thx,
    Regards,
    Steve Rymenants

  • Exporting particular User

    Hi,
    i have a small doubt about exporting any user,When we export by giving command:
    exp system/pass file=abc.dmp owner=abc log=abc.log
    Does all Triggers,Indexes,Synonyms are exported when we run this command or not...
    Regards,,

    A user export exports ALL objects owned by the user. When it comes to synonyms this means private synonyms are exported but PUBLIC synonyms on the user objects are not exported. Generating the create public synonym statements via SQL using SQLPlus however is a trivial task.
    HTH -- Mark D Powell --

Maybe you are looking for

  • Sticky notes in Acrobat X default to off-the-page and extremely large

    Hi! I'm fighting an issue where sticky notes that I add to any PDF will always default to the far right (off of the screen) and they tend to be large (as in, the size of about 2 letter pages).  Everytime I add a sticky note to a PDF I must zoom out s

  • Existing pdf print mag to ipad? New to this

    So this is probably a question that is asked a milion times, but I currently have a 7.875in x 10.75in magazine created with indesign that I want to get on newsstand. How does sizing work in terms of converting these pdfs to iPad? I'd rather not make

  • Version 6.0.5 (8536.30.1) grey page

    Hello, With the new version of Safari, some internet page are grey and it's impossible to use it? Can you help me?

  • How come duration in iPhoto does not work properly

    How come duration in iPhoto does not work properly

  • Merging Sequences

    So. I have been working on a video which i have divided into two separate sequences now i am trying to merge them into one sequences and final cut is being rather strange. When i try and copy and paste i lose one of the clips in the middle of the seq