JheadStart -Migrated to 10.1.3 ,but Few API not found.

Hi ,
I have migrated my project from JDEV 10.1..2 TO JDEVE10.1.3 , when I rebuild the project , it was showing many errors.so i checked out this forum and fixed by replacing import oracle.jheadstart.model.adfbc.JhsApplicationModuleImpl; to import oracle.jheadstart.model.adfbc.v2.JhsApplicationModuleImpl;
Still there are some more import problems pertaining to JHEADSTART.
import oracle.jheadstart.JhsAdfConstants;
import oracle.jheadstart.view.strutsadf.RangeSetWrapper;
import oracle.jheadstart.view.strutsadf.TableBindingWrapper;
Here is import which is not identified in 10.1.3 giving lot of errors.
Thanks,

Hi
the JHeadstart forum is at: JHeadstart
Frank

Similar Messages

  • I'm sorry for repeating this, but i have not found a clear answer. i have a macbook wit iTunes library, an iMac, and a time capsule. how can i transfer my itunes library from TC backup to the iMac? thank you -

    i'm sorry for repeating this, but i have not found a clear, step-by-step answer in several hours.
    i have a macbook with iTunes library, a new iMac, and a new time capsule. how can i transfer my itunes library from TC backup to the iMac?
    (sharing the iTunes library between the macbook & iMack requires both machines and seems silly ...)
    thank you -

    No.

  • I can find many purchases in my purchase history, but they are not found when I "Check Available Downloads." How else can I download my purchases?

    I can find many purchases in my purchase history, but they are not found when I "Check Available Downloads." How else can I download my purchases?

    what happened to the initially downloaded files ? did you make a backup ? do you use time machine ?

  • -fuse-linker-plugin, but liblto_plugin.so not found ?

    I just built gdc (--enable-multilib, using gcc 4.7.0).
    And then every time I try to build D programs, I always get this:
    gdc: fatal error: -fuse-linker-plugin, but liblto_plugin.so not found
    Is that happen because I use gcc 4.7.0, or --enable-multilib, or both?
    Previously I built gdc using gcc 4.6.3 and --disable-multilib, and it worked fine.

    I have filed a bug report on this.
    https://connect.microsoft.com/dynamicssuggestions/feedback/details/749199/can-not-use-plugin-profiler-on-the-retrieve-pipeline-event
    Please vote for it.
    Thanks, Robert

  • Creating extensions Firefox 3.6.13: When dragging an XPI file (even pre-made), i'm always getting some error, which is not properly readable, but it says "not found" and an "ok" button.

    Hi! I want to develop an extension for Firefox.
    My problem is that none of the tutorials and sample which i find online work for Firefox 3.6.13 (on Mac).
    When dragging an XPI file (even pre-made), i'm always getting some error, which is not properly readable, but it says "not found" and an "ok" button.
    Please send me some info on how to make a "helloworld" extension installable in Firefox 3.6.13.
    My email is [email protected] Thank you very much!

    You can try to install the extension via File > Open File
    A forum better suited for such questions is this forum:
    *http://forums.mozillazine.org/viewforum.php?f=19 - mozillaZine Extension Development forum
    You need to register on the MozillaZine forum site in order to post at that forum.

  • I try download for premier pro and after affects but says page not found what happens?

    I try download for premier pro and after affects but says page not found what happens?

    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • I entered first and last name correct.but my ID not founded.what should i do?

    i entered my name and email correct.but my ID not founded!why?MY phone is disabled,version is beta ios7.

    I wonder if Apple will ever find their own answer to Macros... you know, in a non-virus way...
    AppleScript has been around since 1993 (I think) and isn't known for vulnerability to viruses. It works similarly to VBA macros, except that it is not "built into" Numbers the way VBA is built into Excel.  You run it from Script Editor or as a menu pick from the Scripts menu or (if placed within Automator) from the Services menu or a keyboard shortcut.
    Below is a short script that reads the names in selected cells, splits them into a last name and first-middle, and places them on the system clipboard.
    To use:
    Copy-paste into Script Editor
    Select the cells with the names you need to "split"
    Click the run button in Script Editor
    Click once in the first destination cell in Numbers.
    Command-v to paste.
    Just a quick copy-paste. No formulas or messing with text editors!
    SG
    tell application "Numbers"
      tell document 1 to tell active sheet
      tell (first table whose selection range's class is range)
      set pasteStr to ""
      repeat with aCell in selection range's cells
      set v to aCell's value
      set AppleScript's text item delimiters to " "
      set fstMidName to v's words 1 thru -2 as string
      set AppleScript's text item delimiters to ""
      set lName to v's last word
      set pasteStr to pasteStr & fstMidName & tab & lName & return
      set the clipboard to pasteStr
      end repeat
      end tell
      end tell
    end tell
    The result:

  • HT201272 oading in i tunes but i could not found this tutorials.I have purchased v ray basic Lighting Order ID: MHT9244F3D and downl

    I have purchased v ray basic Lighting Order ID: MHT9244F3D and downloading in i tunes but i could not found this tutorials.Pls be help.

    What device have you installed it onto ? If I'm looking at the correct app then it should be compatible with iPads, iPhones and iPod Touches that are running iOS 6+ . Do the tutorial not show then show up in the app after you've installed it ?

  • Migration to 11.1.2.2 problem, ApplicationModule not found.

    Hi Guys,
    After migrating our existing oracle ADF application from version 11.1.1.3 to the new version 11.1.2.2 we faced the below error on several screens. It seems that for different reasons we are loosing the application module without even having any error in the error log, then afterward whatever we do (ex: query a view that exist in the app module or call a function that exist in the app module or …….) we receive the below error.
    Note that for migration we opened and compiled the code on the version 11.1.1.4 then we went directly to the version 11.1.2.2, this is the certified way from oracle (check the link below)
    [http://www.oracle.com/technetwork/developer-tools/jdev/jdev11gr2-cert-405181.html#Migration]
    So I guess the question is:
    1) did anyone out there face this issue???
    2) Is our migration path wrong???
    3) Does anyone migrated successfully so far????
    Thanks guys,
    Alain.
    <Utils> <buildFacesMessage> ADF: Adding the following JSF error message: Object MasterTablesAppModule of type ApplicationModule is not found.
    oracle.jbo.NoObjException: JBO-25003: Object MasterTablesAppModule of type ApplicationModule is not found.
         at oracle.jbo.server.ApplicationModuleImpl.findViewObject(ApplicationModuleImpl.java:3367)
         at oracle.jbo.server.EntityImpl.fetchExprValueSupplierOverrideRow(EntityImpl.java:611)
         at oracle.jbo.server.EntityImpl$ViewRowRef.getViewRow(EntityImpl.java:13284)
         at oracle.jbo.server.EntityImpl.getExprValueOverrideViewRow(EntityImpl.java:588)
         at oracle.jbo.server.JboMandatoryAttributesValidator.validate(JboMandatoryAttributesValidator.java:102)
         at oracle.jbo.server.EntityDefImpl.validate(EntityDefImpl.java:3095)
         at oracle.jbo.server.EntityCache.validate(EntityCache.java:3613)
         at oracle.jbo.server.EntityImpl.validateEntity(EntityImpl.java:2376)
         at oracle.jbo.server.EntityImpl.validate(EntityImpl.java:2466)
         at oracle.jbo.server.DBTransactionImpl.validate(DBTransactionImpl.java:4541)
         at oracle.adf.model.bc4j.DCJboDataControl.validate(DCJboDataControl.java:1595)
         at oracle.adf.model.binding.DCBindingContainer.validateReferredDataControls(DCBindingContainer.java:4413)
         at oracle.adf.model.binding.DCBindingContainer.validateInputValues(DCBindingContainer.java:4332)
         at oracle.adf.model.binding.DCBindingContainer.validate(DCBindingContainer.java:4264)
         at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.validateModelUpdates(PageLifecycleImpl.java:300)
         at oracle.adf.controller.faces.lifecycle.FacesPageLifecycle.validateModelUpdates(FacesPageLifecycle.java:70)
         at oracle.adf.controller.v2.lifecycle.Lifecycle$6.execute(Lifecycle.java:202)
         at oracle.adfinternal.controller.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:197)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.access$600(ADFPhaseListener.java:23)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$3.after(ADFPhaseListener.java:323)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.afterPhase(ADFPhaseListener.java:75)
         at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.afterPhase(ADFLifecyclePhaseListener.java:53)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:444)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:207)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:508)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:125)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Thanks,
    Alain.

    Hi,
    if the application module runs in the tester then you can exclude the business service as the source of the problem. In this case have a look in the DataBindings.cpx file and the view controller project dependencies. E.g. if you added the ADF BC reference as a ADF library, check this library. If you have a project dependency, check this and compile the ADF model sources.
    If this doesn't help, the best recommendation is to work with customer support on how to reproduce this issue
    Frank

  • Publish to folder but website says: 'Not Found: Resource does not exist'

    Hi Everyone,
    I'm new here so I apologise sincerely if a similar question has been asked and answered.
    Well, I am currently trying to make a webpage for my mom on iWeb 08 and we also purchased a personal domain name. We are really new to this so I suppose its all still a bit confusing..
    I figured out we needed to enter a 'CNAME' into the domain site in order for our iWeb pages to get redirected to her site. And so we put in 'web.me.com' (I think) and were told that it 'should' work. So when I went to her personal URL, it initially asked for a username and password (even though I did not set one up through iWeb). I typed in her personal username and password as this was the only plausible one I could think of... but then the page loaded and the only thing it says is "Not Found: Resource does not exist."
    I'm not sure what is wrong - did I input the wrong CNAME or was I supposed to do something else as well as "Publish to a folder" --> then enter the URL for the site at bottom...?
    Would really appreciate some feedback - so lost right now!!

    Why are you publishing to a folder? You only need to do this if you are uploading directly to the domain webspace and you need an ftp client to do this such as Cyberduck.
    CNAME is only used if you are publishing the site to a MobileMe account and you are forwarding the domain to your MMe account?
    What is it that you are doing?
    If using CNAME, then you need to go to your MMe account and enter the domain name under the personal section, enter personal domain. Then publish your site and then go to your domain name registrar and go to the DNS settings and set the CNAME up to forward to web.me.com.
    If you are using CNAME forwarding, then from within iWeb you need to click on Publish All to MobileMe and NOT TO A FOLDER. The folder option is ONLY if you are uploading directly with ftp to your domain space.

  • Deadlock detected but lmd log not found

    We've an Oracle 10g RAC database. The version number is: 10.2.0.3.0. In one application sometimes we get deadlock error. When we check the alert log we see:
    Global Enqueue Services Deadlock detected. More info in file
    /oracle/product/admin/WEBCREAL/bdump/webcreal1_lmd0_27191.trc.
    But when we checkthe folder /oracle/product/admin/WEBCREAL/bdump/ we do not see any log that contains the string "lmd0". We've also checked adump, udump folders but there is no file. I've even applied below command to find all files that contains "lmd0" but I've found only some old log files:
    find / -name "*lmd*"I think there is a problem with lmd0 trace file generation but I can not find the root cause.
    Any suggestion about this problem?

    Your find statement is anyway wrong, because you should use wildcards like here:
    wcsprd@vsv1h181ps:/opt/wcsprd/ora/diag/rdbms/wcsprd/WCSPRD2 $ find . -name "lmd"-- Nothing found here
    wcsprd@vsv1h181ps:/opt/wcsprd/ora/diag/rdbms/wcsprd/WCSPRD2 $ find . -name "*lmd*"
    ./trace/WCSPRD2_lmd0_1527948.trc
    ./trace/WCSPRD2_lmd0_1634460.trm
    ./trace/WCSPRD2_lmd0_1527948.trm
    ./trace/WCSPRD2_lmd0_467134.trc
    ./trace/WCSPRD2_lmd0_467134.trm
    ./trace/WCSPRD2_lmd0_462908.trc
    ./trace/WCSPRD2_lmd0_462908.trm
    ./trace/WCSPRD2_lmd0_1478740.trc
    ./trace/WCSPRD2_lmd0_1478740.trm
    ./trace/WCSPRD2_lmd0_1634460.trc
    ./trace/WCSPRD2_lmd0_626694.trc
    ./trace/WCSPRD2_lmd0_626694.trm
    ./trace/WCSPRD2_lmd0_860250.trc
    ./trace/WCSPRD2_lmd0_860250.trmCan it be that there is a cleanup process running on your system to clean out the log/trace directories in order to save disk space??
    Otherwise the file must be there

  • Created serializable object, but get "Class not found" on "createObjectMessage()" cal

    I'm using OC4J 9.0.2.1 and JDeveloper 9.0.2 with Oracle db. I have a set of queues created in the database.
    Before I try to send my request, I create an instance of the serializable object I want to send. I do all of my queue connection setup, then I call:
    queueSession.createObjectMessage(request);
    Where "queueSession" is a QueueSession obtained from "queueConnection.createQueueSession()".
    When I step over this function call, I get the following:
    oracle.jms.AQjmsException: JMS-109: Class not found: com.attws.it.bsa.felix.mci.common.ServiceInfoRequest
    (The indicated class name is the type of the "request" object.)
    What could I be doing wrong?

    The code below creates the following classes when I compile it (using jsk1.3):
    DistanceBarApplication2.class
    DistanceBarApplication2$1
    DistanceBarApplication2$2
    DistanceBarApplication2$3
    DistanceBarApplication2$DistanceBar2
    The error I receive is: load: class DistanceBarApplication2 not found
    Here is my HTML code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML>
    <HEAD>
    <TITLE> New Document </TITLE>
    </HEAD>
    <BODY>
    <applet code="DistanceBarApplication2.class" width=300 height=50>
    </applet>
    </BODY>
    </HTML>
    Here is the Java code:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class DistanceBarApplication2 extends JApplet {
    private final DistanceBar2 bar = new DistanceBar2();
    public void init() {
    bar.setMaximum(100);
    bar.addMouseListener(new MouseAdapter() {
    public void mouseClicked(MouseEvent e) {
    bar.stop();
    JOptionPane.showMessageDialog(bar, bar.getValue() + " yards");
    bar.start();
    this.getContentPane().add(bar);
    bar.start();
    static class DistanceBar2 extends JProgressBar {
    private Thread mThread;
    private boolean mRunning= false;
    private int mValue = 0;
    private boolean mUp = true;
    private Runnable updater = new Runnable() {
    public void run() {
    setValue(mValue);
    public void start() {
    if (mRunning) {
    return;
    mRunning = true;
    mThread = new Thread(new Runnable() {
    public void run() {
    while (mRunning) {
    try {
    Thread.sleep(30);
    } catch (InterruptedException e) { }
    adjust();
    mThread.setDaemon(true);
    mThread.start();
    public void stop() {
    mRunning= false;
    // Best to let a thread run itself out
    // if (mThread != null)
    // mThread.interrupt();
    // Don't need this for this applet, but possibly later
    // public Dimension getPreferredSize() {
    // return new Dimension(300,70);
    private void adjust() {
    int delta = getMaximum() / 40;
    mValue += delta * (mUp ? 1 : -1);
    if (mValue >= getMaximum()) {
    mValue = getMaximum();
    mUp = false;
    } else if (mValue <= 0) {
    mValue = 0;
    mUp = true;
    SwingUtilities.invokeLater(updater);

  • I downloaded a movie in my Macbook Air but it's not found in the library?

    I have successfully downloaded a movie but it does not appear in the library of rented movies. Please help where can it possibly be? What should Ido?
    Thanks. anyabek

    Hi anyabek,
    The article below may be able to help you with this issue.
    Click on the link below to see more details and screenshots.
    iTunes: Finding lost media and downloads
    Follow the steps below to locate your missing iTunes media.
    Resume any interrupted downloads
    Choose Store > Check for Available Downloads from the iTunes menu. Click Resume if any downloads are listed as unfinished. For more information see How to resume interrupted iTunes Store downloads.
    Check your iTunes media folder
    For Mac OS X
    Open Finder.
    From the Side Bar click on your Home folder. (the folder named after your user account).
    Go to Music > iTunes > iTunes Media
    You may need to go to Music > iTunes > iTunes Music if the iTunes Media folder is empty.
    Open the corresponding folder for the file type you are looking for.
    The contents of the folder will be listed in alphabetical order. Depending on the folder, the files will be sorted by artist, author, or title. 
    If you weren't able to locate your lost media in the iTunes Media folder, you can check your preferences in iTunes to see if your media is located in another location. To do this, see Where is my iTunes media located?
    iTunes Store: Movie rental frequently asked questions (FAQ)
    If you are still having issues with your movie rental, please follow these steps to report it:
    How to report an issue with your iTunes Store, App Store, Mac App Store, or iBookstore purchase
    Find the email receipt for your purchase.
    Click Report a Problem under the app that is having the issue.
    When prompted, enter the Apple ID and password you used to purchase the item, then click Report a Problem.
    Click Report a Problem next to the item you are having an issue with.
    From the Choose Problem dropdown menu, choose the appropriate issue.
    Follow the onscreen instructions and—if prompted—type a description of the problem into the text field.
    Click Submit to have your issue reviewed.
    Hope this helps ....

  • How to publish my website - FTP files have uploaded onto SmartFTP but website is not found in

    I have designed by website using Adobe MUSE, which is a replacement for an exisiting website, so I already have a domain name and a host. The host is with Amenworld and I have gone onto their website and followed the instructions, this is what I have done step by step.
    - Designed the website on Adobe MUSE
    - Downloaded Smart FTP
    - Removed the files of the existing website
    - MUSE - File - Upload to FTP host
    - Logged into the Smart FTP using my username / password
    - Uploaded the new FTP files
    - The files appear and no error messages appear, but when I type in the web address it says page not found.
    I am a novice to this, so please any help and support would be appreciated.
    Regards

    Are you using Muse's built-in FTP Upload feature to upload your site files or are you exporting the site as HTML and uploading through SmartFTP? Whats the site URL? Make sure you upload All Files to your site and not just modified. A Page Not Found (404) error just means that the requested file is not available at that location. Do you see an index.html when you log in through SmartFTP under the Remote Site files panel?
    Thanks,
    Vinayak

  • Reports Migration from BOXI3 to BOXI4 but BOXI3 CMS not reachable

    Hello everyone,
    Currently, on my computer, I have BO XI 3 (deski+webi) and BO XI 4.1 installed.
    I am working on converting reports from BO XI 3 to BO XI 4.1.
    While using the conversion report tool in BO XI 3, some of my reports can not be converted from deski to webi due to errors.
    I, then, try to import these "failed" reports from the BO XI 3 (deski) CMS deski but all folders are empty.
    I have no error messages or anything.
    When cliking on folders where the reports are supposed to be, I get a blank folder.
    However, when trying to acess to CMS BO XI 3 webi, the reports which are already converted are visible.
    The problem is only on BO XI 3 deski CMS.
    Do not hesitate to tell me if you need additionnal information.
    Can anyone help me on this subject please ?
    Thank you,
    Best regards,

    Hi Audrey,
    I believe you are not able to import DeskI documents in DeskI client. Please correct me if I am wrong.
    Are you able to access the same in InfoView.
    Regards,
    Manpreet

Maybe you are looking for

  • End-of-file error message in a template

    I am receiving the following error message as I try to update a template. "There is an error at line 561, column 1 (absolute position 37746)...and then it give the file on my local server. This is the page with the difficulty that uses the template.

  • Scheduling start date and end dates

    Hello Gurus, I am trying to understand the schedule start date and schedule end date functionality in Plant Maintenance. I do understand the basic start and end dates. Currently I set up u201C3.Do not adjust basic dates, dep rqmts to order startu201D

  • READ_IMAGE_FILE  jpg format

    I'm not able to open a jpg image file with the READ_IMAGE_FILE command. I try READ_IMAGE_FILE('C:\TMP.JPG','JPG','BLOCK.ITEM') it make the FRM-47100 error. The "block.item" is an image item, but its "image format property" don't include the jpg forma

  • How to Override Cost Center in IT 1 based on certain conditions

    Hi, I have a pretty good understanding on how Cost Center gets defaulted based on Org Structure.  The standard SAP solution for Cost Center will not work for my client and I need to determine the cost center based on certain conditions. I understand

  • Accessing Panel Collection property( View & Detach) in programmatically

    Hi All, I am using JDeveloper 11.1.2.0.My scenario is two pages have same table surrounded by Panel Collection layout. Now User hiding some columns in first page table using panel colletion View property then he navigate to the second page the hidden