WLS 6.1 SP5 changed behaviour with OracleThinClob?

Hi,
while trying to update a Weblogic 6.1 server installation to SP5, I noticed
the following change in behaviour: Apparently, SP5 will return an instance
of class oracle.sql.CLOB for Clob column value from Resultset, whereas
previous versions returned an instance of a wrapper class.
As a consequence, the programming examples from
http://e-docs.bea.com/wls/docs61/jdbc/thirdparty.html#1043705
for accessing the Oracle blob extensions using OracleThinBlob/Clob
fail with a ClassCastException - oracle.sql.CLOB can not be casted
to OracleThinClob!
This makes it impossible to write code that runs without changes on SP4
and SP5 and updates oracle clobs - or am I missing something?
Could not find any mention of this in the SP5 release notes...
Best regards,
T. Roskowetz

We have the same problem with the generated code of a CMP entity bean.
After installing Weblogic Sp5 we can no longer store a Clob field in the database using a CMP entity bean.
the line of weblogic generated code it fails on is:
Writer writer = ((weblogic.jdbc.common.OracleClob) lob).getCharacterOutputStream();
the error is:
<Nov 11, 2003 1:27:18 PM CET> <Info> <EJB> <Exception from ejbStore: java.lang.ClassCastException: oracle.sql.CLOB
java.lang.ClassCastException: oracle.sql.CLOB
at ep.pericles.eb.useraccount.UserAccount_34c4w2__WebLogic_CMP_RDBMS.__WL_set_profileForOutput(UserAccount_34c4w2__WebLogic_CMP_RDBMS.java:2507)
at ep.pericles.eb.useraccount.UserAccount_34c4w2__WebLogic_CMP_RDBMS.__WL_store(UserAccount_34c4w2__WebLogic_CMP_RDBMS.java:2350)
at ep.pericles.eb.useraccount.UserAccount_34c4w2__WebLogic_CMP_RDBMS.ejbStore(UserAccount_34c4w2__WebLogic_CMP_RDBMS.java:2107)
at weblogic.ejb20.manager.DBManager.storeBean
Are there any work arounds?
TIA
Duncan

