Jdeveloper 11g team development model when develpoing ADF JSF application.

We have a application include five nearly 10 screens developed using J dev 11g.
Our application conteins model and view projects.
We want some of our developer develop some of the screen of project and other programmer develop the other screens. Just one developer responsible from Model projects.
We shared responsibility between programmers such as.
Programmer1 --> input.jspx
Programmer2 --> edit.jspx
We gave programmer projects files. They develop the new screens.
But When we want to combine the screen, some of the shared files suchas (databinding.cpx) couses problems.
How can we manage this kinds of situations. We don't want to create a new projects for each screen.
We are using cvs. But shared files couses problems in CVS also.
is there any metodology you recommend ?
Thanks.

Hi,
Many of our users work in this same way - one application, one model project and one view/controller project. As you are using CVS I would suggest the following:
1. Have each developer check out the whole application, not just the project
This is because
a. there are dependencies between the model and VC project
b. many of the files also have dependencies (Java/XML metadata, binding, pagedef....)
2. Make use of Pending Changes
a. use outgoing changes to ensure that you check in all changed files
b. be careful that all your outgoing changes are properly checked in - as CVS does not do atomic commits you can experience the situation where some file dependencies are not check in (for example if a network failure). SVN does do atomic commits, by the way
c. use incoming changes to see changes that have been checked in by other developers - this allows you to do a Compare of files such as DataBindings.cpx to see what changes have been made and, if necessary, to discuss with the other developer prior to doing an update
3. Use JDevelopers Merge Conflict resolution functionality to merge any conflicts in files
4. If you are using Task Flows consider having one developer who is responsible for adding/editing them
a. The information that is shown on the design view is taken from the source XML file - so these will need to be merged if multiple users check in
b. There is a diagram file associated with each task flow (eg adf-config.adfc_diagram) - this holds the x.y postional information of each shape on the diagram. If a diagram is edited by multiple users it can be complicated to decide which positional info should take precedence
Can you give me an example of the problems you are experiencing with the data binding file?
regards
Susan
www.susanduncan.blogspot.com

