Line connection between PCI-6527 card and instrument

Sorry for my foolish. My poor electronic knowledge prevent me from fully understanding what you explained in your last reply and need more help.
In fact, we plan to control two instrument switchs, one is for the Magnetic_Suspension_Control(MSC) , another is for control the Weight-changing-Device(WCD).
The instrument manufacturer provide a cable for the MSC and WCD. The cable looks as follows: there is one connection to the computer(25-pin subD-plug) of which two cables lead away, one to the MSC(6-pin Lemosa)and the other to the WCD(15-pin subD-plug).
The interface of the MSC is internally realized by using only two simple optocouples(OC). Their input-pins are connected directly to the 25-pin SubD-plug of
cable as follwing:
25-pol.SubD; meaning
Pin 9 anode of OC1-LED
Pin 7 anode of OC2-LED
Pin 23 cathode of OC-LED
Pin 18 cathode of OC-LED
Because of the optocouplers draw some current from the NI-card, the manufacturer let me make sure that the NI-card can source circa 7mA(better 10mA) on each pin.
The interface of the WCD consists of three simple TTL-level inputs, which are also directly connected to the 25-pin SubD-plug of our cable as following:
25-pol.SubD; meaning
Pin 4 TTL-Input (remote) (0-1V/3.5-5V)
Pin 3 TTL-Input (weight 1) (0-1V/3.5-5V)
Pin 2 TTL-Input (weight 2)(0-1V/3.5-5V)
Pin 5 common ground
The current drawn by the TTL-inputs is not worth mentioning.
By controling the logic state of these above pin states through labview, I then can control the instrument switch.
Based on above information, how should I choose right resistor for achieving the suitable v
oltage and current on each pin and How should I connect line between PCI-6527 card and 25-pin sub-D plug(I plan to use port 3 of PCI-6527 card).
Thanks, your help is greatly appreciately
zhou

Zhou,
My best recommendation is that you find someone who can give you a better and more direct advise in electronic circuiting. We don't have in our hands the manual of your instrument in order to clarify what it needs and where, although you gave some pin numbers we cannot take the risk of advising something that we don't have the absolute knowledge of. We can give you all the details you want about our card and what does it gives, but you have to decide how are you going to connect it to your instrument. If you recall your email about the manual, in fig. 3-6 page 3-12 you can see a picture of how to connect a TTL driven device, in the last email we gave you an option of how to connect the resistor and where, please read it again, basically I am going to repeat the same, we feel sorry about not been able to give you more help, but is opt to you to find help in electronic theory. Remember in my last email that I told you the 3 cases in which your instrument may need either voltage, current or both, and I told you how RL will change and what new resistors you may need to connect. Review that and make tests with your switch, your question about how to choose the right resistor is answered in the previous email and how to connect lines between the board and the cable of your instrument you have both pin outs... match them... the person who has in his hands the manual and the instrument is the best person to choose how to interfase both appliances... we are sorry Zhou but if we advise you about pin connections of your device with our blindness we have of your device we may make a mistake, we told you about our pins and how to choose resistors.
If you need more direct assistance on this Zhou you may better try to call us, by text messaging is limited and this requires direct guidance. If you decide to call us you can find instructions at www.ni.com/ask hope you move forward in your application as soon as possible.
Nestor Sanchez
Applications Engineer
National Instruments
Nestor
National Instruments

