Regarding Front End

Dear Sir/Madam
Right now we have developed a PLC (Program Logic Control). For that we need to develop our own front end to program it. That front end need to be like Ladder diagram tool or it could be Functional Block Front End. So can you suggest me any of JAVA tool in our development.

[plc simulator software|http://www.google.co.in/search?hl=en&q=plc+simulator+software&revid=2070538890&ei=LcR_SqzANcSBkQXU-43oAg&sa=X&oi=revisions_inline&resnum=0&ct=broad-revision&cd=2]

Similar Messages

  • Front end components are needed for LSO

    Dear experts,
    We want to implement Training & Eventmanagent in ESS portal. I searched in sdn .But i didn't get proper solution. It seems  from EHP5 onwards these services /iviews are obsolete and TEM is repleced by LSO only.
    for LSO Implementation which Business Package and portal components I need to be installed and which Add on to be installed in Application server.
    our landscape:  portal: NW EP 7.01 ehp2 , ess wda1.50 sp5, mss bp 1.51 sp5
                               R/3-----ECC 6.0 EHP5
    please suggest me regarding  Front end Software Components with SP's for LSO implementation.
    Thanks
    veeranji

    note that
    Usage of the learning solution landscape would be captured in the
    report as a engine metric.  There is no need to set a pricelist and
    a user type.
    All users logging into the SAP systems irrespective of the modules,
    need to be classified under the contractual user types :
    ERP Developer - BA
    ERP Professional user - AX
    ERP Limited Professional user - AY
    depending on the activities of the users matching with the usertype
    definition.
    service.sap.com -> SAP Support Portal -> Downloads -> SAP Support
    Packages -> Support Packages and Patches - Entry by Application Group ->
    SAP Application Components -> SAP ERP -> SAP ERP ENHANCE PACKAGE -> EHP4
    FOR SAP ERP 6.0 / NW7.01 -> Entry by Component -> Portal Content
    Here, you will find the two BPs:
    BP ERP INSTRUCTOR & TUTOR 1.41
    BP ERP TRAINING ADMIN 1.40
    Business Package for Learning (SAP ERP) 1.0 (PE-LSO-LPO)
    and check here
    http://help.sap.com/erp2005_ehp_04/helpdata/en/43/9065e6d9f521a6e1000000
    0a1553f6/frameset.htm

  • Regarding connection between front end HTML and back end SQL 7.0

    Hi!!
    I am working on the project 'ERM'. I have designed 12 forms using HTML. Can u please give me brief idea how to establish the connection between a back end and front end i.e. between HTML and SQL 7.0. If possible can u provide me the source code for the same.
    I will be very thankful to you.
    Thanks,
    Jigar.

    Read up about multi-tier applications.
    You need servlet and JSPs for the server-side presentation layer, some classes for the business logic, and some mor for the persistence layer either using JDBC or some framework like Hibernate.

  • Advice regarding using 3.5 front end AND 7.0 front end on users' machines

    Hello everyone,
    We are trying to determine the best way to roll out the new 7.0 front end tools. We are doing a technical upgrade to 2004s first, and later converting all the objects. Initially we plan to have both the 3.5 and 7.0 front end tools both residing on users' pcs, until we convert all objects to 04s.
    Does anyone have a recommendation for rolling out the new tools to users, with out the risk of having them accidentally convert objects when they open queries (we have been told that if you open a query in the new tools, it automatically converts the objects). We need to prevent this from happening until we are ready to convert all the objects.
    Thanks in advance for any advice!

    The most important thing is to use naming conventions (maybe a new naming convention using the new tools). Then set security up to prevent conversion depending on your scenarios. When migrating, it is recommended to be very careful around converting global elements (variables, Global Calculated Key Figures, and Global Restricted Key Figures). Within the RSZCOMPDIR table, there is a version field (greater than 100 is 2004s elements) so you can see the version there as well. It is recommended to migrate all queries within a single infoprovider together to avoid conflicts with global elements.

  • Fields for creation of BP in cProjects front-end are read-only

    Hi everyone,
    I'm a beginner in SAP-Development/Customizing so I hope this question isn't too easy
    I can't create a Business Partner using the cProjects front-end (Ressources > Staffing) because the necessary fields and buttons are read-only... (> web-Dynpro Component: DPR_ROL_STAFF; View-Info: VI_SEARCH_CREATE)
    I'm using CPRXRPM 450_700 patch 0006
    The field-control is standard-SAP (0SAP).
    My user-account has all cProject-roles + SAP-ALL
    I assume i can change the behaviour of these fields in the Field Control but I can't identify which is the corresponding Object Category to apply the changes.
    - Is there a documentation which field belongs to which Object Category in Field Control?
    - Or can somebody tell me a procedure to find it out on my own?
    Thanks in advance

    Hi,
    generally it is recommended to use transaction BP or ALE distribution to get the business partner be created.
    If you would like to create the BP in web UI directly, the user must have the Structural Authorization, see customizing path:
    Collaboration Projects -> Resource Management -> Organizational Management.
    It is very HR related topic, you may contact a HR consultant to know more details about it.
    Kind regard,
    Zhenbo

  • To avoid writing database code in the front end

    Hello,
    I am working on a database application using 10g database as backend and dotnet as front end. I wish to execute only oracle stored procedure for all the select (to avoid hard parse and use of bind variable), DDL and DML operations; just to avoid writing database code in the front end. Can anyone please give me a little examples of :
    1.Select query's output to be return as resultset by stored procedure.
    2.DML example by stored procedure.
    3.Any DDL example by stored procedure.
    using scott.emp, so that i would just call the stored procedure, rather than giving select,DML and/or DDL commands in the front end. Even though i have read in the documentation, but a clear cut examples will help me to get into clear concept as well.
    Thanks & Regards
    Girish Sharma

    Hi...
    -->Select example
    create or replace procedure get_emp(rc out sys_refcursor)
    is
    begin
    open rc for select * from emp;
    end;
    -->DML example
    create or replace procedure do_dml_emp(pempid in number,
    pempname varchar2,
    result out number)
    is
    begin
    insert into emp(empid,empname) values(pempid,pempname) returning empid into result;
    exception
    when others then
    result:=-1;
    end;
    -->DDL example
    create or replace procedure ddl_emp(colname varchar2,
    coltype varchar2,
    result out number)
    is
    begin
    result:=-1;
    execute immediate 'alter table emp add column ' || colname || ' ' || coltype ;
    result:=1;
    end;

  • Unable to See Custom Intergrator in R12 in front End

    Hi ,
    Did u had any luck .
    I am pretty much facing the same issue.
    I created a custom Integrator using the API . I can see the integrator in the tables but not from the fornt end. Can some one pleas eelborate what steps to be done to have it view in front end.
    BNE_INTEGRATOR_UTILS.CREATE_INTEGRATOR(P_APPLICATION_ID => p_application_id,
    P_OBJECT_CODE => 'XXXX_ASO_QOTIMP',
    P_INTEGRATOR_USER_NAME => 'XXXX: ASO Quote Import',
    P_LANGUAGE => 'US',
    P_SOURCE_LANGUAGE => 'US',
    P_USER_ID => FND_GLOBAL.USER_ID,
    BNE_INTEGRATOR_UTILS.CREATE_INTERFACE_FOR_API
    (P_APPLICATION_ID => P_APPLICATION_ID,
    P_OBJECT_CODE => 'XXXX_ASO_QOTIMP',
    P_INTEGRATOR_CODE => 'XXXX_ASO_QOTIMP_INTG',
    P_API_PACKAGE_NAME => 'XXXX_ASO_QOTIMP_ADI_PK',
    P_API_PROCEDURE_NAME => 'CREATE_INTERFACE',
    P_INTERFACE_USER_NAME => 'XXXX: ASO Quote Interface',
    P_PARAM_LIST_NAME => 'XXXX: ASO Quote PL',
    P_API_TYPE => 'PROCEDURE',
    P_API_RETURN_TYPE => NULL,
    P_UPLOAD_TYPE => 2,
    P_LANGUAGE => 'US',
    P_SOURCE_LANG => 'US',
    P_USER_ID => FND_GLOBAL.USER_ID,
    P_PARAM_LIST_CODE => X_PARAM_LIST_CODE,
    P_INTERFACE_CODE => X_INTERFACE_CODE);
         BNE_INTEGRATOR_UTILS.CREATE_DEFAULT_LAYOUT(     P_APPLICATION_ID => P_APPLICATION_ID,
                   P_OBJECT_CODE => 'XXXX_ASO_QOTIMP',
                   P_INTEGRATOR_CODE => 'XXXX_ASO_QOTIMP_INTG',
                                  P_INTERFACE_CODE => P_INTERFACE_CODE,
                             P_USER_ID => FND_GLOBAL.USER_ID,
                             P_FORCE          => P_FORCE,
                             P_ALL_COLUMNS      => P_ALL_COLUMNS,
                                  P_LAYOUT_CODE     => X_LAYOUT_CODE);
    PROCEDURE CreateWebAdi AS
         ln_application_id      NUMBER;
         lx_interface_code      VARCHAR2(50);
         lx_INTEGRATOR_CODE VARCHAR2(50);
         lx_param_list_code      VARCHAR2(50);
         l_force           BOOLEAN :=FALSE;
         L_ALL_COLUMNS           BOOLEAN :=FALSE;
         L_LAYOUT_CODE           VARCHAR2(30);
    BEGIN
    GetApplicationID(ln_application_id);
    CREATE_INTEGRATOR(ln_application_id,lx_INTEGRATOR_CODE);
    CREATE_INTERFACE_FOR_API(ln_application_id,lx_INTEGRATOR_CODE,lx_param_list_code,lx_interface_code);
    CREATE_DEFAULT_LAYOUT(ln_application_id,lx_interface_code,L_ALL_COLUMNS,l_force,L_LAYOUT_CODE);
    END;
    and i cud see the created integrator in these tables
    Select * From BNE_INTEGRATORS_B order by creation_date desc
    Select * From BNE_INTEGRATORS_TL order by creation_date desc
    Select * From BNE_INTERFACES_B order by creation_date desc
    But when i navigate to desktop integrator i dont see them in my create document page.I have associated the integrator to a custom application.
    I read somewhere in the earlier post that following additional steps to be done
    additional steps you need to perform to be able to access a custom integrator.
    1. Create a form function to access the integrator
    2. Link the integrator to the form function (security link)
    3. Add the function to your menu.
    Questions Related to it
    i) Now when we create a form function in application developer does there to have to be any action associated with the function ? if so what would be the action? or do we need to a create a dummy function?
    ii) How do i link my integrator to my form function ? would appreciate if some one can eloborate on it
    Would appreciate your inputs in this regard.
    Thanks
    Sunil

    Hi,
    please let me summarize what needs to be done, and also the easiest way.
    WebADI deals with access security (to make sure that not everyone can execute everything and can get data he shall not see).
    Two things to do:
    1. Create a record in a security table which links a form function to the integrator.
    2. Put this function in your menu somewhere and from that time on you should be able to execute.
    You should, because this simple approach does not work for me at all. I was cleaning the web cache, local cache, still not worked. Then I have checked the user guide and it states you need to bounce the apache. Ok, can I do this, is this what I want? No.
    I am doing it different,, and it works always (in R12):
    1. Create a record in a security table which links a form function to the integrator.
    2. Create a qualified function call to your integrator and link this directly as menu entry into your menu.
    to 1)
    the integrator to use is the 800:HR_SETUP_MAINT_FUNC_INTG
    "HR Maintain Integrator Form Function Association => you get it by using Responsibility: "HR Web ADI"
    table is BNE_SECURED_OBJECTS
    to 2)
    The function I am creating is the following (you can get it from the last step from the document creation wizard)
    Name = your choice
    parameter = "bne:page=BneCreateDoc&bne:viewer=BNE:EXCEL2000&bne:reporting=N&bne:integrator=20006:GENERAL_3_INTG"
    . > last part is your integrator (app id : name)
    type = SERVLET
    web_html_call = BneApplicationService
    2b)
    put this function into your menu, then you can always and immediate call your integrator.
    Keep in mind that R12.1.2 offers a new set of forms with a responsibility "Desktop Integration Manager" with which you can do all these steps in a web form.
    Just google for "Desktop Integration Manager".
    hope this helps!
    Volker

  • Diagram Not getting displayed on the Front End UI in SSM 7.5

    Hello ,
    We are running SSM 7.5 SP 04. We uploaded a custom image using diagram manager for the required context in the administration UI. The image is uploaded successfully. But , when I open the strategy tab for my context in the front end UI , I am getting a "HTTP 500 Page cannot be displayed error".
    I restarted the listeners and the JPIP sessions as well. But still the error persists. Please advise.
    Thanks and Regards
    Vijay

    Vijay,
    It is possible to successfully upload a strategy map into Diagram Manager and still not see it in the User Interface. After loading the goal diagram has to be Published To Server. You do that in Diagram Manager.
    You can upload a strategy map and Save that in Strategy Default in Administrator Interface, but unless you Publish it, it will not be exposed to the end users.
    In the Set Strategy Defaults area of the Administrator Interface, in the Create or Edit Goal Diagrams section. The Goal Diagram you loaded should have a Publish Date next to it. If it says Not Published, you need to Edit that Goal Diagram in Diagram Manager,
    In Diagram Manager under FILE at the top, choose Publish to Server.
    You now should see a Publish Date in the Administrator interface and Saving it will now make it available on the user side.
    Regards,
    Bob

  • Diffrence between backend insert and front end insert into a table.

    I am developing a conversion program for tax exemption. For this program only ZX_EXEMPTIONS table is used to populate the data and we got confirmation from Oracle also regarding this.For inserting the data into this table we are taking the max of tax_exemption_id which is pk for this table and adding one to it and inserting into the table. But problem here is after inserting from back end we are not able to insert from front end.
    It seems backend data is holding the tax_exemption_id which is suppose to reserve by front end data.Please explain the different behavior of populating of tax_exemption_id from front end and back end.

    Hi,
    i think the problem is that you are using max-value + 1 for tax_exemption_id. But as ZX_EXEMPTIONS is using sequence ZX_EXEMPTIONS_S
    for primary key generation, you encounter situation that you are increasing PK Id for this table without increasing sequence value.
    When trying to insert rows from front end - which probably uses sequence value - it tries to use a sequence value already used by your backend
    process (which generated it by Maxvalue + 1) and would then encounter a primary key violation.
    I think you should use sequence mentioned above to generate your PK Ids in backend process as well. And before doing so, check current value
    of ZX_EXEMPTIONS_S, as you might need to rebuild the sequence in order to select nextval sucessfully for both frontend and backend.
    Regards

  • Search on App and Front End servers

    Hi, we migrating from SharePoint 2010 to SharePoint 2013. And I have a question for Search Service Application.
    On SharePoint 2010 Search application we have Crawl hosted on APP server and index partitions hosted on Front-end servers.
    On SharePoint 2013 Search application in Search Application Topology I see only App server with all components marked as OK.
    Is it enough to have only one App server in Search Application Topology. Or should I add Front-end server to Search Application Topology too?

    Hi,
    For a good user experience and performance, it is recommend that WFE servers hold Query processing component, App servers hold Analytics processing component,Content processing component,Crawl component,Search administration component. Here is the PowerShell
    Script for Configuring Enterprise Search Topology:
    $hostWFE = Get-SPEnterpriseSearchServiceInstance -Identity "sp"
    $hostApp = Get-SPEnterpriseSearchServiceInstance -Identity "app"
    Start-SPEnterpriseSearchServiceInstance -Identity $hostWFE
    Start-SPEnterpriseSearchServiceInstance -Identity $hostApp
    Get-SPEnterpriseSearchServiceInstance -Identity $hostWFE
    Get-SPEnterpriseSearchServiceInstance -Identity $hostApp
    $ssa = Get-SPEnterpriseSearchServiceApplication
    $newTopology = New-SPEnterpriseSearchTopology -SearchApplication $ssa
    New-SPEnterpriseSearchAdminComponent -SearchTopology $newTopology -SearchServiceInstance $hostApp
    New-SPEnterpriseSearchCrawlComponent -SearchTopology $newTopology -SearchServiceInstance $hostApp
    New-SPEnterpriseSearchContentProcessingComponent -SearchTopology $newTopology -SearchServiceInstance $hostApp
    New-SPEnterpriseSearchAnalyticsProcessingComponent -SearchTopology $newTopology -SearchServiceInstance $hostApp
    New-SPEnterpriseSearchIndexComponent -SearchTopology $newTopology -SearchServiceInstance $hostApp -IndexPartition 0
    New-SPEnterpriseSearchQueryProcessingComponent -SearchTopology $newTopology -SearchServiceInstance $hostWFE
    Set-SPEnterpriseSearchTopology -Identity $newTopology
    For more information,you can refer to the articles:
    https://technet.microsoft.com/en-us/library/jj862354.aspx
    https://technet.microsoft.com/en-us/library/dn342836(v=office.15).aspx
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • How can i configure Distributed cache servers and front-end servers for Streamlined topology in share point 2013??

    my question is regarding SharePoint 2013 Farm topology. if i want go with Streamlined topology and having (2 distribute cache and Rm servers+ 2 front-end servers+ 2 batch-processing servers+ cluster sql server) then how distributed servers will
    be connecting to front end servers? Can i use windows 2012 NLB feature? if i use NLB and then do i need to install NLB to all distributed servers and front-end servers and split-out services? What will be the configuration regarding my scenario.
    Thanks in Advanced!

    For the Distributed Cache servers, you simply make them farm members (like any other SharePoint servers) and turn on the Distributed Cache service (while making sure it is disabled on all other farm members). Then, validate no other services (except for
    the Foundation Web service due to ease of solution management) is enabled on the DC servers and no end user requests or crawl requests are being routed to the DC servers. You do not need/use NLB for DC.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Lync 2013 Enterprise load balancing on the front end and edge pool

    Hi,
    I am setting up a Lync 2013 Enterprise deployment consisting of a Front End pool (x2 FE servers) and an Edge pool (x2 Edge servers).  I'm seeing some conflicting advice regarding load balancing using hardware or DNS for the front end and the edge.
    On the front end I have 2 internal DNS records 'lyncfepool1.contoso.local' each of which map to one of the IPs of the FE servers.  I've used my details to populate the Detailed Design Planner excel spreadsheet and am told that I require a HLB to load
    balance my front end pool.  I'm aware of the need to load balance HTTPS traffic internally (which will be done by TMG) however other traffic to the front end (SIP, etc) can be balanced by DNS only, and not require a HLB?
    Can someone clarify the front end requirement?
    Also - looking now at the edge pool - this site again have two edge servers in a pool.  We are using a total of six private IP addresses, two per edge service (2 x av.contoso.com, 2 x sip.contoso.com and 2 x webcon.contoso.com).  These will be
    NAT'ed by the external firewall and directed to the respective external (DMZ) IP addresses on the Edge servers on port 443.  I know this isn't true roundrobin due to the intelligence of the Lync client when connecting (in that the Lync client will connect
    to one of the public IPs and if it can't connect, it will know to connect to the other service IP), however I want to clarify this set up, particularly the need to direct the external public IP traffic at the DMZ Edge IP specified in the topology builder.
    I've attached a basic diagram of the external/DMZ/Edge side which hopefully helps with this question
    Persevere, Persevere, Per..

    That is because you will always need HLB for a front-end server since it hosts the Lync webservices which use HTTP/HTTPS traffic.
    The description on the calculation tool also describes this correctly:
    Supports Standard and Enterprise pools (up to 12 nodes), with pure device-based load balancing or a combination of DNS load balancing and device-based load balancing (for
    Lync web services)
    You can use either Hardware or DNS loadbalancing for SIP traffic only, but you will always need a HLB for the webservices.  Both are applicable for the Front-End so you have either
    full HLB for both SIP and HTTP(S) traffic
    DNS LB for SIP traffic and HLB for HTTP(S) traffic
    Hope this is more clear :-)
    Lync Server MVP | MCITP Lync Server 2010 | If you think my post is the answer to your question, please mark it as answer so future visitors can easily find it.

  • Lync 2013 updating databases after updating Front End servers

    We have a front-end server pool consisting of 3 Lync 2013 servers and a back end of 2 SQL servers using SQL mirroring.  All servers are Windows 2008 R2.
    Following the instructions in
    http://support2.microsoft.com/kb/2809243 , I verified that the servers were all ready for updates, then I ran the
    Stop-CsWindowsService -Graceful cmdlet to stop the Lync services on the first FE server, then I ran LyncServerUpdateInstaller.exe to install the updates.  After the updates were installed, I restarted the server, waited for Lync services
    to all start, then repeated the process on the next 2 servers in turn.  This was all successful.
    I am now looking at step 2 in this document, applying the back-end database updates, and I have a problem and some questions.  The problem is that all the databases had the principal copy on the mirrored SQL server.  I ran the recommended Invoke-CsDatabaseFailover
    -NewPrincipal Primary cmdlet repeatedly, using all the database types I could find, but I still have two databases (database names
    xds and lis) on the mirrored server.  Since the cmdlet requires a database type, what type of databases are the xds and the lis databases?
    Once I get that done, I an still unsure of exactly what to run to update the databases.  The KB article states to run Install-CsDatabase -ConfiguredDatabases -SqlServerFqdn FEBE.FQDN -Verbose .  Do I type this in exactly
    as stated, or is FEBE.FQDN a variable for our SQL server or some other entity in our environment?  If I do use the actual SQL Server name in that, do I run it twice, using the name of the mirrored SQL server the second time?  
    Thank you very much for your help.

    Hi Logan Burt,
    Central Management store database files
    Data file or log purpose
                    Xds.ldf
    Transaction log file for the Central Management store
                    Xds.mdf
    Maintains the configuration of the current Lync Server 2013 topology, as defined and published by Topology Builder
                    Lis.mdf
    Location Information service data file
                    Lis.ldf
    Transaction log for the Location Information service data file
    And you could verify if Lync Server 2013 database updates have completed successfully.
    How to Verify if Lync Server 2013 Database Updates Completed Successfully
    http://blogs.technet.com/b/dodeitte/archive/2013/07/02/how-to-verify-if-lync-server-2013-database-updates-completed-successfully.aspx
    Best regards,
    Eric

  • Unable to search GAL on Lync 2013 Front End Pool through Lync 2013 client

    I'm in the beginning of a 2010 to 2013 migration and I'm currently testing co-existence functionality between pools.  I've noticed that users cannot search the GAL from their Lync client after being moved to the 2013 pool. 
    When trying to access the internal URL https://fepool13.domain.com/abs/handler the user is prompted to login and after three failed attempts, receives "401 - Unauthorized: Access is denied due to invalid credentials.  You do not have permission
    to view this directory or page using the credentials that you supplied".
    Searching withing a Lync 2010 or Lync 2013 client returns no results, but there are no errors as well as nothing in the event logs or tracing folder regarding not being able to search.
    The 2010 pool has been in production for a few years now and when accessing its internal ABS URL https://fepool10.domain.com/abs/handler the user is granted access after a successful login. 
    In the IIS logs there are slightly more detailed 401 error codes, but I’m not sure what to make of them.
    The rtcab database appears to have user information and all three front end servers appear to be syncing with active directory.  I say the rtcab database appears to have user info because the AbUserEntry table is filled with User ID'd, GUID's and a
    bunch of other stuff.
    The authentication on 2013 front end servers “internal lync website/abs/handler” is set to 1. Negotiate, 2. Ntlm - which is the same as the 2010 front end servers.
    Any ideas?

    Hi,
    Which step did you do among migration from Lync Server 2010 to Lync Server 2013?
    Did you already move CMS from Lync Server 2010 to Lync Server 2013?
    Please create a new Lync account on Lync Server 2013 pool and test the issue again.
    Please check if User Replication has completed with the help of the link below:
    http://technet.microsoft.com/en-us/library/jj204680.aspx
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • Front-End Service Starup Error: Store procedure to GET progress vector failed.

    Hi,
    We have a two front end servers in our Lync deployment and I'm getting an interesting error message on one of the servers when the "Lync Server Front-End Service" is starting up. All the services on that server will eventually start but I'm pretty
    sure it's affecting users in some way.
    Here is the error message in the Event Viewer:
    Log Name:      Lync Server
    Source:        LS User Services
    Date:          2013-09-17 8:00:32 AM
    Event ID:      32194
    Task Category: (1006)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      BGC-VAN-LYNC2.domain.ca
    Description:
    Store procedure to GET progress vector failed.
    Execution Error: 0x00000000(ERROR_SUCCESS).
    Native Error: 8144.
    Error Details: [# [Microsoft][SQL Server Native Client 11.0][SQL Server]Procedure or function SyncReplicationGetProgressVector has too many arguments specified. #].
    Cause: This may indicate a problem with connectivity to local database or some unknown product issue.
    Resolution:
    Ensure that connectivity to local database is proper. If the error persists, please contact product support with server traces.
    Event Xml:
    <Event xmlns=>
      <System>
        <Provider Name="LS User Services" />
        <EventID Qualifiers="50158">32194</EventID>
        <Level>2</Level>
        <Task>1006</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2013-09-17T15:00:32.000000000Z" />
        <EventRecordID>16971</EventRecordID>
        <Channel>Lync Server</Channel>
        <Computer>BGC-VAN-LYNC2.domain.ca</Computer>
        <Security />
      </System>
      <EventData>
        <Data>0x00000000(ERROR_SUCCESS)</Data>
        <Data>8144</Data>
        <Data>[# [Microsoft][SQL Server Native Client 11.0][SQL Server]Procedure or function SyncReplicationGetProgressVector has too many arguments specified. #]</Data>
      </EventData>
    </Event>
    The error happens 15 times every minute, following with this event:
    Name:      Lync Server
    Source:        LS User Services
    Date:          2013-09-17 8:23:46 AM
    Event ID:      32189
    Task Category: (1006)
    Level:         Information
    Keywords:      Classic
    User:          N/A
    Description:
    The following Fabric service for routing groups have been closed:
    {F515134C-71B7-52FD-B0C3-6A9DB39CF750}
    {8A5D6B36-2A01-53DB-BC4E-3286C05E0836}
    {B35AAFC9-F6BF-5FFE-8C31-4AA5C36B2065}
    {69223418-78DC-5066-81A8-78E05914EC7B}
    {80414C96-1137-5DDC-8387-C3EA7A54B078}
    {641E6ABD-B862-55A1-B1B1-C83BC92D2F85}
    {1EA68EA4-77F7-5CFC-B781-0093CBC18403}
    {2FDE333D-FF7F-5D6A-B85B-93ADC1EAC12A}
    {A43BBA3A-8963-51C4-BD7A-19E1EC3DDFDB}
    {D3F4532F-61C8-5072-9B3B-3E2CCF15442F}
    {4449243E-5E96-56AC-AB6B-C5E785543542}
    {58B30261-65B6-5F6A-BC50-60F85782D052}
    {DB4B76B0-2510-5BF8-A7B1-8B37BD3AA7B9}
    {917CC217-966B-56AC-A912-97BA64BA13EB}
    Anyone knows what this is about and how to resolve this?
    Thanks,
    VH.

    Hi,
    Please try to reset registrar state:
    http://tsoorad.blogspot.in/2013/04/lync-2013-ee-pool-wont-start.html
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make
    sure that you completely understand the risk before retrieving any suggestions from the above link.
    Kent Huang
    TechNet Community Support

Maybe you are looking for