Similar Messages

  • Which business layer for ADF/JSF applications?

    We are considering developing j2ee applications using ADF Framework ad JDeveloper. We have choosen to use ADF framework using ADF Faces as a view layer, JSF Controler.
    Can someone give me a suggestion about which tecnology to use to build service layer?
    Since we are java developers, is it better to use Toplink POJOs or is there some advantages using ADF BC.
    Is there any tutorial or note thet can help us making this choice?
    Thank you very much
    Michele

    The ADF Developer's Guide for Forms/4GL Developers and the corresponding end-to-end tutorial for the SRDemo sample using ADF Business Components should be on OTN by the end of this week. If you are interested in a pre-release, please email me at [email protected]
    Thanks.
    The ADF Developer's Guide for advanced J2EE Developers and the end-to-end tutorial using EJB/Toplink are already on OTN. Using these side by side, hopefully it will help you get an idea of which one feels like a better fit for your team's background, experience, and preferences for ways of working.

  • URGENT: How to debug non-reproducable problem(s) in ADF JSF application?

    This is one of the most anoying things in programing.... We have JSF application developed by JDev 10.1.3 and deployed on AS. It works fine but almost once or twice per day users complain that, say on a certain page (could be any page) they click on a button or a link and nothing happens. Sometimes it looks like the browser is trying to open a page but never does and sometimes the link or a button is dead. I looked into log file under opmn/logs and could not find anything?
    This is very urgent, so please, please if you have any hint on how to approach this problem, let me know. At this time I cannot file the Service Request with Oracle since they would ask me to create sample code and reproduce the problem which is just not possible.
    please help.

    Hi,
    if you are on JDeveloper 10.1.3.0 then chances are that these are concurrency issues. If a user starts a long running query then others may be blocked by this. This is fixed in JSF RI that is contained in JDeveloper 10.1.3.1
    Its just a guess. To prove my assumption, make sure you run the app with a single seat and see if the issue reproduces or exclude queries from the tests.
    Frank

  • ADF-JSF: Application Performance Issue

    Hello!
    My question or set of questions will be a bit vague...I am simply not sure where to look for problem(s). So here is what I have. Application implemented with ADF-JSF (JDEV ver:10.1.3.2.0). It basically has 5 pages. Each page containes user input form, commandButton and result table. Functionally, each page is a 'search page' that returns results based on what user specified in the form. Components on each page are bound to VO that is based on EO (DB table). Tables have at least 2.5M records up to 16M. Certain indexes exist (for most common searches) to improve the performance. However, there have been performance issues found and largely they would be grouped into the following:
    1. User is on page A, performs the search, goes to page B (via link) and performs other search, then goes back to A and similar search takes much longer to return results. Seems to me that this moght be related to memory. Maybe results of the previous search are cashed and it takes new search to retreive results longer as the VO cashe needs to be cleared first. Does that make sense?
    2. User is on page A and then goes to B. Leaves browser for 10-20 minutes and tries to go back to A. It takes up to a minute before page reloads with the previously displayed results. I am thinking this has to be related to page lifecycle where AM tries to re-execute bindings ( I do not think it is passivation issue though). What is the best practice to control the lifecycle?
    Any pointer on where to look for the solution is very welcome.
    Rade

    Carl,
    To use Tom Kyte's analogy, you are firing a gun into a room full of people hoping to hit the bad guy. You haven't seemed to have gotten any information about where the performance issues lie. It could be in the DB, network, ADF Business Components, JSF layer, other stuff monopolizing resources, etc, etc. I have ADF BC apps developed in 10.1.3.3 that run quite well.
    So, I would recommend you spend some time investigating where the performance problems lie. Try turning on logging output, check machine utilization - use your investigative techniques to find the bad guy so you can then work on fixing him.
    John

  • Jdeveloper 11g 11.1.2.3.0 adf template

    Hi,
    I have been trying to create a template which is browser friendly, and I am having issues with the components.
    I have tried to use these components:
    if used a panel group layout- horizontal and then panel stretch layout as a child component- it doesn't stretch according to the browser but if reduced the browser window size after running the page it gives a scroll bar and works fine.
    if used a panel stretch layout and panel group layout as a child component it does stretch with different browsers dynamically but if reduced the window size it doesn't give a scroll bar instead all the images and text gets mixed up or something.
    Could someone please tell me the right components to use which would stretch along correctly with every browser?
    Thanks,
    Sue

    Thanks for the reply Timo.
    The issue is right now I am using a Panel Stretch Layout as a parent component and within that is one more Panel Stretch Layout, here I am using Panel Stretch Layout again as a child instead of a group layout because I am using all the facets (top, bottom,start,end) in the Stretch layout right now which I require.
    And this is stretching the page to fit any browser but the only issue is if the browser window is reduced, instead of giving a scroll bar by default it just collapses everything within in a messy way. Please let me know a solution to this.
    Thanks,
    Sue

  • JDeveloper 11g is extremely slow when embedded server started

    Oracle Jdev experts,
    My machine configuration is - 2GB RAM, Intel Core2 Duo 2.4 GHz processor, 160GB HDD, Windows XP Professional
    As such jdev itself runs on slower side as compared to other applications. Still it is manageable until I start embedded server.
    After I start embedded server, my machine becomes terribly slow. I cannot open any other application..even opening notepad or blank browser window takes 5 min.
    Available physical memory drops to less than 100MB which was around 1.4 GB before starting jdev. Please note that I had opened only jdev in the meantime.
    Is there any way I can improve jdev performance and save significant time working on it?
    Any suggestion in this regard is highly appreciated.
    Thanks in advance

    2GB, even though it may meet the "minimum" requirements is probably too low.
    [url http://blogs.oracle.com/shay/2006/03/29#a104]This is a few years old, but has some good tips.
    JOhn

  • Error when call jasper reoprt from ADF jsf application

    Dear All
    please help me
    i create class in my model to call report then in created this method
    public void runreport() {
    try {
    InputStream input=new FileInputStream(new File("d:/jasperreports/hr.xml"));
    JasperDesign jasperDesign = JRXmlLoader.load(input);
    JasperReport jasperReport = JasperCompileManager.compileReport(jasperDesign);
    //Second, create a map of parameters to pass to the report.
    Map parameters = new HashMap();
    parameters.put("Title", "EmpDept JasperReport");
    //Third, get a database connection
    InitialContext initialContext = new InitialContext();
    DataSource ds = (DataSource)initialContext.lookup("java:comp/env/jdbc/HR");
    Connection conn = ds.getConnection();
    //Connection conn = Database.getConnection();
    //Fourth, create JasperPrint using fillReport() method
    JasperPrint jasperPrint = JasperFillManager.fillReport(jasperReport, parameters, conn);
    //You can use JasperPrint to create PDF
    OutputStream output=new FileOutputStream(new File("d:/jasperreports/hr.pdf"));
    JasperExportManager.exportReportToPdfStream(jasperPrint, output);
    //Or to view report in the JasperViewer
    JasperViewer.viewReport(jasperPrint);
    } catch (JRException e) {
    // TODO Auto-generated catch block
    e.printStackTrace();
    } catch (SQLException e) {
    // TODO Auto-generated catch block
    e.printStackTrace();
    } catch (Exception e) {
    // TODO Auto-generated catch block
    e.printStackTrace();
    but when i call this method i got this error
    08/02/09 21:09:19 javax.naming.NameNotFoundException: java:comp/env/jdbc/HR not found in HR-ViewController-webapp
    08/02/09 21:09:19      at com.oracle.naming.J2EEContext.getSubContext(J2EEContext.java:225)
    08/02/09 21:09:19      at com.oracle.naming.J2EEContext.lookup(J2EEContext.java:172)
    08/02/09 21:09:19      at com.evermind.server.ApplicationContext.lookupInJavaContext(ApplicationContext.java:308)
    08/02/09 21:09:19      at com.evermind.server.ApplicationContext.unprivileged_lookup(ApplicationContext.java:232)
    08/02/09 21:09:19      at com.evermind.server.ApplicationContext.lookup(ApplicationContext.java:197)
    08/02/09 21:09:19      at javax.naming.InitialContext.lookup(InitialContext.java:351)
    08/02/09 21:09:19      at model.Runreport.runreport(Runreport.java:33)
    08/02/09 21:09:19      at view.backing.Emp.commandButton2_action(Emp.java:300)
    Regard
    Faleh Alotaibi

    javax.naming.NameNotFoundException: java:comp/env/jdbc/HR not found in HR-ViewController-webapp
    To the web.xml please add the following resource-ref element.
    <resource-ref>
    <res-ref-name>jdbc/HR</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>

  • Oracle ADF JSF APPLICATION

    Pls, can any one help me how to implement inputfile component that is how use it to upload file to application server.

    <af:inputFile label="Upload:" value="#{managedBean.file}"/>   -- Managed bean is Bean you need to create . The file value binding is with a varible name file in managedbean
      <af:commandButton text="Begin" action="#{managedBean.doUpload}"/>     Similarly doUpload is method inside the managed Bean.
    see this link .. and follow
    ADF Webcenter Blog: File Uploading in ADF

  • JDeveloper 11g/ADF Faces Rich Client

    Hello,
    We are trying to decide between using JDeveloper 10.1.4 and JDeveloper 11g for developing a new application - we plan to use just the ADF Faces layer of the ADF Framework along with Spring and TopLink for other layers.
    On one hand we think that is is safer to use 10.x version of ADF Faces as it may be more stable and on the other hand we are tempted to use 11g as it provides Ajax-enabled JSF Components.
    Has anyone used ADF Faces Rich Client Framework for developing applications? Is it stable enought to be used for production-level applications?
    I would love to hear your thoughts!

    Hi,
    don't use 10.1.3.4 to develop a new application now unless you have browser constraints with your user-base.
    ADF Faces RC / 11g requires:
    FireFox 2, 3
    Internet Explorer 7.0
    Safari 3.0
    11g is a significant update and they have vastly improved/redesigned a lot of things that were difficult/complex to do in earlier versions.
    Plus the 11g user interface is way better from a users perspective.
    Brenden

  • How to add adf faces in component pallete of jdeveloper 11g?

    how to add adf faces in component pallete of jdeveloper 11g?

    Hi,
    the replacement of ADF Faces HTML components in JDeveloper 11 is Trinidad. For existing applications, a migration path will be provided in JDeveloper 11 production. I wouldn't recommend configuring ADF Faces in JDeveloper 11.
    You an configure ADF Faces Components in JDeveloper 11 by :
    - Tools --> Manage Libraries
    - Create a User Library
    - select ADF Faces adf-faces-impl.jar
    - Enure the namespace is not af or afh but something different to not cnflic with teh ADF Faces RC components
    Note that adding the ADF Faces components to the component palette will not make them show in the ADF binding context menu nor will it automaticaly set up the web.xml file. The components are available as any other JSF library set
    Again, I wouldn't go this way ;-)
    Frank

  • JDeveloper 11g - big problems

    Hello,
    I have two "unsolvable" problems in JDeveloper! I cant find nowhere a solution to the problems are so banal, and stupid .... The first problem, fresh install JDeveloper 11g and want to make a swing desktop application. Do the following: New Application, I choose Java Desktop Application, Next, Finish. Then right-click "New ..." and take the ADF Swing Panel Empty. Immediately to run, and it run blank panel, but with a "million" mistakes:
    May 19, 2010 6:03:05 PM oracle.jbo.uicli.mom.CpxUtils$Visitor logMainApplicationCpx
    INFO: file:/C:/JDeveloper/mywork/Chat/Client/classes/chat/DataBindings.cpx
    May 19, 2010 6:03:05 PM oracle.adf.share.config.ADFConfigFactory getInstance
    INFO: ADF Config instance implementation in use is : oracle.adf.share.config.MDSConfigFactory
    May 19, 2010 6:03:06 PM oracle.as.jmx.framework.LoggerHelper log
    SEVERE: Error initializing the JMX FRamework SPI "oracle.as.jmx.framework.standardmbeans.spi.JMXFrameworkProviderImpl"
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.as.jmx.framework.PortableMBeanFactory.initializeSPI(PortableMBeanFactory.java:1876)
    at oracle.as.jmx.framework.PortableMBeanFactory.initializePlatformSPI(PortableMBeanFactory.java:1832)
    at oracle.as.jmx.framework.PortableMBeanFactory.init(PortableMBeanFactory.java:1812)
    at oracle.as.jmx.framework.PortableMBeanFactory.<init>(PortableMBeanFactory.java:204)
    at oracle.as.jmx.framework.PortableMBeanFactory.<init>(PortableMBeanFactory.java:212)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at java.lang.Class.newInstance0(Class.java:355)
    at java.lang.Class.newInstance(Class.java:308)
    at oracle.mds.core.MDSInstance.lookupMBeanServer(MDSInstance.java:1999)
    at oracle.mds.core.MDSInstance.checkMDSDeployStatus(MDSInstance.java:910)
    at oracle.mds.core.MDSInstance.<init>(MDSInstance.java:1631)
    at oracle.mds.core.MDSInstance.<init>(MDSInstance.java:1605)
    at oracle.mds.core.MDSInstance.findAndStoreMDSInstance(MDSInstance.java:1900)
    at oracle.mds.core.MDSInstance.getOrCreateInstance(MDSInstance.java:487)
    at oracle.mds.core.MDSInstance.getOrCreateInstance(MDSInstance.java:458)
    at oracle.adf.share.config.ADFMDSConfig.getDefaultMDSInstance(ADFMDSConfig.java:404)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.adf.share.config.FallbackConfigImpl.getMDSInstance(FallbackConfigImpl.java:65)
    at oracle.adf.share.config.ADFContextMDSConfigHelperImpl.createMDSSession(ADFContextMDSConfigHelperImpl.java:50)
    at oracle.adf.share.ADFContext.getMDSSessionAsObject(ADFContext.java:1078)
    at oracle.jbo.mom.MOMParserMDS.getMDSSession(MOMParserMDS.java:60)
    at oracle.jbo.mom.MOMParserMDS.parse(MOMParserMDS.java:189)
    at oracle.jbo.mom.MOMParserNonMDS.readAndParse(MOMParserNonMDS.java:71)
    at oracle.jbo.mom.DefinitionContextStandard.readAndParse(DefinitionContextStandard.java:237)
    at oracle.jbo.mom.DefinitionManager.loadProjectDefinition(DefinitionManager.java:1447)
    at oracle.jbo.uicli.mom.JUMetaObjectManager.findCpx(JUMetaObjectManager.java:562)
    at oracle.jbo.uicli.mom.JUMetaObjectManager.loadCpx(JUMetaObjectManager.java:606)
    at oracle.jbo.uicli.controls.JUTestFrame.createBindingCtxAndSetUpMenu(JUTestFrame.java:152)
    at oracle.jbo.uicli.controls.JUTestFrame.<init>(JUTestFrame.java:117)
    at oracle.jbo.uicli.controls.JUTestFrame.startTestFrame(JUTestFrame.java:80)
    at chat.Panel1.main(Panel1.java:90)
    Caused by: java.lang.NoClassDefFoundError: javax/management/j2ee/statistics/Stats
    at oracle.as.jmx.framework.standardmbeans.spi.CoreJMXFrameworkProviderImpl.createMBean(CoreJMXFrameworkProviderImpl.java:62)
    at oracle.as.jmx.framework.PortableMBeanFactory.createMBean(PortableMBeanFactory.java:230)
    at oracle.as.jmx.framework.config.session.ConfigurationSessionManager.registerSessionManagerMBean(ConfigurationSessionManager.java:132)
    at oracle.as.jmx.framework.config.session.ConfigurationSessionManager.<init>(ConfigurationSessionManager.java:127)
    at oracle.as.jmx.framework.generic.spi.CoreJMXFrameworkProviderImpl.initConfigSessionInfrastructure(CoreJMXFrameworkProviderImpl.java:301)
    at oracle.as.jmx.framework.generic.spi.CoreJMXFrameworkProviderImpl.init(CoreJMXFrameworkProviderImpl.java:254)
    at oracle.as.jmx.framework.generic.spi.CoreJMXFrameworkProviderImpl.init(CoreJMXFrameworkProviderImpl.java:134)
    at oracle.as.jmx.framework.standardmbeans.spi.JMXFrameworkProviderImpl.init(JMXFrameworkProviderImpl.java:77)
    ... 41 more
    Caused by: java.lang.ClassNotFoundException: javax.management.j2ee.statistics.Stats
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
    ... 49 more
    Process exited with exit code 0.
    Therefore, the panel run, but these mistakes bush me, if anyone knows what's the problem? Maybe I dont chose the right Swing Desktop Project? Or what?
    Another problem is when I go to the source code of this panel, there not worjs my right brace - }. So, on a laptop, not work alg g + N (but, alt gr + B, (left brace) is work). Incredible... please help me ....

    I just tried it on my JDeveloper 11.1.1.3 and it worked ok.
    Seems like a local problem on your machine, might be worth installing a new JDeveloper instance and trying again.

  • No "Portlet Producer Application" in JDeveloper 11G

    Hi Everyone;
    I have been asked do some WSRP portlet development for Weblogic. following this tutorial, I donwloaded JDeveloper 11g. However there is no "Portlet Producer Application" option under "New Application".
    What am I doing wrong?
    Regards
    Gerhard

    Hi,
    se the Important Note in the web of product. http://www.oracle.com/technetwork/developer-tools/jdev/downloads/index.html
    your JDev version not include SOA and Webcenter Extensions
    you'll need to download Oracle JDeveloper 11.1.1.6.0.

  • ADF JSF URL problems...

    Hi All,
    I have the following requirement. Please could someone help me out?
    1) I have a dot net application into which I can log in with either the Canadian or US context. This is kind of multi-orging.
    2) Once logged in, the user needs to right click on a value in a panel inside this Windows dot net application and click a menu option.
    3) Once the option is clicked, a new JSF page will open. The URL for this JSF page will have the parameters such as the user country code plus the document number of the panel value.
    4) For this JSF page I am planning on an ADF JSF application. The application module for this application will have two database connections, basically two different schemas which are triggered based on the context information. These are already available in the bc4j.xcfg file.
    5) Based on the country parameter passed in the URL, I need to alternate the database connection information on the root application module created by the application between teh two database schemas using the bc4j.xcfg file in the Model project of the application. This needs to be done dynamically through the code.
    In order to fulfill the above requirement, I need to do the following:-
    1) As soon as the URL is triggered, the ADF application needs to read the URL parameters and set the context specific database schema of the application module without pressing a button or any other manual user trigger in hte JSF page. Basically I am looking at loading the JSF page dynamically after having set the database schema on the application module that was instantiated using the URL parameters
    2) After step 1, since the database schema is now set on the context I will be able to use the database schema to load data from the database objects.
    3) Each schema has a database trigger which runs when the database connection is initiated. This is used to set the multi-org context.
    Please could someone help me out with step 1 above on how to read URL parameters without any user triggers on the JSF page and setting the database schema on the application module being used by the application. Please remember that I am not using JDBC data sources but JDBC URL's to create m application.
    Any code samples to load the current application module instance and setting the database connection on the same from bc4j.xcfg would be very very helpful.
    Thanks a lot.
    Regards,
    Lester.

    Hi safir,
    thanks for your answer.
    With JSF also "normal" Links should be handled like Form-submit links
    ("Command buttons")
    (see in JSF manual "Using java server faces tech.", page 82 Handling Events: Application Events: #
    <i>Because app. events apply to the entire application, this kind of event is currently used for
    navigation between pages of the app.</i>)
    So it is a general Problem, you cannot copy the links from the browser.
    I understand, that is is not a bug,
    but is there maybe a solution for my problem?
    I want to use JSF, because of the good form validation
    operations.

  • Session expiration across different adf web applications

    Version of jdeveloper is 11.1.1.4.0. I have two adf jsf applications deployed in two different weblogic servers. Web application 1 navigates web application 2 in an external window or inline popup using a url view activity. I navigate from web application 1 to web application 2 without a problem. However when navigating back from web application 2 to web application 1 any action made in the ui of web app 1 throws an exception:
    javax.faces.application.ViewExpiredException: viewId:/main.jspx - ADF_FACES-30108:The view state of the page has expired because of inactivity. Reload the page.
    This problem does not occur when the 2 web applications are deployed in the same weblogic managed server. Is there any way to overcome this session inactivity issue.
    Thanks in advance

    you can set session timeout in
    web.xml
    weblogic.xml
    weblogic-aplication.xml

  • Programme does not work correctly when built as an application

    My programme operates correctly when in development, but when built into an application it fails to function with regard to closing and opening front panels. I am using 'open VI referance' and 'property node virtual instrument Front panel open' to close and open front panel, it is this area that seems to fail.
    Do I have to do anything special with VI's that contain Server Functions?
    Any help would be appreciated. I am using LABview 5.0 with its Application Builder.
    Many Thanks

    Hi Dennis,
    It is very difficult to understand the problem here.
    1. Could you please explain what you mean when you say "it fails to function with regard to closing and opening front panels" ?
    2. It may also help if you can attach your program so that I can take a look at it.
    3. What is the program intended to do?? I mean, is it some sort of serial application etc.??
    I hope to solve your problem soon.
    Sincerely,
    Sastry V
    Applications Engineer

Maybe you are looking for

  • About bdc rec & usage in target prog

    hi guru's, after the bdc recording is done, ihave got it in to a new program. can u give how to proceed further. where to insert the forms & code of this bdc_rec in my target program. please, can u give me a step wise like u did earlier for recording

  • Weblinks and Reports/Analytics

    Hello, I'm wondering whether there is any difference between weblinks to reports from analytics versus reports. The following weblink (<strong>historical data</strong>) that works fine: {color:#000000}//secure-ausomxbja.crmondemand.com/OnDemand/user/

  • How can i do scrapbook on mac?

    Is there an existing program, because i just bought tha new MacBook Pro so i was wondering if theres a allready instaled program

  • IPod does not shut off (? firewire problem ?)

    My Ipod does not shut-off and I don't wan't any of the "have you trouble shooted" have you restarted your iPod"....yes and yes I have done all the troubleshooting and have restored my ipod. It says "FireWire connections are not supported. To transfer

  • Getting random friend requests on BBM

    I have gotten about 30 friend requests from people i don't know on BBM. Any way I can change my PIN? Any help would be great!