SAP R/3 outbound connection to CE 7.1 (Bean IDOC_INBOUND_ASYNCHRONOUS)

Hi ...,
I want to use RFC in the R/3 backend system to call a JCO-Server on SAP CE 7.1 (outbound connection).
The JCO-Server starts successfully and everything works fine so far. That means, I can send an IDoc (material "MATMAS") via RFC to the SAP CE 7.1 and if I look through the transaction we02 the Idoc sent successfully to the the system. But if I look through the log-file of the CE 7.1 (.../nwa/logs) I realize the following error-message:
java.lang.RuntimeException: Bean IDOC_INBOUND_ASYNCHRONOUS not found on host XXXX, ProgId =XXXX: Object not found in lookup of IDOC_INBOUND_ASYNCHRONOUS.
at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:121)
at com.sap.engine.services.rfcengine.RFCJCOServer$J2EEApplicationRunnable.run(RFCJCOServer.java:269)
at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
at java.security.AccessController.doPrivileged(Native Method)
at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:152)
at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:247)
Caused by: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of IDOC_INBOUND_ASYNCHRONOUS.
at com.sap.engine.services.jndi.implserver.ServerContextImpl.lookup(ServerContextImpl.java:584)
at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:343)
at com.sap.engine.services.jndi.implclient.OffsetClientContext.lookup(OffsetClientContext.java:266)
at com.sap.engine.services.jndi.implclient.OffsetClientContext.lookup(OffsetClientContext.java:286)
at javax.naming.InitialContext.lookup(InitialContext.java:351)
at javax.naming.InitialContext.lookup(InitialContext.java:351)
at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:104)
... 5 more
It would be very grateful, if somebody of you could help me!
Thanks a lot.
Stefan

Hi Stefan,
I am not working in CE 7.1, but have come across this issue several times with various clients.  Did you ever get a solution to this issue?
Thanks,
Mike