Similar Messages

  • Re: WLS 6.1 SP5 changed behaviour with OracleThinClob?

    Thorsten Roskowetz wrote:
    Hi,
    while trying to update a Weblogic 6.1 server installation to SP5, I noticed
    the following change in behaviour: Apparently, SP5 will return an instance
    of class oracle.sql.CLOB for Clob column value from Resultset, whereas
    previous versions returned an instance of a wrapper class.
    As a consequence, the programming examples from
    http://e-docs.bea.com/wls/docs61/jdbc/thirdparty.html#1043705
    for accessing the Oracle blob extensions using OracleThinBlob/Clob
    fail with a ClassCastException - oracle.sql.CLOB can not be casted
    to OracleThinClob!
    This makes it impossible to write code that runs without changes on SP4
    and SP5 and updates oracle clobs - or am I missing something?
    Could not find any mention of this in the SP5 release notes...You are not mistaken. In sp4 and previous we wrapped all serverside
    JDBC objects obtained through a DataSouce in multiple redundant
    wrapper objects, including the unnecessary rmi driver. For 61sp5, for
    performance and also functionality reasons, we removed the rmi layer.
    One unfortunately undocumented affect is that you now get direct access
    to the Oracle Blobs/Clobs. I do understand and appologise for the
    problem this caused to your code. We had been wrapping the Blob/Clobs
    with an rmi-capable wrapper in keeping with the intended use of the
    rmi driver in external clients. We are now considering whether for backward
    compatibility we should provide a change to continue to wrap oracle
    blob/clob objects in the rmi wrapper.
    Joe
    >
    >
    Best regards,
    T. Roskowetz

    We have the same problem with the generated code of a CMP entity bean.
    After installing Weblogic Sp5 we can no longer store a Clob field in the database using a CMP entity bean.
    the line of weblogic generated code it fails on is:
    Writer writer = ((weblogic.jdbc.common.OracleClob) lob).getCharacterOutputStream();
    the error is:
    <Nov 11, 2003 1:27:18 PM CET> <Info> <EJB> <Exception from ejbStore: java.lang.ClassCastException: oracle.sql.CLOB
    java.lang.ClassCastException: oracle.sql.CLOB
    at ep.pericles.eb.useraccount.UserAccount_34c4w2__WebLogic_CMP_RDBMS.__WL_set_profileForOutput(UserAccount_34c4w2__WebLogic_CMP_RDBMS.java:2507)
    at ep.pericles.eb.useraccount.UserAccount_34c4w2__WebLogic_CMP_RDBMS.__WL_store(UserAccount_34c4w2__WebLogic_CMP_RDBMS.java:2350)
    at ep.pericles.eb.useraccount.UserAccount_34c4w2__WebLogic_CMP_RDBMS.ejbStore(UserAccount_34c4w2__WebLogic_CMP_RDBMS.java:2107)
    at weblogic.ejb20.manager.DBManager.storeBean
    Are there any work arounds?
    TIA
    Duncan

  • Re: Can WLS 8.1 sp5 work with WLP 8.1 sp2?

    We were thinking of upgrading WL server that our WLP 8.1 uses from 8.1 sp2 to 8.1 sp4. Can WLS 8.1 sp5 work with WLP 8.1 sp2?
    Manish

    You will need to follow the upgrade steps to upgrade your SP2 app to SP5.
    http://e-docs.bea.com/wlp/docs81/upgrade/servicepack4to5.html
    Kunal Mittal

  • Expected behaviour?: input controls change size with iterator in findMode

    Hi all
    I'm trying to work out if the following is expected behaviour with the JDev 11g ADF Faces RC input components or a bug, before lodging a support request.
    I've noticed that fields resize themselves based on the parent bound iterator being in find mode (as separate to the default execute (show) mode). This causes all sorts of havoc with page layout when switching between the 2 modes.
    To demonstrate the code I have a simple inputText control with a hardcoded column size, and a Find commandButton:
    <af:inputText value="#{bindings.Status.inputValue}"
       label="#{bindings.Status.hints.label}" columns="20"
       maximumLength="#{bindings.Status.hints.precision}" shortDesc="#{bindings.Status.hints.tooltip}"
       disabled="true">
      <f:validator binding="#{bindings.Status.validator}"/>
    </af:inputText>
    <af:commandButton actionListener="#{bindings.Find.execute}" text="Find" disabled="#{!bindings.Find.enabled}"/>There's nothing unusual about the bindings for these components:
    <?xml version="1.0" encoding="UTF-8" ?>
    <pageDefinition xmlns="http://xmlns.oracle.com/adfm/uimodel" version="11.1.1.51.88" id="untitled1PageDef"
                    Package="view.pageDefs">
      <parameters/>
      <executables>
        <iterator Binds="TableView1" RangeSize="25" DataControl="AppModuleDataControl"
                  id="TableView1Iterator"/>
      </executables>
      <bindings>
        <attributeValues IterBinding="TableView1Iterator" id="Status">
          <AttrNames>
            <Item Value="Status"/>
          </AttrNames>
        </attributeValues>
        <action IterBinding="TableView1Iterator" id="Find" RequiresUpdateModel="true" Action="iteratorFind"/>
        ...and so on...Before I press the Find button (ie. Execute/show mode), the inputText renders 20 columns in width as expected, but in Find mode the field changes size.
    Is this expected behaviour or a bug? Alternatively can we influence the field's size in find mode (as the column attribute seems to be ignored), as I'd like to make it the same as the execute/result mode, so my page doesn't resize.
    Cheers,
    CM.

    Hi Frank
    I've recorded this following ScreenToaster session to show you the behaviour under Firefox. It's a standard search form dragged straight from the data control window. I haven't modified the columns attr at all, each component column is bound #{bindings.<fieldname>.hints.displayWidth}.
    Note when the Find button is pressed the fields change size to set defined width, then after the Execute button is pressed they go back to their dynamic sizes (presumably coming from the binding):
    http://www.screentoaster.com/watch/stWUtSQUVLRl1XRlpVXVta
    Let me know if you can't access the ScreenToaster video, it's my first try in publlishing a video via it.
    Cheers,
    CM.

  • LAN DNS resolution has changed - along with lots of other behaviours

    Hi
    Last Friday I experienced a lot of strange network/firewall behaviour on my Macs, both running 10.6.7. I don't know what the problem is but am trying to isolate it - or them.
    Considering just the MacBook Pro, I have been running the same setup for over a year at different locations and never experienced this before. The MBP is named Isola, it runs Windows XP Pro on VMWare Fusion and MAMP as a development/test environment for websites.
    Since I have had this setup, with MAMP running and using the normal Apache and MySQL ports I could connect to websites using Mac browsers on: http://localhost/, if I was testing on Windows browsers I would use http://isola/
    This worked at home using an Airport connection over a Netgear modem/router:
    TCP/IP
    Using DHCP with manual address
    IPv4: 192.168.0.5
    Subnet Mask: 255.255.255.0
    Router: 192.168.0.1
    Configure IPv6: Automatically
    DNS Servers: 192.168.0.1
    Search Domains: -
    It also worked at the office - 2 Macs networked using a Netgear Gigabit switch, also connected to the building's ethernet system for external internet connection:
    TCP/IP
    Using DHCP
    IPv4: 10.0.21.10
    Subnet Mask: 255.255.255.0
    Router: 10.0.21.254
    Configure IPv6: Automatically
    DNS Servers: 10.0.21.254
    Search Domains: popcorn
    I have two Locations set up in networking preferences, Home and Office. DHCP and DNS at home are provided by my ISP I believe. Apparently the IT infrastructure in the building where my office is located handles the DHCP and DNS.
    Since last Friday when I try to connect to http://isola/ using a Windows browser the request either times out (Internet Explorer) or is re-routed to http://www.isola.com (Firefox and some other browsers). In order to the site on my MAMP server I have to use http://isola.local/
    I can replicate the same behaviour when trying to connect to the MAMP server using my Mac Pro.
    I have flushed both Macs' DNS caches, repaired permissions and tried other stuff which I can't quite remember now. Nothing has made any difference.
    I'd really like to know if this new behaviour is likely to be caused by my configuration or the office DNS setup and ideally get it back to what it was before.
    Yesterday I started experiencing strange behaviour with the MBP firewall. It may be part of the problem or not - I'll include for information. It has always been on and set up normally - none of the Advanced settings checked. There were a whole load of software listed in the Advanced tab such as Skype, Safari, Opera configured to accept incoming connections. Yesterday for the first time ever I had a whole load of firewall dialogue boxes open on start up asking to allow or block network connections to basic OS X services: AppleFileServer, cups-lpd, cupsd, httpd, krb5kdc, mysqld, nmbd, smbd, vmnet-natd. I think some of these are due to File Sharing and Printer Sharing being enabled in the Sharing Preferences - but they've been enabled for over a year.
    Thanks in advance for any advice.

    Safari gives the error message
    Safari can't open the page "[URL]" because your computer isn't connected to the Internet.
    on any attempt to access a page by URL. If I put in an IP address it loads fine (aside from not being able to resolve any links to images, etc. which are linked using a domain name).
    nslookup google.com on the command line gives the error:
    /SourceCache/bind9/bind9-31/bind9/lib/isc/unix/socket.c:4525: bind: No route to host
    nslookup: isc_socket_bind: unexpected error
    DNS resolution does not work on Firefox either.
    All checkboxes in the System Preferences>Network>Advanced>Proxies tab are unchecked. The box at the bottom ("Bypass proxy settings...") contains:
    *.local, 169.254/16
    Thanks for trying to help me out! I'm happy to provide any other information that might be useful to you.

  • Using native IIS 6.0 Gzip Compression in front of WLS 8.1 SP5

    (IIS 6.0 => ISAPI proxy(/*) => WLS 8.1 SP5 )
    Instead of usign a servlet filter and Gzip compression inside the, I would like to test the IIS 6.0 Gzip compression. I want to do this because the IIS server farm is severley underutilized in CPU and seems like the best use of that resource.
    It is easy to config this in IIS 6.0. However, I can get IIS served static pages back compressed, but requests proxied to WLS return uncompressed, even though I have configured DLL calls to be zipped inide IIS.
    The question is: has anyone done this and if so, what is the config.

    I am trying to solve the same issue. This is what I've discovered so far. I have been able to get page compression to work with IIS 4.0 and 5.0 using the iisproxy plugin. The trick was to add both "jsp" and "wlforward" extensions to the script file list to compress dynamic files.
    IIS 6.0 changed the compression module from an ISAPI plugin to internal code. The configurations look the same, but I am not able to get JSPs to be compressed. I can compress static files, I can compress ASP files so I know I have compression working and I know that I have dynamic file compression working.
    This is a great article on configuring compression in IIS, it should get you started in the right direction. I know it's from a .Net site, but the fundamentals are the same and it's very well written.
    http://dotnetjunkies.com/Article/16267D49-4C6E-4063-AB12-853761D31E66.dcik
    I am now trying to figure out how to get IIS 6.0 dynamic page compression to work with the iisproxy plugin. Any ideas?

  • Can't get adf-faces-demo.war working on WLS 8.1 SP5

    Did a search & found some others facing the same difficulties as I am, also followed some recommendations of using an exploded war instead of archive war, and also adding some JARs from Tomcat 5.5.* onto my classpath, but the demo still refuses to work on WLS 8.1 SP5.
    Using the hyperlink http://127.0.0.1:7001/adf-faces-demo, I kept getting a blank page. And on my WLS console, I'm seeing these:
    Mar 15, 2006 6:37:23 PM oracle.adfinternal.view.faces.webapp.ConfigParser parseConfigFile
    INFO: ADF Faces is running in debug mode. Do not use in a production environment. See:/WEB-INF/adf-f
    aces-config.xml
    Could somebody help me with this?
    Or WLS 8.1 totally doesn't work with JSF?

    Dear Prasanth,
    You're right; so what I did next was to rename my .jspx to .jsp, and this time round I hit this exception while accessing the index.jsp page, any idea what other stuffs I did to do?
    Thanks for your help!
    javax.servlet.jsp.JspException: Cannot find FacesContext
         at javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:405)
         at com.sun.faces.taglib.jsf_core.ViewTag.doStartTag(ViewTag.java:105)

  • IPhoto behaviour with Albums

    can anyone explain or point me in the direction of the reaoning behind iphotos behaviour with Albums and Smart Albums in 2 situations.
    the first, is when using Airpics App and Server, the second when viewing a shared library.
    my set up is my iPhoto main DB is on a headless Mini. I also have a MBP on the same wireless network that view and controls the Mini.
    in situation 1, when my iPad views my Minis library via thr Airpics apps, it says it only views Albums and Smart Albums, not Events but i can see an item that is an event. it consequently is the last full import i do so is the last import considered an album or smart album?
    in 2, when i view my Mini iPhoto DB on my MBP via sharing, lots of Albums and Smart Albums come up from the past that i have deleted. Where is it gettign this info from? is it old stuff from the Minis DB coming through? Or are these current or old stuf from my MBP somehow? when i open the Minis DB on my MBP using Alt-Open and selecting the DB Directly instead of over sharing, these Albums / Smart Albums dont exist. i only see what i expect to see, Currwnt set up..

    thank you again Terence.
    you see ma bit of an iPhoto Guru, Terence and i dont know how else to contact you and i know its niot right to change a thread half way through but do you have any knowledge on the best way to handle this situation:
    i have my iphoto on my headless Mini, controlled by MBP remotely and within the same Wi fi network when home. Iphoto over both is unusably slow. How could i combat this? im told not to use the Mini Library via MBP sleected via ALT when opening as if WiFi drops out it can corrupt. If i use the Sharing from the iPhoto.Mini to MBP, iPhoto.Mini must be open therefore iPhoto.Mini on Sharing on MBP cant be editted, only viewed. The one utility that helps is the iPhoto Manager but all that essentially does is copy from one to another over WiFi so i dont see the difference in that app doing it or me manually doing it, TBH id rather manually do it.
    And i need to store the iPhoto main DB at home as iTunes and my iPad use it while i'm not there, and its now too big to carry around on a 5 year old MBP.
    I like a lot of others seem lost on how to effectively manage and use iPhoto

  • Migrating from WLS 8.1 SP5 to Sp6

    We have successfully runned WLS 8.1 SP5
    When we were migrating from SP5 to SP6 in starting logs had been occured strange errors:
    <Jul 6, 2007 3:01:49 PM EEST> <Error> <JDBC> <BEA-001263> <Data Source named edx.servman.databasePool should not point to the Pool edxUserConnectionPool, Poo
    l edxUserConnectionPool has already been referenced by the another TxDataSource.>
    <Jul 6, 2007 3:01:49 PM EEST> <Error> <JDBC> <BEA-001263> <Data Source named edx.user.databasePool should not point to the Pool edxUserConnectionPool, Pool e
    dxUserConnectionPool has already been referenced by the another TxDataSource.>
    <Jul 6, 2007 3:01:49 PM EEST> <Error> <JDBC> <BEA-001263> <Data Source named jdbc.ecs_serial_trans should not point to the Pool edxUserConnectionPool, Pool e
    dxUserConnectionPool has already been referenced by the another TxDataSource.>
    All these DSources have been running on SP5 on the same pool. But this config doesn't work on SP6. What is issue?

    Anton Gavazuk wrote:
    We have successfully runned WLS 8.1 SP5
    When we were migrating from SP5 to SP6 in starting logs had been occured strange errors:
    <Jul 6, 2007 3:01:49 PM EEST> <Error> <JDBC> <BEA-001263> <Data Source named edx.servman.databasePool should not point to the Pool edxUserConnectionPool, Poo
    l edxUserConnectionPool has already been referenced by the another TxDataSource.>
    <Jul 6, 2007 3:01:49 PM EEST> <Error> <JDBC> <BEA-001263> <Data Source named edx.user.databasePool should not point to the Pool edxUserConnectionPool, Pool e
    dxUserConnectionPool has already been referenced by the another TxDataSource.>
    <Jul 6, 2007 3:01:49 PM EEST> <Error> <JDBC> <BEA-001263> <Data Source named jdbc.ecs_serial_trans should not point to the Pool edxUserConnectionPool, Pool e
    dxUserConnectionPool has already been referenced by the another TxDataSource.>
    All these DSources have been running on SP5 on the same pool. But this config doesn't work on SP6. What is issue?Hi. This is a known issue with 81sp6. Ask support for the patch
    for CR308071. We document that it is forbidden to have multiple
    XA datasources pointing to the same pool, and we now enforce that,
    but the bug is that we were also preventing mulitple datasources
    to non-XA pools as well.
    Joe

  • Strange account behaviour with active sync

    Hi all,
    i determined a strange behaviour with Active Sync:
    I deleted an Account in IDM but in the active sync log i can always see the account information??
    Thnx Michael

    Although, now that you are doing this
    My workaround is to use an additional offscreen buffered image, do all of my rendering to that, and then at the end copy that image in one go to the drawGraphics from the buffer strategy.you no longer need to use BufferStrategy.Yes, good point. That didn't occur to me.
    The way my implementation is I have a pluggable rendering strategy (i.e. the strategy pattern) where I can choose an implementation that will use the frame's bufferStrategy and drawGraphics, or my own BufferedImage back buffer. In light of what you've said I can easily change my implementation to not use the buffer strategy at all and I should save some rendering time.
    I've found all sorts of weird behaviour when I use active rendering and have the OpenGL pipeline enabled (I need the pipeline enabled because I want accelerated images), e.g. even setting rendering hints can sometimes cause drawString to not output any text after the first frame.
    I was really using BufferStrategy because I wanted to use hardware page flipping and sync my screen updates to the vertical blanking interval which, as it happens, I can't actually get to work - but that's a problem for another day/topic.
    Anyway, I appreciate your follow-up, thanks.

  • Strange behaviour with Subjective Assessments comments in SSM10 SP10

    Good day community,
    We have strange behaviour with Subjective Assessments comments in SSM10 SP10.
    We have been using this successfully for 3 quarters.
    The scenario is as follows.
    Business users capture Subjective Assessment comments successfully and these can be viewed on the scorecard overview for Q3. This can be printed to PDF successfully as well.
    A few hours later, when the user accesses the Scorecard Overview, the Q3(March 2014) comments are now replaced with the
    Q2(Dec 2013) comments. 
    This has not happened previously. We have recently deployed Internet Explorer (IE) 10 to some of the machines that previously used IE9 or IE8. Could this be a contributing factor?
    This has happened with one database on 2 contexts.  Although the database/scorecard in question has been created on SSM10, we have recently upgraded the rest of the organisation onto SSM10 from SSM7.5 but those are completely separate databases.
    We have not found a pattern yet, but there is only one assigned administrator for this database and she often has 'funny' things happen on her machine. Could it be possible that there's a virus on her machine? Or maybe there's a sequence or combination of steps that she's doing that could cause this? We have not been able to recreate the situation in our developer offices.
    Any ideas on this strange behaviour would be appreciated.
    Regards,
    Natasha

    Hi everyone,
    We have since noticed that if you go into the Administrator > Context Management > and change the "Person Responsible" and then save, once you go back to the Scorecard Overview all the Q3 comments have been overwritten with the Q2 comments.
    This happened on a different machine so it seems there could be a bug in the Administrator.
    Any thoughts on this strange behaviour would be appreciated.
    Regards,

  • Weird behaviour with inlined SubVI's

    Every now and then I've ran into some serious weird behaviour where I've eventually traced it down to some inlined subVI. It has seemed as if the values used inside the inlined subVI don't match what the calling VI is feeding into its inputs. I haven't been able to consistently reproduce this issue so I apologize for the vague description, but since I felt I should finally address this and I couldn't really find anything similar by searching, I'll do my best to describe it and we'll see what turns up.
    As I mentioned, the issue certainly doesn't occur consistently. I use inlined subVI here and there and most of the time there are no problems whatsoever. I ran into the issues randomly I think four times now, first three of them were on LV2013 and this last time on LV2014. In all cases I have been using AF and I think the first times were actually with an actor class. At the time I thought it might have been related to the AF, and it still might, but now the last time it wasn't the actor class itself but a data member of one. So far all of the problems have occured with class methods, and I think the "corrupt values" have been the object private data, but I can't confirm this.
    This time the inlined subVI was a static dispatch method with contents shown below on the left and the calling on the right.
    I'm showing the calling just to point out that when I was investigating the problem and I probed the object wires before and after the inlined subVI the values (Calibration.X Step and Calibration.Y Step) were OK, but the result of the VI (Point out) was some insane value as if the actual division inside was performed by corrupt data. I think that the output value wasn't Inf, though, so the divider might not have been a default value such as 0.
    Other notes:
    I checked that the wires are connected to the inputs and outputs
    As I mentioned, the projects have always been relatively large AF setups, the problematic method has been an actor method or a method called by an actor somewhere down the chain. I have no reason to assume AF is the culprit, I'm just pointing this out, just in case
    The problem seems to occur quite randomly but once it "starts" it doesn't go away until I find which inlined subVI it was and change it to a normal VI call
    The problem might not even be specifically inlined subVI related but for example pre-allocated VI related instead
    I don't know whether the problem would occur in a built executable as well, so far I've only ran into them while testing while developing and fixed them there
    Looking at the "Known Issues" related to inlined subVI's I don't know if this related to them. The other one deals with execution systems, which I haven't touched to my knowledge, and the other one says "An Inline public methodVI calling a private-scope method VI, inlined into a non-class caller may give a runtime error when trying to call the private method from the inlined code in the non-class caller."
    LabVIEW version is 14.0.1 (2014 SP1 32bit) on Windows 8.1
    Yep, reading through this post I gotta say I'm not expecting much, what a mess, but it would be great to find out if anyone else has ever ran into similar problems or has a clue what's going here.

    Just for the sake of your sanity, I've seen "funky" behaviour with inlined VIs also, but on Real-Time targets.
    I've never been able to narrow down the exact problem but it seems to be related to changed made to inlined VIs not being reflected in the compiled code od VIs which call them.
    I've reported it but without code which can actually reproduce it, it cannot be fixed.
    Say hello to my little friend.
    RFC 2323 FHE-Compliant

  • I cant remember my password to logon to my mac, how can i change it with out needing the old one?

    i cant remember my password to logon to my mac, how can i change it with out needing the old one?

    http://support.apple.com/kb/HT1274

  • Error while changing BOM with change number

    Hi ALL, Please help me with followed error message, I am using ECM. I created ECR and converted to ECO and then released.
    Object management record cannot be generated
    Message no. 29046
    Diagnosis
    You want to change the BOM with the entered change number.
    One of the following situations triggered this error message:
    1. The indicator that allows automatic generation is not set for object type BOM in the change master.
    2. The indicator generation only on initial creation is set for object type BOM
    3. You are processing a change request.
    System response
    The system checks whether the indicator object management record will be generated is set in the change master.
    If the indicator generation only on initial creation is set, the system checks whether the BOM exists in the system.
    Procedure
    If you are authorized to change the change master, execute the following steps:
    For 1.)
    Set this indicator for object type BOM or create the control record in the change master.
    For 2.)
    If the BOM already exists in the system and the generation only on initial creation indicator is set, the system can no longer generate the control record automatically.
    In this case you have to add the object control record to the change master first, then you can change the BOM in relation to the change number.
    For 3.)
    You cannot generate any object control records for a change request.

    Hi
    With your question regarding changing BOM with change number  it looks lke there may be problem in defining the Object types,objects.Moreover whenever converted to ECO you need to enter into cs02 tcode for changing the bom with relevant change number and valid from date.
    Hope this gives you a clear idea.let me know if you need anyfurther inputs.
    Regards
    Praveen

  • Creation of Change request with reference to existing change request

    Hi
    I want to do Creation of Change request with reference to existing change request for MDG-F and MDG c/MDG S Is it possible? If yes, How?

    Hi Sanjay,
    No , its not out of box functionality in MDG. Reason being, MDG framework provided some standard API's with the help of which we can do our development with ease.
    Like Governance API                            : IF_USMD_GOV_API
           Convenience Governance API         :IF_USMD_CONV_SOM_GOV_API
           Change Request API Interface:       IF_USMD_CREQUEST_API
    With the help of which you can play around with your data in MDG with the pre-defined methods of it.
    Best Regards,
    Kaustubh

Maybe you are looking for

  • How can I pass URL parameter value to text field?

    Dear Masters, I have a text field. I want it to have a value based on the URL parameter, for example: http://myapplication.net:7777/pls/apex/f?p=102:1:::::P1_RTNUM:9448,P1_EMAILADD:email.add.here I want the value of the text field = P1_EMAILADD after

  • How do i install the 9.1.6 update if it won't recognize my 9.0.2 software

    I just updated to Lion, and went to open my Logic Pro only to see, "You can't use this version of the application Logic Pro 9.0.2 with this version of Mac OS X." After I downloaded the 9.1.6 update package, I tried to open it but was told that there

  • Uploading and script error

    Hi, I was trying to upload a file using fileReference, but the error comes when it's a big file saying: The script is causing flash to run slowly. Just wondering if there is a timeout defined in fileReference or how can I increase it. thanks.

  • AUDIO TO SCORE is gone and it was much more precise for drum doubling than the doubling function itself.

    AUDIO TO SCORE. I used that all the time for drum doubling for the following reasons: In Logic 9 i always used audio to score for drum doubling because it had much more control over essential parameters than the drum replacement window. Parameters li

  • Active window

    in my program 2 windows are displayed at once 1 is the menu which is JOptionPane the other is a jtextarea with scrollpane i can view the jtextarea but i cannot access it like scoll for example how do i make that window active when it is opened?