Customizing Country Version Error

I want to customize the country version.
open spro
SAP Reference IMG
Enterprise Structur -> Localize Sample Organizational Unit
-> Country Version
Choose Country to install "DE"
Chart of Account "IKR".
Prompt for Workbench request
Then i get these error messages
Error occoured for the following table setting.
1. Table: CSKS Cost Center Master Data
Key Field  Field Content
DATBI       99991231
KOKRS       DE02
KOSTL       SAP Dummy
Selection was not succesful
Key field    Field contest
Datbi        99991231
KOKRS        DE02
KOSTL        SAP-Dummy
Save was not succesful
Can you say me what is wrong here ?!?!?

Hi.
Sorry...I think you didn't understand my problem.
I have Poland as a country. I don't have Poland in transaction O035 as template to create a company:
- VAT
- Accounting
- etc...
That transaction allows you to create a company with the default norms of a country.
Regards

Similar Messages

  • Custom code throws error with email subscription. Otherwise, the report works fine.

    I have a SSRS report that parses RTF to TXT and displays it in a report.  The report works fine and everything displays correctly.  The subscription email, however, contains a report with errors: Request for the permission of type
    'System.Security.Permissions.UIPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
    The report contains embedded code as well as references to System.Security and System.Windows.Forms.  I've updated .....\Reporting Services\ReportServer\rssrvpolicy.config and ....\Reporting Services\ReportManager\rsmgrpolicy.config to change permissions
    to FullTrust.  Not sure what else I need to do.  Please help.

    Hi Chimuelo,
    According to your description, if the report contains custom code and assemblies, the subscription email contains an error “Request for the permission of type 'System.Security.Permissions.UIPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
    failed”.
    In your scenario, the issue could cause by that the report can’t access those assemblies. Please modify the policy configuration files to grant additional permissions for those assemblies. For more information, please refer to this article:
    How to grant permissions to a custom assembly that is referenced in a report in Reporting Services.
    Similar thread for your reference:
    Custom assembly throwing #error in reports with subscriptions
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • Jdev11g;Customizing Business Components Error Messages

    Hi All,
    Using Jdeveloper 11.1.1.2. I have customized the BC error message using message bundle. My message bundle class is
    public class MessageBundle1 extends ListResourceBundle {
    private static final Object[][] sMessageStrings =
    new String[][] {
    { "JBO-26048","Child records exist against selected record " },
    { "EMP_JOB_FK","Child records exist against selected record "},
    { "JBO-25013","Record already exist"},
    { "JOB_ID_PK","Job ID already exsist"}
    /**Return String Identifiers and corresponding Messages in a two-dimensional array.
    protected Object[][] getContents() {
    return sMessageStrings;
    Need help on couple of questions/issues I am facing on this:-
    1) Though I have given the error message for JBO-25013 and JOB_ID_PK, still I am getting following error message on UI , when saving the new record
    "Too many objects match the primary key oracle.jbo.Key[AD_PRES ]."?
    2) Why I am getting "Attribute JobId in HrModule.JobsView1 is required." along with above error message in the error popup window?
    3) When deleting the record, though I am getiing desired error message on UI "oracle.jbo.DMLConstraintException: Child records exist against selected record ", why error message is prefixed with "oracle.jbo.DMLConstraintException".?
    4) How I can localize the error messages to another language?
    Thanks
    Vikram
    Edited by: Vikram K on Mar 22, 2010 3:23 PM

    There is surely a section in the Fusion Developer's Guide on custom error/exception handling. Have you found it? Perhaps you have since you are considering overriding view/model framework objects.
    In JDev 10g there was very good documentation for how to do this in the ADF Developer's Guide. As far as I could tell, the equivalent manuals are the Fusion Developer Guides for ADF 11g. I think you will have a lot of luck getting what you want if you research this a bit more.
    In ADF 10g, what you are alluding to certainly was the solution to what you wanted. I do not know a whole lot about version 11g, but I suspect it is similar in this regard.
    in 10g this process started with overriding the ADF life-cycle.
    Once you get this working I also found some on-line commentary/articles from Avrom Roy-Federman on how to additionally extend error handling.
    All this said, you also seem to be asking some other questions (jobid and such), the solutions of which would require us to have more information about your application, I think.
    Maybe you can take one question at a time? Or start multiple threads?

  • Customizing Business Components Error Messages sample

    hi i have been following this sample and this: http://jobinesh.blogspot.de/2011/03/customizing-business-components-error.html,i have follow the instruction but its not working win my application i re-create the problem,i have check with the working sample i have done everything i can see be done in the working sample but mine still not work can somebody check what am i missing i have upload in this hostfile i used hr schema http://www.datafilehost.com/download-9d37bd8a.html. am using jdeveloper 11.1.1.6.0
    i have created the two class and one of them
    <Application xmlns="http://xmlns.oracle.com/adfm/application"
                 version="11.1.1.59.23" id="DataBindings" SeparateXMLFiles="false"
                 Package="view" ClientType="Generic"
                 ErrorHandlerClass="view.CustomErrorHandler"
    what else am i missing what have i not done,i know am mssing something but don't know what,the sample does not show step by step implementation,it just have a working solution,if somebody know step by step  implementation can you pls explain to meEdited by: adf009 on 2013/03/12 12:09 PM
    Edited by: adf009 on 2013/03/20 2:44 PM

    is not working in my application,in my application am checking primary key constraint not unique constrains like in sample is there a diffirent
    this is my class,i have re-create the problem http://www.datafilehost.com/download-9c3e5f17.html
    import java.util.ListResourceBundle;
    public class CustomMessageBundle extends ListResourceBundle {
        private static final Object[][] sMessageStrings =
            new String[][] { { "UAM_ORGUSERSLINK_PK",
                               "Hello, The user Already Belong to this organisation" }, };
        /**Return String Identifiers and corresponding Messages in a two-dimensional array.
        protected Object[][] getContents() {
            return sMessageStrings;
    i have follow steps in the sample
    am geting this log error,instead of geting my error message
    <XmlErrorHandler> <handleError> ADF_FACES-60096:Server Exception during PPR, #1
    javax.servlet.ServletException: JBO-25013: Too many objects match the primary key oracle.jbo.Key[assist03 3099 ].
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:277)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:179)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: oracle.jbo.TooManyObjectsException: JBO-29114 ADFContext is not setup to process messages for this exception. Use the exception stack trace and error code to investigate the root cause of this exception. Root cause error code is JBO-25013. Error message parameters are {0=oracle.jbo.Key[assist03 3099 ]}
         at oracle.jbo.server.EntityCache.throwTooManyObjectsException(EntityCache.java:604)
         at oracle.jbo.server.EntityCache.handleDuplicateKey(EntityCache.java:613)
         at oracle.jbo.server.EntityCache.addForAltKey(EntityCache.java:1020)
         at oracle.jbo.server.EntityCache.replaceForAltKey(EntityCache.java:1820)
         at oracle.jbo.server.EntityImpl.setAttributeValueInternal(EntityImpl.java:4094)
         at oracle.jbo.server.EntityImpl.setAttributeValue(EntityImpl.java:3676)
         at oracle.jbo.server.AttributeDefImpl.set(AttributeDefImpl.java:3301)
         at oracle.jbo.server.EntityImpl.setAttributeInternal(EntityImpl.java:2012)
         at ecadastre.gov.za.uam.model.entities.UamOrganisationUserImpl.setUsername(UamOrganisationUserImpl.java:137)
         at OrgDetails.onRowCreate(OrgDetails.java:2057)
         at OrgDetails.addMember(OrgDetails.java:1978)
         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 com.sun.el.parser.AstValue.invoke(Unknown Source)
         at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
         at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1256)
         at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
         at org.apache.myfaces.trinidad.component.UIXCollection.broadcast(UIXCollection.java:148)
         at org.apache.myfaces.trinidad.component.UIXTable.broadcast(UIXTable.java:279)
         at oracle.adf.view.rich.component.UIXTable.broadcast(UIXTable.java:145)
         at oracle.adf.view.rich.component.rich.data.RichTable.broadcast(RichTable.java:402)
         at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:1018)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:386)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:194)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
         ... 38 morehi can anybody help me please
    Edited by: adf009 on 2013/03/26 4:59 PM

  • JSPM: NWDI-controlled SC in REVISE due to SC Version Error

    Hello,
    We are still very new to working with the J2EE Engine and NWDI, so naturally we are finding our way through our mistakes.  We are in the process of implementing Enterprise Portal for ESS/MSS, and we have made some custom modifications to both of these components.  We are using NWDI to control the modifications, and after some initial mis-steps, we think we now have a reasonable working landscape.  However, we are now unable to apply support packages for ESS to our Test system.
    We successfully applied sps8 for ESS/MSS/PCUI_GP/ASR and sps11 for NetWeaver to our Development system, using NWDI and NWDS to re-apply our modifications to ESS and MSS.  The combined SP's and modifications went into DEV just fine, they imported into the CONS queue (no runtime system) fine, they assembled successfully, and now I am trying to import them into TEST using JSPM, but here is where the problem lies.
    In the "Check Queue" phase of JSPM, the ESS component is in status REVISE, and the detail message says "New component sap.com/SAP_ESS with version 600.8.0 and provider JD1 does not cover existing component with version 600.7.2 and provider JD1."  JD1 is our NWDI system/domain.  I think the basic problem is that for whatever reason, our TEST system has ESS in version 600.7.2, whereas in DEV it was in 600.7.0 (prior to applying sp8), and I have no idea why there is a difference.
    I have tried the import as a support package stack and as a collection of single support packages, but I get the same result.
    The MSS component has no such issue.  The status in Check Queue indicates that it has admitted our modification from the CMS track for deployment.  The assembled directory contains files for MSS, ESS, PCUI_GP, and ASR, as expected.
    The only thing I can think of is that prior to applying this sp stack, we had a misconfigured NWDI landscape (the transport directory was on the portal DEV server instead of the NWDI server, transports were variously held on the portal DEV server or the NWDI server depending on whether they were controlled by CMS, etc -- all of this is now fixed, but perhaps the damage is done), and the previous sp stack went into the systems prior to any modifications being done, it went in without NWDI control, and then modifications were transported into TEST separately.  However, supposedly the DEV and TEST systems had the same versions prior to this sp stack being applied.
    I know the documentation says that the component in the transdir must be replaced to fix the REVISE status, but we have nothing to replace it with.  It IS the correct version.  What I really need is a way to tell JSPM to ignore the version error and force the new (modified) component in, without losing the version history and track control in the CMS.
    Any advice on how to proceed will be much appreciated.  The NWDI and Portal are both NW04s release, and the NWDI is already at sps11.
    Best regards,
    Matt

    We resolved this problem by undeploying all ESS components via SDM, then applying all the support packages to still-deployed components with JSPM, and then redeploying the new/modified ESS package via JSPM with the option of "New Software Components."  I still don't know how the funny 7.2 sp.patch version number got there in the first place.
    --Matt

  • When should SAP Country Versions be activated ?

    Should SAP Country Versions be activated within the Global SAP Template prior to the wave roll outs to avoid retrofitting during the waves?
    Situation:
    We have completed the global SAP template and are ready to roll it out to 50 countries. Wave 1 (of 4) implementation project has just started but does not require any of the complex Country Versions. Those are only needed in waves 2 and 3.
    Decision point:
    Should all Country Versions (that will eventually be needed) be activated prior to the 1st go-live or only once the specific country will go live?
    Concern:
    It can be expected that some Country Versions, such as India, Brazil or Japan, that include highly complex functionality, may impact the existing Global Template. For example, certain transactions (e.g. Material Master, Vendor or Customer maintenance, Goods Movements) will require additional data elements once the Country Version has been activated. Retrofitting may therefore be necessary for entities that have gone live in previous waves. Global Template rework (e.g. BPP, training material) may be necessary.

    Hello,
    first of all we have to clarify the meaning of "activating a country" within a global system.
    In SAP ERP, there is no "switch", which can be activated and as a result the country is active and fully implemented.
    In contrast, there is the so called country installation program (see SAP note 63805 point 3) to implement SOME template settings -
    however these are proposals only and will not serve as a fully activated country version.
    Therefore in order to implement a country, customers have to do much more than using the country installation program.
    Hence the effort to do this in a proper way is rather high (especially for the complex countries).
    In theory you are right - it would be the best for the template approach to have all the countries implemented and as a result to have a
    rather stable global template. However this is usually NOT reality in customer projects. In most cases, it does not make sense to invest
    into the country implementation several years in advance. As an example, testing of the implementation is an important aspect -
    this would be needed twice - as there are legal changes and these have to be implemented in the countries.
    Summing it up, it is rather best business practice to adapt the global template (and take the risk of changing functionality for countries
    which are already live) while implementing additional countries rather than do everything in one shot.
    There might be a few exceptions to this rule for very special requirements:
    Example: India and Brazil have requirements which touch the logistics area (in Brazil: (electronic) Nota fiscal). Here it could make sense to consider these requirements in the initial phase of the template design.
    Best regards,
    Nils Buerckel
    Globalization Services
    SAP AG

  • SKB1 table is not populated  - Bulgaria country version

    Hi,
    Our team is working on installation country version for Bulgaria.
    We have ECC 6.0 and SAPK-11023INCCEE ECC Core Country versions for EEM Country (Romania country localization).
    We followed the instructions of SAP note 856949 "Enhancements for mySAP R/3 46C and
    higher for Bulgaria" and we face the following problem:
    Table SKB1 for BG01 company code is not populated, but we have data in SKA1, SKAT tables (charts of accounts CABG).
    Although we imported CT_BG_160108.zip , CT_SKB1_table_content.zip , still SKB1 table does not contain data for BG01 - company code.
    Please help us to solve this problem.
    Moderator: I'd suggest to open OSS message on this problem, if you are sure that you maintain the data for company code

    Hello,
    Here are a few hints:
    - In the operator, check the steps of your interface. Are rows inserted in I$ tables ?
    - If you use Flow Control, does your E$ tables contains something ?
    - Check the SQL code generated in the integration step, extract the Select from it and execute it using sqlplus, SQLDeveloper or whatever you want. Does it return something ? Maybe there is a wrong filter...
    If you don't find the error, tell us which IKM you use and give us the generated code of the step which returns no data.
    Hope it helps

  • Country Versions for Russia

    Hi.
    My Japanese customer would like to Roll Out Financial Global Template to his Russian subsidiaries.
    Does Standard SAP Country version have all Russian financial functions?
    Or are there any add-on functionalities or third party products commonly observed in any Russian customers ?
    My customer's SAP version is ECC 6.0 Ehp5.
    Thanks
    Regards
    Kimura

    Hi Kimura,
    SAP ERP 6.0 supports Russia as a standard country version.
    You might have a look at
    https://service.sap.com/~sapidb/011000358700000440252007/
    for detailed information.
    SAP does not deliver any additional Add-Ons supporting Russia (that might be different for other CIS states).
    As far as I know, there are no Add-Ons delivered by partners, which are installed by many or the majority of Russian customers.
    However there might be Add-Ons for specific requirements (e.g. specific industries).
    But please note that the implementation of Russia especially  in a global template is a challenging process and I highly recommend to involve local consulting as soon as possible.
    Best regards,
    Nils Buerckel

  • Custom Create tag error when VI is compiled

    MY vi runs fine in development mode but generates a custom create tag error - 33164 when running the compiled version

    The VI was developed with LabView 6.0.2 and we are using Fieldpoint explorer version 3.0.1.
    The VI worked fine but we were having problems with our FP-1600 because it could not maintain an Ethernet connection.
    NI sent us a new FP-1601 and the ethernet design flaws of the FP-1600 were no longer causing us problems.
    Power was cycled on the system a day or so after that and ever since then the compiled version of the same VI will generate the afore mentioned error code, but the VI works when run in debugger/development mode. Re compiled, re-installed FP explorer, re imported fieldpoint tags; None of these worked.

  • Can country specific reports run without implementing country versions?

    Can you run and use country specific reports in SAP if you donot implement the country version? Is it compulasory to implement the country version to run a country specific report?
    For example to run the country specific withholding tax report for India, is it compulsory to first implement the country india version?

    Based on customer/vendor master we can create the reports

  • Open GL Version Error

    My Java 3D application is showing open gl version error as shwon below:
    javax.media.j3d.IllegalRenderingStateException: GL_VERSION
    *     at javax.media.j3d.NativePipeline.createNewContext(Native Method)*
    *     at javax.media.j3d.NativePipeline.createNewContext(NativePipeline.java:2681)*
    *     at javax.media.j3d.Canvas3D.createNewContext(Canvas3D.java:4827)*
    *     at javax.media.j3d.Canvas3D.createNewContext(Canvas3D.java:2372)*
    *     at javax.media.j3d.Renderer.doWork(Renderer.java:876)*
    *     at javax.media.j3d.J3dThread.run(J3dThread.java:256)*
    DefaultRenderingErrorListener.errorOccurred:
    CONTEXT_CREATION_ERROR: Renderer: Error creating Canvas3D graphics context
    *graphicsDevice = Win32GraphicsDevice[screen=0]*
    *canvas = javax.media.j3d.Canvas3D[canvas0,0,0,1016x683]*
    Java 3D ERROR : wglGetExtensionsStringARB not support !
    - The specified procedure could not be found.
    Fallback to use standard ChoosePixelFormat.
    Java 3D ERROR : OpenGL 1.2 or better is required (GL_VERSION=1.1)
    After going through the forums I have found that updating the graphics card drivers can be a solution for the problem.
    Even after updating the grapichs drivers I am getting the same error as above.
    However when i checked the current open gl version using following link :
    http://download.java.net/media/java3d/webstart/prototype/QueryGL.jnlp
    its is showing the open gl vesrion as 1.3 as shown below.
    GL_VERSION = 1.3.0 - Build 4.14.10.4342
    GL_VENDOR = Intel
    GL_RENDERER = Intel 845G
    GL_MAX_LIGHTS = 16
    GL_MAX_TEXTURE_SIZE = 2048
    GL_MAX_3D_TEXTURE_SIZE = 128
    GL_MAX_CLIP_PLANES = 6
    GL_MAX_TEXTURE_UNITS = 4
    Please suggest how to work around this problem.
    Thanks,
    Divya

    What operating system are you on and what is it you are trying to do? "Texture too small" is more or less a transparency blending problem (see http://aeerrors.myleniumstuff.de/?p=750) or texture cropping problem, so it matters, what you are doing. comp preview res and size e.g. on text layers could be influential. The 8600 series should be just fine. While not exactly a precise comparison, the mobile version works just fien in my Macbook both under OSX and Vista, so something else must be the problem.
    Mylenium

  • Recieveing "OnUCAppointmentGetVisible" error in Outlook 2013 (64 bit) - "Custom UI Runtime Error in Lync Meeting Add-in for Microsoft Office 2013"

    Hi All,
    I originally posted this in the MS Support forums (http://answers.microsoft.com/en-us/office/forum/office_2013_release-outlook/recieveing-onucappointmentgetvisible-error-in/1a40eca2-8cd1-40f1-a92f-cb08f0af6b72), but was directed over here.
    I have recently upgraded an installation of Office 2010 to 2013 (both 64 bit) but am now receiving an error which says:
    Window Title - "Custom UI Runtime Error in Lync Meeting Add-in for Microsoft Office 2013"
    An error occured while calling the callback: "OnUCAppointmentGetVisible"
    This seem to happen when I initially open a calender entry, and when I close the entry (most only the first time I close the entry).
    I did have some developer tools installed for Office 2010 and VS 2010 which played around with Excel,2013 but I have now uninstalled these.
    In addition, BCM 2010 was installed (but for the time being has been uninstalled), but I don't think that is the culprit.
    The issue is being caused be an Outlook add-in. I have three COM add-in enabled, but the one causing the issue in the "Lync Meeting Add-in for Microsoft Office 2013".
    We are currently trialling Lync in a demo installation which is in a different domain to any of the Exchange accounts, but should this cause a problem? For the time being I have disable this add-in.
    Regards,
    Chris
    Chris

    Hi,
    Sorry for my misunderstanding. If the issue is determined to be caused by Lync Meeting Add-in, please remove this add-in from Outlook, then go to Control Panel to repair Office 2013 program. After repairing,
     this add-in would be automatically reinstalled. Please check whether the issue persists. About how to repair Office programs, please refer to:
    http://office.microsoft.com/en-us/outlook-help/repair-office-programs-HA010357402.aspx
    If the Lync Meeting Add-in is not automatically reinstalled, please try to manually add this add-in by the following steps:
    1. Starting Outlook 2013 as an Administrator (right click, run as Admin).
    2. Click File > Options > Add-ins, Manage Com Add-Ins Go... > Add..., C:\Program Files (x86)\Microsoft Office\Office15\UCAddin.dll, OK.
    3. Close Outlook and start it as a normal user.
    Regards,
    Winnie Liang
    TechNet Community Support

  • Customer Master replication error from R/3 to CRM

    Experts,
    I am trying to replicate Customer Master from R/3 to CRM.
    All the settings have been done. Nothing shows up in Queues. However, Bdoc hangs in "Received" state.
    When I try to reprocess the Bdoc, I get a prog dump of type DBIF_RSQL_INTERNAL_ERROR in below function module: CRM_BUPA_FRG0020_SAVE_TABS
    at INSERT crmm_but_set0020 FROM TABLE it_set0020_insert[]
    This data corresponds to Shipping data in Customer Master.
    Can you please help? I saw a similar thread in the forum where there was a suggestion about R/3 plug in update. How can I do that?
    Thanks in advance,
    JD

    Pls see Customer Master replication error
    Closed.

  • Unsupported version Error while generating header and footer for the PDF

    hi
    I want to genrate header and footer for the PDF file however on the call of the EndPage class i got a Unsupported Version Error Unsupported major minor Version Error and Class loader Define class
    What has gone wrong ?.

    Can you provide more information about what you were trying to do? In particular, what does your code like like?
    Also, can you include the stack trace, and the complete error message?

  • Item category determination customizing not maintained error in CRM_IC

    Hello Solution Manager Gurus
          I have configured IC Web Client.. But in service ticket tab i am getting Item category  customizing not maintained error. Similarly i dont know where to create SLA information for service ticket in solman system.
    Please help me
    regards
    Naveen

    Sure Naveen
    I think you have my email id with you
    And for the customization guide of Webclient, it is available on http://help.sap.com/bp_crmv250/CRM_DE/BBLibrary/html/BBlibrary.htm
    C78: CRM Interaction Center (WebClient)
    Hope this will help
    Regards,
    Rekha Dadwal
    <b>You gain a point for every point that you reward. So reward helpful answers generously</b>

Maybe you are looking for

  • Warning Message in status bar

    Hi all, I have an enhancement in which i need to pass a custom warning message through badi ' INVOICE_UPDATE '  in the status bar for TCode MIRO,  i am able to display the message with a popup screen but i am unable to display it into status bar. How

  • I'm a Mac user and can't print a PDF anymore

    Just like others have asked in this forum, I also cannot print a PDF document any longer.  I select my documents but somehow Adobe Reader cannot see it and I get two error pop ups.  One saying "The document could not be printed." and the other says "

  • HT1338 XSERVE 10.6.8 is running very slow, and Workgroup Manager is not responding

    XSERVE 10.6.8 is running very slow, and Workgroup Manager is not responding. There is no more updates to download.

  • PR and PO Line items are different.

    Hi, Hi, We created PR , realeased then created PO. In PR we have 5 Line items after created PO the line item serial are not like same as PR. It  shows all 5 line items with different line number , Could you pl suggest what are the reasons to cause th

  • Constant wait cursor when editing with LVOOP

    I've searched around several times for any mention of this problem but have never found anything. It continues to drive me crazy so I figure I'd ask about it. I have a decently sized project utilizing about 25 LVOOP classes in the hierarchy. Whenever