Command line for replication setup for DS 4.16

I am using Directory Server 4.16. I see example using command line for replication configuration in DS 5.0. Since 5.0 is quite different with 4.16. So my question is how to use command line to set up a Supplier in DS 4.16?
I know we can use ldapmodify to do some change. I see an ldapreplica entry. I can setup supplier id and password there. It seems only change that entry is not enough. Where to setup the setup for "changedatabase", "replication schedule", "initial consumer later" something we do at the console screen?
Your help is greatly appreciated.
Iris

Hi Iris
Steps involved in Setting up Replication from command line
Part I: On Consumer Directory Server
1. Log on to the consumer directory server.
2. Stop the consumer directory server
3. Edit the slapd.conf file at <server-root>/slapd-<server-instance>/config so that it includes the following two lines. The lines show the DN of who is allowed to connect for replication and the entry's corresponding password.
updatedn "uid=<REPLICA USER BIND DN>"
updatepw {SHA}<SHA ENCRYPTED REPLICA USER PASSWORD>
4. Edit the dse.ldif file at <server-root>/slapd-<server-instance>/config so that the entry cn=config contains the following two lines. These lines contain the same data as the line above.
nsslapd-updatedn: uid=<REPLICA USER BIND DN>
nsslapd-updatepw: <PLAIN TEXT REPLICA USER PASSWORD>
5. Start the consumer directory server
Part II: Creating the Replication Agreement
1. Log on to the master directory server
2. Stop the master directory server
3. Edit the slapd.conf file at <server-root>/slapd-<server-instance>/config so that it includes the following two lines. This lines setup the changelog directory and suffix.
changelogdir <dir path >
changelogsuffix "cn=changelog"
4. mkdir <CHANGELOG DIR>
5. Start the master directory server
6. Create a file named replica.ldif which contains the following lines. These lines reflect the agreement which will start the replication with the consumer; as such you should make the changes to reflect your environment.
dn: cn=<CONSUMER FQDN>:<CONSUMER PORT>/o%3D<BASE DN>, cn=ldap://:<SUPPLIER
PORT>,dc=<1ST ELEMENT OF SUPPLIER FQDN>,dc=<2ND ELEMENT OF SUPPLIER
FQDN>,...,<TOP LEVEL SUPPLIER FQDN>
changetype: add
objectclass: top
objectclass: LDAPReplica
replicahost: <CONSUMER FQDN>
replicaport: 389
replicanickname: <CONSUMER HOSTNAME>
cn: <CONSUMER FQDN>:<CONSUMER PORT>/o%3D<BASE DN>
replicaroot: o=<BASE DN>
replicabinddn: uid=<REPLICA USER BIND DN>
replicacredentials: <REPLICA USER PASSWORD>
replicausessl: 0
7. Run ldapmodify with the proper authorization so that the entry is added correctly.
8. There is an optional attribute which can be tacked on to the bottom of the above entry. The attribute 'replicabeginorc' will tell the server to immediately start on-line replication; this will initialize the consumer by deleting all the current entries on the consumer one at a time and then adding all the entries from the master one at a time. If this is something you want to do, do an ldapmodify adding this attribute to the entry you just created in step 8.
for example
Create a file called beginreplica.ldif like;
dn: cn=xymox.mcom.com:389/o%3Dinternet, cn=ldap://:389,dc=fts,dc=mcom,dc=com
changetype: modify
add: replicabeginorc:
replicabeginorc: start
then run;
ldapmodify -h fts -p 389 -D "cn=Directory Manager" -w netscape -f beginreplica.ldif
Hope this helps
Roy

