Setting up a Development Machine issues

Hi All,
I have created a new application for accessing cmsdk. It is working when I deployed it in an oc4j instance. But for enhancement of my application, I have to run it from JDeveloper. When I am running it through JDeveloper, some errors are coming in the <JDeveloperHome>/jdev/<workspace>/<workspace>-oc4j-app.log log file. The error is pasted below.
06/03/10 11:35:20 Started
06/03/10 11:35:24 webstarterapp-Sample1Project-webapp: JDevOJSP: init
06/03/10 11:35:24 webstarterapp-Sample1Project-webapp: LOGGING: init
06/03/10 11:35:24 webstarterapp-Sample1Project-webapp: LOGGING: [WebStarterAppServlet 1] init() called.
06/03/10 11:35:25 webstarterapp-Sample1Project-webapp: 9.0.4.0.0 Started
06/03/10 11:35:25 webstarterapp-Sample1Project-webapp: NodeGuardian: oracle.ifs.common.IfsException
oracle.ifs.common.IfsException: IFS-45063: Unable to get node configuration (null)
oracle.ifs.common.IfsException: IFS-20130: Unable to get database URL
oracle.ifs.common.IfsException: IFS-20129: Invalid domain name format (mypc:80)
     at oracle.ifs.common.IfsException.<init>(IfsException.java:301)
     at oracle.ifs.beans.LibraryService.getDatabaseUrl(LibraryService.java:1199)
     at oracle.ifs.management.domain.NodeGuardian.getNodeConfiguration(NodeGuardian.java:1617)
     at oracle.ifs.management.domain.NodeGuardian.getNodeConfiguration(NodeGuardian.java:1388)
     at oracle.ifs.management.domain.NodeGuardian.run(NodeGuardian.java:424)
     at oracle.ifs.management.domain.HttpServletNodeUtilities$1.run(HttpServletNodeUtilities.java:211)
06/03/10 11:35:25 webstarterapp-Sample1Project-webapp: NodeGuardian: Abnormal termination
06/03/10 11:35:25 webstarterapp-Sample1Project-webapp: Unable to run node guardian
oracle.ifs.common.IfsException: IFS-45060: Unable to run node guardian
oracle.ifs.common.IfsException: IFS-45063: Unable to get node configuration (null)
oracle.ifs.common.IfsException: IFS-20130: Unable to get database URL
oracle.ifs.common.IfsException: IFS-20129: Invalid domain name format (mypc:80)
     at oracle.ifs.common.IfsException.<init>(IfsException.java:301)
     at oracle.ifs.beans.LibraryService.getDatabaseUrl(LibraryService.java:1199)
     at oracle.ifs.management.domain.NodeGuardian.getNodeConfiguration(NodeGuardian.java:1617)
     at oracle.ifs.management.domain.NodeGuardian.getNodeConfiguration(NodeGuardian.java:1388)
     at oracle.ifs.management.domain.NodeGuardian.run(NodeGuardian.java:424)
     at oracle.ifs.management.domain.HttpServletNodeUtilities$1.run(HttpServletNodeUtilities.java:211)
