OSX 10.5.2 Server Login Problems

I have seen a few other posts with the same problem, but have not seen a solution.
I cannot login!
This is a brand new and fresh install of OSX 10.5 server on a PowerMac Dual 2.5ghz G5 w/5Gb RAM machine. When I run the install as standard server from the distribution DVD, it works fine, and I establish one administrator account. I then proceed to software update to 10.5.2, and after that the machine won't accept my user account and password. I am stuck, as I have not setup any additional account as of yet. I experience the same problem from ARD, or from Server utilities. It won't accept a login. I am running almost no services as of yet, except for VPN and file service. I am using the ethernet connection to my LAN, Time Capsule as the internet router/interface and firewall.
Since this occurred after a new install, I erased and partitioned the HD, and performed a repeat new install. I got the same result.
I could perform another fresh install if I knew of something I could do differently that would solve the problem. Perhaps establish some additional server admin accounts? I am grasping at straws.
There must be a problem in the OSX Server 10.5.2 update software. I am running nothing else on this machine.
Does anyone have a suggested fix?
Thanks....

Although I feel kind of dumb replying to my own post, I have some additional information after scrounging around and realizing that the only login that works is root. The following things have become apparent.
1. LDAP master is hosed. Doesn't exist on the server. I can only assume that the 10.5.2 upgrade killed it. There are no accounts on the machine after the update, and I get an error message that reports LDAP master missing when I try to recreate an account. Another clean install later, followed by the 10.5.2 update, and the problem is quite reproducible.
2. This appears to be the result of applying the 10.5.2 update. Was not a problem prior to that.
I am going to try to reinstall again, but leave the original version of OSX server alone for the present.
Any other thoughts would be greatly appreciated.

