CyberPower PowerPanel Business Edition client installation

In case there's anyone out there that is trying to install the cyberpower power panel client software to manage the interaction between a cyberpower ups agent and a solaris box, here are the instructions to get it working.
Basically, the software uses a prepackaged version of Linux Java, and the main problem with getting the software to run on Solaris is that obviously java compiled for Linux will not work on Solaris. So you need to point the software to your correct version of Java and it will work:
tar xvfz ppbe200-linux-esxi-setup.tar.gz
sed -i -e 's:bin/unpack200:/usr/java/jre/bin/unpack200:' -e 's:$app_java_home/bin/java:/usr/java/jre/bin/java:' ppbe200-linux-esxi-setup.sh
sudo ./ppbe200-linux-esxi-setup.sh
sudo chown root:root /opt/ppbe
sudo chmod a+rX /opt/ppbe
sudo /etc/init.d/ppbed stop
sudo mv /opt/ppbe/jre /opt/ppbe/jre_backup
sudo ln -s /usr/java/jre /opt/ppbe/jre
sudo /etc/init.d/ppbed start
Also, before you install make sure you've installed java ("sudo pkg install java") and the X11 libraries ("sudo pkg install xterm xauth" was enough for me).
Hopefully this will help someone out there.

This thread was a great help in pointing me in the right direction, but there were some modifications for my configuration (Solaris 10 and ppbe version 2.1.1).
1) The jre used must match the one bundled with ppbe, which is 1.6, so download and install 1.6. Mine is in /usr/jre/latest for the example below.
2) My version of sed does not support the -i option, so I used perl as follows:
perl -nw -e '$_ =~ s:# INSTALL4J_JAVA_HOME_OVERRIDE=:INSTALL4J_JAVA_HOME_OVERRIDE=/usr/jre/latest:;$_ =~ s:bin/unpack200:/usr/jre/latest/bin/unpack200:;$_ =~ s:\$app_java_home/bin/java:/usr/jre/latest/bin/java:; print $_;' ppbe211-linux-x86.sh >ppbe211-solaris-sparc.sh
3) Run the newly created installer
4) Likewise, add the jre path in /opt/ppbe/ppbed, by adding the following line at the top:
INSTALL4J_JAVA_HOME_OVERRIDE=/usr/jre/latest
4) Add links to the start/stop scripts
# ln -s /etc/init.d/ppbed /etc/rc0.d/K99ppbed
# ln -s /etc/init.d/ppbed /etc/rc1.d/K99ppbed
# ln -s /etc/init.d/ppbed /etc/rc2.d/S99ppbed
# ln -s /etc/init.d/ppbed /etc/rc3.d/S99ppbed

