My First Fms Install/Config

Hi,
I was wondering if anyone could help me?
I have installed FMS on windows2003 std on a dedicated server.
The server was running windows media services, shoutcast and IIS6
I have killed all these services and am just running FMS so as far as i know port 80 is not in use
I can connect the encoder using this address   rtmpt://xx.xx.xx.xx:1935/live
Does anyone know why i cant just use rtmp://
also if i load the interactive tab on the index page in the webroot, I can connect and i can view the stream but
no matter what code i use to embed the player, they all fail to connect yet i can view the stream on the interactive tab.
As you can tell i am a complete newbie with FMS
Many Thanks

Yes. I am using FMLE 3.2 .  If i select Stream to Media Server  and use rtmpt://xx.xx.xx.xx:1935/live  
as the FMS URL:     Stream: (anything)  It will connect,
But using any other FMS URL ie....
rtmp://xx.xx.xx.xx:1935/live
rtmp://xx.xx.xx.xx/live
rtmpt://xx.xx.xx.xx/live
I receive the message Problem with primary server, Failure to connect to primary server. Please verifythat your server URL and app name are valid and that your internet connection is working...
Regards
Jon

Similar Messages

  • Lenovo Yoga 2 13, Kali Linux 1.0.7, Ubuntu 14.04, Windows 8.1 install, config, and wifi fix.

    Lenovo Yoga 2 13, Kali Linux 1.0.7, Ubuntu 14.04, Windows 8.1 install, config, and wifi fix.
    I wanted to share an experience with everyone I hope will help others avoid what I have gone through the past 3 days. I bought a Yoga 11s that I loved but had some issues with the wireless, Lenovo being awesome replaced it with a Yoga 2 13. I love this laptop but ran into some issues with Linux install/wireless, which I wanted to show how to resolve in one place. Hopefully this will help someone else get through this quicker
    I am going to try and write this for someone with little Linux experience, if I miss the mark please let me know and I will clarify the best I can.
    For work I need Windows 8.1 and Kali Linux, while for home I prefer Ubuntu.
    My Yoga 2 13:
    I5 1.6 ghz
    8 GB ram
    256 GB SSD
    ORANGE!
    My requirements: 
    I need Windows
    I need Kali Linux (livecd, even with persistent mode was not an option as it would not save the wireless fix or system updates) – I would also like this on a USB drive and not the internal SSD
    I would like Ubuntu
    Needed to do this:
    1. 2 USB thumb drives (at least 8gb in size each) I used 2 Leef Supra 32GB drives. They are my favorite right now and are only about $27 at amazon.
    2. Phone that can USB Tether or a USB Ethernet card (External USB wireless will show as "Hardware Locked"). Again you can pick one up for sub $10 if you need the USB Ethernet route. I used my Galaxy S5, you will need to download 200-300 mb of items through this so make sure you have the data if you go that route.
    3. You may be able to get a USB wifi card to work if you do the following after boot. This only worked once for me.
                    a.Type ‘sudo rmmod iwlmvm’
    b.Type ‘sudo rmmod iwlwifi’
    4. ISOs of Ubuntu and Kali Linux (I used Ubuntu 14.04 and Kali Linux 1.0.7)
    5. Software to unzip the ISOs. I recommend 7-ZIP and will be referencing this in this guide.
    6. I will include the EFI boot files and the WiFi fix files if I can attach. Otherwise I will provide a link to them.
       Link: https://www.dropbox.com/s/puxnnoft3gn2b6l/WiFiFix.zip
    Recommended (these are just in case you corrupt something making your system not see any OS
    1.  I would call Lenovo beforehand and get a set of recover disks (this will take 2-3 days)
    2. In the meantime a USB Windows 8.1 or 8 ISO (the repair feature may save you)
    *Note: At many points in this guide I detail steps and commands. Please double check that you understand the step before proceeding. There are multiple points where a mistyped command or clicking the wrong option will cause your entire system to fail and you will need to reformat the entire drive and start over. This also will make One Touch recovery not work. Proceed with caution.*
    I did not need to disable ‘secure boot’ to do this, but keep in mind that you may need to.
    Steps:
    First let’s go through the installs, and then we will go through grub config and wireless fix
    1. In Windows scroll to computer and right click, select manage.
    2. Go to “Disk Management”
    3. Select the main HDD (notice Lenovo puts a stupid number of partitions on here)
    a. I deleted the D: drive on here, if you do this make sure to copy the drives over to your main C: drive. You will want to run each of the installers and repair the drivers after.
    4. I used the space from the D: drive and pulled a little more creating a 50 GB partition for Ubuntu and my swap file
    a. You can also add more space by right clicking your C drive and selecting shrink
    b. Do not format the partitioned data as this will make identifying it later much easier.
    5. Open a command line
                    a. Swipe from the right of the screen and select search
                    b. Type ‘cmd’
                    c. right click and select ‘run as admin’
    6. For Ubuntu: Type ‘diskpart’ into the command line
                    a. type ‘list disk’
    i. You should see 2-3 disks depending on if you have one or both usb drives in the laptop at the time. I would suggest only doing 1 at a time so you don’t lose track.
                    b. type ‘select disk $’ (Replace the $ with the number of the drive)
    c. ***** Before proceeding make sure you have the correct drive selected or you can ruin your Windows install and Lenovo one touch recovery will not fix it since we have changed the partitions *****
    d. type ‘clean’
    e. type ‘create partition primary’
    f. type ‘active’
    g. type ‘format  fs=fat32 quick’
    h. type ‘assign’
    i. type ‘exit’
    6. For Kali Linux: Type ‘diskpart’ into the command line
                    a. type ‘list disk’
    i. You should see 2-3 disks depending on if you have one or both usb drives in the laptop at the time. I would suggest only doing 1 at a time so you don’t lose track.
                    b. type ‘select disk $’ (Replace the $ with the number of the drive)
    c. ***** Before proceeding make sure you have the correct drive selected or you can ruin your Windows install and Lenovo one touch recovery will not fix it since we have changed the partitions *****
    d. type ‘clean’
    e. type ‘create partition primary size= 3272
    f. type ‘active’
    g. type ‘format  fs=fat32 quick’
    h. type ‘assign’
    i. type ‘exit’
    j. By doing this we can maintain a portion of this drive as the install CD and still have linux install/ liveCD if we need to run it on another machine.
    7. At this point the drive is ready to have the contents of the ISO copied over.
    8. Right click the ISO and select 7-zip then ‘zip to /’ This should unzip the ISO to the location of the ISO into a folder named exactly the same as the ISO.
    9. Once this is done for Ubuntu ISO it is done
    10. Kali requires a little bit more to be ready
                    a. Kali will need some files added for EFI boot. --$--
                                   i. Thanks to: https://forums.kali.org/showthread.php?271-How-to-EFI-install-Kali-Linux
                                   ii. EFI files are located within the wifi fix folder https://www.dropbox.com/s/puxnnoft3gn2b6l/WiFiFix.zip
    11. Now let’s start with Ubuntu
    Ubuntu install
    1.     Place USB drive into the laptop and press the “Lenovo boot” button next to the power button
    2.     Select ‘Boot Menu’
    3.     Select ‘EFI USB Device (Name of drive)’ Mine stated Leef Supra
    4.     Select ‘install Ubuntu’
    5.     Go through the Ubuntu install until you get to select the install drive
    6.     Once you get to the install portion it will ask you to select from one of 4 options. Select ‘Manually select partition’
    7.     Select the “Free Space” where we opened up some of the drive
    8.     You will need to create 2 partitions, I usually create the swap partition at the end of the drive
    a.     First I create the swap
                                              i.    Set at the end of the drive
                                             ii.    Set size to 1024 mb
                                            iii.    Set type to ‘swap’
    b.     Second create the ext 4 partition
                                              i.    Set to beginning of drive
                                             ii.    Set to remainder of the space
                                            iii.    Set type to ext4
                                            iv.    Set mount point to /
    9.     Finish the install and boot into Ubuntu
    10.   You will notice that your wireless is ‘disabled by hardware’ This is fine for the time being and we will worry about this after the kali install. If we fix it now for some reason after installing kali we get the error again and would just need to fix it again.
    Kali Linux install
    1.     Place USB drive into the laptop and press the “Lenovo boot” button next to the power button
    2.     Select ‘Boot Menu’
    3.     Select ‘EFI USB Device (Name of drive)’ Mine stated Leef Supra
    4.     From the grub menu select ‘install kali linux’ both graphical and text work. I much prefer text install
    5.     You will get a few errors through the install but that is fine
    6.     The first we see is about network hardware and ‘load missing firmware from removable media?’ – Select ‘no’
    7.     Then select no ethernet card
    8.     It will have you name your machine then it will ask you for the root password
    a.     If you want to just use root *not recommended* place the password here
    b.     If you wish to use a non-root account then leave these blank and it will ask you for a name, username, and password of the new machine *Very Recommended* - this will also add this user to the sudoers file
    9.     It will then ask you to ‘partition disks’
    10.   Select manual
    11.   Now here is where it can get a little confusing so read twice click once
    12.   Select the USB drive from this list
    13.   Mine shows up under (sdb) – Leef Supra
    a.     It could be sdc, sdd, sde, etc… depending on how many drives you have plugged in.
    14.   You should see one primary drive that is 3gb or so that is formatted as FAT32. – DO NOT TOUCH THIS PARTITION!
    15.   You should see the remainder of this drive as ‘FREE SPACE’ select that
    16.   Create a partition at the end at size 1024mb and swap
    17.   Then create another one for the remainder of the drive and set it to ext4 with mountpoint of /
    18.   Continue through the install after you should see an error warning you that ‘you may not be able to boot’ that is fine, select continue
    19.   Then select from the menu of all the options ‘continue without bootloader’
    20.   It should finish up then reboot on its own.

    First setup/boot/fix grub
    1.     You should  be able to boot up into GRUB2 menu now.
    2.     You may not see kali linux in this menu (make sure you have your towel and don’t panic!)
    3.     Boot into Ubuntu
    4.     Once you log in you should see that you still cannot use wireless due to being locked by hardware
    5.     This is expected
    6.     Let’s fix grub then we will come back to fixing wireless
    7.     Plug in your device to connect to the internet (USB Tethering or USB Ethernet)
    8.     Once you verify that you now have an internet connection run the following from terminal
    a.     ‘sudo add-apt-repository ppa:danielrichter2007/grub-customizer’
    b.     ‘sudo apt-get update’
    c.     ‘sudo apt-get install grub-customizer’
    9.     You can also edit the grub.cfg manually if you know what you are doing… I did not
    10.   Open grub  customizer
    11.   It should auto populate and you should see ‘debian (kali linux)’ somewhere in the list
    12.   It should be mounted to /dev/sdb2 or /dev/sdc2 depending on how many devices you have
    13.   At this point go ahead and save
    14.   Reboot and test that you can get into each OS
    15.   This is where my inexperience got me. I spent 2 of my days so I am including this error: If when you boot into Kali you get an error somewhere that says ‘/bin/sh: can’t access tty: job control turned off’ look above it for an error that looks similar to ‘ALERT! /dev/sdc2 does not exist. Dropping to a shell!!’
    a.     That error is due to the mount point being incorrect in grub, reboot and from within grub highlight the kali boot. Press ‘e’ then towards the bottom you should see ‘root=/dev/sdc2’ change this to ‘root=/dev/sdb2’ again the number doesn’t matter just make sure it stays the same.
    b.     Press F10
    c.     If this boots fine then you will need to go back and fix the grub.cfg or load into Ubuntu and open grub customizer again, it should fix this
    16.   Now you have 3 working OS on the machine with one being on a USB! Congrats!
    17.   You can remove the USB with no worry of screwing up your install, but you will not be able to boot into Kali Linux until you replace it. I would suggest only removing it and replacing it while the machine is powered off, but that’s just me.
    Fix Wireless
    Now is the time to do what probably ¾ of you came here for. FIX THE DANG WIRELESS. This is a huge problem from Lenovo’s side that I hope they realize how important Linux is and will fix. I won’t hold my breath though.
    Log into Ubuntu : This is well documented in the following forum post on page 3 by user Haohe:
    http://ubuntuforums.org/showthread.php?t=2215044&page=3
    His has you download quite a large file, mine should be much smaller.
    https://www.dropbox.com/s/puxnnoft3gn2b6l/WiFiFix.zip
    1.     Download the attached package with the fix.
    2.     Connect your USB internet device (tether or ethernet)
    3.     Place the packages somewhere easy to access, in this example I will place them under ~/Desktop/WiFiFix
    4.     Type ‘cd ~/Desktop/WiFiFix/’
    5.     Now we need to prep the tools we need.
    6.     Type ‘sudo apt-get update’ – we did this before, but you know, just in case
    7.     Type ‘sudo apt-get install linux-headers-`uname –r`’   Note around uname-r they are the ` symbol not the ‘ this is located just above the tab on the same key as ~.
    8.     Type ‘make’
    9.     Type ‘sudo cp /lib/modules/3.13.0-24-generic/kernel/drivers/platform/x86/ideapad-laptop.ko ~/ideapad-laptop.ko.backup’
    10.   Type ‘sudo cp ~/Desktop/WiFiFix/ideapad-laptop.ko /lib/modules/3.13.0-24-generic/kernel/drivers/platform/x86/’
    11.   Type ‘sudo modprobe -r ideapad-laptop’
    12.   Type ‘sudo modprobe ideapad-laptop’
    13.   Type ‘sudo rfkill unblock all’
    14.   Type ‘sudo modprobe -r ideapad-laptop’
    15.   Type ‘sudo mv ~/ideapad-laptop.ko.backup /lib/modules/3.13.0-24-generic/kernel/drivers/platform/x86/ideapad-laptop.ko’
    16.   Next we need to blacklist the ideapad module
    17.   Type ‘sudo echo 'blacklist ideapad-laptop' > /etc/modprobe.d/blacklist-ideapad.conf’
    a.     The first time I tried this it wouldn’t work. So I did the following
    b.     ‘sudo touch /etc/modprobe.d/blacklist-ideapad.conf’
    c.     ‘sudo vim /etc/modprobe.d/blacklist-ideapad.conf’
    d.     Enter     blacklist ideapad-laptop
    e.     Exit and save
    18.   Reboot your Yoga 2 13
    19.   Boot into kali and see if you have wireless, if you do then you are done. If not we will need to repeat this process with one small little change.
    Kali Wifi Fix
    1.     Copy the sources.list from the package provided
    2.     Replace /etc/apt/sources.list with the included
    3.     Some of the file path changes but the process remains the same from here.
    Congratulations you now have 3 OSes one portable to other machines and working wifi!
    Thank you
    SirGed

  • First-Time install (htmldb 1.6)

    Hello,
    I'm planning on installing htmldb (v1.6) for the first time on my workstation for testing. I've already got Oracle 10g installed (windows xp, 32bit).
    I downloaded the roughly 47mb htmldb 1.6.zip program file, as well as the zipped set of documentation. In reading through the installation guide, the installation procedure basically boils down to running the install script, and then doing some post-install config.
    However, in reading other docs on htmldb, such as the installation faq, they seem to reference installing htmldb through the Oracle 10g companion cd. But the installation document that I downloaded with the 1.6 program and the 1.6 documentation set makes no mention of the companion cd.
    Is using the companion cd required, or was that the old method of doing the install, and if I am doing a first-time install of the product then I should ignore the companion cd and just follow the installation doc by running the installation script directly in my database?
    Thanks, Scot.

    Scott,
    You can just run the install script as you suggest in your second paragraph.
    The Companion CD has a couple of other programs on it and I believe it uses the OUI to get the info required then runs the install script for you.
    I believe the 1.6 zip file was put up on its own because demand for the new version was so high and it would have been unnecessary to generate a complete new Companion CD just for 1.6.
    Good luck.
    Greg

  • L20-155: Can't install Config Free - "Not Found NDSFiles Folder"

    Hallo outthere,
    After 2 weeks i install win xp pro on my l20-155, and now i`ll like to install config free (confree-xp-55013-du.zip),
    but there comes an message thats tell:
    "Not Found NDSFiles Folder", and the install stops!
    any help is welcome
    thankssofar

    Hi
    Sometimes the installations problems occur because of wrong installation order.
    If you want install the OS manually, without to use the recovery cd you have to install the Toshiba drivers tools and utilities in the right order. Its very important that you install firstly the chipset driver and then the common modules. After this installation you should install the common drivers like graphic driver, sound driver, etc.

  • Re-install & config Enterprise Manager dbconsole on linux

    Dear Sir/Madam,
    Anyone can teach me how to fully uninstall it &
    re-install & config
    Enterprise Manager dbconsole.
    Best Regards
    boris

    Are you trying to reinstall the EM dbconsole associated to a specific DB, or the EM grid console which allow you to manage DBs, App servers, and any Oracle product?
    In the second case, I think the previous reply is right.
    For the first case, you can execute emca -x SID, where SID is the sid of the Oracle DB being managed. Then, with DBCA, choose to reconfigure database, and select the management with dbconsole.
    Regards.

  • When updating from Firefox 3.6 to 9.1 should I first un-install 3.6??

    When updating from Firefox 3.6 to 9.1 should I first un-install 3.6??
    I want a clean install of 9.1 but would like to keep all my settings, cookies, passwords, dictionary, etc.
    Running a Windows 7 machine.

    There is no need to uninstall the older version. you can update it.. go to help in the menu bar> then take> about firefox >then update the same..You can keep all your items in the new version..

  • HI i am user for InDesincc TrialVersion now. i have serious question for all guys in here. at first i installed Indesigncc as korean language but now i need to indesigncc english language installation. and then now i cant translate and changing korean lan

    Daniel SterchiHI i am user for InDesincc TrialVersion now. i have serious question for all guys in here. at first i installed Indesigncc as korean language but now i need to indesigncc english language installation. and then now i cant translate and changing korean language interface to english language interface at indesigncc download. so i wonder How i can do that?...i am very seriuos for now....i want indesigncc version for Eng.Language interface. but now i cant do that .i dont konw how i can presented kor. interfacing transite to eng. interface..
    forumnotifierHI i am user for InDesincc TrialVersion now. i have serious question for all guys in here. at first i installed Indesigncc as korean language but now i need to indesigncc english language installation. and then now i cant translate and changing korean language interface to english language interface at indesigncc download. so i wonder How i can do that?...i am very seriuos for now....i want indesigncc version for Eng.Language interface. but now i cant do that .i dont konw how i can presented kor. interfacing transite to eng. interface..

    First of all, uninstall it with the uninstaller.
    Then:
    Install the ENGLISH version.
    Change the language in the CC app to Korean.
    Install the Korean version. (DON't uninstall the English version)
    Change back the langauge in the CC app to English.
    When your OS is running in English, InDesign will run in English with Korean functionality added, if your OS is running in Korean it will take the Korean User Interface, so let your OS run in English.
    Every installer language will add needed plugins for the work with that language. E.g. If I install Hebrew, I get RTL functionality in German version, only if I would change the OS language it would change the language of InDesign, InDesign takes always as UI language the language of the OS if available, if not (in your case you have uninstalled English before), it takes any version which is available in the order of languages specified in the OS.
    If you need to run your program in a different language than the OS but you have installed it in the language of the OS it becomes more difficult. You would have to use some system tools which are able to force a program to open with a different language. Most of those tools are freeware.

  • Will not let me log in, first time installing on this computer.

    Will not let me log in, first time installing on this computer.

    What is the error message you see when it will not let you log in... is it one of the below problems?
    Sign Out When Sign In http://forums.adobe.com/thread/1450581?tstart=0 may help
    -and http://helpx.adobe.com/creative-cloud/kb/unable-login-creative-cloud-248.html
    And, just in case you ever have this problem...
    BLANK Cloud Screen http://forums.adobe.com/message/5484303 may help
    -and step by step http://forums.adobe.com/thread/1440508?tstart=0
    -and http://helpx.adobe.com/creative-cloud/kb/blank-white-screen-ccp.html
    Mac Spinning Wheel https://forums.adobe.com/message/5470608
    -Similar in Windows https://forums.adobe.com/message/5853430

  • When I move my mouse Itunes stops playing. This was happening before I installed latest version. I have installed latest version three times. First and install, then as a repair, and third time I unistalled Itunes and reinstalled i.

    when I move my mouse Itunes stops playing music. Sometimes this happens immediatly and sometime it take 10 to 15 sec. I tried playing Itunes and then tabing another program but same result. If I click on play and do not move mouse Itunes works as usual.. This was happening before I installed latest version. I have installed latest version three times. First and install, then as a repair, and third time I unistalled Itunes and reinstalled i.

    when I move my mouse Itunes stops playing music. Sometimes this happens immediatly and sometime it take 10 to 15 sec.
    At various stages over the years, mouse-related iTunes trouble has been associated with driver conflicts. So it might be worth following up on that possibility.
    Head to the drivers and downloads page for your model of PC, and check to make sure you're not behind on any chipset and input-device-related driver updates. (And while there, just in case, also check to make sure your BIOS, sound-card/integrated audio, and video-card/display-adaptors are up to date.)
    If you're behind on anything, and you update, does that help with the mouse-related iTunes issues?

  • Perform a first time install again???

    i recently bought a Nokia E63... and set it all up and did the first time install. I found out the charger didn't work so i formatted the E63 and i was going to return the phone. Turns out they just gave me a new charger.
    i lost a few applications that came with the phone during the first time use/install period when i first turned on the phone... applications such as games and i cant remember what else. Is there anyway i can get all my applications back and do another first time install?

    Most of application u can get back from OVI store.
    but you wont be getting the Advance call manager full version now.
    You have to purchase now as it is available for trial just only for 15 calls.
    Applications came with E63:
    Advance call manager
    Ovi chat
    Top hit solitare
    Global block
    regards
    Moderator note: link removed.

  • Interest doc getting cleared for first due installment instead of the last

    We are creating loans using transaction EK25. There is a problem with the clearing of interest documents. In our scenario, we are clearing the last installments whenever there is an overpayment. But the interest document is getting cleared for the first due installment.  How can we make sure that interest documents are cleared for the last installments. Any insights or information on this?
    Edited by: PraveenGouri on Sep 13, 2011 1:18 PM
    Edited by: PraveenGouri on Sep 13, 2011 1:19 PM
    Edited by: PraveenGouri on Sep 13, 2011 1:19 PM

    Hi,
    Is it a possibility that Interest Documents are created with Clearing restriction which is removed only when next installment is created. This way, your interest document won't get cleared until next installment is created.
    Ravi

  • Unhandled exeception has occurred in your application. On first time instal

    I am installing on a server 2003 for the first time. After loading it on the server, I begin to run Installer for my frist instance. After clicking finish on the 'Installation Tasks' screen, it runs until it gets to the 'Installing Webfiles'.  This is where I get the error. As I said this is a first time Web Tools 6 install.  I have a copy of the error message here:
    SAP Business One Web Tools Installer.
    Unhandled exeception has occurred in your application.  If you click Continue,the application will ignore this error and attempt to
    continue.  If you click Quit, the application will close immediately.
    Some or all identity references could not be translated.
    DETAILS:
    See the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.
    Exception Text **************
    System.Security.Principal.IdentityNotMappedException: Some or all identity references could not be translated.
       at System.Security.Principal.NTAccount.Translate(IdentityReferenceCollection sourceAccounts, Type targetType, Boolean forceSuccess)
       at System.Security.Principal.NTAccount.Translate(Type targetType)
       at System.Security.AccessControl.CommonObjectSecurity.ModifyAccess(AccessControlModification modification, AccessRule rule, Boolean& modified)
       at System.Security.AccessControl.CommonObjectSecurity.AddAccessRule(AccessRule rule)
       at System.Security.AccessControl.FileSystemSecurity.AddAccessRule(FileSystemAccessRule rule)
       at Installer.Workers.FileWorker.OnDoWork(DoWorkEventArgs e)
       at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
    Loaded Assemblies **************
    mscorlib
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
        CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
    Installer
        Assembly Version: 2007.0.630.10
        Win32 Version: 2007.0.630.10
        CodeBase: file:///E:/Program%20Files/SAP/SAP%20Business%20One%20Web%20Tools/Installer/Installer.exe
    System.Windows.Forms
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    System
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    System.Drawing
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    System.Xml
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
    System.ServiceProcess
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.ServiceProcess/2.0.0.0__b03f5f7f11d50a3a/System.ServiceProcess.dll
    Accessibility
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
    System.Data
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
    System.DirectoryServices
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.DirectoryServices/2.0.0.0__b03f5f7f11d50a3a/System.DirectoryServices.dll
    System.Configuration
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    System.Transactions
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll
    System.EnterpriseServices
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll
    ChilkatDotNet2
        Assembly Version: 7.7.2379.17467
        Win32 Version: 7, 7, 0, 1
        CodeBase: file:///E:/Program%20Files/SAP/SAP%20Business%20One%20Web%20Tools/Installer/ChilkatDotNet2.DLL
    msvcm80
        Assembly Version: 8.0.50727.1433
        Win32 Version: 8.00.50727.1433
        CodeBase: file:///C:/WINDOWS/WinSxS/x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.1433_x-ww_5CF844D2/msvcm80.dll
    JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.
    For example:
    <configuration>
        <system.windows.forms jitDebugging="true" />
    </configuration>
    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.
    Please help, I am at a standstill!!! and can't go any further on the Web Tools Installation.

    ASPNET is a local Windows user and when IIS executes .Net pages and has to access  website files it authenticates to the system as that user. For instance, when you save changes to a theme, such as associating a catalog, you are writing to the files in the /assets/* directory and are doing so as the ASPNET Windows user. This user then needs to have write access to the /assets/* directories for the website to not throw an access denied error.
    In IIS if you look at the application pool settings on the identity tab, you will see an option to choose which local user or group will be this designated "IIS user". Typically this is the local group "Network Service"  which contains the local user ASPNET.
    In the case of the Installer, it is attempting to give the correct permissions to the file directory that contains your website to the ASPNET user. Verify on that server if this user exists by looking at the computer management mmc snap-in then expanding Local Users and Groups and opening the Users folder.

  • 9iAS Install: Config Assistant, Randomize Password Failing

    Am installing 9iAS Rel 2, on a windows 2000 SP 2.
    The hardware is as P3 Xeon with 4 CPU's and 3 Gig of Ram.
    Install is failing on multiple config assistants but the first one to fail is the Randomize password. The error on the screen says, "oracle.ias.repository.schema.SchemaException: Cannot connect to this database".
    I looked in the InstallActions log and this is the error,
    " Launched configuration tool Oracle9i Application Server randomize Password Command which is being spawned is E:\ora9ias/jdk/bin/javaw -classpath .;E:\ora9ias/jlib/repository.jar;E:\ora9ias/lib/xmlparserv2.jar;E:\ora9ias/jdbc/lib/classes12.jar;E:\ora9ias/config/randomtool.jar;E:\ora9ias/jlib/jndi.jar;E:\ora9ias/jlib;E:\ora9ias/lib;E:\ora9ias/j2ee/home/jaas.jar;E:\ora9ias/jlib/ojmisc.jar;E:\ora9ias/lib/nls_charset12.zip;E:\ora9ias/j2ee/home/jazn.jar oracle.ias.randomtool.RandomTool r -o E:\ora9ias -f E:\ora9ias/config/noschemapwd
    Configuration tool Oracle9i Application Server randomize Password failed
    oracle.ias.repository.schema.SchemaException: Cannot connect to this database."
    I bring up a command dos window and can connect to the database just fine. i.e.
    C:\>sqlplus ods/ods@iasdb
    SQL*Plus: Release 9.0.1.3.0 - Production on Wed Jul 17 07:13:07 2002
    (c) Copyright 2001 Oracle Corporation. All rights reserved.
    Connected to:
    Oracle9i Enterprise Edition Release 9.0.1.3.1 - Production
    With the Partitioning option
    JServer Release 9.0.1.3.0 - Production
    SQL>
    Anybody have any ideas? Sure would be appreciated.
    Thanks

    Hi, we have exactly the same problems.
    The Single Sign-On configuration assistent won't install either, as does the mod_osso.
    Have you found a solution ?
    Thanks,
    Yuri Arts

  • Apple configurator and ios 6.1 cannot install config profile

    I'm using the Apple Configurator v1.2.1 to install my enterprise app into iPad 2's. First of all, I am unable to upgrade from iOS 6.0.1 to 6.1.2. It either fails or gets stuck and I have to "stop". My work around is to upgrade via the device (which is actually pretty fast). My big problem is that I am also installing provisioning and configuration profiles, which include files for the app. Every things seems to go ok, the app and all the data installs properly, so does the profisioning profile, until the end where the configurator tells me to "tap device to install profile" but the profile prompt never appears on the iPad. The iPad goes into setup as if it's a new iPad and the config profile nevers gets installed. I do get a warning saying it can't install the profile. I'm forced to update the configuration manually. I'm updating about a dozen each time, so it's starting to get tedious as well as error-prone. Any ideas would be greatly appreciated.

    Use whatever method you wish to update iOS
    Go though,the setup as needed
    Then try apple Configurator to install your profiles
    From memory updating iOS with apple Configurator
    Causes the setup to run like a new device the same if you used iTunes to update
    As the complete OS is installed
    However it will only download iOS once, providing all your devices are the same
    Updating iOS on the device still has a setup but it's only for iCloud
    And you'd have to download the (smaller) update each time
    I would think it is the iOS update and setup that's causing your profiles etc
    to fail there maybe to much going on at the same time

  • MMS not working in iPhone4S when installing config profile with APN

    When we use the iPhone Configuration Utility (either the latest version or previous versions) to create a config profile with APN info, then install the profile to an iPhone4S, we noticed that MMS (multimedia messaging) was no longer working. This means we could not send or receive MMS messages. And this is MMS going over the MMS protocol (and not iMessage). We had not seen this before. We routinely do config profiles with APN info and have done for all iPhone models and iOS version before the new iPhone4S. Never had a problem with MMS or anything else. This is for iPhone4S devices in the AT&T network. It is easy to reproduce and you don't need an enterprise APN for that. In fact just a config profile with AT&T's APN settings will still break MMS when installed (other than the MMS, everything else works fine).
    It does not appear an iOS 5 issue. iPhone4 (or iPhone3GS) with iOS 5 do not have this problem. It appears to be tied to the new iPhone4S hardware. The same configuration profile (with the APN info) works fine on iPhone4 with iOS 5 (MMS works fine), but when you put the very same configuration profile to an iPhone4S, MMS quits working.
    Doing a network reset does not solve the problem. Only removing the profile fixes the MMS
    Any ideas, explanations or workarounds?

    I called the Apple care line, and eventually got to 4th tier support, where they declared that there must be an issue with the APN I'm using, regardless of the fact that none of the iPhone 3G, 3GS', and 4's in our office are experiencing this issue while using the same APN.  I guess I shouldn't be surprised about this, afterall who'd expect Apple to actually admit there's a "bug" in one of their products, especially since this is hapenning to a very small number of users on the 4S.  Getting to 4th tier support was free, but to be able to talk to someone who can actually investigate this issue will cost $700.
    I offered to give them access to our private APN for testing, but they were "unable to do that sort of testing".  Additionally, we have tested using a public APN from AT&T (wap.cingular), and still experience the same issue.
    Lastly,  I did some further digging, and I think it has something to do with PDP Context 2 not getting an IP address.  As a disclaimer, I have no clue what a PDP Context is, what it does, what it's for, but obviously MMS needs it.  Going into field test mode on the phone will allow you to see the PDP Contexts, and is where I got this info from.
    On the iPhone 4S, without an APN profile installed, the PDP Contexts are listed 0-3.  These 4 contexts have values for an APN, and an IPv4 address, although context 0 and 2 are the only ones that have values in them.
    When an APN profile isnt installed, MMS' can be sent, cellular internet doesn't work., the values are:
    Context 0
    IPv4:    ip is blank
    APN:   phone (this is the default APN for the iphone 4s on att).
    Context 2
    IPv4:     has a valid public IP address
    APN:     wap.cingular
    When an APN profile is installed, MMS's can't be sent, but cellular internet does work, the values are:
    Context 0:
    IPv4:     Valid public IP address is present
    APN:     Our enterprise APN
    Context 2:
    IPv4:     ip is  blank.
    APN:     wap.cingular
    It appears that when Context 2 has an IP address, MMS' are able to be sent.  One other interesting fact, on the iPhone 4, only 1 PDP Context is listed, while the 4S has 4 listed.
    Hopefully this issue will be resolved in the 5.1 update, as this update contains a baseband update for the 4S, updating it from 1.0.14 to 1.2.01-1.  Unfortunately I don't have access to a 5.1 beta, otherwise I'd test this my self.  If anyone has access to the beta, and wants to test APN profiles/MMS send status, we'd greatly appreciate it!

Maybe you are looking for

  • How to transfer phone contacts(all at a time) from...

    hi friends, first of all, i have a nokia6280, motorolaL6 & Ericsson W810i ..................................................​... ............ "IS THERE ANY POSSIBILITY TO TRANSFER CONTACTS (IF POSSIBLE OTHER STUFF TOO) FROM ONE TYPE OF PHONE, SAY NOK

  • Drawing thick line

    Hi, For some graphical user interface, I was overriding PaintComponent() method with Graphics argument and then using drawLine() method of Graphics class of Java. It worked in the way I wanted. However, the lines drawLine() method draws are too thin.

  • Wifi keeps jumping on and off on MacBook Pro

    My Wifi keeps dropping all the time! Here is the console log, see if you can figure something out I can't: 10/03/14 20.24.58,000 kernel[0]: wl0: Roamed or switched channel, reason #8, bssid 00:24:14:3b:5a:91 10/03/14 20.24.58,000 kernel[0]: en1: BSSI

  • Flash Player movie not working.

    Hi, I tried to add flash player movie in website(www.consumer-court.in) but that movie is not working it is due to browser problem or need to install flash player in my system and my browser name and version is FireFox 3.6. Please help.

  • DNG vrs Raw

    I have read a dng file is about 20% smaller than a normal CR2 or raw file.  I am thinking of using dng however is there any loss of data or information when converting to dng when importing into LightRoom? Also in Photoshop CS5 you can use the prefer