OWB Import Metadata Wizard

Hi all,
Got 2 little problems - looking for help!
1) When I log into OWB as a user with table Select rights (NOT the table owner), I can't import this table using the Import Metadata Wizard - the list of tables appears blank. Do I have to be table owner to import?
2) If I change the location password and re-deploy, the process fails with the error "Invalid Username/Password". I've confirmed the username and passwords are correct, but it doesn't seem to acknowledge my password change.
Any thoughts or suggestions would be helpful!
Many thanks,
Ally

Regarding 1) OWB will only import objects that you own. If you want to be able to import the metadata as that other user what you need to do is to create a private synonym for the table, and then it will show up in the table list as long as you have the "Use a synonym to look up objects" checkbox (lower left) checked on the screen that allows you to select which object types to import.
e.g.)
As user1
SQL>create table ttest (a number, b number);
SQL>grant select on ttest to user2;
then, as user2
SQL>create synonym ttest for user1.ttest
then log into OWB as user2 and you should be able to import ttest via your private synonym
Note that OWB will NOT import from public synonyms.
Regarding 2) I never hard-code passwords in my defined locations, so I can't help you with this one. Worst case - drop and recreate the location I guess. Have you tried from the "test connect" box on the Coneection Manager object where you changed the password to see if it is properly input?
Cheers,
Mike

