OWB 11gR2 - Version Control ?

OWB 11gR2 - Version Control ?
=======================================
I am using OWB 11gR2 (11.2.0.1) on Win XP 32 bit. We have our OWB repository is on Unix server.
I am thinking of implementing version control of OWB artifacts.
I searched the past posting of this forum/Google. I find some hits, which were posted awhile ago.
What is your solution for OWB 11gR2 version control ? I need to find that kind of solution too.
Any best practices suggestions are welcome.
Thanks in helping this thread alive.

We are using Subversion where folder structure copys OWB tree structure. Every object is exported to separate mdl file. Also we store all DML scripts in separate forlder. After developers have finished their changes they manually gather affected objects to collection. We have written build/export/import tool (OMB+, ActiveTcl, ANT, SQLPlus) that they use next to export OWB objects aumatically from OWB structure to Subversion structure. Changelist with links to exported objects is aumatically maintained. Based on that release package is created at buildtime containig mdl files from Subversion. Release package is also stored in Subversion. When installing release to another environment (TEST, PROD) package is aumatically downloaded from Subversion, mdl files imported to OWB and deployed, DMLs executed in database.

Similar Messages

  • OWB Development Version Control

    Hi
    CAn anybody throw some light on Version controlling in OWB, I mean how we can do the verion control for the mappings and transformation that are developed in OWB.
    Any response for this is greatly appreciated
    Thanks
    Balaji

    Hi Balaji,
    What release are you running?
    In version 9.0.4 and higher you can use snapshots to do version management within OWB itself. You can research this in the documentation under Snapshots.
    Jean-Pierre

  • OWB Process Flow - How is the best  version control tool ??

    HI all,
    I just start work with OWB and I have a question to know how is the best way to do something.
    Imagine the scenario below:
    If I have 2 or more requests for example:
    Request 1: Create a Dimension City.
    Request 2: Create a Dimension Products.
    I Have ONE process flow and i need put my changes inside. This is my problem.
    In my scenario I don't know what Request goes to Prod First.
    If I put the Request 1 and Request 2 in my PROCESS FLOW, maybe I need change is someone decide change MY REQUEST PRIORITY.
    There is something in OWB to "control the version or changes" ?? For a mapping I export the MDL and commit on SVN, but I dont know haw can i do with the process flow.
    Something to agree multiples peoples work in different mappings and a SAME PROCESS FLOW ??
    What is best way to work with process flow and version control.
    What are the best practices when it comes to version control?
    Thanks.

    Amit,
    Are you really doing this in 10.1.3.x and not 11g?
    At any rate, I don't see how #2 and #3 relate whatsoever to your choice of a version control system. OK, maybe in #2 if there is some "maintenance" activity to be done against the version control server. Subversion is the open source alternative that you listed there and is pretty commonly used. If your company is already using one of the mentioned tools, why change? About the only thing I'd mention is to advise you NOT to use CVS for well documented reasons (JDev does support it) - if you would have picked CVS otherwise, choose Subversion. As far as question #1 - I've only used Subversion (well, I did use CVS for a while) with JDeveloper, so I can say it was "effective enough for me." In 10.1.3.x, I also used the external svn tools for doing lots of things like merging and so forth; in 11g, the support is much much better.
    Best,
    John

  • OWB Change Management/Version Control Best Practice

    Hi
    I am about to start developing a data warehouse using OWB 10g R2, and I've been doing quite a lot of research into the various deployment/change management/version control techniques that can be used, but am still unsure which is the best to use.
    We will have 2-3 developers working on the project, and will be deploying from Development, to Test, to Production (each will have a separate repository). We want to be able to easily identify changes made between 1 release and the next to have a greater degree of control and awareness of what goes into each release. We also wish to use a source control system to track changes (we'll probably use SVN, but I don't think that the actual SCS tool makes a big difference to our decision at this point).
    The options available (that I'm aware of), are:
    1. Full MDL export/import.
    2. Snapshot MDL export/import.
    3. Manual coding of everything using OMB Plus.
    I am loath to use the full MDL export/import functionality since it will be difficult, if not impossible, to identify easily the changes made between 1 release and the next.
    The snapshot MDL export/import functionality is a little better at comparing releases, but it's still difficult to see exactly what has changed between 1 version and the next - particularly when a change to a transformation has been made. It also doesn't cope that well with tracking individually made changes to different components of the model.
    The manual coding using OMB Plus seems like the best option at the moment, though I keep thinking "What's the point of using a GUI tool, if I'm just going to code everything in scripts anyway?".
    I know that you can create OMB Plus code generation scripts to create your 'creation' scripts, but the code generation of the Alteration scripts seems that it would be more complicated than just writing the Alteration scripts manually.
    Any thoughts anyone out there has would be much appreciated.
    Thanks
    Liffey

    Well, you can also do per-object MDL exports and then manage those in your version control system. With a proper directory structure it would be fairly simple to code an OMB+ Script that scans a release directory tree and imports the objects one by one. I have done this before, although if you are using OWB as the primary metadata location for database objects then you have to come up with some way to manage object dependency order issues.
    The nice thing about this sort of system is that a patch can be easily shipped with only those objects that need to be updated.
    And if you force developers to put object-level MDL into your version control system then your system should also have pretty reporting on what objects were changed for a release and why.
    At my current job we do full exports of the project MDL and have a deployment script that drops the pre-existing deployed version of the project before importing and deploying the new version, which also works quite well - although as you note the tracking of what has changed in a release then needs to be carefully managed elsewhere. But we don't deploy any of our physical database objects through OWB. Those are deployed from Designer, and our patch script applies all physical changes first before we replace the mappings from the OWB project. We don't even bother synching the project metadata for tables / views / etc. at deployment. If the OWB project's metadata for database objects is not in sync with Designer, then we wind up with deployment errors. But on the whole it works pretty well.

  • OWB 10g/11g version control

    I am using OWB 10g release 2 but there is no feature for version control. The snapshot feature and export/import can help but Its very difficult with big project.
    Is there any new feature with OWB 11g release 1 or 2 for version control ? Do you have any proposition for version control in 10g ?
    Robin
    Edited by: user451399 on 2009-06-12 08:07

    Hi Robin,
    In the repository there can be only one version at the moment. If you have to work on an older release, you have to load it into another repository.
    We proceed as follows:
    1. Build a collection containing all objects that belong to the release
    2. Export that collection
    3. Check the file into CVS
    4. Import the file into production repository (in production db)
    5. Deploy from the production repository to the production target schema
    That way the release that is currently deployed on production is also in the production repository. You may do hotfixes directly here or just have a look at what is currently deployed.
    In our development repository we can work on new features.
    I gave a talk about automating this process on DOAG 2008. You may request the presentation here [http://www.metafinanz.de/leistungen/leistungsbereiche/bi-reporting/data-warehousing/kontaktformular/|http://www.metafinanz.de/leistungen/leistungsbereiche/bi-reporting/data-warehousing/kontaktformular/]
    Though the slides are in german they show the architecture and should give you some idea.
    Regards,
    Carsten.

  • Forms 11gR2 doesn't support version control?

    File, administration, checkin/checkout/source control options is disabled.
    No Oracle Designer for 64 bit.
    So, Forms 11gR2 doesn't support version control since Forms 10g?

    See here:
    Oracle Designer - Product Information</title><meta name="Title" content="Oracle Designer - Produ…
    Oracle Designer 10g Release 2 is the latest stable release which is shipped with Oracle Developer Suite 10g Release 2.
    also see here: http://www.oracle.com/technetwork/issue-archive/2010/toolssod-3-129969.pdf
    Oracle Designer 10gwas the last version of this product, released as a component of Oracle
    Developer Suite 10g. Oracle Designer was not released as a component of Oracle Fusion
    Middleware 11g, nor is it planned to be a component of Oracle Fusion Middleware 12c. Oracle
    Support continues to offer sustaining level support for Oracle Designer 10g.
    For SCM see here:
    http://www.oracle.com/technetwork/developer-tools/scm/overview/index.html
    and here:
    http://www.oracle.com/technetwork/developer-tools/designer/overview/oraclescmsod-129299.pdf
    Oracle SCM has been placed into maintenance mode. This means that Oracle will
    continue to fix bugs but there will be no new features added to the product. Error
    Correction Support for Oracle SCM 6i ended on 01/31/2005, for Oracle9i SCM
    on 06/30/2005 and for Oracle SCM 10g(9.0.4) on 12/31/2006 - in line with the
    corresponding Oracle Designer 6i, 9i and 10g end of maintenance plans. Oracle
    Designer 10g(10.1.2.2) is the currently supported product.
    So in short: no Designer and SCM for 11g.
    cheers

  • OWB 11gR2 - ORA-01017/ RPE-01008

    OWB 11gR2 - ORA-01017/ RPE-01008
    =======================================
    I am using OWB 11gR2 (11.2.0.1) on Win XP 32 bit. We applied the suggested patches for our earlier issues.
    We changed our database passwords. We tested our locations via location navigators/Control center. We did not get any errors. We are able to see the data for tables defined under modules on OWB design center.
    We tested the defined DB LINKS via SQL Developer. Testing was OK .
    We tried to deploy the mappings, we are getting
    *•     ORA-01017: invalid username/password; logon denied*
    *•     RPE-01008: Recovery of this request is in progress.*
    I reviewed earlier posting, where some suggested to re-register the locations. Is it the right approach?
    We have number of mappings worked OK before changing passwords.
    What are the steps to resolve this issues?
    We know that locations are linked via DB LINKS defined in database. How does changing passwords impact DB LINKS in database?
    What is the recommended approach to change database passwords, when we work with OWB?
    What is happening here?
    Thanks in helping.
    Edited by: qwe16235 on Jul 8, 2011 4:07 PM

    Thanks in for your reply. Is it a issue with in OWB?
    This issue was raised in earlier versions as well. Are there any plan to fix this issue?
    Do we have any standard script to work with in this situation?
    I did not find any impact of DB LINK access in database level. I am able to simulate the situation using SQL, but it is working.
    I am curious to know, what does OWB do differently with DB Link to cause this issue.
    Is it a difficult issue to fix?
    Thanks in helping.

  • OWB 11gr2 32Bit on Windows Server 2008 R2 64Bit Error 0xC0000018

    Hi there.
    I had install Oracle Warehouse Builder g11 R2 32 Bit version on a Windows Server 2008 R2 64 Bit version.
    After the install, my setowbenv.bat looks like:
    @echo off
    REM This file is automatically generated from shiphome/owb/bin/win32/owbEnv.ctl
    REM Any manual changes will be lost on next generation.
    set JAVAPATH=..\..\..\jdk
    set ORACLE_HOME=C:\product\11.2.0\dbhome_2
    set OWB_HOME=C:\product\11.2.0\dbhome_2
    set JDK_HOME=..\..\..\jdk
    set ORA_HOME=C:\product\11.2.0\dbhome_2
    set OEM_HOME=C:\product\11.2.0\dbhome_2
    set IAS_HOME=C:\product\11.2.0\dbhome_2
    set OWBCC_HOME=C:\product\11.2.0\dbhome_2
    set CLASSPATH=Personalities.jar;%MIMB_JAR%;
    set CLASSPATH_LAUNCHER=-classpath %CLASSPATH%;..\admin\;..\admin\launcher.jar -D OWB_HOME=%OWB_HOME% -D JDK_HOME=%JDK_HOME% -D SYSTEMROOT=%SystemRoot% -D ORA_HOME=%ORA_HOME% -D OEM_HOME=%OEM_HOME% -D IAS_HOME=%IAS_HOME% -Doracle.net.tns_admin=%ORA_HOME%\network\admin Launcher ..\admin\owb.classpath cd /d ..\admin
    And if I start the Warehouse Builder - Design Center, I get an error message something like:
    owb.exe - Application error
    <The Application couldn't start correctly (0xc0000018). Click to "OK" to close the application.> (translated from german)
    Can someone help me?
    What did I do wrong?
    Is there any work around?
    Thanks a lot.
    hakki

    Hi Deb
    With the code that's out today I don't think the compatibility mode works, from what I can read from users' experencies on LinkedIn discussions.
    Customers have used Windows XP mode for Windows 7 (for example), this installs a Windows XP virtual machine in which you can install and run OWB 11gR2 on your Windows 7 (64-bit) workstation. Windows XP mode can be downloaded from:
    http://www.microsoft.com/windows/virtual-pc/download.aspx
    You should also increase your XP mode virtual machine memory (RAM) allocation to at least 1GB for it to perform at an acceptable level. This will get you going until there is a better option.
    Cheers
    David

  • OWB 11gR2 in ORACLE DB 11gR1

    Hi,
    I have a 11gR1 DB in a server. I want to work with cliente OWB 11gR2 so I have installed it in my PC. I have prepared the DB executing several scripts from my local installation (like clean_owbsys.sql, cat_owb.sql, reset_owbcc_home.sql and unlock the OWBSYS and OWBSYS_AUDIT accounts). When I try to create a new propietary of repository, OWB send me a message that say that I have to install 11gR2 in server. My problem is that I don't have access to de DB server. It is really necesary to install OWB 11gR2 in DB server?.
    Thanks.

    Go to the location for the schema and make sure it has the correct version (10.2). By default 11g will set this to 11.1, and than you get the version check mismatch.
    We check this because we generate different code between versions. So for example in 10.1 we did not support DML Error logging, but in 10.2 we do. So that is why we check.
    JP

  • OWB 11gr2 - MYSQL data issue

    Hi,
    We are using MYSQL 5.1.28 and OWB 11gr2.
    JDBC Driver - mysql-connector-java-5.1.12-bin.jar
    We created the platform and were able to successfully import all the objects. But when we try to view the data in owb ( right clicking on object and then selecting data) we get the following error -
    You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near "table_name") S' at line 1
    com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '"disk_drive") S' at line 1
         at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936)
         at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2985)
         at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1631)
         at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1723)
         at com.mysql.jdbc.Connection.execSQL(Connection.java:3277)
         at com.mysql.jdbc.Connection.execSQL(Connection.java:3206)
         at com.mysql.jdbc.Statement.executeQuery(Statement.java:1232)
         at oracle.wh.ui.owbcommon.QueryResult.<init>(QueryResult.java:23)
         at oracle.wh.ui.owbcommon.dataviewer.relational.GenericQueryResult.<init>(GenericDVTableModel.java:44)
         at oracle.wh.ui.owbcommon.dataviewer.relational.GenericDVTableModel.doFetch(GenericDVTableModel.java:20)
         at oracle.wh.ui.owbcommon.dataviewer.RDVTableModel.fetch(RDVTableModel.java:53)
         at oracle.wh.ui.owbcommon.dataviewer.BaseDataViewerPanel$1.actionPerformed(BaseDataViewerPanel.java:221)
         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.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:282)
         at oracle.wh.ui.owbcommon.dataviewer.BaseDataViewerPanel.executeQuery(BaseDataViewerPanel.java:536)
         at oracle.wh.ui.owbcommon.dataviewer.BaseDataViewerEditor.init(BaseDataViewerEditor.java:113)
         at oracle.wh.ui.owbcommon.dataviewer.BaseDataViewerEditor.<init>(BaseDataViewerEditor.java:55)
         at oracle.wh.ui.owbcommon.dataviewer.relational.DataViewerEditor.<init>(DataViewerEditor.java:17)
         at oracle.owbimpl.console.dataviewer.DataViewerIdeEditor.openImpl(DataViewerIdeEditor.java:154)
         at oracle.owbimpl.ide.editor.BaseFCOEditor.openImpl(BaseFCOEditor.java:151)
         at oracle.owbimpl.ide.editor.BaseEditor.open(BaseEditor.java:39)
         at oracle.ideimpl.editor.EditorState.openEditor(EditorState.java:276)
         at oracle.ideimpl.editor.EditorState.createEditor(EditorState.java:181)
         at oracle.ideimpl.editor.EditorState.getOrCreateEditor(EditorState.java:94)
         at oracle.ideimpl.editor.SplitPaneState.canSetEditorStatePos(SplitPaneState.java:231)
         at oracle.ideimpl.editor.SplitPaneState.setCurrentEditorStatePos(SplitPaneState.java:194)
         at oracle.ideimpl.editor.TabGroupState.createSplitPaneState(TabGroupState.java:103)
         at oracle.ideimpl.editor.TabGroup.addTabGroupState(TabGroup.java:375)
         at oracle.ideimpl.editor.EditorManagerImpl.createEditor(EditorManagerImpl.java:1400)
         at oracle.ideimpl.editor.EditorManagerImpl.createEditor(EditorManagerImpl.java:1334)
         at oracle.ideimpl.editor.EditorManagerImpl.openEditor(EditorManagerImpl.java:1260)
         at oracle.owbimpl.console.commands.DataViewerFCPCmd.performAction(DataViewerFCPCmd.java:61)
         at oracle.owbimpl.ide.menu.TreeMenuHandlerAdapter.handleEvent(TreeMenuHandlerAdapter.java:46)
         at oracle.owbimpl.ide.menu.OWBEditorActionController.handleEvent(OWBEditorActionController.java:214)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:524)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:866)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:496)
         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.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
         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.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Even tried running a CT's with MYSQL objects. CT throws invalid identifier on column name.
    How can i find what syntax owb is generating to pull data from MYSQL ? Is there any log ?
    Platform script is --
    OMBCREATE PLATFORM 'MYSQL_TEST' SET PROPERTIES (BUSINESS_NAME) VALUES ('MYSQL_TEST')
    OMBALTER PLATFORM 'MYSQL_TEST' SET PROPERTIES (DRIVER_CLASS,URI_TEMPLATE) VALUES ('com.mysql.jdbc.Driver','jdbc:mysql://<host>\[:<port>\]/\[<database>\]\[?<property>=<value>\[&<property>=<value>...\]\]')
    OMBALTER PLATFORM 'MYSQL_TEST' SET PROPERTIES (COL_ALIAS_WORD,TAB_ALIAS_WORD) VALUES ('AS', 'AS')
    OMBALTER PLATFORM 'MYSQL_TEST' SET PROPERTIES (DATE_MASK) VALUES ('DATETIME')
    OMBALTER PLATFORM 'MYSQL_TEST' SET PROPERTIES (DATE_FCT) VALUES ('CURRENT_DATE()')
    OMBALTER PLATFORM 'MYSQL_TEST' SET PROPERTIES (DDLNULL) VALUES ('')
    OMBALTER PLATFORM 'MYSQL_TEST' SET PROPERTIES (NUMERIC_MASK) VALUES ('DECIMAL(%L,%P)')
    OMBALTER PLATFORM 'MYSQL_TEST' SET PROPERTIES (VARCHAR_MASK) VALUES ('VARCHAR(%L)')
    OMBALTER PLATFORM 'MYSQL_TEST' SET PROPERTIES (LOCAL_OBJECT_MASK) VALUES ('%CATALOG.%OBJECT')
    OMBALTER PLATFORM 'MYSQL_TEST' SET PROPERTIES (DEFAULT_MAX_NAME_LEN) VALUES ('128')
    OMBALTER PLATFORM 'MYSQL_TEST' SET PROPERTIES (REMOTE_OBJECT_MASK) VALUES ('')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'TINYINT'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'TINYINT' SET PROPERTIES(SYNTAX) VALUES ('TINYINT')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'TINYINT_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('TINYINT', 'TINYINT')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD TO_PLATFORM_TYPEMAP 'TINYINT_FROMG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('TINYINT', 'TINYINT')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'BIGINT'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'BIGINT' SET PROPERTIES(SYNTAX) VALUES ('BIGINT')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'BIGINT_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('BIGINT', 'BIGINT')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD TO_PLATFORM_TYPEMAP 'BIGINT_FROMG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('BIGINT', 'BIGINT')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'MEDIUMBLOB'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'MEDIUMBLOB' SET PROPERTIES(SYNTAX) VALUES ('MEDIUMBLOB')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'MEDIUMBLOB_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('MEDIUMBLOB', 'VARCHAR')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'LONGBLOB'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'LONGBLOB' SET PROPERTIES(SYNTAX) VALUES ('LONGBLOB')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'LONGBLOB_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('LONGBLOB', 'VARCHAR')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'BLOB'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'BLOB' SET PROPERTIES(SYNTAX) VALUES ('BLOB')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'BLOB_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('BLOB', 'BLOB')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD TO_PLATFORM_TYPEMAP 'BLOB_FROMG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('BLOB', 'BLOB')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'TINYBLOB'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'TINYBLOB' SET PROPERTIES(SYNTAX) VALUES ('TINYBLOB')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'TINYBLOB_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('TINYBLOB', 'VARCHAR')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'CHAR'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'CHAR' SET PROPERTIES(P1,P1MAX,P1DEFAULT,P1TYPE) VALUES ('SIZE','255', '1','RANGE')
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'CHAR' SET PROPERTIES(SYNTAX) VALUES ('CHAR(%SIZE)')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'CHAR_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('CHAR', 'CHAR')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD TO_PLATFORM_TYPEMAP 'CHAR_FROMG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('CHAR', 'CHAR')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'ENUM'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'ENUM' SET PROPERTIES(P1,P1MAX,P1DEFAULT,P1TYPE) VALUES ('SIZE','255', '1','RANGE')
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'ENUM' SET PROPERTIES(SYNTAX) VALUES ('ENUM')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'ENUM_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('ENUM', 'CHAR')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'NUMERIC'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'NUMERIC' SET PROPERTIES(P1,P1MIN, P1MAX,P1DEFAULT,P1TYPE) VALUES ('PRECISION','1', '1000', '1','RANGE')
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'NUMERIC' SET PROPERTIES(P2,P2MIN, P2MAX,P2DEFAULT,P2TYPE) VALUES ('SCALE','0', '18', '0','RANGE')
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'NUMERIC' SET PROPERTIES(SYNTAX) VALUES ('NUMERIC(%PRECISION,%SCALE)')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'NUMERIC_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('NUMERIC', 'NUMERIC')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD TO_PLATFORM_TYPEMAP 'NUMERIC_FROMG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('NUMERIC', 'NUMERIC')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'DECIMAL'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'DECIMAL' SET PROPERTIES(P1,P1MIN, P1MAX,P1DEFAULT,P1TYPE) VALUES ('PRECISION','1', '1000', '1','RANGE')
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'DECIMAL' SET PROPERTIES(P2,P2MIN, P2MAX,P2DEFAULT,P2TYPE) VALUES ('SCALE','0', '18', '0','RANGE')
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'DECIMAL' SET PROPERTIES(SYNTAX) VALUES ('DECIMAL(%PRECISION,%SCALE)')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'DECIMAL_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('DECIMAL', 'DECIMAL')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD TO_PLATFORM_TYPEMAP 'DECIMAL_FROMG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('DECIMAL', 'DECIMAL')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'INT'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'INT' SET PROPERTIES(SYNTAX) VALUES ('INT')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'INT_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('INT', 'INTEGER')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD TO_PLATFORM_TYPEMAP 'INT_FROMG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('INTEGER', 'INT')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'INT UNSIGNED'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'INT UNSIGNED' SET PROPERTIES(SYNTAX) VALUES ('INT UNSIGNED')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'INTU_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('INT UNSIGNED', 'INTEGER')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'MEDIUMINT'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'MEDIUMINT' SET PROPERTIES(SYNTAX) VALUES ('MEDIUMINT')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'MEDIUMINT_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('MEDIUMINT', 'NUMERIC')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'SMALLINT'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'SMALLINT' SET PROPERTIES(SYNTAX) VALUES ('SMALLINT')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'SMALLINT_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('SMALLINT', 'SMALLINT')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD TO_PLATFORM_TYPEMAP 'SMALLINT_FROMG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('SMALLINT', 'SMALLINT')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'FLOAT'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'FLOAT' SET PROPERTIES(P1,P1MAX,P1DEFAULT,P1TYPE) VALUES ('PRECISION','53', '1','RANGE')
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'FLOAT' SET PROPERTIES(SYNTAX) VALUES ('FLOAT')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'FLOAT_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('FLOAT', 'FLOAT')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD TO_PLATFORM_TYPEMAP 'FLOAT_FROMG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('FLOAT', 'FLOAT')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'DOUBLE'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'DOUBLE' SET PROPERTIES(SYNTAX) VALUES ('DOUBLE')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'DOUBLE_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('DOUBLE', 'DOUBLE')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD TO_PLATFORM_TYPEMAP 'DOUBLE_FROMG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('DOUBLE', 'DOUBLE')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'DOUBLE PRECISION'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'DOUBLE PRECISION' SET PROPERTIES(SYNTAX) VALUES ('DOUBLE PRECISION')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'DOUBLE PRECISION_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('DOUBLE PRECISION', 'NUMERIC')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'REAL'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'REAL' SET PROPERTIES(SYNTAX) VALUES ('REAL')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'REAL_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('REAL', 'REAL')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD TO_PLATFORM_TYPEMAP 'REAL_FROMG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('REAL', 'REAL')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'VARCHAR'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'VARCHAR' SET PROPERTIES(P1,P1MAX,P1DEFAULT,P1TYPE) VALUES ('SIZE','65536', '1','RANGE')
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'VARCHAR' SET PROPERTIES(SYNTAX) VALUES ('VARCHAR(%SIZE)')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'VARCHAR_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('VARCHAR', 'VARCHAR')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD TO_PLATFORM_TYPEMAP 'VARCHAR_FROMG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('VARCHAR', 'VARCHAR')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'DATE'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'DATE' SET PROPERTIES(SYNTAX) VALUES ('DATE')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'DATE_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('DATE', 'DATE')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD TO_PLATFORM_TYPEMAP 'DATE_FROMG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('DATE', 'DATE')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'TIME'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'TIME' SET PROPERTIES(SYNTAX) VALUES ('TIME')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'TIME_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('TIME', 'TIME')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD TO_PLATFORM_TYPEMAP 'TIME_FROMG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('TIME', 'TIME')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'DATETIME'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'DATETIME' SET PROPERTIES(SYNTAX) VALUES ('DATETIME')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'DATETIME_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('DATETIME', 'DATETIME')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD TO_PLATFORM_TYPEMAP 'DATETIME_FROMG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('DATETIME', 'DATETIME')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'TIMESTAMP'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'TIMESTAMP' SET PROPERTIES(SYNTAX) VALUES ('TIMESTAMP')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'TIMESTAMP_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('TIMESTAMP', 'TIMESTAMP')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD TO_PLATFORM_TYPEMAP 'TIMESTAMP_FROMG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('TIMESTAMP', 'TIMESTAMP')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'TEXT'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'TEXT' SET PROPERTIES(SYNTAX) VALUES ('TEXT')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'TEXT_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('TEXT', 'VARCHAR(MAX)')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD TO_PLATFORM_TYPEMAP 'TEXT_FROMG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('VARCHAR(MAX)', 'TEXT')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'BIT'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'BIT' SET PROPERTIES(SYNTAX) VALUES ('BIT')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'BIT_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('BIT', 'BOOLEAN')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD TO_PLATFORM_TYPEMAP 'BIT_FROMG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('BOOLEAN', 'BIT')
    Regards,
    Samurai.
    Edited by: Samurai on Mar 8, 2010 7:34 AM
    Edited by: Samurai on Mar 8, 2010 7:55 AM

    Hi David,
    Is there any patch for it ? I checked on metalink but did not found anything related to bug.
    We have one more issue with importing objects in MYSQL. Most of the tables have primary constraints with name PRIMARY in MYSQL.
    When we select multiple tables for import, only the first table gets imported succesfully and on the other tables the constrainsts section blow up with error -
    creation failed (name already exists)
    On pressing ok, OWB throws an error - API2216: Cannot drop database link. Please contact oracle support with the stack trace and the details on how to reproduce it.
    This is corrupting the flatform. We get this error everytime we import an object. But the object gets imported.
    On the table which gets imported successfully , when i look at keys (constraints) there i dont see any columns under the constraint PRIMARY.
    Error Details -
    API2216: Cannot drop database link. Please contact Oracle Support with the stack trace and the details on how to reproduce it.
    API2216: Cannot drop database link. Please contact Oracle Support with the stack trace and the details on how to reproduce it.
    Persistent Layer Error:SQL Exception..
    Class Name: oracle.wh.service.sdk.integrator.RepositoryUtils.
    Method Name: dropDBLink(String).
    Method Name: -1.
    Persistent Layer Error Message: java.sql.SQLException: ORA-01729: database link name expected
    .     at oracle.wh.service.sdk.integrator.RepositoryUtils.dropDBLink(RepositoryUtils.java:331)
         at oracle.wh.service.sdk.integrator.RepositoryUtils.dropDBLink(RepositoryUtils.java:304)
         at oracle.wh.ui.integrator.common.wizards.ImportWizardDefinition.onFinish(ImportWizardDefinition.java:361)
         at oracle.wh.ui.owbcommon.OWBWizard.wizardFinished(OWBWizard.java:975)
         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.bali.ewt.wizard.WizardDialog.runDialog(Unknown Source)
         at oracle.wh.ui.owbcommon.OWBWizard.initialize(OWBWizard.java:834)
         at oracle.wh.ui.owbcommon.OWBWizard.<init>(OWBWizard.java:202)
         at oracle.wh.ui.owbcommon.OWBWizard.<init>(OWBWizard.java:184)
         at oracle.wh.ui.owbcommon.IdeUtils._doShowWizardDefinition(IdeUtils.java:1247)
         at oracle.wh.ui.owbcommon.IdeUtils.showWizard(IdeUtils.java:487)
         at oracle.wh.ui.integrator.common.CommonController$1ImportDialogListener.actionPerformed(CommonController.java:127)
         at oracle.wh.service.sdk.OWBConsumer.dataItemAvailable(OWBInfoBus.java:381)
         at javax.infobus.DefaultController.fireItemAvailable(DefaultController.java:90)
         at javax.infobus.InfoBus.fireItemAvailable(InfoBus.java:989)
         at oracle.wh.service.sdk.OWBInfoBus.produce(OWBInfoBus.java:160)
         at oracle.wh.service.sdk.OWBInfoBus.produce(OWBInfoBus.java:76)
         at oracle.wh.ui.console.commands.TreeMenuHandler.notify(TreeMenuHandler.java:104)
         at oracle.wh.ui.console.commands.ModuleImportCmd.performAction(ModuleImportCmd.java:189)
         at oracle.owbimpl.ide.menu.TreeMenuHandlerAdapter.handleEvent(TreeMenuHandlerAdapter.java:46)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:524)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:866)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:496)
         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.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
         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.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Thanks,
    Samurai.

  • How to migrate 10gR1 repository to OWB 11gR2?

    We are trying to migrate OWB 10gR1 repository to OWB 11gR2?
    But are being faced with version compatibility issues.
    Is there any work-around for the same?

    This is a bit before my time, so I'm not very familiar with how the repository worked in 10gR1, but you might have a look at this... assuming you at least have the database credentials for the repository owner, it looks like you can perform user management tasks through this helper package that might get you an OWB user that can access everything, and let you move your design into 10.2 (from which you can migrate on to 11.2).
    http://download.oracle.com/docs/cd/E10926_01/doc/owb.101/b12146/extending.htm#i1088387
    Maintaining Repository Users
    Multiple identifiable Warehouse Builder users can access the same central repository schema when they are registered by the repository owner.
    Warehouse Builder includes utility procedures for the following maintenance tasks:
    * Update the role protecting password
    Although the repository owner does not explicitly use the protecting password for the role, it is recommended that the repository owner change the password often.
    The repository owner must connect to the repository schema using SQL Plus and issue the following statement:
    Call WBSecurityHelper.updateRolePwd('newpwd');
    where'newpwd' is the new password used to protect the role chosen by repository owner. The changed password encryption appears in the table called OWB_ROLE_INFO table.
    * Register repository users
    Warehouse Builder users must be database users located in the same database instance as the repository. The database user's default role should not be ALL. Use 'After user xxx DEFAULT Role x' to set the default role property.
    To register a repository user, execute the following statement in SQL Plus:
    call WBSecurityHelper.registerOWBUser ('username')
    * Unregister repository users
    To unregister a user from a repository, execute the following statement in SQL Plus:
    Call WBSecurityHelper.unregisterOWBUser('username');
    * List all repository users
    The repository owner must connect to the database containing the repository and issue the following statement:
    Set serveroutput on;
    Call WBSecurityHelper.listOWBUser( );
    Set serveroutput on is required since listOWBUser() uses the DBMS_OUTPUT.put_line for the output to dump the data to the user interface. Otherwise, DBMS_OUTPUT.put_line only dumps the output into an intermediate data structure.
    The preceding user maintenance tasks should be performed in the repository by the repository owner.

  • OWB 11gR2 - Internal ERROR: Can not find the ACL containter

    OWB 11gR2 - Internal ERROR: Can not find the ACL containter
    =======================================
    I am using OWB 11gR2 (11.2.0.1) on Win XP 32 bit. I have 3.23 GB RAM. OWB design center is ver slow on my desktop. We have our OWB repository is on Unix server.
    We applied the patch 10270220.
    We are getting
    Internal ERROR: Can not find the ACL containter for object:CMPPhysicalMap@19654/id=104020/owningFCO=104020/proxyFor=(CMPPhysicalMapGen@19f99ae/id=104020/stname=null/pname=MAPPING_1/lname=MAPPING_1/status=POSTED/committed=true/persistent=true/propsLoaded=true)
    What is happening here?
    Thanks in helping.

    We have a map with 3 sources and 1 target. The 3 sources pass through Joiner then Expression then Target.
    We are getting this error, during deployment. It shows compling for awhile, then through this error.
    Here is the piece from detail window:
    ===========
    at oracle.wh.repos.pdl.security.SecurityPolicyManager.getAccessCharMapOfPrivilegeOwner(SecurityPolicyManager.java:174)
         at oracle.wh.repos.impl.foundation.CMPElement.getAccessCharMapOfPrivilegeOwner(CMPElement.java:2806)
         at oracle.wh.repos.pdl.security.OWBSecurityImpl.hasPrivilege(OWBSecurityImpl.java:914)
         at oracle.wh.repos.pdl.security.OWBSecurityImpl.internalSecurityCheck(OWBSecurityImpl.java:1542)
         at oracle.wh.repos.pdl.security.OWBSecurityImpl.securityCheck(OWBSecurityImpl.java:694)
         at oracle.wh.repos.pdl.security.SecurityModuleImpl.securityCheck(SecurityModuleImpl.java:959)
         at oracle.wh.repos.pdl.security.SecurityModuleImpl.securityCheck(SecurityModuleImpl.java:924)
         at oracle.wh.repos.pdl.dispatcher.EventDispatcherImpl.beforeReadObject(EventDispatcherImpl.java:824)
         at oracle.wh.repos.pdl.foundation.OWBRoot.beforeRead(OWBRoot.java:1785)
         at oracle.wh.repos.owbGen.CMPStringPropertyValueGen.getValue(CMPStringPropertyValueGen.java:217)
         at oracle.wh.repos.impl.properties.CMPStringPropertyValue.getValue(CMPStringPropertyValue.java:117)
         at oracle.wh.repos.impl.extended.PropertyFactory.getStringValue(PropertyFactory.java:440)
         at oracle.wh.repos.impl.extended.CMPWBPrimitiveProperty.rawStringValue(CMPWBPrimitiveProperty.java:260)
         at oracle.wh.repos.sdk.mapping.WBMapHelper.getStringProperty(WBMapHelper.java:716)
         at oracle.wh.repos.sdk.mapping.WBMapHelper.getStringProperty(WBMapHelper.java:733)
         at oracle.wh.repos.sdk.mapping.WBMapHelper.getReferencedLocations(WBMapHelper.java:1361)
         at oracle.wh.service.impl.runtime.EnvironmentUtils.getReferencedLocations(EnvironmentUtils.java:284)
         at oracle.wh.service.impl.runtime.EnvironmentUtils.getReferencedLocations(EnvironmentUtils.java:141)
         at oracle.wh.service.impl.runtime.EnvironmentUtils.getReferencedLocations(EnvironmentUtils.java:135)
         at oracle.wh.service.impl.runtime.RuntimePlatformServiceImpl.getReferencedLocations(RuntimePlatformServiceImpl.java:1238)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandUtil.addConnectorLocations(WHRuntimeCommandUtil.java:477)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.getSingleDeployLocations(WHRuntimeCommandGenerateDeploy.java:3408)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.getLocationsAndNewConnectors(WHRuntimeCommandGenerateDeploy.java:3517)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.doPreDeploymentActions(WHRuntimeCommandGenerateDeploy.java:3224)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy._internalDeploy(WHRuntimeCommandGenerateDeploy.java:2420)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.doDeploymentAsynch(WHRuntimeCommandGenerateDeploy.java:2117)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandHandler$1.construct(WHRuntimeCommandHandler.java:1005)
         at oracle.wh.ui.runtime.SwingWorker$2.run(SwingWorker.java:124)
         at java.lang.Thread.run(Thread.java:595)
    ===========
    Did anyone receive such errors?

  • How do I fix project after "Remove From Version Control" corrupted it?

    I am using RoboHelp 9.0.1 and installed both Tortoise SVN 1.6.9 and latest PushOK SVNSCC then added my large RoboHelp project to SVN. I was able to check in and out files from SVN but had several issues with it:
    1) Super super slow. Working with folders or any renames would take 10 seconds per file and up to 1 hour if needed to refresh the root folder.
    2) I could not perform some actions at all, such as delete, rename, or move folders. I kept getting COM errors.
    I therefore decided that working with SVN and RoboHelp is not practical, at least not on my VPN so I decided to disconnect the project from source control and just work locally. The only option that I saw that sounded like it would do that was the "Remove from Version Control". This started a process that lasted for several hours. At the end of it, I now have several significant issues:
    1) The order of the files and folders in my Project Manager is completely wrong now. I have almost 1000 topics and reordering all of them is not possible.
    2) The Table of Contents, Glossary, and Index files appear empty. They had content before.
    2) A couple of the Single Source Layouts I had created are completely missing.
    3) Many, but not all, of the folders have tons of files with the extension ending in "_temp_removed_by_svn"
    4) Many, but not all, of the files are actually gone from SVN so I can't recover a clean image. There was no warning that this command would actually delete the files from SVN (I thought it would just remove the version control connection).
    5) Who know what other issue exist that I haven't seen.
    Any idea how I can fix this?
    Thanks in advance,
    Dan

    Are the "_temp_removed_by_svn" files in your local folder or SVN? Let us know how you get on with the new project. It sounds like something is wrong with SVN. Can you use the SVN Log command to see whether there is a different version you can restore. This might also give you an indication of what might have caused the problem. You could try deleting your CPD file. It gets rebuilt it is isn't there anyway. This file can become bloated and it is good practice to delete it when it gets close to 2mb in size. Your project is fairly large and has a lot of folders and may affect performance. Have you considered splitting them and merging the output? I know you probably don't want to consider this right now, but I think it may be a better long term solution.
      The RoboColum(n)
      @robocolumn
      Colum McAndrew

  • Can I have a library of PDF docs with version control? Can it cope with version nos. embedded in the file name?

    I manage a set of documents which are edited in Word but "published" as PDFs (using Word 2010's save to PDF capability).
    I want to create a library for them on SharePoint (my company has SharePoint Online via its Office 365 subscription).
    I'm pretty much a SharePoint novice but even I can see it's easy to upload the documents to a simple library. The things that are giving me a headache are:
    Can I tell SharePoint what the version number of the uploaded PDF document is? The version number as understood by the library needs to match the version number written into the document (where it is called a revision number and increments in whole numbers
    starting from zero).
    How do I handle replacing the uploaded PDF documents with new versions? If they were Word documents I could edit them by opening them from the SharePoint library, checking them out if necessary, and SharePoint would handle version control.
    But since the PDFs are generated from editable masters (Word documents) which are NOT on SharePoint I would need to edit the local Word document on my PC then generate a PDF version then upload it to replace the existing PDF document in the
    library. Is it easy to upload a new document over the top of an old in a SharePoint library?
    Hoping someone can give me some answers.
    Regards,
    Bruce Officer

    hi Bruce,
    1. It sounds like what you need is to set the starting version number since your revision number increments in whole numbers, it would match up to SharePoint once the starting version number is set. You can potentially create a new custom field in the
    library to manually track the version of the uploaded PDF document, but this might not match up with SharePoint's own version number and could get confusing. Another possibility is to upload dummy versions of the PDF document until the SP version
    matches with the revision version and then delete these dummy versions.
    2. When you upload the PDF document again into the library, it should prompt you to see if you want to replace the existing. If you proceed with the upload, it should replace and increment the SharePoint version number.
    Please Mark Answered if my reply solves your problem. Thanks!
    Jeff Thai
    Technical Solutions Architect, AvePoint
    http://www.AvePoint.com

  • Error while creating Process flows in OWB 11gR2

    Hi
    I have never faced this before and thats why it baffles me. I am trying to create a new process flow module which has already been configured to the OWF_LOCATION(Oracle workflow location).
    I get Java exception error window with long list of details which are rocket science to me.
    I will paste few lines of the details as its a big trace
    Internal Error: Load Error. Please contact Oracle Support with the stack trace and details on how to reproduce it.
    Internal Error: Load Error. Please contact Oracle Support with the stack trace and details on how to reproduce it.
    Persistent Layer Error:SQL Exception..
    Class Name: ProxyFactory.
    Method Name: loadInstance.
    Persistent Layer Error Message: Exhausted Resultset.
         at oracle.wh.repos.impl.ProxyFactoryGen.loadInstance(ProxyFactoryGen.java:9704)
         at oracle.wh.repos.pdl.foundation.CacheMediator.query(CacheMediator.java:4372)
         at oracle.wh.repos.pdl.foundation.CacheMediator.queryById(CacheMediator.java:4221)
    AND
         Trying to access invalid Object.
    Element ID: 124688
    Status: 15
    Name: PFM_BUS_ROUTE
    Logical Name: PFM_BUS_ROUTE
    Class Name: CMPProcessInstalledModule
    Owning FCO: 124688
    parent:0
    Trying to access invalid Object.
    Element ID: 124688
    Status: 15
    Name: PFM_BUS_ROUTE
    Logical Name: PFM_BUS_ROUTE
    Class Name: CMPProcessInstalledModule
    Owning FCO: 124688
    parent:0
         at oracle.wh.repos.pdl.foundation.WBProxy.checkStatus(WBProxy.java:587)
         at oracle.wh.repos.pdl.foundation.WBProxy.getSubject(WBProxy.java:67)
         at oracle.wh.repos.pdl.foundation.WBProxy.getContext(WBProxy.java:132)
         at oracle.wh.ui.owbcommon.OWBWizardDefinition.produceRefresh(OWBWizardDefinition.java:934)
         at oracle.wh.ui.owbcommon.OWBWizard.wizardFinished(OWBWizard.java:1036)
    This is really strange.Has anyone encountered this before?
    Birdy

    Hi David
    I tried registering the location again before de-registering it. OWB comes up with an RTC error
    RTC-5229: Location <Location Name> could not be unregistered.
    Any hints?
    Version details are below. I am not sure whether Critical patch refers to this
    About
    Oracle Warehouse Builder 11.2.0.2
    OWB Tahoe Development Version 11.2.0.2
    Build OWB_TAHOER2_LINUX_100907.2019.2.0.3
    Copyright © 2000, 2010, Oracle and/or its affiliates. All rights reserved.
    IDE Version: 11.1.1.0.30.51.07
    Product ID: oracle.owb
    Product Version: 11.2
    Version
    Component     Version
    =========     =======
    Java(TM) Platform     1.5.0_24-rev
    Oracle IDE     11.2.0.2.0
    Properties
    Name     Value
    ====     =====
    apple.laf.useScreenMenuBar     true
    awt.toolkit     sun.awt.windows.WToolkit
    class.load.environment     oracle.ide.boot.IdeClassLoadEnvironment
    class.load.log.level     CONFIG
    class.transfer     delegate
    com.apple.macos.smallTabs     true
    com.apple.mrj.application.apple.menu.about.name     "OWB"
    com.apple.mrj.application.growbox.intrudes     false
    file.encoding     Cp1252
    file.encoding.pkg     sun.io
    file.separator     \
    ice.browser.forcegc     false
    ice.pilots.html4.ignoreNonGenericFonts     true
    ice.pilots.html4.tileOptThreshold     0
    ide.AssertTracingDisabled     false
    ide.bootstrap.start     2245311504606534
    ide.build     OWB_TAHOER2_LINUX_100907.2019.2.0.3
    ide.conf     C:\product\11.2.0\dbhome_2\owb\bin\owb.conf
    ide.config_pathname     C:\product\11.2.0\dbhome_2\owb\bin\owb.conf
    ide.debugbuild     false
    ide.devbuild     false
    ide.extension.search.path     owb/extensions:ide/extensions
    ide.firstrun     false
    ide.java.minversion     1.5.0
    ide.launcherProcessId     4792
    ide.main.class     oracle.ide.boot.IdeLauncher
    ide.patches.dir     owb/lib/patches
    ide.pref.dir     C:\Documents and Settings\bharadwajvenkatraman\Application Data\OWB
    ide.pref.dir.base     C:\Documents and Settings\bharadwajvenkatraman\Application Data
    ide.product     oracle.owb
    ide.shell.enableFileTypeAssociation     C:\product\11.2.0\dbhome_2\owb\bin\owb.exe
    ide.splash.screen     splash.gif
    ide.startingArg0     C:\product\11.2.0\dbhome_2\owb\bin\owb.exe
    ide.startingcwd     C:\product\11.2.0\dbhome_2\owb\bin
    ide.user.dir     C:\Documents and Settings\bharadwajvenkatraman\Application Data\OWB
    ide.user.dir.var     IDE_USER_DIR
    ide.work.dir     U:\Data\OWB
    ide.work.dir.base     U:\Data
    java.awt.graphicsenv     sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob     sun.awt.windows.WPrinterJob
    java.class.path     ..\lib\int\accelerators.jar;..\..\ide\lib\ide-boot.jar
    java.class.version     49.0
    java.endorsed.dirs     C:\product\11.2.0\dbhome_2\jdk\jre\lib\endorsed
    java.ext.dirs     C:\product\11.2.0\dbhome_2\jdk\jre\lib\ext
    java.home     C:\product\11.2.0\dbhome_2\jdk\jre
    java.io.tmpdir     C:\DOCUME~1\BHARAD~1\LOCALS~1\Temp\
    java.library.path     C:\product\11.2.0\dbhome_2\owb\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\product\11.2.0\dbhome_2\OPatch;C:\product\11.2.0\dbhome_2\bin;C:\OraHome_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Windows Imaging\;C:\Program Files\Open Text\Livelink Explorer\;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Program Files\Microsoft Application Virtualization Client
    java.naming.factory.initial     oracle.javatools.jndi.LocalInitialContextFactory
    java.runtime.name     Java(TM) Platform, Standard Edition for Business
    java.runtime.version     1.5.0_24-rev-b08
    java.specification.name     Java Platform API Specification
    java.specification.vendor     Sun Microsystems Inc.
    java.specification.version     1.5
    java.util.logging.config.file     logging.conf
    java.vendor     Sun Microsystems Inc.
    java.vendor.url     http://java.sun.com/
    java.vendor.url.bug     http://java.sun.com/cgi-bin/bugreport.cgi
    java.version     1.5.0_24-rev
    java.vm.info     mixed mode
    java.vm.name     Java HotSpot(TM) Client VM
    java.vm.specification.name     Java Virtual Machine Specification
    java.vm.specification.vendor     Sun Microsystems Inc.
    java.vm.specification.version     1.0
    java.vm.vendor     Sun Microsystems Inc.
    java.vm.version     1.5.0_24-rev-b08
    line.separator     \r\n
    native.canonicalization     false
    oracle.home     C:\product\11.2.0\dbhome_2
    oracle.ide.util.AddinPolicyUtils.OVERRIDE_FLAG     true
    oracle.net.tns_admin     ../../network/admin
    oracle.translated.locales     de,es,fr,it,ja,ko,pt_BR,zh_CN,zh_TW
    oracle.xdkjava.compatibility.version     9.0.4
    os.arch     x86
    os.name     Windows XP
    os.version     5.1
    path.separator     ;
    reserved_filenames     con,aux,prn,lpt1,lpt2,lpt3,lpt4,lpt5,lpt6,lpt7,lpt8,lpt9,com1,com2,com3,com4,com5,com6,com7,com8,com9,conin$,conout,conout$
    sun.arch.data.model     32
    sun.boot.class.path     C:\product\11.2.0\dbhome_2\jdk\jre\lib\rt.jar;C:\product\11.2.0\dbhome_2\jdk\jre\lib\i18n.jar;C:\product\11.2.0\dbhome_2\jdk\jre\lib\sunrsasign.jar;C:\product\11.2.0\dbhome_2\jdk\jre\lib\jsse.jar;C:\product\11.2.0\dbhome_2\jdk\jre\lib\jce.jar;C:\product\11.2.0\dbhome_2\jdk\jre\lib\charsets.jar;C:\product\11.2.0\dbhome_2\jdk\jre\classes
    sun.boot.library.path     C:\product\11.2.0\dbhome_2\jdk\jre\bin
    sun.cpu.endian     little
    sun.cpu.isalist     
    sun.desktop     windows
    sun.io.unicode.encoding     UnicodeLittle
    sun.java2d.ddoffscreen     false
    sun.jnu.encoding     Cp1252
    sun.management.compiler     HotSpot Client Compiler
    sun.os.patch.level     Service Pack 3
    user.country     GB
    user.dir     C:\product\11.2.0\dbhome_2\owb\bin
    user.home     U:
    user.language     en
    user.name     bharadwajvenkatraman
    user.timezone     Europe/London
    user.variant     
    windows.shell.font.languages     
    Extensions
    Name     Identifier     Version     Status
    ====     ==========     =======     ======
    Check For Updates     oracle.ide.webupdate     11.1.1.0.30.51.07     Loaded
    Code Editor     oracle.ide.ceditor     11.1.1.0.30.51.07     Loaded
    Component Palette     oracle.ide.palette1     11.1.1.0.30.51.07     Loaded
    Help System     oracle.ide.help     11.1.1.0.30.51.07     Loaded
    Log Window     oracle.ide.log     11.1.1.0.30.51.07     Loaded
    Mac OS X Adapter     oracle.ideimpl.apple     11.1.1.0.30.51.07     Loaded
    Navigator     oracle.ide.navigator     11.1.1.0.30.51.07     Loaded
    OWB     oracle.owb     11.2     Loaded
    Object Gallery     oracle.ide.gallery     11.1.1.0.30.51.07     Loaded
    Oracle IDE     oracle.ide     11.1.1.0.30.51.07     Loaded
    Peek     oracle.ide.peek     11.1.1.0.30.51.07     Loaded
    Property Inspector     oracle.ide.inspector     11.1.1.0.30.51.07     Loaded
    Web Browser and Proxy     oracle.ide.webbrowser     11.1.1.0.30.51.07     Loaded
    oracle.ide.indexing     oracle.ide.indexing     11.1.1.0.30.51.07     Loaded
    palette2     oracle.ide.palette2     11.1.1.0.30.51.07     Loaded
    Birdy
    Edited by: birdy on 18-Apr-2011 08:56

Maybe you are looking for

  • Purchase Ledger Reconcilation & Sales Ledger Reconcilation

    hi, if any body tell me infirmation about (a) Sales Ledger Reconciliation with Commercial department, (b) Purchase Ledger Reconciliation with Store department, (c) Tax related Accounts (d) Statutory dues, Regards, Harish Moderator: Please, search bef

  • Thumbnails in CS6 PS

    Surely thumbnails in CS6 cannot have been removed? Both Bridge and mini-bridge often dont provide thumbnails, regardless of the method of view selected. What can I do to see thumbnails in PS, as I was able to previously?

  • Bapi / Function module to change the status of transaction crmd_order

    Hello team, I am developing the utility in CHARM for which i need to change the Status of transaction CRMD_ORDER from "New to "In process" through report/BAPI / FM etc... I tried to use report CRM_socm_service_report.But it never puts status " In pro

  • Audio level wierdness...

    Hallo I'm just on the last touches of an audio mix and I've come across what feels like a wierd, corrupt sequence kind of bug. Want to check I'm not doing anything silly... Two audio segments on the time line, one after the other. From different mast

  • Smart Forms : Total pages greater than  9 printing as *

    Hi All, I have one Smart form having  10 pages. If the Total pages more than 9 pages its showing as page 9 of * .  but If total pages are less than 10 then its is coming properly as Page 1 of 9. [Smart Forms Total number pages more than 9 print ing a