Similar Messages

  • Resistor choose in PCI-6527 card

    I think I need more help for PCI-6527 card.
    Problem 1: In PCI-6527 user manual,page 3-11, last paragraph about the source current. The instrument require digital I/O card can source current 7mA (better10mA) on each pin for activating switch. The switch is TTL(0-1V/3.5-5V)(Which is all information the instrument provided). If I choose the resistor 5K which is recommended in the manual, the source current will be very small(0.3mA) and can not achieved the current for activating switch(10mA). Is my understanding correct or not? If not, how should I choose right resistor value for my current application?
    Problem 2 : for current application, I can use the 5V source board since total current on all channels below 1A. Also I can use gro
    und line of board to connect to DIG- pin for reference line.Is it right?
    Problem 3: Three pins of instrument cable(25 pin sub-D cable) are required to connect to ground line, could I connect these three pins directly to ground line on board or I have to use additional ground lines.
    Thanks
    zhou

    Zhou,
    Answer 1: The formulas for choosing your resistor are there in page 3-11 and 3-12. Your instrument switch is going to be connected to VOUT (DIG+ and DIG-), you have to check your instrument to see if it requires only the 10 mA current for activating or if it requires 5V or if it requires both. In case it requires only 10mA if you perform the formula V=RI, you are going to find that you need a total resistance of 500 ohms, your board already has a 35ohm resistance so you need to connect a 465 ohm resistance in serial but not as RL, in that case RL is just jumper wire (0 ohm) your 465 resistance is in serial connection with the 35R and all of them make VOUT. Just take a note that your switch may be acting as a relay and it may have a coil on it which adds mo
    re resistance, so measure the resistance also of your switch and the sum of 35R + your switch coil resistance + your configurable resistance = 500 ohms, this is in case you need 5V and 10mA in the input of your switch. Check this out because switches may need only to be applied a certain current or a certain voltage but not usually both.
    Answer 2: If you are using the 5V source of the board for DIG+ you have to use the ground reference of the board also for DIG-... if you are using an external 5V source, then you need DIG- to connect to the external ground.
    Answer 3: We don't know what are this three pins for. Your switch must have a + and - inputs, in which you directly connect DIG+ and DIG-, are these GND pins this - inputs ?... if so then yes. If not, then you should what are this GND pins for in your instrument, if they have other functionality most probably you don't have to connect to the board ground, because you are not getting any source from the board, you are only act
    ivating the switches, but I cannot guarantee this because I don't know your instrument.
    Hope this is helpful for you Zhou, good luck!...
    Nestor Sanchez
    Applications Engineer
    National Instruments
    Nestor
    National Instruments

  • How to make the connection between a sale order and an invoice in SDK

    Hi,
    Im trying to make the connection between a sales order and an invoice using the SDK.
    Here is how i create each of them:
    Invoice:
    public int SalesInvoiceInternalSave(string buisnesspartnerCardCode, DateTime dueDate, double discountPercent, string id, IList<InternalItem> items, ref int invoiceId)
          int res = 0;
          SAPbobsCOM.Documents invoice_entry = (SAPbobsCOM.Documents)Company.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oInvoices);     
          invoice_entry.CardCode = buisnesspartnerCardCode;
          invoice_entry.DocDueDate = dueDate;
          invoice_entry.DiscountPercent = discountPercent;
          invoice_entry.Reference2 = id;
          foreach (InternalItem item in items)
            invoice_entry.Lines.WarehouseCode = item.Shopid;
            invoice_entry.Lines.ItemCode = item.Code;
            invoice_entry.Lines.ItemDescription = item.Name;
            invoice_entry.Lines.Quantity = item.Quantity;
            invoice_entry.Lines.UnitPrice = item.Price;
            invoice_entry.Lines.Add();
          res = invoice_entry.Add();
          return res;
    Sales order:
        public Boolean SalesOrderInternalSave(string orderId, string buisnesspartnerCardCode, DateTime dueDate, IList<InternalItem> items)
          SAPbobsCOM.Documents order_entry = (SAPbobsCOM.Documents)Company.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oOrders);
          order_entry.CardCode = buisnesspartnerCardCode;
          order_entry.DocDueDate = dueDate;
          foreach (InternalItem item in items)
            order_entry.Lines.WarehouseCode = item.Shopid;
            order_entry.Lines.ItemCode = item.Code;
            order_entry.Lines.ItemDescription = item.Name;
            order_entry.Lines.Quantity = item.Quantity;
            order_entry.Lines.UnitPrice = item.Price;
            order_entry.Lines.Add();      
          int res = order_entry.Add();
          return res == 0;
    What do i need to change to get the connection between the two of them?
    And how do you insert a amount (not percent) discount into an invoice?
    Regards,
    Torben

    Hi,
    Add the sale order, then add the invoice. and while adding the invoice please add the following details to the invoce documen
    invoice_entry.Lines.BaseEntry = 'Doc entry of the newly created SO
    invoice_entry.Lines.BaseLine = 'Line No of the SO
    invoice_entry.Lines.BaseType = 17 'For sales order document type.
    Hope it helps,
    Vasu Natari.

  • Connection between CRM back end and ASP front end website for Ecommerce

    Hi All,
    I want to establish the connection between a ASP website and CRM back end server(we are replacing th existing ERP back end system with SAP CRM ).
    I want to know whether I have to go with XI or any other connectors provided by SAP to establsih the communication between the existing ASP website and CRM back end server..
    Can anyone please help me out.
    Thank you,

    Okay here is the general concept for your scenario:
    -You will call standard/custom RFC's(could be BAPI's) in the CRM system from the existing application. 
    -You will need to write a new model layer in your ASP application that calls the RFC layer in CRM
    -You decide what data you want to use from CRM in your application
    Let's assume at minimum you will want to use the product master, business partner master, and business transactions.  You will need RFC's/BAPI's for every interaction point where you will consume/publish data to CRM.
    So when an user creates an order from your e-commerce site, you will need to support saving an order in CRM.  This is example of how you need to map out each function in your existing site to a part of the CRM system.  Since we don't know what your site currently does, this is something you would have to do.
    Once you have mapped out the business level data to the CRM system, then you can evaluate where you will need a BAPI and/or RFC call.  Once that is done, then you can look at the CRM system and see what standard pieces can be called.  Then everything else is custom development.  Your ASP application will call CRM via RFC. 
    It is possible to do what you want to do, but it is going to require a lot mapping work and a fair amount of development effort to integrate the two pieces.  I don't know if you might be better off looking at the SAP Internet Sales Solution instead so you could focus only customizing that application, instead of worrying about an integration problem.  It just depends on how much special functionality your existing e-commerce site has today.
    My general recommendation would be for you to hire a consultant that has done an SAP e-commerce project using SAP CRM in the past and let them guide you on the implementation issues.  An on-site resource could better answer your "high-level" questions.
    However if you have more questions please ask and I will try to answer to the best of my knowledge.
    Good luck,
    Stephen

  • 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.

  • I have forgotten my Password to be able to connect between my desktop Mac and Mac Book on my home network. How can I recover the password or change it?

    I have forgotten my Password to be able to connect between my desktop Mac and Mac Book on my home network. How can I recover the password or change it?

    The password used to log in to a user account remotely is the same as you would use to log into it locally. You can also use your Apple ID, so try that.
    To change your login password read OS X Mavericks: Reset a login password
    also OS X Mavericks: If you forget your login password

  • Does NI DAQmx driver support PCI 6527 Card

    In my application i am using PCI 6527 Isolated DIO Card. In the examples from LabVIEW 7.0, i refered the following VIs
    1. Write Dig Chan.vi
    2. Write Dig Port.vi
    using DAQ 7 Driver.
    There it gives a list of devices that can run these examples. The list does not contains PCI 6527.
    Can I use DAQmx Example VIs with PCI 6527 Card?
    Please suggest me what driver to use with 6527 Card (Traditional DAQ or DAQmx).

    Hello partners,
    I'm using NI DAQmx 9.7 in a machine hosting a Windows 7, but always when I tried to run the application I got this error.:
    CAN'T LOCATE THE DRIVER ERROR 10240
    Does you have any idea why could I'm facing this problem ? Previously I was using the original driver NI DAQ 7.4.4 (Legacy) in a machine hosting a Windows XP.
    Other point perhaps here isn't the best place to start this new post, but I couldn't find how to post a new topic on the site.. My apologies, i'm waiting for any solution or advice
    Best Regards
    Josias Junior

  • Trying to Hot Sync Visor Pro with Windows 7 (64 bit OS) - getting error: "The connection between your handheld computer and the destktop could not be establishe​d. Please check your setup and try again."

    Hi.
    I read the posting regarding the options on Hotsyncing for Windows 7; however, I have some questions as I have a 64-bit system.
    I have a Visor Pro that I'm trying to Sync up with my new laptop which is running Windows 7.
    Steps I have taken:
    * installed the Visor Palm Desktop 3.0.1 that came with the Visor (which the installation went well)
    * The issue arises when I push the "Sync" button on the cradle and the following error message appears "The connection between your handheld computer and the destktop could not be established.  Please check your setup and try again."
    Since I have a 64-bit OS it appears that I have 2 options: 1) bluetooth or 2) Infrared.
    I have to admit I don't know know how to do either of these (how can I tell if this Handspring Visor Pro has bluetooth (which I don't it does)?). 
    Then how about the Infrared option?  I see on the PDA it has a red area that one can "beam" info.  Is this the same as Infrared or my 2nd option?
    I love my Visor and want to continue using it, but need to backup the valuable info!
    Any help with this would be greatly appreciated!
    THANKS!!!!!
    Post relates to: Visor Pro

    Hello lwalbring and welcome to the Palm forums.
    Your Visor, as you suspect, does not have Bluetooth, so you must use the IR HotSync option.  Since you are using Windows 7 64-bit, I believe that you are going to have to upgrade to Palm Desktop 6.2.2 to make things work from an OS/Driver perspective.
    Since you are using such an old device, you are also going to have to download and install the PalmHotSyncSetup Utility from Pimlico.  This update turns on support for old Palm OS PDAs in Palm Desktop 6.2.2.  Without the update, you won't be able to sync your Visor with Palm Desktop 6.2.2.  The software is free and the link is all the way at the bottom of the screen.
    Lastly, if your PC doesn't have an IR port on it, you will need to purchase a USB to IR adapter.  Some laptops still have IR ports and most desktops don't.
    Once you have all the pieces, you'll want to go back to the Windows 7 and Vista HotSync thread again, and follow the directions for setting up and configuring IR HotSyncs.
    Alan G

  • Help Needed in establishing connection between Kepware OPC server and UDS 4

    Hi All,
    I am in the process of establishing connection between Kepware OPC server and UDS 4.0,
    Can anyone guide me through the process of configuring UDS 4.0 to establish conection with the Kepware.
    Any standard documentation on UDS 4.0 will be of great help.
    Thanks in advance,
    Shyam

    HI Rajesh,
    I am creating OPC DA instance and when i try to browse for the OPC servers available in the machine, the list is blank. i am not able to view any OPC servers.
    Actuallt the Kepware OPC server and UDS are installed in the same machine.
    Can you plz through some ligh on this
    Regards,
    SHyam

  • Connection between SAP R/3 and SAP XI with RFC

    Hi Experts,
    I am beginner in SAP XI.
    We are using SAP XI 3.0 SP 9 and SAP R/3 4.6 C
    I am trying to validate a connection between SAP R/3 and SAP XI with RFC.
    I followed all the weblogs ,and i did exactly the same way, but I am unsucessful...
    Schema not available Exception
    com.sap.aii.af.service.cpa.CPAException: Schema not available for RFC|3b787a8035c111d6bbe0efe50a1145a5|http://sap.com/xi/XI/System.
    at com.sap.aii.af.service.cpa.impl.cache.directory.DirectoryDataSAXHandler.endElement(DirectoryDataSAXHandler.java:262)
    at com.sap.engine.lib.xml.parser.handlers.SAXDocHandler.endElement(SAXDocHandler.java:154)
    at com.sap.engine.lib.xml.parser.XMLParser.scanEndTag(XMLParser.java:1826)
    at com.sap.engine.lib.xml.parser.XMLParser.scanElement(XMLParser.java:1722)
    at com.sap.engine.lib.xml.parser.XMLParser.scanContent(XMLParser.java:2298)
    at com.sap.engine.lib.xml.parser.XMLParser.scanElement(XMLParser.java:1719)
    at com.sap.engine.lib.xml.parser.XMLParser.scanDocument(XMLParser.java:2701)
    at com.sap.engine.lib.xml.parser.XMLParser.parse0(XMLParser.java:162)
    at com.sap.engine.lib.xml.parser.AbstractXMLParser.parseAndCatchException(AbstractXMLParser.java:126)
    at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:136)
    at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:209)
    at com.sap.engine.lib.xml.parser.Parser.parseWithoutSchemaValidationProcessing(Parser.java:270)
    at com.sap.engine.lib.xml.parser.Parser.parse(Parser.java:331)
    at com.sap.engine.lib.xml.parser.SAXParser.parse(SAXParser.java:125)
    at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
    at javax.xml.parsers.SAXParser.parse(SAXParser.java:143)
    at com.sap.aii.af.service.cpa.impl.cache.directory.DirectoryDataParser.updateCentralCache(DirectoryDataParser.java:54)
    at com.sap.aii.af.service.cpa.impl.cache.CacheManager.updateCacheWithDirectoryData(CacheManager.java:713)
    at com.sap.aii.af.service.cpa.impl.cache.CacheManager.performCacheUpdate(CacheManager.java:595)
    at com.sap.aii.af.service.cpa.impl.cache.CacheManager$CacheUpdateRunnable.run(CacheManager.java:440)
    at com.sap.engine.frame.core.thread.Task.run(Task.java:60)
    at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:73)
    at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:145)
    Please help me out on this
    Thanks in advance
    Raju

    hi,
    try refreshing you CAP cache:
    741214 (check this note)
    and check if the refresh was successful
    (CPA history)
    Regards,
    michal

  • Problem to connect between Oracle 10g xe and VB2010 at Vista sp2

    Introduction
    Hi guys, good day... NEED RESCUE!! SOS!! Hmm.. i have trouble been 1 weeks trying connect between Oracle 10g xe and VB2010 on window vista sp2. Actaully im very new at Oracle 10g xe and VB2010 but i got a project is going to build up system database and i figure out Oracle 10g xe and VB2010 can use free so i just chows these appication to be my project. I been search around internet and there is several things i was found about the connection but i has try and tried still it wont work out.
    Things i found and learned
    Oracle
    1. I have download Oracle 10g XE and installed in my windows vista sp2.
    2. I notice the Oracle Developer Tools is needed for VB2010 (To add reference 'Oracle.DataAccess'). So i was downloaded ODT11beta and installed
    3. I also edit TNSNAMES to following below:
    OraDb =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = shin-PC)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    4. My sqlnet like following below:
    SQLNET.AUTHENTICATION_SERVICES = (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    5.I have try tnsping OraDB and its works.
    6. I monitoring task manager and OracleServicesXE is running.
    7. ora_dba is added in Group.
    Problem in SQLPLUS
    When i try connect SQLPLUS in cmd i get ERROR: ORA-12560: TNS:protocol adapter error.
    i . In cmd i type sqlplus and enter then i been ask for username and password.
    ii. After i insert my username and password and enter then i get the error of ORA-12560.
    Visual Basic 2010
    1. First i created my project, drawing label and button for test connection.
    2. Then, i add reference Oracle.DataAccess into my project.
    3. I type following script into my vb form:
    Imports System.Data
    Imports Oracle.DataAccess.Client
    Imports Oracle.DataAccess.Types
    Public Class Logon
    Private Sub cmdLogon_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdLogon.Click
    Dim oradb As String = "Data Source = OraDb; User Id = system; Password = shin;"
    Dim conn As New OracleConnection(oradb)
    conn.Open()
    Dim cmd As New OracleCommand
    cmd.Connection = conn
    cmd.CommandText = "select SName from Staff where SName = shin"
    cmd.CommandType = CommandType.Text
    Dim dr As OracleDataReader = cmd.ExecuteReader()
    dr.Read()
    lblOra.Text = dr.Item("SName")
    conn.Dispose()
    End Sub
    End Class
    Problem in VB2010
    When i run my project and press the button i get error message ORA-12514: TNS:could not resolve the connect identifier specified at conn.Open()
    Extra Question*
    1. Im notice in my netbook xp home sp2, before i install ODT11beta my sqlplus look fine thought cmd but after i installed ODT11beta its same problem with my Vista sp2 now. Get error ORA-12560: TNS:protocol adapter error :( I tried uninstall ODT11beta again and restart its work fine again. Which i really dun understand. Izzit the version ODT11 is not suitable for 10g xe? And i dunno this problem is related with my connection between oracle 10g xe and vb2010 or not. So confuse@@
    2. I wish to know more about connect between Oracle and VB, is there still a things i miss?(I mean steps or configuration that should i done)
    3. Or i just lower my VB version could make more easy? If yes, what version VB should i use that could work out with oracle 10g xe?
    4. Sorry for too bad my english but i really wish somebody could help me. Please try to understand my written or you could ask me mean if dont understand. Im stuck!! Stuck feel not really that good.....
    Edited by: user9173084 on Jul 19, 2010 3:34 AM

    Huhu..
    Yo, henry
    I thought the OraDb is just a name for entry but im not sure it is a service. I was refer http://www.oracle.com/technology/pub/articles/cook-vs08.html at topic Connection Strings and Objects.
    Here is my lsnrctl service
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOW has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOW has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "XEXDB" has 1 instance(s).
    Instance "xe", status READY has 1 handler(s) for this service...
    Handler(s):
    "D000" established:0 refused:0 state:ready
    DISPATCHER <machine: SHIN-PC, pid: 1932>
    (ADDRESS=(PROTOCOL=tcp)(HOST=shin-pc)(PORT=49158))
    Service "XE_XPT" has 1 instance(s).
    Instance "xe", status READY has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0 state:ready
    LOCAL SERVER
    Service "xe" has 1 instance(s).
    Instance "xe", status READY has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0 state:ready
    LOCAL SERVER
    The command completed successfully
    Izzit ok? I notice there is no listed OraDb. but tnsping OraDb seem fine.
    Actually there is somethings as a newbie i wondering long time alreadly ><
    1. The origin of tnsname.ora is no OraDb or ORCL but i just simple add it by open tnsname.ora with notepad. Im just not sure it is function or not.
    Also please check at my TNSNAME.ORA:
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = shin-PC)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    OraDb =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = shin-PC)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    I got the feeling there is so close~~~!!!

  • Connectivity between SAP ECC system and SAP BI

    Connectivity between SAP ECC system and SAP BI
    Hi BI-experts!
    I would like to load e.g. transaction data from SAP ECC system into SAP BI system.
    The Loading process is hanging in processing step u201CSERVICE APIu201D.
    The process  in hanging in status "yellow" and then changed after a while to status u201Credu201D.
    [0FI_AR_4 |http://www.file-upload.net/view-1447743/0FI_AR_4.jpg.html ]
    The following steps within Load process are yellow and then red:
    Extraction (messages): Missing messages
    Missing message: Request received
    Missing message: Number of sent records
    Missing message: Selection completed
    Transfer (IDocs and TRFC): Missing messages or warnings
    Request IDoc : Application document posted (is green)
    Data Package 1 : arrived in BW ; Processing : 2nd processing step not yet finished
    Info IDoc 1 : sent, not arrived ; Data passed to port OK
    Info IDoc 2 : sent, not arrived ; Data passed to port OK
    Info IDoc 3 : sent, not arrived ; Data passed to port OK
    Info IDoc 4 : sent, not arrived ; Data passed to port OK
    Subseq. processing (messages) : Missing messages
    Missing message: Subseq. processing completed
    DataStore Activation (Change Log) : not yet activated
    Question:
    Can some one tell me whether my distribution model or other settings are wrong?
    I created 2 distribution model (BD64), one from SAP BW system and other from SAP BI system with message types RSRQST, RSINFO, RSSEND
    Thank you very much!

    Hi Holger.
    this issue is related to the RFC but not the one which is communicating from BI to R/3 rather the one which is communicating from R/3 to BI follow these steps.
    1. check your BI system logical name from the myself source system.
    2. go the ECC and run the transaction sm59
    3. go the ABAP Connection folder and search for your RFC which name would be by default as per your BI logical system name.
    4. double click it and edit it now check whether the Target hostname or ip is OK.
    5. In the logon tab check the client number User and password settings.
    Save it and test it with both Connection Test and Remote Logon.
    if every thing work fine i hope your problem will be solved.
    kind regards,
    Zeeshan

  • Ports to open to enable connection between TVN staged env and SAP

    Hi,
    What the ports to be opened to enable connection between SAP TVN stage environment and SAP ECC...

    Hi Abi,
    I have implemented STVN products in 10 or 11 clients and have never had to do this. The SAP .NET connector (or SAP JCo for Java version) handles the connection between the STVN apps and the SAP system and no port is usually opened. The default port for the application, if you have not changed the IIS website, will be port 80.
    I hope that helps.
    Kind regards,
    Luke

  • HT1551 after finish installing an update, the the status light keeps blinking and a picture of the connection between the micro USB and iTunes shows up - what is this about?

    after finish installing an update, the the status light keeps blinking and a picture of the connection between the micro USB and iTunes shows up - what is this about?

    The update failed - using a USB to microUSB lead (that Apple annoyingly don't include!), try to restore the AppleTV software to current version software using instructions here:
    http://support.apple.com/kb/HT4367
    Pay attention to differences in power connection depending on whether or not you have AppleTV2 or AppleTV 3.

  • Pickering PCI relay cards and Mux cards

    I am using Pickering PCI Relay cards and Mux cards for our checkout. I got the drivers and installed it. But its default is PXI. I am using PCI.and how to program this cards. i can't get any idea for this. If someone knows please help me
    "Thanks with regards "
    by
    ..........Gireesh..........
    Solved!
    Go to Solution.

    hello sir,
              Model no of the pickering cards are 50-115-121/122 and 50-670-021-99/1. these are the cards. In this one is relay card and the other is multiplexer card. I programmed it through the drivers which are they provided in the website "pickeringtest.com". same drivers are provided in the driver cd.
    I placed one palette for the initialization. In this resource name is there. By clicking on it one more palette will come,it says PXI::14:: like that. After finishing the programming I run the program. Then one error will show like "It will not work in this resource name" I tried with the link which sir you gave earlier. But it is not working ,same thing it is showing.
    Please help me sir 
    "Thanks with regards "
    by
    ..........Gireesh..........

Maybe you are looking for

  • Can I use same apple id and password on ipad2 and pc with Wins 8 on it. Needed to go to PC to ask this Q.

    bought my 1st apple 4 days ago. ipad2air - always used Wins8 & MS on pc - so finding apple v different. When set up on Saturday with help from friend used to tablet. I used thumbprint for id - worked for 1 day and now nothing. Also both user ID and p

  • Smart Guides off by a tiny amount

    I've recently been working on a project involving a large amount of stroked paths.  I'm tracing a scan of a line drawing and have been using the Scissors tool a lot to trim where one path runs into another.  When I do this I turn Smart Guides on and

  • Acrobat Page View Problems

    Hi all, My Acrobat 8 documents are only opening in 2-page view even when I select single page-continuous view. It displays my two-page documents bizarely. Any clues? Thanks a lot for your responses.

  • Alternate Fiscal Year End in New GL

    Environment: ECC 6.0 - New GL + Document Splitting All Co Codes book to 0L leading ledger and one Controlling Area. We have one more company code (lets say 1000) with a Alternate Fiscal Year than other company codes. The solution of a Non Leading Led

  • Problem with burner idvd

    je ne peux plus graver des dvd quand je grave il sort le dvd au moment de l'écriture et il n'y arien sur le dvd.