06/03/10 11:35:25 webstarterapp-Sample1Project-webapp: com.evermind.server.http.NotFoundServlet: init
06/03/10 11:35:34 webstarterapp-Sample1Project-webapp: LOGGING: [WebStarterAppServlet 1] Server <WebStarterAppServer> not registered
I have run the application with the virtual machine java option as
-DIFS.DOMAIN.Name=mypc:80 -DIFS.DOMAIN.NODE=Sample1HttpNode
In the Webstarterapp sample app readme file, they are saying to set the virtual machine java option as
-DIFS.DOMAIN.Name=<your domain> -DIFS.DOMAIN.NODE=<yourNodeName>
I have tried the virtual machine java option as
-DIFS.DOMAIN.Name=ifs://ritesh:1521:CMSDK.mycompany.com:CM_SCHEMA -DIFS.DOMAIN.NODE=Sample1HttpNode
Then the following error is coming in the <JDeveloperHome>/jdev/<workspace>/<workspace>-oc4j-app.log log file.
06/03/10 11:41:55 Started
06/03/10 11:42:01 webstarterapp-Sample1Project-webapp: JDevOJSP: init
06/03/10 11:42:01 webstarterapp-Sample1Project-webapp: LOGGING: init
06/03/10 11:42:01 webstarterapp-Sample1Project-webapp: LOGGING: [WebStarterAppServlet 1] init() called.
06/03/10 11:42:01 webstarterapp-Sample1Project-webapp: 9.0.4.0.0 Started
06/03/10 11:42:01 webstarterapp-Sample1Project-webapp: com.evermind.server.http.NotFoundServlet: init
06/03/10 11:42:02 webstarterapp-Sample1Project-webapp: NodeGuardian: oracle.ifs.common.IfsException
oracle.ifs.common.IfsException: IFS-45063: Unable to get node configuration (null)
oracle.ifs.common.IfsException: IFS-45062: Invalid or inactive node name (null)
     at oracle.ifs.common.IfsException.<init>(IfsException.java:301)
     at oracle.ifs.management.domain.NodeGuardian.getNodeConfiguration(NodeGuardian.java:1672)
     at oracle.ifs.management.domain.NodeGuardian.getNodeConfiguration(NodeGuardian.java:1388)
     at oracle.ifs.management.domain.NodeGuardian.run(NodeGuardian.java:424)
     at oracle.ifs.management.domain.HttpServletNodeUtilities$1.run(HttpServletNodeUtilities.java:211)
06/03/10 11:42:02 webstarterapp-Sample1Project-webapp: NodeGuardian: Abnormal termination
06/03/10 11:42:02 webstarterapp-Sample1Project-webapp: Unable to run node guardian
oracle.ifs.common.IfsException: IFS-45060: Unable to run node guardian
oracle.ifs.common.IfsException: IFS-45063: Unable to get node configuration (null)
oracle.ifs.common.IfsException: IFS-45062: Invalid or inactive node name (null)
     at oracle.ifs.common.IfsException.<init>(IfsException.java:301)
     at oracle.ifs.management.domain.NodeGuardian.getNodeConfiguration(NodeGuardian.java:1672)
     at oracle.ifs.management.domain.NodeGuardian.getNodeConfiguration(NodeGuardian.java:1388)
     at oracle.ifs.management.domain.NodeGuardian.run(NodeGuardian.java:424)
     at oracle.ifs.management.domain.HttpServletNodeUtilities$1.run(HttpServletNodeUtilities.java:211)
06/03/10 11:43:50 webstarterapp-Sample1Project-webapp: LOGGING: [WebStarterAppServlet 1] Server <WebStarterAppServer> not registered
The Sample1HttpNode and the corresponding Oc4jInstances are active. The web browser is showing the 503 Service Unavailable error.
What is wrong with the configuration.
Please help me.
Thanks in advance
Basil

Hi All,
I am replying to myself.
I think the error is in the virtual machine java option setting. Because if I deploy a sample application in an OC4J instance, it is working perfectly.
Can anyone please tell me how to set the vm java option in JDeveloper.
In the help file they are saying to set the vm java options as
-DIFS.DOMAIN.Name=<your domain> -DIFS.DOMAIN.NODE=<yourNodeName>
So I set it as,
-DIFS.DOMAIN.Name=ifs://ritesh:1521:CMSDK.mycompany.com:CM_SCHEMA -DIFS.DOMAIN.NODE=Sample1HttpNode
I have tried several other possible ways. But getting error...
Please help me to solve this issue..
Thanks
Basil

