Can I use RMI to find an object with contructor with params?

Does an RMI available object HAVE to be a parameter-less constructor?
All the examples I see are:
MyClass mc = (MyClass) Naming.lookup("/HelloServer");
Is there any way to pass arguments to its constructor?

RMI client invokes a remote method on the server object through proxy stub of the server object obtained via Naming service. Stub implements all remote interfaces exported by the RMI server object which basically marshals all the parameters of the remote method, sends the method request to server object skeleton residing in a different address space via TCP connection and finally receives the result from the server object if any, unmarshals and returns result to the caller.
Server side RMI appilcation instantiates the RMI server class which implements all intended remote interfaces, exports it to the RMI runtime and finally registers itself with Naming service. RMI client only obtains a reference to the RMI server object through lookup method of the Naming service. Remember client does not instantiate a server object, client only knows about the remote interface implemented by the server object and does not have any idea about its implementation object details. On the server sice the Class which implements remote interfaces, can pass any number of arguments to its constructor.
In your example, MyClass is the stub to the remote server object which implements "MyClass" remote interface. The stub only provides boiler-plate code for remote methods which marshalls params, sends request to RMI server object, receives the result object, unmarshals it and finally returns it to the caller. The stub only contains the necessary information details like remote object ID, host and port to contact the RMI server object which implements the remote interface.
So client does not instantiate a server implementation objet, it only obtains a reference (stub) to the server object thru Naming service. Remote interface implementation object can declare a constructor which takes any number of arguments. RMI server side application only instantiates this implementation object and registers its stub with the Naming service.
-- Srinath Mandalapu

