Location of MTA and POA config files:

Hello. I'm reading an article from cool tools by Kiril Stankov regarding
moving a groupwise database to a new volume or server. In step 4 he says
if you are moving data between servers make sure to copy the POA, MTA,
WAA and GWIA config files. The only one I can find is the gwia.cfg. I
looked under SYS:\system for the others and can't find them anywhere.
Thanks

> What's in grpwise.ncf ?
>
> It should be something like
>
> LOAD SYS:\SYSTEM\GWPOA @POA.POA
> LOAD SYS:\SYSTEM\GWMTA @MTA.MTA
LOAD SYS:\SYSTEM\GWPOA @CTCPO.POA
LOAD SYS:\SYSTEM\GWMTA @CTCMAIL.MTA
> the files you want are the ones after the @ sign, and they should be in
> the directory referred to in the load bit, in this case sys:\system
Ok. So I can, in my case anyway, just copy my SYS directory over if I
choose too
> Cheers Dave
>
>
> --
> Dave Parkes [NSCS]
> Occasionally resident at http://support-forums.novell.com/

Similar Messages

  • Why do we need to specify Role baseprovider and membership provider in Central Admin and security config files?

    Hi,
    why do we need to specify role base provider and membership provider files in central admin and securiy config files.
    thanks,
    gaurav

    We use 3 settings in Forms based auth:
    1 Membership = This contains Users and groups information. (This table also has username and password)
    2 ConnectionString = Connetion details to connect to database is stored here(servername, databasename, username, password, port )
    3 Role = This table contains all the Roles (Admin, contibutor, etc of the data source)

  • Location to upload and share .SWF files?

    is there a location to upload .SWF files to share similar to what youtube does for videos?
    Thanks.

    Ah, that probably wont work out too well then, considering the community
    there has both high standards and a love of inside jokes.  If you have some
    kind of ftp site you can have them upload the files into that, and then go
    to the urls of the respective projects (for example"
    http://www.exampleftp.net/studentname/project1.html")
    That would probably be the best way to do it that way it keeps the students
    work in a closed network, getting feedback mainly from their peers, as well
    as filters out any kind of spam/offensive/generic "this sucks" type comments
    community based sites tend to run into a lot.  Also, the work they upload to
    the ftp site can be viewed from any computer.  Your best bet is probably to
    use Dreamweaver to set up the server and uploading their files.  That's how
    I did it when I took a class in Flash web design last semester.  Hope this
    helps, and I'm sure someone on the Adobe boards can help with setting up the
    FTP site, since it's still something I have all that much experience with.
    That or a tutorial could work too.

  • Deploy a package in SSIS DB catalog and pass Config file dynamically in a SQL job

    Hi,
    I have a Package that needs to be deployed in SSIS Catalog DB.
    Later I need to execute it through SQL Job.
    Please let me know the steps how to do this and also I need to pass a Config file to run the package in SQL job.
    Thanks,.
    Sailaja

    Hi Sailaja,
    Based on your description, you want to deploy a package to SSIS Catalog DB, then execute it through SQL Agent job with configuration file.
    To deploy a package to SSIS Catalog DB, we can refer to the following suggestions:
    SSMS-->Integration Service Catalogs-->SSISDB-->Your project-->projects. Right click on the projects, and choose "Import Packages...". Then make use of the Project Conversion Wizard to select the packages that you want to deploy, deploy
    the generated .ispac file to SSIS Catalog. For more details, please see:
    https://msdn.microsoft.com/en-us/library/jj852096.aspx
    The command line tool DTUTIL.EXE which can be used to deploy SSIS packages. For more details, please see:
    http://www.mssqltips.com/sqlservertutorial/215/command-line-deployment-tool-for-ssis-packages/
    To schedule the package by using SQL Agent job, we should select Integration Services Package for the job step type, then add configuration file or add some properties form configuration file in the Configuration tab. For more details, please see:
    https://msdn.microsoft.com/en-us/library/gg471507.aspx
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • 2610 Factory Reset and Startup Config Files

    Hi all;
    I have a used 2610 which I did a factory reset on. I am able to get into the IOS and edit/change the config.
    However after editing and trying to save using the command:
    copy run start
    I get prompted to save the config to a file name/location which ultimately fails. Then on reboot it goes into the "basic setup" sequence again never saving to the config I'm trying to save.
    The IOS ver. is 12.0(3)T and I do have the latest ver. and an TFTP program to upgrade, but I would like to create a config and save it first.
    Any help would be appreciated.
    Thanks in advance. Steve

    Edison;
    Thanks for the reply. Yes my register was 0x2142 but I did the "config-register 0x2102" and then was able to copy the running config to the startup config.
    I do have another ?. I did type in a time offset command for my timezone but after reboot it keeps defaulting back to year 1993.
    Here's my sh ver:
    Cisco Internetwork Operating System Software
    IOS (tm) C2600 Software (C2600-I-M), Version 12.0(3)T, RELEASE SOFTWARE (fc1)
    Copyright (c) 1986-1999 by cisco Systems, Inc.
    Compiled Mon 22-Feb-99 20:00 by ccai
    Image text-base: 0x80008088, data-base: 0x8069353C
    ROM: System Bootstrap, Version 11.3(2)XA4, RELEASE SOFTWARE (fc1)
    uptime is 14 minutes
    System restarted by reload
    System image file is "flash:c2600-i-mz.120-3.T"
    cisco 2610 (MPC860) processor (revision 0x202) with 18432K/6144K bytes of memory
    Processor board ID JAB03090910 (856765012)
    M860 processor: part number 0, mask 49
    Bridging software.
    X.25 software, Version 3.0.0.
    1 Ethernet/IEEE 802.3 interface(s)
    2 Serial network interface(s)
    32K bytes of non-volatile configuration memory.
    8192K bytes of processor board System flash (Read/Write)
    Configuration register is 0x2102
    Thanks, Steve

  • [solved] confusion about vim and its config files

    Hi, Im getting really confused with vim and its /etc/vimrc config, and the per user ~/.vimrc.
    On one of my PC's I have an untouched /etc/vimrc and a /home/jason/.vimrc which has:
    syntax on
    now, on that same PC, if I run
    vim .vimrc
    "syntax on" in green and yellow as expected, and if I run
    sudo vim .vimrc
    I also see
    "syntax on" in green and yellow, but surely this is opening it as root?
    *Edit
    Even though there is no .vimrc in /root, and the system-wide /etc/vimrc is untouched/blank
    On another PC I also have an untoched /etc/vimrc, and a /home/jason/.vimrc which has:
    syntax on
    Aswell, and:
    vim .vimrc
    has "syntax on" in green and yellow as expected, but this time:
    sudo vim .vimrc
    Has no colour?
    I cant explain this, any ideas?
    *Edit
    To clarify, both PC's have an untouched /etc/vimrc and there is no /root/.vimrc file on either PC
    Last edited by jrussell (2013-04-14 10:21:42)

    siriusb wrote:
    The configuration files in /etc are for system-wide settings. These are the default settings if not overridden by a user's own settings in their home directory.
    So running vim as your regular user will use the settings from your home directory.
    What does sudo? From man sudo
    sudo allows a permitted user to execute a command as the superuser or another user, as specified by the security policy.
    So if you didn't specify any setting in the home folder of the user you want to run vim as, and you don't have anything in /etc/vimrc, vim won't apply any custom settings.
    I understand all of that, but on both my PC's I have a clean/untouched config /etc/vimrc, and both /root/.vimrc files do not exist, so howcome on one PC I get colour with sudo vim...., and on the other I dont?

  • Opening and closing config files as a binary file but using the config VI's to sort and Perce them.

     I was told this can be done any one know how?

    Perce?  Does that mean Parse?
    Where did you here that this can be done?  Can you give some more details so we know what it is you are trying to do?

  • XBMC-standalone config files location [solved]

    My HTPC seems to have corrupted one of the XBMC config files (probably the library) and now it doesn't seem to be able to add any videos (even with .nfo files) to the library (and it has lost quite a lot of videos that were already there).
    I've looked everywhere to try and delete the config files however I can't seem to find where they are when XBMC is started using systemctl (I thought I'd struck gold with "/usr/share/xbmc/system/" however deleting them didn't help).
    So far I've tried removing and re-installing XBMC and deleting /usr/share/xbmc/system (which is removed when uninstalling XBMC) and it doesn't seem to have reset configuration is there anywhere else I should look?
    Thanks for the help.
    Last edited by Aradreth (2013-10-19 12:32:48)

    There is no XBMC folder in any of the users under /home/ as it is run by the XBMC user created by the package. However you did make me think of looking at the .install file for where is puts the home directory for the user and the config files are in there ('/var/lib/xbmc/.xbmc/' if anyone else ever needs to find them).
    Problem solved.
    Thanks
    Last edited by Aradreth (2013-10-19 12:33:35)

  • How to Add JAR files and Config files to CLASSPATH at runtime?

    QUERY:
    During runtime, I need to load the JAR files and relevant config files( .cfg files and .properties file) into CLASSPATH and run a specific java program from one of the JAR which is available in CLASSPATH.
    Please advise me any relevant Java API details or a sample java program to implement the above use case.
    Thanks in advance.

    During runtime, I need to load the JAR files and relevant config files( .cfg files and .properties file) into CLASSPATH and run a specific java program from one of the JAR which is available in CLASSPATH.
    Please advise me any relevant Java API details or a sample java program to implement the above use case.
    You don't add to YOUR classpath once your app is launched.
    You create a NEW process for the app you want to run and provide the proper environment for it to run in - including any PATH or CLASSPATH environment variables.
    The Java API for the ProcessBuilder class has a simple example that shows how to create the arguments and launch an external application.
    ProcessBuilder (Java Platform SE 7 )
    There are also PLENTY of other examples of using ProcessBuilder; just search the net.

  • Suddenly, my config files vanish and my binaries stop working

    Earlier this evening, I had just quit Vega Strike and was about to do some stuff in a terminal when I discovered that gnome-terminal wouldn't start. Neither would gnome-system-monitor, or any other application that wasn't already running. On logging out, I found that X couldn't remain on, and kept crashing only to have GDM restart it.
    Upon rebooting, my system claimed that no groups existed, and none of my daemons were able to start. Fortunately, basic stuff like cat and ls worked, so I was able to discover that /etc/group, /etc/rc.conf, and other config files had disappeared. Unfortunately, vi and a bunch of other stuff - basically anything in /usr/bin - didn't work.
    I booted using the Arch install CD and ran e2fsck on my home partition; no bad blocks were found, but a bunch of errors were, and five files were recovered and put in lost+found. One of them turned out to be rc.conf (complete and undamaged), I'm not sure what the others are yet.
    So, it looks like it's safe to keep using this machine... But before I do, I'd like to ask, has anyone here ever seen anything like this?
    - Could it have been the heat? It was 90+ degrees F today, and although my laptop's temperature monitors didn't get tripped, I wonder if the HDD could have overheated.
    - Or is my hard drive dying? This doesn't seem likely to me given the lack of bad sectors, but it's possible and not pleasant to consider.
    In a sentence - seeing as my HDD seems undamaged but my filesystem most certainly wasn't, and given the rather bizarre circumstances around this happening, what's my best course of action?

    Make an appointment at an Apple Store to have your device examined by a technician. Or contact Apple Support.

  • JSP forms and config files

    Hi, i am new i Java, at least in writing JSP. I have few questions.
    I'm working on simple login\register web application.
    'Cause this is just "school" task, i tried to make it work with simple form fields control in jsp file and forwarding that request to servlet. For database of users, i'm using mysql 4.1 database. i would like to know next.
    How i can remove code form servlet that is connecting through org.gjt.mm.mysql.Driver on database, and make another class that will return me something that is result of this, and what should result be?
    Also, 'cause of this newmade class, how i'm supposed to make and organize config file in witch i could place jdbc driver and connection url, username and password to my database, so i could only call previous made class's method without changing it's code? this is needed in case i change my database server.
    Also, though this is not a question, then asking, where i can find some little more of lessons in this, or an example, so i could see just a little of this thematics how this works in reality?
    Thank u.

    So you want to be able to configure your database seperately of your web app. In a config file somewhere.
    How i can remove code form servlet that is connecting through
    Zorg.gjt.mm.mysql.Driver on database, and make another class that
    will return me something that is result of this, and what should result be?The current approach is to use a DataSource object to access database connections. Often the DataSource is accessed via JNDI
    how i'm supposed to make and organize config file in witch i could
    place jdbc driver and connection url, username and password to my databaseUnsurprisingly, most application servers will do this for you.
    Here is a link to how Tomcat configures it:
    http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jndi-datasource-examples-howto.html

  • Reset config files for a package

    According to https://wiki.archlinux.org/index.php/Pa … save_Files I have this situation in my config files:
    original = X, current = Y, new = X
    Is there a way to set current config files of package to X and save Y as .pacsave OR install X as .pacnew and leave Y in place without removing package?
    Last edited by Evgeniuz (2012-03-12 22:00:00)

    I'm not positive I'm understanding you right, but if I am and you are talking about basically backing up a package's config file, it is pretty simple.  I believe the .pacnew and .pacsave refers to changes in the makeup of a package in general, not its config file. 
    To change back to the original config and save the modified version you can just add .backup or anything onto the end of the file that you don't want to use right now .  Then, you just need to save the file that you want to use as the config file with wthe filename of the configuration file for that package (so the same but w/o the .backup).
    Sorry if I am misunderstanding you and you really did mean .pacnew or .pacsave and not config files.  Or if I am totally wrong but that is my understanding of config files and I know it has worked for me in multiple instances.
    ~Boz~

  • Missing SSIS Extension in Config Files

    As I understand it, in order to use an SSIS package as a data source in a report, I need to enable the SSIS extension in the RSReprotDesigner.config and RSReportServer.config files.  That extension is in neither of these files. I have SSIS running on
    my machine with Reporting Services.
    The path to RSReportServer.config: C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer
    The path to RSReportDesigner.config: C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies
    Why is this extension not in either of these files?
    The following is an abbreviated list of what's present in the RSReportServer.config file:
    <Data>
     <Extension Name="SQL"
     <Extension Name="SQLAZURE"
     <Extension Name="SQLPDW"
     <Extension Name="OLEDB"
     <Extension Name="OLEDB-MD"
     <Extension Name="ORACLE"
     <Extension Name="ODBC"
     <Extension Name="XML"
     <Extension Name="SHAREPOINTLIST"
     <Extension Name="SAPBW"
     <Extension Name="ESSBASE"
     <Extension Name="TERADATA"
    </Data>
    The following is an abbreviated list of what present in the RSReporDesigner.config file:
    <Data>
      <Extension Name="SQL"
      <Extension Name="SQLAZURE"
      <Extension Name="SQLPDW"
      <Extension Name="OLEDB"
      <Extension Name="OLEDB-MD"
      <Extension Name="ORACLE"
      <Extension Name="ODBC"
      <Extension Name="XML"
      <Extension Name="RS"
      <Extension Name="SHAREPOINTLIST"
      <Extension Name="SAPBW"
      <Extension Name="ESSBASE"
      <Extension Name="TERADATA"
    </Data>
    I'm running SQL Server 2008 R2
    ProductVersion       ProductLevel       Edition
    10.50.1600.1          RTM                   Enterprise Edition (64-bit)
    The operating system is Windows 7 Professional 64 bit.
    Thank you for your help!
    cdun2

    The SSIS data extension was a non-production feature in SQL 2008. Due to an unreconcilable underlying security concern with the data extension, it was removed from 2008 R2. I believe the underlying data extension is still availabe on the disk, you would
    need to manually add the entry to the server configuration file as noted in the following article. If you do, suggest you ensure that you trust the content of the SSIS packages being executed.  
    http://msdn.microsoft.com/en-us/library/ms345250(SQL.100).aspx
    -JonHP
    Microsoft SQL Server Reporting Services

  • Location and info about the config file for Shared connection URL

    Hi,
    Where does HypGetSharedConnectionsURL VBS function retrieve information from? In the help, only information is that it retrieves from the config file
    Thanks

    This URL is stored within the Windows registry.

  • How to add shortcuts to user Start Menu and Taskbar or Desktop with using Microsoft Office 2013 Config file.

    Hello,
    How can i add the shortcuts for Office 2013 feature (Word, excel, ext) to the users taskbar or desktop with using config.xml file while installing the Microsoft Office 2013 from SCCM?
    I know how to do that with OCT, but i have another problem if i use OCT. So i have to do it with Config.file, but i don't know which code can i write on config.xml file to create shortcut on desktop or taskbar...
    Regards,

    Hi
    There is a known issue about
    changing the shortcut location for an Office 2013 application:
    When you try to change the shortcut locations for Office 2013 applications in the Office Customization Tool (OCT), you receive the following error message:
    Invalid start in folder. Please try again.
    Then, you add the Start in location for Office 2013 and run a customized installation. When you double-click the shortcuts that are displayed on the desktop, Configure shortcuts does
    not work and you receive the following error message: 
    Sorry, we couldn’t find your file. Is it possible it was moved, renamed or deleted?
    To work around this issue, type a single open bracket ([) in the Start in
    field.  
    In addition, refer to the link below on "Configure shortcuts" in OCT:
    http://technet.microsoft.com/en-us/library/cc179097.aspx#Configure_shortcuts
    Regards
    Tylor Wang
    TechNet Community Support

Maybe you are looking for