Similar Messages

  • Since upgrading iMac to osx lion I have been experiencing problems in mail, it spontaneously stops receiving and tells me it can't find the pop server and also the biggest problem is that when I send with an attachment the recipient doesn't receive it.

    Since upgrading iMac to osx lion I have been experiencing problems in mail, it spontaneously stops receiving and tells me it can't find the pop server and also the biggest problem is that when I send with an attachment the recipient doesn't receive it.
    I have to restart mail most times before it starts recieving or recognizes the pop server.
    As I said a lot of recipients do not recieve my mails when there is an attachment or when I reply to their email.

    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • Connect to Server Login Name Problem

    I have been troubleshooting some problems on two computers my father-in-law has.
    One is an 2GHz Intel Core Duo iMac running Mac OS 10.4.11. We'll call this iMac 2G.
    The second is an 800 MHz PowerPC G4 iMac running Mac OS 10.4.11. We'll call this iMac 800M.
    I am attempting to file share the two computers. I can connect iMac 800M to the iMac 2G via "Connect to Server" fine. When I try to do the reverse, iMac 2G to the iMac 800M, the "Connect to Server" login window want to use the "Short Name" listed in the "Account" panel for the login name instead the full name.
    Is there a way to fix this so that it will work with the full name will work in the login window?
    Thanks.
    BTW - I do not know if this matters but I used the "ChangeShortName" (version 1.3) utility to fix the short name problem in the iMac 2G. Everything work fine after running the program.

    Never mind, there were two login information stored in the keychain. Deleting the old one seem to correct the problem.

  • ERROR – SQL Server Login Failed, Error 11001

    We have an application that uses MSDE as its ‘Back-end’. 
    It has been working fine for years.  We have however had to recently re-build the Operating System on our own Server that it was running on. 
    Original O/S Environment
    We used Windows Server 2008 r2, using
    Hyper-V to run Windows Server 2003 so that we can use
    MSDE to run our application. 
    We do not want to change to later versions of SQL Server Express as they no-longer support Replication.
    NEW O/S Environment
    When we re-built the Server we went for Windows Server 2008 r2, using
    Hyper-V to run Windows 7 Enterprise so that we can use
    MSDE to run our application. 
    We have used this setup many times before and know that MSDE runs quite happily under Windows 7. 
    Servers have been renamed
    The real Windows Server 2008 r2 machine used to be called FILESERVER. 
    It is now called FILE-SERVER.
    The virtual machine running our application was originally called GEMSERVER. 
    It is now called GEM-SERVER. 
    What’s happening on the Server
    The application is running fine.  We can access the underlying MDSE Database with SQL Server 2005 Management Studio Express without problem.
     We can build a test ODBC Data Source and connect to the ‘SQL Server’ Database, again without problems. 
    What’s happening on the Client PC
    The application does not connect.  I get:
         An error occurred while connecting.
         [DBNETLIB]ConnectionOpen (Connect())SQL Server does not exist
         or access denied.
    When I build a ODBC Data Source to test the Connection I get:
    Microsoft SQL Server Login
    Connection failed:
         SQLState: '01000'
         SQL Server Error: 11001
         [Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]ConnectionOpen
         (Connect()).
         Connection failed:
         SQLState: '08001'
         SQL Server Error: 6
         [Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]Specified SQL
         server not found
    I can Ping GEM-SERVER from the Client PC without problems. 
    I have disabled Firewalls an Anti-Virus Software on both the GEM-SERVER and the Client PC – to no avail. 
    I’ve tried connecting with:
    Named Pipes,
    TCP/IP,
    IP Address of GEM-SERVER – 192.168.16.122,
    Using Specific Port 1433 in connection.
    NONE of it worked.  L
    ANYBODY any ideas what to try next?

    Here's the solution that we came up with to our own problem:
    This problem was actually caused by a bug in our own Application. 
    For some reason when we restored our MDSE Database the correct SQL Server Access Protocols were not setup correctly.  (It is designed to handle these setup issues for us and has done so previously.) 
    We still have to determine why it happened and rectify the problem within our Software. 
    However to correct the problem with our own 'Server' we had to manually:
    Run netsvrcn.exe using command prompt as an Administrator on the ‘Server’ running the MSDE Database,
    Enable TCP and NAMED PIPES protocol
    Restart SQL Server instance
    Exclude the ports SQL Server normally listens on, from the firewall using ‘Windows Firewall Advanced Security’ for both in-bound and out-bound rules:
    1433 TCP port
    1434 UDP port
    We then tested the ODBC connection from client machine and found that it worked fine, as indeed did our application.
    However we still have a residual problem. 
    For we cannot connect to our Server called GEM-SERVER using GEM-SERVER\GEMSQLSRVR we have had to use 192.168.16.122\GEMSQLSRVR. 
    We are not sure why.  We obviously wish to use the machine’s name rather than its IP Address, as its IP Address is dynamically assigned by a DHCP server so may change in future. 
    Do I need to raise this remaining problem as a separate issue?

  • How to Install DBD::mysql on Mac OSX 10.4.7 SERVER Universal

    I spent 3 days trying to figure out how to install DBD::mysql on OSX 10.4.7 Server Universal on my Mac Pro.
    I didn't think it would be so hard just to get it installed so I could use Movable Type. Yikes!
    Anyway, I wrote up a tutorial on what I did to get it installed. Hopefully it will help you out if you are having problems installing DBD::mysql on Server 10.4.7 Universal with a Mac Pro.
    DISCLAIMER: I cannot say whether or not this will work with any other version of Server or Macintosh. Inside the article below is a link to how to install DBD::mysql on other versions of OSX that may or may not work for you.
    http://macnewsblog.com/2006/09/howto_install_dbdmysql_onmac.html
    MacBook Pro 15" Mac OS X (10.4.6)

    Hopefully this worked for those with Mac Pros!

  • Oracle 10g express edition browser login problem

    Hi
    I installed oracle 10g express edition and after installing successfully logged in browser , unlocked hr login and also created one form then I shutdown the database and rebooted my pc and since then when I try to login to "go to Database Home page" after starting database , I get a cookie 127.0.0.1 with username and password, First of all I am not sure what username/password it is expecting, I believe it requires my Windows XP username and password , I tried to enter couple of times my pc login username which has administrator privileges, I also checked it has ora_dba group but after entering pc username , password browser opens saying "unauthorized". I created another os user and tried with that still same. I tried entering oracle password "SYSTEM" and password for it but still could not login, I tried HR username password still nothing.
    I tried disabling firewall but still same issue. I tried to re-install two time but still same .
    Start database dos prompt does show all the process are started successfully .
    I also did ping for 127.0.0.1 and it does ping.
    I tried everything what I knew.
    Can anyone please help me ..to resolve this issue .

    Hi
    This is how I resolved the browser login problem .
    I checked the listener log
    C:\OracleXE\app\oracle\product\10.2.0\server\NETWORK\log
    And found the error
    TNS-12542: TNS:address already in use
    TNS-12560: TNS:protocol adapter error
    TNS-00512: Address already in use
    I have another version for oracle installed on my pc .
    I ended both the oracle process (Oracle.exe) through the Task Manager
    Then manually started “OracleServiceXe” service through Component Services
    Control Panel – Performance & Maintenance – Administrative – Component Services
    Then did following
    Programs – Oracle Database10g ExpressEdition – Start Database
    Programs – Oracle Databse10g ExpressEdition – Go to Database Homepage –
    Enter username SYSTEM
    Enter password xxxxxx … whatever given at the time of installing.
    And I did successfully login to the browser .
    Hope this will help to those of you who have run into similar problem which I faced
    Good Luck .
    A. Patil

  • Simultaneous login problem

    Hi 
    I am having simultaneous login problems. In the past I have been able to sign into my skype account on both my Mac Book Pro and my Windows 7 desktop PC. However since I had to change my password I can only login into one machine at a time now. Also when I change my password on the desktop PC I can only sign into that skype / computer. Whenever I type the same account name and same exact password on my Mac Book Pro, it says it doesn't recognize my sign-in details but I am 100% sure that I typed it in exactly the same way as I did on my desktop. Another is that when I reset my password on my Mac Book those details won't work on the Desktop PC and vice-versa.
    I would like to know what is the problem in this situation, I am not sure if this is an application error or a networking error where the account details are not signing in from a different IP or MAC address.
    Please and thank you!

    "The load balancing was already functional:"
    Do you have a description how to do that?
    I Would like to know how.
    "so ALL traffic, not going to the LAN network and so over this interface, went out on the DMZ interface, with source IP from LAN."
    If you put the VPN servers behind 1-1 NAT instead they will use the firewall as GW and the VPN clients will get at your remote sites/LAN IF you add routing definitions in VPN config what networks are reachable through VPN.
    Or you keep servers as they are but also add add more routing definitions in VPN AND static routes to each server with the firewall as gw to those remote networks. Default gw will still be through the DMZ IPs though.
    The problem with more than one VPN client from behind same IP address is, with your current server settings, most likely because of the client side NAT router isn't coping with the task. Your public IP VPN server(s) should mean NAT VPN problem is at the other end (customer/client network router/firewall).
    If two VPN clients behind same NAT router connected to different servers at your end, "12.34.56.80" and "12.34.56.81" (both are public IPs?) respectively I believe at least two should be able to connect.
    3G/4G modems isn't an option?
    Maybe try bringing your own tested working portable router (ethernet/wifi maybe includes a VPN client that connect to your servers) to the customer and put it temporarily on their LAN? There are these small new 3G/WiFi routers too. Depends on wether you need to be connected to customer LAN or not.
    Try other VPN solution, SSL or OpenVPN?
    Use both PPTP and L2TP simultaneously (PPTP could be troubelsome if GRE/TCP 1723 passthrough is disabled)?

  • Roaming profile login problem to the domain

    Hi all,
    Domain Environment, DC Server with Server OS of Microsoft Server 2008 R2 Standart SP1.
    Roaming profiles unable to login to the domain on couple of PC's. They just inserting the password, starting to wait to log in with "Welcome"
    on the screen, its thinking and looks like hes gona open the user's desktop but in this secong its just logging out back to the login screen.
    Thanks for your help.
    Best Regards,
    Vlad Dodin

    Hi Vlad Dodin,
    I want to get more information about this issue.
    Had you got any error messages during the login process?
    If no domain users can log into those PCs?
    If this is just a login problem in those PCs and there is no error Roaming profiles error during the login process, this article may be helpful for you:
    How To Fix Stopping, Freezing, and Reboot Issues During Windows Login:
    http://pcsupport.about.com/od/findbysymptom/ht/windows-freezes-reboots-during-login.htm
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information
    I hope this helps.

  • What's causing these power-up and login problems?

    I recently switched from Tiger to Leopard (installed by the repairers) and have encountered some power-up and login problems. Basically, my set up is that the computer automatically logs into a non-admin account, launches a Safari page, and then that's it - after checking the webpage, I logout of that account, into my main account, and work from there.
    In Tiger :
    A few times quite recently the computer would freeze, either while Safari was launching / opening the webpage, or when I tried to logout. Force Quit didn't work (total freeze) so I would force power-off and switch on again, and things would be fine.
    In Leopard, one of the following has begun to happen, about two weeks after I began using it:
    • The computer reaches the grey screen with an endlessly rotating gear wheel. (Power off / on again)
    • The computer logs in to the account; after selecting 'Log out...' I log out, but instead of giving me the login screen, it logs straight back into that account, and this happens every time I try 'Log out...'. (Use Fast User Switching instead to reach main account, where one or two software glitches prompt a Restart) This has happened twice.
    • This morning, the computer reached the blue screen where the pointer appeared - faded - appeared - faded etc endlessly (Power off / on again).
    Clearly it is not the System - experiencing problems in both Tiger and Leopard proves that. Nor is it my HD - I've had a new one installed. It must therefore be a setting in my login account, though it's hard to see what : I only use that account for login, and a single launch of Safari, and it's been ok for years.
    Should i create another login account and see if that solves the problem? By the way, the repairers did not give me any Leopard install disks, so please don't suggest that method of diagnosis. I only have the original Tiger disks.

    christopher rigby1 wrote:
    2. I don't know what Apple app(s) you refer to? As I said I've upgraded all the free ones, and iLife '06 is working (and I have the disks).
    Look in your Applications folder: Any Apple app there, except for the ones you've mentioned. And all the built-in parts of OSX.
    3. They told me that I CAN do a full restore from a Time Machine backup (via Disk Utility apparently).
    That should tell you something about the quality of their advice.
    See: [Mac OS X 10.6 Help Recovering your entire system|http://docs.info.apple.com/article.html?path=Mac/10.6/en/15638.html].
    Or the *Restoring your entire system from a backup* section, towards the bottom of [Mac 101: Time Machine|http://support.apple.com/kb/HT1427].
    Or look up +*Time Machine+* in Mac Help.
    Or #14 in [Time Machine - Frequently Asked Questions|http://web.me.com/pondini/Time_Machine/FAQ.html] (or use the link in *User Tips* at the top of this forum).
    And if there's a problem with your installation of OSX (which seems likely), or the Apple apps, you can't reinstall them, either.
    4. Having spent hours and hours getting the machine to work properly (upgrading Mail and sorting out Mail problems, upgrading Safari, re-upgrading iTunes and sorting out problems), I'm not prepared to spend hours and hours doing the whole thing in reverse to restore Tiger, including learning HOW to do that.
    Correct; unless you have backups of the Tiger system, that's impractical at best.
    So unless anyone has a reasonably simple, straightforward answer as to what this problem might be, it looks like I must live with it.
    You have some sort of problem with your Mac and it's not going to get better on it's own. Most likely, it will get worse.
    If you haven't, try the things recommended by Dale.
    Also try running the +Apple Hardware Test.+ It's on one of the disc(s) that came with your Mac, and is tailored to it's particular hardware. The disk should have +Apple Hardware Test+ and instructions for running it printed in very tiny type.
    I sympathize with your situation, but the repair shop violated the Apple license, and put you in an untenable situation. If they won't correct it by supplying the Leopard disc, you really should report them to Apple.
    You need to purchase a retail copy of Leopard (not the gray discs that came with another Mac; they won't boot yours). They're not shown on the Apple Store website anymore, and eBay and other sellers get a premium for them, but AppleCare should have them for the original $129.

  • Gmail 2-step verification: STMP server login fails

    After activating 2-step a few days ago I have been very happy. Then I discovered that my MacPro Mail.app can't connect to my Gmail SMTP server (I was using my hosted domain SMTP before).
    Symptoms:
    My MacBook Pro is a clone of the MacPro, Mail.app connects fine on the MacBook Pro, send/receive IMAP or POP3,  (using the same application specific token (AST) which I originally assigned to Mail.app on MacPro). That was a surprise - I expected the MBP to require a new AST distinct from the MacPro Mail.app token.
    To make sure all was kosher, I generated a fresh AST for the MacPro Mail.app, updated the settings.
    MacPro/Mail.app receives via IMAP, but fails connecting to the SMTP server (which I have updated with the new AST).
    Today's further troubleshooting:
    (1) I revoked the application specific passwords for Mail.app both Macs, deleted all the associated Keychain entries. Generated new application specific passwords for the MP ==> IMAP send works but the Macpro SMTP server login still fails.
    (2) I turned off 2-step verification, changed all Mail.app passwords back to simple pwd. Everything works but SMTP server login fails
    (3) In Mail.app I deleted and recreated the account for a *different* Gmail IMAP address. That worked fine, including the associated SMTP login.
    This is silly, but there seems to be a curse on one specific smtp.gmail.com login. I have left 2-step verification turned off for the moment until I resolve the SMTP login fault.
    If I deleted and recreated the problem IMAP account in Mail.app it would probably fix the problem. But we are in Australia with tight bandwidth caps, I can't afford to redownload 20,000+ emails. And I need them local because we often don't have internet access.

    For me, this problem occurs only with Google Apps accounts - these are the ones where you use your own domain e.g. yourdomain.com and not gmail.com.
    Wwo-step authentication is disabled on the Google Apps account.
    Right click on your mail account name (under Inbox) and click "Edit Account"
    Edit the SMTP server list and select the advanced tab.
    By default Apple mail only has your user name in the user name field (e.g. user1)
    Change this to [email protected] and reenter your password.
    I also set the SMTP port to 587
    Everything is working fine now

  • OSX 10.4.9 Server, strange errors

    I have a server setup with correct permissions with ACL.
    Everything seems to be working fine, however multiple computers in the department keep turning up with read only permissions. I will check the permissions on the server, they will be 100% correct, I then re-propagate permissions. Same problem. The problem only goes away when I reboot the client machine. Disconnecting from the server and re logging in does not work. I have to reboot. After I reboot I get permissions the server was set up for. I have also tried repairing permissions on client machines. Has anybody else had this problem? Does anyone know why this is happening? Thank you!

    Hi and welcome to the forums!
    Is this OSX Server, or OSX Clint as a Server? (there is a Sever area with perhaps more expertise on that end... http://discussions.apple.com/category.jspa?categoryID=96 )
    What Machines & OSes are these?

  • Find out SQL Server Logins and associated Server Roles

    We have SQL Server 2000, 2005, 2008 and R2 in our environment.  We have several SQL Servers in our environment. I want to find out Server Logins and Server Roles Assigned in SQL Server. I want following information. Is there any way I can
    find it? Any help would be highly appreciated.
    SQL Server
    Login
    Role Assigned
    Server1
    Login1
    bulkadmin
    Server1
    Login2
    serveradmin
    Server1
    Login1
    diskadmin
    Server2
    Login1
    public

    The query only returns those logins that are assigned to at least one server role.if they are not assigned it will not return that login.If you want to return all the login then use the query below.Note that query returns public for those login with no server
    role assigned.
    select @@SERVERNAME
    ,sl.name
    ,isnull(DB_Roles.Roles,'Public')
    from syslogins sl
    left join
    select 'sysadmin' as Roles
    union all
    select 'securityadmin'
    union all
    select 'serveradmin'
    union all
    select 'setupadmin'
    union all
    select 'processadmin'
    union all
    select 'diskadmin'
    union all
    select 'dbcreator'
    union all
    select 'bulkadmin'
    union all
    select 'No serverRole'
    union all
    select 'public'
    ) DB_Roles
    on
    Case When sl.sysadmin=1 and DB_Roles.Roles='sysadmin' then 'sysadmin'
    When sl.securityadmin=1 and DB_Roles.Roles='securityadmin' then 'securityadmin'
    When sl.serveradmin=1 and DB_Roles.Roles='serveradmin' then 'serveradmin'
    When sl.setupadmin=1 and DB_Roles.Roles='setupadmin' then 'setupadmin'
    When sl.processadmin=1 and DB_Roles.Roles='processadmin' then 'processadmin'
    When sl.diskadmin=1 and DB_Roles.Roles='diskadmin' then 'diskadmin'
    When sl.dbcreator=1 and DB_Roles.Roles='dbcreator' then 'dbcreator'
    When sl.bulkadmin=1 and DB_Roles.Roles='bulkadmin' then 'bulkadmin'
    else null end=DB_Roles.Roles
    order by 2
    Vinay Valeti| If you think my suggestion is useful, please rate it as helpful. If it has helped you to resolve the problem, please Mark it as Answer
    works like a charm, thank you!!!

  • Data Integrator Web administrator  & Login Failed in Profiler server login

    Post Author: mohideen_km
    CA Forum: Data Integration
    Hi guys
    Help me
    Login Failed in Profiler server login
    I Create Profiler Repository in Repository manager
    While I login in BO DI Designer
    I am getting an error
    While login in Profiler Server Login
    Connection to the Profiler   Error is :  server failed
    close the application saving the login 
    Web administrator Problem
    I have some doubts.Business objects Data Integrator.
    error is : I can't View the Batch jobs history for the repository
    Procedure I followed
    In data Integrator Web administrator
    --while logging as Admin
    --In management Tree left frame of browser
    --Click Status Interval -- Select > Show last Execution of job -- Click
    apply --> Click Home
    after Clicking home --- Click the repository ( I created direpo) i.e
    Batch
    After that I can't view anything any job name.......
    Help me to figure it out
    Mohideen
    Prediktiva Technologies

    Post Author: bhofmans
    CA Forum: Data Integration
    Hi,
    For the profiler problem : you need to add the profiler repository to the web admin too (you can do this in the tree Management/Repositories). Next you need a webadmin user that is linked to this repo, you could use the admin user for that, just check in Management/Users that for this user the profiler repo is attached.
    Once this is set up in the management console, from within the designer, you can connect to the Profiling services using the web administrator's server name and port (e.g. localhost:28080) and the web admin user and password (e.g. admin/admin).
    For your second problem : please check the connection to the repo (I assume you added the direpo already to the web admin) . Again in the tree Management/Repositories go to the local repository connection you created and check the connection (there is a test button). If the connection is correct, you will see the job history (empty if there are no job executions), in the configuration page you will see a list of all jobs and can execute or schedule a job.
    Hope this helps...

  • [CS4] Post login problem

    Hi everybody,
    I’m facing a problem I can’t solve as I’m not an expert with php : I have created a site of which first page is a login. On the second page I would like to retrieve informations from a database based on the logged on user ID. Here is the problem : I don’t know how I can insert the user ID on the SQL request (on page 2). I’ve tried to put as Run-Time value of my Recordset template $_GET[‘MM_Username’] but it does not work. Creating a session value into the bindings panel allows me to display the correct ID value (therefore MM_Username) on the HTML page but still I can’t do anything with it into my SQL request… I’m lost !
    Thanks in advance for your help/advices
    Best regards

    Sure ! Here it is (code was generated using the server behaviors panel “Log InUser”)
    <?php
    if (!function_exists("GetSQLValueString")) {
    function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
      if (PHP_VERSION < 6) {
        $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
      $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
      switch ($theType) {
        case "text":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;   
        case "long":
        case "int":
          $theValue = ($theValue != "") ? intval($theValue) : "NULL";
          break;
        case "double":
          $theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
          break;
        case "date":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;
        case "defined":
          $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
          break;
      return $theValue;
    ?>
    <?php
    // *** Validate request to login to this site.
    if (!isset($_SESSION)) {
      session_start();
    $loginFormAction = $_SERVER['PHP_SELF'];
    if (isset($_GET['accesscheck'])) {
      $_SESSION['PrevUrl'] = $_GET['accesscheck'];
    if (isset($_POST['Identifiant'])) {
      $loginUsername=$_POST['Identifiant'];
      $password=$_POST['Password'];
      $MM_fldUserAuthorization = "niveau";
      $MM_redirectLoginSuccess = "Menu.php";
      $MM_redirectLoginFailed = "erreur.htm";
      $MM_redirecttoReferrer = false;
      mysql_select_db($database_Main, $Main);
      $LoginRS__query=sprintf("SELECT identifiant, passe, niveau FROM repertoire WHERE identifiant=%s AND passe=%s",
      GetSQLValueString($loginUsername, "text"), GetSQLValueString($password, "text"));
      $LoginRS = mysql_query($LoginRS__query, $Main) or die(mysql_error());
      $loginFoundUser = mysql_num_rows($LoginRS);
      if ($loginFoundUser) {
        $loginStrGroup  = mysql_result($LoginRS,0,'niveau');
        //declare two session variables and assign them
        $_SESSION['MM_Username'] = $loginUsername;
        $_SESSION['MM_UserGroup'] = $loginStrGroup;            
        if (isset($_SESSION['PrevUrl']) && false) {
          $MM_redirectLoginSuccess = $_SESSION['PrevUrl'];             
        header("Location: " . $MM_redirectLoginSuccess );
      else {
        header("Location: ". $MM_redirectLoginFailed );
    ?>
    De : MurraySummers [email protected]
    Envoyé : vendredi 8 mars 2013 18:20
    À : Berurier75
    Objet : Post login problem
    Re: Post login problem
    created by MurraySummers <http://forums.adobe.com/people/MurraySummers>  in Dreamweaver - View the full discussion <http://forums.adobe.com/message/5132803#5132803

  • How to handle WebIntelligence Login Problems?-Troubleshooting Guide needed.

    Hello experts,
    We are using Business Objects XI 3.0 running on Windows Server 2003 Enterprise X64 Edition with Service Pack 2 and
    Microsoft SQL Server 2005 Standard Edition (64-bit). We are using Windows Active Directory Authentication (Kerberos SSO)
    and sometimes can't login to (java) InfoView using the http://<serveraddress>/InfoViewApp/logon.jsp and got either
    the message "Unable to logon to infoview ,Please contact your system administator for assistance.Please close your browser before continuing",
    or do not get any message and the browser window shows an empty login frame where the User name,Password and Authentication
    are not displayed. (The login window doesn't give any idea what the problem is all about..)
    In such cases, I try to login using the Web Intelligence Rich Client using the same username&password, and don't experience any problems.
    Searching in Windows Event Viewer, can't find any hint. As my final attempt, I re-start the Server Intelligence Agent and Apache Tomcat,
    if it still doesn't help, I re-start the operating system and hope the login problem gets solved..
    Does anyone have trustful troubleshooting steps or better an official troubleshooting document (couldn't find any)?
    Best regards;
    Ozcan.

    Hi Bashir and wavery,
    Thanks for your replies. Do you know where to download the update / packs ? I tried to find them under SAP Support Portal -> Downloads -> Business Objects Downloads, but couldn't find any matching item.
    Regards;
    Ozcan.

Maybe you are looking for

  • Incoterms in Create Shipment VT01N

    Hello, While creating Shipment(VT01N) wrt to Outbound Delivery(VL02N),the Incoterms are not getting copied in Create Shipment (VT01N). Following which users are creating Shipment Costs(VI01) without giving Incoterms. In MIRO,it is creating problems,

  • IPhoto pictures as file attachments in email

    Does anyone know how to attach picture files from iPhoto in an email. No matter what I try, the picture gets imbedded in the email instead of as a file attachment. I am new to Apple and Mac having done Windows all my life. Thank you.

  • How to execute the ldapsearch command by java class in linux os?

    hi,all I want to query the users by ldapsearch command. I call the command in my java class. In windows, It work well. But in linux , there haven't any result. My test program is following: =============== import java.util.*; import java.io.InputStre

  • Exception handling in oracle bpel

    Hello, We have noticed that whenever a fault is occured in any activity, then catch/catchAll block/scope doesnt executes. Some times the crashed activity is shown highlited (with error) when instance is viewed in bpel process manager and in some case

  • Creating web applications

    What is the best software to use to create a full fledged web application? Right now, I am using Microsoft FrontPage 2000 and Microsoft Access with VBScript/Active Server Pages. I am taking classes in Oracle Developer Suite Certification Path (PL/SQL