Similar Messages

  • Business One Client installation issue

    Last Friday we upgraded our SAP Busness One to 8.81 from 8.8 and the update launched for the client installation on XP Pro box, but the installation got interupted and did not complete.  I was faced with the problem that I can't uninstall the old client with Add/Remove programs as it has an error that files are missing.  the same is if I click on the Setup.exe in the Client shared folder, it wants to uninstall the old version, but bombs as it is missing files. 
    The question is how do I manually uninstall the old client so I can do a new install of the new version? 
    As a bandaid, I was able to upgrade another XP Pro box and copy the directory into the probelm one and it lets SAP Business One run.  However, I am missing a couple of registry entries.

    Same happen to me month back , it was unable to uninstall or remove registry from the system and when we start the new setup it says you already have SAP B1 installed in your system. I check the Program Files folder and there is no SAP folder in it .
    Solution but not a professional one...
    Just copy the SAP folder from other system which has client installed and working properly and paste it into Program Files .
    Now you can run SAP
    Regards,
    Ghalib

  • Oracle 8i enterprise edition - client installation

    Hi,
    I want to connect to an Oracle 8i enterprise edition database. I want to install Oracle client on a windows Vista machine.
    Should I install any patch after the client installation? Can I connect to Oracle 8i DB using newer version of client software?
    Please send the download link for Oracle 8i client to use from a windows machine.
    Thanks
    Ashok

    Hi;
    As mention here you are trying to desupported product. Please review:
    Master Note For Oracle Database Client Installation [ID 1157463.1]
    Client / Server / Interoperability Support Between Different Oracle Versions [ID 207303.1]
    How to Find and Install Database Client Patches and Patchsets in Windows [ID 857683.1]
    Master Note For Database and Client Certification [ID 1298096.1]
    PS:Please dont forget to change thread status to answered if it possible when u belive your thread has been answered, it pretend to lose time of other forums user while they are searching open question which is not answered,thanks for understanding
    Regard
    Helios

  • Installation of SAP Business One client and required administration rights

    Dear community,
    I would like to kindly ask you for your feedback on the installation of SAP Business One client and its patches on end-user computers.
    The pain points I have heard so far are the following:
    - The installation of SAP Business One client and its patches has to be started by a user with administrator rights.  As far as I know (and please correct me if I am wrong), this is also required in case of installation of any other software.
    - End users usually do not have administrator rights and therefore the SAP Business One clients have to be manually upgraded by administrator.  This is time consuming (and therefore costly) activity.
    We are considering to design a new solution which would overcome the above limitations.
    I would like to confirm with you if my understanding is correct:
    Question 1:
    Is it a common situation that the end-users of SAP Business One client do not have administrator rights and therefore cannot install the patches of SAP Business One client by themselves?
    If yes, how do you resolve this currently?
    Question 2:
    Do you use Microsoft System Center Configuration Manager or Active Directory (or any other 3rd party solution) to automatically distribute software packages and updates to client PCs at your customers?
    Question 3:
    If the SAP Business One client installation (and its patches) is delivered as MSI package with silent installation capability, would you be able to automate the deployment of B1 client updates to client PC using the abovementioned technologies? Or can you still see some obstacles?
    Thank you
    Best regards
    Jan Ruzarovsky
    SAP Business One Product Management

    Dear all,
    Thank you very much for your comments, very helpful!
    @Marco - SAP Business One 8.8 client currently does not support the silent installation / upgrade. However we are currently considering this requirement and we would like to deliver it as soon as possible.
    We are currently considering several possible designs. One of them is as follows:
    1. A new SAP Business One Updater Service will be installed on each client workstation.
    It will be a windows service installed and running under a local system account.
    2. The updater service will check regularly if there are any new patches of SAP Business One client or add-ons uploaded to a configured shared directory.
    3. If a new patch is found in the shared directory, the updater service will SILENTLY install the new patch (add-ons, SAP Business One) on the client workstation.
    The service would be able to install patches even if nobody is logged in.
    Questions:
    If we consider the above design, there are a few open topics:
    1. During the upgrade of the SAP Business One server, the client patches (and SAP add-on patches, partner add-ons) would be placed to a SHARED directory instead of into SBO-Common (as it is implemented currently).
    - Does this have any impact on your tools, processes or add-ons?
    2. SAP Business One upgrade wizard will put the latest patch of SAP Business One client into a configured shared directory. The shared directory will have to be read-only for everybody in the network to avoid that the valid installation files are replaced by malware or virus infected files
    - Can you configure such a shared directory? 
    From customer perspective, if a new patch is put into the shared directory, the updater service can behave as follows:
    1. Manually initiated upgrade of the client
    Example: Customer starts the old (not upgraded) SAP Business One client. The client will inform him/her that a new patch has been found and it has to be installed in order to continue working with the client. After customer clicks "Yes", the upgrader service starts the silent installation of the client and informs customer about the progress. Once the upgrade is finished, the upgraded SAP Business One client will be started automatically.
    2. Automatic update:
       - Update the client automatically (e.g. overnight) if customer is not working with SAP Business One
       - If SAP Business One client is running, ask customer if he/she wishes to upgrade the client now or to delay the upgrade by X minutes.
    Question: Which of the above two scenarios would you and your customers prefer?
    If the upgrade is fully silent, automated and handled by the upgrader service, Is it acceptable for customers to trigger the installation manually and wait till the client is upgraded? Or would they prefer to have the client updated for them e.g. overnight so they can immediately start to work?
    Best regards
    Jan
    Edited by: Jan Ruzarovsky on Sep 29, 2010 9:37 AM

  • Installation error of SAP Business One Client after server disconnection

    Hello,
    While installing the SAP Business One Client to my laptop, the SAP server network connection accidentally interrupted and my installation breaks off. I did cancel the setup and try to remove the SAP Business One DI API using uninstaller. After removing the corrupted application I tried to run again the setup.exe from the server but I got this error:
    Previous version of SAP Business One DI API uninstallation failed:
    sapserver\B1_SHR\Client\SAP DIAPI Installation\setup.exe
    SAP Business One Client installation will be aborted.
    I also tried to remove the registry files using some registry cleaner but still I got the error.
    Encountered something like this before? Need some help, thanks in advance!
    Regards,
    Ren

    Hi All,
    Sorry to re open this thread, but I am having a similar issue in attempting to upgrade a 2007 installation to 8.81.
    When attempting the upgrade Server Tools, SDK, and even Client wont uninstall from either the upgrade process or manually from control panel.
    I have conducted all the mentioned solutions as well as running registry cleaner all to no effect.
    I have even attempted re installing the 2007 application but this returns a 1612 install shield error.
    Any advice would be higher appreciated.
    Matthew

  • Bug with Business Objects 3.1 Client installation. Very annoying indeed.

    I have faced a few issues while developing with the Client installation (which includes the Client Development SDK) of business objects 3.1.
    Some of the code just don't work with the client installation. They give Invalid cast exceptions. The same code will work fine with the server installation.
    For a simple example, consider the following straightforward code to set the destination-
    String query = "Select SI_DEST_SCHEDULEOPTIONS, SI_PROGID "
              + " From CI_SYSTEMOBJECTS Where SI_PARENTID=29 and "
              + " SI_NAME='CrystalEnterprise.DiskUnmanaged'";
            InfoObjects destinationInfoObjects = infostore.Query(query);
            InfoObject infoObject = destinationInfoObjects[1];
            //Set the options for the disk unmanaged destination
            DestinationPlugin destinationPlugin = (DestinationPlugin)infoObject;
            DiskUnmanaged diskUnmanaged = (DiskUnmanaged)destinationPlugin;
            DestinationOptions destinationOptions = diskUnmanaged.ScheduleOptions;
            DiskUnmanagedOptions diskUnmanagedOptions = new DiskUnmanagedOptions(destinationOptions);
            diskUnmanagedOptions.DestinationFiles.Add("C:\\");
            diskUnmanagedOptions.UserName = "your_username";  //Change these according to your logon settings.
            diskUnmanagedOptions.Password = "your_password";
            schedulingInfo = publication.SchedulingInfo;
            schedulingInfo.Destination.SetFromPlugin(diskUnmanaged);
    This code will give an invalid cast exception as follows-
    System.InvalidCastException: Unable to cast object of type 'CrystalDecisions.Enterprise.InfoObject' to type 'CrystalDecisions.Enterprise.DestinationPlugin'.
    This happens at the line -
    DestinationPlugin destinationPlugin = (DestinationPlugin)infoObject;
    Now, this code works fine on a box where the server is installed.
    I have noticed this with a few other areas as well where the code fails with client installation but works on the server. This is really annoying because all the deveopers now have to install the server on their boxes.
    It is actually worse if just the Client Developer SDK is installed (and not the whole client). You would expect that just the SDK installation would be enough for one to do the coding. But doesn't work at all.
    Have others not faced this issue?

    Hi Dan,
    Thanks for your response. However, what I meant by client installation is exactly as what you have said below.
    I start the BusinessObjects Enterprise XI 3.1 Setup, go to custom install, which shows up the following options-
    Client Components
    Web Tier Components
    Server Components
    Database Access
    etc. etc.
    Initially I unselected all, drilled down Client Components and just installed the Developer Components. But the code used to fail with an InvalidCast exception when we used to cast an InfoObject to a Report as following-
    Report report = (Report)infoObjects[1];
    This code used to work fine with earlier installations of business objects.
    This happened with all 3 of us who installed just the Dev components. To get over this we installed the whole Client Components and the above problem got resolved.
    And now we realize that even the whole Client Comp is not enough because it gives the casting problem while doing the destination stuff.

  • Error in Client Installation - B1 8.8 in Vista

    Hi,
         I am installing B1 8.8 PL 00 in a vista system, but system throwing an error saying that Installation failed to complete.
         Other XP Clients are sucessfully got installed.
        Server:
                     Win 2008 Standard Edition
                     SQL Server 2008
                     SAP B1 8.8 PL 00
        Client:
                     Windows Vista Business Edition
                     CPU : x86 (32 Bit System)
                     Netowrk Full Access
         Can anyone please suggets me the best way to fix this error.

    Hi,
          I have installed the follwing prerequests
                 1, Dot Net 3.5 and Service pack for Same
                 2. VC + 2005
                 3. Windows Installer 4.5
                 4. SQL Native Client (2008)
          But Still it showing the same error

  • Installing Oracle Business Intelligence Client on Windows 7

    Hi!
    I have configured Oracle BI server in RedHat 5.5 64 bit with Oracle Database 11g running on it. Now i would like to configure Oracle BI client tools on my users. The users are working on a windows 7 32 but edition. does anyone here what are the prerequisites in doing this using Oracle Business Intelligence 11g Installer in the client (users) side? Do i just run the windows client installer? what are the things I need to do?
    thanks!

    Hi,
    Yes,just download biee_client_install.exe
    refer,
    http://mayankarya.wordpress.com/2011/10/03/obiee-11-1-1-5-client-install-on-windows-7-x64/
    Thanks
    Deva

  • Office 2013 Home & Business Edition - None of the application (Word, Powerpoint, Excel or Outlook) is opening, not even in safe mode..

    Office 2013 Home & Business Edition - None of the application (Word, Powerpoint, Excel or Outlook) is opening, not even in safe mode.. I tried to run the application in compatibility mode by right clicking the excel.exe and choosing the compatibility
    mode, still no success. It is installed on Windows 7 Professional SP1. All the latest updates are already installed. I have also tried Microsoft fixit, but still no Success. Please help!! 

    I'm so sorry that I forgot the Office programs even not open in safe mode and provide useless information in my last reply.
    The problem persists when we perform a Windows clean boot, right?
    Were the Office programs suddenly not working? Or it just can’t be open after you install it? Did you get any error message?
    If you haven’t try a repair of your Office installation, we can try it to check the result:
    http://office.microsoft.com/en-us/project-help/repair-office-programs-HA010357402.aspx
    In addition, try to use Event Viewer to see if we can get some useful error log about this problem. See:
    http://windows.microsoft.com/en-us/windows/open-event-viewer#1TC=windows-7
    Regards,
    Steve Fan
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • Java crash when clicking Bookmarks Unsorted Bookmarks & APC PowerChute Business Edition in a tab

    So, as the question states clicked on Unsorted Bookmarks (after adding a bunch of new bookmarks), while in a tab APC PowerChute Business Edition - Quick Status was running in the background, its a dashboard that refreshes frequently displaying status of APC connected to a server.
    In this context Java froze the computer, mouse moved jerkily for 10-15 seconds then froze as well. After waiting a few minutes I was forced to hard boot the laptop. After logging back in, there was a Java error log called hs_err_pid5280.log on my desktop. Here is half of the log:
    # A fatal error has been detected by the Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000, pid=5280, tid=2792
    # JRE version: 6.0_29-b11
    # Java VM: Java HotSpot(TM) Client VM (20.4-b02 mixed mode, sharing windows-x86 )
    # Problematic frame:
    # C 0x00000000
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    --------------- T H R E A D ---------------
    Current thread (0x032df400): JavaThread "AWT-Windows" daemon [_thread_in_native, id=2792, stack(0x00960000,0x00a60000)]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000000
    Registers:
    EAX=0x032f0bb0, EBX=0x00000001, ECX=0x03353af8, EDX=0x00000004
    ESP=0x00a5fae0, EBP=0x00a5fb0c, ESI=0x032df528, EDI=0x03353af8
    EIP=0x00000000, EFLAGS=0x00010293
    Top of Stack: (sp=0x00a5fae0)
    0x00a5fae0: 6d09ccc0 00a5fb74 6d09c780 00000000
    0x00a5faf0: 00000000 00000001 032df528 00a5fae4
    0x00a5fb00: 00a5fb90 6d0c0628 00000001 00a5fb38
    0x00a5fb10: 7e418734 002106fe 0000981a 03353af8
    0x00a5fb20: 00000000 6d09c780 dcbaabcd 00000000
    0x00a5fb30: 00a5fb74 6d09c780 00a5fba0 7e418816
    0x00a5fb40: 6d09c780 002106fe 0000981a 03353af8
    0x00a5fb50: 00000000 00a5fc34 00a5fc2c 00713a90
    Instructions: (pc=0x00000000)
    0xffffffe0:
    Register to memory mapping:
    EAX=0x032f0bb0 is an unknown value
    EBX=0x00000001 is an unknown value
    ECX=0x03353af8 is an unknown value
    EDX=0x00000004 is an unknown value
    ESP=0x00a5fae0 is pointing into the stack for thread: 0x032df400
    EBP=0x00a5fb0c is pointing into the stack for thread: 0x032df400
    ESI=0x032df528 is an unknown value
    EDI=0x03353af8 is an unknown value
    Stack: [0x00960000,0x00a60000], sp=0x00a5fae0, free space=1022k
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j sun.awt.windows.WToolkit.eventLoop()V+0
    j sun.awt.windows.WToolkit.run()V+52
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x0337b000 JavaThread "Thread-20" [_thread_blocked, id=856, stack(0x040d0000,0x04120000)]
    0x0337a000 JavaThread "Thread-19" [_thread_blocked, id=5972, stack(0x04080000,0x040d0000)]
    0x03367800 JavaThread "Image Fetcher 3" daemon [_thread_blocked, id=4904, stack(0x03fb0000,0x04000000)]
    0x03363000 JavaThread "Image Fetcher 2" daemon [_thread_blocked, id=6124, stack(0x03f60000,0x03fb0000)]
    0x03362c00 JavaThread "Image Fetcher 1" daemon [_thread_blocked, id=3208, stack(0x03b80000,0x03bd0000)]
    0x03346400 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=4756, stack(0x03b30000,0x03b80000)]
    0x03361400 JavaThread "Thread-18" [_thread_in_native, id=6100, stack(0x03f10000,0x03f60000)]
    0x03354000 JavaThread "Thread-17" [_thread_blocked, id=3100, stack(0x03ec0000,0x03f10000)]
    0x03360800 JavaThread "thread applet-GenericList.class-4" [_thread_blocked, id=6036, stack(0x03dd0000,0x03e20000)]
    0x03349800 JavaThread "thread applet-PortGraph.class-3" [_thread_blocked, id=5784, stack(0x03d30000,0x03d80000)]
    0x0334b000 JavaThread "Applet 4 LiveConnect Worker Thread" [_thread_blocked, id=4456, stack(0x03d80000,0x03dd0000)]
    0x03351800 JavaThread "Applet 3 LiveConnect Worker Thread" [_thread_blocked, id=2056, stack(0x03ce0000,0x03d30000)]
    0x03346000 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=5676, stack(0x036f0000,0x03740000)]
    0x03341c00 JavaThread "thread applet-PageSelector.class-2" [_thread_blocked, id=3552, stack(0x03ae0000,0x03b30000)]
    0x0335cc00 JavaThread "thread applet-PageSelector.class-1" [_thread_in_native, id=440, stack(0x03a40000,0x03a90000)]
    0x03321400 JavaThread "JVM[id=0]-Heartbeat" daemon [_thread_blocked, id=4868, stack(0x039a0000,0x039f0000)]
    0x03325c00 JavaThread "AWT-EventQueue-2" [_thread_blocked, id=5948, stack(0x03a90000,0x03ae0000)]
    0x03323400 JavaThread "Applet 2 LiveConnect Worker Thread" [_thread_blocked, id=5428, stack(0x039f0000,0x03a40000)]
    0x0331b000 JavaThread "Browser Side Object Cleanup Thread" [_thread_blocked, id=4484, stack(0x03950000,0x039a0000)]
    0x03314c00 JavaThread "Windows Tray Icon Thread" [_thread_in_native, id=5792, stack(0x037e0000,0x03830000)]
    0x03313000 JavaThread "CacheCleanUpThread" daemon [_thread_blocked, id=4080, stack(0x03790000,0x037e0000)]
    0x032e9c00 JavaThread "CacheMemoryCleanUpThread" daemon [_thread_blocked, id=1668, stack(0x03740000,0x03790000)]
    0x032e6000 JavaThread "SysExecutionTheadCreator" daemon [_thread_blocked, id=5856, stack(0x03500000,0x03550000)]
    0x032e3400 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=3156, stack(0x036a0000,0x036f0000)]
    =>0x032df400 JavaThread "AWT-Windows" daemon [_thread_in_native, id=2792, stack(0x00960000,0x00a60000)]
    0x032ddc00 JavaThread "AWT-Shutdown" [_thread_blocked, id=4216, stack(0x03600000,0x03650000)]
    0x032dc800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=6040, stack(0x035b0000,0x03600000)]
    0x032d6000 JavaThread "Java Plug-In Pipe Worker Thread (Client-Side)" daemon [_thread_in_native, id=5432, stack(0x03560000,0x035b0000)]
    0x02def400 JavaThread "Timer-0" [_thread_blocked, id=3812, stack(0x034b0000,0x03500000)]
    0x02db0800 JavaThread "traceMsgQueueThread" daemon [_thread_blocked, id=4256, stack(0x03220000,0x03270000)]
    0x02d59800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=5896, stack(0x02fe0000,0x03030000)]
    0x02d56800 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=4436, stack(0x02f90000,0x02fe0000)]
    0x02d51800 JavaThread "Attach Listener" daemon [_thread_blocked, id=5084, stack(0x02f40000,0x02f90000)]
    0x02d50400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=492, stack(0x02ef0000,0x02f40000)]
    0x02d49800 JavaThread "Finalizer" daemon [_thread_blocked, id=3380, stack(0x02ea0000,0x02ef0000)]
    0x02d48000 JavaThread "Reference Handler" daemon [_thread_blocked, id=5520, stack(0x02e50000,0x02ea0000)]
    0x00888000 JavaThread "main" [_thread_blocked, id=3112, stack(0x00910000,0x00960000)]
    Other Threads:
    0x02d0bc00 VMThread [stack: 0x02e00000,0x02e50000] [id=1112]
    0x02d64400 WatcherThread [stack: 0x03030000,0x03080000] [id=3352]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 4928K, used 790K [0x22990000, 0x22ee0000, 0x27ee0000)
    eden space 4416K, 16% used [0x22990000, 0x22a454d0, 0x22de0000)
    from space 512K, 12% used [0x22de0000, 0x22df0610, 0x22e60000)
    to space 512K, 0% used [0x22e60000, 0x22e60000, 0x22ee0000)
    tenured generation total 10944K, used 2392K [0x27ee0000, 0x28990000, 0x32990000)
    the space 10944K, 21% used [0x27ee0000, 0x281361e8, 0x28136200, 0x28990000)
    compacting perm gen total 12288K, used 2521K [0x32990000, 0x33590000, 0x36990000)
    the space 12288K, 20% used [0x32990000, 0x32c065d8, 0x32c06600, 0x33590000)
    ro space 10240K, 51% used [0x36990000, 0x36ebd0b8, 0x36ebd200, 0x37390000)
    rw space 12288K, 54% used [0x37390000, 0x37a29570, 0x37a29600, 0x37f90000)
    Code Cache [0x00aa0000, 0x00ba8000, 0x02aa0000)
    total_blobs=545 nmethods=326 adapters=155 free_code_cache=32478144 largest_free_block=0

    I've also posted this to Java / Oracle.

  • Sharing files between a Windows Vista Business edition and a Mac osx 10.6.6

    Is there reliable information somewhere about how to share files from a Windows Vista business edition pc to a Mac osx 10.6.6?  I have googled instructions and followed the steps and still could not have sharing to happen between the Vista pc and the Mac.  These are the steps I have performed, I have made sure that
    o Both the Vista pc and the Mac have the same user account/password.
    o The firewall from the Vista side allows file and printer sharing in the exceptions.
    o Enabled sharing with a few directories on the Vista pc.
    o Changed the security policy on the Vista pc to "LM and NTLM - use NTLMV2 session security if negotiated".
    o On the Mac System Preferences > Sharing selected File sharing.
    On the Windows Vista pc, if I click the Start menu and then Network, the Mac does not appear.  On the Mac, from the Finder menu if I click Go > Connect to server and request a connection to the IP address of that Vista pc, I get an error, "Connection Failed"  (could not find pc or not available at this time).
    What else do I need?

    That was a great tutorial / walk through.
    In fact, I would say that was far easier than the entrophy route (which is good) as you can see exactly what you are doing rather than relying on an installer which has often failed in the past for me, and then just suddenly worked for no apparent reason!
    Just two things to improve it for other users, and they are really VERY minor... From previous experience, I knew where to find the php.ini.default file, but you don't let people know where to find that, and the links to the MySQL downloads were broken. I guess that is because the file names have changed or because I am coming at it from a different country. I got a message stating: 'That file does not exist on our download mirrors.'
    Thanks for doing that, I really appreciate you (and the likes of David Powers) taking the time to set these tutorials up for others to use.
    Mat

  • SAP Business One Client Not Install In Windows 7 Proffesional

    HI Expert,
    I Have Not Able To Install SAP Business One Client
    Version : SAP Business One 8.8 (8.80.229)  SP: 00  PL: 10
    Windows 7 Proffesional
    Error Massage : 1628
    Best Regards,
    Srujal Patel

    Julie Jamieson   
    I Have Install SAP B1 on Right Click & Run as Administrator
    Installation has been complete sucesfully
    In Last When I Open SAP B1 Through Icon
    Not Found SQL SERVER 2008 So Not Display Database Company List
    Thanks
    Srujal

  • Instant client installation unavailable in ODBC data sources

    I'm trying to install instant client to enable MS Excel to access an Oracle database. OS is Windows 7.
    After installing instant client plus the odbc package, I can't see a new entry in the odbc data sources - only the standard Microsoft sources (Excel, Access, SQL Server) show up.
    There's also an Oracle SQL developer installation on my computer. Connection to the database works fine in SQL developer - so the DB does exist and it is accessible.
    Steps conducted during instant client installation:
    - Downloaded basic lite instant client (11.2.0.3.0) for windows.x64
    - Downloaded odbc package for windows.x64
    - unpacked zip file to instantclient directory
    - executed the odbc_install.exe in the instantclient directory. I'm not sure if this install.exe does anything at all. There was no error message but also no confirmation or reaction of any kind.
    - executing the install file from the cmd window gave me a message, that the odbc drivers were already installed. So I guess odbc_install.exe was executed properly
    - setting some system variables
         1) path variable: added instantclient directory to the ones already listed in path
         2) tns_admin: new entry, pointing to instantclient directory
         3) ld_library_path: new entry, pointing to instantclient directory
    - wrote an tnsnames.ora file using the connect information also used in SQL developer
    - saved tnsnames.ora file in instantclient directory
    - rebooted computer to activate changes
    When opening the odbc data source administration, I'm only able to see Microsoft drivers for Access, Excel, SQL Server. I'd expect to get an Oracle driver option to add to the installed drivers.
    Wild & uneducated guesses about what might cause the problem:
    - IC is installed on E: drive. Maybe some component is expected to be saved on C: (low likelihood, many others would have complained by now)
    - Win 7 often asks for explicit permission to do this or that via popup windows. Maybe the odbc-component encounters such a request ans says "Ummm....???"
    Any idea, what I might try to get an oracle entry in the odbc data source list?
    Best regards
    Peter
    Edited by: 1003309 on 30.04.2013 05:33

    I'm not sure to be honest, but what I downloaded did not have a setup.exe.
    Does what you're talking about allow you to connect to Oracle databases via ODBC? If so, is it downloadble from the Oracle site?

  • Oracle 11g client installation on Solaris in non GUI mode

    Hi,
    I want to know if there is a way i can install Oracle 11g client on Solaris 10 machine in non GUI mode (ie. i want to do it from a command based terminal)
    Thanks
    Anup

    Hi Anup
    You have two ways to install it
    1) Client installation without response file
    Please Refer to Doc ID 885643.1
    2) With Response file
    Refer to the document available in Document library
    Document Oracle® Database Client Installation Guide
    11g Release 2 (11.2) for Solaris Operating System
    Note: from 11gR2 onwards you can create a response file from GUI also and then use it later on for silent installation.
    Hope this is helpful for You
    Regards
    Sudhir
    Edited by: user13090769 on Sep 1, 2010 10:55 AM
    Edited by: user13090769 on Sep 1, 2010 10:56 AM

  • Oracle 11g Client Installation on Ubuntu

    Hi, I tried to install the Oracle 11g Client on my Dell Inspiron laptop running ubuntu, the thing is that I did every step described in the Installation Guide but when I ran the ./runInstaller file, at the installation point the assistant raises an error and prompts for an action (Ignore, Retry, Cancel), and even if I choose ignore it keeps raising the same error, then I noticed in my terminal that the errors was because ubuntu couldn't find some commands used in the installation script, and that there was no installation steps for ubuntu in my guide, so I think the Client Installer I downloaded wasn't for ubuntu... could be the reason why I can't install the client? is there a script or some way to install the client on ubuntu?
    Thanks!
    Edited by: user10232758 on Oct 23, 2008 7:34 AM

    Unfortunately there's no (official) installation guide from Oracle,because it's not supported. If you want to continue go to the Linux Technology Center on OTN and follow the instructions for unsupported platforms (under Installation Guides):
    http://www.oracle.com/technology/tech/linux/index.html
    http://www.pythian.com/blogs/968/installing-oracle-11g-on-ubuntu-804-lts-hardy-heron
    Werner

