How to add Pco to MII Data Service

Which MII Data Services Connector is used to connect Pco 2.1 to MII Version 12.1.1 Build(273)?  I did not see Pco in the list of Connectors to add...
Thanks!

I see what you are asking for. I am not sure if its achievable as of MII 12.1 version. I am using PCo only to listen and UDS to write to the tags. Let me know if we can also write to the tags via PCo.
I have UDS, PCo installed on the OPC server, seperate from MII server.
Chanti.
Edited by: CKxMII on Jan 26, 2010 3:45 PM
Edited by: CKxMII on Jan 26, 2010 3:45 PM

Similar Messages

  • How to add a day to Date() ( i.e 2002Oct10 to 2002Oct11 )

    Hi anyone, How to add a day to Date().
    <%
    String R, fulldate;
    java.util.Date Rdate = new java.util.Date();
    R = Rdate.toString();
    String DD=Rdate_string.substring(8,10);
    String MM=Rdate_string.substring(4,7);
    String YY=Rdate_string.substring(24,28);
    fulldate = YY+MM+DD;
    //ie. fulldate = 2002Oct10 but I want it to be 2002Oct11
    %>
    pls. help and thanks a lot.

    Hi,
    Please replace the following line in your program,
    String DD=Rdate_string.substring(8,10));
    with
    String DD=String.valueOf(Integer.parseInt(Rdate_string.substring(8,10)) + 1);
    This will work fine. Basically what this code is doing is that, it will get the Integer from the String, increment it by 1 and then change the integer to the String again.
    Hope this helps,
    Rajat,
    OTN Team

  • How to add security for Azure Cloud Service?

    Hi,
    We have build some API's in azure cloud service.
    We want to add security for Azure Cloud Service.
    How to add security for Azure Cloud Service?

    Hi Santhosh,
    You may add security for your API's by using:
    Mutual certificate authentication
    Using OAuth 2.0
    Manage developer accounts
    Regards,
    Manu Rekhar

  • How to add Fields in Additional Data B in VA01/VA02.PLease help me out.

    HI All,
    My requirement to add a Custom Screen in Va01/VA02 .Kindly suggest if any screen exists are there.
    How to Add extra fields in Additional Data B in header of VA01/VA02.is access key is neccessary for that.
    Thanks in  Advance.

    Hi
    Check the link
    http://techbays.com/2008/04/17/implicit-enhancement-in-sap-ecc-60/
    There is a BADI BADI_SD_V46H0001 and Method EXIT_SAPLV46H_003.
    You should be able to it without access keys.Consult your SD Functional Guy also
    Regards
    Sanil Bhandari

  • How to use BusinessObjects 4.0 Data Services (BODS)

    0.I am looking for BusinessObjects Data Services (BODS) for dummies
    1. How to connect Business Object 4.0 Data Services (BODS) with SQL server 2008R2
    2.I would like to connect SAP HR to Business Object 4.0 (BODS) Data Services

    Hi,
    I would suggest you post the questions into the forum for Data Services.
    Ingo

  • How to call stored procedure in data services?

    Hi, all,
    I'm a newbie and am trying to evaluate Flex for our
    development environment. We use a lot of Oracle stored packages in
    the database to process the business logic. However, I can't seem
    to find a good example to call a stored procedure in flex data
    services.
    Here is a part of my data-management-config.xml:
    <destination id="oracle2">
    <adapter ref="java-dao" />
    <properties>
    <use-transactions>true</use-transactions>
    <source>flex.data.assemblers.SQLAssembler</source>
    <scope>application</scope>
    <metadata>
    <identity property="GKEY"/>
    </metadata>
    <network>
    <session-timeout>20</session-timeout>
    <paging enabled="false" pageSize="10" />
    <throttle-inbound policy="ERROR" max-frequency="500"/>
    <throttle-outbound policy="REPLACE"
    max-frequency="500"/>
    </network>
    <server>
    <database>
    <driver-class>oracle.jdbc.driver.OracleDriver</driver-class>
    <url>jdbc:oracle:thin:xxxxxxxxxxx:1521/racdev</url>
    <login-timeout>15</login-timeout>
    </database>
    <actionscript-class>History</actionscript-class>
    <fill>
    <name>by_nbr</name>
    <sql>select to_char(POSTED,'dd-Mon-yyyy hh:mi:ssAM')
    POSTED, GKEY, EQUSE_GKEY,WTASK_ID,VSL_ID,VOY_NBR,STATUS from
    equipment_history where eq_nbr = #sNbr# order by posted
    desc</sql>
    </fill></server>
    </properties>
    </destination>
    How do I call a stored procedure named
    pk_equipment_history.get(eq_nbr varchar2, o_resultset out
    sys_refcursor) in place of the sql select in the above file? The
    o_resultset output parameter will return exactly the same result as
    the sql. How do I bind the output parameter?
    TIA

    Hi,
    Your question isn't related to Java Programming and should be asked in a [Hibernate forum|http://forum.hibernate.org/]
    Kaj

  • How to perform merge operation using Data services designer?

    I am new here and new to Data Services Desinger as well.
    And currently, I want to do a merge operation using query transform or table comparison transform. But sadly, neither one of them is giving me what I want.
    So, wonder if you could help clarify if either one of them could achieve MERGE operation between and source and target tables?
    if positive, then how?
    PS:
    by MERGE, i mean, if data exists in target table, then only do update, else, do insert. same with the standard MERGE operation of oracle.
    If you need any more info, let me know!
    Thanks in advance.

    You can do this.
    You don't need the Tabe_Comparison transform actually.
    Just query the data you need and output the flow from your query to your target table.
    Then, you'll have to check the "Auto correct load" option: this will insert new lines and updates old ones. One checked, you can ckeck the "Auto correct load" checkbox.
    By default, BODS will know a line already exists based uppon the primary key columns of your target table. If you want to change the columns used to determine if a line should be inserted or updated, use the "Use input key" checkbox (and define some PK column in your query).
    Hope this helps
    Guillaume

  • How To Add InfoObject in the Data Selection Tab of InfoPackages in 2004s

    Hi Y'all!
    I would like to ask how to add an infoobject in the Data Selection Tab of the InfoPackage in 2004s.  It says its optional, this definintion of selection criteria for the infopackage.
    My apologies, I don't understand how this is done.  Surely, I would like, however, to understand how to add an infoobject in this data selection Tab of the InfoPackage in 2004s.
    Can any kind soul out there (gurus) please lend me your thoughts?
    Regards,
    Philips

    Hello Rajani!
    Thank you very mcuh for that!  I super appreciate it!  Can you prescribe how I can do this step by step please?  Where exactly in the DS can I locate this "field for selection" option in the DataSource?
    Regards!
    Philips

  • How to do an error in Data Services?

    Hi guys!
    I´m novice with Data Services. I have one question very simple.
    I have a Query mapping with a SAP table and a flat file with information to do a WHERE clausule with the table. If my query does´t has any results, how can i do an error in log to abort the JOB?
    For example:
    Error 1001: The Query doesn´t find the variable BURKS.
    Thanks!!
    Edited by: Albertoe on Dec 21, 2010 6:48 PM

    This example checks the BUKRS field.  If the field is not empty then value is carried forward and the job continues to run.  If the field is empty then an exception is raised and the job is terminated.
    ifthenelse(length(BUKRS) > 0,
         BUKRS,
         raise_exception('The BUKRS field is empty.',
    The message defined in the function will be written to the log file.
    Paul

  • How to write python code in Data Services ?

    I read that you can use python programming to do tasks that custom SAP Data Services Designer components cannot do. Here is the link for that -
    SAP Data Services/BODS equivalent of Microsoft SSIS Script Task
    I don't know where I can type my code in DS / BODS. I see a script in the designer window, but it has nothing to do with python. Can someone show me
    where it is and how to do programming in SAP DS ?
    In SSIS, creating a script with programming language is very easy. Just drag and drop the Script component and start coding right away.
    Unfortunately, SAP does not seem to be so simple.

    Hi Terry,
    There is simple solution provided by Ramesh Murugan then why do you want go for hard way !! Not sure your intention
    For your questions
    Can we do the ENTIRE etl in python ?
    Not sure but  I didn't get any complicated scenarios so for  and also we need to consider performance as well
    Challenge with some complicated scenarios with BODS !! We happy to provide solutions
    But every tool has unique capability !!
    Regards,
    Manoj

  • How we can configure a bachup Data services Server?

    Hello,
    "Data services" Production Server :
    OS: Windows 2003 Server SP2
    Data services: 11.3
    Repository: oracle10gr2
    We want to prepare a backup server identical to that of production. The Backup Server will be used in case of problems on the production server.
    Can you help us to make procedure that build a backup server from production server.
    thanks

    Hi,
    Short answer would be: there is no automatic way to do that.
    The amount of work to create this redundancy will depends heavily on your platform and how the Data Services components are deployed u2013 such as Job Server, repository databases, access servers, etc.
    If I understood your aim, the intention is not to create a load balance environment, but to 'clone' a deployment and let it in standby in case of issues with the default server. Is that right?
    In this case, you still could take advantage of the server group functionality to create a redundant Job Server, for instance. This configuration helps you to create the u2018backup serveru2019 you intent to and, at the same time, leverage the load balance resources available in DS. You will need to replicate the access server, adapters, and ODBC driversu2019 configurations (if applicable) in the other server.
    Just as important as the Job Server, a database redundancy for the Locals and Central repositories in your environment should be created, so you can replicate the repository in another machine using your RDBMS native resources, instead of backing it up constantly. Iu2019m not sure though if the repositories databases replication could affects job performance. Itu2019s recommended to double check that.
    As for the licensing issues regarding this redundant server, I suggest you talk with your Account Representative.
    Hope Iu2019m not flogging a dead horse here.
    Regards,
    Pedro
    PS. You should consider upgrading your software. You can ask your Account Representative for that as well.

  • How to read .db file for Data services in Linux Environment

    Hi all,
    Can anyone tell me how to read a .db file for SAP BODS 4.0 which got installed in Linux?
    This is Urgent...

    If we are talking about MS Access, AFAIK there is no native support of that format in SAP Data Services. You may try to find ODBC driver fot that.
    Thank you,
    Viacheslav.

  • How to Connect to UniData from Data Services

    Other ETL tools like DataStage has a Unidata connector stage
    Is there anything similar in BusinessObjects Data Services ?

    There is no separate connectivity available out of the box. However, if there is a JDBC driver available for it then you can use that to connect to it as a SQL technology. Or you can invoke SSAS web services and process the xml output in odi.

  • How to add Dimensions to the data in OEID

    Hi ,
    I am relatively new to OEID with some background on Endeca web commerce.
    We are trying to import the data from OBIEE server into the OEID . We are able to achieve this by using Load Data from OBI server option in Integrator.
    The issue we are facing is that all the attributes are under navigation pane in studio when we load the data source in a studio application. What we need to have is to remove some of the attributes (that are not managed) and add some managed attributes (a.k.a dimension).I understand PDR and DDR need to be worked on . But my question is that how is the association of attribute to the PDR and DDR managed?
    Any help would be appreciated. Or any pointer to the document that can help in this will also be great as I could not find documentation to add dimensions(managed attributes)
    Version : OEID 3.0
    Regards,
    Mayank Batra

    Mayank,
    Is it mandatory that I have OUTER_TRANSACTION_ID (even if I try to run this current graph only) ? The OUTER_TRANSACTION_ID parameter is necessary if you want to run the graph as part of an outer transaction. Configuration graphs such as this one are often included in outer transactions used to refresh the data domain. You can omit it from the Web Service Client during development, but if you decide you want to include the graph in an outer transaction, you will need to add it.
    I am adding a Web Services Client and linked to the input port of this WSC ,the output port of the transformer. Where does the code mentioned in the link goes?Do we need to keep the code in a file and pass the URL to the WSC because looks like that is what it takes. As stated earlier in the topic, graphs used to load the standard attribute schema generally follow a standard pattern. See http://docs.oracle.com/cd/E39272_01/integrator.300/integrator_users/src/ci_csv_based_configuration_graphs.html for details about these graphs.
    You do not need to store the output of the Transformer as a file. The XML document output by the Transformer component is held in memory during processing.
    Note, BTW, that your graph should also include a Denormalizer component between the Transformer and the Web Services Client.
    Basically, once the input is read into the graph, it is processed by a Transformer component to create an XML document that can be incorporated into a Web Services request.
    The XML document output from the Transformer component includes line breaks. The line breaks cause the input Web Services request to be terminated incorrectly. Therefore, the output from the Transformer should be fed into a Denormalizer component and converted into a single XML string. This string is then added to the Web services request in the Web Services client and submitted to the Endeca Server.
    RLJII

  • How to add a time characterstic(date) to already loaded cube??

    Hi All,
    We have a cube loaded(by daily deltas) for more than two years now, how can we add a date to this cube, what are the possibilities??
    1. do we need to delete all data,add that date ,reload??( quite tedious time consuming ,out of option for now)
    2. jut add that date to new dimension, load from now on?? but we may need data from past for that characterstic.
    3. if we copy that cube to another cube, add that char to old cube, then reload data from copied cube to old cube. is it possible to load all the data for that new filed for last two years??
    Please let me know the successful solutions as iam doing it in production system.
    Regards,
    Robyn.

    Hi Eric,
    ya that might be possible,but that charaterstic cannot be derived from the data present in cube as it needs to be derived from R/3 by changing the extract program of that cube.
    the plan is to create new cube with similar structure of old one plus this new date field,populate this new cube for say required years data, then generate query as using these two cubes in multiprovider.
    do u have any alternate solution for this
    Regards
    Robyn.

Maybe you are looking for

  • No output. Help?

    I have a USB midi controller that will not register an output on logic. Any advice?

  • Camera Raw 6.7 update failed

    I tried to update my camera raw to 6.7 for my CS5, but halfway through it keep telling me to close adobe bridge. Its not open. I even tried opening it and closing it and still I get the same message ever time I hit the continue button in the update w

  • What adapter do I need for my Qosmio G35-AV600?

    Hey there, I was totally happy with my recently purchased FullHD 26" Display with HDMI input. So I figured, slowly stop using the PC and start working with your Laptop at your new display using the HDMI port. So I ordered one, but then recognized tha

  • I have lost the use of the 'forward' and 'back' button

    On Win 7 I have lost the use of the forward and back button - both are greyed out - except on this page ??? when I leave this page the greyed out appears on all tabs or links in use. I am using Firefox 3.6.16. To get to this page I have 7 tabs open a

  • Mail crashes when format panel is clicked

    I found this archived link to be very helpful in this problem: http://discussions.apple.com/message.jspa?messageID=7280888#7280888 But it did not fix my problem. What I did find is that this file, found in the FontCollections folder, seemed to be the