Create MDM repository from repository schema.

Hi,
I have exported MDM repository from one MDM console schema and saved it. Now I am trying to create a Repository from a different MDM console using this Schema. I am getting the Error "ERROR LOADING FILE".
The versions of these MDM are different. Is this causing the failure? How can I overcome it?
regards,
MRao

Hi Mahesh,
This is an Un-usual error, which even I am facing. In my case there is no version mis-match.  I am trying to take the Export the Schema from a rep in 1 MDM server and then importing into another rep in another server.
Hence it might not be a version issue.
However, check the following things in your case.
1. Check the Original repository for error and repair them if found any. Upload your repository with Updated indices. Export the schema out and save it on your desktop.
2. Try creating a new repository using Import Schema on the same MDM server and check if its still showing you an error.
3. Try importing the schema on an Existing repository on the same MDM server.
4. Try Importing the schema and create a new repository on a different MDMserver.
Please check it in a test environment and no need to press the OK button while Import schema. We just need to see if the Import schema windows opens.
If in any case, you do not find the error, then probably we can understand the clear reason of the Error.
If error still persists, then would advice you to raise an SAP ticket for the same.
Hope this info helps.
Thanks and Regards
Nitin jain

Similar Messages

  • Download MDM roles from repository

    Hi,
    How do I download roles from MDM repostories with their respective functions and tables and fields into an spread sheet.
    Rakesh

    Are you SQL savvy?  Take a look at the database schema MDM creates (on Oracle/SQL Server - whatever you've used).
    In the schema named "YourRepository_M000", look for the set of tables starting with A2i_CM_ROLE...
    It's pretty easy to generate a simple report of Roles vs Users.  You'll need get a a little more creative to get those to show role details (function/table/field), but the data is all right there.
    Here's a start...
    SELECT r.rolename, r.description "Role Description", u.username, u.fullname, u.description "User Description", u.useremails
       FROM YourRepositoryName_M000.A2i_CM_ROLES r, YourRepositoryName_M000.A2i_CM_USERS u, YourRepositoryName_M000.A2i_CM_USER_ROLES ur
      WHERE r.roleid = ur.roleid
        AND u.userid = ur.userid
      ORDER BY 1, 2

  • Create new repository from schema

    The option "Create new repository from schema" is not appearing in my MDM console.
    How can I add this?
    MDM 5.5

    Hi,
    I am on MDM 5.5 SP6 Patch 1 and the option is visble here.
    May be on smaller version this option is not there.
    well, on right click on your Repository level , Do u get option Export Repository Schema and Import Repository Schema.
    if yes, you can achieve the same, firstly create a new repository and then use option Import Repostory schema, you will get the same result as "Create new repository from schema"
    Hope it wil Help you,
    Rewards if Useful....
    Mandeep Saini
    Edited by: Mandeep Saini on Jun 17, 2008 5:24 PM

  • Creating MDM repository for Material Master Data

    Hello MDM Gurus,
    I am new to SAP MDM. I want to create MDM repository for Material Master. What I unddertand is, I can create repository using Bussiness Content shiped with MDM software. I will copy *.a2a file to archive folder of MDM server and unarchive repository. I have following question for you.
    1. HOw do I use export maps and import maps which I found in Busines contenst\Material folder?
    2. How do I use MDM Lookup Tables which is xml document in Busines contenst\Material folder?
    3. Why is the use of MDMGX_55520_Material.txt file which I found in Busines contenst\Material folder?
    4. What is the use of *.xsd files and how can I use them?
    Thanks,
    Bhupesh

    Hi Bhupesh
    1. HOw do I use export maps and import maps which I found in Busines contenst\Material folder?
    save all the map files on your loacl machine. open import manager and select file-> Import, browse to the .map file and save the map with a meaningful name. now next time connect to the source file you want to import and OPEN the map saved.
    2. How do I use MDM Lookup Tables which is xml document in Busines contenst\Material folder?
    Businees content contains the standard  ECC refernce tables like countries, regions etc which can be refreshed from ECC. for this you have to configure MDMGX, defining all the ports in MDM and in ECC the tables from which data has to be refreshed. refer to below threads for details.
    Extract Data usnig MDMGX
    How to Export Materials from ERP to MDM 7.1 via MDMGX?
    3. Why is the use of MDMGX_55520_Material.txt file which I found in Busines contenst\Material folder?
    This helps us in configuring the table extraction from ECC, refer to thread-> Extract Data usnig MDMGX
    4. What is the use of *.xsd files and how can I use them?
    Schema files are used for syndicating the records from MDM to source system. Say we want to syndicate material master from MDM to ECC and in ECC they will be posted via MATMAS05 IDoc. these schemas are the structure of IDoc which will contain the values which will be syndicated from MDM.
    Let me know if you know some more details.
    regards
    Ravi

  • Creating Repository from using Archive file (.a2a)

    Hello,
    I Archived a repository from MDM 5.5 SP4 running on Oracle.
    Can I create a repository using that Archived (.a2a) file in MDM 5.5 SP5 running on SQL Server ?
    Is it possible to create like that? Note: Database is different and MDM version is different.
    Thanks!

    Prashant -
    Thanks for your response. I am trying to create a repository in MDM 5.5 SP5 (SQL Server DB) using an Archive file from MDM 5.5 SP4 (Oracle DB) and I get the below information in the mds log file. I am unable to create the repository.
    4248 2011/06/19 10:21:14.734 GMT ErrorRecord->HResult/NativeErr: 0x80040e21/0
    Description: Invalid character value for cast specification.
    Source/File/Line: Microsoft OLE DB Provider for SQL Server/.\OLEDB_DBConnection.cpp/2438
    4248 2011/06/19 10:21:15.062 GMT UnArchiving operation for Customer Master CM1 ended in error
    Any idea why this is so?
    Thanks.

  • Issue in creating Master repository from ODI 11g

    Hi,
    I am unable to create a Master repository connection using ODI 11g from local machine. I am using Oracle server of 11g version and have Master and a Work repositories in it. When I was trying to create a connection using ODI 11g it is throwing me the following error message,
    Could not connect to repository
    java.lang.IllegalStateException: Local Repository table is empty
         at oracle.odi.core.repository.support.RepositoryUtils$RepositoryInfoSource.loadRepositoryInfo(RepositoryUtils.java:182)
         at oracle.odi.core.repository.support.RepositoryUtils.loadMasterRepositoryInfo(RepositoryUtils.java:373)
         at oracle.odi.core.repository.Repository.getMasterRepository(Repository.java:72)
         at oracle.odi.core.OdiInstance.createMasterRepository(OdiInstance.java:501)
         at oracle.odi.core.OdiInstance.<init>(OdiInstance.java:553)
         at oracle.odi.core.OdiInstance.createInstance(OdiInstance.java:529)
         at oracle.odi.ui.docking.panes.OdiCnxFactory$1.run(OdiCnxFactory.java:205)
         at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:655)
         at java.lang.Thread.run(Thread.java:619)
    Suggest me to resolve this issue.
    Regards, Sujeev

    Try following links.
    They are nice and Explanatory.
    http://www.odigurus.com/2011/10/creating-master-repository-using-odi.html
    http://odinetwork.blogspot.in/2011/03/creating-and-connecting-to-odi-master.html
    http://odiexperts.com/creating-master-and-work-repository/
    Thanks,
    Mahesh

  • Can we create one repository from different data Source

    Hi Experts
    I have one doubt
    1. Can we create one repository in OBIEE from different source like..
    I have three Database(Oracle) and i want to create one single repository from different source.
    2. If my Database are different like(Oracle,DB2,Teradata..)
    Thanks in advance
    Regards
    Frnds

    Hi..
    Yes It's possible to create a repository from different datasources, provided there should be different DSN for each...
    If it's ORACLE, we can import objects from OCI directly.. by mentioning the TNS Name, without creating DSN
    Thanks & Regards
    Kishore Guggilla

  • Unable to retrieve data from repository

    Hi All
    I am new to ATG. I want to create small application where I need to retrieve all the user's first name and last name and display that in index.jsp. I am using MySQL database server. Till date I have created one userRepository.xml file which contains table name and all the column name. One UserRepository.properties file which contains following code.
    $class=atg.adapter.gsa.GSARepository
    definitionFiles=/repositories/userRepository.xml
    repositoryName=UserRepository
    Now in index.jsp page I am using following code to display user details.
    <dsp:droplet name="/atg/dynamo/droplet/RQLQueryForEach">
         <dsp:param name="repository" value="/test/services/userRepository"/>
         <dsp:param name="itemDescriptor" value="users"/>
         <dsp:param name="queryRQL" value="ALL"/>
              <dsp:oparam name="outputStart">
                   <table width=100% cellpadding=0 cellspacing=0 border=0>
              </dsp:oparam>
              <dsp:oparam name="output">
                   <tr><td>
                             <dsp:valueof param="element.firstName"/> 
                             <dsp:valueof param="element.lastName"/>
                   </td></tr>
              </dsp:oparam>
              <dsp:oparam name="outputEnd">
                   </table>
              </dsp:oparam>
              <dsp:oparam name="error">
                   *** Error occurred *** <p><p>
                   <dsp:valueof param="rqlException"/>
              </dsp:oparam>
    </dsp:droplet>
    I am getting error like "das_id_generator does not exist". Similiarly I am getting error for other table which is not there in my schema.
    So Please tell me how to resolve this issue and exact procedure to retrieve the data from repository.
    Thanks in Advance
    Prasanna

    Hi Shaik,
    when i run the following command:
    startSQLRepository -m Store.Storefront -export user user.xml -repository/atg/dynamo/service/SampleRepositoryTest/SampleRepositoryTest
    error log:
    **** Error Thu Mar 02 13:51:15 PDT 2012 1325519475432 / atg / dynamo / service / IdGenerator --- CONTAINER: atg.service.idgen.IdGeneratorException; SOURCE: CONTAINER: atg.service.idgen.IdGeneratorException: atg . service.idgen.IdGenResources-> ERR_QUERY_TABLE: Unable to query table "das_id_generator." Please make sure That table exists and is accessible before starting this service.; SOURCE: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'test.das_id_generator' does not exist
    which means this error?
    Why adds "test." on table name?
    how to proceed??
    tanks.

  • RFC call - RfcClientException: functiontemplate from repository was null

    Hi all,
    We are attempting to retrieve data from the ABAP stack of XI via the RFC adapter.  However the call to the RFC is returning the following error:
    <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIAdapterFramework</SAP:Category>
      <SAP:Code area="MESSAGE">GENERAL</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: error while processing message to remote system:com.sap.aii.af.rfc.core.client.RfcClientException: functiontemplate from repository was <null></SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack />
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    I have already come across SAP note 730870 but it didn't help.
    Any suggestion?
    Many thanks,
    Aldo

    Hi all,
    I have found the problem.
    The mapping to the RFC request was not creating the correct namespace prefix in the root xml element.
    I have downloaded the file rfcnormalizer.jar from SAP note 730870 and used it in my interface mapping.  It solved the problem.
    Regards,
    Aldo

  • One schema for OWB Design repository, runtime repository and target schema

    Currently we have contents of OWB Design schema, runtime schema and target schema all combined into one schema of the same database in OWB 9.0.2 as well as OWB3i. We like to move to OWB10g in very near future. Can we keep the same structure for convenience of migration in OWB10g? Is it mandatory that OWB design repository (and components) must be separate from OWB run time repository (and components) and target schema? In other words is it possible and workable to use only one schema to contain OWB design repository, OWB run time repository and target schema in OWB10g environment with repositories to be situated on Oracle v9.2.0.1.0? Also what special considerations should be taken to create the database v9.2.0.1.0 and installation of OWB10g. What are the problems/side-effects to have all in one schema?
    Also please let me know how to install Oracle Workflow server to be used along with OWB. Will OWB10g work with repository on Oracle database v9.2.0.1.0?
    Your prompt advice will be very well appreciated.
    Sankar

    The design repo is a metadata repo that stores all the design-time objects and so forth.
    It is an architectural decision that you or your team need to decide on. There are many flexible ways to architect an OWB infrastructure.
    Also, your repository users will be using the design repository on the the other DB instance to do their design work...potentially less people always hitting the target database all the time.
    -Greg

  • Cannot import from repository to Design Center

    Why when I try to import an object from repository into the design center of Warehouse Builder, no objects are imported and when I save all this error message is shown:
    API5072: Internal Error: Null message for exception.  Please contact Oracle Support with the stack trace and details on how to reproduce it.
    oracle.wh.util.Assert: API5072: Internal Error: Null message for exception.  Please contact Oracle Support with the stack trace and details on how to reproduce it.
    The stack trace is the following:
    +     at oracle.wh.util.Assert.owbAssert(Assert.java:51)+
    +     at oracle.wh.ui.jcommon.OutputConfigure.showMsg(OutputConfigure.java:216)+
    +     at oracle.wh.ui.jcommon.CommonUtils.error(CommonUtils.java:297)+
    +     at oracle.wh.ui.console.commands.CommitCmd.performAction(CommitCmd.java:27)+
    +     at oracle.wh.ui.console.commands.TreeMenuHandler$1.run(TreeMenuHandler.java:188)+
    +     at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:189)+
    +     at java.awt.EventQueue.dispatchEvent(EventQueue.java:478)+
    +     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)+
    +     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)+
    +     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)+
    +     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)+
    +     at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)+
    In this way, I can't import any object from repository and the only way to create a new object is to create it on Design Center and then deploy it. It's so boring creating table or views adding a field by hand...

    The issue may be a bit more complex than just missing roles. If a target schema has been rebuilt (i.e. dropped and recreated) you will need to re-register it as a valid location with it's local runtime repository.
    I have, on a couple of occassions, had problems re-registering a user through the GUI if that schema was not unregistered prior to being rebuilt. Make an OMBPLUS connection to the runtime environment on the instance where your target is located, and re-register it with:
    OMB+> OMBCONNECT OWB_MGR/OWB_MGR_PWD@YOUR_HOST:YOUR_PORT:YOUR_SRVC USE REPOSITORY 'OWB_MGR_SCHEMA'
    OMB+> OMBUNREGISTER USER 'TARGET_SCHEMA' IDENTIFIED BY 'TARGET_SCHEMA_PASSWORD'
    OMB+> OMBREGISTER USER 'TARGET_SCHEMA' SET PROPERTIES (DESCRIPTION, ISTARGETSCHEMA, TARGETSCHEMAPWD) VALUES ('TARGET_SCHEMA', 'true', 'TARGET_SCHEMA_PASSWORD')
    OMB+> OMBSAVE
    OMB+> OMBDISCONNECT

  • Error migrating Master Repository from Dev. to Prd, Environment

    Hi,
    We are trying to migrate our development environment (dev_env) to production (prd_env), so for this we are doing the following:
    - We create a Execution Work Repository (prd_env)
    - We create a Master Repository (prd_env) with different internal ID (dev_env)
    - We export one scene from dev_env and import to prd_env
    - We export Master Repository from dev_env and import to prd_env, but in this point we have problem with the import wich say
    "com.sunopsis.tools.core.exception.SnpsSimpleMessageException: ### KEY com.sunopsis.res.object / DwgDuplicationTools.GeneralImportObjectFailureMsg###     a"...".run(Unknown Source)Caused by: java.sql.SQLException: ORA-02291: integrity constraint (....) violated - parent key not found"
    Please, some one help us with this issue, thanks!!!

    Hi,
    Both your Prod and Dev are in same platforms?
    Normally Dev we do on windows and production in Linux.
    IF, your case is above. then create another schema in same platform(DB and OS ) and import the master and work repositories in Insert update mode from dev.
    After import, re-export this newly created repositories and try importing into your production.
    I have faced the similar issue and after following the above process, I am able to import my master and work properly.
    If you are still not able to resolve this issue after following the above way.
    Then try export you Logical and Physical Schema instead of master repository.
    While importing , please import the Physical topology(Topology) and then the Logical Topology.
    Thanks,
    Nagarjuna

  • Is there a way to create a local package repository

    Is there a way to create a local package repository without technically being a mirror.  For example, setting up multiple AL box's on my network and having them grab all the latest packages from one AL box?
    Thanks,
    Craig

    What you most likely want is an ABS tree of your own, containing only the PKGBUILDs of those packages which you want to be included in your repository.
    You should already have heard of the gensync program. In short, the parameters are the root of PKGBUILDs, sorted in subdirectories (ie. like the ABS tree), the intented name and location of the repository database file, and the directory containing the binary packages.
    Let's assume you downloaded the current ABS tree to your hard drive, as well as all matching (same version as in the PKGBUILDs!) packages from a mirror, but you don't want the reiserfsprogs package in your repository. To achieve that, you must remove the /var/abs/base/reiserfsprogs directory, and may optionally remove the binary package, too. Since gensync analyzes the ABS tree you supplied as a parameter, removing the subdirectory of a specific package will cause this very package to not be included in the generated database. Assuming your packages lie in /home/arch/i686/current, your gensync call would look like this:
    gensync /var/abs /home/arch/i686/current/current.db.tar.gz /home/arch/i686/current
    If there are any discrepancies like
      - PKGBUILD, but no matching binary package found
      - PKGBUILD and binary package versions do not match
      - permission problems (writing the db file must be possible)
    gensync will gladly complain.
    Otherwise you should find the db file in the place you specified. Keep in mind that the name of the db.tar.gz file must be equal to the repository tag in the pacman.conf to use the repo.
    To make sure the db contains the right packages; use
    tar -tzf current.db.tar.gz | less
    to list the contents. Every package has it's own subdirectory including the metadata, which is rather obvious considering the file's generated from such a structure in the first place.
    The binary packages along with a correctly generated db file are all you need. Make the repository directory containing these files available through FTP if local availability doesn't cut it for you, edit your pacman.conf if needed, and use it!
    Adding packages works similar; All you need to have is the PKGBUILD in an ABS-like tree (it doesn't have to be the official tree; gensync doesn't care where the files come from. Just stick to one subdirectory per PKGBUILD, and you'll be fine), and the matching packages somewhere else, run gensync with the appropriate directories, and cackle with glee.
    HTH.

  • How to Upload a file to KM Content repository from a Portal Application

    Hello All
    I have a urgent requirement where i have to upload a file to a KM Content Repository from my Portal Application which is a JSP DynPage Component..
    I am new to the area of Knowledge Management...Can anyone guide me of how to achieve this functionality from my component..
    I will be highly obliged..
    Thanks
    Sundeep

    Hello Sundeep,
    Check this:
    https://www.sdn.sap.com/irj/sdn/thread?threadID=241883
    One more important doc:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5f7ced90-0201-0010-589f-8eff15a14072
    Sample coding for content creating and retrieval
    String out = new String(“my content”);
    ByteArrayInputStream data = new
    ByteArrayInputStream(out.getBytes());
    IContent newContent =
    new Content(data, “text/plain”,
    data.available());
    resource.updateContent(newContent);
    IContent oldContent = resource.getContent();
    Greetings,
    Praveen Gudapati
    p.s. Points are always welcome for helpful answers
    Message was edited by:
            Praveen Gudapati

  • Receiver RFC error- RfcClientException: functiontemplate from repository wa

    Hi All,
    I am in an R/3(IDOC) - XI - 3rd party(File) scenario. Need to do a lookup to R/3 from XI before file is sent to 3rd party system.
    For RFC, I followed various blogs( currently using Michaels blog https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a03e7b02-eea4-2910-089f-8214c6d1b439 )
    However I get the error in RWB:
    "Error in processing caused by: com.sap.aii.af.rfc.afcommunication.RfcAFWException: error while processing message to remote system:com.sap.aii.af.rfc.core.client.RfcClientException: functiontemplate from repository was <null>"
    Came across note : 730870 and it talks of metadata refresh. So I reimported the function module into IR, reactivated the comm channel but still the same error.
    Do you guys have any idea why it could be happening.
    To sum up,for RFC lookup I have created
    1. RFC enabled FM in R/3
    2. Comm Channel in ID
    3. UDF (supplied the above comm channel and Buss syst name here and FM xml signature)
    4. Used the UDF in existing Message mapping
    ( I have not created any separate Interface mappings for this...is it OK)
    ( My RFC function module will return a single field, but when I import RFC FM in IR, I do not see the return field, it has only the FM incoming fields...is that OK.....??? )
    Any help/pouinters are welcome
    Many thanks
    Shirin

    Hi Praveen,
    Yes its an R/3 - XI - 3rd Party scenario.
    To cut the story short, I am doing lookup to R/3 Due to some file sequencing requirements. This is the only option left as getting this data in the IDOC initially didnt help.
    As you have pointed, can you help let me know how can I correct it in the UDF. (I am a javao novice, so appreciate if you could help me with it)
    I have attached the UDF code below.
    Many thanks
    Shirin
    Imports: java.io.*;com.sap.aii.mapping.lookup.*;
       //write your code here
      String content = "";
    MappingTrace importanttrace;
    importanttrace = container.getTrace() ;
    //Filling the string with our RFC-XML (With Values)
    String m = "<?xml version=\"1.0\" encoding=\"UTF-8\"?><ns0:ZIFMS_GET_NEXT_NUMBER>xmlns:ns0=\"urn:sap-com:document:sap:rfc:functions\"><I_NR_RANGE_NR>01</I_NR_RANGE_NR><I_OBJECT>ZIFMS_INT</I_OBJECT></ns0:ZIFMS_GET_NEXT_NUMBER> ";
    RfcAccessor accessor = null;
    ByteArrayOutputStream out = null;
    try
    //1. Determine a channel (Business System, Communication channel)
    Channel channel = LookupService.getChannel("BS_IFMS_GENIUS_UAT" , "CC_RFC_LOOKUP");
    //2. Get a RFC accesor for a channel.
    accessor = LookupService.getRfcAccessor(channel);
    //3. Create a xml input stream representing the FM request message.
    InputStream inputstream = new ByteArrayInputStream(m.getBytes());
    //4. Create xml Payload
    XmlPayload payload = LookupService.getXmlPayload(inputstream);
    //5. Execute Lookup
    Payload result = accessor.call(payload);
    InputStream in = result.getContent();
    out = new ByteArrayOutputStream(1024);
    byte[] buffer = new byte[1024];
    for (int read = in.read(buffer); read > 0; read = in.read(buffer)) {
    out.write(buffer, 0, read);
    content = out.toString();
    catch(LookupException e)
    importanttrace.addWarning("Error while lookup " + e.getMessage() );
    catch(IOException e)
    importanttrace.addWarning("Error " + e.getMessage() );
    finally
    if (out!=null) {
    try {
    out.close();
    } catch (IOException e) {
    importanttrace.addWarning("Error while closing stream " + e.getMessage() );
    // 7. close the accessor in order to free resources.
    if (accessor!=null) {
    try {
    accessor.close();
    } catch (LookupException e) {
    importanttrace.addWarning("Error while closing accessor " + e.getMessage() );
    //returning the result u2013 RFC-XML.response
    return content;

Maybe you are looking for

  • Creating sales order using IDOC - Delivery hour

    Hi, i've a problem to solve. when creating a sales order i need that when the segment is E1EDK03 and the IDDAT is 002 i need to extract the delivery hour and insert it in the table vbak-vzeit, now what i'm doing in the exit EXIT_SAPLVEDA_001 is: DATA

  • Report to view Manufacturing variances - Purchase Price Variance

    Report to view Manufacturing variances - Purchase Price Variance, Materials Usage variance, Labor Usage variance.   for above reports if standard tcodes are available in SAP please provide them or else explain how to develop these reports in SAP Span

  • Do the purchase order can be created with several purchasing groups?

    Hello gúrus, I need your help again a.s.a.p. please! We are implementing SAP R/3 ECC 600 and we have SRM too. In the SRM is possible to create a purchase order with several purchasing groups, but, in MM we cannot because of the purchasing groups is t

  • Syncing photos of my art & my photography to my ipod touch

    I have 2 folders of photo/image content that I want to snyc to my ipod touch, one is a folder with my photograps, the other folder has photos of my artwork, but itunes will only sync one folder or the other, but not both. how do I get itunes to snyc

  • Muse CC won't Activate

    I have been haveing an issue with activating Abobe Muse CC.  It will not activate.  I have a Creative Cloud subscription that is up to date.  Other apps activate and open with no problem including Dreamweaver CC Photoshop CC Code Preview CC Illustrao