Maybe you are looking for

  • Communication problem between OHS and OC4J

    9iAS version -- 90201 Operating system -- Windows 2000 Server Service pack -- 2 My web-application consists of business components, jsp, java beans. Project is running fine and no problem when using application. But the error_log file of apache is sh

  • Can't open already created project

    I am total Flex beginner and I have tried lots of ways how to open one existing Flex project, but it looks too complicated for me. I think problem is that I've got nonstandard project source. Please take a look at this source here picasa-image-expres

  • BPM           Package SWF_XI_ADAPTER missing two objects

    Hi , we are running XI SR1 or SP09 and Workflow Adapter for XI Appl-> component BC-BMT-WFM are missing Workflow template WS77200005 and Standard task TS77207918. I found it out when I tried to make activation of Process Definition in transaction SXI_

  • Creating Assets in MB1B

    Hello All, Requirement I have to create assets during MB1B with movement type 309. The requirement is for every material entered, one asset should be created and then assigned to equipment record. If in any case error occurs everything should be roll

  • Unexpected Result: Deleting asset file did not affect Encore

    I am using Encore DVD 2.0. I deleted the DV AVI file, the asset for the timeline, from the folder of orgin. I did not remove the DV AVI asset from the Encore project. When I opened the Encore project, I expect the DV AVI file to have either a "broken