JNI related question

Hi,
I've downloaded some files from the following site;
http://www.geocities.com/Juanga69/parport/
you may be familiar with them, the class basically write/read a byte to/from the parallel port using a c file (i was trying with the comm api but it was giving too much trouble).
My question is this, the class ParallelPort.java is located at C:\parport\ (as is the install instruction).
Now if i have another class, Port.java, which will access the class ParallelPort in another location, lets say, C:\java\, how do i make Port.java see ParallelPort.java ??????
I've tried to add the following to ParallelPort
package parport;
but is it already a package or something because it uses JNI?
Is there a way that you can say,
import c:\parport\ParallelPort or something?

ParallelPort does not belong to a package. c:\parport is only the directory where it is located at. If you have that directory in your CLASSPATH then Java should be able to find it with no problem. If you absolutely must import it, then you can do this:
import ParallelPort;That's it. Another thing that might be happening is if you dont have '.' (dot, current directory) in your class path, Java won't find your Port class. Therefore, you might want to add it to your CLASSPATH like this:
set CLASSPATH=.;c:\parport;%CLASSPATH%notice the '.' at the begining.

Similar Messages

  • I want to check all functions of PCI 6534.I have read the user manual..I have some memory related questions.​Please help me for that.

    I want to check all functions of PCI 6534.I have read the user manual..I have some memory related questions.Please help me for that.
    1.)If i am using the continuous output mode.and the size of generated data is less than 32 MB.If i want to preload the memory,what should i do?I want that first of all i load all my data to onboard memory & then i want to make start the transfer between 6534 & peripheral.Is it possible?As per me it should be.Plz tell me how should i do this?I think that in normal procedure the transfer between 6534-peripheral & outputting data from pc buffer to onboard memory works parallely.But i don't want this.Is it poss
    ible?
    (2).Similarly in finite input operation(pattern I/O) is it possible to preload the memory and then i read it?Because i think that the PC memory will be loaded automatically when 6534 acquires the data and then when we use DIO read vi the pc buffer data will be transferred to application buffer.If this is true,i do not want this.Is it possible?
    (3) One more question is there if i am using normal operation onboard memory will be used bydefault right?Now if i want to use DMA and if i have data of 512 bytes to acquire.How will it work and how should i do it?Please tell me the sequence of operations.As per my knowledge in normal DMA operation we have 32 Bytes FIFO is there so after acquisition of 32 bytes only i can read it.How it will known to me that 32 bytes acquisition is complete?Next,If i want to acquire each byte separately using DMA interrupts what should i do?Provide me the name of sourse from which i can get details about onboard memory & DMA process of 6534 specifically
    (4).In 6534 pattern Input mode,if i want to but only 10 bits of data.and i don't want to waste any data line what should i do?

    Hi Vishal,
    I'll try to answer your questions as best I can.
    1) It is definitely possible to preload data to the 32MB memory (per group) and start the acquisition after you have preloaded the memory. There are example programs on ni.com/support under Example Code for pattern generation and the 6534 that demonstrate which functions to use for this. Also, if your PC memory buffer is less than 32MB, it will automatically be loaded to the card. If you are in continuous mode however, you can choose to loop using the on-board memory or you can constantly be reading the PC memory buffer as you update it with your application environment.
    2) Yes, your data will automatically be loaded into the card's onboard memory. It will however be transferred as quickly as possible to the DMA FIFO on the card and then transferred to the PC memory buffer through DMA. It is not going to wait until the whole onboard memory is filled before it transfers. It will transfer throughout the acquisition process.
    3) Vishal, searching the example programs will give you many of the details of programming this type of application. I don't know you application software so I can't give you the exact functions but it is easiest to look at the examples on the net (or the shipping examples with your software). Now if you are acquiring 512 bytes of data, you will start to fill your onboard memory and at the same time, data will be sent to the DMA FIFO. When the FIFO is ready to send data to the PC memory buffer, it will (the exact algorithm is dependent on many things regarding how large the DMA packet is etc.).
    4) If I understand you correctly, you want to know if you waste the other 6 bits if you only need to acquire on 10 lines. The answer to this is Yes. Although you are only acquiring 10 bits, it is acquired as a complete word (16bits) and packed and sent using DMA. You application software (NI-DAQ driver) will filter out the last 6 bits of non-data.
    Hope that answers your questions. Once again, the example code on the NI site is a great place to start this type of project. Have a good day.
    Ron

  • In which Board we need to post cRIO related Questions?

    sir,
         In which board do i need to post cRIO related Questions and doubts regarding my application with cRIO .Please help me previously i have posted in  motion control drives as my application is related to motor control using cRIO.bu i am not getting any reply .i couldnt find any cRIO related board in select board option.
    Solved!
    Go to Solution.

    Hi illa,
    You can post your query under the Real Time Measurement and Control
    http://forums.ni.com/t5/Real-Time-Measurement-and/bd-p/280

  • Two related questions:  ColdFusion 10/Java applications and J2EE supported servers

    I have two related questions:
    1.  CF10 and integration with Java Web applications
    We have a couple of Java applications running on JRun and interfacing with CF9 applications.  The JRun clusters were created through the JRun Admin and, apart from lack of Axis 2.0 support, have served us well for years now.  And, as would be the case, the ColdFusion9/Java/Flash application is a critical public-facing application that the business uses for bidding on projects.
    It appears that with ColdFusion 10 on Tomcat, we will not be able to run those Java applications on a Tomcat-CF10 JVM cluster.  Is this correct?  IF so, what are our options? 
    2.  J2EE Application Servers supported by Adobe for CF10
    Which of these is correct?
    A.  This URL (http://www.adobe.com/products/coldfusion-enterprise/faq.html) states "ColdFusion 10 supports IBM® WebSphere, Oracle® WebLogic, Adobe JRun, Apache Tomcat, and JBoss."
    B.  This URL (http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/products/coldfusion/pdfs/cf1 0/coldfusion10-support-matrix.pdf) states:
    "J2EE application servers: WebLogic Server 10.3, 11.1, WebSphere Application Server 7, ND 7 JBoss 5.1, 6.0, 7.1.0"
    I *think* "A" above is wrong re. support for Adobe JRun.  It does not specify a version of Apache Tomcat unless it is simply referring to the custom version the comes with CF10.
    Option "B" above shows no support of Adobe JRun or 'standard' Apache Tomcat.
    Thanks,
    Scott

    Question 1 above was answered:  "No support for Java web applications under CF10's custom version of Tomcat"
    Question 2:  No answer yet:  Is Apache Tomcat (NOT Adobe's customized version) supported for CF10 J2EE deployment?  I do not see any installation instructions on how to install CF10 on Apache Tomcat 6 or 7.
    Is anybody using Apache Tomcat as their J2EE app servers and, again, NOT Adobe's customized/limited version? 
    Thanks,
    Scott

  • Deafult search engine on a new tab-this thread was closed but I have a related question. Once you put the new url in, what then? Close? When tried, did not work

    "deafult search engine on a new tab" - this thread was closed but I have a related question. [the word “default” is spelled as it on the thread] Once you put the new url in, what then? Close it? When tried, it did not work. The closest answer is noted here. Instructing to go to about:fig. Specifically, I installed the accuweather add=on and it took over my tab home page - the one that comes up when you click for a new tab. I didn't like it so I clicked the button to remove it and the page went blank. I searched to see out to restore the tab page, tired the reply at this page :
    http://support.mozilla.org/en-US/questions/753256?s=install+search+box+on+new+tabs&r=3&as=s
    But it did not work. Can some on help me? Just want to know how to make google or some page open on a new tab.
    Many thanks

    Thanks so much for your support. As I said I am not a professional, so I by chance saw a friend who is and this is what he suggested and it worked.
    We googled for an answer and found this site: http://www.guidingtech.com/8004/have-new-tab-page-open-specific-website-firefox-chrome/
    It says to Download and install Download and install''' NewTabURL''' and gives instructions on how to. Now when I open the tab it goes to my preferred search page!

  • PM/EAM related questions posted in PLM forum

    Hi,
    I was going through some of the threads available in PLM forum, but to my surprise, most of the threads posted are related to PM, which should have been posted in EAM forum. It was clearly mentioned by the moderator in one of the sticky thread [PLM-Forumsplit - Please ensure you are using the right forum|PLM-Forumsplit -  Please ensure you are using the right forum;
    Questions regarding Plant Maintenance (PM) or Customer Service (CS) are discussed in the Enterprise Asset Management (EAM) forum
    forums - posts will be moved to the right forum.
    Please ensure your are opening a new thread in the right forum
    Despite the clear instructions given my the moderator, PM related questions are still posted to PLM forum and some of the active participant of EAM forum answers these questions in PLM forum. It would be nice if those threads are moved to appropriate forum, so that the relevant informations are available under one forum, also, PLM forum should be monitored regularly and inappropriate threads are to be moved to their respective forum.
    Few PM related threads posted recently in PLM forum:
    [Change PR for External order|Change PR for External order;
    [BAPI or Function Module to Complete Maintenance calls in IP10|BAPI or Function Module to Complete Maintenance calls in IP10;
    [delete material from PM order|delete material from PM order;
    [Message no. IW056 Work center change --> default data redefined|Message no. IW056 Work center change --> default data redefined;
    [Component in Task list not reflecting in maintenance order|Component in Task list not reflecting in maintenance order;
    [Deleted functional location/equipments|Deleted functional location/equipments;
    [PM orders not listing components from material BOM|PM orders not listing components from material BOM;
    [Completion date in Maintenance Plans in IP10|Completion date in Maintenance Plans in IP10;
    I had used abuse reports for some, but numbers of such posts are many.

    I hate to say this, but I often see the same thing, and I've never been able to figure out exactly what triggers selectability vs. non-selectability, but I suspect some of it has to do with tranparency flattening in particular, and possibly text wrap in cases where that comes into play. ID optimizes the PDF it creates, I think, and that might cause text, or even images, to be broken into chunks in funny ways. It occurs to me that turning off optimzing for fast web view might help in this regard.

  • Please post documentation-related questions or comments on the

    Please post documentation-related questions or comments on the Performance Management Applications {forum:id=1318} forum     
    http://forums.oracle.com/forums/forum.jspa?forumID=1318

    I just got a call today that I reached my 300GB limit for the month.  I called and got a pretty rude response from the security and data usage department.  The guy told me in so many words that if I do not like or agree with the policy that I should feel free to find another service provider.!!! I tried to explain that we watch Netflix and XFinity on-demand alot and I was told that that can not be anywhere close to the data usage. I checked my router and watching a "super HD, dolby 5.1" TV show on Netflix will average about 5-6 GB per hour (1.6MB/s) ... sp this means that I can only watch no more than 1-2 Super HD TV shows a day via Netflix before I run out of my data usage.    This seems a bit redicilous doesn't it? Maybe the TV ads about the higher speed than the competition should be accompanied with "as long as you don't use it too often"   Not a good experience ... 

  • Where do I  post my CRM related questions

    Where do I post my CRM related questions.
    thanks
    siva
    Message was edited by:
    sivapara

    Hi Siva,
    You can select the module of CRM from the category and post your question there. You can even search for CRM and Post your question.
    Regards,
    [email protected]

  • Online Help Related Questions

    Hi
    FYI there is no longer a dedicated place on Microsoft.com for online help related questions.  
    We are told that VS General (here) is the best place for help questions.
    Note that these sites are a good place to get help on help (Microsoft and MVP presence):
    http://groups.yahoo.com/group/hatt/ -- for WinHelp & HTML Help & general help discussion
    http://tech.groups.yahoo.com/group/MSHelpViewer/ -- For HelpViewer help (VS 2010/2012 help; Windows 8 help)
    http://tech.groups.yahoo.com/group/MSHelp2/  -- For MS Help 2.x help (VS 2002/2003/2005/2008 help)
    Feel free to ask questions on this thread if you need to. At least then we can find your post. 
    You can also email the VS/MSDN help team directly -- [email protected]
    Please let them know how you feel about the lack of support for Online Help in the forums.
    Rob
    www.helpmvp.com -- Various Help resources
    Rob Chandler Help MVP www.helpwareGroup.com | mshcmigrate.helpmvp.com | hv2.helpmvp.com

    Actually, we cannot (at least anymore) directly email the team. I tried and got a reject from the mail server.  So, I'm going to post here so I can feel better knowing I said something and then I can get back to programming :-)
    Ok, I’ve been developing Windows apps since Win 3.1 (yeah, a long time) and have always admired the Microsoft attitude towards Developers and it’s desire to educate and empower R&D.
    So, I’m wondering what’s going on?  Why am I being asked to have an account to develop anything for MY own PC?  Why am I being asked for my Microsoft account password, repeatedly, when I’m just looking up documentation on UserControl or C3 keywords…
    repeatedly?  This is nothing short of annoying and it gives me pause and concern about the ecosystem.  Is the plan to lock down programmer’s capabilities, knowledge and tools?
    I’m involved in the TAP program for Windows 10 and have voiced concerns in the same category with regard to installation and deployment of Universal Apps.  Security is not a reasonable excuse.  Some of us love to program and actually
    control their PCs.  We are not planning to sell everything we write on the Windows Store.  What happened to programming something cool for your home network or just for friends?  We need, and used to have, Microsoft’s support in doing
    this sort of thing.  Documentation and tools are more important now than ever.  I’m saddened to see the direction things are heading…
    If there is a sane reason I’m being badgered to ‘log in’ to read .NET documentation every hour, please share.  If not, please consider lobbying to get things back on track.
    Thanks

  • Button, or other panel related question

    so, if any of you have read my previous topic about painting rectangles in a panel, that worked great, but now i need to mkae those rectangles components so that when someone hovers over it or clicks on it it displays information at a certain area. I know how to make listeners and how to add buttons in a panel, BUT how do I add buttons at a specific coordinate. This program graphs data on a specific scale and therefore adding a button in the approximate area using a grid layout will not be good enough. Is there anyway for me to place the the button/component/object at the extact location that I want?
    thanks in advance

    In future GUI related questions should be posted in the appropriate GUI forum (likely Swing).
    so, if any of you have read my previous topic about
    painting rectangles in a panel, that worked great,
    but now i need to mkae those rectangles components so
    that when someone hovers over it or clicks on it it
    displays information at a certain area. What?

  • CRM Related Questions for Configuring Service Desk in Solution Manager

    Hi All,
    We have 3 requirements while configuring service desk in solution manager:
    1) Is there any possibility that we can restrict view of messages in solman for different teams. E.g: Finance Support team should not view message raised for Material Management Team ?
    2) Is there any possibility in service desk that we can assign message on the basis of location e.g: message raised for finance from location A should go to different support team of finance and for location B, it should go to different finance team ?
    3) Is there any possibility that we can make some question necessary while user is raising very high priority message from satellite system e.g: when we raise Very high priority message on service market place, we need to answer few mandatory questions ?
    I tried to search these functionality in standard scenario but I am not able to find something relevant. Please suggest.
    Thanks
    Sunny

    Hi Rama,
    I Need to configure the feature to generate a ticket to SAP directly in VERY HIGH priority.
    Could you please help me out into this. If you have any doc related to that Please send me.
    Thanks in Advance!
    Regards,
    Prabhat Singh

  • 'Genius' related question for anyone with over 1.2TB of music?

    Anyone out there with a iTunes library with over 1.2TB of music?
    Reason I ask, is that I've not been able to solve a problem in updating Genuis - I'm getting the error - 'Genius results can't be updated right now. There is not enough memory available ~ Please try again later.' or the 'unknown 4002 error'.  The steps I've taken to try and correct sometime back can be found in https://discussions.apple.com/message/12584815#12584815 and also shown here in sequence below. 
    I keep thinking this will be fixed with the next version iTunes but so far with the latest, things still the same.  So looking to see if anyone with a similar size library is having similar problems and it just a limitation of the program or it's something specific on my end that I can fix.
    Appreciate...
    Up to this weekend I've had not issues with Genius. Worked beautifully and updated last Sunday as I have been doing every week since Apple added Genius. Yesterday I added a few albums and went to update and now getting the error of 'Genius results can't be updated right now. There is not enough memory available ~ Please try again later.' Now my library is well over >200,000 songs and only added 6 albums this time. Music sits on a external 2TB drive ~100GB free and my MacBook Pro has over 60GB open. Running latest Mac OSX and latest iTunes. Nothing new installed or changed since last Genius update.
    To the points raised in this thread.
    1. I've been updated weekly with a Library with over 200K songs till now with no problem. Majority is what I've ripped from my albums & CDs.
    2. Deleted the albums recently added since last successful update - same result.
    3. Connected directly to the network bypassing router as suggested here - same result.
    4. Reinstalled iTunes program - same result.
    5. Repaired permissions - same result.
    Problem remains. Welcome any additional thoughts.
    Question for anyone with a music library
    https://discussions.apple.com/message/12584815#12584815
    Ok, tried all the suggestions here yet the problem remains.
    In addition what I posted above -
    1) Dumped the cookies in user/library/cookies folder
    2) Deleted the apple cookies found under Safari Preferences "Show Cookies"
    3) Repaired disk permissions
    4) Deleted iTunes Library Genius.itdb file
    5) Reinstalled iTunes (with the new 10.1 version)
    6) Restarted computer
    7) Rebuilt iTunes Library folder http://support.apple.com/kb/ht1451
    8) Deleted all iTunes dead tracks
    http://dougscripts.com/itunes/scripts/ss.php?sp=removedeadsuper
    9) Increased internet access speed
    10) Removed all open "[" and '}' brackets from songs, albums & artists
    10) Rebuilt my entire library from scratch!
    Is there anyone out there with over 200K songs that can update their Genius? One thing I noted is the genuis.itdb file is just over 2GB. I'm wondering if there is a maximum size on this based on the error I'm getting. Any thought or know info on this?
    Ok, think I may have found something here with this. I backed out all the music added prior to this problem occurring and ran the Genius update. All worked fine. I then started adding the music back little by little (running the update each time) until the problem returned. When the problem came back I ruled out the specific music added by backing that bit out, verified all was ok and added a different batch back in.
    Bottom-line it appears that when my library exceeds exactly 1.208TB the problem appears. Interestingly enough it does not appear to be related to the number of songs, the size of the genius.itdb file (in fact when it was working the file was at 2.25GB - larger than what I reported before). It specifically seems to be related to the size of the overall library - when I have it for example at 1.2079 all is ok, 1.2081 it fails with this error.
    I did try moving the library and related files to the external drive but same result. abavetta, I think your suggestion of this script may be a workaround for now - although from what I read, is this not the same that you can do anyway with iTunes by holding the alt/option key open start up? In fact I do have two libraries now - one with the 2TB drive which I use at home and another for 2x500GB disks I carry with me when i travel. I just reported the same back to Apple but doubt if any immediate solution will come for this. Too bad as one of the great things about having such a large library is the mixes you can generate via Genius. Anyway, such is life and will just live with this for now. I also just found this program called Tangerine! http://www.potionfactory.com/tangerine/ which creates playlists like Genius - although through a different technique I might also take a look at.

    Just to let all know that may be having a similar problem, what I found by accident to fix this problem.
    Reset all my Home Folder permissions using the resetpassword method from the startup utility in Lion.  Then turned off/on to reset Genius and cleaned out the cache folder for good measure.  Finally after more than a year without, have Genius up and running again.

  • MDM 5.5 related questions

    Dear Roman,
    We have been reading all of your blogs and articles on SDN.
    We have many questions related to SAP MDM 5.5, few of which are listed below:
    Q1.  Whether cross compatibility for different ERPs will be provided or not? (for Siebel, PeopleSoft etc)
    In case of MDM 3.0, it was supposed to be developed on Project Basis.
    [Rytov, Roman] Since MDM is an SAP's product I don't know (and don't think) any transformation vehicle will be provided for 3-d party products out of the box. On the other hand, anyone can get all necessary knowledge to bring external data into MDM and back. I've been working with several customers placing MDM as a data hub (a scenario that for some reason hasn't gotten a separate bullet in the MDM scenarios diagram but widely adopted by customers). So you can bring data from external systems to MDM (by either the APIs or with help of the ImportManager) and distribute it back to the same (or other) systems leveraging the Syndicator or the APIs again. 
         [Satyen] With the help of APIs/ Import manager, we can get the data from external systems into the SAP MDM but then <b>we need to have functional knowledge</b> to do mapping manually between MDM business objects and different business objects as Material from CRM, Business Partner from CRM, Business partner Relationships from CRM. In one of the blogs by Kevin Isaacson , it’s mentioned that SAP MDM is packaged with predefined repository and import maps for the supported objects like material, vendor, customer.
         1. So what’s the exact scenario for cross-client support? Do these import maps provided by SAP support external systems like PeopleSoft, Siebel?
         2. In the SAP MDM 5.5 Import Manager document provided by SAP, it’s not talking about client connectivity but only about how import can be done? Where can we find this information?
         3. Is XI completely removed from IT scenarios? If yes, then how is it going to take care of data transfer with different data sources?
         4. Can you please elaborate more about DATA HUB scenario? I believe, Oracle is also coming with similar technology to SAP MDM which supports only Central Master Data Management scenario. In Oracle terminology, they call it Central Data Hub (CDH).
    Q2.  Can we build a legacy system on top of Central Repository? If yes, how? Is Reverse Engineering possible?
    [Rytov, Roman] I'm not sure I understood the question but you may probably treat your MDM system similar to a RDBMS with an additional intelligent layer. In this light you can build on top of MDM whatever you want by using either the APIs only or by leveraging the ImportManager and the Syndicator. I tell you that one of the customers that uses MDM as a data hub at the same time in another MDM repository stores exceptions and other technical messages occurring during integration workflow with external systems. So they have a workflow module which uses MDM as a persistence (MDM itself) and a presentation layer (the client) for managing exception handling. Only your fantasy and the common sense limit applicability of MDM.
         [Satyen]  I understand that by using APIs, we can access the underlying RDBMS tables of MDM repository but then
           1. how can we link the complex relationships maintained between Main Table & various Lookup tables, main table & special tables?
           2. I believe the data in the MDM repository is maintained in a very complex way (Delimiter separated) and is manipulated on the fly by the C++ code using pointers & rich/efficient string operations. So how can we access it directly and make use of data from the repository?
           3. In case of WorkFlow module, since it is quite independent of Main table and lookup table linkages, we can make use of it for persistence but then for other modules, it must be quite complex thing to do so.
    Q3.  Will there be separate repositories for IT scenarios, GDS & Catalog publishing?
    [Rytov, Roman] GDS is a separate application although built upon MDM. It has its own repository which can be accessed from the client. I don't know if there are any limitation on such concurrent usage. I have to check it and will come back to you.
         [Satyen] We attended the Webinar hosted by Klaus David on GDS 1.0, as per that GDS maintains it’s own repository which can co-exist along with MDM repository on the same DBMS server but then in MDME, which mainly covers business scenarios only, does not really talk about Master Data harmonization, central master data management.
         1. If it is the case, then don’t you think it’ll be duplication of efforts for maintaining various repositories for GDS, MDME & IT scenarios?
    Can we have an illustrated difference between Qualified field, Qualifiers, Product families & Data Groups?
    [Rytov, Roman] It's a big topic but in a few words the answer is: Qualified fields and qualifiers are means and tools of qualifier lookup tables. I'm writing now a set of articles talking about it and update you when it's ready. Product families are similar to virtual taxonomy. So you create an additional level of your taxonomy but virtually, choosing attributes to classify it. No additional branches are created. Data group is just an hierarchical structure for storing binary objects (PDF, TextBlocs, Images and others). It helps organize not structured binary data and link it later to your catalog's objects.
         [Satyen] We understood about the product group.
         1. Can you provide the exact definition of Qualifier? Whether is it a part of Main table or Qualified Lookup table?
         2. What’s the exact difference between Sub-category and Product family? As per SAP document, the product family is a kind of taxonomy with some common Fields AND/OR Attributes. Can you provide some example about it?
    How data is harmonized in SAP MDM 5.5? What is the difference between Syndicator, GDS & SCM?
    (Don't they have overlapping functionality?)
    [Rytov, Roman]  Let's see. The Syndicator is a tool opposite to the ImportManger - to export data from MDM to flat or XML file (currently implemented formats). GDS is an application for retail market built upon MDM. SCM - isn't it a SAP-based (ABAP) application? I'm not from the ABAP world so I don't know it. But there are few SAPBased applications having master-data module built in. Depending on business needs and technical requirements such modules can keep on serving their roles with or without integration with an external MDM. I'm trying to say again that there are no predefined MDM scenarios and some customer may wish use it as a central point of truth but others as a cleansing gate or a translator hub. An architect team should understand capability and cost of every module and in every concrete case make appropriate decisions.
         [Satyen] According to the SAP documents, we can use Syndicator to syndicate data with UCCNet, Transora (both of which are now going to merge).
         1. If it’s the case then why GDS is separately required in whole MDM scenario? Is it not overlapping the functionality of each other? Then how GDS can become a separate Business Scenario for SAP MDM 5.5?
    Let me ask you a few questions. Did you take the basic standard 4-day course about MDM5.5? It's mandatory to kick off MDM learning and understanding.
    [Satyen] Now in second week of August, we are going to attend the 5 days workshop conducted by SAP at Bangalore, India which can help us in understanding SAP MDM 5.5 in a much better way!
    To understand how MDM fits to a system landscape I advise you to listen to my e-Book if you haven't yet found it:
    https://www.sdn.sap.com/sdn/url.sdn?res=/irj/servlet/prt/portal/prtroot/com.sap.sdn.wcm.compound.docs/library/events/webinars/mdme in your it landscape/mdme 5.5 in your it landscape
    [Satyen] Thanks for providing the URL. It’s really useful! Is there any way by which we can download this presentation with audio?
    We're developing a 2-day workshop for advancing MDM data modeling which will mostly be comprised of hands-on experience and brainstorming discussions. It's planned somewhere in October but for now it's not clear when and where it will be given.
    [Satyen] It’s definitely going to be very helpful to everyone as in SAP MDM 5.5, you can design the repository in various ways. So these discussions/brain storming sessions will be really useful to everyone. Please let us also know about it.
    Good luck with MDM!
    [Satyen] Once again thanks for everything!!
    Roman
    Thanks in advance.
    Regards,
    Satyen
    Satyam Computer Services Ltd.
    Pune, India.

    Resolved

  • Payment card related question.

    Hi,
    I have a question related to payment card processing.
    Is there any authorization check happens with the sales order and clearing house or bank? If happens where we do configuration setting for that?
    Because for sales order configuration we have checking group setting.Through checking group setting we can maintain authorizaton requirement which takes care if there is any prerequisite for doing credit card check.
    But I did not find any link up between the sales order and clearing house or bank.
    In billing we can do authorization check with clearing house or bank through clearing house configuration setting in sap.But what about sales order? How to do the setting for that?
    Regards,
    Raj.

    Dear Raj,
    When you create a sales order with payment cards you will need to get an authorisation from your bank or clearing house. This means that the payment card details (credit card number, CVV number, amount to be authorised, name, expiry date etc) will be sent to the clearing house and a response will be returned. The clearing house will either give the authorisation or provide some details on why it will not give the authorisation (for example, not enough credit on the card, incorrect card number).
    You can check the customising in IMG:
    Sales and Distribution
    -> Billing
       -> Payment Cards
          -> Authorization and Settlement
             -> Maintain Clearing House
                -> Set Authorization / Settlement Control Per Account
    Here you can maintain the function module used to connect with your clearing house. The function module CCARD_AUTH_SIMULATION is provided as an example and for testing.
    The clearing house will be contacted during the saving of the sales order. The response will be given from the clearing house and the authorisation will either be successful or fail.
    I hope this information has helped.
    Best regards,
    Ian Kehoe

  • Some DSC developing relating questions

    Hi,
    I am new with DSC and have some questions relating to building the custom periodic I/O DSC server:
    1. After building the custom VI and implementing it as an I/O DSC server, I found there are some mistakes inside the custom VI. I would like to modify it and rebuild it. But all of the shared variables are bound to this server. What I did is I deleted and removed these variables and rebuild them again. It takes a lot of time when I want to  modify this custom VI. Is there anyway to avoid it?
    2. To communicate with the custom VI, I use some controls and indicators. But to program a VI sometime I need to initialize or change the value of controls. But the guidelines for creatin a data access VI, I cannot use the local variables, property nodes, or control references for those controls need to be public. I would like to know if there is any solution to program effectively in my situations?
    Thank you,
    Thang

    Hi - I'd like to clarify the issue you are having in question #1.
    Here's what I think you are doing:
    1.  You write a VI with some controls and indicators wired to the VI's connector pane.
    2.  You use the DSC "create periodic I/O wizard" to create the server VIs.
    3.  You open an empty project and right-click "My Computer" and select "New->I/O Server".  You then select "Custom VI - Periodic" from the list and click "Continue".
    4.  You see the name of the VI you created in step 2 under "configuration name" pulldown and click "OK".  A new library appears in the Project Explorer called "Untitled Library 1". 
    5.  You click the "plus" and see a globe on a hand icon with the name "Custom VI - Periodic1" or something similar related to your VI name.
    6.  You right-click on "Untitled Library 1" and select "create bound variables".  You then navigate down through the tree structure to your server inputs and outputs and select them and add them and then click OK.
    7.  The Multiple Variable Editor pops up showing the new variables.  You click "done" and see the new variables listed in your project explorer window.
    8.  You use these variables on your Client front panel by dragging them from project explorer onto your VI front panel where they work ok.
    9.  You want to make changes to the VI server, and rebuild it, and update your Client VI.  Rebuilding the VI server is no problem.   I don't think you will have any problems as long as you haven't added or changed any variable names.   If this is what your question #1 is about, then there are several different ways to deal with this using the multiple variable editor, or the front panel mass binding editor.

Maybe you are looking for