Similar Messages

  • How can I use a progress bar in objective c mac

    How can I use a progress bar in objective c mac? I have a code that downloads a file and I want to be able to let the progress bar increase by 1. A bit further on the code (to download the file) it needs to increase again. And so on...
    My code
    -(IBAction) downloadButtonPressed:(id)sender;{
        //get the path to the image that we're going to download
        NSURL *url = [NSURL URLWithString:@"https://www.dropbox.com/s/l6o07m48npxknt4/Cluedo.zip?dl=1"];
        //get the path to documents folder where we're going to save our image
        NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES);
        NSString *DocumentsDirectory = [paths objectAtIndex:0];
        NSString *filePath = [DocumentsDirectory stringByAppendingPathComponent:@"Cluedo.zip"];
        //Download the file to memory
        NSData *data = [NSData dataWithContentsOfURL:url];
        NSError *error = nil;
        //Save it on the Documents directory
        [data writeToFile:filePath options:NSDataWritingAtomic error:&error];
        NSFileManager* fm = [NSFileManager defaultManager];
        NSString* zipPath = filePath;
        NSString* targetFolder = @"/Applications"; //this it the parent folder
        //where your zip's content
        //goes to (must exist)
        //create a new empty folder (unzipping will fail if any
        //of the payload files already exist at the target location)
        [fm createDirectoryAtPath:targetFolder withIntermediateDirectories:NO
                       attributes:nil error:NULL];
        //now create a unzip-task
        NSArray *arguments = [NSArray arrayWithObject:zipPath];
        NSTask *unzipTask = [[NSTask alloc] init];
        [unzipTask setLaunchPath:@"/usr/bin/unzip"];
        [unzipTask setCurrentDirectoryPath:targetFolder];
        [unzipTask setArguments:arguments];
        [unzipTask launch];
        //[unzipTask waitUntilExit]; //remove this to start the task concurrently

    Your code really isn't suitable for a progress bar, not a real one anyway. Your code will spend about 99.9% of its time in the method "dataWithContentsOfURL:url". That is not a method you want to use in the real world. It is only for demos or proof of concept exercises. All network operations should be asynchronous. That gives you the ability to gracefully recover when there is a failure and also to do fancy things like display a progress bar and tell the user when the download is complete.
    Once you get the asynchronous download logic working, then you can worry about the progress bar. The first thing you will need is the size of the file. Without that, all you can ever do is an indeterminate progress bar or spinner. If you have the size of the file, then you can keep track of how much of the file you have downloaded and update your progress bar with the percentage complete. Make sure to throttle it to no more than incrementing by 1% at a time. Otherwise, a large file or a file transferred in many small chunks, would waste too much time updating the progress bar for no change.

  • Can i use AcroRd32.dll to get Object of AcroApp

    Hi all,
    Can i use AcroRd32.dll to get Object of AcroApp. I don't want to use acrobat professional.
    My code is :
    Dim objAcroApp As Acrobat.AcroApp
    Dim objAXDoc As Acrobat.AcroAXDoc
    Dim objAVDoc As Acrobat.AcroAVDoc
    Set objAXDoc = CreateObject("AcroExch.Document")
    Set objAcroApp = objAXDoc.Application
    (I have taken refernce to Adobe 7.0 type library in my VB application)
    But the last line is giving me error (Object doesn't support this action)
    Plz help me.
    Many Thanks,
    Nitin

    Hi all,
    Can i use AcroRd32.dll to get Object of AcroApp. I don't want to use acrobat professional.
    My code is :
    Dim objAcroApp As Acrobat.AcroApp
    Dim objAXDoc As Acrobat.AcroAXDoc
    Dim objAVDoc As Acrobat.AcroAVDoc
    Set objAXDoc = CreateObject("AcroExch.Document")
    Set objAcroApp = objAXDoc.Application
    (I have taken refernce to Adobe 7.0 type library in my VB application)
    But the last line is giving me error (Object doesn't support this action)
    Plz help me.
    Many Thanks,
    Nitin

  • Can I Use Oracle DB 11g Express Edition with Atomikos  Transactions.

    Hi,
    Any Help is appreciated.
    Im able to use Oracle 11g Standard/Enterprise Edition with Atomikos for XA transactions.(XADMS).
    My question is Can I Use Oracle DB 11g Express Edition with Atomikos for XA Transactions.
    Thanks,
    kensuser

    Hi,
    Thanks for the answer.What jdbc drivers should I use. Because still Im getting exception when using Oracle 11g XE.
    But the same application runs with Oracle 11g Standard/Enterprise Edition.
    Here is my Exception trace: Sorry, I'm a first time user, so pasting the exception as it is, will find out how to format the same, as use this forum. ant help is appreciated. Thanks in Advance
    SEVERE: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'UIToolAdminkit': Invocation of init method failed; nested exception is com.atomikos.datasource.ResourceException: XA resource 'EXXADBMS': resume for XID '3139322E3136382E35352E31382E746D30303030313030313937:3139322E3136382E35352E31382E746D31' raised -3: the XA resource detected an internal error
         at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:135)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:393)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1437)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:518)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:455)
         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
         at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
         at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:585)
         at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:913)
         at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:464)
         at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:381)
         at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:283)
         at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:111)
         at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4206)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4705)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1057)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:840)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1057)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463)
         at org.apache.catalina.core.StandardService.start(StandardService.java:525)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:754)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:595)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
    Caused by: com.atomikos.datasource.ResourceException: XA resource 'EXXADBMS': resume for XID '3139322E3136382E35352E31382E746D30303030313030313937:3139322E3136382E35352E31382E746D31' raised -3: the XA resource detected an internal error
         at com.atomikos.datasource.xa.XAResourceTransaction.resume(XAResourceTransaction.java:500)
         at com.atomikos.datasource.xa.session.BranchEnlistedStateHandler.<init>(BranchEnlistedStateHandler.java:57)
         at com.atomikos.datasource.xa.session.NotInBranchStateHandler.checkEnlistBeforeUse(NotInBranchStateHandler.java:66)
         at com.atomikos.datasource.xa.session.TransactionContext.checkEnlistBeforeUse(TransactionContext.java:85)
         at com.atomikos.datasource.xa.session.SessionHandleState.notifyBeforeUse(SessionHandleState.java:176)
         at com.atomikos.jdbc.AtomikosConnectionProxy.enlist(AtomikosConnectionProxy.java:204)
         at com.atomikos.jdbc.AtomikosConnectionProxy.invoke(AtomikosConnectionProxy.java:138)
         at $Proxy13.prepareStatement(Unknown Source)
         at org.hibernate.jdbc.AbstractBatcher.getPreparedStatement(AbstractBatcher.java:534)
         at org.hibernate.jdbc.AbstractBatcher.getPreparedStatement(AbstractBatcher.java:452)
         at org.hibernate.jdbc.AbstractBatcher.prepareQueryStatement(AbstractBatcher.java:161)
         at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1573)
         at org.hibernate.loader.Loader.doQuery(Loader.java:696)
         at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:259)
         at org.hibernate.loader.Loader.doList(Loader.java:2228)
         at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2125)
         at org.hibernate.loader.Loader.list(Loader.java:2120)
         at org.hibernate.hql.classic.QueryTranslatorImpl.list(QueryTranslatorImpl.java:935)
         at org.hibernate.engine.query.HQLQueryPlan.performList(HQLQueryPlan.java:196)
         at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1148)
         at org.hibernate.impl.QueryImpl.list(QueryImpl.java:102)
         at org.springframework.orm.hibernate3.HibernateTemplate$30.doInHibernate(HibernateTemplate.java:921)
         at org.springframework.orm.hibernate3.HibernateTemplate$30.doInHibernate(HibernateTemplate.java:1)
         at org.springframework.orm.hibernate3.HibernateTemplate.doExecute(HibernateTemplate.java:406)
         at org.springframework.orm.hibernate3.HibernateTemplate.executeWithNativeSession(HibernateTemplate.java:374)
         at org.springframework.orm.hibernate3.HibernateTemplate.find(HibernateTemplate.java:912)
         at org.springframework.orm.hibernate3.HibernateTemplate.find(HibernateTemplate.java:904)
         at com.kensho.common.UIbundlDAOImpl.findAll(UIbundlDAOImpl.java:13)
         at com.kensho.common.UIbundlDAOImpl$$FastClassByCGLIB$$6f2db14b.invoke(<generated>)
         at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:191)
         at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
         at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
         at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)
         at com.kensho.common.UIbundlDAOImpl$$EnhancerByCGLIB$$8797972a.findAll(<generated>)
         at com.kensho.common.UIToolKitAdminBBean.getAllBundleItems(UIToolKitAdminBBean.java:37)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:346)
         at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:299)
         at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:132)
         ... 29 more

  • Add-ADGroupMember : Cannot find an object with identity

    Season Greetings.
    I have this piece of code that does little else than add a userproxyfull
    user to a group in ADLDS.
    Get-ADGroup -server b-004:389 -searchbase $partition -credential $myCred -filter {distinguishedName -eq $groupdn} | Add-ADGroupMember -members $userDN
    $userDN equates to a valid DN e.g CN=user one,OU=myOrg,DC=D1,DC=MS,DC=MyCo,DC=COM
    $partition = "DC=D1,DC=MS,DC=MyCo,DC=COM"
    $groupDN = is a valid distinguished name of the group in AD LDS
    Unfortunately I get the error
    Add-ADGroupMember : Cannot find an object with identity: the valid dn under:
    searchbase
    Many thanks for any help

    Thanks for taking interest jrv. Let me explain further. I have two objects that are in the same OU. One Trevor George is a user object and the other Norbert Sillo is a userproxyfull object.
    I run the following command successfully on Trevor George
    get-adGroup -server b-004:389 -searchbase "DC=d1,
    dc=ms,DC=Glowworm,DC=COM" -filter {distinguishedName -eq "CN=EU-AccountsLeads-GR
    P,OU=AccountsDeptOU,DC=D1,DC=MS,DC=Glowworm,DC=COM" } |Add-ADGroupMember -Member
    s "CN=Trevor George,OU=Paradise,DC=D1,DC=MS,DC=Glowworm,DC=COM" -passthru
    DistinguishedName : CN=EU-AccountsLeads-GRP,OU=AccountsDeptOU,DC=D1,DC=MS,DC=Glowworm,DC=COM  
    GroupCategory     : Security
    GroupScope        : Global
    Name              : EU-AccountsLeads-GRP
    ObjectClass       : group
    ObjectGUID        : e69fd4b3-1f6e-41c1-b679-25a6858b290f
    SID               : S-1-445474926-831883002-345832690-1227415955-1684694678-413
                        9367165
    However running the same command for Norbert Sillo
    get-adGroup -server b-004:389 -searchbase "DC=d1,
    dc=ms,DC=Glowworm,DC=COM" -filter {distinguishedName -eq "CN=EU-AccountsLeads-GR
    P,OU=AccountsDeptOU,DC=D1,DC=MS,DC=Glowworm,DC=COM" } |Add-ADGroupMember -Member
    s "CN=Norbert Sillo,OU=Paradise,DC=D1,DC=MS,DC=Glowworm,DC=COM" -passthru
    produces the following error
    Add-ADGroupMember : Cannot find an object with identity: 'CN=Norbert Sillo,OU=P
    aradise,DC=D1,DC=MS,DC=Glowworm,DC=COM' under: 'DC=D1,DC=MS,DC=Glowworm,DC=COM'
    At line:1 char:202
    + get-adGroup -server b-004:389 -searchbase "DC=d1,dc=ms,DC=Glowworm,DC=COM" -f
    ilter {distinguishedName -eq "CN=EU-AccountsLeads-GRP,OU=AccountsDeptOU,DC=D1,D
    C=MS,DC=Glowworm,DC=COM" } |Add-ADGroupMember <<<<  -Members "CN=Norbert Sillo,
    OU=Paradise,DC=D1,DC=MS,DC=Glowworm,DC=COM" -passthru
        + CategoryInfo          : ObjectNotFound: (CN=Norbert Sill...Glowworm,DC=C
       OM:ADPrincipal) [Add-ADGroupMember], ADIdentityNotFoundException
        + FullyQualifiedErrorId : SetADGroupMember.ValidateMembersParameter,Micros
       oft.ActiveDirectory.Management.Commands.AddADGroupMember
    At the moment it appears to fail on any userproxyfull object. I have had a similar issue with Get-ADUser with user proxy objects but was able to get round it by using Get-ADObject instead

  • Can i use a canon like 30 scanner with yosemite ?

    can i use a canon lide 30 scanner with yosemite ? i cannot load any drivers

    MissBea,
    You can probably use your Canon printer with your HP notebook.
    When connecting an HP printer to the computer, the printer works best when the printer software for that printer is downloaded and installed on the computer.
    I would suggest that you need to do the same for the cannon printer, that is, you should download and install the driver (software) onto the computer.   After you install the driver, and connect the printer using whatever means you have (wireless, USB, Ethernet), you should be able to control the printer from the computer.
    Instead of installing HP printer software, you will need to install the printer software for your cannon printer.
    Canon USA - Support and Drivers
    1 Select your Product type > 2 Consumer and Home Office > 3 Product Series >
    Scroll down and find your printer ...
    Click the Kudos Star!
    It is a nice way to say “Thank You” for the help.
    Although I strive to reflect HP's best practices, I do not work for HP. 
    Kind Regards,
    Dragon-Fur

  • How can I use my Ipod as an alarm with wake up to an internet radio?

    How can I use my Ipod as an alarm with wake up to an internet radio?

    You need to find an app that does bot since one app can effect another app (an alarm app can tell an internet radio app to start playing).  There is Trance Radio with Alarm and Radio with Alarm Clock

  • Can I use my 3G from my Iphone with a hotspot to go on the internet with my Ipad (no 3G)?

    Can I use my 3G from my Iphone with a hotspot to go on the internet with my Ipad (no 3G)?

    That is called "tethering" and you would have to contact your wireless carrier to set it up and find out the costs.
    Hope this helps

  • Can I use more than one iTunes account with my apple TV?

    Can I use more than one iTunes account with my apple TV?

    That depends what you mean. If you mean can you purchase from more than one iTunes account on the Apple TV, then the answer is no. If you mean can you stream from more than one iTunes library, which use different accounts, then the answer is yes, so long as they both use the same ID and password for homesharing.

  • Can I use iCloud to sync two devices with different apples Ids?

    Can I use iCloud to sync two devices with different apple ID's

    What do you mean by "apple ID"?  There's an ID you can use at the iTunes store to buy songs, apps, etc.  there's an ID you can use for your iCloud account - the two can be different or the same. So which service are you referring to when you talk about an apple ID?

  • Can I use ARD to control my mac with Back to my Mac service?

    Can I use ARD to control my mac with Back to my Mac service?
    The with Back to my Mac service on you see your mac in the Shared column, hit Share Screen & your good - on ARD I don't see my remote Mac listed anywhere in that program.
    Thanks

    ARD, to the best of my knowledge, does not work via Back To My Mac. Certainly it's not an direct or obvious feature, though I can't say that there might not be a workaround I've not heard of.

  • Can I use an iPad and a ipad2 with the same iTunes in my computer? I want to use both

    Can I use an iPad and a ipad2 with the same iTunes in my computer? I want to use both. Want to give one to wife.do I need to open a new iTunes account for her?

    bashepard wrote:
    Can I use an iPad and a ipad2 with the same iTunes in my computer? I want to use both.
    Yes, No problem at all.
    Want to give one to wife.do I need to open a new iTunes account for her?
    No - you can share the same iTunes account (my wife and I share the same account). But when you sync the iPads, just remember to select the correct content for her iPad and the correct content for your iPad.

  • Can i use an old eprint email account with a new printer?

    can i use an old eprint email account with a new printer?

    Hello arbazu,
    Unfortunately, when setting up a new/replacement printer, you wont be able to use the same email address, nor can it be transferred to another printer. Once an email is used, the email address itself is not able to be used for a certain period of time (which I believe is 6 months).
    However, by creating a new email address, but adding an 01 or 02 at the end, you can get something very similar to what you had previously.
    If I have helped in any way, just click the Kudos star on the left. Also, if your issue has been resolved, don't forget to select Accept as Solution

  • Can I use the USB cable that came with my digital camera to conect camera to iPad by connecying the camera cable to the USB end of the iPad cable?

    Can I use the USB cable that came with my digital camera to conect camera to iPad by connecying the camera cable to the USB end of the iPad cable? I have a double ended USB connector if necessary.

    No.
    You need to use this.
    http://store.apple.com/us/product/MD821ZM/A/lightning-to-usb-camera-adapter?fnod e=3a
    or this
    http://store.apple.com/us/product/MD822ZM/A/lightning-to-sd-card-camera-reader?f node=3a

  • Time Machine: Can I use a smaller external hard drive with larger internal?

    Can I use a 250G external hard drive with and 500G unfilled internal drive with time machine? Or will time machine require I a 500G? I don't plan on filling the internal drive for a long time and don't want to buy a new external drive right now.

    Yes, but you are very likely to get in trouble very quickly.
    The problem is that TimeMachine saves multiple versions of any file modified, and if that file happens to be large, you can quickly fill up your TimeMachine drive such that it is throwing away older versions faster than you would desire.
    Also if your boot drive's storage usage gets even close to the 250GB external drive's capacity, TimeMachine is likely to stop working.
    If possible, I would suggest an external drive that is twice as large as your boot drive, or at least 1.5 times larger.
    I guess you could repartition your boot drive so it is smaller than your external disk so you would be less likely to use more space than could fit on the external.
    Personally, my opinion about backups is that much of my data is impossible to replace (family pictures, etc...), and spending money on backup hardware is a small price to pay for securing those memories. I also try to have it backup in more than one location in more than one way.

Maybe you are looking for

  • Import from Final Cut Pro not working correctly

    I have a very simple project in FCP. (Ver 6) It is a HD clip that is about 5 min long with 7 chapter markers. I exported the project as an XML file and imported that into Premiere Pro empty project. I wind up with two assets, a .mov with same name as

  • Mac mini cannot restore

    My mac mini is version late2012 updated to 10.8.5. It cannot boot up after I install USB driver ( I nned that driver for my 4G USB Dongle). After that I restore using internet and I'm sure it complete download during restore process ( log file shows

  • Can't fine tune scene icon starting point

    Hello. I have an iMovie HD project that I am finalizing in iDVD 6. It is 90 minutes long and divided into ten chapters. iDVD 6 automatically created motion icons for each of the ten chapters. For ease of editing, I have turned Motion off for now. I c

  • WRT54G Problem- SSID not showing in list & router not sending correct IP address

    Everthing was humming along.  Comcast Internet = fine.  WRT54G router, several XP Pro/SP 3 computers, 1 Powerbook + wireless printers. etc = fine.  PCs find network SSID and auto-connect without fail. Then, Comcast Internet down.  Reboot everything.

  • Contract ID and Purchase Document No in MM

    Guys, Please help me to understand if contract ID  and Purchase Document No in MM will be the same thing or not.. In a report i need to get Purchase Document No but in the datasource i have only contract id.. To my knowledge contract is a document ty