Difference betwen loading a repository and connecting to a repository

Hi,
In the MDM console i see 2 options.
1) Load Reposiotry
2) Connect repository.
I mount the mdm server. then i mount the mdm reposiotry and connect to it.
After connecting i am able to log into the data import manager and data manager and choose the repositury.
Why is loading the repository required?
Thanks,
Vignesh

Hi Vingnesh,
Loading the repository is required to login to all MDM clients such as Data Manager ,Import Manager and Syndicator.
Suppose if repository is unloaded position, then it is required to load the repository to login to MDM clients.
I think in your case, repository was not in unloaded position, so you do not have to load the repository as it was already loaded.
Suppose if you stop and start the server, then loading of the repository is required.
Thanks,
Narendra

Similar Messages

  • Difference betwen object currency,area and transaction currency

    Hello all
    what is the difference betwen object currency,area and transaction currency.
    and frome where i can change it?
    Thanks

    Check this link for currencies in Controlling:
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/02/30793485231774e10000009b38f83b/frameset.htm
    By understanding their definition from the above link, am sure you'll also understand the difference (or the purpose) of them.
    Changing the currencies, after the transaction data posted is not easy, even if possible in some cases. I'm sure this question of yours is in academic interest, rather than a project need.
    Hope this helps.

  • How can i load a swf AND connect to a network location?

    I'm working on a fairly large framework application that
    consists of a large number of seperate files (swfs, stylesheets,
    xml etc etc) all being loaded in and then connecting to a remote
    server.
    My problem is that when i compile all my library swfs with
    -use-network=false all is well - until i try a
    NetConnection.connect() call, when i get told i can't connect to an
    internet url from a local-with-filesystem swf.
    Ok, so i created a .cfg file and placed it in the
    FlashPlayerTrust directory, indicating that i'm giving permission
    for everything in my 'deploy' directory to be trusted - which
    should allow it to do anything it like (load files AND connect to
    the network). But after doing that i no longer get any sandbox but
    my NetStatusEvent is never fired! I receive neither a success or
    failure message from the NetConnection... it just sits there and
    nothing happens...
    Can anyone point me in the right direction, there seems to be
    precious little information about situations like this, just a lot
    of people asking similar questions...
    Thanks
    T

    like i said in the original post the framework is a series of
    libraries, they're loaded at runtime depending on what's required.
    if i have the netconnection in a single swf it'll work in the
    standalone player or in IE or FF.... it'll work if i launch it
    locally and connect to a remote server, or when i put it on the
    server and access it through a browser.
    it's when it goes into one of the libraries that it fails -
    so a base swf loads a configuration file which tells it which
    libraries it'll need, one of those libraries contains the
    netconnection code - and the NetStatusEvent of the NetConnection is
    never fired - so i neither succeed nor fail in my connection
    attempt
    T

  • Difference betwen srvctl relocate scan and scan_listener?

    Hi all,
    I have a 2 node RAC cluster using 11.2.0.2 Grid Infrastructure.
    I am trying to get clear in my mind what the difference is between relocating the SCAN using srvctl relocate scan and SCAN_LISTENER using srvctl relocate scan_listener
    Can anyone provide me with an explanation of when you would use each command and the effect it has?
    Many thanks.

    Hi,
    see here for a closer explanation of SCAN:
    http://www.oracle.com/technetwork/database/clustering/overview/scan-129069.pdf
    Regarding your questions: The difference between a SCAN VIP and a normal RAC VIP, is that the RAC VIP has a node it want's to run on and each node has one (whereas you only have 3 SCANs). If it fails over to another node, the normal VIP exists, but does not accept connections, whereas the SCAN is not fix to a node and can run on any node in the cluster (and will accept connections anytime).
    Now that this works, the SCAN VIP will always move with the SCAN listener (otherwise it would not make any sense). Hence there is really no difference in moving the SCAN VIP (because this will trigger a relocate of the listener) or to move the SCAN_Listener (since this will move the VIP it depends on).
    Regards
    Sebastian

  • RFC  and connections test

    Hi all
    We need to test some data loads for RFC  and connection settings . How do we go about it ?
    Thanks all

    Hi,
    Actually choosing 'Check' option on source sytem is sufficient to check the conection seetings. If you do not satisfied with this, Do full load of any master data or full/initial upload of selective Transaction data(by filling setup tables).
    With rgds,
    Anil Kumar Sharma .P

  • What is the difference between number, numeric, dec and decimal

    hello
    i want to ask what is the difference betwen number, numeric, dec and decimal data types ?
    in this paper http://www.techonthenet.com/oracle/datatypes.php
    i see that there is no difference ?
    what is the trick here - why there are 4 type with one purpose?

    Generally speaking Oracle has specific names for their own data types. Additionally they support the ANSI names (as well as others) for some data types which are then converted to the equivalent Oracle data type. See the documentation for details.
    ANSI, DB2, and SQL/DS Data Types

  • Connection ==null and Connection is closed, difference

    Hi experts,
    I wonder what are the differences between "Connection==null" and "Connection is closed"?
    I closed a connection on one JSP page after a bean has retrieved data. Then, on the same page I call another bean to connect to the database. Because the Connection object has been created earlier, therefore Connection is not NULL, but it is closed. So, the second bean has to initiate another connection(if I knew how to test the "closed" status)
    Is it true that if the Connection is closed, then it should become null?
    I think I must have make quite a few mistakes in above statement:). Please help. Thanks a lot.

    connection.isClosed() will tell you if the connection object is closed or not. If it is closed, then the connection object can be dropped because you will not be able to create any new statements from that connection object. Just recreate another connection to use when this occurs.

  • Connection pool and Connection factory difference?

    Hi,
    Can someone clarify the difference between connection pool and connection factory.
    I know connection pool is some thing like a pool of database connection manitained at one place so that an application or client can use it when it requires.
    Then wat exactly is connection factory..say in 10g we always put a connection factory name in all adapters and acces the data sources like DB ,FTP,AQ ..etc
    can someone clarify??
    regards,

    To conserve system resources and to improve the performance of transactional applications, WebLogic allows you to define a pool of client connections (generally database but may be a FTP,FILE etc. as well)
    A Connection Factory object encapsulates a set of connection configuration parameters that has been defined by an administrator. A client uses it to create a connection with a service provider (generally JMS).
    Regards,
    Anuj

  • Difference betwen Null item,Blank item ,item is zero and empty item

    Please describe the difference betwen :
    null item
    empty item
    blank item
    and zero item
    And how can we test each one?
    How to test if the value of an item say Px_y is null or
    blank
    empty
    zero
    Regards

    Please describe the difference betwen :
    null item
    empty item
    blank item
    and zero item
    And how can we test each one?
    How to test if the value of an item say Px_y is null or
    blank
    empty
    zero
    Regards

  • Safari and mail will not load but i am connected to internet and can download form itunes and other sourses is that HD failure?

    Safari and mail will not load but i am connected to internet and can download form itunes and other sourses is that HD failure?  any suggestions ?  verify disk says its OK

    iOS 4: Updating your device to iOS 5 or later - Support - Apple
    iOS: Unable to update or restore - Support - Apple
    iTunes for Windows: iTunes Store connection troubleshooting
    See if any of these three may help.

  • Want to understand the Difference between Attempt sign in and sign in in Unity Connection

    I would like to understand the difference between Attempt sign in and sign in in Unity Connection.
    If I do a direct routing rule to attempt sign in and another routing rule directly to sign in, what would be the difference for the caller (inside caller with or without voicemail and also outside caller with or without voicemail)?  Thank you!  Lise

    Attempt Sign-In—Sends the call to the user sign in conversation, if the calling number belongs to a user. The calling number is used as the ID. If the call is not from a user, the next rule in the routing table is applied to the call information.
    Sign-In—Sends the call to the user sign in conversation, which prompts the caller to enter an ID.

  • Find the difference between loading and registering the drivers..

    Dear Sir..
    Could you please help me to find the difference between two activities..
    1.Loading the drivers
    2.Registering the drivers
    What's the difference between loading and registeing the drivers and what activities take place by the JVM to do it all.

    Dear Sir..
    Could you please help me to find the difference
    between two activities..
    1.Loading the drivers
    2.Registering the drivers
    What's the difference between loading and registeing
    the drivers and what activities take place by the JVM
    to do it all.You load a class - it isn't specific to a driver.
    That is part of java - not JDBC.
    Normally JDBC drivers register themselves when the class is loaded. This is specific to the driver and has nothing to do with a user of the driver. It is only a concern to someone who must implement a driver.

  • Two active active ISPs with load balancing, publishing and VPN connection

    Hi,
    I wonder how to enable a scenario where i have to use  two ISP's to share 30/70 load on our internet traffic, have to configure almost 60 internal websites already published using microsoft TMG firewall and connect client VPN connections and site-to-site vpn connections. I know that ASA firewall has limitation when using security contexts. Is good idea that how to achieve this gool?
    I previously tried connecting four sites running ASA devices with this fifth site running Microsoft TMG firewall but i was able to connect only two ASA firewalls using site-to-site VPN, though I was able to connect remaining two as well but last two were not able to access ASA-TMG resources. furthermore behavious of two ASA-TMG connected sites was strange: sometime i was not able to access cross site resources from one machine but was able to do so from another machine.
    I noticed that two of ASA sites connected with TMG site has different internal IP class (e.g site one 192.168.0.* and site two using 172.16.*.*) while remaining two have same class like the first site e.g 192.168.128.* and 192.168.100.*
    Did anyone has experiance connecting TMG-ASA with multiple sites within same IP class scenario?
    OR
    How to enable same features using Cisco devices as they are on a single Microsoft TMG?
    Best,
    Saulat (Contact# 0092-321-4025587)

    Sulat,
    You can load balance between the two ISPs. That is not possible. But, we do have some options that I have discussed here:
    Hope the above link gives you some ideas to utilize both your ISP links.
    -Kureli

  • Reload Software:552 and then "Application loader was unable to connect with your device."

    Hi guys
    I'm new to this forum and looking for a help please..
    My curve 8900 got the "Reload Software:552" message on the screen. I was trying to uninstall an application and after it asked me to reboot, it showed me that message. I already try to reinstall the OS like most of you guys said. But when I already in the process of that, it showed me "Application loader was unable to connect with your device. Please re-connect yout device, enter password, if requiered, and retry" 
    I was trying this steps..
    1. use the BlackBerry Desktop Manager
    2. connect the BlackBerry to the computer using a USB cable
    3. click application loader, then start
    4. then i choose the OS and apps i want to install it also
    5. after i click finish and the process start, i stuck on the task 2 of 5 "wait for device initialization" and then the message "Application loader was unable to connect with your device. Please re-connect yout device, enter password, if requiered, and retry"  showed.
    I try and try again but there is no use. it keeps show that message.
    help me please, this really frustrates me
    Thanks in advance guys..

    1. Make certain your USB cable is connected to a main REAR USB port on the rear of the PC, not a front USB port, not a USB hub.
    2. Try loading the OS with these instructions (make sure that Desktop Manager is not running):
    1. Download the OS file to the PC then install it to the PC by running (double clicking) the file you downloaded.
    2. Go to c:\program files\common files\research in motion\apploader and delete the file named "vendor.xml."
    3. Plug in BB and double click on "Loader.exe." It's located in the same place as the above vendor.xml file.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • I have an imac and when i load up facetime and login it says "could not sign in. please check your connection and try again later" but my WIFI is fine? please help????

    i have an imac and when i load up facetime and login it says "could not sign in. please check your connection and try again later" but my WIFI is fine? please help????    i have an early 2006 imac (intel core duo) running snow leopard (10.6.8) and it says on app store you need 10.6.6 or later? please help??

    try to activate it, then LEAVE IT ALONE FOR 24 HOURS!
    either that or restore it from an icloud back up. that seems to be working pretty well for a lot of ppl

Maybe you are looking for

  • Error:8I596

    Hi, While creating the sub contracting challan through J1if01 I am getting the error"The number range is not maintained for  10" 10 is my series group.However I have defined the nuberseq for the object J_1I57FC for the series group 10. Please suggest

  • Update error with graphics card

    Hi All, if anyone can help me fix this error I will be most aprreciative. I get this error when I open After Effects. Ray-tracing on the GPU requires an approved NVIDIA graphics card and CUDA 5.0 or later. For now, ray tracing will use the CPU. After

  • "Active Constraints" - just an idea

    Hi, I just crossposted this to JDO central (General Discussion) in case you are interested in following what goes on over there. Lets say I have a parent child relationship and the child has a collection of things whose contents have to be a subset o

  • Error in LSMW IDOC

    Hi, I am trying to develop and LSMW using IDOC Method. But when I perform Start Idoc Generation step , I am getting the following error message :- No partner exists with the name", type". Please could anyone of you help me with this . Regards, Sushan

  • How do you change patches in performance?

    Well, here I am, asking 2 questions in one day... Even though I'm a long-time Logic user, I'm very, very new to Mainstage. In fact, I'm using it for the first time next week on a gig. It's a theater-pit gig. From your experience, what's the best way