MediaSmart Server Client Download?

I'm setting up a MediaSmart Server, but don't have the client disk ... does anyone know where I can download it?  When I check HP support, they only talk about how to do updates from the client, not where to download the client.
thanks,
bt

Do you actually want the server package or just a client? If you want the server package, Sun One Directory server 5.2 is like almost 10 years old and out of support. You should really be looking at the newer version. Look for DSEE 7.0 or the rebranded ODSEE 11GR1. If you are looking for a client, any LDAP V3 compliant client will work and one is bundled with Solaris by default anyway, ie look for commands like ldapsearch, ldapmodify, etc... If you want a GUI, there are plenty around as well, eg JXplorer, Apache DS Studio, etc...

Similar Messages

  • Final Cut Server Client Download Problems

    I am attempting to install/run Final Cut Server client on my laptop and Mac tower. The other day the client software worked well on my Mac tower but today no go. I attempted to install the client software on my laptop, I can get to the download screen in a web browser by typing the address of the local server but when I press download the next page appears but no download or dialogue box appears. Also while wrestling with this problem I deleted the client software from my tower. This same issue is now happening on the tower when I try to restore the client software. Possibly related or not I just updated the software to 10.6.7. but tried another machine I have here that is at 10.6.4 with the same result. I also read an old post that described problems with download initiation and how they can be resolved by deleting a few specific resources out of the Java Preference Cash Files. I completed this process which resulted in no evident change.
    BJ

    Try removing the FCSvr client from your local machine and then reinstalling it from the web installer while you are connected via VPN. Run these commands in Terminal to remove it:
    rm -r ~/Library/Caches/Java/
    rm -r ~/Library/Caches/com.apple.finalcutserver/
    rm ~/Library/Preferences/com.apple.finalcutserver.plist
    rm -r ~/Desktop/Final Cut Server.app
    Sometimes my client just won't launch like you are seeing and reinstalling it within whatever network connection I'm using gets it working again.

  • How to authenticate a JWS Client download of jar files on a web server

    Here is a history of how i tried to implement the auth system:
    The resources(jar files) cannot be downloaded by any HTTP client from the server without some authentication method.
    As JWS is not reliable when using cookies (only 1.5 supports them, but with problems when in JNLP file i specify j2se version=older that 1.5) , i implemented another mecanism that works like this:
    1. 1.The template JNLP looks like this
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp codebase="http://10.3.0.62/" href="mapped/#JWS_CODE#___#PLATFORM#___app2.2.jnlp">
        <information>
           bla bla
        </information>
        <security>
            <all-permissions/>
        </security>
        <resources>
            <j2se version="1.4"/>
            <jar href="http://10.3.0.62/mapped/gui.jar?jwsid=#JWS_CODE#" version="2.2"/>
            <jar href="http://10.3.0.62/mapped/data.jar?jwsid=#JWS_CODE#" version="2.2"/>
            <jar href="http://10.3.0.62/mapped/log4j.jar?jwsid=#JWS_CODE#"/>
        </resources>
        <application-desc main-class="com.bet.blues.gui.Application">
            <argument>-host</argument>
            <argument>ursus</argument>
            <argument>-port</argument>
            <argument>17771</argument>
        </application-desc>
    </jnlp>2. All resources found in /mapped/ directory are mapped to JWSServlet
    3. The users login to a site , clik on link , /mapped/app2.2.jnlp , the servlet checks if the session is active , gets the PLATFORM form browser request header , gets the JWSCODE for the logged user, replaces this in the template, and returns it to the client
    4.Now after the 1st download the JNLP file is opened by JWS Client , that checks for latest version , requesting the JNLP file again
    like this:
    GET http://10.3.0.62/mapped/f12ks21092___windows___app2.2.jnlp5.Now the servlet sees the the request has a JNLP file name with an ID and PLATFORM, and serves the JNLP as before
    6.The JWS Client will request for JAR Files
    GET http://10.3.0.62/mapped/gui.jar?jwscode=f12ks21092?version-id=2.2Note: that i have forced JWSID parameter in the URL, that's why the query string contains 2 "?"
    - forcing this is because the mapped/*.jar is redirected JnlpDownloadServlet that supports versions , diffs - i cannot use 'version' to put there the jswid param(e.g .../mapped/gui.jar version="fk12ks21092_2.2" because the JnlpDownloadServlet will not find this version , and if JWS Servlet will redirect to JnlpDownloadServlet with correct version param in request, the JWS Client will raise an exception because version responded is not right(JNLPDownloadServlet marks in response HTTP header the version of the jar so JWS CLient will chek it)
    JWS Client expects version 'fk12ks21092_ver2.2'; to correct this i should modify the JnlpDownloadServlet and i shouldnt
    THE PROBLEM :
    on older versions than 1.5 JWS Client raises an exception because it wants to create a temp file named
    " gui.jar?jwscode=f12ks21092" because it contains "?"
    Only with 1.5 that seems to parse the jar name until it meets "?" char :(
    Thats why i wanted to send an error to the client to upgrade to Java Web Start 1.5
    Now, maybe u have a solution to this problem...
    All i want is a solution to let JWS Client download jars only if the user is authenticated by some mecanism....and also support the versioning system.
    Also:
    Note that the jar names must preserve on the client JWS Cache dir ( i cannot use the same method to pass the JWSCODE when requesting the JARS as when requesting the JNLP).

    You need to look into JAAS

  • Prevent the Lanuch server client to download the applocationagai n

    I want to upgrade the Forte server to up-to-date version,
    but I don't want to let each Lanch Server client to download the application
    (applets) again after finishing server upgrade.
    Any way to complete this task?
    Rgds
    Tom

    The registry keys for the update source are controlled by the group policy, so configuring the policy and making sure it is applying correctly will automatically configure the appropriate registry keys.  However, the keys specific to windows updates
    are located here:
    HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate
    WUServer
    Reg_SZ
    HTTP(S) URL of the WSUS server that is used by Automatic Updates and API callers (by default). This policy is paired with WUStatusServer, and both keys must be set to the same value to be
    valid.
    WUStatusServer
    Reg_SZ
    The HTTP(S) URL of the server to which reporting information is sent for client computers that use the WSUS server that is configured by the WUServer key. This policy is paired with WUServer,
    and both keys must be set to the same value to be valid.
    The full list of related keys can be found here: http://technet.microsoft.com/en-us/library/dd939844(v=ws.10).aspx

  • HT203071 How does the clients (iOS devices) to configure/use the caching server to download apps from local caching server instead of App store?

    Hi ... How does the clients (iOS devices) to configure/use the caching server to download apps from local caching server instead of App store?

    Hi,
    If you want to restore a reomoved app,you need to use
    Add-AppxPackage to add a signed app package (.appx) to a user account.
    But we cannot extract them from the ISO.
    The behavior is by design.And this is a software protection regime.
    Thanks for your understanding.
    Regards,
    Kelvin Xu
    TechNet Community Support

  • Mediasmart server EX495 Blank Contents screen

    Ofr the last week or so, I can not get the content screen to show after connecting from any of my clients. I getthe password screen when I try to get to the console. then the progress screen appears. But then instead of the console screen I get the background screen only no matter how long I leave it be. It never goes beyond that.
    At the same time, using any of the MS Office applications to load an office document from the shared folders on the server freezes the applicaton. Even Outlook 2007 freezes just opening it (I have Outlook email to the shared folders on the server).
    The only remedy I can find is to manually reboot the server which resolves the problem for about 30 minutes then it all happens over again.  This full problem started this morning. Oh yes, all the lights on teh server indicate a go status. And when I reboot the server and can get into the console, everything is in order.
    I just bought this one when me original Mediasmart server EX470 with the original WHS software w/PP2 finally crashed and I could not revive it (RIP).
    Anyne else having a similar problem?

    I wanted to provide an update. Spotify 1.0.1.1060.gc75ebdfd appears to have changed behavior. HTTP proxy support appears to be removed now (I can't even play music using my previous prefs). I can enable my HTTPS proxy by editing the prefs file as before. I should be able to do this now through Spotify's settings, but it looks like there's a bug in the settings panel where it seems to require a username and password before saving (my proxy doesn't require a username and password). This time, change the @http back to @https. Here's how my proxy settings now look under 1.0.1.1060.gc75ebdfd:
    network.proxy.addr="proxyout.xxx.xxx:8080@https"
    network.proxy.mode=2
    This allows me to play music and view most images. The only remaining problem is that now I'm still seeing instances where album art and other images aren't downloaded. It's not as prevalent as before, but I do see it when browsing, for example, the News tab under Browse.

  • \\SERVER\Clients\Setup\setup.exe with Windows Vista Error

    I added the first Vista client to an SBS 2003, SP1 domain.  Until now, all clients were WinXP, SP2.  Office 2003 is installed on the XP clients, and the Vista client, which may not be pertinent to this problem.
    As is normal, "\\SERVER\Clients\Setup\setup.exe /s SERVER" is executed when a user logs on to any domain client.  On the Vista client, I always get the dialog -- regardless of the account privilege -- asking for permission to run Setup.exe.  It is annoying.  Occasionally, the Program Compatiblity Assistant will appear and advise there's a known compatiblity issue with Setup.exe.  It points to KB article 926505 for resolution.  The title of the KB is, "Windows Small Business Server 2003: Windows Vista and Outlook 2007 compatibility update."
    When I run the SBS2003SP1-KB926505-X86-ENU.EXE fix, I get the error:  "This update cannot be installed.  Either it is already installed as part of an existing service pack, or it requires a more recent service pack.  For more information, see the systems requirements on the download page."
    I installed Windows Server 2003 SP2 and run the KB926505 fix, but I get the same error  "This update cannot be installed.  Either it is already installed as part of an existing service pack" After a reboot of te SBS server the same  problem on the Vista client, I always get the dialog -- regardless of the account privilege -- asking for permission to run Setup.exe.  It is annoying.  Occasionally, the Program Compatiblity Assistant will appear and advise there's a known compatiblity issue with Setup.exe.  It points to KB article 926505 for resolution.
    The problem is Windows Vista Business, because all windows XP clients have no problem at all.

    PNP,
    You do not say whether if you accept the permission dialog whether the setup continues or not, but the short answer to the question revolves around UAC.
    Remember that EVERY user (except the actual Administrator account) has only Standard user rights regardless of group.  When a task that requires Admin rights is executed, one of three things will happen: 1) If you are THE Administrator, then your task will continue.  2) If you have Admin rights, you will be prompted that a process is trying to use elevated rights and ask for permission, or 3) If you are a Standard user, you will either be denied flatly or prompted to supply credentials.  Which of these happen depend on GPO settings, but the default is to prompt.
    In any event, I believe that this is what you are running into, and is one of the big feature improvements in Vista.  Yes, it can be a bit annoying (Try deleting an "All Users" icon from the Start Menu!) but is there to place one more barrier between virus and malware writers and your OS.
    If it's TOO annoying to bear, you can turn off UAC by going into your profile and disabling it. (It requires Admin rights, of course. )  It is not recommended as you do a very effective job or nutering the Vista Security Model by doing so.
    If it, of course, your choice.  we IT Admins have a lot more issues with this than the standard user, but for me, I gladly take the tradeoff because I worry a lot less about those few I HAVE to give Admin rights to.
    Good luck!

  • Delete message from server after download.

    Hi, I'm normally use to Gmail and so haven't used an email client in years.
    I have a .mac account and Mail is setup to check it.
    At the moment, when mail downloads new mail from the server, it still leaves a copy of the email(s) on the server.
    Instead what I would like it to do is, download from the server and then delete the copy on the server.
    ... is this possible?... and how do I do it?
    I'd appreciate any help at all.
    Nick.
    iMac 24inch   Mac OS X (10.4.8)   2.33Ghz Intel Core Duo / 3GB DDR2 SDRAM / 250GB HD / NVIDIA GeForce 7600GT 256MB

    Hello Nick.
    If this is for your .Mac account, a .Mac type account is really an IMAP type account and behaves in the same way.
    You can create/access a .Mac account with the Mail.app as a .Mac, IMAP or POP type account and as an IMAP or POP type account with other email clients.
    If you plan on accessing your .Mac account with another email client or via webmail access on another computer, you may want to reconsider.
    If not, to change the account type of an existing account with the Mail.app requires deleting and recreating the account.
    If you want to save any sent messages with the account before doing so, create an "On My Mac" location mailbox and transfer all existing sent messages from the account's Sent mailbox to the user created "On My Mac" location mailbox. Deleting an account has no affect on messages that remain on the server.
    Delete and re-create your .Mac account selecting POP as the account type when re-creating the account.
    After doing so, go to Mail > Preferences > Accounts and under the Advanced tab for the account preferences will be the available settings for removing messages from the server when downloaded.

  • Python Server/Client Application Development

    Hey All!
    I am writing a basic proof of concept server/client application for a project I am working on.
    My goal is this:
    1) End user launches client.
    2) Client connects to server.
    3) User selects one or more files to send to server.
    4) Server saves a copy of each file.
    5) Server terminates connection.
    5) Server processes each file.
    6) Upon completion of the processing server sets a "processing completed flag."
    7) Client periodically checks with server for "processing completed flag."
    8) Client securely reconnects
    9) Client downloads processed files.
    I have no background in programming servers/clients so this will be a learning experience for me and the workflow described above may change as I learn more about how this all works. Currently my hope is to first implement a system that will stay connected while the files are processed and once I have a better understanding as to how that works I can add more complexity to the system.
    I will be writing this in Python 3.3 and the server will be hosted on a server which will (for now) be running Arch.
    This thread will act as a sort of development journal but feel free to comment or post suggestions. I will for sure have questions as I go along too!

    brettski wrote:Turns out the best way (so far as I can tell) is to go integer -> string -> byte and then byte -> string -> integer..
    Do you mean regular, non-byte strings? That cannot possibly be the best way to do it. It would be like using Russian as an intermediary language for translating Spanish to French.
    Maybe the following will set you on the right path:
    http://stackoverflow.com/questions/6187 … -in-python
    http://stackoverflow.com/questions/4445 … int-python
    Looking further, this is probably the right way to do it:
    some_int = 57
    bytes = struct.pack('i', bytes)
    sock.send(bytes)
    See http://docs.python.org/3/library/struct.html for details.
    As for threaded servers, you may find some useful examples here.

  • Leopard Software Update Server + Client

    Hello,
    Now I have to use Mac OS X Tiger Server Software Update Server and OSX Tiger Client.
    After installing OS X Tiger Server software update, I turned on the server and on apdaty do I download and have been prepared. OS X Tiger has found his client software update server, and everything worked.
    Now I have OS X Leopard and Leopard Server Client.
    Purely installed server and client purely installed. The server is running the server software update is downloaded updates. Leopard Client still download updates from the Internet and not from the local network and I do not know where the error. Why in the older version of all work without interference with the terminal and not now? Can someone please help me set the software update server to the client computers may not have anything set up and found this site automatically.
    Thank you
    I apologize for my incorrect English

    The Tiger systems must have some form of customization. SWU is not an auto-discover service. If you have one of the Tiger systems still available, enter both of these commands and report the results:
    defaults read /Library/Preferences/com.apple.SoftwareUpdate
    defaults read /Users/<adminusername>/Library/Preferences/com.apple.SoftwareUpdate
    Does either of the results return the custom CatalogURL value? If not, then look in NetInfo Manager and look at your MCX values. There may have been a managed preference set for all systems. However, if Tiger systems are not bound that this is not possible unless an niutil command was run to insert the value.
    Also, keep in mind that if your Leopard systems are not bound to OD, and you have Apple Remote Desktop, you can use a Send Unix command and hit all of your systems in a matter of seconds. It is really rather trivial.
    Also, were your Tiger machines imaged from a DMG or a NetInstall Server? It is possible that the SWU custom address was set in the master image. This is why it appears to "just work."

  • Server/client application

    i'm just starting to learn about server/client applications and i'm a little confused about actually implementing them.
    my client will be an applet which can be accessed over the internet. i want the applet to be able to read/write to the server.
    now my question is, how can i start up the server program?
    i would want it to initialize and run, only when the user has gone to the website that uses the applet.

    look at using a Servlet, running under Tomcat (download the Java Web Services Developer pack from java.sun.com
    here's what the servlet looks like:
    mport javax.servlet.*;
    import java.util.*;
    import java.net.*;
    public class ServletTest extends GenericServlet
    /** servlet is initialising */
    public void init()
    System.out.println("ServletTest initializing");
    /** servlet wascalled bt client */
    public void service(ServletRequest request,ServletResponse response)
    try
    byte[] data=new byte[100];
    ServletInputStream inputStream=request.getInputStream();
    int read=inputStream.read(data);
    String string=URLDecoder.decode(new String(data,0,read),"UTF-8");
    System.out.println("read "+read+" bytes: "+string);
    inputStream.close();
    ServletOutputStream outputStream=response.getOutputStream();
    Date date=new Date();
    outputStream.write(date.toString().getBytes());
    outputStream.close();
    catch(Exception ex)
    ex.printStackTrace();
    /** servlet is being destroyed */
    public void destroy()
    System.out.println("ServletTest terminating");
    here's what the client looks like:
    mport javax.servlet.*;
    import java.util.*;
    import java.net.*;
    public class ServletTest extends GenericServlet
    /** servlet is initialising */
    public void init()
    System.out.println("ServletTest initializing");
    /** servlet wascalled bt client */
    public void service(ServletRequest request,ServletResponse response)
    try
    byte[] data=new byte[100];
    ServletInputStream inputStream=request.getInputStream();
    int read=inputStream.read(data);
    String string=URLDecoder.decode(new String(data,0,read),"UTF-8");
    System.out.println("read "+read+" bytes: "+string);
    inputStream.close();
    ServletOutputStream outputStream=response.getOutputStream();
    Date date=new Date();
    outputStream.write(date.toString().getBytes());
    outputStream.close();
    catch(Exception ex)
    ex.printStackTrace();
    /** servlet is being destroyed */
    public void destroy()
    System.out.println("ServletTest terminating");

  • Where are the Sybase ASE 15.7 client downloads for 64bit?

    Have spend a lot of time finding the latest and greatest downloads of the Sybase ASE 15.7 Client for 64bit. The one I could find (Refresh version (Which version is this anyway?)). But i need also the EBF/SP 's
    Please advice

    Hi,
    You can find the downloads at SAP service market place.
    SAP Service Marketplace - Home
    Click SAP Support Portal (middle of the screen)
    Click Software Downloads (grey top menu bar)
    Click Support Packages and Patches (middle of the screen under A-Z index)
    Select 'S'
    Select 'SDK for SAP ASE'
    This is the location for the latest downloads.
    Older downloads can be found in 'SY Software Developer Kit'
    I believe refresh is the PC Client that includes SDK and GUI tools for windows.
    Go back to the A-Z letter screen.
    Select 'Installation and Upgrades'
    This can be found under 'A'
    Click 'SAP Adaptive Server Enterprise'
    Refresh is around SP100 I believe.
    Not 100% on the exact version, but this is one of the last PC Client downloads as it is being EOL.
    Sybase Central that came in PC Client is EOL.
    DBISQL / interactive SQL is being moved to the SDK in 16.x.
    Regards,
    Ryan

  • Oracle Workflow Server & Client 2.6.0

    Hi,
    I have troubles downloading OW Server & Client from the following link http://otn.oracle.com/software/products/ias/workflow/htdocs/winsoft.html. Are there another way to get this software? I need this version, because I have a 2.5.2 instalation and I need to migrate to 2.6.2.
    Thanks in advance,
    dd. //

    Hi,
    You can find the Oracle Workflow 2.6.2 server from the Oracle Database 9.2 CD. Navigate to the Management and Integration option and choose workflow. The Workflow Builder can be found in the Oracle Database Client CD.
    Cheers,
    Raja

  • Client Download area

    I'm reading through Chapt. 5 in the Oracle Calendar Resource Kit (Oracle Sync Server section). In the "Setup Requirements" section of chap. 5 it refers to the "Client Download" page on otn.oracle.com - this is where users should go to obtain the Sony Ericsson P800 and P900 patch.
    Although I don't need this patch right now, I'd like to be able to reliably refer our sync server users to this site if they need to download the patch referenced in the Resource Kit.
    Can you send me the url to this area of the OTN web site?
    Thanks, Gail

    Yes
    "Murray *ACE*" <[email protected]> wrote
    in message
    news:gfmehr$54h$[email protected]..
    >> But your best bet would be to protect a folder on
    your web site thru your
    >> ISP.
    >
    > You mean through your host, right?
    >
    > --
    > Murray --- ICQ 71997575
    > Adobe Community Expert
    > (If you *MUST* email me, don't LAUGH when you do so!)
    > ==================
    >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    > ==================
    >
    >
    > "Alain St-Pierre" <[email protected]>
    wrote in message
    > news:gfkq3q$rms$[email protected]..
    >> Look at theses post
    >>
    >>
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=12&catid=189&threadid =1397635&highlight_key=y&keyword1=password
    >>
    >>
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=12&catid=189&threadid =1395022&highlight_key=y&keyword1=password
    >>
    >>
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=12&catid=189&threadid =1388641&highlight_key=y&keyword1=password
    >>
    >> But your best bet would be to protect a folder on
    your web site thru your
    >> ISP.
    >>
    >> aka Frenchy ASP
    >> "rlcarolyn13" <[email protected]>
    wrote in message
    >> news:gfkin5$ibf$[email protected]..
    >>> Trying to create for a client a little area that
    clients can use a
    >>> password that is emailed to them and they can
    download a product in pdf
    >>> form after paying by paypal. Can any one help me
    with this?
    >>
    >>
    >

  • I lost connection with the server while downloading  an audio book how do I restart the download without paying again?

    I lost connection with the server while downloading  an audio book how do I restart the download without paying again?

    Go into the App Store, tap Updates, and at the top should appear Purchases. Hit the tab that says "Not on this iPhone" to download again

Maybe you are looking for