Error Deploying Mapping in Production Environment

All,
I have 3 locations: APPS (source,) STAGING (target,) and SALES_DM (target.)
I am trying to deploy a mapping, via deployment manager, to my PRODUCTION runtime environment. The mapping is part of the STAGING schema, has two source tables from the STAGING schema, and after a simple join performs a lookup to APPS, STAGING, and SALES_DM tables, and eventually loads to another table in the STAGING schema after various transformations (it is a complicated mapping that deals with invoices and orders for a Sales DataMart.)
I have deployed and executed this exact mapping in several test instances. I have also deployed and executed many other mappings in the STAGING schema in PRODUCTION. However, I am encountering an error when I try to deploy this specific mapping: “PL/SQL: ORA-00942: table or view does not exist.”
This error occurs 4 times (there are 4 warnings with different line numbers.) When I go to the lines in the code (using the line number + line number where the ‘/’ in the main is found trick) the same STAGING table is in every line. Since this mapping executes as STAGING, it is a little weird that the error message is indicating a permission issue with one of its own tables. Is it possible that this specific table is not the real issue?
Here is the main difference I can see between my PROD and TEST environments. In TEST, the APPS location is registered to APPS, where as in PROD it is registered to STAGING. However, in both instances I am positive that the appropriate grants on source APPS tables have been given to STAGING, and in PROD I have created synonyms for the source APPS tables in STAGING (i.e. for the Applications order headers table I have created the synonym oe_order_headers_all.)
I have had to do a lot of troubleshooting with apparent permission issues before, but am completely baffled on this one.
Any thoughts or ideas are much appreciated.
Regards,
Ryan

Hello,
Since you have one PRODUCTION runtime, the targets STAGING and SALES_DM runs in the same instance. If you register both locations properly in Deployment Manager, OWB will figure out that you deploy to the same instance and will use schema.table naming in your mapping PL/SQL package for efficiency, not any DB link.
Because of this you/SALES_DM must (manually) GRANT SELECT on SALES_DM.lookup_table TO STAGING in the PRODUCTION instance (you must grant directly to the STAGING user, not to any role held by the user).
I presume you have checked that your lookup tables have been deployed, as reminded by another forum participant earlier...
Regards, Hans Henrik