Similar Messages

  • Import Metadata Wizard won't remove columns from repository table

    Hello everybody!
    We are facing the following problem with an imported object in OWB:
    I have imported successfully a table into OWB. I can see in the OWB's "Data Object Editor" that the repository object is identical to the physical object.
    If I remove a column from the physical table in db and re-Import the table in OWB, the OWB "Import Metadata Wizard" understands that a column is removed and in the "Import Results" shows that column as "Preserved". However, in OWB's "Data Object Editor" the column is not removed!! Is there a step we are missing?
    Thanks in advance!!
    ps: we are using OWB 10gR2

    Yes you missed one step
    While Importing on
    Step 3 of 3 Summary and Import
    Click on Advance Import OPtion
    De select all the preserve option.
    (Mark it as helpful or correct if it is )
    Cheers
    Nawneet

  • "Import Metadata Wizard" functionality in OMB+

    Using OWB 9.2
    Is it possible to access the functionality of the "Import Metadata Wizard" from OMB+? I need to dynamically import objects from a known host:port:service:schema.
    One way to invoke the "Import Metadata Wizard" from the client is to select "Import" from the right-click menu on an Oracle Module.
    Thanks in advance for any clues.

    I'm told on MetaLink this is not yet possible, although SQL can be used to generate the OMB+ commands needed. ...yet another kludgy workaround...

  • Import Metadata Wizard not loaded

    Hi,
    I'm new to  Oracle Warehouse Builder, I want to load data from a flat file (source file) but Import Metadata Wizard not loaded after creation of flat file module or nor launch Import Metadata Wizard manually.
    It shows me the screen as in the link.
    Please guide me on this issue am i miss some thing.
    View image: Impot Metadata Wizerd
    Thanks

    I'm told on MetaLink this is not yet possible, although SQL can be used to generate the OMB+ commands needed. ...yet another kludgy workaround...

  • Import Metadata Wizard

    Hi
    I try to follow the Warehouse Builder 11g Example and am stuck at step 2 of the import metadata wizard which is endless looping.
    I run it on W7 64 bit
    Any log file I could check?
    Thanks

    Moreover, I've decided to go ahead with the tutorial. And I've got error:Internal Error: Cannot commit during a nested transaction. Please contact Oracle Support with the stack trace and details on how to reproduce it.
    This is the stack trace:
    at oracle.wh.repos.pdl.foundation.CacheMediator.commit(CacheMediator.java:2078)
         at oracle.wh.repos.pdl.transaction.TransactionManager.commitGlobalTransaction(TransactionManager.java:403)
         at oracle.wh.repos.pdl.transaction.TransactionManager.commit(TransactionManager.java:519)
         at oracle.wh.ui.security.UserWizardDefinition.onInteractionComplete(UserWizardDefinition.java:198)
         at oracle.wh.ui.owbcommon.OWBWizard.wizardFinished(OWBWizard.java:949)
         at oracle.bali.ewt.wizard.BaseWizard.processWizardEvent(Unknown Source)
         at oracle.bali.ewt.wizard.BaseWizard.processEventImpl(Unknown Source)
         at oracle.bali.ewt.LWComponent.processEvent(Unknown Source)
         at oracle.bali.ewt.wizard.BaseWizard.doFinish(Unknown Source)
         at oracle.bali.ewt.wizard.BaseWizard$Action.actionPerformed(Unknown Source)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
         at java.awt.Component.processMouseEvent(Component.java:5501)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
         at java.awt.Component.processEvent(Component.java:5266)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3968)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1778)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
         at java.awt.Dialog$1.run(Dialog.java:525)
         at java.awt.Dialog$2.run(Dialog.java:553)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Dialog.show(Dialog.java:551)
         at java.awt.Component.show(Component.java:1300)
         at java.awt.Component.setVisible(Component.java:1253)
         at oracle.bali.ewt.wizard.WizardDialog.runDialog(Unknown Source)
         at oracle.wh.ui.owbcommon.OWBWizard.initialize(OWBWizard.java:815)
         at oracle.wh.ui.owbcommon.OWBWizard.<init>(OWBWizard.java:168)
         at oracle.wh.ui.owbcommon.OWBWizard.<init>(OWBWizard.java:147)
         at oracle.wh.ui.owbcommon.IdeUtils._doLaunchDefinition(IdeUtils.java:1192)
         at oracle.wh.ui.owbcommon.IdeUtils.showWizard(IdeUtils.java:476)
         at oracle.wh.ui.owbcommon.IdeUtils.showWizard(IdeUtils.java:427)
         at oracle.wh.ui.jcommon.tree.WBRepositoryObjectTree.launchWizard(WBRepositoryObjectTree.java:502)
         at oracle.wh.ui.console.commands.CreateByWizardCmd.showUI(CreateByWizardCmd.java:33)
         at oracle.wh.ui.console.commands.CreateCmd.performAction(CreateCmd.java:76)
         at oracle.wh.ui.console.commands.TreeMenuHandler$1.run(TreeMenuHandler.java:188)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    \nCMPException message and stack trace:\nInternal Error: Cannot commit during a nested transaction. Please contact Oracle Support with the stack trace and details on how to reproduce it.
         at oracle.wh.repos.pdl.foundation.CacheMediator.commit(CacheMediator.java:2078)
         at oracle.wh.repos.pdl.transaction.TransactionManager.commitGlobalTransaction(TransactionManager.java:403)
         at oracle.wh.repos.pdl.transaction.TransactionManager.commit(TransactionManager.java:519)
         at oracle.wh.ui.security.UserWizardDefinition.onInteractionComplete(UserWizardDefinition.java:198)
         at oracle.wh.ui.owbcommon.OWBWizard.wizardFinished(OWBWizard.java:949)
         at oracle.bali.ewt.wizard.BaseWizard.processWizardEvent(Unknown Source)
         at oracle.bali.ewt.wizard.BaseWizard.processEventImpl(Unknown Source)
         at oracle.bali.ewt.LWComponent.processEvent(Unknown Source)
         at oracle.bali.ewt.wizard.BaseWizard.doFinish(Unknown Source)
         at oracle.bali.ewt.wizard.BaseWizard$Action.actionPerformed(Unknown Source)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
         at java.awt.Component.processMouseEvent(Component.java:5501)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
         at java.awt.Component.processEvent(Component.java:5266)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3968)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1778)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
         at java.awt.Dialog$1.run(Dialog.java:525)
         at java.awt.Dialog$2.run(Dialog.java:553)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Dialog.show(Dialog.java:551)
         at java.awt.Component.show(Component.java:1300)
         at java.awt.Component.setVisible(Component.java:1253)
         at oracle.bali.ewt.wizard.WizardDialog.runDialog(Unknown Source)
         at oracle.wh.ui.owbcommon.OWBWizard.initialize(OWBWizard.java:815)
         at oracle.wh.ui.owbcommon.OWBWizard.<init>(OWBWizard.java:168)
         at oracle.wh.ui.owbcommon.OWBWizard.<init>(OWBWizard.java:147)
         at oracle.wh.ui.owbcommon.IdeUtils._doLaunchDefinition(IdeUtils.java:1192)
         at oracle.wh.ui.owbcommon.IdeUtils.showWizard(IdeUtils.java:476)
         at oracle.wh.ui.owbcommon.IdeUtils.showWizard(IdeUtils.java:427)
         at oracle.wh.ui.jcommon.tree.WBRepositoryObjectTree.launchWizard(WBRepositoryObjectTree.java:502)
         at oracle.wh.ui.console.commands.CreateByWizardCmd.showUI(CreateByWizardCmd.java:33)
         at oracle.wh.ui.console.commands.CreateCmd.performAction(CreateCmd.java:76)
         at oracle.wh.ui.console.commands.TreeMenuHandler$1.run(TreeMenuHandler.java:188)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

  • Fail to import metadata

    Hi,
    I am trying to import metadata from existing module, I have the DB link and I had imported several tables few months ago. Now after several months I try to import more tables, I click on the module and click import I get the import metadata wizard, I deselect everything except tables and on the object selection window I try to expand tables I get foll error message:
    API2206: Connection to source failed.
    ORA-02019: connection description for remote database not found.
    I logged on to the database where the DB link is located and I tested the link by querying the tables and it works fine there but not in OWB.
    Can anyone please advice me on this.
    Thanks

    Hello
    I think the connection ie, DB link is not specified for the same.
    You can check it by going to Properties of Source Module.
    ie, right click on the source module>>Properties >> Connection
    Specify the connection (DB link) and check whether the location is registered.
    I think this should solve your problem
    -Nikita.

  • Import metadata error.

    Hi, everyone.
    I have a task.
    I need to develop ADF Business Component using only WEB-services and integrate this app into BI Repository.
    So, I developed this app, and completed all steps here -> [http://docs.oracle.com/cd/E15586_01/fusionapps.1111/e20836/adf.htm#CHDDAFAG] .
    Metadata was imported but when I try to view data this exception appears:
    "An error occurs while calling remote service ADFService11G"
    In details it can't query data from table, because table doesn't exist.
    In ADF BC: I've created a programmatic view object. Here it's listing:
    package sit.model;
    import java.sql.ResultSet;
    import java.util.ArrayList;
    import java.util.List;
    import oracle.jbo.server.ViewObjectImpl;
    import oracle.jbo.server.ViewRowImpl;
    import oracle.jbo.server.ViewRowSetImpl;
    import sit.tsds.TSServiceViewObjectImpl;
    import ts.service.stub.FilterBean;
    import ts.service.stub.TaskBean;
    public class v_baseTaskImpl extends TSServiceViewObjectImpl {
    * This is the default constructor (do not remove).
    public v_baseTaskImpl(){
    super();
    public v_baseTaskImpl(String newFilterName){
    this.filterName = newFilterName;
    private String filterName = "Все задачи";
    protected String rootTaskNumber = "1";
    protected void executeQueryForCollection(Object qc, Object[] params, int noUserParams) {
    super.executeQueryForCollection(qc, params, noUserParams);
    * hasNextForCollection - overridden for custom java data source support.
    protected boolean hasNextForCollection(Object qc) {
    boolean bRet = super.hasNextForCollection(qc);
    return bRet;
    * createRowFromResultSet - overridden for custom java data source support.
    protected v_baseTaskRowImpl createRowFromResultSet(Object qc, ResultSet resultSet) {
    v_baseTaskRowImpl btr = (v_baseTaskRowImpl)super.createRowFromResultSet(qc, resultSet);
    Long a = 12321L;
    populateAttributeForRow(btr,0,"1");
    populateAttributeForRow(btr,1,"shortName");
    populateAttributeForRow(btr,2,"name");
    populateAttributeForRow(btr,3,a);
    populateAttributeForRow(btr,4,a);
    populateAttributeForRow(btr,5,a);
    populateAttributeForRow(btr,6,"Desc");
    populateAttributeForRow(btr,7,a);
    populateAttributeForRow(btr,8,a);
    populateAttributeForRow(btr,9,a);
    populateAttributeForRow(btr,10,"categ");
    populateAttributeForRow(btr,11,"stat");
    populateAttributeForRow(btr,12,"resol");
    populateAttributeForRow(btr,13,"prior");
    populateAttributeForRow(btr,14,"subm");
    populateAttributeForRow(btr,15,"handl");
    populateAttributeForRow(btr,16,"2");
    populateAttributeForRow(btr,17,"00001");
    return btr;
    * getQueryHitCount - overridden for custom java data source support.
    public long getQueryHitCount(ViewRowSetImpl viewRowSet) {
    long value = super.getQueryHitCount(viewRowSet);
    return value;
    here's code for TSServiceViewObjectImpl:
    package sit.tsds;
    import java.util.ArrayList;
    import java.util.List;
    import oracle.jbo.server.ViewDefImpl;
    import oracle.jbo.server.ViewObjectImpl;
    import sit.model.AppModuleImpl;
    import ts.service.filter.Filter;
    import ts.service.filter.FilterService;
    import ts.service.find.Find;
    import ts.service.find.FindService;
    import ts.service.message.Message;
    import ts.service.message.MessageService;
    import ts.service.stub.CategoryBean;
    import ts.service.stub.FilterBean;
    import ts.service.stub.MessageBean;
    import ts.service.stub.MstatusBean;
    import ts.service.stub.StatusBean;
    import ts.service.stub.TaskBean;
    import ts.service.stub.TaskSliderBean;
    import ts.service.stub.UserBean;
    import ts.service.task.Task;
    import ts.service.task.TaskService;
    import ts.service.user.User;
    import ts.service.user.UserService;
    public class TSServiceViewObjectImpl extends ViewObjectImpl {
    public TSServiceViewObjectImpl(String string, ViewDefImpl viewDefImpl) throws Exception {
    super(string, viewDefImpl);
    public TSServiceViewObjectImpl() {
    super();
    public List<TaskBean> getTaskListForFilter(String taskId, String filterId, boolean withUdf, List<String> order )
    throws Exception {
    String sessionID = getSessionID();
    System.out.println(String.format("getTaskListForFilter('%s', '%s')", sessionID, taskId));
    Task task = getTaskService();
    List<TaskBean> result = new ArrayList<TaskBean>();
    TaskSliderBean slider = task.getTaskListForFilter(sessionID, taskId, filterId, withUdf, 1, order);
    for(int i = 1; i <= slider.getPagesCount(); i++) {
    slider = task.getTaskListForFilter(sessionID, taskId, filterId, withUdf, i, order);
    result.addAll(slider.getTasks());
    System.out.println(String.format("getTaskByNumber('%s', '%s') return %d tasks", sessionID, taskId, result.size()));
    return result;
    public TaskBean getTaskByNumber(String taskNumb)
    throws Exception{
    String sessionID = getSessionID();
    System.out.println(String.format("getTaskByNumber('%s', '%s')", sessionID, taskNumb));
    Task task = getTaskService();
    TaskBean result = task.findTaskByNumber(sessionID, taskNumb);
    System.out.println(String.format("getTaskByNumber('%s', '%s') return '%s'", sessionID, taskNumb, result.getName()));
    return result;
    public List<MessageBean> getMessageList(String taskId)
    throws Exception {
    String sessionID = getSessionID();
    System.out.println(String.format("getMessageList('%s', '%s')", sessionID, taskId));
    Message message = getMessageService();
    List<MessageBean> result = message.getMessageList(sessionID, taskId);
    System.out.println(String.format("getMessageList('%s', '%s') return %d messages", sessionID, taskId, result.size()));
    return result;
    public FilterBean getFilterByTask(String taskID, String filterName)
    throws Exception {
    String sessionID = getSessionID();
    System.out.println(String.format("getFilterByTask('%s', '%s', '%s')", sessionID, taskID, filterName));
    FilterBean result = null;
    Filter filter = getFilterService();
    List<FilterBean> filterList = filter.getTaskFilterList(sessionID, taskID);
    System.out.println(String.format("getFilterByTask('%s', '%s', '%s') find %d filters", sessionID, taskID, filterName, filterList.size()));
    for(FilterBean item : filterList)
    if(item.getName().equals(filterName)) {
    result = item;
    break;
    System.out.println(String.format("getFilterByTask('%s', '%s', '%s') return '%s'", sessionID, taskID, filterName, result.getName()));
    return result;
    public CategoryBean findCategoryById(String categoryId)
    throws Exception {
    String sessionID = getSessionID();
    System.out.println(String.format("findCategoryById('%s', '%s')", sessionID, categoryId));
    Find findService = getFindService();
    CategoryBean result = findService.findCategoryById(sessionID, categoryId);
    System.out.println(String.format("findCategoryById('%s', '%s') return '%s'", sessionID, categoryId, result.getName()));
    return result;
    public StatusBean findStatusById(String statusId)
    throws Exception {
    String sessionID = getSessionID();
    System.out.println(String.format("findStatusById('%s', '%s')", sessionID, statusId));
    Find findService = getFindService();
    StatusBean result = findService.findStatusById(sessionID, statusId);
    System.out.println(String.format("findStatusById('%s', '%s') return '%s'", sessionID, statusId, result.getName()));
    return result;
    public MstatusBean findMstatusById(String statusId)
    throws Exception {
    String sessionID = getSessionID();
    System.out.println(String.format("findMstatusById('%s', '%s')", sessionID, statusId));
    Find findService = getFindService();
    MstatusBean result = findService.findMstatusById(sessionID, statusId);
    System.out.println(String.format("findMstatusById('%s', '%s') return '%s'", sessionID, statusId, result.getName()));
    return result;
    public UserBean findUserById(String userId)
    throws Exception {
    String sessionID = getSessionID();
    System.out.println(String.format("findUserById('%s', '%s')", sessionID, userId));
    Find findService = getFindService();
    UserBean result = findService.findUserById(sessionID, userId);
    System.out.println(String.format("findUserById('%s', '%s') return '%s'", sessionID, userId, result.getName()));
    return result;
    public List<UserBean> getUserAndChildrenList(String userId)
    throws Exception{
    String sessionID = getSessionID();
    List<UserBean> users;
    User user = getUserService();
    users = user.getUserAndChildrenList(sessionID, userId);
    return users;
    public String getUserId()
    throws Exception{
    String sessionID = getSessionID();
    User user = getUserService();
    return user.getUserId(sessionID);
    protected User getUserService() {
    return new UserService().getUserPort();
    protected Task getTaskService() {
    return new TaskService().getTaskPort();
    protected Message getMessageService() {
    return new MessageService().getMessagePort();
    protected Filter getFilterService() {
    return new FilterService().getFilterPort();
    protected Find getFindService() {
    return new FindService().getFindPort();
    private String getSessionID() {
    AppModuleImpl app = (AppModuleImpl)getRootApplicationModule();
    String sessionID = app.getSessionID();
    return sessionID;
    in v_baseTaskImpl I've just tried to put some test values.
    So, there is my question:
    Is problem with ADF BC or in BI? And was file v_baseTaskImpl edited correctly? If no, please, give me some advice about creating programmatic view objects.
    I'll be very grateful for any answers.
    thanks, and best regards, Eugene.
    Edited by: 951006 on 07.08.2012 4:46

    Hi,
    I registered the location in control center, but I yet can not import the metadata. Once I try to import the metadata with Import Metadata Wizard, "import service failed" error poped up.
    I have no idea.
    Just following the normal steps: 1. Create a module and identify the type as source.
    2. During the process of creating the module, should enable a location relate to this module.
    3. Make sure the location works well with the corrected database connection.
    4. Certainly, should register the location through control center.
    Hari, do I get the right steps? Any problem please let me know.
    Thanks a lot.

  • Problems when trying to import metadata from SQL server using OWB

    Hi,
    We are using Oracle 11.2 EE on AIX and OWB: 11.2. We are in the process testing Oracle Transparent gateway for SQL Server and have installed and configured it on a standalone windows server. We and have run the ORACLE_HOME\dg4msql\admin\dg4msql_cvw.sql on SQL Server side, in order to query the SQL-Server data dictionary. We have created a DB-link and can pull data correctly without any problems. When trying to import metadata in OWB Client on win xp, we have created a non-oracle SQL Server Module and are able to connect and start the import, but the displayed table names look strange and can not be imported. In front of every letter there is a square box, so instead of ADDRESS (the address table in the source system) , it reads "squarebox"A"squarebox"D"squarebox"D"squarebox"R"squarebox"E"squarebox"S"squarebox"S and subsequently the import fails with :API0413: Illegal name [<tablename>] Name with preceding and trailing spaces is not allowed.
    The gateway have been configured with the following parameters:
    HS_FDS_CONNECT_INFO=<connect string>
    HS_FDS_TRACE_LEVEL=OFF
    HS_FDS_RECOVERY_ACCOUNT=RECOVER
    HS_FDS_RECOVERY_PWD=RECOVER
    HS_LANGUAGE=AMERICAN_AMERICA.WE8MSWIN1252
    Any ideas ?
    This topic has been posted in the Heterogenious Forum as well, but as the problem is within OWB, I also post it here.
    Thanks in advance!
    Henrik
    Edited by: he**** on Nov 15, 2011 1:29 PM

    Henrik,
    I've found other problems where OWB adds a space between all characters returned from SQL*Server which is what is happening in your case, although it is being displayed as a square box.
    In one of these cases the problem was fixed by using the 11.2.0.2 OWB so would it be possible for you to try with that version ?
    Also, as the problem is not with the gateway itself as you can select successfully using a database link then it would be better to follow up in the OWB forum -
    Forum: Warehouse Builder
    Warehouse Builder
    as they will be able to help with the OWB side of the problem.
    Regards,
    Mike

  • Importing metadata and changing locations

    Hello!
    I've encountered a problem regarding imported data. I was developing a datawarehouse on a temporary system with OWB installed. I created lots of mappings and tables etc. No we have set up a new database server and I've installed the new OWB repository to this new system. Everything seems to work fine otherwise, but I'm having trouble importing the old data.
    I have exported the metadata in the old system and then imported it straight to the new system. The process itself goes smoothly, but I am unable to update the location information of the database modules. When I import for example a table module, everything seems to go alright, but the object does not appear in the control center at all. If I try to configure the table object, I see that the location field is empty and I can't set it to any value. The locations and users in the new system are different than in the old system due to bad naming conventions used in the old system.
    Do I have to have exactly the same usernames, location names and module names in the new system as in the old system if I want to import metadata AND be able to deploy it as well?
    I hope someone can understand what I mean here.
    Regards,
    Erik

    Hello Oleg,
    No. I did not install OWB software on Server2. It is an AIX server which is supposed to only host the full production database of our organization and no additional software components. I used the repository assistant to create a new repository owner on Server2. This process went smoothly.
    Then I connected to the Server2 repository via the Design Center on my workstation. I then created a new user via the Global Explorer --> Security --> Users. The new user had the "used as a target schema" tagged. I proceeded then to create the database modules as usual.
    The configuration for the whole system is illustrated here (Figure 2-5):
    http://download.oracle.com/docs/cd/B31080_01/doc/install.102/b28224/install_rep02.htm#BGBGEFJD
    As for Server2 using the Server1 Control Center:
    In the (Design Centers) Connection Explorer panel I added a new Control Center (SERVER1_CONTROL_CENTER) in the Control Center menu. I added the Server1 (repository owner) connection details to the prompts. Then I opened up the DEFAULT_CONFIGURATION from my selected project module and selected the new SERVER1_CONTROL_CENTER as the Control Center for the opened project. After this I could use the Control Center normally... except for the mapping deployment bug.
    Thanks for taking a look at my issue.
    Regards,
    Erik

  • IMPORT METADATA IN THE SOURCE MODULE

    Please I have a problem with importing metadata, after I select the correct schema, it show me some tables but, it' doesn't show me my tables.
    Have I to configure a Runtime Repository Connection before importing source metadata.
    Someone know why?
    Thanks
    Message was edited by:
    user455714

    Importing metadata into OWB has noting to do with runtime. It's all about design environment.
    1. Define module (source or target - no matter)
    2. For the module define the source - database link, and may be owner schema. Test connection.
    3. Perform the import.
    If you refer as "your tables" those your've just designed within OWB - you don't have to import them again into different module. Instead you can use them as a source directly.

  • Import metadata by java public api

    Hi,
    There is anyone who can point to me the direction on how I can import database objects (like tables, view, etc.) from a location into an Oracle module with owb java public api?
    Thanks and best regards,
    Cipi

    See discussion: Import metadata using owb java api

  • Changing the language of imported metadata in Indesign

    Hello,
    I hope someone can help me with my issue...
    I am running InDesign CS5 Middle Eastern edition on a Mac and would like to import metadata from bridge - the issue is: when I import the info, which includes numbers, it uses Arabic intead of English language. I have already trashed my Indesign preferences and recreated them all set to English. Is there a metadata setting somewhere where you can set the langauge?

    I'm assuming that you're importing an image or a graphic with metadata.
    You'd need to edit the metadata in Adobe Bridge. Select the graphic in InDesign. Control/right-click and choose Graphics > Reveal in Bridge. In Bridge, view the Metadata panel. Likely, the metadata is in the IPTC Core section so open that section. Editable fields are marked with a pencil icon.

  • Error while importing : /metadata/iam-features-ldap-sync/LDAPUser.xml

    Hi,
    I am unable to import modified Oracle Identity Manager metadata. I am using OIM 11.1.1.5 on Windows Server 2007 EE.
    I am trying to use the import/export functionality via EM.
    I am able to export the LDAPUser.xml file from */metadata/iam-features-ldap-sync/LDAPUser.xml,* have made changes to it but when I am importing it back I am getting the error :
    Error occurred while executing operation.
    MDS-00001: exception in Metadata Services layer
    MDS-01059: document with the name /metadata/iam-features-ldap-sync/LDAPUser.xml missing in the source metadata store
    The values of the parameters in the import MDS operations are :
    fromLocation : E:/MDS/import/ +(On the physical server hosting the OIM)+
    docs : */metadata/iam-features-ldap-sync/LDAPUser.xml*
    restrictCustTo:               
    excludeAllCust: false
    excludeBaseDocsan : false     
    excludeExtendedMetadata : false
    cancelOnException : true
    I have tried using the command line script as well, It runs without a hitch but when I try and import back, it gives me the same old unedited document.
    Has anyone been successful with this approach ?
    Regards,

    Yes, I have. But still the same issue. It seem to run fine using the weblogicImportmetadata.bat fine but when I export and check the updated file, I still get back the original.
    Here's what I get on runnung the weblogicImportmetadata.bat file
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Type help() for help on available commands
    Starting import metadata script ....
    Please enter your username :weblogic
    Please enter your password :
    +Please enter your server URL [t3://localhost:7001] :t3://localhost:7001+
    Connecting to t3://localhost:7001 with userid weblogic ...
    Successfully connected to Admin Server 'AdminServer' that belongs to domain 'OIM
    +1'.+
    Warning: An insecure protocol was used to connect to the
    server. To ensure on-the-wire security, the SSL port or
    Admin port should be used instead.
    Location changed to domainRuntime tree. This is a read-only tree with DomainMBea
    n as the root.
    For more help, use help(domainRuntime)
    Disconnected from weblogic server: AdminServer
    End of importing metadata script ...
    Exiting WebLogic Scripting Tool.
    C:\Oracle\Middleware1\Oracle_IDAM\server\bin>
    Edited by: 810367 on Aug 21, 2012 6:45 PM

  • Getting error while importing metadata using View Objects

    Hi All,
    I am trying to create a repository using View Object in OBIEE 11.1.5.1 but getting error while viewing the data, after importing the metadata in the repository "[nQSError: 77031] Error occurs while calling remote service ADFService11G. Details: Runtime error for service -- ADFService11G - oracle/apps/fnd/applcore/common/ApplSession".
    I am also getting error "žADFException-2015: The BI Server is incompatible with the BI-ADF Broker Servlet: BI Server protocol version = null, BI-ADF Broker Servlet protocol version = 1" during testing my sample which is deployed to Admin server. I followed BI Adminstrator help file guide in order to create the sample for creating repository using view object.
    Admin server log says
    [2011-09-27T02:59:03.646-05:00] [AdminServer] [NOTIFICATION] [] [oracle.bi.integration.adf] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: b260b57746aa92d3:-1f9ca26:1328fcfd3e6:-8000-0000000000006744,0] [APP: BIEEOrders] [[
    QUERY:
    <?xml version="1.0" encoding="UTF-8" ?><ADFQuery><Parameters></Parameters><Projection><Attribute><Name><![CDATA[Deptno]]></Name><ViewObject><![CDATA[AppModule.DeptViewObj1]]></ViewObject></Attribute><Attribute><Name><![CDATA[Dname]]></Name><ViewObject><![CDATA[AppModule.DeptViewObj1]]></ViewObject></Attribute><Attribute><Name><![CDATA[Loc]]></Name><ViewObject><![CDATA[AppModule.DeptViewObj1]]></ViewObject></Attribute></Projection><JoinSpec><ViewObject><Name><![CDATA[AppModule.DeptViewObj1]]></Name></ViewObject></JoinSpec></ADFQuery>
    [2011-09-27T02:59:04.199-05:00] [AdminServer] [ERROR] [] [oracle.bi.integration.adf.v11g.obieebroker] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: b260b57746aa92d3:-1f9ca26:1328fcfd3e6:-8000-0000000000006744,0] [APP: BIEEOrders] java.lang.NoClassDefFoundError: oracle/apps/fnd/applcore/common/ApplSession[[
         at oracle.bi.integration.adf.ADFDataQuery.makeQueryBuilder(ADFDataQuery.java:81)
         at oracle.bi.integration.adf.ADFDataQuery.<init>(ADFDataQuery.java:70)
         at oracle.bi.integration.adf.ADFReadQuery.<init>(ADFReadQuery.java:15)
         at oracle.bi.integration.adf.ADFService.makeADFQuery(ADFService.java:227)
         at oracle.bi.integration.adf.ADFService.execute(ADFService.java:136)
         at oracle.bi.integration.adf.v11g.obieebroker.ADFServiceExecutor.execute(ADFServiceExecutor.java:185)
         at oracle.bi.integration.adf.v11g.obieebroker.OBIEEBroker.doGet(OBIEEBroker.java:89)
         at oracle.bi.integration.adf.v11g.obieebroker.OBIEEBroker.doPost(OBIEEBroker.java:106)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.share.http.ServletADFFilter.doFilter(ServletADFFilter.java:62)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: java.lang.ClassNotFoundException: oracle.apps.fnd.applcore.common.ApplSession
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
         ... 38 more
    Please suggest how to make it work.

    Hi,
    Thanks for providing the online help URL, i have already completed the steps mentioned in URL
    I am able to import metadata using view object but getting above error("[nQSError: 77031] Error occurs while calling remote service ADFService11G. Details: Runtime error for service -- ADFService11G - oracle/apps/fnd/applcore/common/ApplSession".") while validating the data.
    It fails at step 5 of "To import metadata from an ADF Business Component data source:" section of above URL.

  • Error while Importing Metadata into DAC Repository

    Hi,
    After the successful first time login into DAC and creating repository, when I try to import metadata into DAC repository.
    DAC > Tools > DAC Repository Management > Import
    I don't see any Applications listed under "Application List"
    Can anybody suggest the troubleshooting steps for this?
    Regards,
    Jitendra

    If this is the first time that you are importing make sure that the directory you are importing from is like this -
    C:\OBIEE\OracleBI\DAC\export
    If this is not the first time then
    Can you go inside the following directory
    C:\OBIEE\OracleBI\DAC\log
    and check for export.log - Look for Applications Section, if you have any application then you had exported it and you should see it under the applications tab when importing otherwise you don't !!Since its an xml file that is generated i believe you have not exported by selecting the applications yo want and that is your problem.
    Hope this helps !!
    Cheers,
    Sid

Maybe you are looking for

  • Functunality of save view in BW report iview

    Dear all, When SAP BW Query report iview is called in portal, u will get Save view, Bookmark, variableSreen...etc buttons.. When u click on saveview button...it will ask u to save as a view of that report with specific name. My question is, where it

  • How to remove the toolbar from Excel / Office

    I will never need to use Contribute in any Office App. I want to remove the toolbar from Excel, at the moment. I have tried every way conceivable to get rid of the toolbar yet it comes back when I restart Excel. What do I need to do to make it go awa

  • SAP HANA Live Views for ERP

    Hi Experts, We are planning to implement SAP HANA Live for ERP operational reporting, I saw there are 786 views delivered with this which includes - 1) Query views 2) Reuse Views 3) Private Views Query views always contains the word "Query" at the en

  • COPA & PCA

    Hi All, We are having couple of issues with the explosion program in COPA/PCA...if someone can give me more details on how these explosions gets created or i know there are programs which pulls information for this packages and we can modify it...aft

  • I downloaded your version 4 only to find my OSX version doesn't support it, so now I have lost everything-the software, all my bookmarks, everything.

    **** Firefox. I downloaded your version 4 only to find my OSX version doesn't support it, so now I have lost everything-the software, all my bookmarks, everything. ''edited by a moderator due to language - https://support.mozilla.com/en-US/kb/Forum+a