Similar Messages

  • J2SE or J2EE on development machine

    Hi,
    I am a newbie trying to find my way in the java SDK environment. I just read the part in the BO SDK development guide about setting up the development machine.
    However, some things are not very clear to me:
    Our BO XI R2 server is running with Apache Tomcat. On my development machine (which is on another computer than the BO server) I downloaded the Eclipse IDE. For this I need a Java installation.
    1. Do I need to download the Java J2SE or the J2EE from the Sun website on my development machine ?
    2. In the development guide they speak about deploying the JAR files. Do I need to copy the JAR files from the BO server on my development PC ?
    3. Set up your web application: must this be done on the development machine or on the Tomcat installed on the BO server ??
    Thanks for helping me out.
    Regards
    Sofie

    Hello Sofie,
    -As per your description, you are using kind of a distributed environment where your Application server is on one machine and your Business Objects Enterprise is on a separate machine.
    Following are the answers of your questions :
    1)Do I need to download the Java J2SE or the J2EE from the Sun website on my development machine ?
    >
    As far as executing a application from remote machine is concerned, I am not getting why you want to install Java.This is because Java is also get installed when you install Businees objects Enterprise(BOE).And this can be seen by going to the default installation directory of BOE.
    However if it is asking you to install Java,you can install it from Sun site.Make sure that Java version that you are going to install should be compatible with your BOE.
    2)In the development guide they speak about deploying the JAR files. Do I need to copy the JAR files from the BO server on my development PC ?
    >
    Yes.You have to copy all the JAR files from the location where you have installed BOE.
    Go to the path : BOEInstallationDirectory/Program Files/Business Objects/common/3.5/Java/lib and copy all the JAR files.You need to paste these JAR files inside lib directory of your client machine where your application is residing on.
    3)Set up your web application: must this be done on the development machine or on the Tomcat installed on the BO server ??
    >
    If you are using distributed environment, you can install Tomcat on client machine to connect it with server machine.
    Just make sure that there are no connectivity issues.This could be checked by typing following URL on client machine:
    http://servermachinename:8080
    Hit the above URL and determine if connectivity is done properly or not.
    Thanks,
    Chinmay

  • Correct No. of Accounts and their Privileges for Installing SharePoint 2013 Developer Machine

    Hi Dear SharePoint 2013 Experts,
    I request you to kindly guide like; the Correct No. of Accounts and their Privileges for Installing SharePoint 2013 Developer Machine. Is there any step by step blog or Video on "Installing SharePoint 2013 Developer Machine".
    Tried Installing ALL in one single Virtual Machine using account spDeveloper (which is a Member of "Administrators" and "Domain Admins" Group(s). Any kind of SharePoint Web-Application and/or Sites (Developer-Site, Team-Site, ....) can
    be created including MySites and Intranet Sites.
    But when tried creating SharePoint App Project in Visual Studio 2013 and deploying, stuck here with 2 weird Issues like;
    1. This task requires the application to have elevated permission
    2. Error occurred in deployment step 'Install App for SharePoint': The System Account can not perform this action
    If Visual Studio 2013 is run NORMALLY (WITHOUT 'As Administrator'), it throws above 1st error  - "This task requires the application to have elevated permission"
    Because of the above 1st Issue, if the Visual Studio 2013 is run 'AS ADMINISTRATOR', it again throws an error (2nd error) - "Error occurred in deployment step 'Install App for SharePoint': The System Account can not perform this action"
    How to over cum this "chicken and egg problem"??
    Regards,
    developementsharepoint

    Hi, 
    Have you had a look at the TechNet guidance for configuring SharePoint and SQL on a single server? It's here: http://technet.microsoft.com/en-us/library/cc262243(v=office.15).aspx
    There is also a good TechNet wiki article on creating a SharePoint dev environment here,
    http://social.technet.microsoft.com/wiki/contents/articles/19178.sharepoint-2013-setting-up-a-dev-environment-one-piece.aspx and here http://social.technet.microsoft.com/wiki/contents/articles/15289.sharepoint-2013-creating-a-development-environment.aspx
    Regards, Matthew
    MCPD | MCITP
    My Blog
    View
    Matthew Yarlett's profile
    See my webpart on the TechNet Gallery that allows administrative users to upload, crop and format user profile photos. Check it out here:
    Upload and Crop User Profile Photos

  • Report using charts not work on non-development machine

    Post Author: ftsoft
    CA Forum: .NET
    using visual studio report uses charts.  works fine on development machine when I move the web app to a test machine which does NOT contain visual studio, the chart report does not worknote: other reports which only display data records work fine. the space where the charts should be displayed contain the following two lines CrystalReportViewer - CrystalReportViewer1 Error: Fail to render the page.  any help would be appreciated

    Solution suggested worked for me. 
    On my test server Crystal was trying to use the c:\temp directory to write the temporary images, my report always ran ok on the test server.  On the live server CRW was running under with the ASPNET account and / or my own user account. 
    I ran FileMon and filtered on the aspnet_wp.exe process across both servers and ran the application up to the point of generating the issue.  The FileMon output from the test server showed no issues we as the output from FileMon off the live server showed an access denied message.
    I gave access right to the relevant accounts on the relevant folders on the live server and the report ran fine.

  • Delete the existing sharepoint farm it is a development machinie and re create again in same server

    Hi
    i want to 
    delete the existing sharepoint farm it is a development machinie  and re create again in same server.
    because i am facing issues to configure user profile service, 
    the user profile syncronisation service starting and after some time its stopped.
    while i am reading http://www.harbar.net/articles/sp2010ups.aspx
    in current farm i given ip address for sql server while installing sharepoint
    you have not used a Fully Qualified Domain Name or IP Address when specifying
    the SQL Server when running the SharePoint Configuration Wizard (PSConfig). Using either is strongly discouraged,
    if i recreate the farm is it creates new databases in sql srver?
    adil

    1. Uninstall any custom / third party solutions deployed in server.
    2. from central admin, delete web applications along with DB.
    3. delete all service applications.
    4. From the program settings, un-install sharepoint.
    5. Go to SQL and delete if any DB from SP is left.
    6. Uninstall SQL, if you see any issue.
    These are high level reverse steps of the installation.
    Thanks, Ashish | Please mark a post helpful/answer if it is helpful or answer your query.

  • Deploy problem - CSS and overall look different on development machine

    Hi.
    My ADF app looks nice on my development machine. However, when I deploy it to weblogic server, CSS or something seems to be missing (for example, I lost nice textfield look)
    Did I forget to turn on some deployment setting?
    BR
    Edited by: user509804 on 22.4.2011 12:54

    chk for all the files...it seems u hv missed out on some css

  • Setting Up Shared Development Environment

    Is there any diagrams, white papers, guides or best practices on setting up the J-Developer and connecting to shared Services and database? The Developer guide (E10148.pdf) does not really cover what the standards is or the overall infrastructure of the JDeveloper and setting up a Shared Developer enviroment.
    I looking for something like http://docs.oracle.com/cd/E25178_01/fusionapps.1111/e15524/gs_install_e.htm but for (11.1.1.6.0) version webcenter.
    I basically looking for something to help me get our Shared Development Environment setup with Jdeveloper.

    The issue is connecting the Jdeveloper to the WebCenter DS and Activity DS schemas. In the Development guide it says I need to connect to these schemas to be able to utilize several of the WebCenter Services, ( http://docs.oracle.com/cd/E21764_01/webcenter.1111/e10148/jpsdg_svc_intro.htm#BHCDJHAI - 7.2.2 Setting Up a Database Connection
    We are trying to set up the connection to our shared development environment database. Our database group is concerned with giving developers access to these schemas. They are concerned that JDeveloper will changes or modify the schema and cause the database to fail. They created a account with read only access but we are not sure it this will work.
    I been trying to find anything in the documentation to find what access JDeveloper needs to the WebCenter DS and Activity DS schemas and if JDeveloper can modify these schema in any way.
    Additionally try to find anything on the best practices on connecting to a shared database and setting up a Development environment and its connection to Jdeveloper .

  • Different disk space alarms for development machines vs. production machines

    In vCOps 5.8 I used attribute packages to differentiate between production and development machines on alerting and monitoring for disk space alarms.  So if a production machine reached 95% utilization on a drive it would generate an alarm.  I set this up in an attributed package and assigned it to production machines.  I had a different attribute package assigned to development machines that would not create an alarm.  So when a production machine exceeded the 95% threshold I would get an email indicating I needed to take action.  I also had some different attribute packages assigned to some production machines that have chronically high disk space usage, but never reach the 100% utilization.  These wouldn't alarm at the 95% threshold but maybe at the 99% threshold.  In vROps I seem to have lost this ability which I'm not thrilled about.  It doesn't appear that you can set different monitoring thresholds for different machines.  So now after migrating to vROps I get alarms for development machines.  Is there anyway to setup different monitoring thresholds for different machines.  I know I could just put a development machine into permanent maintenance mode, but that doesn't really help me out with the ability to set different thresholds for production machines.

    Hi, rgcda.
    > Are you saying that I need to create new symptom definitions that I want to assign to development machines and then enable them in this specific policy in the Override Alert / Symptom Definitions?
    When you define a symptom that triggers over 95% of disk space usage, the default threshold value of the symptom will be 95.
    But if you want different threshold value of 99% for your development machines group with the same symptom definition,
    you don't have to define another duplicated symptom but just override(modify) the threshold value of original symptom to 99 in the policy edit screen.
    In other words, single symptom definition can have different threshold values in each policy.
    > Also for alert notifications would I have to create a new alert definition and enable it in is this specific policy?
    Nope, you do not have to create a new alert in this case.
    If a symptom threshold value changes via policy override, alerts which have that symptom will fire at different threshold value accordingly.
    > If I would have different symptom definitions for the same object are you saying I have to make the change in the KB you mentioned?
        For instance if I want the C drive to be a critical alarm when it reaches 95% on this machine and a critical when it reached 99% on a different machine.
    Nope, as you see in the above example, applying different threshold value to each machine can be done regardless of the metric you use is instanced or not.
    The KB is about treating a metric that has many instances for a machine and you may need it for disk space usage.
    Regards,
    Ho-Sung.

  • Hi, I'm trying to set up my Time Machine, but I get this message: The server may not exist or it is unavailable at this time. Check the server name or IP address, check your network connection, and then try again. how to resolve?

    Hi, I'm trying to set up my Time Machine, but I get this message: The server may not exist or it is unavailable at this time. Check the server name or IP address, check your network connection, and then try again. how to resolve?

    Did you reboot the TC? That is always the first step.
    Reboot the whole network if that is not enough.
    If you still have issues.. come back to us but generally the best way is to factory reset the TC and start over.
    We need a bit more info on the whole network layout and what OS you are running. What model TC you have??

  • Cannot setup windows 10 machine as developer machine

    I have just installed build 10074 and VS2015 RC on a new machine (not VM) and I am trying to start porting some of my phone and tablet apps to Windows 10 Universal. On starting VS2015 I get the message that the computer is not a development machine, and
    that I should switch it by going to Settings-Update and Security-For Developers but when I click on For Developers the Settings Panel closes and the machine has not been switched.
    This stops me from getting a developer license, and doing any development.is this a bug? Will it be corrected ASAP?

    PM
    Known issue in 74.  Did you read the known problems in the insider hub
    Wanikiya and Dyami--Team Zigzag

  • I want to set up the Time Machine and I would love to use the Time  Capsule but since I already have a wireless router I need suggestions on  what other external disks Apple could recommend to use with the Time Machine and  how to configure that disk

    I want to set up the Time Machine and I would love to use the Time
    Capsule but since I already have a wireless router I need suggestions on
    what other
    external disks Apple could recommend to use with the Time Machine and
    how to configure that disk.
    A complication that I need to resolve is the fact that I am using Vmware
    Fusion to be able to use Windows on my Mac. Now it seems that Time
    Machine is not backing up my files
    on that virtual Windows without additional configuration and my question
    is whether you can advise me here or whether this is only a matter for
    the Fusion virtual machine.

    If you want to use Time Capsule you can.. you simply bridge it and plug it into the existing router.. wireless can be either turned off or used to reinforce the existing wireless.. eg use 5ghz in the TC which is much faster than your 2.4ghz.
    You can also use a NAS.. many brands available but the top brands are synology, qnap and netgear readynas  series. These will all do Time Machine backups although how well always depends on Apple sticking to a standard. There are cheaper ones.. I bought a single disk zyxel which was rebadged and sold through my local supermarket. It actually works very well for TM at least on Snow Leopard. Major changes were made in Lion and again ML so do not instantly think it will work on later versions. I haven't tried it yet with those versions.
    Any external drive can be plugged into the mac. Use the one with the fastest connection or cheapest price according to your budget. USB2 drives are cheap and plentiful. But no where near as fast as USB3 or FW800. So just pick whichever suits the ports on your Mac. Interesting Apple finally moved to USB3 on their latest computers.
    TM should exclude the VM partition file.. it is useless backing it up from Mac OS side.. and will slow TM as it needs to backup that partition everyday for no purpose.. TM cannot see the files inside it to backup just the changes.
    You need to backup windows from windows. Use MSbackup to external drive.. if you have pro or ultimate versions you can backup to network drive. But MSbackup is a dog.. at least until the latest version it cannot restore the partition without first loading windows. There are about a zillion backup software versions for windows.. look up reviews and buy one which works for you. I use a free one Macrium Reflect which does full disk backups and is easy to restore.. to do incremental backups though you have to pay for it.

  • I have an Airport Extreme as my router and am using time capsule to extend the network in my new house. My ISP is only providing me 4-5 ip addresses and wants me to set up my router to issue out new ip addresses for all my devices.How do I fix this?Help

    I have an Airport Extreme as my router and am using time capsule to extend the network in my new house. My ISP is only providing me 4-5 ip addresses and wants me to set up my router to issue out new ip addresses for all my devices.How do I fix this?Help.
    They said I need to change my settings to NAT settings. I haven't been able to figure out or find anything. I have also spoken to Apple Support on the phone for hours without being able to figure out how to do this ( i don't think he knew much either lol.) Please help me because I've got about 15-20 devices in my house that require to be connected to the internet and this is just making things ridiculously slow and painful for me.
    Thanks!

    It is on DHCP & NAT under router mode yet my isp is still the one issuing ip addresses to my devices instead of the router issuing them

  • How do i set up/configure time machine and my first time capsule ?

    I want to set up my time machine. When I click at the top of my toolbar it says time machine not configured.
    When I turn time machine on through system preferences/time machine - it then prompts me to set up my first time capsule.
    When I press 'select back up disk' it prompts me to a page where I cannot 'use disk' I can only click on cancel or 'other time capsule'.
    When I click on 'other time capsule' I get taken to a screen with a globe on it and although it says 'internet connected' it also says 'no airport base stations have been found'.
    How do I do up time machine/set up my first time capsule ?

    See KB Articles; 
    http://support.apple.com/kb/HT1427
    http://support.apple.com/kb/VI29 (video)

  • ISupplier - Setting up the Development Environment with JDeveloper 9.0.3

    Hi friends,
    Can you please tell me the steps involved in setting up the development environment for iSupplier Module with JDeveloper in my PC.
    Please give me the details about what are the files to be downloaded from Apps, folder structure for development environment etc...
    Gurus please reply ASAP.
    Thanks,
    San

    You should better pick the class files from the JAVA_TOP appropraite to that product and add it to either myclasses in your project in jdev or add it to the classpath.
    Once you have these required files then you can launch the pages by either using a test.jsp or use the xml files directly if you know what parameters to pass. I would suggest you to use a test.jsp and launch the first page in the flow which launches from the menu - function by picking it's web_html_call.

  • Development machine

    Hello OTN Members,
    I have a server box on win NT and Oracle 8.1.6, Portal 3.0 installed on it. I am planning to install Forms Developer 6i. My question is can I install form Developer 6i and forms Server on to this same box and for the development purpose can I access this site from some other machine by giving the URL like we can do for Portal. Or do I have to install form Developer on the development machine and forms server on this server box ?
    I would like to know if somebody has come across with this kind of situation and would appreciate an urgent reply.
    Thanks in advance....

    Crystal Reports runtime info (including CR 11.5) is listed [here|https://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsforVisualStudio.NETRuntimeDistribution-Versions9.1to12.0]. The developer help file also contains good info on runtime distribution.
    Note that CR XI r2 is not supported with .NET 2008. See [this|https://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsassemblyversionsandVisualStudio+.NET] wiki for more details.
    Ludek

Maybe you are looking for

  • How to delete the queries in  BW Production which are no longer existing.

    Hi, How to  delete the queries in BW production which are no longer existing in DEV. 1. I tried Using RSZDELETE in Production it is not getting deleted and the below message given. Query object 4A7V83T3RB4ABIOKSDJT2HWDL is blocked. Deletion has been

  • JButton inside the cell of JTable

    JButton buttonInCellOfTable = new JButton(); buttonInCellOfTable.setBackground(Color.RED); buttonInCellOfTable.setText("MORE"); buttonInCellOfTable.setPreferredSize(new Dimension(10, 22)); buttonInCellOfTable.setMinimumSize(new Dimension(10, 22)); bu

  • How to allow multiple selection of nodes in a JTree

    How to allow multiple selection of nodes in a JTree ? Thanks S.Satish

  • Cfdocument pdf rendering problem

    When you create a PDF using cfdocument, the <I> </I> tag and <B> </B> tag renders incorrectly sometimes. When it's at the edge of the table, the text inside the tags is repeated twice. And sometimes, it truncates the space or spaces before the tag. O

  • Merge statement BUG!?

    Hi all, When i have a mapping that makes an INSERT/UPDATE at the end over a primary key, and i change the primary key, after the reconcile table the mapping validation gives 'Unable to generate Merge statement'. There's any way to avoid me to replace