RMIRegistry and Server on different Machines

Is it possible to run rmiregistry on one machine and then bind an object from a different machine to this registry. I can't find any documentation to say that you can't.
If i try to, i get a hostname is a non-local host Exception.

What im actually doing is this :
I have a client program that wishes to transport some C code to a server for execution on that server. This would be simple enough but the client should not be concerned with where the server is, but only needs to know a name server that holds all object and server names so as they can then query this one registry for a server name and then connect to this server.
I was hoping that you could run rmiregistry on one machine, a server on another, bind that server object to the registry and then connect to the server from the client via the registry.
I have written my own registry object that implements this fine but i wanted to know whether this was a long winded way. Surely RMI is a java developers alternative to CORBA (according to sun web site !), in which this would be possible with the ORB running on a remote machine to client and server?

Similar Messages

  • Running jms client and server on different machines

    Hi (again) ,
    I would like to know how to make a client jms application talking to a jms server on another machine, if someone could point out some tutorial that talks about it that would be good as well.
    Is it necessary to have jms servers on both machines to make it possible?
    Thanks in advance!

    In a very simplistic light...
    You can set these properties when you create your initial context.
    In the following code sample I'm using a Weblogic JMS Server which is running on machine A, port 9179:
    Properties props = new Properties();
    props.put(Context.INITIAL_CONTEXT_FACTORY, "weblogic.jndi.WLInitialContextFactory");
    props.put(Context.PROVIDER_URL, "t3://machineA:9179");
    InitialContext ctx = new InitialContext(props);
    There are other ways of setting these properties such as using a properties file
    hope this helps!

  • Installation Biztalk Server 2013 and SQL on different machines

    I want to know if I can install a Biztalk server 2013 and SQL on different machines?

    BizTalk Server 2103 and SQL Server (SQL Server
    2012 or SQL Server 2008 R2 SP1) can be installed and configured on different machines.
    For more instruction about this installation, refer to following MSDN installation guide for BizTalk :
    Installation Guides Related to BizTalk Server 2013 and 2013 R2
    from the above list download -
    "Installing BizTalk Server 2013 and BAM in a Multi-Computer Environment.docx" document for your requirement.
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • Configure messaging server and MTA on different machine

    Is there anyways to install / configure messaging server and MTA on different machine? I am using Sun One Messaging server 6.0
    Thanks
    Haris

    Thanks for the reply, How MTA can be disabled on the
    messaging server? how can i disable the store on the
    MTA machine, Is there any documentation for it?Yes, the documentation helps you. You cannot totally disable the MTA. If you did, how would you get mail to the store?
    Also
    is it possible to use some another machine for
    webmail?Well, um, kind of. The webmail interface provided with Messaging Server interacts directly with the store, so you can't truly run that remotely, but .. .
    You can install the server on a remote box, and turn on "Messaging Express Multiplexor", a proxy for webmail. Users can then connect to the MEM box, and be forwarded to the store for their mails.
    It should be possible to use a third-party webmail product that uses something like IMAP to talk to the store, too. that would be unsupported, but possible. Most users find MEM to be very good.
    What problem are you trying to solve? Perhaps I can better help you if I know why you're asking these questions, and offer a better solution to you.
    >
    Thanks
    Haris

  • Running soa and IPM in different machines

    Hi Everybody,
    I have installed admin server,soa,IPM in machine A and machine B.Then i need to run soa and IPM in different machines(soa in machine A,ipm in machine B).Please suggest me to do the needful.
    With Regards
    Jyoti

    Hi
    Look at Note : 885983.1 on metalink . This gives the steps to configure Cs when webserver is on a different machine altogether.
    Srinath

  • "Windows Authentication Mode" when SQL Server 200 and CF on different machines?

    Hi All,
    I am playing for two days with following problem. And still I
    did not able to get rid of it.
    I have installed SQL Server 2000 on machine which is my
    server (windows 2003 server) and this machine is my domain
    controller. I have user “ABC” user and I have added
    this user in administrator group.
    I have another machine where OS is Windows XP and CF 7 is
    installed. I create an ODBC Connection from Administrative Tool to
    my Database (windows 2003 server) successfully.
    Now when I create Data Socket in Coldfusion Administrator and
    when I select the my ODBC that I had created and when I Submit it
    then CF admin throughs the following message.
    Connection verification failed for data source: myTest
    java.sql.SQLException: [Macromedia][SequeLink JDBC
    Driver][ODBC Socket][Microsoft][ODBC SQL Server Driver][SQL
    Server]Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.
    Please Brother, I don’t have any Clue to solve it,
    Please help.
    One Important thing, All this working fine if my CF, and SQL
    Server are on same machine.
    Best regards,
    Shahid

    Hi Phil Thanks,
    Finally i able to configure it out..... following are the
    steps...
    I assume domain controller is properly configure.
    Following are the steps for the machine where SQL SERVER 2000
    is installed
    1- We need to create Login account for your domain account in
    SQL Server 2000 using Enterprise Manager.
    • Right Click -> New Login
    • Click to load the domain users, select any user from
    your domain that will connect to your SQL Server from LAN.
    Following are the steps for the machine where ColdFusion and
    IIS are installed.
    Step No. 1
    Stop ColdFusion MX.
    Backup your existing macromedia_drivers.jar file.
    Unzip macromedia_drivers.zip into the same directory,
    overwriting the previous
    macromedia_drivers.jar.
    You can download “macromedia_drivers.zip” from
    following URL
    http://kb.adobe.com/support/coldfusion/ts/documents/1a3c2ad0/macromedia_drivers.zip
    A new file, DDJDBCAuth03.dll, which is required for Windows
    Authentication, is also included in the zip file replacing the
    older DDJDBCAuth.DLL.
    Restart ColdFusion MX.
    ColdFusion MX loads the JDBC drivers inmacromedia_drivers.jar
    in the directory cf_root/lib. For example, with ColdFusion MX 7
    Server Configuration on Windows installed on drive C:, this would
    beC:\CFusionMX7\lib\macromedia_drivers.jar.
    Then restart Machine
    Step No. 2
    Configure all the ColdFusion Services to “Log On
    As” using the Domain User Account configured in SQL Server in
    the above mentioned step.
    Change the “Log On As” similar for the all other
    Cold fusion services (ColdFusion MX 7 ODBC Agent, ColdFusion MX 7
    ODBC Server, ColdFusion MX 7 Search Server).
    Step No. 3
    Restart the services; for the safe side reboot the system.
    Step No. 4
    Create ODBC (Control Panel -> Administrative Tool ->
    Data Sources (ODBC)) using the windows NT Authentication option to
    connect to database.
    Step No. 5
    Create Data Socket and Select the created ODBC connection in
    the Drop down (ColdFusion-> Admin)
    Thanks to all who participated in this discussion...
    With lots of Thanks to All particular to Phil who guided me
    in right direction,
    Shahid

  • Webserver and UCM in different machines

    As the title said.. how do I do this? in the installation guide it's just for both in one machine but how do i install webserver in a windows server and UCM in a unix server?
    Is this even possible? please some advice or redirect to some solution,
    Thanks

    Hi
    Look at Note : 885983.1 on metalink . This gives the steps to configure Cs when webserver is on a different machine altogether.
    Srinath

  • Servlet and EJB on different machine: Security propagation

    Hi all,
    I have an application, where my servlets and EJBS are deployed on the same machine.So
    when in my servlet a user need to authenticate himself, security credentials are
    propagated to the EJB automatically.I'd like to know in the case where the components
    are on different machine if I need to put the credential in my InitialContext
    when my servlet calls my EJB or if it is also done automatically.
    Cheers
    romain

    Say your stub is in a jar called stub.jar.
    You need to put that stub somewhere that it can be reached through a protocol for which Java has a URL type - so you can put it on a shared file system and use a file URL or behind an http server and use an http URL.
    Let's use http - put stub.jar at the docroot of a web server.
    Then, when you start your SERVER code, include this VM parameter:
    -Djava.rmi.server.codebase="http://<serveraddress>stub.jar"
    Now your client will be able to use http to load the stub file out of stub.jar through http.
    If you do use a file URL, make sure the shared directory you put your jar in is not on the client's classpath.

  • How to bulid client and server on differen machine

    i want to build client on a sco unix machine and
    server on a tandem unix machine.how can i complete it?
    i made a test.the application is simple sample TOUPPER.
    below is my ubbconifg
    #ident     "@(#)apps:simpapp/ubbsimple     60.3"
    #Skeleton UBBCONFIG file for the TUXEDO Simple Application.
    #Replace the <bracketed> items with the appropriate values.
    *RESOURCES
    IPCKEY          50000
    #Example:
    #IPCKEY          123456
    DOMAINID     simpapp
    MASTER          simple
    MAXACCESSERS     5
    MAXSERVERS     5
    MAXSERVICES     10
    MODEL          MP
    LDBAL          N
    OPTIONS          LAN
    *MACHINES
    FSPSRB          LMID=simple
              TUXDIR="/db010/gdproj/tuxedo"
              APPDIR="/db010/home/tuxtest/gy"
              TUXCONFIG="/db010/home/tuxtest/gy/tuxconfig"
              UID=135
              GID=120
    GDPSRB          LMID=simple2
    TUXDIR="/appl/gdproj/tuxdev"
              APPDIR="/appl/home/gy/simple"
              TUXCONFIG="/appl/home/gy/simple/tuxconfig"
              UID=139
              GID=100
    #DEFAULT:
    #          APPDIR="/db010/home/tuxtest/gy"
    #          TUXCONFIG="/db010/home/tuxtest/gy/tuxconfig"
    #          TUXDIR="/db010/gdproj/tuxedo"
    #Example:
    #          APPDIR="/home/me/simpapp"
    #          TUXCONFIG="/home/me/simpapp/tuxconfig"
    #          TUXDIR="/usr/tuxedo"
    #FSPSRB          LMID=simple
    #Example:
    #beatux          LMID=simple
    *NETWORK
    simple          NADDR="//10.194.0.3:9000"
    NLSADDR="//10.194.0.3:9001"
              BRIDGE="/dev/tcp"
    simple2          NADDR="//10.194.0.155:9000"
              NLSADDR="//10.194.0.155:9001"
    BRIDGE="/dev/tcp"
    *GROUPS
    GROUP1
         LMID=simple     GRPNO=1     OPENINFO=NONE
    *SERVERS
    DEFAULT:
              CLOPT="-A"
    simpserv     SRVGRP=GROUP1 SRVID=1
    *SERVICES
    TOUPPER
    i start the tlisten at each site .
    when i exec tmboot -y i can't get BBL at client site
    below is the ULOG at server site
    092248.FSPSRB!DBBL.5148: 081802: TUXEDO Version 6.4 IRIX 5.3 11091812 IP22 mips.
    092248.FSPSRB!DBBL.5148: LIBTUX_CAT:262: INFO: Standard main starting
    092250.FSPSRB!BBL.5149: 081802: TUXEDO Version 6.4 IRIX 5.3 11091812 IP22 mips.
    092250.FSPSRB!BBL.5149: LIBTUX_CAT:262: INFO: Standard main starting
    092252.FSPSRB!DBBL.5148: CMDTUX_CAT:4350: INFO: BBL started on simple - Release
    6400
    092253.FSPSRB!BRIDGE.5150: 081802: TUXEDO Version 6.4 IRIX 5.3 11091812 IP22
    mips.
    092253.FSPSRB!BRIDGE.5150: LIBTUX_CAT:262: INFO: Standard main starting
    092253.FSPSRB!BRIDGE.5150: LIBTMIB_CAT:74: ERROR: Failed to advertise dynamic
    /Admin service TBR0
    092253.FSPSRB!BRIDGE.5150: CMDTUX_CAT:1788: WARN: Could not advertise administrative
    service
    092300.FSPSRB!DBBL.5148: LIBTUX_CAT:328: ERROR: No space in Bulletin Board for
    Service Table
    092300.FSPSRB!tmboot.5147: 081802: TUXEDO Version 6.4 IRIX 5.3 11091812 IP22
    mips.
    092300.FSPSRB!tmboot.5147: CMDTUX_CAT:825: ERROR: Process BBL at simple2 failed
    with /T tperrno (TPENOENT - no entry found)
    092300.FSPSRB!tmboot.5147: WARN: No BBL available on site simple2.
         Will not attempt to boot server processes on that site.
    092300.FSPSRB!simpserv.5153: 081802: TUXEDO Version 6.4 IRIX 5.3 11091812 IP22
    mips.
    092300.FSPSRB!simpserv.5153: LIBTUX_CAT:262: INFO: Standard main starting
    092300.FSPSRB!DBBL.5148: LIBTUX_CAT:328: ERROR: No space in Bulletin Board for
    Service Table
    092300.FSPSRB!simpserv.5153: LIBTUX_CAT:248: ERROR: System init function failed,
    Uunixerr =
    092300.FSPSRB!tmboot.5147: CMDTUX_CAT:825: ERROR: Process simpserv at simple failed
    with /T tperrno (TPENOENT - no entry found)
    below is the ULOG at client site
    071457.GDPSRB!tmloadcf.15432: 081802: TUXEDO Version 6.4 IRIX 5.3 11091812 IP22
    mips.
    071457.GDPSRB!tmloadcf.15432: NLS:4: Cannot open message catalog CMDTUX_CAT, set
    1, num 879; check TUXDIR=/appl/gdproj/tuxdev, LANG=chinese
    071457.GDPSRB!tmloadcf.15432: NLS:4: Cannot open message catalog CMDTUX_CAT, set
    1, num 871; check TUXDIR=/appl/gdproj/tuxdev, LANG=chinese
    071457.GDPSRB!BSBRIDGE.15436: 081802: TUXEDO Version 6.4 IRIX 5.3 11091812 IP22
    mips.
    071457.GDPSRB!BSBRIDGE.15436: NLS:4: Cannot open message catalog LIBTUX_CAT, set
    1, num 262; check TUXDIR=/appl/gdproj/tuxdev, LANG=chinese
    071500.GDPSRB!BBL.15441: 081802: TUXEDO Version 6.4 IRIX 5.3 11091812 IP22 mips.
    071500.GDPSRB!BBL.15441: NLS:4: Cannot open message catalog LIBTUX_CAT, set 1,
    num 262; check TUXDIR=/appl/gdproj/tuxdev, LANG=chinese
    071502.GDPSRB!BBL.15441: NLS:4: Cannot open message catalog LIBTUX_CAT, set 1,
    num 248; check TUXDIR=/appl/gdproj/tuxdev, LANG=chinese
    071502.GDPSRB!BBL.15441: NLS:4: Cannot open message catalog CMDTUX_CAT, set 1,
    num 26; check TUXDIR=/appl/gdproj/tuxdev, LANG=chinese
    i can set BRIDGE at each site.from the client ULOG ,i think
    the "LIBTUX_CAT, set 1, num 248" is the reason BBL can't boot.
    In reference manual LIBTUX_CAT 248 means "System init function faied".
    what can i do at this time.Please help me.
    If possible,please send me a exapmle.
    thanks!!!
    [email protected]

    gongyu,
    The problem is that your MAXSERVICES parameter is too low.
    Increase it (say, to 100) and while you're at it, I would increase MAXSERVERS
    and MAXACCESSERS too (Maybe 50 and 100 respectively)
    Then your app. should boot.
    There is no fundamental problem with what you're trying to do.
    Regards,
    Peter.
    gongyu wrote:
    i want to build client on a sco unix machine and
    server on a tandem unix machine.how can i complete it?
    i made a test.the application is simple sample TOUPPER.
    below is my ubbconifg
    #ident     "@(#)apps:simpapp/ubbsimple     60.3"
    #Skeleton UBBCONFIG file for the TUXEDO Simple Application.
    #Replace the <bracketed> items with the appropriate values.
    *RESOURCES
    IPCKEY          50000
    #Example:
    #IPCKEY          123456
    DOMAINID     simpapp
    MASTER          simple
    MAXACCESSERS     5
    MAXSERVERS     5
    MAXSERVICES     10
    MODEL          MP
    LDBAL          N
    OPTIONS          LAN
    *MACHINES
    FSPSRB          LMID=simple
              TUXDIR="/db010/gdproj/tuxedo"
              APPDIR="/db010/home/tuxtest/gy"
              TUXCONFIG="/db010/home/tuxtest/gy/tuxconfig"
              UID=135
              GID=120
    GDPSRB          LMID=simple2
    TUXDIR="/appl/gdproj/tuxdev"
              APPDIR="/appl/home/gy/simple"
              TUXCONFIG="/appl/home/gy/simple/tuxconfig"
              UID=139
              GID=100
    #DEFAULT:
    #          APPDIR="/db010/home/tuxtest/gy"
    #          TUXCONFIG="/db010/home/tuxtest/gy/tuxconfig"
    #          TUXDIR="/db010/gdproj/tuxedo"
    #Example:
    #          APPDIR="/home/me/simpapp"
    #          TUXCONFIG="/home/me/simpapp/tuxconfig"
    #          TUXDIR="/usr/tuxedo"
    #FSPSRB          LMID=simple
    #Example:
    #beatux          LMID=simple
    *NETWORK
    simple          NADDR="//10.194.0.3:9000"
    NLSADDR="//10.194.0.3:9001"
              BRIDGE="/dev/tcp"
    simple2          NADDR="//10.194.0.155:9000"
              NLSADDR="//10.194.0.155:9001"
    BRIDGE="/dev/tcp"
    *GROUPS
    GROUP1
         LMID=simple     GRPNO=1     OPENINFO=NONE
    *SERVERS
    DEFAULT:
              CLOPT="-A"
    simpserv     SRVGRP=GROUP1 SRVID=1
    *SERVICES
    TOUPPER
    i start the tlisten at each site .
    when i exec tmboot -y i can't get BBL at client site
    below is the ULOG at server site
    092248.FSPSRB!DBBL.5148: 081802: TUXEDO Version 6.4 IRIX 5.3 11091812 IP22 mips.
    092248.FSPSRB!DBBL.5148: LIBTUX_CAT:262: INFO: Standard main starting
    092250.FSPSRB!BBL.5149: 081802: TUXEDO Version 6.4 IRIX 5.3 11091812 IP22 mips.
    092250.FSPSRB!BBL.5149: LIBTUX_CAT:262: INFO: Standard main starting
    092252.FSPSRB!DBBL.5148: CMDTUX_CAT:4350: INFO: BBL started on simple - Release
    6400
    092253.FSPSRB!BRIDGE.5150: 081802: TUXEDO Version 6.4 IRIX 5.3 11091812 IP22
    mips.
    092253.FSPSRB!BRIDGE.5150: LIBTUX_CAT:262: INFO: Standard main starting
    092253.FSPSRB!BRIDGE.5150: LIBTMIB_CAT:74: ERROR: Failed to advertise dynamic
    /Admin service TBR0
    092253.FSPSRB!BRIDGE.5150: CMDTUX_CAT:1788: WARN: Could not advertise administrative
    service
    092300.FSPSRB!DBBL.5148: LIBTUX_CAT:328: ERROR: No space in Bulletin Board for
    Service Table
    092300.FSPSRB!tmboot.5147: 081802: TUXEDO Version 6.4 IRIX 5.3 11091812 IP22
    mips.
    092300.FSPSRB!tmboot.5147: CMDTUX_CAT:825: ERROR: Process BBL at simple2 failed
    with /T tperrno (TPENOENT - no entry found)
    092300.FSPSRB!tmboot.5147: WARN: No BBL available on site simple2.
         Will not attempt to boot server processes on that site.
    092300.FSPSRB!simpserv.5153: 081802: TUXEDO Version 6.4 IRIX 5.3 11091812 IP22
    mips.
    092300.FSPSRB!simpserv.5153: LIBTUX_CAT:262: INFO: Standard main starting
    092300.FSPSRB!DBBL.5148: LIBTUX_CAT:328: ERROR: No space in Bulletin Board for
    Service Table
    092300.FSPSRB!simpserv.5153: LIBTUX_CAT:248: ERROR: System init function failed,
    Uunixerr =
    092300.FSPSRB!tmboot.5147: CMDTUX_CAT:825: ERROR: Process simpserv at simple failed
    with /T tperrno (TPENOENT - no entry found)
    below is the ULOG at client site
    071457.GDPSRB!tmloadcf.15432: 081802: TUXEDO Version 6.4 IRIX 5.3 11091812 IP22
    mips.
    071457.GDPSRB!tmloadcf.15432: NLS:4: Cannot open message catalog CMDTUX_CAT, set
    1, num 879; check TUXDIR=/appl/gdproj/tuxdev, LANG=chinese
    071457.GDPSRB!tmloadcf.15432: NLS:4: Cannot open message catalog CMDTUX_CAT, set
    1, num 871; check TUXDIR=/appl/gdproj/tuxdev, LANG=chinese
    071457.GDPSRB!BSBRIDGE.15436: 081802: TUXEDO Version 6.4 IRIX 5.3 11091812 IP22
    mips.
    071457.GDPSRB!BSBRIDGE.15436: NLS:4: Cannot open message catalog LIBTUX_CAT, set
    1, num 262; check TUXDIR=/appl/gdproj/tuxdev, LANG=chinese
    071500.GDPSRB!BBL.15441: 081802: TUXEDO Version 6.4 IRIX 5.3 11091812 IP22 mips.
    071500.GDPSRB!BBL.15441: NLS:4: Cannot open message catalog LIBTUX_CAT, set 1,
    num 262; check TUXDIR=/appl/gdproj/tuxdev, LANG=chinese
    071502.GDPSRB!BBL.15441: NLS:4: Cannot open message catalog LIBTUX_CAT, set 1,
    num 248; check TUXDIR=/appl/gdproj/tuxdev, LANG=chinese
    071502.GDPSRB!BBL.15441: NLS:4: Cannot open message catalog CMDTUX_CAT, set 1,
    num 26; check TUXDIR=/appl/gdproj/tuxdev, LANG=chinese
    i can set BRIDGE at each site.from the client ULOG ,i think
    the "LIBTUX_CAT, set 1, num 248" is the reason BBL can't boot.
    In reference manual LIBTUX_CAT 248 means "System init function faied".
    what can i do at this time.Please help me.
    If possible,please send me a exapmle.
    thanks!!!
    [email protected]

  • Migration of Anwers  reports and Dashboard to different Machine

    We are at very Inital level of development have created Repositories, Answers Reports and Dashboard on dev machine. Now i want to migrate to another box. So what are the files we will migrate. Please guide.

    This one is based on TECHNICAL NOTE 369:
    OBIEE: Migration from development to production environment.
    DEVELOPMENT SERVER:
    1. Stop Oracle BI Services
    2. Take backups of the most recent development files (for recovery purposes):
    a)Repository:           \OracleBI\server\Repository\*
    b)Presentation Catalog:\OracleBIData\web\catalog\*
    c)NQSConfig.ini:          \OracleBI\server\Config\NQSConfig.ini
    3. If any Software registry strings were modified or added, export them.
    4. Take backups of any customized GIF, CSS, GSP, XSL, and XML files from
                        \OracleBI\oc4j_bi\j2ee\home\applications\analytics\analytics\res
                        \OracleBI\web\app\res\
    for postinstallation replacement of like production files.
    PRODUCTION SERVER:
    5. Copy any customized folder/file structures especially those of step 2 and 4.
    6. Define necessary back-end database ODBC DSNs and/or native drivers required per repository Connection Pool(s) data source names definitions.
    7. If created, import the saved development registry export.
    8. Verify BI Server ODBC settings: There is an ‘Analytics Web’ ODBC System-DSN with the driver 'Oracle BI Server' installed on the Presentation Server box.
    9. Verify Presentation Catalog Path: OracleBIData\web\config\instanceconfig.xml
    10. Start Oracle BI Services
    11. Verify Dashboard Web connection.
    Regards, Thomas

  • PKI SCCM Client Certificate Template not viewable by Windows 7 and Server 2008 workgroup machines.

    Hello everyone,
    I’m having issues with workgroup computers, not domain systems when I request a certificate.
    It’s extremely weird. It has something to do with Windows 7 and Windows 2008 machines. In 2003 server I can request a certificate manually with certutil and it see the certificate template. I copy over the exact command
    on windows 7 and it can’t see the certificate template.
    I have the following configuration:
    CA Enterprise
    I have created the SCCM Client Certificate
    I have created the SCCM Web Server Certificate
    I have created the SCCM Distribution Point Certificate
    GPO is configured
    SCCM 2012 R2 CU2 configured to do HTTP and HTTPS
    Installed SCCM Client Certificate
    Installed SCCM Web Server Certificate
    Installed Distribution Point Certificate
    Deployed to a domain computer good on PKI
    Workgroup Computers:
    I’m having issues with deploying certificates
    Windows 7 –
    (ERROR) not successful
    Windows Server 2008 R2 –
    (ERROR) not successful
    Windows Server 2003 - successful
    Windows XP – successful
    How I’m getting the certs for the clients is by utilizing the following scripts from this URL.
    http://www.ithierarchy.com/ITH/node/48
    I did find a couple of errors in the code, but if it’s working on my Server 2003, then it should work on the others. Windows 7 and Windows 2008 R2 seem to have the same issue. The error I’m getting is the following:
    Command line requesting the cert ---- CertReq –new –f testcomputer.home.pvt.inf c:\client\testcomputer.home.pvt.req
    Error --- Template not found.
    SCCMClientCertificate (this is my template)

    Just to give an update on what’s happening with this. I found out this format is unsupported by MS with Windows Vista and newer OS’s.
    Instead you must utilize two other additional roles on the CA to have this work. The caviate is, I’m down to the testing and it’s not working as in the document. I have MS Support
    working with me to resolve this issue since it was written by MSFT.
    http://blogs.technet.com/b/askds/archive/2010/05/25/enabling-cep-and-ces-for-enrolling-non-domain-joined-computers-for-certificates.aspx
    and use this doc for similar workgroup computers for rolling out certs. This was written for RT devices, however, it should work once I get to that point.
    http://blogs.technet.com/b/pki/archive/2012/12/11/certificate-for-winrt-devices-and-non-domain-member-devices.aspx

  • PKI Client Certificate Template not viewable by Windows 7 and Server 2008 workgroup machines.

    Hello everyone,
    I’m having issues with workgroup computers, not domain systems when I request a certificate.
    It’s extremely weird. It has something to do with Windows 7 and Windows 2008 machines. In 2003 server I can request a certificate manually with certutil and it see the certificate template. I copy over the exact command
    on windows 7 and it can’t see the certificate template.
    I have the following configuration:
    CA Enterprise
    I have created the SCCM Client Certificate
    I have created the SCCM Web Server Certificate
    I have created the SCCM Distribution Point Certificate
    GPO is configured
    SCCM 2012 R2 CU2 configured to do HTTP and HTTPS
    Installed SCCM Client Certificate
    Installed SCCM Web Server Certificate
    Installed Distribution Point Certificate
    Deployed to a domain computer good on PKI
    Workgroup Computers:
    I’m having issues with deploying certificates
    Windows 7 –
    (ERROR) not successful
    Windows Server 2008 R2 –
    (ERROR) not successful
    Windows Server 2003 - successful
    Windows XP – successful
    How I’m getting the certs for the clients is by utilizing the following scripts from this URL.
    http://www.ithierarchy.com/ITH/node/48
    I did find a couple of errors in the code, but if it’s working on my Server 2003, then it should work on the others. Windows 7 and Windows 2008 R2 seem to have the same issue. The error I’m getting is the following:
    Command line requesting the cert ---- CertReq –new –f testcomputer.home.pvt.inf c:\client\testcomputer.home.pvt.req
    Error --- Template not found.
    SCCMClientCertificate (this is my template)

    Just to give an update on what’s happening with this. I found out this format is unsupported by MS with Windows Vista and newer OS’s.
    Instead you must utilize two other additional roles on the CA to have this work. The caviate is, I’m down to the testing and it’s not working as in the document. I have MS
    Support working with me to resolve this issue since it was written by MSFT.
    http://blogs.technet.com/b/askds/archive/2010/05/25/enabling-cep-and-ces-for-enrolling-non-domain-joined-computers-for-certificates.aspx
    and use this doc for similar workgroup computers for rolling out certs. This was written for RT devices, however, it should work once I get to that point.
    http://blogs.technet.com/b/pki/archive/2012/12/11/certificate-for-winrt-devices-and-non-domain-member-devices.aspx

  • Help-how can i connect between a client and servlets on different machines

    hi all
    I asked this question already but:
    I am tring to run a client which is an HTML file that has a "submit" button, that when pressed it should connect (or something) to a servlet, which is on a different mechine.
    what must i write instead of: "localhost"?
    and what web server should i use?
    this is the code on the client side:
    <form action=http://localhost:8080/servlet/MyServlet method=POST target=_blank>
    <input type=submit name="M1" >
    </form>
    thank you

    thanks
    I tryed that by writing the ip address of the servlets mechine instead of "localhost", but there was no reaction
    i wrote:
    <form action=http://10.33.24.33:8080/servlet/MyServlet
    method=POST >
    <input type=submit>
    </form>
    what is wrong with that?
    when i pressed the submit button nothing happened.
    does any body know what can i do?

  • ASM and DB on different machine

    Hi,
    Have one question, we are given 2 VM's on which ASM and Oracle DB is installed. We are asked to start both machine in sequence, after starting Machine-1 we need to start Machine-2 then only DB (orcl) on Machine-2 can be opened.
    If we miss sequence it gives does not come up and gives error like:
    SQL> startup;
    ORA-01078: failure in processing system parameters
    ORA-01565: error in identifying file '+DATA/orcl/spfileorcl.ora'
    ORA-17503: ksfdopn:2 Failed to open file +DATA/orcl/spfileorcl.ora
    ORA-29701: unable to connect to Cluster Synchronization Service
    The initorcl.ora on Machine-2 has following entry:
    SPFILE='+DATA/orcl/spfileorcl.ora'
    Can someone please suggest how this two machines would be configured, what entries on Machine-2 are pointing to ASM instance on Machine-1.
    Please suggest..
    Thanks!

    bLaK wrote:
    Thanks for the reply HTH!
    I am new to this and learning ASM. What i wanted to know is how and what setting are done in Machine-2 that it refers to ASM instance on Machine-1.
    Where can I see that?
    Regards!What is your database & ASM version?
    Are you using Grid?
    My first post explanation is specific to any ASM & RDBMS instance on server.
    Describe more how these two servers configured.
    you can check by
    $crsctl check cssd
    Or let's say how can we tell CSS service where is ASM instance located..It will be handled by CSSD process.
    read this manual http://www.oracle.com/technetwork/database/asm-10gr2-bestpractices.pdf
    Since CSS provides cluster management and node monitor management, it inherently monitors ASM and
    its shared storage components (disks and diskgroups). Upon startup, ASM will register itself and all
    diskgroups it has mounted, with CSS. This allows CSS across all RAC nodes to keep diskgroup metadata
    in-sync. Any new diskgroups that are created are also dynamically registered and broadcasted to other
    nodes in the cluster.
    As with the database, internode communication is used to synchronize activities in ASM instances. CSS is
    used to heartbeat the health of the ASM instances. ASM internode messages are initiated by structural
    changes that require synchronization; e.g. adding a disk. Thus, ASM uses the same integrated lock
    management infrastructure that is used by the database for efficient synchronization.

  • BPC client and server in different versions

    Hi all,
    Is it possible to have BPC 7.0 as server and BPC 7.5 as client? Is it compatible?
    Thanks,
    Thiago.

    Hi Perin,
    sorry but the answer is no. You must have not only the same version but also the same sp or when you try connect you will receive an error.
    Regards
         Roberto

Maybe you are looking for