Similar Messages

  • [svn:osmf:] 14412: Added the Syndication. swc to the command line build config file for the AkamaiPluginSample project .

    Revision: 14412
    Revision: 14412
    Author:   [email protected]
    Date:     2010-02-24 17:48:22 -0800 (Wed, 24 Feb 2010)
    Log Message:
    Added the Syndication.swc to the command line build config file for the AkamaiPluginSample project.
    Modified Paths:
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/AkamaiPluginSample-build-config.xml

    I think it is not supported through ant script and you may have to contact Oracle Support. Please go through below thread (hisaak's reply) -
    Re: Export OSB configuration jar file using Ant
    Regards,
    Anuj

  • [svn:osmf:] 14411: Adding command line build config files for the syndication library.

    Revision: 14411
    Revision: 14411
    Author:   [email protected]
    Date:     2010-02-24 17:45:22 -0800 (Wed, 24 Feb 2010)
    Log Message:
    Adding command line build config files for the syndication library.
    Added Paths:
        osmf/trunk/libs/Syndication/syndication-build-config.flex
        osmf/trunk/libs/Syndication/syndication-build-config.flexcov
        osmf/trunk/libs/Syndication/syndication-build-config.xml

    Revision: 14411
    Revision: 14411
    Author:   [email protected]
    Date:     2010-02-24 17:45:22 -0800 (Wed, 24 Feb 2010)
    Log Message:
    Adding command line build config files for the syndication library.
    Added Paths:
        osmf/trunk/libs/Syndication/syndication-build-config.flex
        osmf/trunk/libs/Syndication/syndication-build-config.flexcov
        osmf/trunk/libs/Syndication/syndication-build-config.xml

  • Why can't I access the command line I just downloaded for xcode?

    Why I can't access the command line I just downloaded for xcode?

    Firefox will not appear in the Market for most phones with incompatible hardware. I believe the Motorola Bravo is supported. You can check if your phone is supported here:
    https://wiki.mozilla.org/Mobile/Platforms/Android
    On some supported devices, a bug prevents Firefox from appearing in the Market. This may be related to the recent Market update. You can go to Settings/Applications and uninstall the Market update, then find and install Firefox.
    Or, you can download the app directly from here:
    http://ftp.mozilla.org/pub/mozilla.org/mobile/releases/4.0b3/android-r7/multi/
    (Note: To download the app directly for an AT&T phone, you will have to search for instructions on how to "sideload" the APK file, since AT&T disables the option to install from non-Market sources.)

  • Running report from command line with multiple value for same parameter

    Hey,
    I know how to run a report from the command line specifying parameters values each time but I was wondering if someone could tell me how I would go about running the same report multiple times in a batch program but specifying a list of values to pass to a parameter each time.
    So for example if a parameter was 'School Number', how could I run a report in a batch program that would pass a school number to the report as a parameter using a list of school numbers generated for a sql statement or something. So if I had 300 school numbers in my list then I would get 300 different reports when the batch program finished.
    This leads me to another question. How can I dynamically change the name of the report generated by the batch to use the school number value passed in, so for example if the value 3 was passed in the name would be something like School 3.pdf, if 4 was passed in the name would be School 4.pdf....etc
    Any help on this?
    Thanks

    Hello,
    Bursting and Distribution may help you ....
    37 Bursting and Distributing a Report
    http://download-uk.oracle.com/docs/cd/B14099_17/bi.1012/b13895/orbr_dist.htm
    Regards

  • Command-line -t frameRange wildcard for all frames?

    Greetings,
    Pretty new to Shake and I am trying to get a seemingly simple command-line workflow going. I have a patch of QT files I need to output as DPXs after being deinterlaced. Where I am getting hung up is with the frameRange. It seems it will only render the first frame unless I give a range. Since I don't know how many frames each individual MOV has, I am getting stumpped. Is there a wildcard or some other option for having shake just do the whole thing?
    Here's my command-line:
    *shake -v -fi 0003PU.mov -deinterlace 0 1 -fo 0003PU_DPX/0003PU.#.dpx*
    I have >80 QT files to convert to DPX, it seems a waste of time to have to open each one in the Shake GUI to find out the total frame count for each one. In the GUI it has the "Auto" button which populates the timeRange field with the full range, surely there must be something I can do from the command-line!

    I wish there were such a wildcard! That would make life so easy.
    I did figure out a way to generate Shake scripts automatically,
    including finding the length of the source file. It will take a little
    work: you'll have to learn bash.
    Basically bash is a way of taking a bunch of command lines,
    and combining them into something you can run as a program.
    Here are two excellent resources for learning:
    http://www.ibm.com/developerworks/library/l-bash.html
    http://www.grymoire.com/Unix/
    These two sites are awesome.
    __________EXAMPLE ONE
    Every bash script includes this line:
    #!/bin/sh
    Then you just start adding UNIX and/or bash commands.
    So copy these two lines into a plain text editor window
    and save them as amnesia.sh
    #!/bin/sh
    whoami
    In Terminal you can run your new program!
    Use cd to navigate to where amnesia.sh is,
    and type
    bash amnesia.sh
    You will be reminded of your identity.
    __________EXAMPLE TWO
    Jumping ahead really quickly, here's a technique for
    making a loop that will call up the name of
    every Quicktime movie in a folder and send
    it to some function in your bash script:
    cd ./folder_containing_movies
    for i in $(find . -name '*.mov');
    do
    my_fi=`basename $i`
    my_function $my_fi
    done
    __________EXAMPLE THREE
    Now we'll define that function: it prints out the name of the movie.
    This part of the script must be above the loop
    from which it is called.
    So here's the complete bash script:
    #!/bin/sh
    my_function ( )
    echo $my_fi
    cd ./folder_containing_movies
    for i in $(find . -name '*.mov');
    do
    my_fi=`basename $i`
    my_function $my_fi
    done
    __________EXAMPLE FOUR
    In order to have shake do something with these movies,
    you could, in the example above, replace
    echo $my_fi
    with
    shake $my_fi
    but then you'd just get the first frame, and you'd
    have to quit each Viewer to see the next movie.
    For normal fully-tweaked dozens-of-nodes Shaking, one would use
    shake -exec my_script.shk
    The problem is that it's difficult (impossible?) to pass variables
    like my_fi into my_script.shk. I was unable to do it--
    probably because I'm just a beginner--
    so I used bash to replace key words in a template,
    scriptTemplate.shk, to write one shake script for each movie.
    To do this, you need to replace parameters in the Shake script
    with words that can be searched and replaced. In your Shake
    template, the FileIn filename can be something like SEDmy_fi.
    In bash you can use the sed command to search and replace
    the expressions in the template:
    sed -e 's/SEDmy_fi/'$my_fi'/g' scriptTemplate.shk > ./scripts_out/${my_fo}.shk
    This does the search and replace, then writes a shake script
    named automatically by my_fo, another variable you've created:
    my_fo=`echo $my_fi | sed 's/.mov/_output/'`
    __________EXAMPLE FIVE
    At this point your head is totally spinning. Don't worry.
    This is not a tutorial; I'm just trying to sketch out
    the broad ideas here. You'll still have to learn bash
    for this to make sense.
    As a special bonus, here's a really useful bash command I stole from Olli
    at vfxtalk.com to get the timerange of a movie using shake -info :
    timerange=`shake ./folder_containing_movies/$my_fi -info 2>&1 | grep Duration | sed 's/info: Duration: //'`
    You could then use $timerange elsewhere in your bash script.
    Hope that helps,
    Les

  • Write-EventLog from a command line using a variable for -Message

    My apologies for the possibly confusing title of this post, so let me explain...
    My ultimate goal is to capture log information during the execution of a batch script and write it to the Application log.  Simple, you might think?  I couldn't figure it out in batch so gave up and moved on to try using PowerShell via
    the @powershell command.
    I started with the following test, which worked like a charm:
    @PowerShell -NoProfile -command "Write-EventLog -LogName Application -Source MyApp -EntryType Information -EventID 99 -Message "Test1" -ComputerName MyServer"
    Great I thought, now how to capture multiple "events" as my batch script executes so that I can write them all in one go to the Application log using a single @powershell command.  Capturing multiple lines of text in an environment variable
    was a struggle and I wasn't even sure if I could then use the environment variable in the PowerShell command, so I tried writing the events to a text file with the intend of reading that text file using Get-Content, and then writing it to the event log.
    So test #2 went like this:
    @PowerShell -NoProfile -command "$OutText = 'Some text';Write-EventLog -LogName Application -Source MyApp -EntryType Information -EventID 99 -Message $OutText -ComputerName MyServer"
    This worked, and "Some text" was successfully written to the event log entry, so the last step was to read my entries from the text file and write them instead:
    For reference, the text file looked like this:
    Test Entry 1
    Test Entry 2
    Test Entry 3 
    @PowerShell -NoProfile -command "$OutText = Get-Content .\TestLog.txt;Write-EventLog -LogName Application -Source MyApp -EntryType Information -EventID 99 -Message $OutText -ComputerName MyServer"
    Unfortunately I failed at the last hurdle as PowerShell didn't seem to like, I am guessing, the CRLFs in the text file?
    Write-EventLog : Cannot convert 'System.Object[]' to the type 'System.String'
    required by parameter 'Message'. Specified method is not supported.
    At line:1 char:211
    + ... yServer -Message $OutText
    +                    ~~~~~~~~
        + CategoryInfo          : InvalidArgument: (:) [Write-EventLog], Parameter
       BindingException
        + FullyQualifiedErrorId : CannotConvertArgument,Microsoft.PowerShell.Comma
       nds.WriteEventLogCommand
    Any suggestions on how to solve my dilemma, either by solving the last step, or maybe by taking a different approach?
    Many thanks, in advance,
    Andy

    Here is how we write to the event log from a batch file.  It is easy and more flexible than howyou are doing this:
    eventcreate /?
    eventcreate /L application /SO MyApp /ID 99 /D %messagetext% /S MyServer
    Adding one big block of text to the event log is not how the EL can work.  The message size is limited.
    The Event Log should not be used as a general tracing log on a regular basis.  It should be used to log errors that are critical and to log critical small pieces of information.
    Why use batch if you have access to PowerShell. It is far less flexible and muc harder to manage.
    ¯\_(ツ)_/¯

  • [Solved] X Freezes When Command Line Parameter Is Added For 2bwm

    I'm currently trying to set up 2bwm with my own settings via the config.h file. Here are the changes I'm trying to change.
    ///---Colors---///
    static const char *colors[] = {"#0000FF","#7f7f7f","#7a8c5c","#ff6666","#cc9933","#0d131a","#000000"};
    ///--Menus and Programs---///
    static const char *terminal[] = { "st '-f inconsolata:pixelsize=20'", NULL };
    After I tweaked the config.h file, I ran a "sudo makepkg -s --asroot", and then installed the package like this, "sudo pacman -U 2bwm.pkg.tar.xz". I downloaded the "2bwm-git" package via "sudo cower -d 2bwm-git". Is there something I did wrong here?
    Last edited by shoober420 (2014-08-01 11:06:05)

    Copying and pasting is a pain using nano lol.
    # /etc/makepkg.conf
    # SOURCE ACQUISITION
    #-- The download utilities that makepkg should use to acquire sources
    # Format: 'protocol::agent'
    DLAGENTS=('ftp::/usr/bin/curl -fC - --ftp-pasv --retry 3 --retry-delay 3 -o %o $
    'http::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u'
    'https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u'
    'rsync::/usr/bin/rsync --no-motd -z %u %o'
    'scp::/usr/bin/scp -C %u %o')
    # Other common tools:
    # /usr/bin/snarf
    # /usr/bin/lftpget -c
    # /usr/bin/snarf
    # /usr/bin/lftpget -c
    # /usr/bin/wget
    # ARCHITECTURE, COMPILE FLAGS
    CARCH="x86_64"
    CHOST="x86_64-unknown-linux-gnu"
    #-- Compiler and Linker Flags
    # -march (or -mcpu) builds exclusively for an architecture
    # -mtune optimizes for an architecture, but builds for whole processor family
    CPPFLAGS="-D_FORTIFY_SOURCE=2"
    CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param$
    CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --par$
    LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"
    #-- Make Flags: change this for DistCC/SMP systems
    LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"
    #-- Make Flags: change this for DistCC/SMP systems
    #MAKEFLAGS="-j2"
    #-- Debugging flags
    DEBUG_CFLAGS="-g -fvar-tracking-assignments"
    DEBUG_CXXFLAGS="-g -fvar-tracking-assignments"
    # BUILD ENVIRONMENT
    # Defaults: BUILDENV=(fakeroot !distcc color !ccache check !sign)
    # A negated environment option will do the opposite of the comments below.
    #-- fakeroot: Allow building packages as a non-root user
    #-- distcc: Use the Distributed C/C++/ObjC compiler
    #-- color: Colorize output messages
    #-- ccache: Use ccache to cache compilation
    #-- check: Run the check() function if present in the PKGBUILD
    #-- ccache: Use ccache to cache compilation
    #-- check: Run the check() function if present in the PKGBUILD
    #-- sign: Generate PGP signature file
    BUILDENV=(fakeroot !distcc color !ccache check !sign)
    #-- If using DistCC, your MAKEFLAGS will also need modification. In addition,
    #-- specify a space-delimited list of hosts running in the DistCC cluster.
    #DISTCC_HOSTS=""
    #-- Specify a directory for package building.
    #BUILDDIR=/tmp/makepkg
    # GLOBAL PACKAGE OPTIONS
    # These are default values for the options=() settings
    # Default: OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !upx$
    # Default: OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !upx$
    # A negated option will do the opposite of the comments below.
    #-- strip: Strip symbols from binaries/libraries
    #-- docs: Save doc directories specified by DOC_DIRS
    #-- libtool: Leave libtool (.la) files in packages
    #-- staticlibs: Leave static library (.a) files in packages
    #-- emptydirs: Leave empty directories in packages
    #-- zipman: Compress manual (man and info) pages in MAN_DIRS with gzip
    #-- purge: Remove files specified by PURGE_TARGETS
    #-- upx: Compress binary executable files using UPX
    #-- debug: Add debugging flags as specified in DEBUG_* variables
    OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !upx !debug)
    #-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512
    INTEGRITY_CHECK=(md5)
    #-- Options to be used when stripping binaries. See `man strip' for details.
    STRIP_BINARIES="--strip-all"
    #-- Options to be used when stripping shared libraries. See `man strip' for details.
    STRIP_SHARED="--strip-unneeded"
    #-- Options to be used when stripping static libraries. See `man strip' for details.
    STRIP_STATIC="--strip-debug"
    #-- Manual (man and info) directories to compress (if zipman is specified)
    MAN_DIRS=({usr{,/local}{,/share},opt/*}/{man,info})
    #-- Doc directories to remove (if !docs is specified)
    DOC_DIRS=(usr/{,local/}{,share/}{doc,gtk-doc} opt/*/{doc,gtk-doc})
    #-- Files to be removed from all packages (if purge is specified)
    PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod)
    # PACKAGE OUTPUT
    # Default: put built package and cached source in build directory
    #-- Destination: specify a fixed directory where all packages will be placed
    #PKGDEST=/home/packages
    #-- Source cache: specify a fixed directory where source files will be cached
    #SRCDEST=/home/sources
    #-- Source packages: specify a fixed directory where all src packages will be placed
    #SRCPKGDEST=/home/srcpackages
    #-- Log files: specify a fixed directory where all log files will be placed
    #LOGDEST=/home/makepkglogs
    #-- Packager: name/email of the person or organization building packages
    #PACKAGER="John Doe <[email protected]>"
    #-- Specify a key to use for package signing
    #GPGKEY=""
    # COMPRESSION DEFAULTS
    COMPRESSGZ=(gzip -c -f -n)
    COMPRESSBZ2=(bzip2 -c -f)
    COMPRESSXZ=(xz -c -z -)
    COMPRESSLRZ=(lrzip -q)
    COMPRESSLZO=(lzop -q)
    COMPRESSZ=(compress -c -f)
    # EXTENSION DEFAULTS
    # EXTENSION DEFAULTS
    # WARNING: Do NOT modify these variables unless you know what you are
    # doing.
    PKGEXT='.pkg.tar.xz'
    SRCEXT='.src.tar.gz'
    # vim: set ft=sh ts=2 sw=2 et:

  • Goldengate Replication setup for windows and SQL 2000

    HI
    can anyone provide documentation on how to setup and configure Replication on windows platform
    using sql 2000.
    help is appriciated.
    Regards
    Manish

    Manish ,
    you can get all the steps from install guide .Hope you might have downloaded along with the product.Its pretty straight forward.
    Thanks,
    Antony Joseph Jethu

  • Guide for structure setup for jd edwards enterprise one

    Hi all
    I am trying to do some setup (on test environment) for jd edwards enterpriseone. I have downloaded implementation guides like financial management, general accounting, account payable, account receivable etc.
    I have red that I have to create a date pattern, a company, business unit(one of them should be balance sheet business unit) etc.
    I am looking for some guide which can explain to me clearly which is the setup structure in jd edwards.
    So if I make a parallelism with EBS, in E-Business Suite 11g is stated the the first is the Organization, above we have the GRE Legal Entity (setup of books composed of calendar, currency and chart of accounts) ect until inventory units.
    I want some guide which explain also the logic of jdee1. So why the company need business units, which is the difference of BS units with the other ones etc.
    So basically some guide to explain these thing in detail. I have downloaded several guides like the Complete Reference, Security, different implementation guides etc etc but still not being able to find the information that I need.
    Thank you and best regards

    Hi,
    If you are an Oracle employee, you may download the student guide. Else, following may be used as a reference(is not exhaustive though):
    a.     Setting Up of General Accounting Constants (P0000/F0009)
    b.     Setting Up Fiscal Date Patterns – 14 period and 54 period accounting (P0008/08B), (F0008/08B), (F0902/F0902B), F0911 is common.
    c.     Setting Up of companies (P0010/F0010)
    d.     Setting Up Business Units, including Model (P0006/F0006) - MCU
    e.     Designing and managing the Chart of Accounts (P0901/F0901)
    f.     Creating a Model Chart of Accounts
    g.     Creating Accounts Using Dynamic Account Creation
    h.     Automatic Accounting Instructions (P0012/F0012)
    i.     Multi Currency Setup
    i.     Currency Code – P0013/F0013
    ii.     Designate AR Currency – P03013
    iii.     Designate AP Currency – P04012
    iv.     Currency conversion rates – P0015A
    j.     Next Numbering (P0002)
    i.     By Company
    ii.     By Company and Fiscal Year
    k.     Tax Processing
    i.     Sales Tax, VAT Journals etc.
    ii.     Tax Authorities– P01012
    iii.     Tax Rates/Areas- P4008
    iv.     Tax Rules- P0022
    v.     Tax Explanation Code – P0004A
    l.     Ledger Type Master (P0025)
    m.     Document Type (P0004A)
    Thanks.

  • Pre-requisite for lab setup for database administration track.

    Hi, does anybody know what setup is required to participate in Lab for database administration track on Feb 11?

    The code you have in the rules file looks like it is incorrect. PCon would not be defined automatically and would therefore return zero. I think what you are actually looking for is something like:
    Call Hs.Con ("",HS.Node.PCon(""),"")
    Note that you can determine if the consolidation rules are used from you metadata under AppSettings. Look for the setting called ConsolidationRules. If you set this to Y, it uses the rules under Sub Consolidate(), if you set it N, it will automatically consolidate even if you have nothing under Sub Consolidate().
    Further, you can affect what gets consolidated in the metadata. Some of your accounts etc. may not be set correctly. Some things to check:
    For Accounts, make sure that IsConsolidated is checked and the AccountType is correct
    Also for Accounts, ensure that EnableCustom1Aggr ... is checked
    Finally, if the Entities have different currencies, check if you are getting data up to [Parent Total]. If not, the problem is your translation and not your consolidation.

  • I need to know the command line address for Downloads

    I had a problem with an exe file in Downloads within Firefox and was not able to delete it. I finally got things working OK but would like to know the command line address (under Vista) for Downloads in FireFox.
    I looked in 'Computer' but could not find the Downloads folder anywhere in Mozilla folders. Downloads under my 'user' was empty.
    I resolved the problem, not quite sure what I did, but would still like to know this address for the next time I have to crawl under the hood and use MS DOS commands at a Safe Command Line environment.

    I am not sure what command line you are looking for. Do you want to know where Firefox downloads files? If that is the case, in the Tools menu select Option to open the Options dialog. Select the General panel, you can specify on that part of the options dialog where to download files.
    Providing you have Firefox set up to remember download history (that is the default setting), you can open the download window (in the Tools menu select Download), then right-click on a file in the list and choose "Open Containing Folder" to be taken to where the file was downloaded.

  • Import/Export tool Command line syntax for R2

    Would anyone please advise the syntax of command line import/export tool for XIR2?
    Read this post below for importing from a biar file but not sure how to export from BO into a biar file.
    How to log BIAR export/import from command line
    We're in fact trying to migrate from R2 into R3. The import wizard provided by BO doesn't work well with favorites and inboxes migration due to the large volume of data we need to migrate, hence looking for alternatives.
    Any advice around this line would be much appreciated.
    Thanks in advance.
    GM

    Denis,
    Thanks for your reply. This at least saved my effort to explore further.
    Would you offer any advice for migrating large volume of personal folders from R2 into R3?
    We're integrating with AD, so everytime listing users for selection taking ages and often times out.
    Even if we managed to export the biar file for a group of users, exporting them into R3 fails quite often as well.
    The whole process is simply very unpredictable and unreliable.
    Thanks.
    GM
    Edited by: Xu Guoming on Apr 21, 2009 4:13 PM

  • Idoc Setup For Automatic Payments

    could any body share Step for IDoc setup for  Automatic Payments?
    Thanx in in advance.
    Indra.

    Idoc Setup For Automatic Payments .

  • EWA setup for EP.

    Hello All,
    I am trying to make configuration for EWA  setup for EP.
    EP version is 7 on windows64bit and Solman version is 4.0 on Solaris64 Bit  with basis and abap SP on 14 level.
    When i refereed to previous blogs and notes it says we need to install Wiley intro-scope agent in EP and set up diagnostics in Solman.
    Can any 1 please let me know how to move forward. I need to install Wiley intros-8. How to install this on already installed EP.
    Regards,
    Ravi

    You will need to install a Wily agent and a SOLMAN Diagnostics agent on your EP system. These agents will report the data to your SOLMAN system. You will need to have Diagnostics configured in your SOLMAN system.
    This data will be used for generating an EWA for a JAVA system, like your portal. You can find all the relevant guides on how to set this up at http://service.sap.com/diagnostics
    Wily setup guide for example: https://websmp203.sap-ag.de/~sapdownload/011000358700001995842008E
    See also Note 976054 - Availability of EWA for Non ABAP components
    Edited by: J. Hellemons on Nov 5, 2009 1:31 PM

Maybe you are looking for

  • PDF viewer default

    All is going good with my iPhone 5 but I'm having a small issue. Viewing PDFs opens Safari by default, since I have PDF Expert installed, how can I open them in PDF Expert by default? Trying to avoid opening the browser then clicking open with, an ex

  • Reporting Agent Issue

    Hello, When I run a job via the reporting agent, the last selection made in the variable is not taken into account. I have 827 cost centers selected in my variable. The last value is not taken. I have tried to change the order, but still I don't rece

  • Login works online, but not in the most up to date...

    Hi, I have multiple accounts and none work on my program (7.2.0.103, OS: Windows 7), while I can log in online without a problem. Any ideas? Thanks, b

  • Too many jars

    Hi, Friends, For some good reasons, I received a lot of jar files (25) and I have to include them in my classpath. Now I have a problem. When I use javac or ant, I got The input line is too long. The syntax of the command is incorrect. I don't know i

  • Can I listen and view a pptx in keynote?

    Hi! I'm a student and we have lectures that ar recorded in pptx or ppt. Can I listen and view the in keynote? I have'nt  bought keynotes yet and I want to know if I can use it before I buy it. Another quastion is, can I create ppt or pptx files in ke