Similar Messages

  • JCo Outbound Connection

    Hi,
    I am looking for an Outbound Connection from ABAP using Jco and RFC destination.
    Is it mandatory to set the MetaData?
    If yes how the Table Parameter would be registered using Meta.
    I am looking at this blog, which is very helpful, but it is not having the table parameter setting:
    /people/gregor.wolf3/blog/2004/08/26/setup-and-test-sap-java-connector-outbound-connection
    Appreciate your help

    Hi Prathap,
    Create a function module in the ABAP system from where you are making the remote calls with the same signature, i.e. same parameter names and same dictionary types.  The body of the function module can be left empty in the local system, all we need is the signature.
    Then in se80 you can use the pattern button to insert the function call entering the function name.  Remember to add the destination rfcdest and exceptions parts as in this example:
    data:
      msg(80) type c.
    call function 'MY_FUNCTION' destination rfcdest
      importing
      exporting
      tables
      exceptions
        system_failure        = 1 message msg
        communication_failure = 2 message msg
        others                = 3.
      if sy-subrc <> 0.
      error handling
      endif.
    The system_failure and communication_failure are important, if not present and the remote function call can't be completed the caller code can be left waiting or dump.
    Best regards... Lucio

  • Open HUB ( SAP BW ) to SAP HANA through DB Connection data loading , Delete data from table option is not working Please help any one from this forum

    Issue:
    I have SAP BW system and SAP HANA System
    SAP BW to SAP HANA connecting through a DB Connection (named HANA)
    Whenever I created any Open Hub as Destination like DB Table with the help of DB Connection, table will be created at HANA Schema level ( L_F50800_D )
    Executed the Open Hub service without checking DELETING Data from table option
    Data loaded with 16 Records from BW to HANA same
    Second time again executed from BW to HANA now 32 records came ( it is going to append )
    Executed the Open Hub service with checking DELETING Data from table option
    Now am getting short Dump DBIF_RSQL_TABLE_KNOWN getting
    If checking in SAP BW system tio SAP BW system it is working fine ..
    will this option supports through DB Connection or not ?
    Please follow the attachemnet along with this discussion and help me to resolve how ?
    From
    Santhosh Kumar

    Hi Ramanjaneyulu ,
    First of all thanks for the reply ,
    Here the issue is At OH level ( Definition Level - DESTINATION TAB and FIELD DEFINITION )
    in that there is check box i have selected already that is what my issue even though selected also
    not performing the deletion from target level .
    SAP BW - to SAP HANA via DBC connection
    1. first time from BW suppose 16 records - Dtp Executed -loaded up to HANA - 16 same
    2. second time again executed from BW - now hana side appaended means 16+16 = 32
    3. so that i used to select the check box at OH level like Deleting data from table
    4. Now excuted the DTP it throws an Short Dump - DBIF_RSQL_TABLE_KNOWN
    Now please tell me how to resolve this ? will this option is applicable for HANA mean to say like , deleting data from table option ...
    Thanks
    Santhosh Kumar

  • SAP Server  has lost connection to the database!

    Hi Gurus,
    Can some please guide me on this " SAP Server  has lost connection to the database! " what need to be check.
    OS : AIX
    DB : DB2
    thanks
    vamsi

    Hello,
    1)Check if the DB is running.Issue the  following command @ the DB-level
    db2 connect to <SID>.
    2)Also check R3trans -d from the app. server and check for trans.log file for the error.
    Hope it helps.
    Regards,
    Prasanna
    Edited by: Kulkarni Prasanna on Jul 24, 2008 3:53 PM

  • Strage problem with outbound connections

    Hi all,
    I've been unable to connect to my Gmail IMAP since I restored from a time machine backup. I know my IP hasn't been blacklisted, because I can still connect via my iPhone when I'm home and connected to the LAN, and my wife's mail app still works. I've completely removed all mail caches data from ~/Library for the mail app.
    After doing some network diagnostics, I've noticed I can't telnet to imap.gmail.com on port 993 from my Macbook Pro (the computer with mail failing). My firewall is completely disabled, again this works on my wife's laptop. Is there some other plist that could be interfering. Also, is it possible to list the firewall rules from the command line similar to linux's iptables? Something is blocking my outbound connection on the laptop itself, but I'm at a loss to find out what it is.
    thanks,
    Todd

    Hi,
    This could be the problem of confilting namespace or combinations.
    in receive action just check that right message interface is configured at Inbound side.
    just check any place void ?
    1)just check the name as case sensitive.
    2)Just check is there interface belongs to right software component.
    3)Just check mapping assigned to the right combination or not.
    its better to cross check all the component are assigned to right place or not.
    ****if helpful then rewards points
    Regards,
    Sumit Gupta

  • Can't modify Outbound Connection Pools properties in WebLogic 10.3.6

    I'm trying to configure BAM adapter in WebLogic Administration Console. Navigate to deployments -> OracleBamAdapter -> Configuration -> Outbound Connection Pools -> eis/bam/rmi -> tried to enter property value of Hostname but I couldn't. It is not in edit mode - no check box in front of Hostname column. I tried to enter the value in the hostname property and save but nothing was saved.
    I've unlocked domain configuration lock and I see the <lock & edit> button is disabled and <release configuration> button is enabled in the change center. So why can I modify the property value?
    WebLogic 10.3.6
    SOA 11.1.1.6
    BAM
    All are installed in the same server and SOA is installed with development mode. I didn't bounce the admin server after unlocking the domain configuration, is this required?

    Thanks, Arik. I just figured it out and was banging my head against the wall when you posted the message. :-) Thanks for the reply!

  • Outbound Connection Pool Entry Missing for DBAdapter in Clustered Weblogic Congfiguration

    Hi ,
    When I created an outbound connection pool entry in DBAdapter through weblogic console in a clustered environment ( 1-Admin server and 2-managed servers) and updated DB adapter, I indentified that connection entry is updated in only in plan.xml of one managed server and for other managed server it is not updated. Due to this we are unable to access Datasources for some requests from application.
    As a work around if we update plan.xml file of other managed server manually with required connection entry and update DB Adapter we are able to find the connection entry for both the managed servers.
    Apart from work around is there any other solution for this issue so that I can add a DB adapter connection entry through console which will update both plan.xml files.
    Thanks & Regards,
    Venkat

    I can suggest you to keep the Plan.xml file in shared drive that is accessible from all the server nodes,this will reduce the manual work.
    Regards
    Albin I
    http://www.albinsblog.com/

  • SAP ECC6.0 cannot connect to SQL Server Database after recreating DB server

    We had a disaster with our ECC 6.0 Development system a few days ago.  The system is called “DEV”.  The SQL Server database server got wiped out and we didn’t have a backup.  Luckily, we did have a backup of the database.  Our system engineers rebuilt the server and our DBA reinstalled SQL Server and restored the database.  The database came up fine, but when we try to start SAP, it fails.  “R3trans –d” also fails.  The database is SQL Server 2008R2 10.50.2769.  The OS is Windows Server 2008R2.
    We verified that the “devadm” and “SAPServiceDEV” accounts have permissions on the on the server. We set the following Environment Variables for the devadm account on the database server:
    DBMS_TYPE = mss
    MSSQL_DBNAME = DEV
    MSSQL_SCHEMA = dev
    MSSQL_SERVER = <database server name>
    SAPLOCALHOST = <database server name>
    SAPSYSTEMNAME = DEV
    We also set the following Registry Key:
    HKEY_LOCAL_MACHINE/Software/SAP/DEV
    Type:     REG_SZ
    Value:   AdmUser
    String:   <database server name>\devadm
    We didn’t install any kind of SAP software on the database server.
    Is there any kind of SAP components we need to install on the database server?  Do we need to run the SAP installer on the database server to get everything setup correctly?  I looked at another one of our SQL Server database servers and it has SAP Management Console installed and there is a C:\Program Files\SAP\hostcntl folder.  I don't know what that is or it has anything to do with SAP being able to connect to the database.
    Here is the error message in the R3trans log file:
    4 ETW000  [     dev trc,00000]  Wed Apr 29 09:44:39 2015 1501385  1.531756
    4 ETW000  [     dev trc,00000]  ERROR: -1 in function ExecuteAndFlush (SQLExecDirect) [line 6702]         35  1.531791
    4 ETW000  [     dev trc,00000]  (102) [42000] [Microsoft][SQL Server Native Client 10.0][SQL Server]Incorrect syntax near 'execute.'.
    4 ETW000 22 1.531813
    4 ETW000  [     dev trc,00000]  <if user_name() != 'dev' execute as login = suser_sname(suser_sid('dev')) with no revert> failed -- connect terminated
    4 ETW000 38 1.531851
    4 ETW000  [    dblink ,00000]  ***LOG BY2=>sql error 102    performing CON 56  1.531907
    4 ETW000  [    dblink ,00000]  ***LOG BY0=>[Microsoft][SQL Server Native Client 10.0][SQL Server]Incorrect syntax near 'execute.'.
    4 ETW000 30  1.531937
    2EETW169 no connect possible: "DBMS = MSSQL ---  SERVER = '<db server name>' DBNAME = 'DEV'"
    Please let me know what we need to do to get SAP to connect to the database.
    Thanks,
    Jerry

    Here it is: 4 ETW000 R3trans version 6.22 (release 720 - 18.11.11 - 11:29:00). 4 ETW000 unicode enabled version 4 ETW000 =============================================== 4 ETW000 4 ETW000 date&time  : 29.04.2015 - 19:33:01 4 ETW000 control file: 4 ETW000 R3trans was called as follows: R3trans -d 4 ETW000  trace at level 2 opened for a given file pointer 4 ETW000  [    dev trc,00000]  Wed Apr 29 19:33:01 2015                                                  83  0.000083 4 ETW000  [    dev trc,00000]  db_con_init called                                                        28  0.000111 4 ETW000  [    dev trc,00000]  set_use_ext_con_info(): rsdb/ssfs_connect not set => ssfs not used        31  0.000142 4 ETW000  [    dev trc,00000]  determine_block_commit: no con_hdl found as blocked for con_name = R/3 4 ETW000                                                                                                  20  0.000162 4 ETW000  [    dev trc,00000]  create_con (con_name=R/3)                                                10  0.000172 4 ETW000  [    dev trc,00000]  Loading DB library 'dbmssslib.dll' ...                                    31  0.000203 4 ETW000  [    dev trc,00000]  DlLoadLib success: LoadLibrary("dbmssslib.dll"), hdl 0, addr 000007FEEE6D0000 4 ETW000                                                                                                1865  0.002068 4 ETW000  [    dev trc,00000]      using "D:\usr\sap\DEV\SYS\exe\uc\NTAMD64\dbmssslib.dll"              14  0.002082 4 ETW000  [    dev trc,00000]  Library 'dbmssslib.dll' loaded                                            13  0.002095 4 ETW000  [    dev trc,00000]  function DbSlExpFuns loaded from library dbmssslib.dll                    15  0.002110 4 ETW000  [    dev trc,00000]  Version of 'dbmssslib.dll' is "720.00", patchlevel (0.200)                84  0.002194 4 ETW000  [    dev trc,00000]  function dsql_db_init loaded from library dbmssslib.dll                  16  0.002210 4 ETW000  [    dev trc,00000]  function dbdd_exp_funs loaded from library dbmssslib.dll                  11  0.002221 4 ETW000  [    dev trc,00000]  New connection 0 created                                                  29  0.002250 4 ETW000  [    dev trc,00000]  0: name = R/3, con_id = -000000001, state = DISCONNECTED, tx = NO , bc = NO , hc = NO , perm = YES, reco = NO , frco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO , prog =  4 ETW000                                                                                                  29  0.002279 4 ETW000  [    dev trc,00000]  db_con_connect (con_name=R/3)                                            12  0.002291 4 ETW000  [    dev trc,00000]  determine_block_commit: no con_hdl found as blocked for con_name = R/3 4 ETW000                                                                                                  16  0.002307 4 ETW000  [    dev trc,00000]  find_con_by_name found the following connection:                          9  0.002316 4 ETW000  [    dev trc,00000]  0: name = R/3, con_id = 000000000, state = DISCONNECTED, tx = NO , bc = NO , hc = NO , perm = YES, reco = NO , frco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO , prog =  4 ETW000                                                                                                  21  0.002337 4 ETW000  [    dev trc,00000]  Thread ID:3492                                                          594  0.002931 4 ETW000  [    dev trc,00000]  Thank You for using the SLODBC-interface                                  17  0.002948 4 ETW000  [    dev trc,00000]  Using dynamic link library 'D:\usr\sap\DEV\SYS\exe\uc\NTAMD64\dbmssslib.dll' 4 ETW000                                                                                                  21  0.002969 4 ETW000  [    dev trc,00000]  dbmssslib.dll patch info                                                  27  0.002996 4 ETW000  [    dev trc,00000]    SAP patchlevel  0                                                      12  0.003008 4 ETW000  [    dev trc,00000]    SAP patchno  200                                                        92  0.003100 4 ETW000  [    dev trc,00000]    Last MSSQL DBSL patchlevel 0                                            20  0.003120 4 ETW000  [    dev trc,00000]    Last MSSQL DBSL patchno        200                                    14  0.003134 4 ETW000  [    dev trc,00000]    Last MSSQL DBSL patchcomment Take care of warnings during database connect (1600066) 4 ETW000                                                                                                  18  0.003152 4 ETW000  [    dev trc,00000]  ODBC Driver chosen: SQL Server Native Client 10.0 native                273  0.003425 4 ETW000  [    dev trc,00000]  Network connection used from XXSAPDEV01 to XXSQLSAPDEV01 using tcp:XXSQLSAPDEV01 4 ETW000                                                                                                128  0.003553 4 ETW000  [    dev trc,00000]  Network connection used from XXSAPDEV01 to XXSQLSAPDEV01 using tcp:XXSQLSAPDEV01 4 ETW000                                                                                              20908  0.024461 4 ETW000  [    dev trc,00000]  Network connection used from XXSAPDEV01 to XXSQLSAPDEV01 using tcp:XXSQLSAPDEV01 4 ETW000                                                                                                3485  0.027946 4 ETW000  [    dev trc,00000]  Driver: sqlncli10.dll Driver release: 10.50.2769                        3695  0.031641 4 ETW000  [    dev trc,00000]  GetDbRelease: 10.50.2769.00                                              475  0.032116 4 ETW000  [    dev trc,00000]  GetDbRelease: Got DB release numbers (10,50,2769,0)                      18  0.032134 4 ETW000  [    dev trc,00000]  ERROR: -1 in function ExecuteAndFlush (SQLExecDirect) [line 6702]      6505  0.038639 4 ETW000  [    dev trc,00000]  (102) [42000] [Microsoft][SQL Server Native Client 10.0][SQL Server]Incorrect syntax near 'execute.'. 4 ETW000                                                                                                  27  0.038666 4 ETW000  [    dev trc,00000]  failed -- connect terminated 4 ETW000                                                                                                  31  0.038697 4 ETW000  [    dblink  ,00000]  ***LOG BY2=>sql error 102    performing CON                              49  0.038746 4 ETW000  [    dblink  ,00000]  ***LOG BY0=>[Microsoft][SQL Server Native Client 10.0][SQL Server]Incorrect syntax near 'execute.'. 4 ETW000                                                                                                  27  0.038773 2EETW169 no connect possible: "DBMS = MSSQL                            ---  SERVER = 'XXSQLSAPDEV01' DBNAME = 'DEV'"

  • Dozens of outbound connections to Russia and other...

    I was monitoring my network traffic today and saw that Skype has literally over 100 outbound connections from my computer. They range from the United States to Russia and more. I reached out to support chat today about this and was not given an answer about why this is happening. All they told me was "I guarantee your privacy is in tact". Attached is a screenshot of one of the outgoing connections.
    All I want is an answer. Is this due to some kind of peer-to-peer networking? If so, why does my computer need to contact Russia? What data is being sent?
    Thanks

    I have the same issue except that Skype is trying to connect to a trojan sight called "akamaitechnologies.com", whick is a known trojan site. I use TCPVCON.exe to monitor my IP connections. Im about ready to get rid of Skype, if I cant find a way to stop this.
    thanks ron

  • How to access a domain server which is targeted by Group Policy set to block Inbound and Outbound connections

    Hi,
    I have a practice lab with two physical servers 2012 R2, one of them is Hyper-V host and one of VMs is a domain controller. I was doeing some exercises with firewall rule deployment through Group Policy, so I created an outbound rule to block port 80 which
    was targeted to Domain Computers. Now my other physical server has inbound and outbound connections set to block and domain controller cannot be contacted to update policy ( with rule removed ). At least that is my understanding. Maybe I messed up something
    with the profiles too, because port 80 would not have block all outband traffic, or?
    I am new to IT so my understanding is still poor.
    Best
    Robert

    Hi Robert,
    If we block inbound connections, all connections that do not have firewall rules that explicitly allow the connection will be blocked.
    If we block outbound connections, all connections that do not have firewall rules that explicitly allow the connection will be blocked.
    If we block outbound TCP port 80, it will mean all websites will be unreachable, for TCP port 80 is for HTTP.
    Regarding Windows firewall security settings, the following article can be referred to for more information.
    Windows Firewall with Advanced Security Properties Page
    http://technet.microsoft.com/en-us/library/cc753002.aspx
    Best regards,
    Frank Shen

  • SAP PCM 7.0 Connectivity with SAP Business Objects

    Hi All
    We are trying to integrate SAP PCM 7.0 FP5 with Business Objects. The prime purpose is to fetch PCM data into Xcelsius dashboard and WebI reports via BO Universe.
    We are sruggling to understand the plugins required to do this.Since other SAP documentation states that SAP BO Connectivity pack is required which is a part of SAP BusinessObjects Profitability and Cost Management 7.5 Support Package 06
    But , we understand that SAP BO PCM75 Support pkg06 cannot be installed on SAP PCM 7.0.
    Also, Please kindly help me in understanding if SAP PCM 7.0 connectivity with BOXIR3 (without using BW NW layer) is possible or it needs to be upgraded to SAP PCM 7.5
    Thanks

    Hello Siva,
    I am thinking that you may need to deploy FTP adapter in PI to get this process work fine but not sure.
    Let's see what other experts suggest.
    Thanks,
    Siva Kumar

  • SAP BI - Data Services connection

    Hello
    I am trying to set up SAP BI - Data Services connection.
    Couple of questions :
    1. Where from within the SAP can I get SAP gateway hostname and SAP gateway service name
    2. I have a developer right on BW. Is it enough to make connection with my user id?
    3. connection to BW is via client security portal. Does it change the approach?
    Thanks

    Hi,
    1. Where from within the SAP can I get SAP gateway hostname and SAP gateway service name
    From the sapgui.
    2. I have a developer right on BW. Is it enough to make connection with my user id?
    Yes
    3. connection to BW is via client security portal. Does it change the approach?
    What does that means? you need a user and password in BW (ABAP).
    As suggested by Andrei, read the wiki. It has all you need to make it work.
    Hope this helps.
    Cheers,
    Diego

  • SOA 11g FTP Adapter creating outbound connections every minute

    FTP Adapter SOA 11.1.1.4 build.
    ####<Feb 17, 2011 1:30:49 PM EST> <Info> <Common> <usadanassoad1> <soa_server1> <weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@374c159d> <Jing> <> <f1996a6c9a644552:-510fae37:12e30729d3f:-8000-0000000000008b36> <1297967449047> <BEA-000628> <Created "1" resources for pool "eis/Ftp/DynmManageFtp", out of which "1" are available and "0" are unavailable.>
    ####<Feb 17, 2011 1:31:48 PM EST> <Info> <Common> <usadanassoad1> <soa_server1> <weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@374c159d> <Jing> <> <f1996a6c9a644552:-510fae37:12e30729d3f:-8000-0000000000008b36> <1297967508533> <BEA-000628> <Created "1" resources for pool "eis/Ftp/DynmManageFtp", out of which "1" are available and "0" are unavailable.>
    ####<Feb 17, 2011 1:32:49 PM EST> <Info> <Common> <usadanassoad1> <soa_server1> <weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@374c159d> <Jing> <> <f1996a6c9a644552:-510fae37:12e30729d3f:-8000-0000000000008b36> <1297967569034> <BEA-000628> <Created "1" resources for pool "eis/Ftp/DynmManageFtp", out of which "1" are available and "0" are unavailable.>
    And the total connections are now over --1200-- currently.
    Outbound Connection Pool      Server           State      Current Connections      Created Connections
    eis/Ftp/DynmManageFtp          soa_server1     Running          1               1244
    Any ideas to why connections are being created would be helpful.
    Edited by: 827647 on Feb 25, 2011 12:41 PM

    This was due to polling attempts to "put" within the apps code

  • WebTools Demo License installed and now sap clients can't connect.

    Hi,
    I have installed a WebTools Demo License on the SAP/SQL Server. Now, SAP Clients from the other computers cann't connect to SAP, the error is:
    Connection Failed:
    SQL State: 08001
    SQL Server Error: 233
    Best Regards,
    Kafil Shumon.

    Hi Bryce,
    Thanks very much for the reply. Somehow windows firewall got enabled and that's why we were not able to connect.
    Now, I have already installed the "Demo WebTools License" for testing at the customer site. Now, how do I go back to the Initial "License Request" page so that a "test server license" can be requested?
    Thanks,
    Kafil Shumon.

  • SAP EPM Addin for Excel 10 - SAP BW (INA-Provider) connection

    Hello,
    We are trying to connect with the EPM Excel Addin 10 on our SAP BW on HANA 7.4 SP7. We are trying to use the SAP BW (INA-Provider) connection as described in documentation. There is a screen where you could choose the SAP GUI connection and you have to fill in the port number and client. We are using HTTP protocoll.
    But the connection doesnt work. We are facing the following error message:
    Http #2: Unable to connect to the remote server:
    There is one special thing in our SAP GUI. We have a router string for the connection. And I think there are some problems with BO tools and such connections.
    Does enybody has some expierence with this connection?
    Best regards
    Nils

    Hi,
    We have definitely heard your frustration, and Microsoft understands the position our customers are in and we are actively working to find a solution besides a FixIt that can be deployed to remedy the issue.
    We can also remove the MS14-082 Microsoft Office Security Updates for December 2014 by temporary bypassing this issue.
    If we have any update, I'll post in this forum and you can focus
    this blog
    ============
    Update,
    Hotfixes for this issue have been released in the March 2015 Updates for Office 2007, 2010 & 2013.
    http://blogs.technet.com/b/the_microsoft_excel_support_team_blog/archive/2014/12/13/forms-controls-stop-working-after-december-2014-updates-.aspx
    Thanks for your understanding.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.
    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]