Similar Messages

  • Create a new portlet  in Deployed Portal in production environment

    are there any ways to import or create a new portlet in Deployed Portal in production environment?
    Edited by: user8322798 on May 1, 2011 7:26 AM

    This can done via WSRP proxy portlets and streaming desktops. First, you'll need to have a WSRP producer setup somewhere. This could be another WLP webapp with portlets, or another server altogether. Or, you can use the JSR 286 WSRP import tool from within the Portal Administration Console (I think it's under Services | WSRP | Import Tool) -- this will allow you upload .war(s) of JSR 168 or 286 portlets, which will be turned into WSRP producer(s).
    Then, you can use the Portal Administration Console to register a WSRP Producer, and then add portlets from the producer to your desktop (http://download.oracle.com/docs/cd/E15919_01/wlp.1032/e14235/chap_fed_books_pages.htm#FPGWP690). Additionally, once the producer has been registered in Portal Adminstration Console, an adminstrator user can use the Dynamic Visitor Tools from within the streaming desktop itself to add wsrp proxy portlets to the desktop (http://download.oracle.com/docs/cd/E15919_01/wlp.1032/e14243/dvt.htm#PDGWP691).
    It is not possible to add new local .portlet files to a deployed application in production mode. This requires adding the file artifacts to the .ear/.war and redeploy the application.
    Greg

  • SAP ME SDK - WebServices Deployment to a Production Environment

    Hello all,
    I was wondering if anyone else out there was having the same problems that I was having while developing a Web Service through the SDK Eclipse environment?
    I followed the tutorials within the "SDK Training.pdf";; that came with taking the SDK class and was able to create the Web Service (page 264) without any problems on my development server. Deployed through the Eclipse environment. However when performing an actual build to be deployed on a Production server the Web Services were not carried over cleanly.
    I did manage to get it all working after a lot of trial and error as well as creating a new directory structure to place the wsdl files in, which ironically is the same directory structure on the development server (a good thing that I have a D: on both the dev and prod server). Not a very pretty situation. It should come all nice and neat for a production build similar to deploying the SAPME.sca file.
    I was just wondering if anyone else in the community had the same problems that I did?
    Also, was wondering if there was any future enhancements to the SDK to make this process more streamlined?
    Thanks,
    Mike

    Hi Troy,
    I have already done exactly as you suggested, which is also documented in the training information for a production build. I am able to get all of my custom code/activities/jsp pages working within ME without any issues. However, I was not able to get to my web services through the JSP pages that I wrote. Following the example in the Training Documentation given to us from the SAP Trainer.
    To get this to work I had to take the <vendor>Web.sda.ear file and move that to my Production server to install and run. That is the part that I was dicussing it not being a clean install.
    I will take another look at the SDK Implementation Guide, however the Training Doc has examples, which many people, including myself learn best from.
    My question was really has anyone else in the community run into this same issue? As well as, are there any improvements?
    You have answered the second question with regards to ME 6.1. I appreciate and thank you for that.
    I am looking forward to the ME 6.1 ramp up and release.
    Thanks,
    Mike

  • How to manage a debug deployment in a production environment

    One of the advantages of the Base Deployment is that the test station is locked down, for example operators cannot open and edit LabVIEW VIs. AFAIK a debug test station is wide open like a development machine, except for TestStand User Manager restrictions.
    How can I have a test station that is locked down, and then open it up for debug as needed? Dual booting the computer seems like a solution. Or maybe just have an open debug station and trust the trained operators to not mess with it. Can anyone share their solutions? Thanks.
    cc

    Hi,
    You make a good point about TestStand editing. That really leaves only the issue of LabVIEW development environment allowing uncontrolled editing of VIs.
    Personally I'm good debugging with base deployment, however I have worked with many companies who want full debug capability.
    Here’s my refined questions,
    1. Can I create one deployment image that works both with TestStand Base Deployment license and Debug license? Do I have to add anything special other than the Sequence Editor to get TestStand to run as debug?
    2. If I install LabVIEW development environment onto the same machine as the deployment image in 1, will I be able to step into and edit LabVIEW VIs? (As long as I set the LabVIEW adapter to development.)
    Then the debug station would be locked down with TestStand User Manager and LabVIEW adapter set to runtime. And it would have the same TestStand and LabVIEW and support files as all the base deployment machines. Does that sound logical to you? Thanks
    cc

  • Best practice for a deplomyent (EAR containing WAR/EJB) in a productive environment

    Hi there,
    I'm looking for some hints regarding to the best practice deployment in a productive
    environment (currently we are not using a WLS-cluster);
    We are using ANT for buildung, packaging and (dynamic) deployment (via weblogic.Deployer)
    on the development environment and this works fine (in the meantime);
    For my point of view, I would like to prefere this kind of Deploment not only
    for the development, also for the productive system.
    But I found some hints in some books, and this guys prefere the static deployment
    for the p-system.
    My question now:
    Could anybody provide me with some links to some whitepapers regarding best practice
    for a deployment into a p-system ??
    What is your experiance with the new two-phase-deploment coming up with WLS 7.0
    Is it really a good idea to use the static deployment (what is the advantage of
    this kind of deployment ???
    THX in advanced
    -Martin

    Hi Siva,
    What best practise are you looking for ? If you can be specific on your question we could provide appropriate response.
    From my basis experience some of the best practices.
    1) Productive landscape should have high availability to business. For this you may setup DR or HA or both.
    2) It should have backup configured for which restore has been already tested
    3) It should have all the monitoring setup viz application, OS and DB
    4) Productive client should not be modifiable
    5) Users in Production landscape should have appropriate authorization based on SOD. There should not be any SOD conflicts
    6) Transport to Production should be highly controlled. Any transport to Production should be moved only with appropriate Change Board approvals.
    7) Relevant Database and OS security parameters should be tested before golive and enabled
    8) Pre-Golive , Post Golive should have been performed on Production system
    9) EWA should be configured atleast for Production system
    10) Production system availability using DR should have been tested
    Hope this helps.
    Regards,
    Deepak Kori

  • NullPointerException in JHSLov in Production Environment

    Hi,
    I am using Jdeveloper 11.1.1.2.0 and JHeadstart 11.1.1.2.29 and I am facing the following problem:
    A java.lang.NullPointerException is occured in a jhs lov only in the deployment in a production environment, despite the fact that locally the same lov works flawlessly.
    Specifically, I have an updatable VO (through an entity) that has reference in another entity. The VO has access in two attributes of the referential entity and the lov is based on one of them, while the other has its returned value.
    The lov is a single jhs lov based on a vo from a readonly query and is appeared in a table (being placed in a tab region). The specific lov is used and tested in the local wls without any malfunctions.
    The real problem starts when I deployed the application in another wls. Following the same case as locally, when I try to access this specific lov, I get the following exception on pressing the ok button in lov pop-up:
    oracle.jbo.JboException: java.lang.NullPointerException, message=null
    at oracle.adf.model.binding.DCBindingContainer.reportException(DCBindingContainer.java:405)
    at oracle.adf.model.binding.DCBindingContainer.reportException(DCBindingContainer.java:467)
    at oracle.adf.model.binding.DCControlBinding.reportException(DCControlBinding.java:202)
    at oracle.jbo.uicli.binding.JUCtrlValueBinding.getAttributeFromRow(JUCtrlValueBinding.java:739)
    at oracle.jbo.uicli.binding.JUCtrlValueBinding.getAttribute(JUCtrlValueBinding.java:1314)
    at oracle.jheadstart.controller.jsf.bean.LovItemBean.getLovFieldValueInTable(LovItemBean.java:698)
    at sun.reflect.GeneratedMethodAccessor961.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    You should also take into consideration that almost the same jhs lov is used in another region in the jsf page without this problem, neither locally, nor on the deployment.
    Moreover, the version of the wls on which the application is deployed is *10.3.3.0* (different from the local wls of v.10.3.2.0)
    This matter is of high importance to me so I am really looking forward for a reply.
    Thank you in advance

    Zelda,
    To see what is going wrong, it is probably easiest to create a subclass of LovItemBean, override method getLovFieldValueInTable, and add some debugging statements.
    The method looks like this:
    public Object getLovFieldValueInTable()
    if (getLovFieldValueExpr() != null)
    return JsfUtils.getExpressionValue(getLovFieldValueExpr());
    JUCtrlValueBinding rowData =
    (JUCtrlValueBinding) getTableBean().getBindingCollectionModel().getRowData();
    String attribute = getLovFieldBinding().getAttributeDef().getName();
    Object value = rowData.getAttribute(attribute);
    return value;
    So, maybe the attribute variable is null, or has an invalid value.
    Steven Davelaar,
    Jheadstart team,

  • Production environment, error in BPELConsole

    Hi there,
    I had installed, following step by step the installation guides, a production environment on three linux boxes RHE3; one for the DB v10g and in the others two an AS whit j2ee and web cache and obviously BpelPM. I do not installed WebCache AS component because an Oracle guy told me that bpel go crazy if webcache runs.
    I can connect BPELConsole, but after the login I get this error message:
    ==========================================================
    ORABPEL-04001
    Cannot find instances.
    An attempt to fetch the instances using the where condition " ( ci_state = 1 OR ci_state = 2 OR ci_state = 3 ) order by ci_modify_date desc " from the datastore has failed. The exception reported is: ORA-00942: table or view does not exist
    Please check that the machine hosting the datasource is physically connected to the network. Otherwise, check that the datasource connection parameters (user/password) is currently valid.
    sql statement: Select * from ( select a.*, ROWNUM rnum From ( SELECT * FROM admin_list_ci WHERE ci_domain_ref = 0 AND ( ci_state = 1 OR ci_state = 2 OR ci_state = 3 ) order by ci_modify_date desc ) a Where ROWNUM <= 20 ) Where rnum >= 0
    at com.collaxa.cube.engine.data.AdminFinder.getXInstanceCount(AdminFinder.java:583)
         at com.collaxa.cube.engine.data.AdminFinder.getOpenInstanceCount(AdminFinder.java:529)
         at com.collaxa.cube.ejb.impl.BPELProcessManagerBean.getOpenInstanceCount(BPELProcessManagerBean.java:117)
         at IBPELProcessManagerBean_StatelessSessionBeanWrapper46.getOpenInstanceCount(IBPELProcessManagerBean_StatelessSessionBeanWrapper46.java:955)
         at com.oracle.bpel.client.BPELProcessHandle.getOpenInstanceCount(BPELProcessHandle.java:519)
         at displayProcess.jspService(_displayProcess.java:508)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:347)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:810)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:322)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:220)
         at com.collaxa.cube.fe.DomainFilter.doFilter(DomainFilter.java:152)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:649)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:322)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:798)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:211)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:127)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    ==========================================================
    Can Anyone help me?
    Thanks in advance
    Stefano
    null

    Hi,
    as you know, your help was very useful.
    Maybe is better to add the whole path of file that have to be changed
    (only for beginners like me)
    IRCA/integration/bpelpm/admin/sql/bpmuser.sql
    This is true for DB version 10g release 2 or upper. For the previous versions the original string is enough.
    Thanks again,
    Stefano.

  • SOA OSB Deployment best practices in Production environment.

    Hi All
    I just wanted to know the best practices followed in production environment for deploying OSB and SOA Code. As you are aware that both require libraries from either (Jdev or SOA Suite) and (OEPE and OSB)? Should one rip the libraries and package them with the ANT scripts (I am not sure but SOA would require its internal ANT scripts and lot of libraries to be bundled, OSB requires only a few OEPE and OSB libraries) or we simply use the below:
    1) Use the production run time (SOA Server and OSB Server) to build and deploy the code. OEPE would not be present here, so we would just have to deploy the already created sbconfig.jar (We would build this in a local environment where OEPE and OSB would be installed). The code is checked out from a repository and transferred to this linux machine.
    2) Use a windows machine (which has access to prod environment) and have Jdeveloper, OEPE and OSB installed to build\deploy the code to production server. The code is checked out from a repository.
    Please let us know your personal experiences with the deployment in PROD. Thanks a lot!

    There are two approaches for deployment of OSB and SOA code.
    1. Use a machine specifically for build and deployment which will have access to all production environments (where deployment needs to be done). Install all the required software (oepe, OSB etc..) and use remote deployment for deploying the code.
    2. Bundle all the build and deployment related libraries and ship them as a deployment package on the target server and proceed with the deployment.
    Most commonly followed approach is approach#1.
    Regards
    Vivek

  • Deploying AIA 11g composites in Production Environment

    Hi all,
    I am facing one trouble in deploying AIA11g composites in Production Environment. I know how to deploy codes on a usual server but in case of Production we require a single bundle containing say 100 composites for services developed.
    Scenario:
    Bundle all AIA composites developed into one single deliverable which can be deployed directly.
    Things known or tried:
    1. Deployment Plans will deploy codes to server manually which will mean that our codes have to be present on remote location so as to deploy them.
    questions:
    2. How can we archive MDS data (containing AIA design artifacts) and publish it in MDS.
    3. Composites Such as EBS\Requester ABCS contains concrete urls so how can we make sure that they are overriden once we deploy it on Production Server with that server hostname:port.
    Regards,
    ankit

    For publishing the changes to MDS, follow the steps -
    1) Source the environment by running aiaenv.sh
    2) Update UpdateMetaDataDP.xml at <AIA_INSTANCE_HOME>/config with the entries of the documents to be published.
    Here is an example of entry for AIAConfigurationProperties.xml -
    <fileset dir="AIA_HOME/aia_instances/INSTANCE_NAME/AIAMetaData">
    <include name="config/AIAConfigurationProperties.xml" />
    Make sure to create different fileset dir tag for each entry, else the documents will not be published to MDS.
    3) Access the $AIA_HOME/Infrastructure/Install/config folder.
    4) Execute the following command:
    ant -f UpdateMetaData.xml
    Hope it helps!

  • Ecatt error in production environment only

    Hi,
    I have created one E-CATT to upload booking for the course. This E-CATT is working fine in development and Quality environment.
    However, in production system its giving error 'E-CATT error ATT377 control data is obsolete, rerecord (VERBS - Name: Create Object CATT: <none> Callno: 000001)
    Please revert me why this error is occurring in production only.
    Thanks & regards
    VIJAY PATIL

    Hi,
    Please make sure that your production system has the same SAP support package levels as other systems. Otherwise, you may get this error.
    Please also check SAP note 802475.
    Regards,
    Dilek

  • Deploy in production environment

    Hi,
    I have to deploy a bpel client application in OracleAS 10.1.3 in production environment. In bpel_services.properties and wf_client_config.xml there are informations unknown to the developer. The deployer knows this information but he doesn't want to modify the ear file.
    Is it possible to configure the informations in this files during deploy without modify the ear file ?
    Thanks

    Thanks a lot!
    So it seems that .rpd file IS NOT portable between environments, but it is possible to change params via scripting.
    It is surely better than changing via interface, though not ideal.
    Any other idea around?
    Edited by: user10676624 on 19-dic-2008 1.13

  • Deployment from DEV to Production environment

    Hi,
    What are the best possible ways to deploy the visual web parts and Pages from development environment to Production environment.
    As I am very much new to Sharepoint, I would like to have the safest methods to do the deployment into production. Please also suggest the prerequisites.
    I have a solution with number of visual web parts in the development environment which is working fine. Need to move the Visual web parts to production (Existing site). So please suggest the safest methods.
    Thanks and Regards,
    Satish
    Sathiish Reddy

    Hi Satish,
    From your description, my understanding is that you want to deploy your solution from development environment to production environment with a safest method.
    These links below about moving content from environment to another environment could be helpful to you:
    SharePoint 2013 Dev/Test/Production environment - Moving content
    http://sharepoint.stackexchange.com/questions/78483/sharepoint-2013-dev-test-production-environment-moving-content
    How to deploy webpart on production (not debugging) server?
    http://sharepoint.stackexchange.com/questions/17779/how-to-deploy-webpart-on-production-not-debugging-server
    you could also have a look at this link below about SharePoint Content Deployment Wizard:
    How do you deploy your SharePoint solutions?
    http://stackoverflow.com/questions/9543/how-do-you-deploy-your-sharepoint-solutions
    Best Regards,
    Vincent Han
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • JAVA Error Messages Thrown When Deploying Map Viewer

    Hello,
    Thank you for taking the time to assist with this problem.
    I am fairly new to java, and so I have little understanding of what certain error messages mean after I deploy Map Viewer through oc4j.
    I have poked around on the Web enough to have a feeling that the application is searching for certain necessary classes, and that it can't fully deploy without these classes. If this is true, where are these classes located and/or how do I point to them so that the application can find them?
    There are one group of errors thrown when attempting to deploy Map Viewer, and then another set when attempting to create a "dynamic data source" from the Map Viewer admin page.
    Following are the error messages:
    (happens upon attempted deployment:)
    08/06/12 11:08:22 java.lang.NoClassDefFoundError
    08/06/12 11:08:22 at java.lang.Class.forName0(Native Method)
    08/06/12 11:08:22 at java.lang.Class.forName(Class.java:164)
    08/06/12 11:08:22 at java.awt.Toolkit$2.run(Toolkit.java:821)
    08/06/12 11:08:22 at java.security.AccessController.doPrivileged(Native Method)
    08/06/12 11:08:22 at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:804)
    08/06/12 11:08:22 at oracle.sdovis.GlobalVisContext.<clinit>(GlobalVisContext.java:48)
    08/06/12 11:08:22 at oracle.sdovis.MapMaker.setUGP(MapMaker.java:2334)
    08/06/12 11:08:22 at
    oracle.lbs.mapserver.core.MapperConfig.loadMapViewerConfig(MapperConfig.java:1082)
    08/06/12 11:08:22 at oracle.lbs.mapserver.core.MapperConfig.loadConfigFile(MapperConfig.java:492)
    08/06/12 11:08:22 at oracle.lbs.mapserver.core.MapperConfig.<init>(MapperConfig.java:274)
    08/06/12 11:08:22 at oracle.lbs.mapserver.MapServerImpl.<init>(MapServerImpl.java:125)
    08/06/12 11:08:22 at oracle.lbs.mapserver.MapServerImpl.<init>(MapServerImpl.java:109)
    08/06/12 11:08:22 at oracle.lbs.mapserver.oms$ColdStart.run(oms.java:212)
    08/06/12 11:08:22 at java.lang.Thread.run(Thread.java:595)
    (happens after I attempt to create a "dynamic data source":)
    08/06/12 11:13:23 java.lang.NullPointerException
    08/06/12 11:13:23 at oracle.lbs.mapcache.config.ConfigLoader.loadDBConfigs(ConfigLoader.java:239)
    08/06/12 11:13:23 at oracle.lbs.mapcache.config.ConfigLoader.loadCacheConfigs(ConfigLoader.java:84)
    08/06/12 11:13:23 at oracle.lbs.mapcache.MapCacheServer.<init>(MapCacheServer.java:83)
    08/06/12 11:13:23 at oracle.lbs.mapcache.MCSServlet$ColdStart.run(MCSServlet.java:87)
    08/06/12 11:13:23 at java.lang.Thread.run(Thread.java:595)
    08/06/12 11:13:23 java.lang.NullPointerException
    08/06/12 11:13:23 at oracle.lbs.foi.FOIServer.<init>(FOIServer.java:163)
    08/06/12 11:13:23 at oracle.lbs.foi.FOIServlet$ColdStart.run(FOIServlet.java:127)
    08/06/12 11:13:23 at java.lang.Thread.run(Thread.java:595)
    Also, when the second series of error messages are thrown, a red error message displays on the admin html page, which reads, "MapViewer server is still starting up." It doesn't matter how long I wait, it never does start up, and of course the error messages tell something is wrong.
    Do I need to modify a file somewhere to tell Map Viewer where to look for these classes?
    By the way I am running on a Sun server with Solaris 9
    Thank you much,
    John
    Message was edited by: John
    user641525

    For future reference,
    The problem was finally solved. Someone suggested to me to make sure I was running jdk 1.5.0 by typing "java -version" It turns out I thought I was running 1.5.0, but in actuality I was running 1.4.2.
    The reason this was confusing was because I was pointing to the newer version when exporting the JAVA_HOME env. variable, by typing "export JAVA_HOME=[full path to jdk folder].
    But the trick was to append the full paths for jdk/bin and jdk/jre/bin to the front of the PATH variable. At first I appened the paths to the end of the PATH variable, and nothing happened.
    Basically, the mapviewer installation needs to look at the bin folders for the 1.5.0 version of the jdk.
    You can always test this by typing "java -version." If your PATH variable is correct, then you'll see information on the most recent jdk installation instead of an older version.
    John

  • Getting error while migrating single mpr from pilot to production environment

    Hi,
    I am migrating single MPR form pilot to production and I am facing the following issue
    Join-FIMConfig : Two objects with same AnchorAttributeValue were detected. A requirement for using this migration tool is that AnchorAttributeValue is unique with objectType
    AnchorAttributeNames = DisplayName
    AnchorAttributeValues = DisplayName
    ObjectType = AttributeTypeDescription
    ObjectID 1 = urn:uuid:acbcad3b-8394-4af3-a1d4-149cabae05d1
    ObjectID 2 = urn:uuid:9f35c912-18bb-4b73-b128-281be0cae32f
    Any help to resolve this issue. The DisplayName is built-in attribute.
    Thanks
    Pavani

    Search these object ID in your production environnement it corresponds to something
    ObjectID 1 = urn:uuid:acbcad3b-8394-4af3-a1d4-149cabae05d1
    ObjectID 2 = urn:uuid:9f35c912-18bb-4b73-b128-281be0cae32f

  • I want to deploy AIR application in production environment. Will the licence for AIR is free?

    Please let me know the licence details. Shall i have to pay any thing if i want to use in production environment.

    Just after the 2012 Macs were released there were a lot of crashes involving those machines that Chrome got the blame for. By the time I got my hands on a 2012 MBA Chrome had been updated at least twice (plus it was never clear which version of Chrome was implicated, assuming it was the cause to begin with). All I can say now is that I've not replicated the issue with the last two versions of Chrome.

Maybe you are looking for

  • Acrobat x pro "license agreement" bug on opening

    Hi I hope you can help find out how to get rid of this problem, it is urgent that I have access to acrobat documents for my work which is very busy at the moment. I downloaded and installed Acrobat X Pro as part of the CS6 Design & Web package purcha

  • Notes not working....

    After the update to 10.5.3, I am unable to add or edit any of my notes. Would like to submit this as a bug, is there any way around this?

  • ITunes Using Up 100% of CPU

    For some reason iTunes was using 100% of my CPU, for some reason I thought the iTunes library may have been corrupt, making iTuunes use 100% of my CPU when I started it. So I deleted my .itl file and imported all of my music again, so now all my song

  • Panning / left and right switched

    Hi all, I know it seems rather silly, but my left and right seem to be switched and I don't know how to solve it. I use a Presonus Firestudio Mobile, that is FireWire connected, I connect my headphones to the card's hp-output, so there's no cables to

  • Screen Quality? 100's of colors vs 1000's of colors.

    My ipod screen quality dropped tremendously overnight while charging. It appears as if the screen is fogged over or the colors are dimmed down. When I watch videos it as if someone turned down the color count from 1000's down to 100's. I have reset a