Template properties not reflecting in some iviews based on that template

Hi ,
I have a template  which is based on  a PAR .I have some drop down in this template which has three values .Now there are around 40 iviews which are based on this template in these iviews i  get only 2 values in the drop down .Also in  PAR i have removed  a iview  property  from portalapps.xml which is removed from template also but iviews based on that template the property is still there .I have cleared the cache .
    Could someone please tell me why how do i resolve this problem its Urgent
Regards
Varsha

Hi ,
I have a template  which is based on  a PAR .I have some drop down in this template which has three values .Now there are around 40 iviews which are based on this template in these iviews i  get only 2 values in the drop down .Also in  PAR i have removed  a iview  property  from portalapps.xml which is removed from template also but iviews based on that template the property is still there .I have cleared the cache .
    Could someone please tell me why how do i resolve this problem its Urgent
Regards
Varsha

Similar Messages

  • New properties not reflecting in ACC

    Hi,
    I am new to ATG.I was trying to add some properties in ACC. So, that i have added the item-descriptor in userprofiling.xml and created the related tables in oracle database.I have created 5 tables.Among them one was previously present in the database.I have dropped that and created all the tables.I have created a table with a name that i have dropped.When i started the server i found new properties are not reflected in the ACC and i found the following warning in console.
    16:57:31,265 WARN  [ProfileAdapterRepository] unknown JDBC types for property: address1, item-type: user. Check that the column names in the database and template match.
    16:57:31,266 WARN  [ProfileAdapterRepository] unknown JDBC types for property: address2, item-type: user. Check that the column names in the database and template match.
    I found the following error. Address1,Address2,city,state,country,zipcode,Phone_number are the columns that was present in the dropped table.
    [++SQLSelect++]
    SELECT user_id,Address1,Address2,city,state,country,zipcode,Phone_number
       FROM Storefront_user
      WHERE user_id=?
    -- Parameters --
    p[1] = {pd} se-570115 (java.lang.String)
    [--SQLSelect--]
            at atg.adapter.gsa.GSAItemDescriptor.loadProperty(GSAItemDescriptor.java:5618)
            at atg.adapter.gsa.GSAItem.getPersistentPropertyValue(GSAItem.java:1093)
            at atg.adapter.gsa.GSAItem.getPropertyValue(GSAItem.java:986)
            at atg.adapter.gsa.GSAItem.getPropertyValue(GSAItem.java:1264)
            at atg.repository.RepositoryItemImpl.getPropertyValue(RepositoryItemImpl.java:129)
            at atg.repository.nucleus.RepositoryItemPropertyMapper.getPropertyValue(RepositoryItemPropertyMapper.java:129)
            at atg.beans.DynamicBeans.getPropertyValue(DynamicBeans.java:311)
            at atg.beans.DynamicBeanState.initializeFrom(DynamicBeanState.java:130)
            at atg.beans.DynamicBeanState.<init>(DynamicBeanState.java:100)
            at atg.ui.repository.model.RepositoryItemState.<init>(RepositoryItemState.java:406)
            at atg.ui.repository.model.RepositoryAgentImpl.createRepositoryItemState(RepositoryAgentImpl.java:2916)
            at atg.ui.repository.model.RepositoryAgentImpl.getRepositoryItem(RepositoryAgentImpl.java:3883)
            at atg.ui.repository.model.RepositoryAgentImpl.getRepositoryItem(RepositoryAgentImpl.java:1204)
            at atg.ui.repository.model.RepositoryAgentImpl.getCompressedRepositoryItem(RepositoryAgentImpl.java:1230)
            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 atg.security.proxy.UserSessionProxy$SessionSkeletonHandler.invoke(UserSessionProxy.java:251)
            at atg.rmi.context.ContextualSkeletonImpl.invoke(ContextualSkeletonImpl.java:105)
            at sun.reflect.GeneratedMethodAccessor360.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:303)
            at sun.rmi.transport.Transport$1.run(Transport.java:159)
            at java.security.AccessController.doPrivileged(Native Method)
            at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
            at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
            at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
            at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
            at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
            at java.lang.Thread.run(Thread.java:662)
    Caused by: CONTAINER:atg.repository.RepositoryException; SOURCE:java.sql.SQLException: java.sql.SQLSyntaxErrorException: ORA-00904: "PHONE_NUMBER": invalid identifier
    Can anyone give the suggestion that how will new property will reflect in ACC?
    Thanks,
    Ranjit

    Please, find the below xml code and DDL
    userprofile.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <gsa-template>
    <item-descriptor name="user">
        <table name="Storefront_user" type="auxiliary"
             id-column-name="user_id">
            <property name="user_id" data-type="string" column-name="user_id"/>
        <property name="no_of_orders" data-type="int" column-name="no_of_orders" category="Order Tracking" />
      <property name="Last_Purchased_Date" data-type="timestamp" column-name="Last_Purchased_Date" category="Order Tracking" />
      <property name="No_of_Abandoned_Orders" data-type="int" column-name="No_of_Abandoned_Orders" category="Abandoned Orders" />
      <property name="receive_email" data-type="boolean" column-name="receive_email" category="Email" />
      <property name="receive_promo_email" data-type="boolean" column-name="receive_promo_email" category="Email" />
      <property name="category_last_browsed" data-type="String" column-name="category_last_browsed" category="Commerce - Behavior Tracking" />
      <property name="password_hint" data-type="String" column-name="password_hint" category="Login" /> 
         </table>
         <table name="Storefront_Order_Tracking" id-column-name="user_id" type="multi">
            <property name="Item_Bought" data-type="set" component-data-type="String" column-name="Item_Bought" category="Order Tracking" />
         </table>
         <table name="Storefront_Abandoned_Orders" id-column-name="user_id" type="multi">
            <property name="abandoned_orders" data-type="set" component-data-type="String" column-name="abandoned_orders" category="Abandoned Orders" />
         </table>
         <table name="Storefront_Dressing_Style" id-column-name="user_id" type="multi">
            <property name="dressing_style" data-type="set" component-data-type="String" column-name="dressing_style" category="Commerce - Behavior Tracking" />
         </table>
         <table name="Storefront_Heard_About_us" id-column-name="user_id" type="multi">
            <property name="Heard_About_us" data-type="set" component-data-type="String" column-name="Heard_About_us" category="Basics" />
         </table>
    </item-descriptor>
    </gsa-template>
    DDL
    CREATE TABLE Storefront_user (
    user_id VARCHAR2(32) not null
       references dps_user(id),
    no_of_orders NUMBER,
    Last_Purchased_Date TIMESTAMP,
    No_of_Abandoned_Orders NUMBER,
    receive_email VARCHAR2(10),
    receive_promo_email VARCHAR2(10),
    category_last_browsed VARCHAR2(100),
    password_hint VARCHAR2(50),
    primary key(user_id)
    CREATE TABLE Storefront_Order_Tracking(
    Item_Baught VARCHAR2(100),
    User_id VARCHAR2(32) references Storefront_user(user_id)
    CREATE TABLE Storefront_Abandoned_Orders(
    abandoned_orders VARCHAR2(100),
    User_id VARCHAR2(32) references Storefront_user(user_id)
    CREATE TABLE Storefront_Dressing_Style(
    dressing_style VARCHAR2(32),
    User_id VARCHAR2(32) references Storefront_user(user_id)
    CREATE TABLE Storefront_Heard_About_us(
    Heard_About_us VARCHAR2(100),
    User_id VARCHAR2(32) references Storefront_user(user_id)

  • Site template changes not reflecting in new the already created site

    I couldn’t figure it out myself how to use site template to modify the existing site created from the site template
    So here is the simplified scenario...         
    I created a Site on Dev. SharePoint 2010, added a couple of SPD workflows, customized lists and views etc. Presented the functionality to the Stakeholders and it was accepted.
    Now the Site will be used as a template and many instances of this Site will be created using these settings (template), so I just went ahead and saved the Site as a template.
    Deployed the Site template to the live environment by deploying the .wsp file, and activated it on the desired site collection.
    THE PROBLEM I'M FACING IS IN THE CHANGE MANAGEMENT: i.e. now the sites are being created and at some point in the future there is a suggestion to add functionality or a bug to be fixed.
    MY APPROACH: I have created a sample instance of the template. I made all the changes to that template and re-saved it. This way the new sites which are created from that template do have all the fixes and enhancements.
    THE PROBLEM: How can I update the existing sites that have already been created, to apply the same fixes and enhancements?
    Thanks in advance

    You could look at the Stack Exchange thread that seems to exactly match this question (from
    here).
    Think about using the features framework, as the closest you can get to updating the template is to update all the features that the said template is based on.
    Beyond that, I can't think of anything that might achieve what you're after.
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • Data type change made to schema.xml of comments list which is part of blog site template is not reflecting in the existing site but working fine when new site is created.

    Hi,
    I have created a blog site with the available site template few days back. Now we have the requirement of having the attachments in the body of the comments section. 
    So, I updated the schema.xml of the comments list available under ../templates/blog/lists/comments/schema.xml to have rich text for the Body field.
    With this change, I created a new site and it was working fine. Change is reflected in the new blog site.
    However, this particular change is not reflected in the existing blog site. Any changes made to the schema.xml is not effecting the old blog site.
    Can anyone suggest what can be done for the change to be reflected in the old blog site?
    Thanks in Advance,
    Regards, Keerthi Suryadevara

    Hi,
    According to your post, my understanding is that you wanted to add attachments in the body of the comments section.
    You can add the the Code inside the Default list pages. For more information, you can refer to:
    Enable Attachment in SharePoint Blog post list and display the list Attachments
    In addition, you can add an enhanced rich text field to the comment list and remove the body field. Then you can insert files into comments, too.
    Here is a similar thread for your reference:
    http://sharepoint.stackexchange.com/questions/77194/how-to-add-attachments-for-comments-list-in-sharepoint-blog-2010
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Room Template Changes not reflecting

    Hi,
    I have a Collaboration room template called Community. In that I have the Quick Poll Maintenance iview. I was getting the following error while creating a quick poll. When I try to add an image to a response in the quick poll, it gave me portal error. This was happening only inside the Collaboration room and not outside. Then I changed the mapping of the property PathToImages for the iview in the template to private_docs_path and saved the template.
    Now the error does not come in the new rooms that I create with this template. But the old rooms are still having the problem. Any idea why?
    Alos, for my old room the template is being displayed as Community_&VER&22 and for new rooms is Community_&VER&28. Is there any way to synchronize the the template versions?
    Regards
    Ranjith

    Hi,
    which version of the portal are you using?
    Starting with NW04 SPS 17 / NW04s SPS8, you can transfer changes from the template to existing rooms. Before these releases, this is not possible. Please have a look at http://help.sap.com/saphelp_nw2004s/helpdata/en/44/168eb1c3641a75e10000000a1553f6/frameset.htm
    Kind regards
    karin

  • Application Parameter not reflected in Transaction Iview.

    Hi All,
    I have a requirement where i have to create the Transaction Iview for the Report which is created using the Report Writer.
    When i am giving the application parameter to it. It is not being reflected in the Portal.
    Also when i cross checked with the any Z Report its taking the application parameter and executing successfully.
    So is there any other settings for the Report which are created usng SAP Report Writer.
    If anybody has done this type of Iview then tell me .
    Regards,
    Dhruv Shah

    Dhruv,
    check this thread
    https://forums.sdn.sap.com/click.jspa?searchID=17849404&messageID=6257633
    Thanks
    Bala Duvvuri

  • Changes in prompts not reflecting for some users

    Good Morning all,
    I have changed a number of dashboard prompts in 11.1.1.5 to default to a dynamic repos variable.
    The changes are shown on my obiee, and some other users obiee. But some users are not seeing the changes that I have made. i.e. the prompt still defaults to a hardcoded value which was the case before I changed it.
    Tried:
    -logging in and out
    -closing cursors
    -removing any saved customizations.
    Note I made the changes last week so everyone has logged in and out.
    Any ideas why this is happening?
    Thanks
    Kev

    Thanks for the swift response.
    Users have cleared browser caches,
    I have cleared obiee cache.
    Do you mean clearing the query cache via command line?
    Please note that this is dev environment so caching is turned off for obiee.
    thanks
    Kev

  • Create an excel template for a report and open it always in that template

    Hi,
    I've a question. I have a report in BI Answers. I would export it in BI Publisher and create for it an excel template which contains any text and a macro. Then I would associate report to the template so that when i open report in BI Publisher, it appears in my template document and i can apply macro.
    It's possible?
    All regards
    Giancarlo

    With a new account, you'll need to rebuy the games.
    Each user should have their own icloud account, otherwise they end up getting the same emails, contacts, calendars, notes, reminders, etc. - usually not what you want.  But if all have been sharing the same itunes ID, keep it that way, you can have different IDs for itunes and icloud.
    If you already have another icloud account, and want to set it up on a device, then go to Settings>icloud, scroll to bottom of screen and tap Delete Account.  This only disconnects the device from that account, no data is lost on icloud.  Then enter the account ID that you want to use.
    To create a new icloud account, go to
    http://www.apple.com/icloud/setup/

  • BUG: Dynamic report column headings not working with some templates

    Using Apex 2.0, we are trying to create a vertical report with dynamic labels like &P26_REF_RECEIVED_DATE_L. based on items populated by PL/SQL.
    This seems to work fine for some templates but not for others. With a horizontal report template we get output like:
    <th class="t4ReportHeader" id="REF_RECEIVED_DATE">Received</th>
    <td  headers="Received" class="t4data">29-MAR-2007</td>But with the vertical template we get:
    <th>&P26_REF_RECEIVED_DATE_L.</th><td>29-MAR-2007</td>Also, if we use "default: vertical report, look 1" we see "&P26_REF_RECEIVED_DATE_L." in the output, but with "default: vertical report, look 2" we see "Received".
    Message was edited by:
    Tony Andrews

    have you checked that your report template has a
    valid value for the "Column Heading Template"
    property?This template has nothing in the "Column Heading Template" because it is designed to show the data in this form:
    Heading1 - Value1
    Heading2 - Value2
    Heading3 - Value3
    Hence both the heading and the data appear in the "Column Template 1" property as follows:
    <tr><th class="t3header">#COLUMN_HEADER#</th><td class="t3data">#COLUMN_VALUE#</td></tr>
    Maybe it is an Apex limitation that the #COLUMN_HEADER# value can't be accessed from this subtemplate? Yet somehow it works with "default: vertical report, look 2" (which I realise isn't a template as such).

  • Unable to set template properties

    I have a site which is based off of a responsive design (HTML5/CSS3/jQuery). I've setup a nice template for our Contribute users however I get the "Unable to set template properties" error when I would try to enter the template properties. Additionally, repeating regions don't work at all. No error, nothing. They work great with Dreamweaver, but not Contribute.
    I previously had this issue with an older (non-responsive) site which was based off of a Dreamweaver CS5.5 built in template. However with that site, I would get the following error when trying to work with a repeating region, "You can't add items to repeating regions because the draft's parent template is missing or not available to users in your role. Please contact the website administrator." I was able to fix this with the following Contribute 6.5 settings.
    Users can ONLY be able to create new pages from copies of select pages. I just made blank versions of the templates I wanted people to use, and just saved them in the /Templates directory.
    Be sure creating new pages from site templates is turned OFF.
    Be sure creating new pages from content types is turned OFF.
    This is not the case with the newer site. I've tried both transitional and compatibility modes in the Contribute site settings but still nothing.
    Anyone experiencing this or have any fix ideas?

    Update:
    Looks like I'm going to have to settle on not using nested templates. I gave it a try with on a page from a single un-nested template and both template properties and repeating regions worked.
    So now I'll be including all the global code via PHP includes rather than a master Dreamweaver template. Not sure how that will effect broken link reports or global link updates but it looks like it's the only solution for now.

  • Changes are not reflecting on same system for WD Component

    Hi ,
    I have one interesting issue , I have done some changes in Webdynpro component , changes are reflecting for some users but not reflecting for some other users on the same system. Can anyone tell me why it is behaving like that ?
    In R/3 I have faced this issue , this is one option of GENERATE via this I have resolved this issue but how i will do it here?
    Thanks
    Ankesh Jindal

    I am not sure if i understand your real problem here.
    It could be very well related to Personalization and Customization.
    Go to SICF transaction and then
    sap/bc/webdynpro/sap/wd_analyze_config_user

  • Web Template is not showing the changes done

    Dear Experts,
    I have done few changes in my web template like navigation pane has been added and the filter pane is removed from the template but still its showing the same filter pane, no error is being reported and for this i have closed the web application designer and again opened it but still no change what could be the issue.
    thanks and regards
    Neel

    Hi Neel,
    Is there any error message(s) while closing / re-opening the template?
    I am not sure about the configurations on your systems. In our environment, calling a template requires a connection to EP. While BI is having a communication problem with EP server, changes we made on template is not reflected.
    Hope this help!
    Heng Meng

  • Spry accordion works in template, but not pages using that template

    So I added a spry accordion to one of my templates and changed the script to default closed. It works great. In the template. But not in any of the pages using that template. Basically I can see the content in the accordion on the page as if there is no accordion at all. And I can see the script and html telling me an accordion should be there. It just isn't. I can see the framework when in edit mode. But in live mode, it's like there's not there but the content.
    I'm using Dreamweaver CS6.
    Any thoughts?
    Thank you for your time!

    If the template has been created properly, then the Spry files should automatically be included in the child page(s).
    My template looks like
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- TemplateEndEditable -->
    <script src="../SpryAssets/SpryAccordion.js" type="text/javascript"></script>
    <link href="../SpryAssets/SpryAccordion.css" rel="stylesheet" type="text/css">
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    </head>
    <body>
    <!-- TemplateBeginEditable name="EditRegion3" -->
    <div id="Accordion1" class="Accordion" tabindex="0">
      <div class="AccordionPanel">
        <div class="AccordionPanelTab">Label 1</div>
        <div class="AccordionPanelContent">Content 1</div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab">Label 2</div>
        <div class="AccordionPanelContent">Content 2</div>
      </div>
    </div>
    <!-- TemplateEndEditable -->
    <script type="text/javascript">
    var Accordion1 = new Spry.Widget.Accordion("Accordion1");
    </script>
    </body>
    </html>
    My child page looks like
    <!doctype html>
    <html><!-- InstanceBegin template="/Templates/untitled.dwt.php" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta charset="utf-8">
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- InstanceEndEditable -->
    <script src="SpryAssets/SpryAccordion.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryAccordion.css" rel="stylesheet" type="text/css">
    <!-- InstanceBeginEditable name="head" -->
    <!-- InstanceEndEditable -->
    </head>
    <body>
    <!-- InstanceBeginEditable name="EditRegion3" -->
    <div id="Accordion1" class="Accordion" tabindex="0">
      <div class="AccordionPanel">
        <div class="AccordionPanelTab">Label 1</div>
        <div class="AccordionPanelContent">Content 1</div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab">Label 2</div>
        <div class="AccordionPanelContent">Content 2</div>
      </div>
    </div>
    <!-- InstanceEndEditable -->
    <script type="text/javascript">
    var Accordion1 = new Spry.Widget.Accordion("Accordion1");
    </script>
    </body>
    <!-- InstanceEnd --></html>

  • Field lables changes in ESS iView not reflected on portal

    Hi All,
    I am trying to customize the SAP ESS Address DC (webdynpro Java) for South Africa region as per the SAP OSS note (No: 1428933).
    In order to incorporate the changes I have imported the ess/za/addr DC into NWDS. I have changed the label text as per the OSS note and deployed the DC but changes are not reflecting in the portal
    I did some more test on Label text;
    1. Removed the Label text property value from DC and deployed the application,  when I run the application during runtime screen is not showing any label text message for the label since I made it to empty.
    1. I added my custom text message to label text value instead of standard label text value and deployed the application, when I run the application during run time screen is automaticaly showing the standard label text value not my custom label text value.
    I'm trying to figure out from where these field labels value are coming from? Theoretically it should reflect field lables whats given in webdynpro but thats not the case here.
    From where Label field value is coming?. Help me out in this. Thanks,
    Regards, Suresh KB

    If you are just changing the field label the recommended approach is to do it through Web Dynpro UI personalisation.  DO NOT user NWDI to change the source code just for field label change.  The way you change through UI personalisation is locate the iView in portal content, and select preview of iView then use CTRL+RIGHT click mouse button on the field that you want to change the text, you will see properties of selected field in a popup window where you can change the default text.  Once you change it, and apply the changes you will be able to verify you changes in the iView properties (additional properties will be automatically created for the change you made).  Now check the personal data service under ESS role you should see the change.
    Hope this helps
    Siva

  • Changes in .RDF not reflected in template

    Hi,
    I am wondering if anyone else has had this issue. I made a change for a function in my .RDF file and moved it to our reports directory. The change is not reflected in the BI Publisher output. Is there something else I need to do to get the template to pick up the change as well. The problem seems to be that the XML output does not change and seems to only be running the old file. Is there somewhere else I need to move the file to or does anything have to be bounced to make changes effective? Any help is greatly appreciated.

    Hi Jason,
    Check if there is a Load balancer in use...
    If the address you give to users to access EBS (http://erp.company.com:8001/) looks different from the server you upload the files onto (e.g. server1.company.com), you have good reason to suspect may be a Load balancer in use. Load balancing in EBS context means e.g. that the work load is automatically balanced between two or more application servers. In this case you would need to upload the updated file to every server used (server1.company.com, server2.company.com, etc).
    The load balancer gives assignments to the application servers according to some internal logic. You can query fnd_concurrent_requests to see which AS was assigned to carry out each request. If you have an obsolete version of the report on one AS, and new one on the other AS, whichever could be picked. Actually you may have the old one picked dozen times in a row. This could explain why the updates are not reflected when you run the concurrent program.
    Best Regards, Matilda Smeds

Maybe you are looking for

  • Photoshop elements 13: cannot activate adobe ID due to no internet connection

    I can't activate the elements package although the organizer works. Problem shown: make connection with the internet and try again. I meantime do have internet connection.. Kan de discussie in het nederlands?

  • How to use essbase functions in Esscmd/MaxL

    Hello,<BR>I would like to know, how to call an essbase function in ESSCMD or MAXL. I am trying to read a txt file and try to check whether the data/member in the txt file is a member in cube or not.Suppose if the txt file has lot of locations, then i

  • Query timeouts in ABAP

    Hello all, We are running Business Objects 4.0 SP2 and have some users running queries to our ERP system.  They say they are running them in the background, but they are still timing out after 10 minutes with an ST22 stating they are exceeding the 60

  • Why do I no longer have Open CL GPU Acceleration, and have Mercury Playback Engine Software Only greyed out instead?

    It seems I've lost all gpu acceleration options, and i am unsure why. I am on a mac pro late 2013,  AMD fire pro d700 cards. The system was working fine for many months, then last week for the first time, i got the message that says the project was l

  • SLD import question.

    Hi, I have question regarding SLD CIM. I have two SLD which I am tranporting the SLD content. For target SLD the CIM model version is lower than the Source SLD CIm Model. While doing import it has given two warning, but allowed me to import. That wan