Maybe you are looking for

  • ITunes won't sync any music that was not purchased from iTunes onto my iPhones 5S

    I have updated to Mavericks on my macbook, and iTunes will no longer sync my iPhone 5S properly. It does not remove any music that has been deleted. My phone will no longer play any music that was not purchased from iTunes. I tried to delete all my m

  • /usr/lib/libc.so is needed by oracle-validated-1.0.0-22.el5.x86_64

    Hi, I'm struggle. Any suggestion? [felipe@felipe-pc tmp]$ cat /etc/*-release Enterprise Linux Enterprise Linux Server release 5.4 (Carthage) Red Hat Enterprise Linux Server release 5.4 (Tikanga) [felipe@felipe-pc tmp]$ cat /proc/version Linux version

  • Importing File Issue

    I am working on a particular project of importing all the video footage for one day's ride. I am trying to import 4 files, only analyzing color balance and audio. Upon importing the final file nearly when its done , approx. 75%, the importing pauses

  • Web Forms in BC - 2 columns

    How do i add a 2nd column to forms created in BC? I understand that BC itself only supports single column forms.  I assume i copy the html, import into Dreamweaver, edit it there to make 2nd column, move stuff around etc. Then copy & paste back into

  • Connecting canon camera

    Since I dont' have my installation CD for my Canon camera, I was told to get a card reader in order to upload my photos from my camera. However, does it work on Apple? What kind of card reader should I get? Also, how come Apple can't open .wmv file a