Is it possible to export aaa client info using csutil utility?

I am able to import client and group info but need to export to verify they are all there as i have migrated from unix to windows...
thanks

Hi
Unfortunately its not possible, but prior to v4.0 the network config is held in the registry.
HKLM/Software/Cisco/CiscoAAAv3.x/Hosts
Darran

Similar Messages

  • Cannot Export Provisioning info using CSSImportExport Utility

    Hi All,
    I am actually trying to export the provisioning info from Production Server using CSSImportExport Utility while i am doing this i am getting an error and my export of provisioning info is failing. If i do the same in Development it is working perfectly allright without causing any issues. I am actually trying to see if anyone has faced with this kind of issue before and if yes could you please let me know how can i resolve this issue.
    The application name it is showing in the Trace file is our planning application. This error is happening if i am trying to export provisionning info for any application(Essbase or Planning) and also it displays everytime the same error showing the same Planning application.
    Please help me out in trying to resolve this issue so that i can have an backup of all provisonning info (hot back up).
    Thanks in advance for looking into this issue and helping me out.
    Trace...
         2010-07-19 13:17:18,556 Attempting an export operation
         2010-07-19 13:17:21,056 Attempting a CSV export operation
         2010-07-19 13:17:21,072 Export : Exporting provisioning info...
         2010-07-19 13:17:21,072 Export : Attempting to load provisioning info for application "App_name" in project Hyperion System 9 Planning
         2010-07-19 13:17:21,087 Export : Attempting to retreive app id from HSS for "App_name"
         2010-07-19 13:17:23,462 Export : Failed to retreive app id from for the application : "App_name"
         2010-07-19 13:17:23,462 Export : Root cause : /files/Projects/[Production server][App_name][DB_name].Essbase could not be found
         2010-07-19 13:17:23,462 Export : Silently ignoring the last error
    Summary :
         Export failed for 1 application(s) using filter {ProjectName = Hyperion System 9 Planning, Application Name= APP_Name}
         The css.xml file used is file:/D:/Hyperion/deployments/WebSphere6/SharedServices9/config/CSS.xml
         The data file used is D:\Hyperion\common\utilities\CSSImportExportUtility\cssimportexport\importexport\Security_export.csv
         The error log file used is D:\Hyperion\common\utilities\CSSImportExportUtility\cssimportexport\importexport\Log\errors.log
         The trace log file used is D:\Hyperion\common\utilities\CSSImportExportUtility\cssimportexport\importexport\Log\trace.log
    Edited by: user9360702 on Jul 19, 2010 10:35 AM

    Thanks EW for responding. Please see the property file below and i am trying to export the provisioning info only for one planning application and my export of provisiionning is failing. And my importexport file is at the right location which is in exact place like in Dev environment. Please let me know if i am missing anything.
    Thanks
    importexport.css=file:/D:/Hyperion/deployments/WebSphere6/SharedServices9/config/CSS.xml
    importexport.cmshost=BDOWSPHYPWB1
    importexport.cmsport=58080
    importexport.username=admin
    importexport.password={CSS}MRcYv323uzxGr8rFdvQLcA==
    importexport.enable.console.traces=true
    importexport.trace.events.file=D:/Hyperion/common/utilities/CSSImportExportUtility/cssimportexport/importexport/Log/trace.log
    importexport.errors.log.file=D:/Hyperion/common/utilities/CSSImportExportUtility/cssimportexport/importexport/Log/errors.log
    importexport.locale=en
    # EXPORT OPERATIONS orig
    # export.fileformat=csv
    # export.file=D:/Hyperion/common/utilities/CSSImportExportUtility/cssimportexport/importexport/Security_export.csv
    # export.provisioning.all=true
    # export.user.filter=*
    # export.group.filter=*
    # export.role.filter=*
    # export.producttype=*
    # export.projectnames=*
    # export.applicationnames=*
    # EXPORT OPERATIONS
    export.fileformat=csv
    export.file=D:/Hyperion/common/utilities/CSSImportExportUtility/cssimportexport/importexport/Security_export.csv
    export.provisioning.all=false
    # export.user.filter=*
    # export.group.filter=*
    #export.role.filter=*
    # export.producttype=*
    # export.projectnames=*
    # export.applicationnames=*
    # export.provisioning.apps=(Hyperion System 9 BI+=Hyperion System 9 BI+:bdowsphypfrs.bdo.com:6800::1)
    # export.provisioning.apps=(Analytic Servers:BDOWSDHYPES:1=ASOsamp)
    #export.provisioning.apps=(Analytic Servers:BDOWSDHYPES:1=Analytic Servers:BDOWSDHYPES:1)
    # export.provisioning.apps=(APS 9.3.1 Servers=APS_9.3.1_BDOWSDHYPWB1_33162)
    export.provisioning.apps=(Hyperion System 9 Planning=BDO_DMND)

  • Export materials master data using LSMW?

    Hello gurus,
    is it possible to export material master data using LSMW? Or are there other ways to do this (apart from manually selecting the desired data from the DB tables?)
    It would be great if anyone could point me to some documentation on this.
    We would like to export the master data from one SAP system and import it in another one.
    Thanks in advance
    Alicia

    What I usually do is transferring the data via ALE (BD10) as IDOC to a file (instead of a different system). This file can even be located in an shared folder that can be accessed from both SAP systems
    Then I use LSMW in target system, map IDOC to IDOC (almost done automatically) and import the data from this file, and beeing able to exchange field values if necessary.

  • Is it possible to export (expdp) oracle table from client machine ?

    Is it possible to export (expdp*) oracle table from client machine, without using Remote desk top connection ?*
    1) Database-10g server is in America
    2) client machine is in India
    3) Oracle client-10g software is installed in my machine
    4) I am able to connect to the server, could see all tables
    5) one table is with 35 million record, I wanted to export this table using data pump, is it possible?
    note: without using Remort desk top connection.

    Hi
    I used the following syntax , but I am getting error
    6) connect sys as sysdba
    create directory test_dir as '/dbusr1/exp_test'
    grant read, write on directory test_dir to user1;
    7) expdp user1/pwd1@xyz tables=test_1 directory=test_dir dumpfile=test_file.dmp logfile=test_file.log
    8) Errors
    In linux prompt I am getting this error
    -bash: expdp: command not found
    In windows cmd prompt I am getting this error
    ORA-39002: invalid operation
    ORA-39070: Unable to open the log file.
    ORA-29283: invalid file operation
    ORA-06512: at "SYS.UTL_FILE";, line 488
    ORA-29283: invalid file operation
    9) why ?
    -- Does the user ( "user1") should have any system level privilege ? to export his own table?
    -- This folder ('/dbusr1/*exp_test'*) has write privilege in os level.
    Thanks in advance
    sbmk_design
    Edited by: sbmk_design on Aug 24, 2009 12:06 AM

  • PEAP with Local EAP - Possible to export Controller certificate to client?

    Hi
    Looking at deploying 7925G's using 802.1x PEAP authentication. The phones will be authenticated by the wireless LAN controllers.
    I'd like to enable the "Validate Server Certificate" option on the phones, that requires me to download the certificate from the authentication server (the WLC) I just want to use the built in cert in the controller.
    Is it possible to export the cert from the controller to the phone? If so - how?
    TIA

    AFAIK it isn't possiable to import server certificate from the controller.

  • Is it possible to search the client for a file in WebDynpro?

    Hi,
    I need to check inside a WebDynpro application wether a
    file exists on a client or not, befor showing or listing it.
    I have a UNC-Name for the location (e.g.
    servername\dirname\filename.extension).
    Another task would be to browse this directory for all other existing files and dirs and list them.
    Is this at all possible with WebDynpro?
    Or would this only be possible by using the filesystem of
    the applicationserver (e.g. mount the dir on the filesys)?
    Is it possible to launch a client-located script (like VB-Script or such) in WebDynpro?
    (e.g. to search the dir, create a text-file and read this text-file).
    Or are these concepts totally against the security-policies
    of web-based applications?
    Thanks in advance.
    Alf

    Hi Alfred,
    generally web applications run in a sandbox on the client.
    That means that they have no access to the file system.
    To get access you need to install a certificate on the client:
    You create a key with the Java-Tool "Keytool" and sign the application (or the applet) with the Java-Tool "Jarsigner".
    That generates a *.cert file wich you now have to export from the parent system and import onto the client (with Keytool).
    You will find many detilled instructions for this procedure in the internet.
    Unfortunately I don`t know how it works with Web Dynpro.
    Karsten

  • Client copy using Client Export... Failed .. Need ur advice

    Hi guiys how ru all doin...
    I hope some one can help me oout in this issue.iam working on sap
    4.6c, windows 2003 server, oracle9.2.0.
    we need to take client copy from production client 300 to dev
    server using client export method so I have performed client
    copy using client export.these are the list of steps which i
    performed but still am facing an error.
    Checklists /prerequisites before doing client export :
    Source client i.e. Client 300 should be locked for all users
    except Administrator.
    Ensure that NO Users are logged in both NCCSAPPRD and NCCSAPDEV
    Server.
    Inform Downtime to Users.
    At least 2 background work process should be there.
    Take Offline Backup of both Production server & Development
    server.
    Following Jobs rescheduled for next day for Client Export
    Process:
    1)Collector_for_performance_monitor
    2)Customer_evaluati on_information
    3)Error reporting
    4)Eu_out
    5)Vendor_evaluation_information
    6)Leave_en titlement
    Remove scheduled job from DB:
    1)Check opt
    2)Analyze tab
    Lock all users except administrator
    Change database mode from Archive to Non-Archive mode
    Logon in NCCSAPPRD in Client 300 the one which is to be Exported
    1.Enter Transaction SCC8
    2.Select the copy profile and target system NCCSAPDEV Server and
    other fields as necessary.
    3.Click on "Execute in Background" button.
    4.Click on the "Schedule job" button.
    5.Verify that all information is correct and click on YES
    button.
    6.Click on continue at the "Info Client Export" window.
    7.Specify the start time and click on SAVE.
    8.Specify an output device at the "Background print parameters"
    window and click on SAVE.
    9.Click on OK at the information window.
    Monitor the Client copy using transaction SCC3.
    when am going to transaction scc3 in that ->All transport
    requests ->Exports -> in that my source client 300 is there when
    am double clicking it its showing me list of how many times
    client export has been performed in that my date is also there
    when iam double clicking it and going to details tab this is wat
    the error which its giving....
    Log file:
    nccsapprd\sapmnt\trans\log\NCPET00968.NCP
    Preparation for export
    Transport request___: NCPKT00968
    System______________: NCP
    tp path : tp
    Version and Release: 305..15 46D
    Execution of the export pre-processing methods for request
    NCPKT00968
    Start:Sorting and compressing the object list
    End:Sorting and compressing the object list
    Start:Check for existence of inactive objects
    End:Check for existence of inactive objects
    End:Check for existence of inactive objects
    End:Creating project information
    Start:Writing nametab information for key entries
    End:Writing nametab information for key entries
    Start:Version creation of the objects of the request NCPKT00968
    End:Version creation of the objects of the request NCPKT00968
    Start:Adjusting the object directory for the objects of the
    request NCPKT00968
    End:Adapting the object directory for the objects of the request
    NCPKT00968
    Preparation for export
    End date and time : 200708104758
    Ended with return code: ===> 0 <===
    Mainexport
    Transport request___: NCPKT00968
    System______________: NCP
    tp path : tp
    Version and Release: 305..15 46D
    SQL error 1652 accessing GLFUNCA: ORA-01652: unable to extend
    temp segment by 128 in
    SQL error 1652 accessing PPOIX: ORA-01652: unable to extend temp
    segment by 128 in
    Incorrect export. Request is not imported.
    Main export
    End date and time : 20070810152923
    Ended with return code: ===> 12 <===
    This is the error which am getting in the transport log.
    I tried to perform 4 times client copy. the first 2 times i got
    the same error and the next 2 times it ended with return code
    ===> 4 <===.
    Plzz anyone help me out in this issue as i need to perform it
    again and this time i hope with ur help it should be
    successful.
    Waiting for ur replies
    Best regards

    The problem you have is, that your TEMP tablespace is too small on the target system, you need to increase it.
    Check Note 3155 - Termination due to tablespace overflow
    Markus

  • AAA Server IP Pool based on AAA Client

    Hi,
    I have a scenario where I need to be able to allocate an IP address to a user group from a pool on the AAA server based on the AAA client that the user authenticates against.
    So for example if the user comes in on CPE1 they get assigned an address from Pool A, if they come in on CPE2 they get an address assigned from Pool B.
    Any pointers on how to do this (if possible) would be greatly appreciated.
    Thanks in advance
    Andy

    With ACS v4 you could do this....
    Define your pools and add your devices to their own NDGs. Then define a NAP which is triggered off each NDG. Each NAP can use its own group mapping scheme which each target group using a different IP pool.
    Probably only works when users are external as you need group mapping to make it work.
    A bit cludgy.. but should work.

  • Client Copy Using Client Export/Import

    Hi Everyone,
    This is regarding Client Copy Using Client Export/Import Method. We have two system Production and Development system. Iam planning to do a client copy from from PRD to DEV. I know most of the steps to perform Client Copy.I have some doubhts So if some one can please help me out i would really appreciate it.
    !) I want to know which user should be used to perfrom Client Export ?
    2) I want to know know which user to be used to perform Client delete?
    3) Is there any particular USER who is recommended to perform Client Copy or any USER can do it?
    4) After the Client Delete Procedure thorugh SCC5 ..to get back the client space we do Reorganization ? can anyone plzz tell me what are the tables that i need to reorganize or if anyone can provide me the steps for Reorganization i would be really thankful.
    Waiting For your Replies
    Best Regards

    Hi Mohammed,
    1)I want to know which user should be used to perfrom Client Export ?
    You can use your personal defined on the system UserID.
    2) I want to know know which user to be used to perform Client delete?
    Same as above, just make sure you have an account on the client and you log on to the right client
    3) Is there any particular USER who is recommended to perform Client Copy or any USER can do it?
    I am not aware that you should use a particular user. I have been doing copies/deletions with my UserID, as system administrator.
    4) After the Client Delete Procedure thorugh SCC5 ..to get back the client space we do Reorganization ? can anyone plzz tell me what are the tables that i need to reorganize or if anyone can provide me the steps for Reorganization i would be really thankful.
    Reorganization ( I personally) use SAPDBA tool. However -if you use ORACLE, there are other alternatives as well. What is your DB  vendor? I will append more info in a bit.
    Rgds,
    Loukas

  • Exporting MAC / Serial info from iPhone Configuration Utility

    I have recently deployed 15 iPads in a commercial restaraunt environment for a client.
    I used the iPCU to create some custom profile to speed things up and record the serial number of the devices.
    Is it possible to export the MAC and serial number data from the utility? This would sure speed up configuring our router (DHCP fixed addressing by MAC) and enable us to give our insurers (and asset registry people) the serial numbers. Taking a screen shot is a little low tech...
    Cheers, Anton.

    I wish there was a way to do this. My opinion is that IPCU is definitely not an enterprise class application. We are in a large geographically diverse health care organization and having to connect a new ipad via USB to an IPCU host computer with no centralized administrative options isn't very attractive..it's just the only option there appears to be right now. The export option would help us as well, as would the ability to back up the key/configuration file structure in case the host pc has to be salvaged.

  • Client copy using export

    can we perform client export for a local client copy(e.g) in DEv system i need a client 500 .i can perform local client copy from 100 but can i do it through export as both clients are in same system.

    Hi,
    There is an option for Client TRANSPORT which will help you perhaps:
    A client transport differs from a remote client copy in that it does not use RFC. Like a remote client copy, however, a client transport is used to copy data between different R/3 Systems.
    A client transport consists of two steps. First, a client export extracts client data from the source client to files at the operating system level. Second, the data is imported from the operating systemfiles into the target client.
    To perform a client export, proceed as follows: 
    Log on to the source client. From the R/3 initial screen, choose:
    *Tools *(r) *Administration *(r) *Administration *(r) *Client Admin. *(r) Client Transport(r) Client Export. Select the data to be copied using a profile.
    Indicate the target system to which the client will be copied. (The target system must be defined in TMS as part of the transport domain.)
    Begin the client export. As copying is a lengthy process, use scheduled background processing. The client export performed in the source system <S-SID>, exports the client data asynchronously bycalling the transport program tp at the operating system level. This export process will generate up to
    3 data files at operating system level:
    . RT< number >; this file contains client-specific data
    . RO< number >; this file contains Cross-client data
    . RX< number >; this file contains SAPscript texts
    Depending on the type of data selected through the client transport profile, the client copy command
    files added to the buffer of the target system are
    <S-SID>KO<number>; this file is for cross-client data
    <S-SID>KT<number>; this file is for client-specific data
    <S-SID>KX<number>; this file is also for client-specific data
    The client export change requests are not imported when an Import all takes place. Therefore, you must import these requests into the target client using TMS. You must import the data in the following order: first cross-client data, then client- specific data.
    After the import process has completed, post-import activities are required possible for object generation steps. After completing the import, log on to the target client. From the R/3 initial screen, choose:
    *Tools *(r) *Administration *(r) *Administration *(r) *Client Admin. *(r) *Client Transport *(r) ImportEditing
    To display client transport logs, use the Transport Organizer.During client transport, a Repository consistency check can be performed by clicking the RFC system check button in Transaction SCC8.  If inconsistencies are detected, a list of the ABAP Dictionary tables definitions missing in the target system is generated. This will help your recognize in advance formal problems that may occur during the import of the source data.
    Reward Points if useful
    Regards,
    Srinivas

  • Authentication in the chain DUN-AAA client-ACS-NMAS-NDS

    Dears,
    I have installed Novell client on a windows XP.
    I will login my user and my password in NDS via the chain cisco aaa client
    (router cisco 2503)- acs server - nmas.
    For this in the login mask of the novell client, I select Dialup --> login
    using dial-up networking --> the profile of my DUN containing the
    properties of my modem connection --> no location (direct connect).
    When I press OK, it is asking to me the detail of the connection :
    - my username
    - my password
    - my domain
    - my phone number
    I select connect to inititiate the connection. I late the parameter "my
    domain" to empty.
    I see that the novell client is using DUN to dialin the correspondant
    modem.
    I receive the call on my acs aaa client (router cisco 2503)and this aaa
    client is sending the packets to acs server for authentication.
    Then, the ACS server is receiving these packets and resend these to NMAS
    (token radius server external database). Normally NMAS has to authenticate
    the user and password inside the NDS.
    But I receive an error message indicating that the usename and password
    are invalid on the doamin (error code 619).
    I don't understand this error message because there is no domain notion in
    Novell. I can understand that mircosoft needs a domain to authenticate the
    user and password. Because the Novell client dial-up is based on DUN and
    DUN is based microsoft, we need a domain for authenticating the username
    and password.
    Does it mean that I need an Active Directory for authenticating username
    and pasword in the domain ?
    Does it mean that I have to integrate the AD with NDS ?
    Can I use the local AD/SAM of my PC to authenticate the username and the
    password in the domain ?
    If yes, how can I configure the NDS for this ?
    Could you help me as soon as possible ?
    Yours sincerely,
    Olivier MONTEE.

    Olivier,
    It appears that in the past few days you have not received a response to your posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at http://support.novell.com in both the "free product support" and "paid product support" drop down boxes.
    - You could also try posting your message again. Make sure it is posted in the correct newsgroup. (http://support.novell.com/forums)
    If this is a reply to a duplicate posting, please ignore and accept our apologies and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • I am shooting aerial video with a GoPro H3  at 1080p 30fps and would like to edit videos and give them to my clients to use in as much media as possible for their advertising and marketing needs.  I would like to give it to them at the highest quality all

    I am shooting aerial video with a GoPro H3+ at 1080p 30fps and would like to edit videos and give them to my clients to use in as much media as possible for their advertising and marketing needs.  I would like to give it to them at the highest quality allowed.  What form should I save it in 'Publish and Share'?  I have Premier Elements 12.

    KM
    Can we assume that your 1080p30 is an AVCHD.mp4 file or other?
    You manually or the project automatically should set the project preset to
    NTSC
    DSLR
    1080p
    DSLR 1080p30 @29.97
    (If your frame rate is really 30 instead of 29.97, then go with DSLR 1080p30 instead of DLSR 1080p30 @29.97)
    See the following link for setting the project preset manually
    http://www.atr935.blogspot.com/2013/04/pe11-accuracy-of-automatic-project.html
    For your export
    Publish+Share
    Computer
    AVCHD
    with Presets = MP4 - H.264 1920 x 1080p30
    Please let us know if you have further questions on this or need clarification on anything written.
    Thank you.
    ATR

  • Sync/copy AAA clients between two ACS5.2

    Hi, all, we are moving network devices (200+) authentication/authorization/accounting to new ACS5.2, is there any easy way to copy/sync all those AAA clients configuration to another ACS5.2 server? I don't need other configuration to be synced/copied to another ACS5.2 server, thanks in advance.

    To reconfirm from previous thread that export/import mechanism is designed to meet this use case for network devices
    One other point to consider is in the case that you have made changes to the NDGs as well as the network device definitions
    There is also an export/import mechanism for the NDGs.
    Since the network device definitions reference the NDGs need to ensure these are in sync before imprting the netwrok devices themselves

  • Issue with cisco acs 4.2.Users unable to login aaa client but after restarting group policy able to login

    issue with cisco acs 4.2.Users unable to login aaa client but after restarting group policy able to login

    issue with cisco acs 4.2.Users unable to login aaa client but after restarting group policy able to login

Maybe you are looking for

  • Dynamic alias selection

     

  • Attaching files on SD card on phone memory in emai...

    I need urgent help on how to attach document in emails or web forms with Lumia 520. Each time I try attaching document by pressing the browse button on web forms, nothing happens and when I press the attach button on email clients, in only takes me t

  • ECM - How to check eligiblity of  the employees for a comp review item

    Hi We have one requirement in Compensation management,  While creating the Budget structures I need to determine the Eligible employee population (For amount calculation) depending on the Compensation Review Item selected on the selection of the Cust

  • How to get past oder page?

    I have previously ordered both books and cards but this time after composing my card I can't get past the order page. The quantity box is greyed out. I know my account info is OK and I have enabled 1Click ordering. What else do I have to do?

  • How to migrate instances with exact ownership to destination BO system

    Hi BO expert, We met some technical issue when import instances to destination BO prod system, the situation is as below: In source BO system, there is one report, and 2 users A and B scheduled instances based on this report. In destination BO system